.nav-toggle{z-index:60;border-radius:var(--radius);background:var(--color-sidebar-bg);cursor:pointer;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:none;position:fixed;top:1rem;left:1rem}.nav-toggle__bar{background:var(--color-sidebar-text);border-radius:2px;width:20px;height:2px}.sidebar{width:var(--sidebar-width);background:var(--color-sidebar-bg);color:var(--color-sidebar-text);z-index:50;padding:1.75rem 1.25rem 2.5rem;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar__brand{color:var(--color-sidebar-text);margin-bottom:1.75rem;font-size:1.15rem;font-weight:700;display:block}.sidebar__brand:hover{color:var(--color-accent-strong);text-decoration:none}.sidebar__list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.sidebar__list a{color:var(--color-sidebar-text);border-radius:6px;padding:.5rem .6rem;font-size:.95rem;display:block}.sidebar__list a:hover{background:#ffffff14;text-decoration:none}.sidebar__list a.is-active{background:var(--color-accent);color:#fff}.sidebar__group{border-top:1px solid var(--color-sidebar-border);margin-top:.4rem;padding-top:.4rem}.sidebar__group-header{align-items:stretch;display:flex}.sidebar__group-link{flex:1;font-weight:600}.sidebar__toggle{color:var(--color-sidebar-muted);cursor:pointer;background:0 0;border:none;width:2rem;font-size:.8rem;transition:transform .15s}.sidebar__toggle[aria-expanded=true]{transform:rotate(180deg)}.sidebar__toggle:after{content:"▾"}.sidebar__submenu{flex-direction:column;gap:.1rem;margin:.15rem 0 .25rem;padding:0;list-style:none;display:flex}.sidebar__submenu a{color:var(--color-sidebar-muted);padding-left:1.4rem;font-size:.88rem}.sidebar__submenu a.is-active{color:#fff}.sidebar__submenu.is-collapsed{display:none}@media (width<=900px){.nav-toggle{display:flex}.sidebar{transition:transform .2s;transform:translate(-100%);box-shadow:2px 0 16px #00000059}.sidebar.is-open{transform:translate(0)}}.card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.post-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-muted);transition:transform .15s,box-shadow .15s;overflow:hidden}.post-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001f}.post-card__link{color:inherit;display:block}.post-card__link:hover{text-decoration:none}.post-card__image{aspect-ratio:16/9;object-fit:cover;width:100%}.post-card__body{padding:1rem 1.1rem 1.25rem}.post-card__title{margin:0 0 .4rem;font-size:1.05rem}.post-card__description{color:var(--color-text-muted);margin:0;font-size:.92rem}.subcategory-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.subcategory-block{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-muted);padding:1.25rem 1.4rem 1.5rem}.subcategory-block__title{margin:0 0 .75rem;font-size:1.15rem}.subcategory-block__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.subcategory-block__list li p{color:var(--color-text-muted);margin:.2rem 0 0;font-size:.9rem}.subcategory-block__empty{color:var(--color-text-muted);font-size:.9rem}@media (width<=700px){.card-grid,.subcategory-grid{grid-template-columns:1fr}}@media (width>=701px) and (width<=1000px){.card-grid{grid-template-columns:repeat(2,1fr)}}.story-of-day{border-bottom:1px solid var(--color-border);margin-bottom:3rem;padding-bottom:2.5rem}.story-of-day__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin:0 0 .75rem;font-size:.85rem;font-weight:700}.story-of-day__body{align-items:center;gap:2rem;display:flex}.story-of-day__image{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);background:var(--color-bg-muted);width:45%;max-width:420px}.story-of-day__text{flex:1;min-width:0}.story-of-day__text h2{margin:0 0 .6rem;font-size:1.8rem}.story-of-day__text p{color:var(--color-text-muted);margin:0}@media (width<=700px){.story-of-day__body{flex-direction:column;align-items:stretch}.story-of-day__image{width:100%;max-width:none}}:root{--color-bg:#fff;--color-bg-muted:#f4f5f7;--color-text:#1c1e21;--color-text-muted:#565c66;--color-border:#e2e4e8;--color-accent:#2f5fd0;--color-accent-strong:#1f3f91;--color-sidebar-bg:#16181d;--color-sidebar-text:#e7e9ee;--color-sidebar-muted:#9aa0ab;--color-sidebar-border:#2a2d34;--sidebar-width:260px;--content-max-width:1120px;--radius:10px;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media (prefers-color-scheme:dark){:root{--color-bg:#14161a;--color-bg-muted:#1c1f24;--color-text:#e9eaed;--color-text-muted:#a4aab5;--color-border:#2b2e35;--color-accent:#6f93e8;--color-accent-strong:#9db6f0}}*{box-sizing:border-box}html{color-scheme:light dark}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);margin:0;line-height:1.55}img{max-width:100%;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-weight:700;line-height:1.2}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.layout{min-height:100vh;display:flex}.main{min-width:0;margin-left:var(--sidebar-width);max-width:var(--content-max-width);flex:1;padding:3rem clamp(1.25rem,4vw,3.5rem)}.page-header{margin-bottom:2rem}.page-header__eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 .25rem;font-size:.85rem}.prose :is(h2,h3){margin-top:2rem}.story__image{border-radius:var(--radius);aspect-ratio:16/9;object-fit:cover;margin:1.5rem 0}.prose p{color:var(--color-text)}.profile-header{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.profile-header__image{object-fit:cover;border-radius:50%;flex-shrink:0;width:140px;height:140px}.profile-section{margin-bottom:2.5rem}.profile-section h2{border-bottom:1px solid var(--color-border);padding-bottom:.5rem}.contact-list{flex-direction:column;gap:.75rem;max-width:420px;margin:2rem 0 0;padding:0;list-style:none;display:flex}.contact-list a{border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);background:var(--color-bg-muted);align-items:center;gap:.75rem;padding:.9rem 1.1rem;font-weight:600;display:flex}.contact-list a:hover{border-color:var(--color-accent);text-decoration:none}.contact-list__icon{font-size:1.3rem}.resource-section{margin-bottom:2.5rem}.resource-section h2{border-bottom:1px solid var(--color-border);padding-bottom:.5rem}.resource-links{columns:2;column-gap:2rem;margin:1rem 0 0;padding:0;list-style:none}.resource-links li{break-inside:avoid;margin-bottom:.6rem}.resource-tagline{color:var(--color-text-muted);margin-top:-.5rem}@media (width<=600px){.resource-links{columns:1}}.site-footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);margin-top:4rem;padding-top:1.5rem;font-size:.9rem}@media (width<=900px){.main{margin-left:0;padding:5rem 1.25rem 3rem}}
