:root{--background:0 0% 100%;--foreground:200 24% 12%;--card:0 0% 100%;--card-foreground:200 24% 12%;--popover:0 0% 100%;--popover-foreground:200 24% 12%;--primary:196 67% 24%;--primary-foreground:0 0% 100%;--secondary:196 33% 95%;--secondary-foreground:196 67% 20%;--muted:200 24% 96%;--muted-foreground:200 12% 40%;--accent:200 24% 95%;--accent-foreground:196 67% 20%;--brand:167 86% 33%;--brand-foreground:0 0% 100%;--destructive:0 72% 48%;--destructive-foreground:0 0% 100%;--success:142 55% 35%;--warning:33 90% 45%;--border:200 22% 88%;--input:200 22% 86%;--ring:196 67% 34%;--radius:0.75rem;--font-sans:"Inter var", "Inter", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;--measure:70ch;--container:1120px;--container-wide:1280px;--shadow-sm:0 1px 2px 0 hsl(200 24% 12% / 0.05);--shadow:0 1px 3px 0 hsl(200 24% 12% / 0.08), 0 1px 2px -1px hsl(200 24% 12% / 0.06);--shadow-md:0 4px 12px -2px hsl(200 24% 12% / 0.10), 0 2px 6px -2px hsl(200 24% 12% / 0.06);--shadow-lg:0 12px 28px -6px hsl(200 24% 12% / 0.14);--header-h:64px}[data-theme=dark]{--background:200 30% 7%;--foreground:200 15% 92%;--card:200 26% 10%;--card-foreground:200 15% 92%;--popover:200 26% 10%;--popover-foreground:200 15% 92%;--primary:167 72% 45%;--primary-foreground:200 30% 8%;--secondary:200 22% 16%;--secondary-foreground:200 15% 90%;--muted:200 20% 15%;--muted-foreground:200 12% 62%;--accent:200 22% 17%;--accent-foreground:200 15% 92%;--brand:167 72% 45%;--brand-foreground:200 30% 8%;--destructive:0 64% 52%;--destructive-foreground:0 0% 100%;--success:142 50% 48%;--warning:38 90% 55%;--border:200 16% 22%;--input:200 16% 24%;--ring:167 72% 45%;--shadow-sm:0 1px 2px 0 hsl(0 0% 0% / 0.4);--shadow:0 1px 3px 0 hsl(0 0% 0% / 0.5);--shadow-md:0 4px 12px -2px hsl(0 0% 0% / 0.55);--shadow-lg:0 12px 28px -6px hsl(0 0% 0% / 0.6)}:root{--primary-dark:196 67% 18%}*,*::before,*::after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:hsl(var(--foreground));background:hsl(var(--background));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;display:flex;flex-direction:column}img,picture,svg,video{display:block;max-width:100%;height:auto}svg{fill:currentColor}a{color:hsl(var(--primary));text-decoration:none;transition:color .15s ease}a:hover{color:hsl(var(--brand))}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;letter-spacing:-.011em;color:hsl(var(--foreground));text-wrap:balance}input,button,textarea,select{font:inherit;color:inherit}table{border-collapse:collapse;width:100%}::selection{background:hsl(var(--brand)/.2)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:4px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.container-wide{max-width:var(--container-wide)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:.75rem;top:-3rem;z-index:100;background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.6rem 1rem;border-radius:var(--radius);transition:top .2s ease}.skip-link:focus{top:.75rem;color:hsl(var(--primary-foreground))}main{flex:1 0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1rem;font-size:.9rem;font-weight:600;line-height:1;border:1px solid transparent;border-radius:calc(var(--radius) - .25rem);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;white-space:nowrap}.btn svg{width:1.05em;height:1.05em}.btn--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn--primary:hover{background:hsl(var(--primary)/.9);color:hsl(var(--primary-foreground))}.btn--brand{background:hsl(var(--brand));color:hsl(var(--brand-foreground))}.btn--brand:hover{background:hsl(var(--brand)/.9);color:hsl(var(--brand-foreground))}.btn--outline{background:0 0;border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn--outline:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn--ghost{background:0 0;color:hsl(var(--foreground))}.btn--ghost:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn--sm{padding:.4rem .7rem;font-size:.82rem}.btn--lg{padding:.7rem 1.3rem;font-size:1rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.74rem;font-weight:600;letter-spacing:.01em;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge--brand{background:hsl(var(--brand)/.12);color:hsl(var(--brand));border-color:hsl(var(--brand)/.25)}.badge--muted{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.badge--outline{background:0 0;color:hsl(var(--muted-foreground))}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.card--hover:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:hsl(var(--brand)/.4)}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);display:flex;align-items:center;background:hsl(var(--background)/.85);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid hsl(var(--border))}.site-header__inner{display:flex;align-items:center;gap:1rem;width:100%;max-width:var(--container-wide);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.02rem;letter-spacing:-.02em;color:hsl(var(--foreground))}.brand:hover{color:hsl(var(--foreground))}.brand__mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.8rem;font-weight:800}.brand__mark svg{width:18px;height:18px}.main-nav{margin-left:auto}.main-nav__list{display:flex;align-items:center;gap:.15rem;list-style:none;padding:0}.main-nav__list a{display:inline-flex;align-items:center;padding:.45rem .75rem;font-size:.9rem;font-weight:500;color:hsl(var(--muted-foreground));border-radius:calc(var(--radius) - .3rem)}.main-nav__list a:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.main-nav__list a[aria-current=page]{color:hsl(var(--foreground));font-weight:600}.header-actions{display:flex;align-items:center;gap:.35rem}.icon-btn{display:grid;place-items:center;width:38px;height:38px;border-radius:calc(var(--radius) - .3rem);border:1px solid transparent;background:0 0;color:hsl(var(--muted-foreground));cursor:pointer;transition:background .15s ease,color .15s ease}.icon-btn:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.icon-btn svg{width:19px;height:19px}.theme-toggle__sun{display:none}[data-theme=dark] .theme-toggle__sun{display:block}[data-theme=dark] .theme-toggle__moon{display:none}.nav-toggle{display:none}@media(max-width:768px){.main-nav{position:fixed;inset:var(--header-h)0 auto 0;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);transform:translateY(-120%);transition:transform .25s ease;margin-left:0}.main-nav[data-open=true]{transform:translateY(0)}.main-nav__list{flex-direction:column;align-items:stretch;gap:0;padding:.5rem}.main-nav__list a{padding:.8rem .9rem;font-size:1rem}.nav-toggle{display:grid;margin-left:auto}}.site-footer{margin-top:4rem;background:hsl(var(--muted));border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-size:.9rem}.site-footer__top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;padding-block:3rem 2rem}@media(max-width:800px){.site-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:520px){.site-footer__top{grid-template-columns:1fr}}.site-footer__mission{max-width:36ch}.site-footer__mission .brand{margin-bottom:.75rem}.footer-col h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--foreground));margin-bottom:.75rem}.footer-col ul{list-style:none;padding:0;display:grid;gap:.4rem}.footer-col a{color:hsl(var(--muted-foreground))}.footer-col a:hover{color:hsl(var(--brand))}.site-footer__sources{display:flex;flex-wrap:wrap;gap:.4rem}.site-footer__disclaimer{border-top:1px solid hsl(var(--border));padding-block:1.25rem 2rem;font-size:.82rem;line-height:1.6}.site-footer__disclaimer strong{color:hsl(var(--foreground))}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:.75rem}.breadcrumbs{font-size:.82rem;color:hsl(var(--muted-foreground))}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:0}.breadcrumbs li{display:inline-flex;align-items:center;gap:.4rem}.breadcrumbs li::after{content:"/";color:hsl(var(--border))}.breadcrumbs li:last-child::after{content:""}.breadcrumbs a{color:hsl(var(--muted-foreground))}.breadcrumbs a:hover{color:hsl(var(--brand))}.breadcrumbs [aria-current=page]{color:hsl(var(--foreground))}.pagination{margin-block:2.5rem}.pagination_container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;list-style:none;padding:0}.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding-inline:.6rem;font-size:.88rem;font-weight:500;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - .3rem);background:hsl(var(--card));color:hsl(var(--foreground))}.page-link:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.page-item.active .page-link{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.page-item.disabled .page-link{opacity:.45;pointer-events:none}.cta-band{margin-block:3rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:radial-gradient(120% 120% at 0% 0%,hsl(var(--brand)/.1),transparent 50%),hsl(var(--secondary));padding:clamp(1.5rem,4vw,2.5rem);text-align:center}.cta-band h2{font-size:clamp(1.3rem,3vw,1.7rem);margin-bottom:.5rem}.cta-band p{color:hsl(var(--muted-foreground));max-width:60ch;margin-inline:auto;margin-bottom:1.25rem}.cta-band__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.home-hero{position:relative;overflow:hidden;border-bottom:1px solid hsl(var(--border));background:radial-gradient(60% 90% at 85% 0%,hsl(var(--brand)/.08),transparent 60%),radial-gradient(50% 80% at 0% 20%,hsl(var(--primary)/.07),transparent 55%),hsl(var(--background))}.home-hero__content{padding-block:clamp(2.5rem,7vw,4.5rem);text-align:center}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1rem}.home-hero__title{font-size:clamp(1.9rem,5vw,3rem);letter-spacing:-.03em;max-width:18ch;margin-inline:auto}.home-hero__tagline{margin:1rem auto 0;max-width:60ch;font-size:clamp(1rem,2.2vw,1.18rem);color:hsl(var(--muted-foreground))}.home-search{display:flex;align-items:center;gap:.4rem;max-width:640px;margin:1.75rem auto 0;background:hsl(var(--card));border:1px solid hsl(var(--input));border-radius:999px;box-shadow:var(--shadow);padding:.35rem .35rem .35rem 1.1rem}.home-search:focus-within{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.2),var(--shadow)}.home-search input{flex:1;border:0;background:0 0;outline:none;font-size:1rem;padding-block:.6rem;color:hsl(var(--foreground))}.home-search button{display:grid;place-items:center;width:42px;height:42px;flex:none;border:0;border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer}.home-search button:hover{background:hsl(var(--primary)/.9)}.home-search button svg{width:20px;height:20px}.home-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:1.25rem}.home-filter{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--card));color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.home-filter:hover{border-color:hsl(var(--brand)/.5);color:hsl(var(--foreground))}.home-filter.is-active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.home-filter__icon{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;font-size:.7rem;font-weight:700;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.home-filter.is-active .home-filter__icon{background:hsl(var(--primary-foreground)/.2);color:hsl(var(--primary-foreground))}.home-trust{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted))}.home-trust__content{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,4vw,2.5rem);padding-block:1rem}.home-trust__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:hsl(var(--muted-foreground))}.home-trust__icon{color:hsl(var(--success));font-weight:700}.home-alphabet{padding-top:2.5rem}.home-alphabet__header{margin-bottom:.75rem}.home-alphabet__title{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));font-weight:700}.home-alphabet__list{display:flex;flex-wrap:wrap;gap:.3rem}.alphabet-key{min-width:34px;height:34px;padding-inline:.4rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - .3rem);background:hsl(var(--card));color:hsl(var(--muted-foreground));font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease}.alphabet-key:hover{border-color:hsl(var(--brand)/.5);color:hsl(var(--foreground))}.alphabet-key.is-active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.home-results{padding-top:2rem}.home-results__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.home-results__meta p{font-size:.88rem;color:hsl(var(--muted-foreground))}.home-results__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.1rem}.home-card{display:flex;flex-direction:column;background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.25rem;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.home-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:hsl(var(--brand)/.4)}.home-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.home-card__chip{display:inline-flex;padding:.2rem .6rem;font-size:.72rem;font-weight:600;border-radius:999px;background:hsl(var(--brand)/.12);color:hsl(var(--brand))}.home-card__date{font-size:.75rem;color:hsl(var(--muted-foreground))}.home-card__title{font-size:1.05rem;line-height:1.35;margin-bottom:.5rem}.home-card__title a{color:hsl(var(--foreground))}.home-card__title a:hover{color:hsl(var(--brand))}.home-card__excerpt{font-size:.88rem;color:hsl(var(--muted-foreground));line-height:1.55;margin-bottom:1rem}.home-card__cta{margin-top:auto}.home-card__link{font-size:.85rem;font-weight:600;color:hsl(var(--brand));display:inline-flex;align-items:center;gap:.3rem}.home-card__link::after{content:"→";transition:transform .15s ease}.home-card__link:hover::after{transform:translateX(3px)}.hidden-card{display:none}.load-more-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-weight:600;font-size:.9rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - .25rem);background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer}.load-more-btn:hover{background:hsl(var(--accent))}.home-results__empty{text-align:center;color:hsl(var(--muted-foreground));padding:2rem}.home-disclaimer{margin-top:3rem}.home-disclaimer__content{border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--warning));border-radius:var(--radius);background:hsl(var(--warning)/.06);padding:1.5rem;margin-bottom:3rem}.home-disclaimer__title{font-size:1rem;margin-bottom:.5rem}.home-disclaimer__text{font-size:.88rem;color:hsl(var(--muted-foreground));line-height:1.6}.home-disclaimer__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.disclaimer-badge{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}.page-head{padding-block:2.5rem 1.5rem;border-bottom:1px solid hsl(var(--border));margin-bottom:2rem}.page-head h1{font-size:clamp(1.6rem,4vw,2.2rem)}.page-head p{color:hsl(var(--muted-foreground));margin-top:.5rem}.listing{list-style:none;padding:0;display:grid;gap:.5rem}.line_item a{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - .2rem);background:hsl(var(--card));color:hsl(var(--foreground));transition:border-color .15s ease,background .15s ease}.line_item a:hover{border-color:hsl(var(--brand)/.5);background:hsl(var(--accent))}.line_item .date{font-size:.8rem;color:hsl(var(--muted-foreground));flex:none}.archive-year{margin-block:2rem .75rem;font-size:1.1rem;color:hsl(var(--brand))}.collection-title:first-child .archive-year{margin-top:0}.tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tags-cloud .block_item a{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));font-size:.88rem}.tags-cloud .block_item a:hover{border-color:hsl(var(--brand)/.5);background:hsl(var(--accent))}.tags-cloud sup{color:hsl(var(--muted-foreground));font-size:.7rem}.notfound{text-align:center;padding-block:5rem}.not-found-title{font-size:clamp(4rem,16vw,8rem);color:hsl(var(--brand));line-height:1}.notfound .line{width:60px;height:3px;background:hsl(var(--border));margin:1rem auto;border-radius:3px}#back_to_top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-lg);visibility:hidden}#back_to_top:hover{color:hsl(var(--primary-foreground));background:hsl(var(--primary)/.9)}#back_to_top svg{width:20px;height:20px}.official-bar{background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.84rem}.official-bar__inner{display:flex;align-items:center;gap:.6rem;padding-block:.5rem;line-height:1.4}.official-bar__icon{width:18px;height:18px;flex:none;opacity:.95}.official-bar a{color:hsl(var(--primary-foreground));text-decoration:underline;text-underline-offset:2px}.official-bar a:hover{color:hsl(var(--primary-foreground));opacity:.85}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.75rem;list-style:none;padding:0;margin:1.5rem auto 0;max-width:760px}.hero-stats li{font-size:.9rem;color:hsl(var(--muted-foreground));display:inline-flex;align-items:center;gap:.4rem}.hero-stats li::before{content:"";width:6px;height:6px;border-radius:50%;background:hsl(var(--brand))}.hero-stats strong{color:hsl(var(--foreground));font-weight:700}.home-section{padding-block:clamp(2.5rem,6vw,4rem)}.home-section__head{max-width:70ch;margin-bottom:1.75rem}.home-section__head--center{margin-inline:auto;text-align:center}.home-section__eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--brand));margin-bottom:.5rem}.home-section__head h2{font-size:clamp(1.5rem,3.5vw,2.1rem);letter-spacing:-.02em}.home-section__intro{margin-top:.6rem;color:hsl(var(--muted-foreground));font-size:1.02rem}.topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.topic-tile{display:flex;align-items:flex-start;gap:.9rem;padding:1.15rem 1.2rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:var(--shadow-sm);transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.topic-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:hsl(var(--brand)/.45);color:hsl(var(--card-foreground))}.topic-tile__icon{display:grid;place-items:center;flex:none;width:44px;height:44px;border-radius:12px;background:hsl(var(--secondary));color:hsl(var(--primary))}[data-theme=dark] .topic-tile__icon{color:hsl(var(--brand))}.topic-tile__icon svg{width:23px;height:23px}.topic-tile__body{display:flex;flex-direction:column;gap:.2rem;flex:1}.topic-tile__title{font-weight:700;font-size:1.02rem;color:hsl(var(--foreground))}.topic-tile__desc{font-size:.86rem;color:hsl(var(--muted-foreground));line-height:1.45}.topic-tile__arrow{width:18px;height:18px;flex:none;color:hsl(var(--muted-foreground));transition:transform .15s ease,color .15s ease;margin-top:.6rem}.topic-tile:hover .topic-tile__arrow{transform:translateX(3px);color:hsl(var(--brand))}.credibility{background:hsl(var(--muted));border-block:1px solid hsl(var(--border));padding-block:clamp(2.5rem,6vw,4rem)}.cred-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;margin-top:.5rem}.cred-item{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.4rem 1.3rem;box-shadow:var(--shadow-sm)}.cred-item__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:hsl(var(--brand)/.12);color:hsl(var(--brand));margin-bottom:.9rem}.cred-item__icon svg{width:24px;height:24px}.cred-item h3{font-size:1.05rem;margin-bottom:.4rem}.cred-item p{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.55}.cred-cta{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:2rem}#library .home-alphabet{padding-top:0;margin-bottom:1.5rem}#library .home-filters{justify-content:flex-start;margin-bottom:1.25rem}.home-mission{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.home-mission__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem 2.5rem;flex-wrap:wrap;padding-block:clamp(2.25rem,5vw,3.25rem)}.home-mission__text{max-width:62ch}.home-mission__text h2{color:hsl(var(--primary-foreground));font-size:clamp(1.4rem,3vw,1.9rem);margin-bottom:.6rem}.home-mission__text p{color:hsl(var(--primary-foreground)/.9);line-height:1.6}.home-mission .btn--primary{background:hsl(var(--primary-foreground));color:hsl(var(--primary))}.home-mission .btn--primary:hover{background:hsl(var(--primary-foreground)/.9);color:hsl(var(--primary))}@media(max-width:600px){.home-mission__inner{flex-direction:column;align-items:flex-start}}.article-wrap{padding-top:1.5rem}.article-head{margin-bottom:1.75rem}.article-head__breadcrumbs{margin-bottom:1rem}.article-head h1{font-size:clamp(1.7rem,4.5vw,2.5rem);letter-spacing:-.025em;margin-bottom:.75rem}.article-head__summary{font-size:clamp(1.02rem,2vw,1.15rem);color:hsl(var(--muted-foreground));max-width:var(--measure);line-height:1.55}.byline{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-top:1.25rem;padding-block:1rem;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));font-size:.85rem}.byline__person{display:inline-flex;align-items:center;gap:.55rem}.byline__avatar{display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:50%;background:hsl(var(--secondary));color:hsl(var(--primary))}.byline__avatar svg{width:18px;height:18px}.byline__label{color:hsl(var(--muted-foreground));font-size:.74rem;text-transform:uppercase;letter-spacing:.04em}.byline__name{font-weight:600;color:hsl(var(--foreground))}.byline__meta{display:inline-flex;align-items:center;gap:.4rem;color:hsl(var(--muted-foreground))}.byline__meta svg{width:15px;height:15px}.byline__reviewed{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:999px;background:hsl(var(--success)/.12);color:hsl(var(--success));font-weight:600;font-size:.78rem}.byline__reviewed svg{width:14px;height:14px}.tldr{margin:1.5rem 0;border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--brand));border-radius:var(--radius);background:hsl(var(--brand)/.05);padding:1.1rem 1.25rem}.tldr__label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--brand));margin-bottom:.35rem}.tldr p{color:hsl(var(--foreground));margin:0}.article-layout{display:grid;grid-template-columns:minmax(0,1fr)260px;gap:clamp(1.5rem,4vw,3rem);align-items:start}@media(max-width:960px){.article-layout{grid-template-columns:1fr}}.toc{position:sticky;top:calc(var(--header-h) + 1.25rem);font-size:.85rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));padding:1rem 1.1rem;max-height:calc(100vh - var(--header-h) - 3rem);overflow-y:auto}@media(max-width:960px){.toc{position:static;max-height:none;margin-bottom:1.5rem}}.toc__title{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin-bottom:.6rem;font-weight:700}.toc nav ul{list-style:none;padding:0;margin:0;display:grid;gap:.1rem}.toc nav ul ul{padding-left:.8rem;margin-top:.1rem}.toc nav a{display:block;padding:.3rem .5rem;border-radius:6px;border-left:2px solid transparent;color:hsl(var(--muted-foreground));line-height:1.35}.toc nav a:hover{color:hsl(var(--foreground));background:hsl(var(--accent))}.toc nav a.is-active{color:hsl(var(--brand));border-left-color:hsl(var(--brand));background:hsl(var(--brand)/.06);font-weight:600}.prose{max-width:var(--measure);font-size:1.02rem;line-height:1.75;color:hsl(var(--foreground))}.prose>*+*{margin-top:1.1rem}.prose h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:.5rem;padding-top:.4rem;line-height:1.3;scroll-margin-top:calc(var(--header-h) + 1rem)}.prose h3{font-size:1.22rem;margin-top:1.8rem;margin-bottom:.4rem;scroll-margin-top:calc(var(--header-h) + 1rem)}.prose h4{font-size:1.05rem;margin-top:1.4rem;scroll-margin-top:calc(var(--header-h) + 1rem)}.prose p{color:hsl(var(--foreground)/.92)}.prose a{color:hsl(var(--brand));text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.prose a:hover{text-decoration-thickness:2px}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin-top:.35rem}.prose ul li::marker{color:hsl(var(--brand))}.prose blockquote{border-left:4px solid hsl(var(--brand));padding:.5rem 0 .5rem 1.1rem;color:hsl(var(--muted-foreground));font-style:italic}.prose code{font-family:var(--font-mono);font-size:.88em;background:hsl(var(--muted));padding:.12em .4em;border-radius:5px}.prose pre{background:hsl(var(--muted));padding:1rem;border-radius:var(--radius);overflow-x:auto}.prose pre code{background:0 0;padding:0}.prose img{border-radius:var(--radius);border:1px solid hsl(var(--border));margin-block:1.5rem}.prose hr{border:0;border-top:1px solid hsl(var(--border));margin-block:2rem}.prose table{font-size:.92rem;margin-block:1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.prose thead{background:hsl(var(--muted))}.prose th,.prose td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid hsl(var(--border))}.prose th{font-weight:600}.prose tbody tr:last-child td{border-bottom:0}.prose tbody tr:hover{background:hsl(var(--accent))}.heading-anchor{opacity:0;margin-left:.4rem;font-weight:400;color:hsl(var(--muted-foreground));text-decoration:none;transition:opacity .15s ease}.prose :is(h2,h3,h4):hover .heading-anchor{opacity:1}.heading-anchor:hover{color:hsl(var(--brand))}.emergency-numbers,.crisis-help,.find-care{margin:1.5rem 0;border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.1rem 1.25rem;font-size:.95rem;line-height:1.6}.emergency-numbers{border-left:4px solid hsl(var(--destructive));background:hsl(var(--destructive)/.06)}.crisis-help{border-left:5px solid hsl(var(--brand));background:hsl(var(--brand)/.06)}.find-care{border-left:5px solid hsl(var(--primary));background:hsl(var(--primary)/.05)}.crisis-help p:first-child,.find-care p:first-child{font-weight:700;color:hsl(var(--foreground));margin-bottom:.4rem}.crisis-help ul,.find-care ul{margin:.25rem 0 0;padding-left:1.25rem}.crisis-help li,.find-care li{margin-top:.3rem}.crisis-help a,.find-care a{color:hsl(var(--brand));text-decoration:underline;text-underline-offset:2px}.who-source{font-size:.92em;color:hsl(var(--primary))}[data-theme=dark] .who-source{color:hsl(var(--brand))}.sources{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.sources h2{font-size:1.15rem;margin-bottom:.75rem}.sources ol{padding-left:1.3rem;font-size:.9rem;color:hsl(var(--muted-foreground))}.sources li{margin-top:.4rem}.sources__note{font-size:.82rem;color:hsl(var(--muted-foreground))}.post-tags{margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.post-tags__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin-bottom:.6rem;font-weight:700}.post-tags__list{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0}.post-tags__link{display:inline-flex;padding:.3rem .7rem;border-radius:999px;font-size:.82rem;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground))}.post-tags__link:hover{border-color:hsl(var(--brand)/.5);color:hsl(var(--brand));background:hsl(var(--accent))}.related-posts{margin-top:3rem}.related-posts__title{font-size:1.3rem;margin-bottom:1.25rem}.related-posts__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.related-posts__card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));padding:1.1rem;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.related-posts__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:hsl(var(--brand)/.4)}.related-posts__category{font-size:.72rem;font-weight:600;color:hsl(var(--brand));text-transform:uppercase;letter-spacing:.04em}.related-posts__card-title{font-size:1rem;margin-block:.4rem;line-height:1.35}.related-posts__card-title a{color:hsl(var(--foreground))}.related-posts__card-title a:hover{color:hsl(var(--brand))}.related-posts__excerpt{font-size:.85rem;color:hsl(var(--muted-foreground));line-height:1.5}.related-posts__meta{display:flex;gap:.75rem;margin-top:.75rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.post-navigation__container{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}@media(max-width:600px){.post-navigation__container{grid-template-columns:1fr}}.post-navigation__link{display:block;padding:1rem 1.1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--foreground))}.post-navigation__link:hover{border-color:hsl(var(--brand)/.5);background:hsl(var(--accent));color:hsl(var(--foreground))}.post-navigation__link--next{text-align:right}.post-navigation__direction{font-size:.75rem;color:hsl(var(--muted-foreground));display:inline-flex;align-items:center;gap:.3rem}.post-navigation__title{font-weight:600;margin-top:.25rem}.post-navigation__icon{width:14px;height:14px;display:inline}.tabs__list{display:inline-flex;flex-wrap:wrap;gap:.2rem;padding:.25rem;background:hsl(var(--muted));border-radius:calc(var(--radius) - .2rem);margin-bottom:1.25rem}.tabs__trigger{padding:.45rem .9rem;font-size:.88rem;font-weight:600;border:0;border-radius:calc(var(--radius) - .35rem);background:0 0;color:hsl(var(--muted-foreground));cursor:pointer}.tabs__trigger[aria-selected=true]{background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:var(--shadow-sm)}.tabs__panel[hidden]{display:none}.accordion{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.accordion__item+.accordion__item{border-top:1px solid hsl(var(--border))}.accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:hsl(var(--card));color:hsl(var(--foreground));font-weight:600;font-size:.98rem;text-align:left;cursor:pointer;border:0}.accordion__trigger:hover{background:hsl(var(--accent))}.accordion__icon{transition:transform .2s ease;flex:none;width:18px;height:18px;color:hsl(var(--muted-foreground))}.accordion__trigger[aria-expanded=true] .accordion__icon{transform:rotate(180deg)}.accordion__panel{padding:0 1.1rem 1.1rem;color:hsl(var(--muted-foreground));font-size:.92rem;line-height:1.6}.accordion__panel[hidden]{display:none}.prose-narrow{max-width:760px;margin-inline:auto}