:root{--brand-700:#2c5990;--brand-600:#3b72b4;--accent-500:#3fb0de;--accent-400:#7bcbea;--ink-900:#0f1f2e;--ink-700:#34495e;--mist-100:#eaf3fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink-900);background:linear-gradient(135deg,var(--mist-100) 0,#dcecf9 50%,#eaf7f6 100%);text-align:center;padding:24px}.card{max-width:480px}img.logo{max-width:320px;width:100%;height:auto;margin-bottom:24px}p.tagline{font-size:18px;margin:0 0 8px}p.note,p.tagline{color:var(--ink-700)}p.note{font-size:14px;opacity:.8}