@keyframes svelte-1mik2e3-shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.nav-loader.svelte-1mik2e3{position:fixed;top:0;left:0;width:100%;height:3px;z-index:100;background:var(--accent);overflow:hidden}.nav-loader.svelte-1mik2e3:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--success),transparent);animation:svelte-1mik2e3-shimmer 1.2s ease-in-out infinite}.theme-toggle.svelte-1cmi4dh{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:.75rem;border:1px solid var(--btn-secondary-border);background:var(--btn-secondary-bg);color:var(--text-muted);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.theme-toggle.svelte-1cmi4dh:hover{background:var(--btn-secondary-bg-hover);border-color:var(--btn-secondary-border-hover);color:var(--text)}:root[data-theme=dark]{color-scheme:dark;--bg: #08101d;--bg-elevated: rgba(10, 18, 33, .84);--bg-muted: rgba(13, 21, 39, .72);--surface: rgba(10, 18, 33, .78);--surface-strong: rgba(12, 20, 37, .92);--border: rgba(178, 201, 232, .14);--border-strong: rgba(178, 201, 232, .24);--text: #e8efff;--text-muted: #aebcd8;--text-secondary: #d7e4fb;--accent: #79c0ff;--accent-strong: #9bdcff;--success: #2dd4bf;--danger: #fca5a5;--shadow: 0 24px 80px rgba(0, 0, 0, .32);--panel-bg: linear-gradient(180deg, rgba(12, 19, 34, .88), rgba(8, 15, 29, .82));--card-bg: rgba(13, 20, 36, .66);--input-bg: rgba(11, 16, 32, .88);--input-border: rgba(178, 201, 232, .18);--placeholder: rgba(174, 188, 216, .72);--topbar-bg: rgba(6, 12, 24, .72);--btn-primary-bg: linear-gradient(135deg, #3b82f6, #14b8a6);--btn-primary-shadow: 0 2px 8px rgba(59, 130, 246, .25);--btn-primary-shadow-hover: 0 4px 12px rgba(59, 130, 246, .35);--btn-secondary-bg: rgba(121, 192, 255, .06);--btn-secondary-border: rgba(121, 192, 255, .22);--btn-secondary-bg-hover: rgba(121, 192, 255, .12);--btn-secondary-border-hover: rgba(121, 192, 255, .35);--btn-danger-bg: rgba(127, 29, 29, .12);--btn-danger-border: rgba(252, 165, 165, .24);--btn-danger-bg-hover: rgba(127, 29, 29, .2);--btn-danger-border-hover: rgba(252, 165, 165, .4);--btn-danger-text: #fecaca;--btn-warning-bg: rgba(245, 158, 11, .18);--btn-warning-border: rgba(245, 158, 11, .35);--btn-warning-text: #fbbf24;--focus-ring: rgba(121, 192, 255, .82);--overlay-bg: rgba(255, 255, 255, .03);--divider: rgba(178, 201, 232, .12);--notice-error-bg: rgba(127, 29, 29, .12);--notice-error-border: rgba(252, 165, 165, .22);--notice-error-text: #fecaca;--notice-success-bg: rgba(15, 118, 110, .12);--notice-success-border: rgba(45, 212, 191, .22);--notice-success-text: #99f6e4;--status-active-bg: rgba(45, 212, 191, .12);--status-active-border: rgba(45, 212, 191, .2);--status-active-text: #99f6e4;--status-inactive-bg: rgba(148, 163, 184, .12);--status-inactive-border: rgba(148, 163, 184, .2);--status-inactive-text: #cbd5e1;--spinner-track: rgba(255, 255, 255, .3);--backdrop-bg: rgba(0, 0, 0, .6);--count-bg: rgba(121, 192, 255, .08);--count-border: rgba(121, 192, 255, .18);--nav-hover-bg: rgba(121, 192, 255, .12);--diff-old: #fca5a5;--diff-new: #86efac;--flash-bg: rgba(9, 16, 30, .94);--flash-close-bg: rgba(255, 255, 255, .06);--flash-close-bg-hover: rgba(255, 255, 255, .12)}:root[data-theme=light]{color-scheme:light;--bg: #f8fafc;--bg-elevated: rgba(255, 255, 255, .92);--bg-muted: rgba(241, 245, 249, .8);--surface: rgba(255, 255, 255, .85);--surface-strong: rgba(255, 255, 255, .95);--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .15);--text: #0f172a;--text-muted: #64748b;--text-secondary: #475569;--accent: #2563eb;--accent-strong: #1d4ed8;--success: #0d9488;--danger: #ef4444;--shadow: 0 24px 80px rgba(0, 0, 0, .06);--panel-bg: linear-gradient(180deg, #ffffff, #fafbfd);--card-bg: rgba(0, 0, 0, .02);--input-bg: #ffffff;--input-border: rgba(15, 23, 42, .15);--placeholder: rgba(100, 116, 139, .6);--topbar-bg: rgba(255, 255, 255, .85);--btn-primary-bg: linear-gradient(135deg, #2563eb, #0d9488);--btn-primary-shadow: 0 2px 8px rgba(37, 99, 235, .2);--btn-primary-shadow-hover: 0 4px 12px rgba(37, 99, 235, .3);--btn-secondary-bg: rgba(37, 99, 235, .05);--btn-secondary-border: rgba(37, 99, 235, .2);--btn-secondary-bg-hover: rgba(37, 99, 235, .1);--btn-secondary-border-hover: rgba(37, 99, 235, .3);--btn-danger-bg: rgba(239, 68, 68, .06);--btn-danger-border: rgba(239, 68, 68, .2);--btn-danger-bg-hover: rgba(239, 68, 68, .12);--btn-danger-border-hover: rgba(239, 68, 68, .3);--btn-danger-text: #dc2626;--btn-warning-bg: rgba(245, 158, 11, .08);--btn-warning-border: rgba(245, 158, 11, .2);--btn-warning-text: #b45309;--focus-ring: rgba(37, 99, 235, .5);--overlay-bg: rgba(0, 0, 0, .02);--divider: rgba(15, 23, 42, .08);--notice-error-bg: rgba(239, 68, 68, .06);--notice-error-border: rgba(239, 68, 68, .18);--notice-error-text: #dc2626;--notice-success-bg: rgba(20, 184, 166, .06);--notice-success-border: rgba(20, 184, 166, .18);--notice-success-text: #0f766e;--status-active-bg: rgba(20, 184, 166, .08);--status-active-border: rgba(20, 184, 166, .2);--status-active-text: #0f766e;--status-inactive-bg: rgba(100, 116, 139, .08);--status-inactive-border: rgba(100, 116, 139, .15);--status-inactive-text: #475569;--spinner-track: rgba(0, 0, 0, .15);--backdrop-bg: rgba(0, 0, 0, .3);--count-bg: rgba(37, 99, 235, .06);--count-border: rgba(37, 99, 235, .15);--nav-hover-bg: rgba(37, 99, 235, .08);--diff-old: #dc2626;--diff-new: #16a34a;--flash-bg: rgba(255, 255, 255, .95);--flash-close-bg: rgba(0, 0, 0, .04);--flash-close-bg-hover: rgba(0, 0, 0, .08)}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text)}[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 24%),radial-gradient(circle at 85% 15%,rgba(45,212,191,.12),transparent 20%),linear-gradient(180deg,#08101d,#0b1426 45%,#08101d)}[data-theme=light] body{background:linear-gradient(180deg,#f8fafc,#f1f5f9 45%,#f8fafc)}*{box-sizing:border-box}a{color:inherit}button,input,select,textarea{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.skip-link.svelte-12qhfyh{position:absolute;left:1rem;top:-3rem;padding:.75rem 1rem;border-radius:.85rem;background:var(--surface-strong);border:1px solid var(--border-strong);z-index:20;text-decoration:none}.skip-link.svelte-12qhfyh:focus{top:1rem}.shell.svelte-12qhfyh{min-height:100vh}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:10;padding:1rem clamp(1rem,2vw,1.75rem);border-bottom:1px solid var(--divider);background:var(--topbar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-inner.svelte-12qhfyh{width:min(100%,78rem);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none}.brand-mark.svelte-12qhfyh{display:inline-grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:.95rem;background:var(--btn-primary-bg);box-shadow:inset 0 1px #fff3;font-weight:800;letter-spacing:.04em;color:#fff}.brand-copy.svelte-12qhfyh{display:grid;gap:.2rem}.brand-copy.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.98rem;letter-spacing:.08em;text-transform:uppercase}.brand-copy.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--text-muted)}.nav-toggle.svelte-12qhfyh{display:none;padding:.7rem .95rem;border:1px solid var(--border-strong);border-radius:999px;background:var(--overlay-bg);color:var(--text);cursor:pointer}nav.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.72rem .95rem;border-radius:999px;text-decoration:none;color:var(--text-muted);transition:background .18s ease,color .18s ease,transform .18s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--nav-hover-bg);color:var(--text);transform:translateY(-1px)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):active{transform:translateY(0)}.account.svelte-12qhfyh{display:flex;align-items:center;gap:.8rem;padding-left:.8rem;border-left:1px solid var(--divider)}.account-copy.svelte-12qhfyh{display:grid;gap:.15rem}.account-copy.svelte-12qhfyh span:where(.svelte-12qhfyh){font-weight:600}.account-copy.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--text-muted)}.account.svelte-12qhfyh form:where(.svelte-12qhfyh){margin:0}.ghost-button.svelte-12qhfyh{padding:.72rem .95rem;border-radius:999px;border:1px solid var(--btn-secondary-border);background:var(--btn-secondary-bg);color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.ghost-button.svelte-12qhfyh:hover{background:var(--btn-secondary-bg-hover);border-color:var(--btn-secondary-border-hover);transform:translateY(-1px)}.ghost-button.svelte-12qhfyh:active{transform:translateY(0)}.ghost-button.svelte-12qhfyh:disabled{opacity:.6;cursor:not-allowed;transform:none}.content.svelte-12qhfyh{width:min(100%,78rem);margin:0 auto;padding:1.5rem clamp(1rem,2vw,1.75rem) 3rem}@keyframes svelte-12qhfyh-slideDown{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.flash.svelte-12qhfyh{position:sticky;top:5.7rem;z-index:9;width:min(calc(100% - 2rem),46rem);margin:1rem auto 0;padding:.9rem 1rem;display:flex;justify-content:space-between;align-items:start;gap:1rem;border-radius:1rem;border:1px solid var(--border-strong);background:var(--flash-bg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:svelte-12qhfyh-slideDown .25s ease-out}.flash.success.svelte-12qhfyh{border-color:var(--notice-success-border)}.flash.error.svelte-12qhfyh{border-color:var(--notice-error-border)}.flash.svelte-12qhfyh strong:where(.svelte-12qhfyh),.flash.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}.flash.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:.2rem;color:var(--text-muted);line-height:1.5}.flash-close.svelte-12qhfyh{padding:.55rem .8rem;border:0;border-radius:.8rem;background:var(--flash-close-bg);color:var(--text);cursor:pointer;transition:background .15s ease,transform .1s ease}.flash-close.svelte-12qhfyh:hover{background:var(--flash-close-bg-hover)}.flash-close.svelte-12qhfyh:active{transform:scale(.95)}@media(max-width:860px){.nav-toggle.svelte-12qhfyh{display:inline-flex}nav.svelte-12qhfyh{display:none;position:absolute;top:calc(100% + .75rem);right:1rem;left:1rem;padding:1rem;border-radius:1.1rem;border:1px solid var(--border);background:var(--surface-strong);box-shadow:var(--shadow)}nav.open.svelte-12qhfyh{display:grid;gap:1rem}.nav-links.svelte-12qhfyh,.account.svelte-12qhfyh{display:grid;gap:.55rem}.account.svelte-12qhfyh{padding-left:0;padding-top:.85rem;border-left:0;border-top:1px solid var(--divider)}}@media(max-width:640px){.brand-copy.svelte-12qhfyh small:where(.svelte-12qhfyh){display:none}.flash.svelte-12qhfyh{top:5.25rem;flex-direction:column}}
