:root{color-scheme:light;--bg:#f4efe7;--surface:#fffaf4;--surface-strong:#f0e4d5;--text:#172033;--muted:#5f6778;--line:#d8cab7;--accent:#1d6f5f;--accent-strong:#154d42;--shadow:0 18px 40px rgba(23,32,51,0.08)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fbf7f1 0,var(--bg) 100%);color:var(--text)}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.site-footer,.site-header{border-bottom:1px solid var(--line);background:rgba(255,250,244,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-footer{border-top:1px solid var(--line);border-bottom:0;margin-top:64px}.site-footer__inner,.site-header__inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:18px 0}.site-brand{display:inline-flex;align-items:center;gap:12px;font-weight:700}.site-brand__mark{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:var(--accent);color:#f8f4ee}.site-nav{display:flex;gap:18px}.site-footer__links,.site-nav{flex-wrap:wrap;color:var(--muted)}.site-footer__links{display:inline-flex;gap:14px}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:40px 0 0}.article-shell,.hero,.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.article-shell,.hero{padding:32px}.panel{margin-top:28px;padding:28px}.card__kicker,.hero__eyebrow,.hero__label,.stamp{color:var(--muted);font-size:.92rem}.article-header h1,.hero h1{margin:10px 0 12px;font-size:clamp(2rem,3vw,3.2rem);line-height:1.08}.article-header .hero__lede,.hero__lede{margin:0;font-size:1.1rem;line-height:1.7;color:var(--muted)}.hero__cta{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.primary-link{display:inline-flex;margin-top:10px;color:var(--accent-strong);font-weight:700}.section-heading{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.card h3,.list-card h3,.section-heading h2{margin:0}.card p,.list-card p,.rich-text li,.rich-text p,.section-heading p,.site-footer__inner p{margin:0;color:var(--muted);line-height:1.75}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px}.card,.list-card{border:1px solid var(--line);border-radius:8px;background:#fffdf9}.card{padding:18px}.card h3{margin-top:8px;margin-bottom:10px;line-height:1.4}.stack-list{display:grid;grid-gap:14px;gap:14px}.list-card{padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.list-card span{color:var(--accent-strong);font-weight:700;flex-shrink:0}.breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);margin-bottom:20px}.article-header{margin-bottom:24px}.stamp{margin-top:12px}.rich-text{display:grid;grid-gap:18px;gap:18px}.rich-text h2,.rich-text h3{margin:12px 0 0}.rich-text ul{padding-left:20px;margin:0}@media (max-width:720px){.list-card,.site-footer__inner,.site-header__inner{align-items:flex-start;flex-direction:column}.article-shell,.hero,.panel{padding:22px}}