:root{--bg: #0a1018;--bg-2: #0d1620;--surface: #17222f;--surface-2: #1d2a39;--line: rgba(51, 197, 242, .12);--line-soft: rgba(255, 255, 255, .06);--accent: #33c5f2;--accent-dim: #1f8fb8;--accent-bright: #4fd2ff;--text: #d6e0ec;--heading: #f3f7fb;--muted: #7d8da0;--radius: 14px;--radius-btn: 10px;--radius-chip: 8px;--maxw: 1080px;--ok: var(--accent);--ok-text: var(--accent-bright);--pending: #f2a833;--err: #ff6b6b;--err-text: #ff9b9b;--state-readonly: #5d6b7c;--state-active: var(--accent);--state-degraded: #f2a833;--focus-ring: 0 0 0 3px rgba(51, 197, 242, .4);--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;--sidebar-w: 244px;--topbar-h: 60px;--surface-raised: #1a2634;--surface-sunken: #101925;--line-strong: rgba(255, 255, 255, .1);--accent-weak: rgba(51, 197, 242, .07);--accent-soft: rgba(51, 197, 242, .12);--accent-line: rgba(51, 197, 242, .32);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 10px 30px -16px rgba(0, 0, 0, .6);--shadow-lg: 0 28px 70px -28px rgba(0, 0, 0, .75);--panel-sheen: linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, 0) 96px);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 44px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{font-family:var(--font-ui);background:radial-gradient(1200px 600px at 50% -10%,rgba(51,197,242,.06),transparent 60%),linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 100%);background-attachment:fixed;color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--heading);letter-spacing:-.01em;margin:0;text-wrap:balance}h1{letter-spacing:-.02em}.mono,code,time,.tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-bright)}button{font-family:inherit}code,.mono{font-family:var(--font-mono)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}html.dialog-open,html.dialog-open body{overflow:hidden}.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--accent);color:#04141c;font-weight:700;padding:10px 16px;border-radius:var(--radius-btn)}.skip-link:focus{left:12px;top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-title{font-size:clamp(23px,3vw,29px);font-weight:700;line-height:1.15;margin-bottom:6px}.page-title:focus{outline:none}.muted{color:var(--muted)}.stack{display:flex;flex-direction:column;gap:20px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px 28px;flex-wrap:wrap;margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid var(--line-soft)}.page-header .ph-text{min-width:0}.eyebrow{margin:0 0 8px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.page-intro{max-width:68ch;margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.page-actions{display:flex;align-items:center;gap:10px;flex:none;flex-wrap:wrap}.section-title{font-size:16px;font-weight:650;color:var(--heading);letter-spacing:-.01em}.toolbar{display:flex;align-items:flex-end;gap:12px 14px;flex-wrap:wrap;margin-bottom:18px;padding:14px 16px;background:var(--surface-sunken);border:1px solid var(--line-soft);border-radius:var(--radius-btn)}.toolbar-search{flex:1 1 260px;min-width:0}.toolbar-end{margin-left:auto}@media(max-width:560px){.page-header{align-items:flex-start;margin-bottom:20px}.page-actions,.page-actions .btn{width:100%}.toolbar{padding:12px}.toolbar-end{margin-left:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.toaster.svelte-1kymlcg{position:fixed;bottom:20px;right:20px;z-index:150;display:flex;flex-direction:column;gap:10px;max-width:min(400px,calc(100vw - 40px))}.toast.svelte-1kymlcg{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:var(--radius-btn);border:1px solid var(--line-soft);background:var(--surface-2);box-shadow:0 16px 40px -18px #000000b3;animation:svelte-1kymlcg-toast-in .16s ease}@media(prefers-reduced-motion:reduce){.toast.svelte-1kymlcg{animation:none}}@keyframes svelte-1kymlcg-toast-in{0%{opacity:0;transform:translateY(8px)}}.tone-success.svelte-1kymlcg{border-color:#33c5f266}.tone-error.svelte-1kymlcg{border-color:#ff6b6b73}.tone-info.svelte-1kymlcg{border-color:#ffffff2e}.toast-body.svelte-1kymlcg{flex:1 1 auto}.toast-msg.svelte-1kymlcg{margin:0;font-size:14px;color:var(--text)}.toast-ref.svelte-1kymlcg{margin:6px 0 0;font-size:12px;color:var(--muted)}.toast-close.svelte-1kymlcg{flex:none;width:26px;height:26px;display:grid;place-items:center;border-radius:6px;border:none;background:transparent;color:var(--muted);cursor:pointer}.toast-close.svelte-1kymlcg:hover{color:var(--heading)}.toast-close.svelte-1kymlcg svg:where(.svelte-1kymlcg){width:14px;height:14px}.app-logo.svelte-1o2hpio{display:block;flex:none}.auth-shell.svelte-1vxdet{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card.svelte-1vxdet{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);padding:32px 30px}.brand.svelte-1vxdet{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--heading);margin-bottom:24px}.page-title.svelte-1vxdet{font-size:22px;margin-bottom:6px}.auth-sub.svelte-1vxdet{color:var(--muted);font-size:14.5px;margin:0 0 22px}.auth-body.svelte-1vxdet{display:flex;flex-direction:column;gap:16px}.auth-footer.svelte-1vxdet{margin-top:22px;padding-top:18px;border-top:1px solid var(--line-soft);font-size:13.5px;color:var(--muted);text-align:center}.field-wrap.svelte-175sa6o{display:flex;flex-direction:column;gap:8px}label.svelte-175sa6o{font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--muted)}.req.svelte-175sa6o{color:var(--accent)}.field.svelte-175sa6o{width:100%;background:var(--bg-2);border:1px solid var(--line-soft);color:var(--text);border-radius:var(--radius-btn);padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.field.mono.svelte-175sa6o{font-family:var(--font-mono)}.field.svelte-175sa6o::placeholder{color:#5d6b7c}.field.svelte-175sa6o:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #33c5f226}.field.invalid.svelte-175sa6o{border-color:#ff6b6b8c}.field.svelte-175sa6o:disabled{opacity:.55;cursor:not-allowed}.hint.svelte-175sa6o{font-size:12.5px;color:var(--muted);margin:0}.error.svelte-175sa6o{font-size:12.5px;color:var(--err-text);margin:0}.btn.svelte-18sv61c{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;padding:10px 18px;min-height:40px;border-radius:var(--radius-btn);border:1px solid transparent;transition:transform .12s,box-shadow .2s,background .2s,border-color .2s;cursor:pointer;text-decoration:none;white-space:nowrap}.size-sm.svelte-18sv61c{padding:7px 12px;min-height:34px;font-size:13px}.full.svelte-18sv61c{width:100%}.btn-primary.svelte-18sv61c{background:var(--accent);color:#04141c;font-weight:700;box-shadow:0 6px 20px -10px #33c5f280}.btn-primary.svelte-18sv61c:hover{transform:translateY(-1px);background:var(--accent-bright);box-shadow:0 10px 26px -10px #33c5f299}.btn-ghost.svelte-18sv61c{background:transparent;color:var(--text);border-color:#ffffff24}.btn-ghost.svelte-18sv61c:hover{border-color:var(--accent);color:var(--heading)}.btn-danger.svelte-18sv61c{background:#ff6b6b1f;color:var(--err-text);border-color:#ff6b6b73}.btn-danger.svelte-18sv61c:hover{background:#ff6b6b33;border-color:var(--err)}.btn.svelte-18sv61c:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.spinner.svelte-18sv61c{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:svelte-18sv61c-btn-spin .7s linear infinite}@keyframes svelte-18sv61c-btn-spin{to{transform:rotate(360deg)}}.banner.svelte-6wdrfy{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-radius:var(--radius);padding:16px 18px;border:1px solid var(--line-soft);background:var(--surface);font-size:14px}.banner-title.svelte-6wdrfy{color:var(--heading);font-weight:700;display:block}.banner-text.svelte-6wdrfy{margin-top:6px;color:var(--text)}.ref.svelte-6wdrfy{margin-top:8px;font-size:12px;color:var(--muted)}.banner-actions.svelte-6wdrfy{display:flex;gap:8px;flex:none;flex-wrap:wrap;align-items:center}.tone-ok.svelte-6wdrfy{border-color:#33c5f266;background:#33c5f214}.tone-info.svelte-6wdrfy{border-color:var(--line);background:#33c5f20a}.tone-warn.svelte-6wdrfy,.tone-degraded.svelte-6wdrfy{border-color:#f2a83373;background:#f2a83314}.tone-error.svelte-6wdrfy{border-color:#ff6b6b73;background:#ff6b6b14}@media(max-width:560px){.banner.svelte-6wdrfy{flex-direction:column}}.identity.svelte-n0czke{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:var(--bg-2);border:1px solid var(--line-soft);border-radius:var(--radius-btn);font-size:14px}.linkish.svelte-n0czke{background:none;border:none;color:var(--accent);cursor:pointer;font-size:13.5px;padding:4px}.linkish.svelte-n0czke:hover{color:var(--accent-bright)}.linkish.svelte-n0czke:disabled{color:var(--muted);cursor:default}.center.svelte-n0czke{align-self:center}.fallback-note.svelte-n0czke,.flow-note.svelte-n0czke{font-size:13px;color:var(--muted);margin:0}.sent-copy.svelte-n0czke,.verify-copy.svelte-1jugufg{font-size:14.5px;margin:0}.verify-note.svelte-1jugufg{font-size:13px;color:var(--muted);margin:0}.row.svelte-1h9i9qd{display:flex;gap:10px;justify-content:flex-end}.sent-copy.svelte-1h9i9qd{font-size:14.5px;margin:0}.note.svelte-1h9i9qd{font-size:13px;color:var(--muted);margin:0}.copy.svelte-1qsn2ww{font-size:14.5px;margin:0}.hints.svelte-1qsn2ww{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:13.5px;color:var(--muted)}.support.svelte-1qsn2ww{font-size:13px;color:var(--muted);margin:0;text-align:center}.support.svelte-1qsn2ww a:where(.svelte-1qsn2ww){color:var(--accent)}.menu-trigger.svelte-15gydnd{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer}.menu-trigger.svelte-15gydnd:hover{color:var(--heading);border-color:var(--line-soft);background:var(--bg-2)}.menu-trigger.svelte-15gydnd svg:where(.svelte-15gydnd){width:16px;height:16px;fill:currentColor}.menu.svelte-15gydnd{position:fixed;z-index:120;min-width:200px;padding:6px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-btn);box-shadow:0 20px 50px -20px #000000b3;display:flex;flex-direction:column;gap:1px}.menu-item.svelte-15gydnd{display:flex;flex-direction:column;gap:2px;text-align:left;padding:9px 12px;border:none;border-radius:8px;background:transparent;color:var(--text);font-size:14px;cursor:pointer;min-height:40px}.menu-item.svelte-15gydnd:hover:not(:disabled),.menu-item.svelte-15gydnd:focus-visible{background:#33c5f21a;color:var(--heading);outline:none}.menu-item.danger.svelte-15gydnd{color:var(--err-text)}.menu-item.danger.svelte-15gydnd:hover:not(:disabled){background:#ff6b6b1f}.menu-item.svelte-15gydnd:disabled{opacity:.45;cursor:not-allowed}.mi-desc.svelte-15gydnd{font-size:12px;color:var(--muted)}.badge.svelte-dtbgkf{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;letter-spacing:.02em;padding:2px 9px;border-radius:var(--radius-chip);border:1px solid var(--line);background:#33c5f20f;color:var(--accent);white-space:nowrap}.tone-neutral.svelte-dtbgkf{color:var(--text);border-color:var(--line-soft);background:var(--bg-2)}.tone-muted.svelte-dtbgkf{color:var(--muted);border-color:var(--line-soft);background:transparent}.tone-future.svelte-dtbgkf{color:var(--muted);border-color:#5d6b7c66;background:transparent;border-style:dashed}.overlay.svelte-uoov0r{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:#050a1099}.drawer.svelte-uoov0r{width:min(440px,100%);height:100%;background:var(--surface);border-left:1px solid var(--line);padding:22px;overflow-y:auto;display:flex;flex-direction:column;animation:svelte-uoov0r-drawer-in .18s ease}@media(prefers-reduced-motion:reduce){.drawer.svelte-uoov0r{animation:none}}@keyframes svelte-uoov0r-drawer-in{0%{transform:translate(24px);opacity:0}}.drawer-head.svelte-uoov0r{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.drawer-title.svelte-uoov0r{font-size:17px}.drawer-close.svelte-uoov0r{flex:none;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;border:1px solid var(--line-soft);background:transparent;color:var(--muted);cursor:pointer}.drawer-close.svelte-uoov0r:hover{color:var(--heading);border-color:var(--accent)}.drawer-close.svelte-uoov0r svg:where(.svelte-uoov0r){width:16px;height:16px}.drawer-body.svelte-uoov0r{flex:1 1 auto}.drawer-foot.svelte-uoov0r{margin-top:18px;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.empty.svelte-13862ru{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:48px 24px;color:var(--muted)}.empty-mark.svelte-13862ru{color:var(--accent-dim);opacity:.6}.empty-mark.svelte-13862ru svg:where(.svelte-13862ru){width:42px;height:42px}h3.svelte-13862ru{font-size:16px}p.svelte-13862ru{max-width:42ch;margin:0;font-size:14px}.empty-action.svelte-13862ru{margin-top:8px}.denied.svelte-t4lp6i{padding:8px 0}.shell.svelte-7fkaoz{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar.svelte-7fkaoz{border-right:1px solid var(--line-soft);padding:20px 16px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(180deg,#17222f8c,#0a10184d);position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto}.brand.svelte-7fkaoz{display:flex;align-items:center;gap:11px;font-weight:650;font-size:16px;letter-spacing:-.01em;color:var(--heading);padding:2px 6px 4px}.org-switcher.svelte-7fkaoz{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 8px 9px 12px;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius-btn);transition:border-color .2s,background .2s}.org-switcher.svelte-7fkaoz:hover{border-color:var(--line)}.org-switcher.single.svelte-7fkaoz{justify-content:flex-start}.org-name.svelte-7fkaoz{font-size:14px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-eyebrow.svelte-7fkaoz{margin:0 0 8px;padding:0 10px;color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.nav.svelte-7fkaoz{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.nav-link.svelte-7fkaoz{position:relative;display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:var(--radius-btn);color:var(--muted);font-size:14px;font-weight:550;text-decoration:none;min-height:40px;transition:color .16s,background .16s}.nav-ico.svelte-7fkaoz{width:18px;height:18px;flex:none;opacity:.85;transition:color .16s,opacity .16s}.nav-link.svelte-7fkaoz:before{content:"";position:absolute;left:3px;top:50%;height:18px;width:3px;border-radius:3px;background:var(--accent);transform:translateY(-50%) scaleY(0);transition:transform .16s ease}.nav-link.svelte-7fkaoz:hover{color:var(--text);background:var(--bg-2)}.nav-link.svelte-7fkaoz:hover .nav-ico:where(.svelte-7fkaoz){opacity:1}.nav-link.active.svelte-7fkaoz{color:var(--heading);background:var(--accent-soft)}.nav-link.active.svelte-7fkaoz .nav-ico:where(.svelte-7fkaoz){color:var(--accent);opacity:1}.nav-link.active.svelte-7fkaoz:before{transform:translateY(-50%) scaleY(1)}.admin-link.svelte-7fkaoz{display:flex;align-items:center;gap:9px;margin-top:auto;padding:10px 12px;border:1px solid var(--accent-line);border-radius:var(--radius-btn);color:var(--accent);font-size:13px;font-weight:600;background:var(--accent-weak);transition:background .18s,border-color .18s,color .18s}.admin-link.svelte-7fkaoz:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-bright)}.main-col.svelte-7fkaoz{display:flex;flex-direction:column;min-width:0}.topbar.svelte-7fkaoz{height:var(--topbar-h);display:flex;align-items:center;gap:14px;padding:0 26px;border-bottom:1px solid var(--line-soft);position:sticky;top:0;background:#0a1018b8;backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);z-index:10}.hamburger.svelte-7fkaoz{display:none;width:38px;height:38px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:transparent;color:var(--text);cursor:pointer}.hamburger.svelte-7fkaoz svg:where(.svelte-7fkaoz){width:20px;height:20px}.topbar-title.svelte-7fkaoz{display:flex;align-items:center;gap:10px}.wordmark.svelte-7fkaoz{font-weight:650;letter-spacing:-.01em;color:var(--heading)}.topbar-right.svelte-7fkaoz{margin-left:auto;display:flex;align-items:center;gap:12px}.content.svelte-7fkaoz{padding:30px 26px 72px;max-width:1200px;width:100%;margin:0 auto;flex:1 1 auto}.page-loading.svelte-7fkaoz{min-height:40vh}.drawer-org.svelte-7fkaoz{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media(max-width:1080px){.shell.svelte-7fkaoz{grid-template-columns:1fr}.sidebar.svelte-7fkaoz{display:none}.hamburger.svelte-7fkaoz{display:grid}}@media(max-width:560px){.wordmark.svelte-7fkaoz{display:none}.content.svelte-7fkaoz{padding:18px 14px 48px}}.overlay.svelte-jby388{position:fixed;inset:0;z-index:100;display:grid;padding:20px;background:#050a10b8;backdrop-filter:blur(2px);overflow-y:auto}.panel.svelte-jby388{margin:auto;width:100%;max-width:520px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 30px 80px -30px #000c;animation:svelte-jby388-dialog-in .16s ease}@media(prefers-reduced-motion:reduce){.panel.svelte-jby388{animation:none}}@keyframes svelte-jby388-dialog-in{0%{opacity:0;transform:translateY(8px)}}.panel-head.svelte-jby388{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.panel-title.svelte-jby388{font-size:18px;line-height:1.25}.panel-desc.svelte-jby388{color:var(--muted);font-size:14px;margin:6px 0 0}.panel-close.svelte-jby388{flex:none;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;border:1px solid var(--line-soft);background:transparent;color:var(--muted);cursor:pointer}.panel-close.svelte-jby388:hover{color:var(--heading);border-color:var(--accent);background:#33c5f20f}.panel-close.svelte-jby388 svg:where(.svelte-jby388){width:16px;height:16px}.panel-foot.svelte-jby388{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;flex-wrap:wrap}.confirm-body.svelte-lx832k{display:flex;flex-direction:column;gap:14px;font-size:14px;color:var(--text)}.copy-field.svelte-1j960j{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-btn)}.cf-head.svelte-1j960j{display:flex;align-items:center;justify-content:space-between;gap:12px}.cf-label.svelte-1j960j{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.cf-name.svelte-1j960j{font-size:12.5px;color:var(--muted);word-break:break-all}.cf-value.svelte-1j960j{font-size:14px;color:var(--accent);letter-spacing:.02em;word-break:break-all}.cf-value.multiline.svelte-1j960j{white-space:pre-wrap}.copy-btn.svelte-1j960j{padding:6px 12px;font-size:12.5px;font-weight:600;border-radius:var(--radius-btn);border:1px solid rgba(255,255,255,.14);background:transparent;color:var(--text);cursor:pointer;transition:border-color .2s,color .2s}.copy-btn.svelte-1j960j:hover{border-color:var(--accent);color:var(--heading)}.table-scroll.svelte-16k18c8{overflow-x:auto;border:1px solid var(--line-soft);border-radius:var(--radius)}.table-scroll.svelte-16k18c8:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}table.svelte-16k18c8{width:100%;border-collapse:collapse;font-size:14px}caption.svelte-16k18c8{text-align:left}th.svelte-16k18c8,td.svelte-16k18c8{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line-soft);vertical-align:middle}.compact.svelte-16k18c8 th:where(.svelte-16k18c8),.compact.svelte-16k18c8 td:where(.svelte-16k18c8){padding:8px 12px;font-size:13px}th.svelte-16k18c8{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:600;background:var(--bg-2);position:sticky;top:0;z-index:1}th.end.svelte-16k18c8,td.end.svelte-16k18c8{text-align:right}tbody.svelte-16k18c8 tr:where(.svelte-16k18c8):hover{background:var(--surface-2)}tbody.svelte-16k18c8 tr:where(.svelte-16k18c8):last-child td:where(.svelte-16k18c8){border-bottom:none}.sticky.svelte-16k18c8{position:sticky;left:0;background:var(--surface);z-index:2}th.sticky.svelte-16k18c8{z-index:3;background:var(--bg-2)}.cards.svelte-16k18c8{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.row-card.svelte-16k18c8{border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface);padding:16px}.rc-title.svelte-16k18c8{margin-bottom:12px;font-weight:600}.rc-fields.svelte-16k18c8{display:flex;flex-direction:column;gap:10px;margin:0}.rc-field.svelte-16k18c8{display:flex;align-items:center;justify-content:space-between;gap:12px}.rc-field.svelte-16k18c8 dt:where(.svelte-16k18c8){font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.rc-field.svelte-16k18c8 dd:where(.svelte-16k18c8){margin:0;text-align:right}.rc-more.svelte-16k18c8{margin-top:12px}.rc-more.svelte-16k18c8 summary:where(.svelte-16k18c8){cursor:pointer;color:var(--accent);font-size:13px;padding:4px 0}.rc-more.svelte-16k18c8 .rc-fields:where(.svelte-16k18c8){margin-top:10px}.select-wrap.svelte-t5ihcw{display:flex;flex-direction:column;gap:8px}label.svelte-t5ihcw{font-size:13px;font-weight:600;color:var(--muted)}.select-shell.svelte-t5ihcw{position:relative;display:flex;align-items:center}select.svelte-t5ihcw{appearance:none;width:100%;background:var(--bg-2);border:1px solid var(--line-soft);color:var(--text);border-radius:var(--radius-btn);padding:11px 36px 11px 14px;font-family:inherit;font-size:15px;min-height:42px;cursor:pointer}select.svelte-t5ihcw:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #33c5f226}.select-shell.invalid.svelte-t5ihcw select:where(.svelte-t5ihcw){border-color:#ff6b6b8c}.chev.svelte-t5ihcw{position:absolute;right:12px;width:16px;height:16px;color:var(--muted);pointer-events:none}.error.svelte-t5ihcw{font-size:12.5px;color:var(--err-text);margin:0}.skeleton-group.svelte-x2cdj9{display:flex;flex-direction:column;gap:10px}.sk.svelte-x2cdj9{border-radius:8px;background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 37%,var(--surface) 63%);background-size:400% 100%;animation:svelte-x2cdj9-sk-shimmer 1.4s ease infinite}.sk-stat.svelte-x2cdj9{border-radius:var(--radius)}@media(prefers-reduced-motion:reduce){.sk.svelte-x2cdj9{animation:none;background:var(--surface-2)}}@keyframes svelte-x2cdj9-sk-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.pill.svelte-1swmi23{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid var(--line-soft);white-space:nowrap}.ico.svelte-1swmi23{width:13px;height:13px;flex:none}.tone-ok.svelte-1swmi23{color:var(--ok-text);border-color:#33c5f266;background:#33c5f214}.tone-pending.svelte-1swmi23{color:var(--pending);border-color:#f2a83373;background:#f2a83314}.tone-error.svelte-1swmi23{color:var(--err-text);border-color:#ff6b6b73;background:#ff6b6b14}.tone-neutral.svelte-1swmi23{color:var(--text);background:var(--bg-2)}.tone-revoked.svelte-1swmi23{color:var(--muted);border-color:#5d6b7c66;background:transparent}.field-wrap.svelte-1ilrf3m{display:flex;flex-direction:column;gap:8px}label.svelte-1ilrf3m{color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.02em}textarea.svelte-1ilrf3m{width:100%;resize:vertical;min-height:96px;background:var(--bg-2);border:1px solid var(--line-soft);border-radius:var(--radius-btn);padding:12px 14px;color:var(--text);font:inherit;line-height:1.5;transition:border-color .2s,box-shadow .2s}textarea.svelte-1ilrf3m:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #33c5f226}textarea.invalid.svelte-1ilrf3m{border-color:#ff6b6b8c}textarea.svelte-1ilrf3m:disabled{cursor:not-allowed;opacity:.55}.hint.svelte-1ilrf3m,.error.svelte-1ilrf3m{margin:0;font-size:12.5px}.hint.svelte-1ilrf3m{color:var(--muted)}.error.svelte-1ilrf3m{color:var(--err-text)}.grant-form.svelte-fkgya5{display:flex;flex-direction:column;gap:16px}.group.svelte-fkgya5{margin:0;padding:16px;border:1px solid var(--line-soft);border-radius:var(--radius-btn);background:var(--bg-2)}.group.svelte-fkgya5 legend:where(.svelte-fkgya5){padding:0 6px;color:var(--heading);font-size:13px;font-weight:650;letter-spacing:.02em}.group-hint.svelte-fkgya5{margin:0 0 14px;color:var(--muted);font-size:12.5px;line-height:1.5}.group-fields.svelte-fkgya5{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:14px}@media(max-width:560px){.group-fields.svelte-fkgya5{grid-template-columns:1fr}}.workbench.svelte-130h8p5{display:flex;flex-direction:column;gap:16px;width:100%;padding:clamp(16px,2vw,22px) clamp(14px,2.4vw,26px)}.command-bar.svelte-130h8p5{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.cb-lead.svelte-130h8p5 .eyebrow:where(.svelte-130h8p5){margin:0 0 2px}.cb-title.svelte-130h8p5{margin:0;color:var(--heading);font-size:20px;letter-spacing:-.01em}.cb-actions.svelte-130h8p5{display:flex;align-items:center;gap:12px}.refreshing.svelte-130h8p5{color:var(--muted);font-size:12px}.workspace.svelte-130h8p5{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:16px;align-items:start}.rail.svelte-130h8p5,.detail.svelte-130h8p5{border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface)}.rail.svelte-130h8p5{display:flex;flex-direction:column;overflow:hidden}.rail-head.svelte-130h8p5{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:16px 16px 10px}.rail-head.svelte-130h8p5 h2:where(.svelte-130h8p5){margin:0;font-size:15px}.rail-head.svelte-130h8p5 span:where(.svelte-130h8p5){color:var(--muted);font-size:12px}.rail-filters.svelte-130h8p5{display:grid;gap:10px;padding:0 16px 14px;border-bottom:1px solid var(--line-soft)}.rail-scroll.svelte-130h8p5{min-height:0;overflow-y:auto}.customer-list.svelte-130h8p5{list-style:none;margin:0;padding:6px}.customer-row.svelte-130h8p5{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;padding:11px 12px;border:1px solid transparent;border-radius:var(--radius-btn);background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:transform .14s,background .2s,border-color .2s}.customer-row.svelte-130h8p5:hover{background:var(--surface-2)}.customer-row.svelte-130h8p5:active{transform:scale(.99)}.customer-row.selected.svelte-130h8p5{border-color:#33c5f261;background:#33c5f214}.customer-main.svelte-130h8p5{min-width:0;display:flex;flex-direction:column;gap:3px}.customer-main.svelte-130h8p5 strong:where(.svelte-130h8p5){overflow:hidden;color:var(--heading);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.customer-main.svelte-130h8p5 .mono:where(.svelte-130h8p5),.org-binding.svelte-130h8p5{overflow:hidden;color:var(--muted);font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.org-binding.svelte-130h8p5{grid-column:1 / -1}.detail.svelte-130h8p5{display:flex;flex-direction:column;padding:20px 22px;gap:16px;min-height:0}.detail-head.svelte-130h8p5{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.dh-text.svelte-130h8p5{min-width:0}.title-line.svelte-130h8p5{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.detail-head.svelte-130h8p5 h2:where(.svelte-130h8p5){margin:0;color:var(--heading);font-size:21px;letter-spacing:-.02em}.binding.svelte-130h8p5{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:6px 0 0;color:var(--muted);font-size:12.5px}.binding.svelte-130h8p5 .mono:where(.svelte-130h8p5){color:var(--text)}.binding.svelte-130h8p5 .sep:where(.svelte-130h8p5){color:var(--line-strong)}.detail-actions.svelte-130h8p5{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.access-summary.svelte-130h8p5{border:1px solid var(--line-soft);border-radius:var(--radius-btn);background:var(--bg-2);padding:14px 16px}.cs-head.svelte-130h8p5{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cs-head.svelte-130h8p5 h3:where(.svelte-130h8p5){margin:0;color:var(--heading);font-size:14px}.cs-grid.svelte-130h8p5{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0}.cs-grid.svelte-130h8p5>div:where(.svelte-130h8p5){min-width:0}.cs-grid.svelte-130h8p5 dt:where(.svelte-130h8p5){margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.cs-grid.svelte-130h8p5 dd:where(.svelte-130h8p5){margin:0;overflow:hidden;color:var(--text);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.history.svelte-130h8p5{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.history-head.svelte-130h8p5 h3:where(.svelte-130h8p5){margin:0;color:var(--heading);font-size:14px}.history-head.svelte-130h8p5 p:where(.svelte-130h8p5){margin:4px 0 12px;color:var(--muted);font-size:12.5px;line-height:1.5}.history-scroll.svelte-130h8p5{min-height:0;overflow-y:auto}.access-title.svelte-130h8p5,.access-cell.svelte-130h8p5 strong:where(.svelte-130h8p5){color:var(--heading);text-transform:capitalize}.access-cell.svelte-130h8p5{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.notes.svelte-130h8p5{display:inline-block;max-width:36ch;color:var(--muted);line-height:1.45}.manage.svelte-130h8p5{display:flex;flex-direction:column;gap:22px}.manage-section.svelte-130h8p5{display:flex;flex-direction:column;gap:12px;padding-bottom:22px;border-bottom:1px solid var(--line-soft)}.manage-section.svelte-130h8p5:last-child{padding-bottom:0;border-bottom:none}.ms-copy.svelte-130h8p5 h3:where(.svelte-130h8p5){margin:0;color:var(--heading);font-size:14px}.ms-copy.svelte-130h8p5 p:where(.svelte-130h8p5){margin:5px 0 0;color:var(--muted);font-size:12.5px;line-height:1.5}.inline-form.svelte-130h8p5{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.meta-copies.svelte-130h8p5{display:flex;flex-direction:column;gap:10px}.meta-facts.svelte-130h8p5{display:grid;gap:12px;margin:0}.meta-facts.svelte-130h8p5 dt:where(.svelte-130h8p5){margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.meta-facts.svelte-130h8p5 dd:where(.svelte-130h8p5){margin:0;color:var(--text);font-size:13px;word-break:break-word}@media(min-width:1081px){.workbench.svelte-130h8p5{height:100%;min-height:0;flex:1 1 auto}.workspace.svelte-130h8p5{flex:1 1 auto;min-height:0;align-items:stretch}.rail.svelte-130h8p5{min-height:0}.detail.svelte-130h8p5{overflow:hidden}}@media(max-width:1080px){.workspace.svelte-130h8p5{grid-template-columns:1fr}}@media(max-width:620px){.detail-head.svelte-130h8p5{flex-direction:column}.detail-actions.svelte-130h8p5,.detail-actions.svelte-130h8p5 .btn{width:100%}.cs-grid.svelte-130h8p5{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form.svelte-130h8p5{grid-template-columns:1fr}}.shell.svelte-1j1ranv{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar.svelte-1j1ranv{border-right:1px solid var(--line-soft);padding:18px 14px;display:flex;flex-direction:column;gap:16px;background:#0d16208f}.brand.svelte-1j1ranv{display:flex;align-items:center;gap:10px;color:var(--heading);font-weight:650;padding:4px 6px}.scope-label.svelte-1j1ranv{padding:0 8px;color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.nav.svelte-1j1ranv{list-style:none;margin:0;padding:0}.nav-link.svelte-1j1ranv{min-height:42px;padding:10px 12px;display:flex;align-items:center;gap:10px;border-radius:var(--radius-btn);color:var(--muted);font-size:14px;font-weight:550}.nav-link.svelte-1j1ranv svg:where(.svelte-1j1ranv){width:18px;height:18px}.nav-link.active.svelte-1j1ranv{color:var(--heading);background:#33c5f21a}.portal-link.svelte-1j1ranv{margin-top:auto;padding:10px 8px;color:var(--muted);font-size:13px}.portal-link.svelte-1j1ranv:hover{color:var(--accent)}.main-col.svelte-1j1ranv{display:flex;flex-direction:column;min-width:0}.topbar.svelte-1j1ranv{height:var(--topbar-h);display:flex;align-items:center;gap:14px;padding:0 22px;border-bottom:1px solid var(--line-soft);position:sticky;top:0;background:#0a1018e0;backdrop-filter:blur(8px);z-index:10}.topbar-title.svelte-1j1ranv,.topbar-right.svelte-1j1ranv{display:flex;align-items:center;gap:10px}.topbar-right.svelte-1j1ranv{margin-left:auto}.wordmark.svelte-1j1ranv{color:var(--heading);font-weight:600}.hamburger.svelte-1j1ranv{display:none;width:38px;height:38px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:transparent;color:var(--text);cursor:pointer}.hamburger.svelte-1j1ranv svg:where(.svelte-1j1ranv){width:20px;height:20px}.content.svelte-1j1ranv{width:100%;min-width:0;flex:1 1 auto;display:flex}@media(min-width:1081px){.shell.svelte-1j1ranv{height:100vh;overflow:hidden}.main-col.svelte-1j1ranv{height:100%;min-height:0}.content.svelte-1j1ranv{min-height:0;overflow:hidden}}@media(max-width:1080px){.shell.svelte-1j1ranv{grid-template-columns:1fr}.sidebar.svelte-1j1ranv{display:none}.hamburger.svelte-1j1ranv{display:grid}}@media(max-width:560px){.wordmark.svelte-1j1ranv,.topbar-right.svelte-1j1ranv .badge{display:none}}.splash.svelte-1n46o8q{min-height:100vh;display:grid;place-items:center;animation:svelte-1n46o8q-pulse 1.6s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.splash.svelte-1n46o8q{animation:none}}@keyframes svelte-1n46o8q-pulse{50%{opacity:.55}}
