:root{--ds-bg:#080b14;--ds-surface:#0d1220;--ds-card:#131a2b;--ds-card-2:#18213a;--ds-border:#202c45;--ds-text:#f4f3ff;--ds-muted:#8b93a9;--ds-dim:#5d657b;--ds-accent:#a78bfa;--ds-accent-2:#38bdf8;--ds-glow:rgba(167,139,250,.26);--ds-success:#56d6a0;--ds-warning:#f3b65f;--ds-danger:#fb7185;--topbar-h:74px;--sidebar-w:248px;--radius:12px;--ease:180ms ease;color-scheme:dark}
[data-theme="sakura"]{--ds-accent:#fb8fb9;--ds-accent-2:#f9a8d4;--ds-glow:rgba(251,143,185,.25)}[data-theme="forest"]{--ds-accent:#56d6a0;--ds-accent-2:#7dd3a8;--ds-glow:rgba(86,214,160,.22)}[data-theme="sunset"]{--ds-accent:#fb923c;--ds-accent-2:#facc15;--ds-glow:rgba(251,146,60,.24)}[data-theme="mono"]{--ds-accent:#e5e7eb;--ds-accent-2:#94a3b8;--ds-glow:rgba(229,231,235,.2)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--ds-bg);color:var(--ds-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px}body{overflow-x:hidden}button,input{font:inherit}button,a{color:inherit}button{cursor:pointer;border:0}a{text-decoration:none}.is-hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-screen{position:fixed;inset:0;z-index:99;background:radial-gradient(circle at 50% 45%,#18223d 0,#080b14 48%);display:grid;place-content:center;justify-items:center;gap:15px;animation:loadingFade 500ms ease 1.6s forwards}.ds-mark{display:inline-flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:-.18em;line-height:1;position:relative;color:var(--ds-text)}.ds-mark span:first-child{color:var(--ds-accent)}.ds-mark span:last-child{color:var(--ds-accent-2);margin-left:-3px}.ds-mark--loading{font-size:68px;animation:dsPulse 1.2s ease-in-out infinite alternate}.ds-mark--small{font-size:26px;width:35px;height:35px}.loading-wordmark{font-size:22px;font-weight:800;letter-spacing:-.05em}.loading-wordmark span,.brand-name span{color:var(--ds-accent)}.loading-dots{display:flex;gap:5px}.loading-dots i{width:5px;height:5px;border-radius:50%;background:var(--ds-accent);animation:dot 1s infinite}.loading-dots i:nth-child(2){animation-delay:.15s}.loading-dots i:nth-child(3){animation-delay:.3s}@keyframes dsPulse{from{transform:scale(.94) rotate(-3deg);opacity:.65;filter:drop-shadow(0 0 0 transparent)}to{transform:scale(1.06) rotate(3deg);opacity:1;filter:drop-shadow(0 0 22px var(--ds-glow))}}@keyframes dot{0%,100%{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes loadingFade{to{opacity:0;visibility:hidden;pointer-events:none}}
