:root{color-scheme:light;--bg: #f0f6fb;--text: #111;--muted: #555;--border: #ddd;--card: #fff;--accent: #4682b4;--accent-bright: #3b82f6;--max-width: 720px;--header-bg: #000;--header-text: #e8e8e8;--header-active-bg: #333;--header-active-text: #fff;--footer-bg: #fff;--footer-text: #555;--noetic-orange: #d4841a;--coursework-bg: #f8fafc;--coursework-bg-orange: #fef4e8;--coursework-border-orange: #f0dcc4}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:1rem;min-height:100vh;display:flex;flex-direction:column}main{flex:1;background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.tab-bar{background:var(--header-bg);color:var(--header-text)}.tab-bar-shell{display:flex;align-items:center;gap:1rem;max-width:960px;margin:0 auto;padding:.5rem 1rem}.tab-brand{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;color:var(--header-text);text-decoration:none}.tab-brand:hover{text-decoration:none;opacity:.9}.tab-brand-logo{display:block;flex-shrink:0}.tab-brand-name{font-size:.9rem;font-weight:600;letter-spacing:-.01em}.tab-bar-inner{display:flex;flex:1;flex-wrap:wrap;justify-content:center;gap:.25rem}.tab-link{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.55rem .85rem;border-radius:6px;color:var(--header-text);font-size:.75rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.tab-icon{width:1.35rem;height:1.35rem;flex-shrink:0}.tab-link:hover{background:color-mix(in srgb,var(--header-active-bg) 60%,transparent);color:var(--header-active-text);text-decoration:none}.tab-link.active{background:var(--header-active-bg);color:var(--header-active-text)}.tab-link.active .tab-icon{color:#fff}@media(min-width:768px){.tab-link{padding:.65rem 1rem;font-size:.8rem}.tab-brand-name{display:inline}}@media(max-width:767px){.tab-bar-shell{flex-wrap:wrap;justify-content:center}.tab-brand{width:100%;justify-content:center}.tab-brand-name{display:none}.tab-bar-inner{width:100%}}.page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3rem}.page-wide{max-width:960px}.entry-header,.entry-subheader{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.entry-subheader{margin-top:.35rem}.entry-primary{font-weight:700;font-size:.95rem;letter-spacing:.02em}.entry-subtitle{font-size:.95rem}.entry-dates{background:#dbeafe;color:#1e3a5f;font-size:.75rem;font-weight:500;padding:.2rem .65rem;border-radius:999px;white-space:nowrap}.edu-entry{margin-bottom:2.5rem}.edu-entry:last-child{margin-bottom:0}.edu-location{color:var(--muted);font-size:.95rem}.edu-entry-orange .entry-dates{background:color-mix(in srgb,var(--noetic-orange) 18%,white);color:#7a4a10}.edu-note{margin-top:.35rem;font-size:.9rem;color:var(--muted)}.coursework-card{margin-top:1rem;background:var(--coursework-bg);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem 1rem}.coursework-card-orange{background:var(--coursework-bg-orange);border-color:var(--coursework-border-orange)}.coursework-heading{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;margin-bottom:.65rem;color:var(--muted)}.coursework-card-orange .coursework-heading{color:#8a5a20}.coursework-icon{width:.85rem;height:.85rem;color:inherit}.coursework-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.25rem;align-items:start}.coursework-col{list-style:none;display:flex;flex-direction:column;gap:.3rem;font-size:.72rem;line-height:1.35;color:var(--text)}.coursework-card-orange .coursework-col{color:#3d2f1f}@media(min-width:640px){.coursework-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem 1rem}.coursework-col{font-size:.74rem}}.resume-location{color:var(--muted);font-size:.9rem}.resume-bullets{margin:.75rem 0 0 1.1rem;font-size:.9rem;line-height:1.5}.resume-bullets li{margin-bottom:.4rem}.intro-layout{display:grid;gap:2rem;max-width:960px}@media(min-width:768px){.intro-layout{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem}.profile-card{margin:0}}.profile-card{text-align:center;max-width:220px;margin:0 auto}.profile-icon{width:56px;height:56px;margin-bottom:.75rem}.profile-name{font-size:1.35rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.profile-tagline{font-size:.9rem;font-style:italic;margin-bottom:.35rem;line-height:1.4}.profile-role{color:var(--muted);font-size:.85rem;margin-bottom:1rem;line-height:1.4}.profile-links{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;word-break:break-word}.intro-content{font-size:1.05rem}.intro-heading{font-size:1.15rem;margin:1.5rem 0 .75rem}h2{font-size:1.35rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.01em}h3{font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.lead{font-size:1.05rem;margin-bottom:1rem}.card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.card:last-child{margin-bottom:0}.card p{margin-bottom:.75rem}.card p:last-child{margin-bottom:0}.card ul{margin:.5rem 0 .75rem 1.25rem}.card li{margin-bottom:.35rem}.content-list{margin:.5rem 0 1rem 1.25rem}.content-list li{margin-bottom:.35rem}.philosophy{margin-top:1rem}.metrics{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.9rem;color:var(--muted);margin-top:.75rem}.metrics span{white-space:nowrap}.links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.75rem;font-size:.95rem}.contact-links{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.05rem}footer{padding:1.5rem 0 2rem;background:var(--footer-bg);color:var(--footer-text);font-size:.85rem;text-align:center;border-top:1px solid var(--border)}@media(max-width:600px){.page{padding:1.5rem 1.25rem 2.5rem}}
