:root{--c-surface:#f6f8f5;--c-surface-bright:#fff;--c-bg:#f6f8f5;--c-on-surface:#0d1f17;--c-on-surface-var:#5b6b62;--c-muted:#8a988f;--c-outline:#cdd6cf;--c-outline-var:#e4e9e5;--c-line-soft:#eef1ee;--c-field-border:#dfe5e0;--c-primary:#10b981;--c-on-primary:#fff;--c-primary-hover:#059669;--c-primary-ink:#0a6e49;--c-primary-soft:#10b98129;--grad-primary:linear-gradient(135deg, #11a06a, #0a6e49);--c-chip-bg:#e6f5ee;--c-chip-ink:#0a6e49;--c-sidebar:#064e3b;--c-sidebar-active:#047857;--c-sidebar-hover:#ffffff14;--c-sidebar-text:#ffffffd9;--c-error:#c0392b;--c-error-soft:#fdebea;--c-error-border:#f6c9c5;--grad-danger:linear-gradient(135deg, #e2574d, #c0392b);--shadow-sm:0 1px 2px #064e3b0a, 0 8px 22px #064e3b0d;--shadow-md:0 14px 32px #064e3b1f;--shadow-pop:0 24px 70px #07382a47;--f-sans:"Inter", system-ui, -apple-system, sans-serif;--f-mono:"JetBrains Mono", ui-monospace, monospace;--r-sm:6px;--r-md:10px;--r-lg:16px;--r-pill:9999px}:where(*){box-sizing:border-box}:where(body){font-family:var(--f-sans);background:var(--c-bg);color:var(--c-on-surface);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}:where(a){color:var(--c-primary);text-decoration:none}:where(input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=url],input[type=tel],input[type=date],select,textarea){font:inherit;color:var(--c-on-surface);background:var(--c-surface-bright);border:1px solid var(--c-field-border);border-radius:var(--r-md);padding:10px 12px;font-size:14px}:where(textarea){resize:vertical}:where(input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=url],input[type=tel],input[type=date],select,textarea):focus{border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-soft);outline:none}.btn{border-radius:var(--r-pill);white-space:nowrap;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 16px;font-family:inherit;font-size:13.5px;font-weight:600;line-height:1;text-decoration:none;transition:filter .15s,background .15s,border-color .15s,color .15s;display:inline-flex}.btn svg{width:16px;height:16px}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn.primary{background:var(--grad-primary);color:#fff;box-shadow:0 6px 14px #0a6e493d}.btn.primary:hover:not(:disabled){filter:brightness(1.05)}.btn.ghost{background:var(--c-surface-bright);color:var(--c-on-surface);border-color:var(--c-outline-var)}.btn.ghost:hover:not(:disabled){border-color:var(--c-primary);color:var(--c-primary-hover)}.btn.danger{background:var(--grad-danger);color:#fff;box-shadow:0 6px 14px #c0392b3d}.btn.danger:hover:not(:disabled){filter:brightness(1.05)}.btn.sm{height:32px;padding:0 12px;font-size:12.5px}.btn.block{width:100%;height:44px}.text-btn{color:var(--c-primary-ink);cursor:pointer;background:0 0;border:0;padding:4px 2px;font-family:inherit;font-size:13px;font-weight:600}.text-btn:hover{text-decoration:underline}.card{background:var(--c-surface-bright);border:1px solid var(--c-outline-var);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.page-head{margin-bottom:20px}.page-head .back{color:var(--c-on-surface-var);align-items:center;gap:4px;margin-bottom:12px;font-size:13px;font-weight:600;display:inline-flex}.page-head .back:hover{color:var(--c-primary-hover)}.page-head .back svg{width:15px;height:15px}.page-head h1{letter-spacing:-.02em;color:var(--c-on-surface);margin:0;font-size:24px;font-weight:700}.page-head p{color:var(--c-on-surface-var);margin:4px 0 0;font-size:14px}.pill{border-radius:var(--r-pill);white-space:nowrap;background:var(--c-chip-bg);color:var(--c-chip-ink);align-items:center;padding:3px 11px;font-size:11.5px;font-weight:600;display:inline-flex}.alert{border-radius:var(--r-md);border:1px solid #0000;padding:11px 14px;font-size:13.5px}.alert.error{background:var(--c-error-soft);color:#b91c1c;border-color:var(--c-error-border)}.alert.success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.alert.info{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.data-table{border-collapse:collapse;background:var(--c-surface-bright);border:1px solid var(--c-outline-var);border-radius:var(--r-lg);width:100%;box-shadow:var(--shadow-sm);overflow:hidden}.data-table th,.data-table td{border-bottom:1px solid var(--c-line-soft);text-align:left;color:var(--c-on-surface);vertical-align:middle;padding:12px 16px;font-size:14px}.data-table th{background:var(--c-surface);text-transform:uppercase;letter-spacing:.05em;color:var(--c-muted);white-space:nowrap;font-size:11px;font-weight:600}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#f1faf5}.empty-card{background:var(--c-surface-bright);border:1px solid var(--c-outline-var);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);text-align:center;color:var(--c-on-surface-var);padding:32px}.shell.svelte-12qhfyh{grid-template-columns:260px 1fr;height:100vh;display:grid;overflow:hidden}aside.svelte-12qhfyh{background:var(--c-sidebar);color:#fff;flex-direction:column;gap:24px;padding:24px 16px;display:flex}.brand.svelte-12qhfyh{align-items:center;gap:8px;padding-left:8px;font-size:18px;font-weight:700;display:flex}.logo.svelte-12qhfyh{color:#fff;letter-spacing:-.02em;padding:4px 0;display:inline-block}nav.svelte-12qhfyh{flex-direction:column;gap:8px;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--c-sidebar-text);border-radius:var(--r-sm);align-items:center;min-height:44px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s ease-out;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--c-sidebar-hover);color:#fff}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--c-sidebar-active);color:#fff;box-shadow:inset 4px 0 0 var(--c-primary)}.me.svelte-12qhfyh{background:#0003;border-radius:8px;flex-direction:column;gap:12px;margin-top:auto;padding:16px;display:flex}.me-info.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:#fff;margin-bottom:2px;font-size:14px;display:block}.me-info.svelte-12qhfyh small:where(.svelte-12qhfyh){color:#fff9;text-transform:capitalize;font-size:12px}.me.svelte-12qhfyh button:where(.svelte-12qhfyh){color:#fff;border-radius:var(--r-sm);cursor:pointer;background:#ffffff1a;border:none;min-height:44px;padding:10px 16px;font-size:13px;font-weight:600;transition:background .15s ease-out}.me.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:#fff3}.me.svelte-12qhfyh button:where(.svelte-12qhfyh):focus-visible{outline:2px solid var(--c-primary);outline-offset:2px}.main-content.svelte-12qhfyh{background:var(--c-bg);height:100vh;padding:32px 48px;overflow:auto}.main-content.p-0.svelte-12qhfyh{padding:0;overflow:hidden}
