:root{--bg: #0e1726;--surface: #131d31;--surface-2: #18243b;--sidebar: #0a101d;--sidebar-2: #0e1729;--border: #1e2c46;--border-soft: #17233a;--text: #e7eef9;--text-2: #aebcd6;--muted: #7e8eb1;--primary: #2f6bff;--primary-600: #1f5af0;--primary-soft: rgba(47, 107, 255, .15);--ok: #34d399;--ok-soft: rgba(52, 211, 153, .15);--danger: #f87171;--danger-soft: rgba(248, 113, 113, .13);--warn: #fbbf24;--warn-soft: rgba(251, 191, 36, .15);--purple: #a78bfa;--purple-soft: rgba(167, 139, 250, .16);--radius: 14px;--radius-sm: 10px;--radius-xs: 8px;--shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 10px 28px rgba(0, 0, 0, .22);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--panel: var(--surface);--panel-2: var(--surface-2);--accent: var(--primary)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text);color-scheme:dark;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{font-family:var(--font-head);font-weight:600}h1{margin-top:0;letter-spacing:-.01em}a{color:var(--primary)}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),select,textarea{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);padding:.5rem .65rem}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}input::placeholder,textarea::placeholder{color:var(--muted)}.muted{color:var(--muted)}.err{color:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface-2);color:var(--text);cursor:pointer;font:500 .85rem var(--font-body);transition:background .15s ease,border-color .15s ease,transform .05s ease}.btn:hover{background:#1f2c45}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600;box-shadow:0 6px 16px #2f6bff4d}.btn-primary:hover{background:var(--primary-600);border-color:var(--primary-600)}.btn-danger{color:var(--danger)}.btn-sm{padding:.3rem .6rem;font-size:.78rem}.btn:disabled{opacity:.55;cursor:default;box-shadow:none}.page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.page-head h1{font-size:1.7rem;margin:0}.page-head p{margin:.2rem 0 0}.toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.toolbar .search{flex:1;max-width:320px;padding:.5rem .7rem;border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit}.toolbar .search:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.toolbar .count{font-size:.8rem;white-space:nowrap}.form-error{background:var(--danger-soft);border:1px solid var(--danger);color:var(--danger);border-radius:var(--radius-xs);padding:.5rem .7rem;font-size:.82rem;margin-bottom:.9rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:.6rem .8rem;border-bottom:1px solid var(--border-soft)}th{color:var(--muted);font-weight:600;font-size:.82rem}tr:hover td{background:var(--surface-2)}.row-actions{display:flex;gap:.4rem;justify-content:flex-end}.list-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;overflow-x:auto}.list-card table{width:100%}.list-card thead th{background:var(--surface-2);border-bottom:1px solid var(--border);padding:.7rem 1rem;white-space:nowrap}.list-card td{padding:.7rem 1rem;border-bottom:1px solid var(--border-soft)}.list-card tbody tr:last-child td{border-bottom:none}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem;margin-bottom:1.25rem}.ico-chip{flex-shrink:0;width:38px;height:38px;border-radius:11px;display:grid;place-items:center}.ico-chip-blue{background:var(--primary-soft);color:var(--primary)}.ico-chip-green{background:var(--ok-soft);color:var(--ok)}.ico-chip-purple{background:var(--purple-soft);color:var(--purple)}.ico-chip-amber{background:var(--warn-soft);color:var(--warn)}.ico-chip-red{background:var(--danger-soft);color:var(--danger)}.badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.badge--ok{background:var(--ok-soft);color:var(--ok)}.badge--warn{background:var(--warn-soft);color:var(--warn)}.badge--danger{background:var(--danger-soft);color:var(--danger)}.badge--info{background:var(--primary-soft);color:var(--primary)}.badge--purple{background:var(--purple-soft);color:var(--purple)}.badge--neutral{background:var(--surface-2);color:var(--text-2)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;color:var(--muted);padding:2.5rem 1rem;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.field label{font-size:.8rem;color:var(--muted)}.field input,.field select,.field textarea{padding:.55rem .7rem;border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;width:100%}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.field textarea{min-height:80px;resize:vertical}.field label .hint{color:var(--muted);font-weight:400}.multi-chips{display:flex;flex-wrap:wrap;gap:.4rem;max-height:9rem;overflow-y:auto;padding:.15rem 0}.multi-chips .mc{display:inline-flex;align-items:center;gap:.35rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text-2);border-radius:999px;padding:.32rem .7rem;font-size:.82rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .12s ease,color .12s ease,background .12s ease}.multi-chips .mc:hover{border-color:var(--text-2);color:var(--text)}.multi-chips .mc.on{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);font-weight:600}.multi-chips .mc input{width:auto;margin:0;accent-color:var(--primary)}.form-row{display:flex;gap:.75rem}.form-row>.field{flex:1}.form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}@media (max-width: 768px){.page-head{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.page-head h1{font-size:1.4rem}.toolbar{flex-wrap:wrap}.toolbar .search{max-width:none;width:100%}.form-row{flex-direction:column;gap:0}}.split.svelte-3z0wmw{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.hero.svelte-3z0wmw{position:relative;overflow:hidden;background:radial-gradient(900px 500px at 70% 20%,rgba(47,107,255,.22),transparent 60%),linear-gradient(160deg,#0a101d,#0e1729 60%,#0b1426);border-right:1px solid var(--border-soft);padding:3.5rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1.6rem;color:#fff}.hero-brand.svelte-3z0wmw{display:flex;align-items:center}.hero-logo.svelte-3z0wmw{width:190px;max-width:60%;height:auto;border-radius:var(--radius-sm);display:block}.hero.svelte-3z0wmw h1:where(.svelte-3z0wmw){font-family:var(--font-head);font-size:2.6rem;line-height:1.12;font-weight:700;margin:0;letter-spacing:-.01em}.hero.svelte-3z0wmw h1:where(.svelte-3z0wmw) span:where(.svelte-3z0wmw){color:var(--primary)}.rule.svelte-3z0wmw{width:54px;height:4px;border-radius:2px;background:var(--primary)}.features.svelte-3z0wmw{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:1.1rem}.features.svelte-3z0wmw li:where(.svelte-3z0wmw){display:flex;gap:.9rem;align-items:flex-start}.f-ico.svelte-3z0wmw{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#2f6bff29;color:#cfe0ff;border:1px solid rgba(47,107,255,.3)}.features.svelte-3z0wmw strong:where(.svelte-3z0wmw){font-size:.98rem}.features.svelte-3z0wmw p:where(.svelte-3z0wmw){margin:.15rem 0 0;font-size:.85rem;color:var(--text-2);max-width:30ch}.panel.svelte-3z0wmw{display:grid;place-items:center;padding:2rem;background:var(--bg)}form.svelte-3z0wmw{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.2rem 2rem}h2.svelte-3z0wmw{font-family:var(--font-head);font-size:1.6rem;margin:0 0 .3rem}.sub.svelte-3z0wmw{margin:0 0 1.6rem;color:var(--muted);font-size:.9rem}.lbl.svelte-3z0wmw{display:block;font-size:.82rem;font-weight:600;margin-bottom:.4rem}.input-wrap.svelte-3z0wmw{position:relative;margin-bottom:1.1rem;display:flex;align-items:center}.in-ico.svelte-3z0wmw{position:absolute;left:.85rem;color:var(--muted);display:grid;place-items:center;pointer-events:none}.input-wrap.svelte-3z0wmw input:where(.svelte-3z0wmw){width:100%;padding:.7rem 2.6rem!important;border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;font-size:.9rem}.input-wrap.svelte-3z0wmw input:where(.svelte-3z0wmw):focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.toggle.svelte-3z0wmw{position:absolute;right:.6rem;background:none;border:none;cursor:pointer;font-size:1rem;padding:.2rem}.submit.svelte-3z0wmw{width:100%;margin-top:.4rem;padding:.8rem;border:none;border-radius:var(--radius-xs);background:var(--primary);color:#fff;font:600 .95rem var(--font-body);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 8px 20px #2f6bff52;transition:background .15s ease}.submit.svelte-3z0wmw:hover{background:var(--primary-600)}.submit.svelte-3z0wmw:disabled{opacity:.6;cursor:default;box-shadow:none}.err.svelte-3z0wmw{color:var(--danger);font-size:.85rem;margin:0 0 .8rem}.foot.svelte-3z0wmw{display:flex;align-items:center;gap:.4rem;margin:1.4rem 0 0;padding-top:1.1rem;border-top:1px solid var(--border-soft);font-size:.76rem;color:var(--muted)}@media (max-width: 860px){.split.svelte-3z0wmw{grid-template-columns:1fr}.hero.svelte-3z0wmw{display:none}.panel.svelte-3z0wmw{min-height:100vh}}.toaster.svelte-3r7513{position:fixed;right:1rem;bottom:1rem;z-index:200;display:flex;flex-direction:column;gap:.5rem;max-width:min(380px,calc(100vw - 2rem))}.toast.svelte-3r7513{display:flex;align-items:center;gap:.6rem;background:var(--surface);border:1px solid var(--border);border-left-width:3px;border-radius:var(--radius-sm);padding:.7rem .85rem;box-shadow:var(--shadow);font-size:.86rem;animation:svelte-3r7513-toast-in .18s ease-out}.t-success.svelte-3r7513{border-left-color:var(--ok)}.t-error.svelte-3r7513{border-left-color:var(--danger)}.t-info.svelte-3r7513{border-left-color:var(--accent)}.ico.svelte-3r7513{font-size:.95rem}.t-success.svelte-3r7513 .ico:where(.svelte-3r7513){color:var(--ok)}.t-error.svelte-3r7513 .ico:where(.svelte-3r7513){color:var(--danger)}.t-info.svelte-3r7513 .ico:where(.svelte-3r7513){color:var(--accent)}.msg.svelte-3r7513{flex:1;min-width:0;overflow-wrap:anywhere}.close.svelte-3r7513{background:none;border:none;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .1rem}.close.svelte-3r7513:hover{color:var(--text)}@keyframes svelte-3r7513-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.backdrop.svelte-1eh8v5n{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;z-index:150}.dialog.svelte-1eh8v5n{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);width:400px;max-width:calc(100vw - 2rem);padding:1.25rem}h2.svelte-1eh8v5n{margin:0 0 .5rem;font-size:1.05rem}.msg.svelte-1eh8v5n{margin:0 0 1.1rem;color:var(--text);font-size:.9rem;white-space:pre-line}.actions.svelte-1eh8v5n{display:flex;gap:.5rem;justify-content:flex-end}.btn-primary.btn-danger.svelte-1eh8v5n{background:var(--danger);border-color:var(--danger);color:#1a0c0c}.btn-primary.btn-danger.svelte-1eh8v5n:hover{background:#f05a5a}.center.svelte-12qhfyh{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.app.svelte-12qhfyh{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh;max-width:100%}aside.svelte-12qhfyh{background:linear-gradient(180deg,var(--sidebar) 0%,var(--sidebar-2) 100%);border-right:1px solid var(--border-soft);padding:1.1rem .85rem .85rem;display:flex;flex-direction:column;gap:.4rem}.brand.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.4rem .5rem 1rem}.brand-logo.svelte-12qhfyh{width:100%;max-width:158px;height:auto;border-radius:var(--radius-sm);display:block}.brand-tag.svelte-12qhfyh{font-family:var(--font-head);font-size:.66rem;font-weight:700;letter-spacing:.34em;color:var(--primary);text-transform:uppercase}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.15rem;overflow-y:auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.7rem;color:var(--text-2);text-decoration:none;padding:.6rem .7rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;transition:background .14s ease,color .14s ease}.nav-ico.svelte-12qhfyh{display:grid;place-items:center;color:var(--muted);transition:color .14s ease}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#ffffff0d;color:#fff}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover .nav-ico:where(.svelte-12qhfyh){color:var(--text-2)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--primary);color:#fff;box-shadow:0 6px 16px #2f6bff52}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh) .nav-ico:where(.svelte-12qhfyh){color:#fff}.side-foot.svelte-12qhfyh{margin-top:auto;padding-top:.7rem}.user-card.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;background:#ffffff0a;border:1px solid var(--border-soft);border-radius:var(--radius-sm)}.avatar.svelte-12qhfyh{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#6b46ff);color:#fff;font-weight:700;font-size:.82rem}.avatar.sm.svelte-12qhfyh{width:30px;height:30px;font-size:.74rem}.user-id.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0;line-height:1.25}.user-id.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.84rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-id.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:.72rem;color:var(--muted)}.logout.svelte-12qhfyh{margin-left:auto;flex-shrink:0;display:grid;place-items:center;background:none;border:none;color:var(--muted);cursor:pointer;padding:.3rem;border-radius:6px}.logout.svelte-12qhfyh:hover{color:var(--danger);background:#ffffff0d}.content.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:1rem;padding:.7rem 1.5rem;background:#0e1726d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-soft)}.menu-toggle.svelte-12qhfyh{display:none}.search.svelte-12qhfyh{position:relative;flex:1;max-width:480px;display:flex;align-items:center}.search-ico.svelte-12qhfyh{position:absolute;left:.8rem;color:var(--muted);display:grid;place-items:center;pointer-events:none}.search.svelte-12qhfyh input:where(.svelte-12qhfyh){width:100%;padding:.6rem 3rem .6rem 2.4rem!important;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-size:.88rem}.search.svelte-12qhfyh input:where(.svelte-12qhfyh)::-webkit-search-cancel-button{-webkit-appearance:none}.search.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.search.svelte-12qhfyh kbd:where(.svelte-12qhfyh){position:absolute;right:.6rem;font-family:var(--font-body);font-size:.7rem;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:.1rem .35rem}.top-actions.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;margin-left:auto}.bell.svelte-12qhfyh{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:var(--text-2);text-decoration:none}.bell.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--text)}.bell.svelte-12qhfyh .badge:where(.svelte-12qhfyh){position:absolute;top:5px;right:5px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;background:var(--danger);color:#fff;font-size:.62rem;font-weight:700;border-radius:999px;border:2px solid var(--bg)}.avatar-menu.svelte-12qhfyh{position:relative}.avatar-btn.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.25rem .6rem .25rem .3rem;color:var(--text);cursor:pointer;font:500 .85rem var(--font-body)}.avatar-btn.svelte-12qhfyh:hover{background:var(--surface-2)}.dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:.35rem;display:flex;flex-direction:column;z-index:40}.dd-head.svelte-12qhfyh{padding:.5rem .6rem .6rem;border-bottom:1px solid var(--border-soft);margin-bottom:.3rem;display:flex;flex-direction:column;gap:.1rem}.dd-head.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.86rem}.dd-head.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:.74rem;color:var(--muted)}.dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh),.dropdown.svelte-12qhfyh button:where(.svelte-12qhfyh){text-align:left;background:none;border:none;color:var(--text);text-decoration:none;font:500 .84rem var(--font-body);padding:.5rem .6rem;border-radius:var(--radius-xs);cursor:pointer}.dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.dropdown.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--surface-2)}main.svelte-12qhfyh{padding:1.75rem;min-width:0;flex:1}@media (max-width: 900px){.app.svelte-12qhfyh{grid-template-columns:1fr}.menu-toggle.svelte-12qhfyh{display:grid;place-items:center;width:2.3rem;height:2.3rem;font-size:1.2rem;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-xs);cursor:pointer;flex-shrink:0}aside.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:250px;z-index:100;transform:translate(-100%);transition:transform .2s ease;overflow-y:auto}.app.menu-open.svelte-12qhfyh aside:where(.svelte-12qhfyh){transform:translate(0);box-shadow:4px 0 28px #0000008c}.scrim.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:99}.topbar.svelte-12qhfyh{padding:.6rem .9rem}.search.svelte-12qhfyh kbd:where(.svelte-12qhfyh){display:none}.hide-sm.svelte-12qhfyh{display:none}main.svelte-12qhfyh{padding:1.1rem;overflow-x:auto}}@media (max-width: 560px){.search.svelte-12qhfyh{max-width:none}}.version-badge.svelte-12qhfyh{position:fixed;right:.6rem;bottom:.5rem;z-index:50;font-size:.72rem;font-variant-numeric:tabular-nums;color:#5b6b85;background:#0a1018b3;border:1px solid var(--border);border-radius:6px;padding:.15rem .45rem;pointer-events:none;-webkit-user-select:none;user-select:none}
