*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0D1B2A;--surface: #152336;--surface-hover: #1a2d45;--accent: #2E7BFF;--accent-hover: #4a8fff;--success: #1DB97A;--amber: #F5A623;--danger: #E05252;--text: #F0EEE9;--text-muted: #8A9BB0;--border: rgba(138, 155, 176, .15);--radius: 8px;--radius-sm: 6px}html,body{height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5}#root{min-height:100vh}input,select,textarea{font-family:inherit}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#8a9bb04d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8a9bb080}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.app{flex-direction:column}}
