:root{color-scheme:light;--background:#f6f7fb;--surface:#fff;--text:#101828;--muted:#475467;--border:#d0d5dd;--accent:#1570ef}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--background);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}main{width:100%}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-footer,.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.site-footer{border-top:1px solid var(--border);border-bottom:0;margin-top:auto}.page-shell,.site-footer__inner,.site-header__inner{width:min(100%,960px);margin:0 auto;padding:24px 20px}.site-header__brand{font-size:1.25rem;font-weight:700}.page-shell__description,.page-shell__eyebrow,.page-shell__list,.site-footer__meta,.site-header__meta{color:var(--muted)}.site-header__actions,.site-header__nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.site-header__actions a,.site-header__nav a{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:#fff}.page-shell{padding-top:40px;padding-bottom:56px}.page-shell__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;margin:0 0 12px}.page-shell__title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:0 0 16px}.page-shell__description{font-size:1.05rem;line-height:1.6;max-width:72ch;margin:0}.page-shell__list{margin:28px 0 0;padding-left:20px;line-height:1.7}.page-shell__content{margin-top:28px}.error-shell{width:min(100%,640px);margin:10vh auto;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.error-shell button{margin-top:16px;padding:10px 16px;border-radius:999px;border:0;background:var(--accent);color:#fff;cursor:pointer}