:root{color-scheme:light;--background:#f7f8fb;--foreground:#172033;--muted:#667085;--surface:#ffffff;--surface-subtle:#eef3f8;--brand:#005baa;--brand-strong:#004782;--accent:#f58220;--border:#d9e2ec;--shadow:0 20px 60px rgba(15,23,42,0.16)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:radial-gradient(circle at 15% 10%,rgba(0,91,170,.12),transparent 28rem),linear-gradient(135deg,#f7f8fb,#eef3f8);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.page{display:grid;min-height:100vh;place-items:center;padding:24px}