:root{--bg: #0f1214;--surface: #1a1e22;--surface-hover: #22272c;--border: #2a2f35;--border-light: #353b42;--green: #34d399;--green-dim: #059669;--green-bg: rgba(52, 211, 153, .08);--green-border: rgba(52, 211, 153, .2);--blue: #60a5fa;--blue-dim: #2563eb;--blue-bg: rgba(96, 165, 250, .12);--blue-border: rgba(96, 165, 250, .25);--amber: #fbbf24;--amber-dim: #d97706;--amber-bg: rgba(251, 191, 36, .12);--amber-border: rgba(251, 191, 36, .25);--red: #f87171;--red-bg: rgba(248, 113, 113, .12);--red-border: rgba(248, 113, 113, .25);--text: #e4e7eb;--text-muted: #8b929a;--text-dim: #5c636c;--font: "DM Sans", -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:var(--font);cursor:pointer}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInDown{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
