@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#fff;--surface:#fafafa;--surface-elevated:#fff;--border:#e8e8e8;--border-strong:#0a0a0a;--text:#0a0a0a;--muted:#525252;--muted-faint:#a3a3a3;--focus-ring:#0a0a0a;--link-hover:#0a0a0a;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--radius-sm:2px;--radius-md:4px;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-body:1rem;--text-body-sm:.875rem;--leading-body:1.6;--leading-tight:1.2;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--leading-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}#root{min-height:100vh}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}a:focus-visible{border-radius:var(--radius-sm)}.layout{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;display:flex}.skip-link{z-index:100;padding:var(--space-sm) var(--space-md);background:var(--text);color:var(--bg);font-weight:600;font-size:var(--text-body-sm);border-radius:0 0 var(--radius-md) 0;text-decoration:none;position:absolute;left:-9999px}.skip-link:focus{top:0;left:0}.skip-link:focus-visible{outline:2px solid var(--bg);outline-offset:2px}.site-header{z-index:50;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header__inner{max-width:68rem;padding:var(--space-md) var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);margin:0 auto;display:flex}.site-logo{align-items:center;gap:var(--space-sm);letter-spacing:-.02em;color:var(--text);font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.site-logo:hover{color:var(--text);text-decoration:none}.site-logo__mark{border-radius:var(--radius-sm);background:var(--text);flex-shrink:0;width:2rem;height:2rem}.site-nav{gap:var(--space-xs);flex-wrap:wrap;align-items:center;display:flex}.site-nav__link{padding:var(--space-sm) var(--space-md);font-size:var(--text-body-sm);color:var(--muted);border-radius:var(--radius-sm);align-items:center;min-height:44px;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s;display:inline-flex}.site-nav__link:hover{color:var(--text);background:var(--surface)}.site-nav__link.is-active{color:var(--text);box-shadow:inset 0 -2px 0 0 var(--text);background:0 0;border-radius:0;font-weight:600}.site-main{flex:1;width:100%}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:auto}.site-footer__inner{max-width:68rem;padding:var(--space-xl) var(--space-lg);font-size:var(--text-body-sm);color:var(--muted);line-height:var(--leading-body);margin:0 auto}@media (width<=560px){.site-header__inner{flex-direction:column;align-items:flex-start}}.news-card{border-radius:var(--radius-md);background:var(--surface-elevated);border:1px solid var(--border);transition:border-color .15s,box-shadow .15s;overflow:hidden}@media (prefers-reduced-motion:no-preference){.news-card:hover{border-color:var(--muted-faint);box-shadow:0 1px 0 0 var(--border)}}.news-card--featured{box-shadow:inset 3px 0 0 0 var(--text);border-width:1px;grid-column:1/-1}.news-card__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.news-card__link:focus-visible{outline-offset:4px}.news-card__link--featured{grid-template-columns:1.15fr 1fr;min-height:14rem;display:grid}@media (width<=820px){.news-card__link--featured{grid-template-columns:1fr}}.news-card__media{aspect-ratio:16/9;background:var(--surface);position:relative;overflow:hidden}.news-card__media img{object-fit:cover;filter:grayscale(12%);width:100%;height:100%;transition:filter .2s,transform .25s;display:block}@media (prefers-reduced-motion:no-preference){.news-card:hover .news-card__media img{filter:grayscale(0%);transform:scale(1.02)}}.news-card__body{padding:var(--space-lg) var(--space-lg) var(--space-md);gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.news-card--featured .news-card__body{padding:var(--space-xl) var(--space-lg);justify-content:center}.news-card__cat{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.6875rem;font-weight:600}.news-card__title{font-size:1.0625rem;font-weight:600;line-height:var(--leading-tight);letter-spacing:-.02em;color:var(--text);margin:0}.news-card--featured .news-card__title{font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:700}.news-card__excerpt{font-size:var(--text-body-sm);color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.5;display:-webkit-box;overflow:hidden}.news-card__time{color:var(--muted-faint);padding-top:var(--space-sm);font-variant-numeric:tabular-nums;margin-top:auto;font-size:.8125rem}.hero{padding:var(--space-2xl) var(--space-lg) var(--space-xl);border-bottom:1px solid var(--border)}.hero__inner{max-width:68rem;margin:0 auto}.hero__eyebrow{margin:0 0 var(--space-md);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:600}.hero__title{margin:0 0 var(--space-md);letter-spacing:-.035em;max-width:16ch;color:var(--text);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.08}.hero__lead{max-width:38rem;color:var(--muted);margin:0;font-size:1.0625rem;font-weight:400;line-height:1.65}.news-section{padding:var(--space-xl) var(--space-lg) var(--space-2xl)}.news-section__inner{max-width:68rem;margin:0 auto}.news-section__head{margin-bottom:var(--space-xl);padding-bottom:var(--space-md);border-bottom:1px solid var(--border)}.news-section__title{margin:0 0 var(--space-sm);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:600}.news-section__subtitle{max-width:40rem;color:var(--muted);font-size:var(--text-body-sm);margin:0;line-height:1.55}.news-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),1fr));display:grid}.news-grid>.news-card--featured{grid-column:1/-1}.article-missing{max-width:36rem;margin:var(--space-2xl) auto;padding:0 var(--space-lg);text-align:center}.article-missing h1{margin-bottom:var(--space-sm);letter-spacing:-.02em;font-size:1.375rem;font-weight:700}.article-missing p{color:var(--muted);font-size:var(--text-body-sm);margin:0}.article-missing__btn{margin-top:var(--space-lg);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);min-height:44px;font-weight:600;font-size:var(--text-body-sm);background:var(--text);color:var(--bg);border:1px solid var(--text);justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.article-missing__btn:hover{background:var(--bg);color:var(--text)}.article{padding:var(--space-xl) var(--space-lg) 0}.article__inner{max-width:40rem;margin:0 auto}.breadcrumb{font-size:var(--text-body-sm);color:var(--muted);margin-bottom:var(--space-lg)}.breadcrumb a{color:var(--text);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong)}.breadcrumb a:hover{-webkit-text-decoration-color:var(--text);text-decoration-color:var(--text)}.article__header{margin-bottom:var(--space-lg)}.article__cat{margin:0 0 var(--space-sm);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:600}.article__title{margin:0 0 var(--space-md);letter-spacing:-.03em;color:var(--text);font-size:clamp(1.625rem,3.5vw,2.125rem);font-weight:700;line-height:1.12}.article__excerpt{margin:0 0 var(--space-md);color:var(--muted);font-size:1.0625rem;line-height:1.55}.article__time{font-size:var(--text-body-sm);color:var(--muted-faint);font-variant-numeric:tabular-nums}.article__figure{margin:0 0 var(--space-xl);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);overflow:hidden}.article__figure img{vertical-align:middle;filter:grayscale(8%);width:100%;height:auto;display:block}.article__body p{margin:0 0 var(--space-md);color:var(--text);font-size:1.0625rem;line-height:1.75}.article__body p:last-child{margin-bottom:0}.article__footer{margin:var(--space-xl) 0 var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border)}.article__tags{margin:0 0 var(--space-md);gap:var(--space-sm);flex-wrap:wrap;display:flex}.article__tag{padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--muted);font-size:.75rem;font-weight:500}.article__back{font-weight:600;font-size:var(--text-body-sm);color:var(--text);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--muted-faint);text-decoration-color:var(--muted-faint)}.article__back:hover{-webkit-text-decoration-color:var(--text);text-decoration-color:var(--text)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.related{padding:var(--space-xl) var(--space-lg) var(--space-2xl);border-top:1px solid var(--border);background:var(--surface)}.related__inner{max-width:40rem;margin:0 auto}.related__title{margin:0 0 var(--space-md);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:600}.related__list{gap:var(--space-md);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.related__list a{color:var(--text);letter-spacing:-.02em;border-bottom:1px solid #0000;padding-bottom:2px;font-size:1.0625rem;font-weight:600;line-height:1.35;text-decoration:none;transition:border-color .15s}.related__list a:hover{border-bottom-color:var(--text)}
