*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0D1B2A;--navy-mid: #112233;--navy-light: #162840;--panel: #0F1E2E;--border: rgba(255,255,255,.07);--accent: #2E6DA4;--accent-bright: #3D8BCC;--teal: #17A589;--gold: #D4A843;--red: #E74C3C;--green: #27AE60;--text: #E8F0F7;--text-dim: #8AADCC;--text-muted: #4D7A9E;--mono: "DM Mono", monospace;--sans: "DM Sans", sans-serif;--display: "Syne", sans-serif}html,body,#root{height:100%;background:var(--navy);color:var(--text);font-family:var(--sans);font-size:14px;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:fadeUp .5s ease both}.fade-up-1{animation-delay:.05s}.fade-up-2{animation-delay:.1s}.fade-up-3{animation-delay:.15s}.fade-up-4{animation-delay:.2s}.fade-up-5{animation-delay:.25s}.fade-up-6{animation-delay:.3s}.skeleton{background:linear-gradient(90deg,var(--navy-light) 25%,var(--navy-mid) 50%,var(--navy-light) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}
