:root{--color-bg:#f4f6fb;--color-surface:#ffffff;--color-text:#0f172a;--color-accent:#4f46e5;--color-accent-soft:#eef2ff;--color-accent-glow:rgba(79,70,229,0.35);--color-muted:#64748b;--color-border:#e2e8f0;--max-width:1180px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow-md:0 8px 30px rgba(15,23,42,0.08);--shadow-lg:0 20px 50px rgba(15,23,42,0.12)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans),system-ui,-apple-system,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6}.container{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem}.site-header{border-bottom:1px solid rgba(226,232,240,.8);background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:.875rem;padding-bottom:.875rem}.logo-link{text-decoration:none;color:inherit;flex-shrink:0}.logo-wordmark{font-family:var(--font-sans);font-weight:600;letter-spacing:-.03em;line-height:1;white-space:nowrap}.logo-wordmark--sm{font-size:1.125rem}.logo-wordmark--md{font-size:1.375rem}.logo-wordmark--lg{font-size:2rem}.logo-wordmark--hero{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700}.logo-lower{text-transform:lowercase;color:inherit}.logo-ai{text-transform:uppercase;color:var(--color-accent);font-weight:800;letter-spacing:-.04em}.header-nav{display:flex;gap:.25rem;flex-wrap:wrap}.header-nav a{text-decoration:none;color:var(--color-muted);font-size:.875rem;font-weight:500;padding:.45rem .75rem;border-radius:999px;transition:color .15s,background .15s}.header-nav a.is-active,.header-nav a:hover{color:var(--color-accent);background:var(--color-accent-soft)}.locale-switch{display:flex;gap:.35rem}.locale-switch a{font-size:.6875rem;font-weight:700;text-decoration:none;color:var(--color-muted);padding:.3rem .55rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);transition:border-color .15s,color .15s}.locale-switch a:hover{border-color:var(--color-accent);color:var(--color-accent)}.hero{padding:3rem 0 2rem;text-align:center}.hero h1{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:.5rem}.tagline{color:var(--color-muted);font-size:1.125rem}.home-hero{position:relative;overflow:hidden;padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(2rem,4vw,3rem);background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(79,70,229,.18),transparent),linear-gradient(180deg,#0f172a,#1e1b4b 55%,#312e81);color:#fff}.home-hero-glow{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(99,102,241,.25),transparent 40%),radial-gradient(circle at 80% 20%,rgba(168,85,247,.15),transparent 35%);pointer-events:none}.home-hero-inner{position:relative;text-align:center;max-width:820px}.home-hero-kicker{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:1.25rem}.home-hero-brand{margin:0 0 1rem;line-height:1}.home-hero-brand .logo-lower{color:#fff}.home-hero-brand .logo-ai{color:#a5b4fc;text-shadow:0 0 40px var(--color-accent-glow)}.home-hero-tagline{font-size:clamp(1rem,2.5vw,1.25rem);color:rgba(255,255,255,.72);max-width:36ch;margin:0 auto 1.75rem;line-height:1.5}.home-hero-sections{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.hero-pill{font-size:.75rem;font-weight:500;text-decoration:none;color:rgba(255,255,255,.85);padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .15s,border-color .15s,transform .15s}.hero-pill:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.35);transform:translateY(-1px)}.home-layout{padding-top:2.5rem;padding-bottom:3rem}.home-lead{margin-bottom:2.5rem}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.section-heading--spaced{margin-top:0}.section-heading-link{font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--color-accent)}.home-columns{display:grid;grid-template-columns:1fr 340px;grid-gap:2rem;gap:2rem;margin:3rem 0}@media (max-width:900px){.home-columns{grid-template-columns:1fr}}.headlines-panel{padding:0 1.25rem}.headlines-panel,.sidebar-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.sidebar-card{padding:1.25rem 1.5rem;margin-bottom:1.25rem}.sidebar-card .section-heading{margin-bottom:.75rem}.sidebar-card .section-heading h2{font-size:1.125rem}.magazine-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.magazine-grid--secondary{grid-template-columns:repeat(2,1fr)}.magazine-grid--section{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width:640px){.magazine-grid--secondary{grid-template-columns:1fr}}.headlines-list,.section-nav{display:flex;flex-direction:column;gap:0}.section-nav-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;font-size:.9375rem}.section-nav-item:hover{color:var(--color-accent)}.section-nav-name{font-weight:500}.section-nav-arrow{color:var(--color-muted)}.sidebar-stories{display:flex;flex-direction:column}.editors-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem}.editor-chip{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.125rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s,transform .2s}.editor-chip:hover{border-color:#c7d2fe;box-shadow:var(--shadow-md);transform:translateY(-2px)}.editor-chip-name{font-weight:600;font-size:.9375rem}.editor-chip-title{font-size:.75rem;color:var(--color-muted);margin-top:.25rem}.home-editors{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.news-archive{padding-bottom:3rem}.news-archive-header{margin-bottom:2rem;max-width:640px}.news-archive-header h1{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.02em;margin-bottom:.75rem}.news-archive-intro{color:var(--color-muted);font-size:1.0625rem;line-height:1.6}.news-archive-count{font-size:.875rem;color:var(--color-muted);margin-top:.75rem}.posts-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.posts-pagination-btn{font-size:.875rem;font-weight:600;text-decoration:none;color:var(--color-accent);padding:.5rem 1rem;border-radius:999px;border:1px solid #c7d2fe;background:var(--color-accent-soft);transition:background .15s}.posts-pagination-btn:hover{background:#dbeafe}.posts-pagination-info{font-size:.875rem;color:var(--color-muted)}.posts-pagination-spacer{width:7rem}.article-hero{margin:1rem 0 1.5rem;border-radius:8px;overflow:hidden}.article-hero img{width:100%;height:auto;max-height:420px;object-fit:cover;display:block}.article-hero-inline img{width:100%;height:auto;border-radius:6px}.article-hero-inline figcaption{font-size:.8125rem;color:var(--color-muted);margin-top:.5rem}.article-sources-panel{margin:2.5rem 0;padding:1.25rem 1.5rem;background:#f8f9fc;border:1px solid var(--color-border);border-radius:8px}.article-sources-panel h2{font-size:1rem;margin-bottom:.75rem;font-family:var(--font-sans)}.article-sources-panel ul{list-style:none}.article-sources-panel li{padding:.35rem 0;font-size:.9375rem}.article-body .article-sources{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.redaction-section{margin:2.5rem 0}.authors-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.author-card-full{display:block;padding:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:8px;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s}.author-card-full:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--color-accent)}.author-card-full h3{font-family:var(--font-serif);font-size:1.25rem;margin-bottom:.35rem}.author-card-role{font-size:.8125rem;color:var(--color-accent);font-weight:600;margin-bottom:.75rem}.author-card-bio{font-size:.9375rem;color:var(--color-muted);line-height:1.55}.author-card-full--guest{border-style:dashed}.guest-badge{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin-bottom:.5rem}.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:2px solid var(--color-border)}.author-avatar--profile{width:120px;height:120px;margin-bottom:0;flex-shrink:0}.author-avatar--small{width:48px;height:48px;margin-bottom:.75rem}.author-avatar--chip{width:40px;height:40px;margin-bottom:.625rem}.author-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-accent);background:linear-gradient(135deg,#eef2ff,#f8fafc);border:2px solid var(--color-border);flex-shrink:0}.author-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}.author-header-text{flex:1 1}.author-title{font-size:1rem;color:var(--color-accent);font-weight:600;margin-bottom:.75rem}.author-bio{font-size:1.0625rem;color:var(--color-muted);line-height:1.6;max-width:52rem}.author-curriculum{margin:2rem 0 2.5rem;max-width:52rem}.author-curriculum h2{font-family:var(--font-serif);font-size:1.375rem;margin-bottom:1rem}.author-curriculum-body p{margin-bottom:1rem;line-height:1.65;color:var(--color-text)}.author-colleague-card{display:flex;flex-direction:column}.post-card-thumb{width:100%;height:180px;object-fit:cover;display:block}.post-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.post-card:hover{box-shadow:var(--shadow-md)}.post-card-link{display:block;padding:1.25rem;text-decoration:none;color:inherit;height:100%}.post-card-link:hover .post-card-title{color:var(--color-accent)}.post-card-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.post-card-section{font-weight:700;letter-spacing:.06em;color:var(--color-accent)}.post-card-section,.post-card-type{font-size:.6875rem;text-transform:uppercase}.post-card-type{font-weight:600;letter-spacing:.04em;color:var(--color-muted);background:#f0f0f0;padding:.125rem .375rem;border-radius:3px}.post-card-title{font-family:var(--font-serif);font-size:1.125rem;line-height:1.3;margin-bottom:.5rem;transition:color .15s}.post-card-excerpt{font-size:.9375rem;color:var(--color-muted);line-height:1.55;margin-bottom:.75rem}.post-card-footer{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8125rem;color:var(--color-muted);margin-top:auto}.post-card-author{font-weight:500}.post-card--hero{border:none;box-shadow:var(--shadow-lg)}.post-card--hero:hover{transform:translateY(-2px)}.post-card--hero .post-card-link{padding:0}.post-card--hero .post-card-thumb{height:clamp(220px,40vw,380px);margin:0;width:100%;border-radius:0}.post-card--hero .post-card-excerpt,.post-card--hero .post-card-footer,.post-card--hero .post-card-meta,.post-card--hero .post-card-title{padding-left:1.75rem;padding-right:1.75rem}.post-card--hero .post-card-meta{padding-top:1.5rem}.post-card--hero .post-card-footer{padding-bottom:1.75rem}.post-card--hero .post-card-title{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.15}.post-card--hero .post-card-excerpt{font-size:1.0625rem}.post-card--featured .post-card-link{padding:0;display:flex;flex-direction:column;height:100%}.post-card--featured .post-card-excerpt,.post-card--featured .post-card-footer,.post-card--featured .post-card-meta,.post-card--featured .post-card-title{padding-left:1.25rem;padding-right:1.25rem}.post-card--featured .post-card-meta{padding-top:1rem}.post-card--featured .post-card-footer{padding-bottom:1.25rem;margin-top:auto}.post-card--featured .post-card-title{font-size:1.375rem}.post-card--list{border:none;border-radius:0;border-bottom:1px solid var(--color-border)}.post-card--list .post-card-link{padding:1rem 0}.post-card--list .post-card-title{font-size:1rem;font-family:var(--font-sans);font-weight:600}.post-card--list:last-child{border-bottom:none}.breadcrumb{font-size:.875rem;color:var(--color-muted);margin-bottom:1.5rem}.breadcrumb a{text-decoration:none}.section-header{margin-bottom:2rem}.section-header h1{font-family:var(--font-serif);font-size:2rem;margin-bottom:.5rem}.section-description{color:var(--color-muted);font-size:1.0625rem;max-width:640px}.section-editor{font-size:.875rem;color:var(--color-muted);margin-top:.75rem}.empty-state{color:var(--color-muted);padding:2rem 0;text-align:center}section{margin:2.5rem 0}section h2{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid var(--color-accent);padding-bottom:.5rem}.grid{display:grid;grid-gap:1rem;gap:1rem}.sections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.authors-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.card{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:1.25rem;text-decoration:none;color:inherit;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.card h3{font-size:1rem;margin-bottom:.5rem}.article{max-width:720px}.article h1{font-family:var(--font-serif);font-size:2rem;line-height:1.2;margin:1rem 0}.article .meta{color:var(--color-muted);font-size:.875rem;display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.summary-block{background:#f0f4ff;border-left:4px solid var(--color-accent);padding:1rem;margin-bottom:1.5rem}.article-body{font-size:1.0625rem;line-height:1.75}.article-body h2{font-family:var(--font-serif);margin:2rem 0 .75rem}.site-footer{border-top:1px solid var(--color-border);margin-top:3rem;padding:2rem 0;background:#fff;color:var(--color-muted);font-size:.875rem}.site-footer nav{display:flex;gap:1rem;margin:.5rem 0}.hosting-note{font-size:.75rem;margin-top:.5rem}.search-form{display:flex;gap:.5rem;margin:1rem 0 2rem}.search-form input{flex:1 1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:6px;font-size:1rem}.search-form button{padding:.75rem 1.5rem;background:var(--color-accent);color:#fff;border:none;border-radius:6px;cursor:pointer}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1.5rem}.article-tags-label{font-size:.875rem;font-weight:600;color:var(--color-muted)}.tag-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.tag-chip{display:inline-block;padding:.2rem .65rem;font-size:.75rem;border-radius:999px;background:#eef2ff;color:var(--color-accent);border:1px solid #c7d2fe;text-decoration:none;cursor:pointer}button.tag-chip{font:inherit}.tag-chip:hover{background:#dbeafe}.post-list{list-style:none}.post-list li{padding:.75rem 0;border-bottom:1px solid var(--color-border)}.post-list a{text-decoration:none;color:inherit}.tool-iframe{width:100%;min-height:500px;border:1px solid var(--color-border);border-radius:8px}a{color:var(--color-accent)}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_eb41fe{--font-serif:"Fraunces","Fraunces Fallback"}