*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0c0c0c;--bg-card: #141414;--bg-input: #1a1a1a;--border: #1e1e1e;--border-light: #2a2a2a;--text: #e0e0e0;--text-dim: #888;--text-muted: #666;--white: #fff;--accent: #00e5a0;--accent2: #00b8d4;--blue: #5b8def;--purple: #a855f7;--green: #22c55e;--orange: #f5a623;--red: #ef4444;--tg-blue: #29b6f6;--radius: 14px;--radius-sm: 10px;--radius-xs: 8px}html,body,#root{height:100%}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;overflow:hidden}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{font-family:inherit;font-size:14px}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}select option{background:var(--bg-input);color:var(--text)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.fade-in{animation:fadeUp .35s cubic-bezier(.16,1,.3,1)}.toast-in{animation:slideIn .4s cubic-bezier(.16,1,.3,1)}
