:root{color:#17191c;font-synthesis:none;text-rendering:optimizelegibility;--canvas:#f4f3ef;--surface:#fff;--surface-subtle:#f8f8f5;--ink:#17191c;--muted:#686d74;--faint:#93979c;--line:#deded8;--line-strong:#c8c8c1;--accent:#4567f2;--accent-strong:#294bd8;--accent-soft:#eef1ff;--success:#197548;--success-soft:#e9f6ef;--warning:#9a5b0a;--warning-soft:#fff2d9;--danger:#b23838;--danger-soft:#fcebea;--info:#6551c8;--info-soft:#f0edff;--rail:#17191c;--rail-muted:#a9adb4;--focus:#4567f2;--shadow-dialog:0 24px 70px #17191c24;background:#f4f3ef;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 34%, transparent);outline-offset:2px}::selection{background:#ccd5ff}.mono{font-variant-numeric:tabular-nums;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.muted{color:var(--muted)}.eyebrow{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:700}.page{width:min(100%,1440px);margin:0 auto;padding:34px 38px 64px}.page-narrow{width:min(100%,1040px)}.page-header{justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:28px;display:flex}.page-header h1,.page-header h2{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.08}.page-header p:not(.eyebrow){max-width:650px;color:var(--muted);margin:10px 0 0;font-size:.95rem;line-height:1.55}.header-actions,.inline-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.button{min-height:40px;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.84rem;font-weight:680;line-height:1;transition:border-color .14s,background .14s,color .14s,transform .14s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.button-primary:hover{border-color:var(--accent-strong);background:var(--accent-strong)}.button-secondary{border-color:var(--line-strong);background:var(--surface)}.button-secondary:hover{background:#fafaf8;border-color:#aaa}.button-ghost:hover{background:#e9e9e4}.button-danger{background:var(--danger-soft);color:var(--danger);border-color:#e6b8b5}.button[disabled],.button[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none}.icon-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.icon-button:hover{border-color:var(--line-strong);background:var(--surface-subtle)}.panel{border:1px solid var(--line);background:var(--surface);border-radius:12px}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.panel-header h2,.panel-header h3{letter-spacing:-.015em;margin:0;font-size:.95rem}.panel-header p{color:var(--muted);margin:4px 0 0;font-size:.78rem}.section-title{justify-content:space-between;align-items:flex-end;gap:20px;margin:32px 0 14px;display:flex}.section-title h2{letter-spacing:-.02em;margin:0;font-size:1.02rem}.section-title p{color:var(--muted);margin:4px 0 0;font-size:.8rem}.grid-two{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:18px;display:grid}.metric-row{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.metric{border-right:1px solid var(--line);min-width:0;padding:18px 20px}.metric:last-child{border-right:0}.metric-label{color:var(--muted);margin-bottom:8px;font-size:.72rem;font-weight:650;display:block}.metric-value{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:700;display:block;overflow:hidden}.notice{background:var(--accent-soft);color:#2b3a77;border:1px solid #ccd5ff;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;font-size:.82rem;line-height:1.5;display:flex}.notice-warning{background:var(--warning-soft);color:#74450a;border-color:#edd4a1}.notice-success{background:var(--success-soft);color:#145d3a;border-color:#b7dfc9}.notice strong{color:inherit;margin-bottom:2px;display:block}.field{gap:7px;display:grid}.field label,.field-label{color:var(--ink);font-size:.79rem;font-weight:680}.field-hint{color:var(--muted);margin:0;font-size:.74rem;line-height:1.45}.input,.select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:43px;color:var(--ink);border-radius:8px;padding:0 12px;transition:border-color .12s,box-shadow .12s}.input:hover,.select:hover{border-color:#aaa}.input:focus,.select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #e0e5ff}.input[aria-invalid=true]{border-color:var(--danger)}.field-error{color:var(--danger);margin:0;font-size:.73rem}.radio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.radio-card{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:9px;align-items:flex-start;gap:11px;min-height:88px;padding:14px;display:flex;position:relative}.radio-card:hover{border-color:var(--line-strong)}.radio-card:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.radio-card:has(input:disabled){opacity:.55;cursor:not-allowed}.radio-card input{width:16px;height:16px;accent-color:var(--accent);margin:2px 0 0}.radio-card strong{margin-bottom:4px;font-size:.82rem;display:block}.radio-card span{color:var(--muted);font-size:.73rem;line-height:1.4;display:block}.data-list{margin:0}.data-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);gap:16px;padding:12px 0;display:grid}.data-row:last-child{border-bottom:0}.data-row dt{color:var(--muted);font-size:.76rem}.data-row dd{overflow-wrap:anywhere;min-width:0;color:var(--ink);margin:0;font-size:.78rem;font-weight:600}.empty-state{text-align:center;place-items:center;min-height:260px;padding:36px;display:grid}.empty-state h2,.empty-state h3{margin:14px 0 7px;font-size:1rem}.empty-state p{max-width:430px;color:var(--muted);margin:0 auto 18px;font-size:.82rem;line-height:1.55}.table-wrap{width:100%;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.79rem}.table th{border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:11px 16px;font-size:.69rem;font-weight:700}.table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:14px 16px}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fafaf7}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.resource-item{border:1px solid var(--line);background:var(--surface-subtle);border-radius:9px;padding:14px}.resource-item span{color:var(--muted);margin-top:9px;font-size:.72rem;display:block}.resource-item strong{margin-top:2px;font-size:.91rem;display:block}.skeleton{background:linear-gradient(90deg,#ecece7 25%,#f7f7f3 50%,#ecece7 75%) 0 0/200% 100%;border-radius:7px;animation:1.5s linear infinite skeleton}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=980px){.grid-two{grid-template-columns:1fr}.metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=720px){.page{padding:24px 18px 90px}.page-header{flex-direction:column;align-items:stretch;gap:18px}.page-header .header-actions .button{flex:1}.metric-row{grid-template-columns:1fr}.metric,.metric:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.metric:last-child{border-bottom:0}.radio-grid,.resource-grid{grid-template-columns:1fr}.section-title{flex-direction:column;align-items:flex-start}.table th,.table td{padding-left:12px;padding-right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.shell.svelte-whg6dh{min-height:100vh}.rail.svelte-whg6dh{z-index:40;background:var(--rail);color:#fff;flex-direction:column;align-items:center;width:76px;padding:17px 10px 14px;display:flex;position:fixed;top:0;bottom:0;left:0}.brand.svelte-whg6dh{border-radius:10px;display:inline-flex}.rail-nav.svelte-whg6dh{gap:8px;width:100%;margin-top:34px;display:grid}.rail-nav.svelte-whg6dh a:where(.svelte-whg6dh),.rail-action.svelte-whg6dh{min-height:50px;color:var(--rail-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.62rem;font-weight:620;display:flex}.rail-nav.svelte-whg6dh a:where(.svelte-whg6dh):hover,.rail-action.svelte-whg6dh:hover,.rail-nav.svelte-whg6dh a.active:where(.svelte-whg6dh){color:#fff;background:#292c31}.rail-nav.svelte-whg6dh a.active:where(.svelte-whg6dh){box-shadow:inset 2px 0 #6f8aff}.rail-spacer.svelte-whg6dh{flex:1}.rail-health.svelte-whg6dh{color:#99a09f;justify-content:center;align-items:center;gap:7px;min-height:38px;font-size:.61rem;display:flex}.rail-health.svelte-whg6dh>span:where(.svelte-whg6dh):first-child{background:#a2a7ad;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #a2a7ad1a}.rail-health.online.svelte-whg6dh>span:where(.svelte-whg6dh):first-child{background:#48c886;box-shadow:0 0 0 4px #48c8861a}.rail-health.offline.svelte-whg6dh>span:where(.svelte-whg6dh):first-child{background:#e06b68;box-shadow:0 0 0 4px #e06b681a}.rail-health.standalone.svelte-whg6dh>span:where(.svelte-whg6dh):first-child{background:#d6a34a;box-shadow:0 0 0 4px #d6a34a1f}.rail-action.svelte-whg6dh{width:100%;margin-top:2px}.account-menu.svelte-whg6dh{margin-top:11px;position:relative}.account-menu.svelte-whg6dh summary:where(.svelte-whg6dh){list-style:none}.account-menu.svelte-whg6dh summary:where(.svelte-whg6dh)::-webkit-details-marker{display:none}.avatar.svelte-whg6dh{color:#f7f7f5;cursor:pointer;background:#30343a;border:1px solid #4a4e55;border-radius:50%;place-items:center;width:35px;height:35px;font-size:.67rem;font-weight:750;display:grid;overflow:hidden}.avatar.svelte-whg6dh:hover,.account-menu[open].svelte-whg6dh .avatar:where(.svelte-whg6dh){background:#3a3f47;border-color:#7e88aa}.avatar.svelte-whg6dh img:where(.svelte-whg6dh){object-fit:cover;width:100%;height:100%}.account-popover.svelte-whg6dh{z-index:60;border:1px solid var(--line);background:var(--surface);width:260px;color:var(--ink);box-shadow:var(--shadow-dialog);border-radius:10px;gap:4px;padding:15px;display:grid;position:absolute;bottom:-3px;left:48px}.account-label.svelte-whg6dh,.account-email.svelte-whg6dh{color:var(--muted);font-size:.68rem}.account-popover.svelte-whg6dh strong:where(.svelte-whg6dh){text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.account-email.svelte-whg6dh{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-popover.svelte-whg6dh form:where(.svelte-whg6dh){border-top:1px solid var(--line);margin-top:10px;padding-top:10px}.account-popover.svelte-whg6dh button:where(.svelte-whg6dh){width:100%;min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:0 9px;font-size:.75rem;font-weight:650;display:flex}.account-popover.svelte-whg6dh button:where(.svelte-whg6dh):hover{background:var(--surface-subtle);color:var(--danger)}.workspace.svelte-whg6dh{min-height:100vh;padding-left:76px}.topbar.svelte-whg6dh{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f4f3efeb;justify-content:space-between;align-items:center;gap:18px;height:60px;padding:0 26px;display:flex;position:sticky;top:0}.top-context.svelte-whg6dh,.top-actions.svelte-whg6dh{align-items:center;display:flex}.top-context.svelte-whg6dh{min-width:0;color:var(--muted);gap:10px;font-size:.77rem;font-weight:620}.organization.svelte-whg6dh{color:var(--ink)}.context-divider.svelte-whg6dh{color:#b0b0aa;margin:0 7px}.prototype-pill.svelte-whg6dh{background:var(--accent-soft);color:#4054b5;letter-spacing:.04em;text-transform:uppercase;border:1px solid #cfd6fb;border-radius:5px;padding:4px 7px;font-size:.61rem;font-weight:750}.mobile-mark.svelte-whg6dh{display:none}.top-actions.svelte-whg6dh{gap:8px}.command-search.svelte-whg6dh{border:1px solid var(--line);background:var(--surface);min-width:160px;height:34px;color:var(--muted);border-radius:7px;align-items:center;gap:8px;padding:0 8px 0 10px;font-size:.72rem;display:flex}.command-search.svelte-whg6dh span:where(.svelte-whg6dh){flex:1}kbd.svelte-whg6dh{border:1px solid var(--line);color:#7a7e83;background:#f6f6f3;border-radius:4px;place-items:center;width:20px;height:20px;font:.65rem SFMono-Regular,Consolas,monospace;display:grid}.top-icon.svelte-whg6dh{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--muted);cursor:default;border-radius:7px;place-items:center;display:grid}.confirm-dialog.svelte-whg6dh{border:1px solid var(--line);background:var(--surface);width:min(100%,410px);max-width:calc(100% - 40px);color:var(--ink);box-shadow:var(--shadow-dialog);border-radius:13px;margin:auto;padding:26px}.confirm-dialog.svelte-whg6dh::backdrop{background:#0b0d107a}.dialog-icon.svelte-whg6dh{background:var(--danger-soft);width:40px;height:40px;color:var(--danger);border-radius:9px;place-items:center;display:grid}.confirm-dialog.svelte-whg6dh h2:where(.svelte-whg6dh){margin:18px 0 7px;font-size:1.07rem}.confirm-dialog.svelte-whg6dh p:where(.svelte-whg6dh){color:var(--muted);margin:0;font-size:.81rem;line-height:1.55}.dialog-actions.svelte-whg6dh{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}@media (width<=720px){.rail.svelte-whg6dh{width:auto;height:66px;padding:7px 12px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #30333a;flex-direction:row;align-items:stretch;top:auto;bottom:0;right:0}.brand.svelte-whg6dh,.rail-spacer.svelte-whg6dh,.rail-health.svelte-whg6dh,.rail-action.svelte-whg6dh,.account-menu.svelte-whg6dh{display:none}.rail-nav.svelte-whg6dh{grid-template-columns:repeat(2,minmax(90px,1fr));gap:10px;width:min(100%,340px);margin:0 auto}.rail-nav.svelte-whg6dh a:where(.svelte-whg6dh){flex-direction:row;gap:8px;min-height:49px;font-size:.68rem}.rail-nav.svelte-whg6dh a.active:where(.svelte-whg6dh){box-shadow:inset 0 2px #6f8aff}.workspace.svelte-whg6dh{padding-left:0}.topbar.svelte-whg6dh{height:57px;padding:0 14px}.mobile-mark.svelte-whg6dh{height:31px;display:block}.organization.svelte-whg6dh,.context-divider.svelte-whg6dh,.context-name.svelte-whg6dh{display:none}.command-search.svelte-whg6dh{justify-content:center;width:34px;min-width:34px;padding:0}.command-search.svelte-whg6dh span:where(.svelte-whg6dh),.command-search.svelte-whg6dh kbd:where(.svelte-whg6dh){display:none}}
