:root{--background:#fff;--foreground:#171717;--accent:#3a77ff;--ink:#2a313a;--grey-35:#00000059;--grey-40:#0006;--grey-45:#00000073;--grey-50:#00000080;--grey-55:#0000008c;--grey-60:#0009;--grey-70:#000000b3;--border:#0000001a}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--grey-35:#ffffff59;--grey-40:#fff6;--grey-45:#ffffff73;--grey-50:#ffffff80;--grey-55:#ffffff8c;--grey-60:#fff9;--grey-70:#ffffffb3;--border:#ffffff1a}}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}img{max-width:100%;display:block}.wrap{flex-direction:column;min-height:100vh;display:flex}.skip-link{position:absolute;left:-9999px}.skip-link:focus{border:1px solid var(--border);background:var(--background);padding:.5rem .75rem;position:static}.header{border-bottom:1px solid var(--border)}.header-inner{max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem 1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-50);margin:0 0 .25rem;font-size:.75rem}.masthead-h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.875rem}.theme-nav{gap:1.5rem;max-width:48rem;margin:0 auto;padding:0 1.5rem 1.5rem;display:flex;overflow-x:auto}.theme-nav a{white-space:nowrap;flex-direction:column;flex-shrink:0;gap:.15rem;text-decoration:none;display:flex}.theme-nav-index{color:var(--grey-35);font-size:.65rem}.theme-nav-label{color:var(--grey-55);padding-bottom:.125rem;font-size:.875rem}.theme-nav-label.active{color:var(--ink);border-bottom:2px solid var(--accent);font-weight:500}.main{flex:1;width:100%;max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem}.main--narrow{max-width:42rem}.section-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-45);margin:0 0 1.5rem;font-size:.75rem}.featured-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.featured-grid.has-supporting{grid-template-columns:2fr 1fr;gap:2.5rem}.featured-supporting-col{border-left:1px solid var(--border);padding-left:2rem}}.card{flex-direction:column;gap:1rem;display:flex}.card-lead-img{aspect-ratio:16/9;object-fit:cover;border-radius:2px;width:100%}.card-lead-headline{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.875rem;line-height:1.1}@media (min-width:768px){.card-lead-headline{font-size:2.25rem}}.card-lead-summary{color:var(--grey-70);max-width:36rem;margin:0;font-size:1.125rem;line-height:1.6}.card-meta{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-45);margin:0;font-size:.75rem}.card-row{border-top:1px solid var(--border);gap:.75rem;padding:1rem 0;display:flex}.card-row:first-child{border-top:none;padding-top:0}.card-row-img{object-fit:cover;border-radius:2px;flex-shrink:0}.card-row-img--supporting{width:5rem;height:5rem}.card-row-img--narrow{width:4rem;height:4rem}.card-row-headline{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.3}.card-row-summary{color:var(--grey-60);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.15rem 0 0;font-size:.875rem;line-height:1.3;display:-webkit-box;overflow:hidden}.card-row-summary--narrow{-webkit-line-clamp:1;font-size:.75rem}.card-meta--row{font-size:.65rem;line-height:1}.card-wide{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.5rem 0;display:flex}.card-wide:first-child{padding-top:0}.card-wide-img{aspect-ratio:21/9;object-fit:cover;border-radius:2px;width:100%}.card-wide-headline{max-width:42rem;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;line-height:1.3}.card-wide-summary{color:var(--grey-70);-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:42rem;margin:.5rem 0 0;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.latest-groups{flex-direction:column;gap:.5rem;display:flex}.latest-narrow-pair{grid-template-columns:1fr;display:grid}@media (min-width:640px){.latest-narrow-pair{grid-template-columns:1fr 1fr;column-gap:2rem}}.latest-group-spacer{height:1rem}.article-body{max-width:42rem;font-size:1.05rem;line-height:1.75}.article-body :is(h1,h2){font-family:Georgia,Times New Roman,serif}.article-body h1{margin:2rem 0 .75rem;font-size:1.5rem}.article-body h2{margin:2rem 0 .75rem;font-size:1.25rem}.article-body h3{margin:1.5rem 0 .5rem;font-size:1.125rem;font-weight:600}.article-body p{margin:1rem 0}.article-body ul{margin:1rem 0;padding-left:1.5rem;list-style:outside}.article-body ol{margin:1rem 0;padding-left:1.5rem;list-style:decimal}.article-body a{color:var(--accent);text-decoration:underline}.article-body blockquote{border-left:2px solid var(--border);margin:1rem 0;padding-left:1rem;font-style:italic}.figure{margin:0 0 2rem}.figure-img{aspect-ratio:3/2;object-fit:cover;width:100%}.figure-caption{color:var(--grey-50);margin-top:.5rem;font-size:.75rem}.resource-link{border:1px solid var(--border);border-radius:2px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;display:flex}.resource-link-name{font-size:.875rem;font-weight:500}.resource-link-kind{color:var(--grey-50);font-size:.75rem}.empty-state{color:var(--grey-60);padding:2rem 0;font-size:.875rem}
