:root{--bg: #0b0b12;--surface-0: #0f0f18;--surface-1: #16161f;--surface-2: #1c1c27;--border: #26263340;--border-strong: #33334a;--text: #edeef2;--text-2: #a9aab8;--text-3: #6c6d7e;--pink: #e93478;--pink-dim: #e9347822;--orange: #f5920b;--green: #1fb877;--red: #e24b4a;--blue: #3b82f6;--radius: 12px;--sidebar-w: 232px;--font: -apple-system, "SF Pro", "Segoe UI", Tahoma, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#2a2a38;border-radius:6px}::selection{background:var(--pink);color:#fff}.spin{width:22px;height:22px;border:2.5px solid #ffffff30;border-top-color:#fff;border-radius:50%;animation:r .7s linear infinite}@keyframes r{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
