:root{--bg: #0a0c10;--surface: #111418;--surface2: #181c22;--surface3: #1f242d;--border: #272d38;--border2: #2e3644;--accent: #00d4aa;--accent2: #00b4ff;--accent3: #ff6b35;--accent4: #ffd700;--text: #e8ecf0;--text2: #8a96a8;--text3: #4a5568;--green: #22c55e;--red: #ef4444;--yellow: #f59e0b;--purple: #a855f7;--mono: "DM Mono", monospace;--sans: "DM Sans", sans-serif;--display: "Syne", sans-serif;--radius: 6px;--shadow: 0 4px 16px rgba(0,0,0,.4)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.5;overflow:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}*{transition-property:color,background-color,border-color,opacity;transition-duration:.12s;transition-timing-function:ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadein{animation:fadeIn .2s ease}.animate-spin{animation:spin .8s linear infinite}.animate-pulse{animation:pulse 2s ease infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}
