@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@400;500;600;700&display=swap";:root{--color-void:#05070a;--color-anthracite:#0a0e13;--color-carbon:#10151c;--color-carbon-2:#161c25;--color-carbon-3:#1e2530;--color-slate:#262f3b;--color-accent:#2e90fa;--color-accent-hover:#4aa1ff;--color-accent-press:#1f7ae0;--color-accent-soft:rgba(46,144,250,.14);--color-accent-ring:rgba(46,144,250,.45);--color-violet:#9b7dff;--color-violet-soft:rgba(155,125,255,.14);--color-cyan:#38e0d0;--color-cyan-soft:rgba(56,224,208,.14);--color-success:#2dd48a;--color-success-soft:rgba(45,212,138,.14);--color-charging:#38e0d0;--color-charging-soft:rgba(56,224,208,.14);--color-warning:#ffb020;--color-warning-soft:rgba(255,176,32,.14);--color-danger:#ff5a5f;--color-danger-soft:rgba(255,90,95,.14);--color-neutral-soft:rgba(164,176,191,.12);--bg-app:#05070a;--bg-canvas:#0a0e13;--surface-card:#10151c;--surface-raised:#161c25;--surface-hover:#1e2530;--surface-input:#262f3b;--border-default:#222a35;--border-strong:#303a47;--border-soft:#1a212b;--text-primary:#eef2f7;--text-secondary:#a4b0bf;--text-muted:#6b7787;--text-disabled:#495260;--brand:var(--color-accent);--grad-accent:linear-gradient(135deg,#2e90fa,#9b7dff);--grad-charge:linear-gradient(135deg,#38e0d0,#2e90fa);--grad-glow-border:linear-gradient(135deg,rgba(46,144,250,.6),rgba(155,125,255,.25) 60%,rgba(46,144,250,0));--grad-sheen:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0));--font-display:"Space Grotesk","Inter",system-ui,sans-serif;--font-body:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"Roboto Mono",ui-monospace,"SF Mono",Menlo,monospace;--text-display:44px;--text-h1:32px;--text-h2:24px;--text-h3:19px;--text-lg:17px;--text-base:15px;--text-sm:13px;--text-xs:12px;--text-2xs:11px;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--lh-tight:1.1;--lh-snug:1.3;--lh-normal:1.5;--ls-tight:-.02em;--ls-normal:0;--ls-wide:.04em;--ls-wider:.12em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--sidebar-w:248px;--topbar-h:60px;--container-max:1440px;--field-h:40px;--control-h-sm:32px;--control-h-lg:48px;--shadow-sm:0 1px 2px rgba(0,0,0,.5);--shadow-md:0 4px 16px rgba(0,0,0,.45);--shadow-lg:0 12px 40px rgba(0,0,0,.55);--shadow-xl:0 24px 64px rgba(0,0,0,.6);--glow-accent:0 0 0 1px rgba(46,144,250,.4),0 0 24px rgba(46,144,250,.35);--glow-violet:0 0 0 1px rgba(155,125,255,.4),0 0 24px rgba(155,125,255,.3);--glow-charge:0 0 0 1px rgba(56,224,208,.4),0 0 24px rgba(56,224,208,.3);--glow-danger:0 0 0 1px rgba(255,90,95,.4),0 0 24px rgba(255,90,95,.3);--glow-soft:0 0 20px rgba(46,144,250,.18);--focus-ring:0 0 0 3px var(--color-accent-ring);--glass-bg:rgba(22,28,37,.72);--glass-blur:blur(14px);--glass-border:1px solid hsla(0,0%,100%,.06);--inset-top:inset 0 1px 0 hsla(0,0%,100%,.04);--ease-out:cubic-bezier(.22,1,.36,1);--ease-inout:cubic-bezier(.65,0,.35,1);--dur-fast:.12s;--dur-base:.2s;--dur-slow:.36s;color-scheme:dark}:root[data-theme=light]{--color-void:#eef2f7;--color-anthracite:#f5f8fc;--bg-app:#eef2f7;--bg-canvas:#f5f8fc;--surface-card:#fff;--surface-raised:#f7f9fc;--surface-hover:#edf2f8;--surface-input:#eef2f7;--text-primary:#0c121a;--text-secondary:#46525f;--text-muted:#6b7787;--text-disabled:#9aa4b1;--border-default:#dce3ec;--border-strong:#c6d0dc;--border-soft:#e8edf3;--glass-bg:hsla(0,0%,100%,.75);--shadow-sm:0 1px 2px rgba(15,23,42,.07);--shadow-md:0 4px 16px rgba(15,23,42,.08);--shadow-lg:0 12px 40px rgba(15,23,42,.13);--shadow-xl:0 24px 64px rgba(15,23,42,.18);--inset-top:inset 0 1px 0 hsla(0,0%,100%,.7);--glow-soft:0 0 0 1px rgba(46,144,250,.22);color-scheme:light}*{box-sizing:border-box}#__nuxt,body,html{margin:0;height:100%}body{background:var(--color-void);color:var(--text-primary);font-family:var(--font-body);font-size:15px;line-height:var(--lh-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:var(--font-body)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}@keyframes mdms-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes mdms-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mdms-rise{animation:mdms-rise var(--dur-slow) var(--ease-out) both}@keyframes mdms-shimmer{0%{background-position:-320px 0}to{background-position:320px 0}}.mdms-skel{background:linear-gradient(90deg,var(--surface-raised) 0,var(--surface-hover) 50%,var(--surface-raised) 100%);background-size:320px 100%;animation:mdms-shimmer 1.15s ease-in-out infinite;border-radius:var(--radius-sm)}.mdms-xscroll{overflow-x:auto}.page-enter-active,.page-leave-active{transition:opacity .16s var(--ease-out)}.page-enter-from,.page-leave-to{opacity:0}.toaster[data-v-797315ef]{position:fixed;right:20px;bottom:20px;z-index:200;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.toast[data-v-797315ef]{display:flex;gap:11px;min-width:260px;max-width:380px;padding:12px 15px;background:var(--surface-raised);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);cursor:pointer}.ico[data-v-797315ef],.toast[data-v-797315ef]{align-items:center}.ico[data-v-797315ef]{display:inline-flex;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);flex:none}.msg[data-v-797315ef]{font-size:13.5px;color:var(--text-primary)}.toast-enter-active[data-v-797315ef],.toast-leave-active[data-v-797315ef]{transition:opacity .22s var(--ease-out),transform .22s var(--ease-out)}.toast-enter-from[data-v-797315ef],.toast-leave-to[data-v-797315ef]{opacity:0;transform:translate(16px)}
