*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button,input,select{font:inherit}:root{--c-bg: #0a0a0c;--c-surface: #111115;--c-elevated: #18181e;--c-hover: #212128;--c-border: rgba(255,255,255,.06);--c-border-hi: rgba(255,255,255,.12);--c-accent: #7c6af7;--c-accent-lo: rgba(124,106,247,.15);--c-accent-hi: #a394f9;--c-text: #e8e8f0;--c-muted: #6e6e84;--c-faint: #2c2c3a;--r-sm: 6px;--r-md: 10px;--r-lg: 16px;--r-xl: 22px;--shadow: 0 8px 32px rgba(0,0,0,.6);--t: .18s cubic-bezier(.4,0,.2,1);--f-display: "Segoe UI", system-ui, -apple-system, sans-serif;--f-body: system-ui, -apple-system, "Segoe UI", sans-serif}html,body,#root{height:100%;width:100%;overflow:hidden;background:var(--c-bg);color:var(--c-text);font-family:var(--f-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-faint);border-radius:99px}.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.flex{display:flex}.col{flex-direction:column}.gap4{gap:4px}.gap8{gap:8px}.gap12{gap:12px}.gap16{gap:16px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.fade-up{animation:fadeUp .35s cubic-bezier(.16,1,.3,1) both}
