:root{--bg: #0b0710;--surface: #15101f;--surface-2: #1e1730;--border: #2a2140;--violet: #7c5cff;--violet-2: #9d7bff;--magenta: #ff4fd8;--green: #34d399;--amber: #fbbf24;--red: #fb6e6e;--text: #ede9f5;--text-dim: #a89fc2;--font-display: "Sora", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--glow: 0 0 0 1px rgba(124, 92, 255, .4), 0 8px 30px rgba(124, 92, 255, .18);--shadow: 0 8px 24px rgba(0, 0, 0, .35);--c1: #7c5cff;--c2: #9d7bff;--c3: #ff4fd8;--c4: #34d399;--c5: #fbbf24;--c6: #38bdf8;--c7: #fb6e6e;--c8: #c084fc}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0;letter-spacing:-.01em}a{color:var(--violet-2);text-decoration:none}button{font-family:var(--font-body);cursor:pointer}.tnum{font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--violet-2);outline-offset:2px;border-radius:6px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}::-webkit-scrollbar-track{background:transparent}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px}.btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:9px 16px;border-radius:var(--r-md);font-weight:500;transition:background .15s,border-color .15s,transform .05s}.btn:hover{background:#271d3d}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--violet);border-color:var(--violet);color:#fff}.btn-primary:hover{background:var(--violet-2)}.btn-ghost{background:transparent}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent;white-space:nowrap}.badge-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.input,.select,.textarea{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:var(--r-md);padding:9px 11px;font-family:var(--font-body);font-size:14px}.textarea{resize:vertical;min-height:72px}.input:focus,.select:focus,.textarea:focus{border-color:var(--violet);outline:none}.chip{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:12px;color:var(--text)}.chip button{border:none;background:transparent;color:var(--text-dim);font-size:14px;line-height:1;padding:0}.chip button:hover{color:var(--text)}.muted{color:var(--text-dim)}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--r-md)}@keyframes shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.toast-wrap{position:fixed;bottom:22px;right:22px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast{padding:12px 16px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2);box-shadow:var(--shadow);min-width:240px;font-size:13px}.toast.success{border-color:var(--green)}.toast.error{border-color:var(--red)}
