:root{--bg-top:#d6d2da;--bg-mid:#ebe8ed;--bg-bot:#f7f5f8;--surface:#ffffff;--surface-soft:#f7f5f8;--ink:#0a0a0a;--ink-soft:#1a1a1a;--muted:#6e6e6e;--muted-light:#a0a0a0;--border:#e2dee5;--lime:#c5fa3a;--lime-deep:#b0e832;--lime-glow:rgba(197,250,58,0.4);--err:#d95a5a;--err-soft:rgba(217,90,90,0.10);--ok:#2e9d4f;--ok-soft:rgba(46,157,79,0.10)}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Montserrat,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:linear-gradient(180deg,var(--bg-top) 0,var(--bg-mid) 12%,var(--bg-bot) 100%);background-attachment:fixed;color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:inherit;color:inherit}button:focus-visible,input:focus,textarea:focus{outline:2px solid var(--ink);outline-offset:2px}.container{max-width:880px;margin:0 auto;padding:0 24px}.page-header{display:flex;align-items:center;justify-content:space-between;padding:28px 40px;max-width:1400px;margin:0 auto}.page-header img{height:36px}.page-header .pill{background:rgba(255,255,255,.55);padding:8px 14px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;border:1px solid rgba(255,255,255,.7)}@media (max-width:600px){.page-header{padding:20px}}