:root{color-scheme:dark;--bg:#161719;--panel:#202225;--panel-alt:#2a2d31;--text:#f7f4ed;--muted:#c5beaf;--accent:#c79a53;--accent-strong:#e3b66f;--border:rgba(247,244,237,0.12);--shadow:rgba(0,0,0,0.25)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:radial-gradient(circle at top,#2b2e33 0,var(--bg) 45%);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1}.top-nav{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(22,23,25,.88);border-bottom:1px solid var(--border)}.page-wrap,.site-footer__inner,.top-nav__inner{width:min(1120px,calc(100% - 2rem));margin:0 auto}.top-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand-mark{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;letter-spacing:.02em}.brand-mark img{width:52px;height:52px}.top-nav__links{display:flex;flex-wrap:wrap;gap:.5rem}.top-nav__links a{padding:.7rem 1rem;border-radius:999px;color:var(--muted)}.top-nav__links a.is-active,.top-nav__links a:hover{background:rgba(199,154,83,.14);color:var(--text)}.page-wrap{padding:4rem 0 5rem}.page-wrap--narrow{width:min(760px,calc(100% - 2rem))}.hero-panel,.info-card,.page-footer-note{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid var(--border);border-radius:24px;box-shadow:0 20px 60px var(--shadow)}.hero-panel{padding:3rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-strong);font-size:.8rem;margin:0 0 1rem}h1,h2,p{margin-top:0}h1{font-size:clamp(2.3rem,4vw,4.4rem);line-height:1.05;margin-bottom:1rem}h2{font-size:1.2rem;margin-bottom:.75rem}.info-card p,.lede,.page-footer-note,.site-footer p{color:var(--muted);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:.95rem 1.25rem;border-radius:999px;font-weight:700}.button--primary{background:var(--accent);color:#1a1a1a}.button--secondary{border:1px solid var(--border);background:rgba(255,255,255,.03)}.card-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.info-card,.page-footer-note{padding:1.5rem}.page-footer-note{margin-top:1.5rem}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0 2rem}@media (max-width:780px){.top-nav__inner{align-items:flex-start;flex-direction:column}.hero-panel{padding:2rem}}.auth-actions{display:flex;align-items:center;gap:.75rem}.auth-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;min-height:42px;padding:.65rem 1rem;background:rgba(255,255,255,.03);color:var(--text)}.auth-pill--primary{background:var(--accent);color:#1a1a1a;border-color:transparent;font-weight:700}.auth-pill--muted,.field-label{color:var(--muted)}.field-label{display:block;margin:.85rem 0 .35rem;font-size:.95rem}.field-input{width:100%;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.03);color:var(--text);padding:.85rem 1rem;font:inherit}.field-textarea{min-height:120px;resize:vertical}.simple-list{list-style:none;padding:0;margin:0}.simple-list li{padding:.9rem 0;border-bottom:1px solid var(--border);color:var(--muted);line-height:1.6}.simple-list li:last-child{border-bottom:0}.stack-row{display:flex;flex-wrap:wrap;gap:.75rem}.stack-row,.status-text{margin-top:1rem}.status-text--ok{color:#78d89b}.status-text--error{color:#f29797}