*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--color-bg: #0a0c10;--color-surface: #111318;--color-surface-2: #1a1d24;--color-border: #2a2d36;--color-accent: #6ee7b7;--color-accent-2: #818cf8;--color-accent-3: #f472b6;--color-text: #f0f2f5;--color-text-muted: #8b8fa8;--color-error: #f87171;--color-warning: #fbbf24;--color-success: #34d399}html,body,#root{height:100%;font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}::selection{background:var(--color-accent);color:#000}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #6ee7b726}50%{box-shadow:0 0 20px 6px #6ee7b733}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .4s ease forwards}
