:root{--blue:#3564ad;--blue-dark:#274e8d;--blue-light:#e8eef8;--navy:#131c2e;--navy-2:#1b2740;--ink:#1f2633;--slate:#5a6270;--muted:#8a93a3;--bg:#f3f5f9;--card:#fff;--border:#e3e8f0;--green:#16a34a;--red:#dc2626;--amber:#d97706;--radius:12px;--shadow:0 1px 2px #1018280d, 0 4px 16px #1018280f;--shadow-lg:0 4px 8px #10182814, 0 16px 40px #1018281f;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-size:15px;line-height:1.5}h1,h2,h3{letter-spacing:-.02em;margin:0;font-weight:700}a{color:var(--blue);text-decoration:none}input,select,textarea,button{font-family:inherit;font-size:inherit}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--slate);text-transform:uppercase;letter-spacing:.04em;font-size:12.5px;font-weight:600}.input,.select,.textarea{border:1px solid var(--border);width:100%;color:var(--ink);background:#fff;border-radius:9px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #3564ad26}.textarea{resize:vertical;min-height:90px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-weight:600;transition:background .15s,box-shadow .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(180deg, var(--blue) 0%, var(--blue-dark) 100%);color:#fff;box-shadow:0 1px 2px #274e8d66,inset 0 1px #ffffff26}.btn-primary:hover{background:linear-gradient(180deg, #3a6cba 0%, var(--blue-dark) 100%)}.btn-ghost{border-color:var(--border);color:var(--slate);background:#fff}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}.btn-danger{color:var(--red);background:#fff;border-color:#f3c1c1}.btn-danger:hover{background:#fef2f2}.btn-sm{border-radius:8px;padding:6px 12px;font-size:13px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:20px 22px}.pill{white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:4px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.pill .dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.table{border-collapse:collapse;width:100%}.table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:1px solid var(--border);background:#fafbfd;padding:12px 16px;font-size:11.5px;font-weight:700}.table td{vertical-align:middle;border-bottom:1px solid #eef1f6;padding:13px 16px}.table tbody tr{transition:background .1s}.table tbody tr:hover{background:#f7f9fc}.table tbody tr:last-child td{border-bottom:none}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.page-head h1{font-size:24px}.page-head .sub{color:var(--muted);margin-top:2px;font-size:14px}.error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;padding:10px 14px;font-size:14px;font-weight:500}.success-banner{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;padding:10px 14px;font-size:14px;font-weight:500}.shell.svelte-12qhfyh{min-height:100vh;display:flex}.sidebar.svelte-12qhfyh{border-right:1px solid var(--border);background:#fff;flex-direction:column;flex-shrink:0;width:248px;height:100vh;display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{border-bottom:1px solid var(--border);padding:22px 20px 18px;display:block}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){width:100%;display:block}.brand-sub.svelte-12qhfyh{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);text-align:center;margin-top:8px;font-size:11px;font-weight:700;display:block}nav.svelte-12qhfyh{flex-direction:column;flex:1;gap:4px;padding:14px 12px;display:flex}.nav-item.svelte-12qhfyh{color:var(--slate);border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-size:14.5px;font-weight:600;transition:background .12s,color .12s;display:flex}.nav-item.svelte-12qhfyh:hover{background:var(--blue-light);color:var(--blue)}.nav-item.active.svelte-12qhfyh{background:linear-gradient(180deg, var(--blue) 0%, var(--blue-dark) 100%);color:#fff;box-shadow:0 2px 8px #274e8d59}.sidebar-foot.svelte-12qhfyh{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.user-chip.svelte-12qhfyh{align-items:center;gap:10px;display:flex}.user-meta.svelte-12qhfyh{flex:1}.live-dot.svelte-12qhfyh{letter-spacing:.08em;color:var(--muted);border:1px solid var(--border);background:#f1f5f9;border-radius:999px;padding:3px 8px;font-size:9.5px;font-weight:800}.live-dot.live.svelte-12qhfyh{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.avatar.svelte-12qhfyh{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:700;display:flex}.user-name.svelte-12qhfyh{font-size:13.5px;font-weight:700}.user-role.svelte-12qhfyh{color:var(--muted);font-size:11.5px}.signout.svelte-12qhfyh{border:1px solid var(--border);width:100%;color:var(--slate);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;transition:color .12s,border-color .12s;display:flex}.signout.svelte-12qhfyh:hover{color:var(--red);border-color:#f3c1c1}.content.svelte-12qhfyh{flex:1;min-width:0;max-width:1280px;padding:30px 34px 60px}
