:root{color-scheme:light;--bg:#fcfcfb;--surface:#fff;--surface-muted:#f5f4f0;--border:#dedbd2;--text:#1f2933;--text-muted:#52606d;--accent:#12355b;--accent-soft:#dbe8f4;--max-width:76rem;--measure:44rem;--radius:.75rem;--shadow:0 10px 30px #0f172a14}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65}body{min-height:100vh;margin:0}main{padding-bottom:2.5rem}a{color:var(--accent);text-underline-offset:.12em;text-decoration-thickness:.08em}a:hover{text-decoration-thickness:.12em}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}img{max-width:100%;display:block}main,footer,header{width:min(calc(100% - 2rem), var(--max-width));margin:0 auto}.site-header{justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.site-title{color:var(--text);letter-spacing:.01em;font-size:1.05rem;font-weight:700;text-decoration:none}.site-nav{flex-wrap:wrap;gap:1rem;display:flex}.site-nav a{color:var(--text-muted);text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text)}.hero,.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero{margin-bottom:2rem;padding:2rem}.hero h1,.page-header h1{text-wrap:balance;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,6vw,3.4rem);line-height:1.1}.page-header{margin-bottom:2rem}.lede{color:var(--text-muted);max-width:60ch;font-size:1.1rem}.section-grid{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));align-items:stretch;gap:1rem;margin:2rem 0;display:grid}.section-grid .card{flex-direction:column;height:100%;display:flex}.section-grid .card-article-count{color:var(--text-muted);text-align:right;margin-top:auto;margin-left:auto;padding-top:.85rem;font-size:.8rem}.section-grid .card-article-count a{color:var(--text-muted);font-weight:600;text-decoration:none}.section-grid .card-article-count a:hover{color:var(--accent);text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.card h2,.card h3{margin-top:0;font-family:Georgia,Times New Roman,serif}.muted{color:var(--text-muted)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.85rem;font-weight:700}.article-shell{grid-template-columns:minmax(0,1fr);gap:2rem;display:grid}.article-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.article-content>header{width:100%;margin:0 0 2rem}.article-content h1,.article-content h2,.article-content h3{overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;line-height:1.2}.article-content p,.article-content li{max-width:var(--measure)}.article-meta{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-top:1.25rem;padding-top:1rem;display:flex}.article-byline{color:var(--text-muted);margin:0;font-size:.95rem}.article-byline-label{color:var(--text);margin-right:.25rem;font-weight:600}.article-meta .tag-list{gap:.35rem;margin:0}.article-meta .tag-list a{padding:.25rem .55rem;font-size:.82rem}@media (width<=640px){main,footer,header{width:min(calc(100% - 1.25rem), var(--max-width))}.site-header{flex-direction:column;align-items:flex-start;padding:1rem 0}.site-title{max-width:100%;font-size:1rem;line-height:1.35}.site-nav{gap:.75rem 1rem}.hero,.article-content{padding:1.25rem}.article-meta{flex-direction:column;align-items:flex-start}.breadcrumbs{font-size:.9rem}.sidebar-panel{padding:.85rem 1rem}}.article-layout{grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}.article-sidebar{flex-direction:column;align-self:start;gap:1.25rem;display:flex}.sidebar-panel{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.sidebar-panel ul{margin-bottom:0}.references-panel{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius);overflow-wrap:anywhere;padding:1rem 1.25rem}.references-panel ol,.references-panel ul{padding-left:1.25rem}.references-panel li+li{margin-top:.65rem}.references-panel a{overflow-wrap:anywhere}.sidebar-panel h2,.references-panel h2,.references-panel h3{margin-top:0;font-family:Georgia,Times New Roman,serif}.breadcrumbs{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.breadcrumbs ol{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:after{content:"/";margin-left:.4rem}.breadcrumbs li:last-child:after{content:"";margin:0}.tag-list,.meta-list{flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.tag-list a,.tag-list span,.pill{background:var(--accent-soft);color:var(--accent);border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.listing{gap:1rem;display:grid}.listing article,.listing .article-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:0;padding:1.25rem;display:flex}.article-card__head{flex-direction:column;gap:.5rem;display:flex}.listing .article-card__head h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,4vw,1.5rem);line-height:1.25}.article-card__summary{color:var(--text);max-width:var(--measure);margin:0;line-height:1.55}.article-card__meta{border-top:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:.25rem;margin-top:1rem;padding-top:.85rem;font-size:.9rem;display:flex}.article-card__meta .article-topic,.article-card__meta .article-byline{margin:0}.article-card__meta .article-byline{color:var(--text-muted);font-size:.82rem}.article-card__meta .article-byline-label{color:var(--text-muted);font-weight:600}.article-card__meta .article-topic{color:var(--text-muted)}.article-card__meta .article-topic a{color:var(--accent);font-weight:600;text-decoration:none}.article-card__meta .article-topic a:hover{text-decoration:underline}.article-card .tag-list{margin-top:.85rem;margin-bottom:0}.listing .article-byline{margin-top:0}.listing .tag-list{margin-top:.85rem}.split{gap:1.5rem;display:grid}.site-footer{color:var(--text-muted);padding:2rem 0 4rem;font-size:.95rem}.site-footer nav{flex-wrap:wrap;gap:1rem;margin-top:.75rem;display:flex}code{font-family:SFMono-Regular,ui-monospace,Menlo,monospace}blockquote{border-left:4px solid var(--accent-soft);color:var(--text-muted);margin-left:0;padding-left:1rem}@media (width>=64rem){.article-layout{grid-template-columns:minmax(0,2.5fr) minmax(18rem,1fr)}.article-sidebar{position:sticky;top:1.5rem}.split{grid-template-columns:minmax(0,2fr) minmax(18rem,1fr)}}
