:root{--bg: #f4f6fb;--surface: #ffffff;--surface-2: #eef2f9;--ink: #1b2435;--ink-soft: #3a4660;--muted: #6b7890;--line: #e2e8f2;--brand: #2f56d9;--brand-700: #2442b0;--brand-50: #eaf0ff;--ok: #15a34a;--warn: #d97706;--danger: #dc2626;--shadow-sm: 0 1px 2px rgba(20,30,55,.06), 0 1px 3px rgba(20,30,55,.08);--shadow-md: 0 8px 24px rgba(20,30,55,.1);--radius: 14px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);line-height:1.6;background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{overflow-x:hidden}app-root{display:block;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--ink)}.display{font-weight:800;letter-spacing:-.01em}a{color:var(--brand);text-decoration:none;transition:color .2s ease}a:hover{color:var(--brand-700)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .4s ease-out}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e6;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#aab8d0}button{font-family:inherit;cursor:pointer;transition:all .2s ease}button:disabled{opacity:.55;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:15px;color:var(--ink)}input:focus,textarea:focus,select:focus{outline:none}::placeholder{color:#9aa6bd}::selection{background:var(--brand);color:#fff}@media (max-width: 768px){body{font-size:15px}}
