*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #22263a;--border: #2e3348;--accent: #4f8ef7;--accent-dim: #1e3a6e;--text: #e2e8f0;--text-dim: #8892a4;--otp: #f59e0b;--otp-bg: #2d2009;--bank: #10b981;--bank-bg: #05200f;--red: #ef4444;--radius: 10px;--font: "Inter", system-ui, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;min-height:100vh}button{cursor:pointer;font-family:inherit}input{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input:focus{border-color:var(--accent)!important}@keyframes pulse-dot{0%,to{box-shadow:0 0 4px #22c55e;opacity:1}50%{box-shadow:0 0 10px #22c55e;opacity:.7}}.live-dot{animation:pulse-dot 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:spin .7s linear infinite;display:inline-block}@keyframes fade-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.msg-enter{animation:fade-slide-in .18s ease-out}
