:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-canvas:#f5f7f9;--app-canvas-deep:#eef2f5;--app-surface:#fff;--app-surface-subtle:#f8fafc;--app-surface-brand:#eef8fa;--app-text-strong:#1d2738;--app-text:#3f4b5c;--app-text-muted:#6b7687;--app-border:#dbe3e9;--app-border-strong:#b9c7d4;--app-brand-50:#edf9fb;--app-brand-100:#d9f0f4;--app-brand-500:#177c98;--app-brand-600:#0f6b86;--app-brand-700:#0b5870;--app-brand-800:#083f52;--app-success:#067647;--app-success-bg:#ecfdf3;--app-warning:#a15c07;--app-warning-bg:#fffaeb;--app-danger:#b42318;--app-danger-bg:#fff1f0;--app-info:#175cd3;--app-info-bg:#eff8ff;--app-accent-teal:#568c91;--app-accent-teal-soft:#edf5f5;--app-accent-blue:#607e9e;--app-accent-blue-soft:#f0f4f8;--app-accent-sage:#688a78;--app-accent-sage-soft:#eff5f1;--app-accent-gold:#a98258;--app-accent-gold-soft:#f7f2ec;--app-accent-plum:#7d7193;--app-accent-plum-soft:#f3f1f6;--app-accent-rose:#956f78;--app-accent-rose-soft:#f7f1f3;--app-accent-slate:#687788;--app-accent-slate-soft:#f1f3f5;--app-chart-1:#74b8c8;--app-chart-2:#7fc8bd;--app-chart-3:#92d1a7;--app-chart-4:#b9d88f;--app-chart-5:#dfcf86;--app-chart-6:#e7b080;--app-chart-7:#dc9bb3;--app-chart-8:#baa5de;--app-chart-9:#91b1e2;--app-radius-sm:8px;--app-radius-control:10px;--app-radius-card:14px;--app-radius-modal:18px;--app-shadow-xs:0 1px 2px #1018280d;--app-shadow-card:0 1px 2px #1018280a, 0 8px 24px #1018280d;--app-shadow-raised:0 20px 48px #10182829;--app-focus:0 0 0 3px #177c9838;--app-space-1:4px;--app-space-2:8px;--app-space-3:12px;--app-space-4:16px;--app-space-5:20px;--app-space-6:24px;--app-space-8:32px;--app-control-height:42px;--app-header-height:68px;--app-page-max:1880px;--app-page-padding:clamp(16px, 2.2vw, 32px);--app-body-font:"Aptos", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--app-heading-font:"Aptos Display", "Segoe UI Variable Display", Inter, ui-sans-serif, system-ui, sans-serif;font-synthesis:none}html{background:var(--app-canvas);scroll-behavior:smooth;min-width:320px}body{min-width:320px;min-height:100dvh;color:var(--app-text-strong);font-family:var(--app-body-font);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background-color:#0000;background-image:radial-gradient(at 50% 108%,#45525d4f 0,#5d6c7830 34%,#adb8c014 58%,#0000 76%),linear-gradient(#f3f5f6 0%,#e9edef 44%,#d4dade 100%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;font-size:15px;line-height:1.5}:is(button,a).action-info{background:var(--app-info-bg)!important;color:var(--app-info)!important;border:1px solid #a9c9f7!important}:is(button,a).action-info:hover,:is(button,a).action-info:focus-visible{color:#124ba5!important;background:#dcecff!important;border-color:#75a7ee!important}:is(button,a).action-success{background:var(--app-success-bg)!important;color:var(--app-success)!important;border:1px solid #8bd5ad!important}:is(button,a).action-success:hover,:is(button,a).action-success:focus-visible{border-color:var(--app-success)!important;background:var(--app-success)!important;color:#fff!important}:is(button,a).danger{background:var(--app-danger-bg)!important;color:var(--app-danger)!important;border:1px solid #f0a29b!important}:is(button,a).danger:hover:not(:disabled),:is(button,a).danger:focus-visible:not(:disabled){color:#fff!important;background:#9f1d16!important;border-color:#8f1812!important}input[type=checkbox]:not([role=switch]){appearance:none;border:1px solid var(--app-border-strong);cursor:pointer;vertical-align:middle;background:#fff;border-radius:999px;flex:0 0 20px;place-content:center;width:20px;height:20px;margin:0;display:inline-grid}input[type=checkbox]:not([role=switch]):before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:10px;height:6px;transition:transform .12s;transform:translateY(-1px)rotate(-45deg)scale(0)}input[type=checkbox]:not([role=switch]):checked{border-color:var(--app-brand-600);background:var(--app-brand-600);box-shadow:0 0 0 3px var(--app-brand-100)}input[type=checkbox]:not([role=switch]):checked:before{transform:translateY(-1px)rotate(-45deg)scale(1)}input[type=checkbox]:not([role=switch]):disabled{opacity:.5}#main-content>.app-page{width:min(100%, var(--app-page-max));max-width:var(--app-page-max);min-width:0;min-height:calc(100dvh - var(--app-header-height));padding:var(--app-page-padding);gap:var(--app-space-6);background:0 0;align-content:start;margin-inline:auto}.app-page :is(h1,h2,h3){font-family:var(--app-heading-font)}@media (width<=700px){:root{--app-page-padding:14px}#main-content>.app-page{gap:var(--app-space-5)}}::selection{background:var(--app-brand-100);color:var(--app-brand-800)}button,input,select,textarea{font:inherit;transition:border-color .16s,box-shadow .16s,background-color .16s,color .16s,transform .16s}button:not(:disabled):active,a:active{transform:translateY(1px)}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--app-border-strong)}input:focus,select:focus,textarea:focus{box-shadow:var(--app-focus);outline:0;border-color:var(--app-brand-500)!important}:focus-visible{outline-offset:2px;outline:3px solid #177c9852}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:0}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.magnifier-interaction-layer.svelte-126z1ov{z-index:10001;cursor:zoom-out;background:0 0;position:fixed;inset:0}.interface-magnifier.svelte-126z1ov{z-index:10002;aspect-ratio:1;pointer-events:none;border-radius:50%;width:min(300px,100vw - 24px,100dvh - 24px);position:fixed;top:0;left:0}.interface-magnifier.svelte-126z1ov:before,.interface-magnifier.svelte-126z1ov:after{pointer-events:none;content:"";border-radius:50%;position:absolute}.interface-magnifier.svelte-126z1ov:before{z-index:4;box-sizing:border-box;border:4px solid #dcf6faf5;inset:0;box-shadow:0 20px 52px #0f172a61,0 0 0 3px #0f5b78e0,0 0 28px #177c984d,inset 0 0 0 1px #ffffffb8}.interface-magnifier.svelte-126z1ov:after{z-index:3;border:1px solid #cffafe6b;inset:8px}.interface-magnifier-viewport.svelte-126z1ov{z-index:1;clip-path:circle(50%);isolation:isolate;background:#f7fafb;border-radius:50%;position:absolute;inset:0;overflow:clip;-webkit-mask-image:radial-gradient(circle,#000 0 calc(100% - 2px),#0000 100%);mask-image:radial-gradient(circle,#000 0 calc(100% - 2px),#0000 100%)}.interface-magnifier-content.svelte-126z1ov{position:absolute;inset:0;overflow:visible}.interface-magnifier-clone{pointer-events:none!important;transform-origin:0 0!important;-webkit-user-select:none!important;user-select:none!important;will-change:auto!important;max-width:none!important;margin:0!important;transition:none!important;animation:none!important;position:absolute!important}.interface-magnifier-clone *{pointer-events:none!important;will-change:auto!important;transition:none!important;animation:none!important}.interface-magnifier-badge.svelte-126z1ov{z-index:5;color:#ecfeff;text-align:center;background:#0b5670e6;border:1px solid #a5f3fc9e;border-radius:999px;min-width:40px;padding:4px 7px;font-size:.66rem;font-weight:950;line-height:1;position:absolute;bottom:21px;right:21px;box-shadow:0 5px 14px #0f172a47}@media (width<=700px){.interface-magnifier.svelte-126z1ov{width:min(240px,100vw - 20px,100dvh - 20px)}}*{box-sizing:border-box}html,body{min-height:100%}body{font-family:var(--app-body-font,"Aptos", Inter, ui-sans-serif, system-ui, sans-serif);color:#182230;margin:0}a{color:inherit}button,input,select,textarea{font:inherit}.topbar.svelte-12qhfyh{z-index:20;background:#fff;border-bottom:1px solid #c8d1dc;grid-template-columns:auto minmax(0,1fr) minmax(112px,180px) minmax(104px,136px) minmax(112px,auto);align-items:center;gap:14px;min-height:74px;padding:10px 18px;transition:min-height .16s,padding .16s,box-shadow .16s;display:grid;position:sticky;top:0;box-shadow:0 1px #1018280a,0 8px 18px #1018280d}.topbar.compact.svelte-12qhfyh{min-height:56px;padding-top:6px;padding-bottom:6px;box-shadow:0 1px #10182814,0 10px 20px #10182814}.brand.svelte-12qhfyh{color:#0f5b78;white-space:nowrap;align-items:center;gap:10px;font-weight:900;text-decoration:none;display:inline-flex}.brand-mark.svelte-12qhfyh{place-items:center;width:58px;height:58px;transition:width .16s,height .16s;display:grid}.brand-logo.svelte-12qhfyh{object-fit:contain;transition:width .16s,height .16s;display:block;width:58px!important;height:58px!important}.topbar.compact.svelte-12qhfyh .brand-mark:where(.svelte-12qhfyh){width:42px;height:42px}.topbar.compact.svelte-12qhfyh .brand-logo:where(.svelte-12qhfyh){width:42px!important;height:42px!important}.brand-name.svelte-12qhfyh{font-size:17px;line-height:1.05}.menu-toggle.svelte-12qhfyh{justify-content:center;align-items:center;gap:4px;width:40px;height:40px;padding:0;display:none}.menu-toggle.open.svelte-12qhfyh{color:#0b5670;background:#dff1f7;border-color:#9bcbd8}.tabs.svelte-12qhfyh{gap:4px;min-width:0;display:flex;overflow-x:auto}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#536173;white-space:nowrap;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:9px 11px;font-weight:750;text-decoration:none;display:inline-flex;position:relative}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh):focus-visible{color:#0f5b78;background:#e7f3f7}.tabs.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#0b5670;background:#dff1f7;border-color:#9bcbd8;font-weight:900;box-shadow:inset 0 -3px #0f5b78,0 1px 2px #10182814}.mobile-menu.svelte-12qhfyh{display:none}.mobile-links.svelte-12qhfyh,.mobile-utilities.svelte-12qhfyh{min-width:0}.mobile-link.svelte-12qhfyh{color:#344054;background:#fff;border:1px solid #c8d1dc;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-width:0;padding:10px 12px;font-weight:850;text-decoration:none;display:inline-flex}.mobile-link.active.svelte-12qhfyh{color:#0b5670;background:#dff1f7;border-color:#9bcbd8;box-shadow:inset 0 -3px #0f5b78}.workspace-shell.svelte-12qhfyh{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.workspace.svelte-12qhfyh,.language.svelte-12qhfyh{color:#667085;gap:3px;min-width:0;font-size:12px;font-weight:700;display:grid}.workspace.svelte-12qhfyh>span:where(.svelte-12qhfyh),.language.svelte-12qhfyh>span:where(.svelte-12qhfyh){transition:opacity .12s}.workspace.svelte-12qhfyh select:where(.svelte-12qhfyh),.language.svelte-12qhfyh select:where(.svelte-12qhfyh){color:#253244;background:#fbfcfd;border:1px solid #c8d1dc;border-radius:6px;width:100%;min-width:0;padding:7px 9px}.topbar.compact.svelte-12qhfyh .workspace:where(.svelte-12qhfyh) select:where(.svelte-12qhfyh),.topbar.compact.svelte-12qhfyh .language:where(.svelte-12qhfyh) select:where(.svelte-12qhfyh){padding-top:6px;padding-bottom:6px}.session-actions.svelte-12qhfyh{text-align:center;place-items:center;gap:4px;min-width:0;display:grid}.topbar.svelte-12qhfyh button:where(.svelte-12qhfyh){color:#344054;cursor:pointer;background:#fff;border:1px solid #c8d1dc;border-radius:6px;padding:8px 10px;font-weight:800}.topbar.svelte-12qhfyh button:where(.svelte-12qhfyh):hover,.topbar.svelte-12qhfyh button:where(.svelte-12qhfyh):focus-visible{color:#0f5b78;background:#e7f3f7}.confirm-backdrop.svelte-12qhfyh{z-index:80;background:#0f172a52;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-modal.svelte-12qhfyh{background:#fff;border:1px solid #c8d1dc;border-radius:8px;gap:12px;width:min(440px,100%);padding:18px;display:grid;box-shadow:0 22px 55px #10182838}.confirm-modal.svelte-12qhfyh h2:where(.svelte-12qhfyh),.confirm-modal.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}.confirm-modal.svelte-12qhfyh h2:where(.svelte-12qhfyh){color:#182230;font-size:20px}.confirm-modal.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#536173;line-height:1.5}.confirm-actions.svelte-12qhfyh{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.confirm-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){cursor:pointer;font:inherit;border-radius:6px;padding:9px 12px;font-weight:850}.confirm-cancel.svelte-12qhfyh{color:#344054;background:#fff;border:1px solid #c8d1dc}.confirm-cancel.svelte-12qhfyh:hover,.confirm-cancel.svelte-12qhfyh:focus-visible{color:#0f5b78;background:#e7f3f7}.confirm-accept.svelte-12qhfyh{color:#fff;background:#0f5b78;border:1px solid #0f5b78}.confirm-accept.danger.svelte-12qhfyh{color:#fff;background:#c5221f;border-color:#9f1d16}@media (width<=1580px){.brand-name.svelte-12qhfyh{display:none}}@media (width<=1120px){.topbar.svelte-12qhfyh{grid-template-columns:auto minmax(0,1fr) minmax(112px,180px) minmax(104px,130px) auto}}@media (width<=1040px){.topbar.svelte-12qhfyh{grid-template-columns:auto minmax(0,1fr) minmax(112px,180px) auto}}@media (width<=1300px){.topbar.svelte-12qhfyh{grid-template-columns:auto 42px minmax(0,1fr);gap:10px;min-height:64px;padding-left:12px;padding-right:12px}.menu-toggle.svelte-12qhfyh{display:inline-grid}.tabs.svelte-12qhfyh{display:none}.brand-mark.svelte-12qhfyh,.brand-logo.svelte-12qhfyh{width:44px!important;height:44px!important}.workspace-shell.svelte-12qhfyh{width:100%}.mobile-menu.svelte-12qhfyh{z-index:19;background:#fff;border-bottom:1px solid #c8d1dc;gap:12px;padding:12px;display:grid;position:fixed;top:64px;left:0;right:0;box-shadow:0 16px 32px #10182829}.topbar.compact.svelte-12qhfyh+.mobile-menu:where(.svelte-12qhfyh){top:56px}.mobile-links.svelte-12qhfyh{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px;display:grid}.mobile-utilities.svelte-12qhfyh{border-top:1px solid #edf0f4;grid-template-columns:minmax(0,1fr) minmax(120px,auto) minmax(120px,auto);align-items:center;gap:10px;padding-top:12px;display:grid}.mobile-workspace.svelte-12qhfyh{display:none}.mobile-utilities.svelte-12qhfyh>button:where(.svelte-12qhfyh),.mobile-utilities.svelte-12qhfyh>.language:where(.svelte-12qhfyh){width:100%}}@media (width<=1040px){.mobile-utilities.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) minmax(120px,auto) minmax(120px,auto)}}@media (width<=700px){.topbar.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) 42px;min-height:56px}.brand.svelte-12qhfyh{min-width:0}.brand-mark.svelte-12qhfyh,.brand-logo.svelte-12qhfyh{width:38px!important;height:38px!important}.mobile-menu.svelte-12qhfyh{max-height:calc(100vh - 56px);padding-bottom:16px;top:56px;overflow:auto}.topbar.compact.svelte-12qhfyh+.mobile-menu:where(.svelte-12qhfyh){max-height:calc(100vh - 56px);top:56px}.mobile-links.svelte-12qhfyh{grid-template-columns:1fr 1fr}.mobile-utilities.svelte-12qhfyh{border-top:1px solid #edf0f4;grid-template-columns:1fr;gap:10px;padding-top:12px;display:grid}.mobile-workspace.svelte-12qhfyh{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.mobile-utilities.svelte-12qhfyh>button:where(.svelte-12qhfyh){order:9}}.skip-link.svelte-12qhfyh{z-index:120;border-radius:var(--app-radius-control);background:var(--app-brand-700);color:#fff;box-shadow:var(--app-shadow-raised);padding:10px 14px;font-weight:700;text-decoration:none;transition:transform .16s;position:fixed;top:10px;left:12px;transform:translateY(-160%)}.skip-link.svelte-12qhfyh:focus{transform:translateY(0)}.app-content.svelte-12qhfyh{min-width:0;min-height:calc(100dvh - var(--app-header-height))}.app-content.svelte-12qhfyh:focus{outline:0}.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{min-height:var(--app-header-height);-webkit-backdrop-filter:blur(18px)saturate(1.15);backdrop-filter:blur(18px)saturate(1.15);background:#fffffff0;border-color:#b9c7d4c7;grid-template-columns:auto minmax(0,1fr) minmax(180px,220px) minmax(112px,138px) minmax(132px,auto);gap:12px;padding:8px clamp(14px,2vw,28px);box-shadow:0 1px #1018280a,0 10px 30px #1018280f}.brand.svelte-12qhfyh{color:var(--app-brand-700);gap:9px;font-weight:700}.brand-mark.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh .brand-mark:where(.svelte-12qhfyh){background:linear-gradient(145deg, var(--app-brand-50), #fff);border-radius:13px;width:46px;height:46px;box-shadow:inset 0 0 0 1px #177c981c}.brand-logo.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh .brand-logo:where(.svelte-12qhfyh){width:44px!important;height:44px!important}.brand-name.svelte-12qhfyh{letter-spacing:-.015em;font-size:16px}.tabs.svelte-12qhfyh{scrollbar-width:none;gap:3px}.tabs.svelte-12qhfyh::-webkit-scrollbar{display:none}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh){min-height:42px;color:var(--app-text-muted);border-radius:11px;gap:7px;padding:8px 10px;font-size:13px;font-weight:650}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh) .ui-icon{width:17px;height:17px}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh):focus-visible{border-color:var(--app-brand-100);background:var(--app-brand-50);color:var(--app-brand-700)}.tabs.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:linear-gradient(180deg, #f3fbfc, var(--app-brand-100));color:var(--app-brand-800);box-shadow:inset 0 -2px 0 var(--app-brand-600), var(--app-shadow-xs);border-color:#177c982e;font-weight:750}.workspace-shell.svelte-12qhfyh{border:1px solid var(--app-border);background:var(--app-surface-subtle);border-radius:13px;grid-template-columns:40px minmax(0,1fr);gap:8px;padding:4px 7px 4px 5px}.workspace.svelte-12qhfyh,.language.svelte-12qhfyh{color:var(--app-text-muted);font-size:11px;font-weight:650}.topbar.compact.svelte-12qhfyh .workspace:where(.svelte-12qhfyh)>span:where(.svelte-12qhfyh),.topbar.compact.svelte-12qhfyh .language:where(.svelte-12qhfyh)>span:where(.svelte-12qhfyh){opacity:1;height:auto;overflow:visible}.workspace.svelte-12qhfyh select:where(.svelte-12qhfyh),.language.svelte-12qhfyh select:where(.svelte-12qhfyh),.topbar.compact.svelte-12qhfyh .workspace:where(.svelte-12qhfyh) select:where(.svelte-12qhfyh),.topbar.compact.svelte-12qhfyh .language:where(.svelte-12qhfyh) select:where(.svelte-12qhfyh){color:var(--app-text-strong);box-shadow:none;background:0 0;border:0;border-radius:7px;padding:1px 22px 1px 0;font-size:13px;font-weight:700}.language.svelte-12qhfyh{border:1px solid var(--app-border);background:var(--app-surface-subtle);border-radius:13px;justify-content:center;min-height:50px;padding:5px 9px}.session-actions.svelte-12qhfyh{text-align:left;grid-template-columns:minmax(0,1fr) auto;justify-items:stretch;gap:7px}.topbar.svelte-12qhfyh button:where(.svelte-12qhfyh):not(.menu-toggle),.mobile-utilities.svelte-12qhfyh button:where(.svelte-12qhfyh){border-color:var(--app-border);border-radius:var(--app-radius-control);min-height:42px;color:var(--app-text);justify-content:center;align-items:center;gap:7px;font-weight:700;display:inline-flex}.topbar.svelte-12qhfyh button:where(.svelte-12qhfyh):hover,.topbar.svelte-12qhfyh button:where(.svelte-12qhfyh):focus-visible{border-color:var(--app-brand-100);background:var(--app-brand-50);color:var(--app-brand-700)}.menu-toggle.svelte-12qhfyh{font-size:18px}.menu-toggle.svelte-12qhfyh .ui-icon{width:19px;height:19px}.confirm-backdrop.svelte-12qhfyh{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a75}.confirm-modal.svelte-12qhfyh{border-radius:var(--app-radius-modal);box-shadow:var(--app-shadow-raised);border-color:#b9c7d4cc;gap:16px;padding:22px}.confirm-modal.svelte-12qhfyh h2:where(.svelte-12qhfyh){letter-spacing:-.02em;font-size:21px}.confirm-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){border-radius:var(--app-radius-control);min-height:42px}.confirm-accept.svelte-12qhfyh{border-color:var(--app-brand-700);background:var(--app-brand-700)}.confirm-accept.danger.svelte-12qhfyh{border-color:var(--app-danger);background:var(--app-danger)}@media (width<=1300px){.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{grid-template-columns:auto 44px minmax(0,1fr);min-height:64px;padding:7px 12px}.tabs.svelte-12qhfyh{display:none}.topbar.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh){display:inline-grid}.mobile-menu.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh+.mobile-menu:where(.svelte-12qhfyh){border-color:var(--app-border);box-shadow:var(--app-shadow-raised);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;gap:14px;padding:14px;display:grid;top:64px}.mobile-link.svelte-12qhfyh{border-color:var(--app-border);border-radius:var(--app-radius-control);justify-content:flex-start;min-height:44px;font-weight:700}.mobile-link.svelte-12qhfyh .ui-icon{width:18px;height:18px;color:var(--app-brand-600)}}@media (width<=700px){.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) 44px;min-height:58px}.mobile-menu.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh+.mobile-menu:where(.svelte-12qhfyh){max-height:calc(100dvh - 58px);top:58px}.mobile-links.svelte-12qhfyh{grid-template-columns:1fr 1fr}.mobile-link.svelte-12qhfyh{padding:10px}.session-actions.svelte-12qhfyh button:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh){display:none}}@media (width>=1301px) and (width<=1650px){.tabs.svelte-12qhfyh{scrollbar-width:thin;scrollbar-color:var(--app-brand-100) transparent;padding-bottom:4px}.tabs.svelte-12qhfyh::-webkit-scrollbar{height:4px;display:block}.tabs.svelte-12qhfyh::-webkit-scrollbar-thumb{background:var(--app-brand-100);border-radius:999px}}@media (width<=420px){.mobile-links.svelte-12qhfyh{grid-template-columns:1fr}}.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{background:linear-gradient(112deg,#fbf6ebfa 0% 33.333%,#f7eff7fa 33.333% 66.667%,#edf7f4fa 66.667% 100%);grid-template-columns:auto minmax(0,1fr) auto}.tabs.svelte-12qhfyh{border-left:1px solid var(--app-border);gap:7px;margin-left:7px;padding-left:18px}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh){border-color:var(--app-border);background:var(--app-surface-subtle);min-height:48px;box-shadow:var(--app-shadow-xs);padding:11px 14px;font-size:15px;font-weight:800}.tabs.svelte-12qhfyh a.active:where(.svelte-12qhfyh){box-shadow:inset 0 -3px 0 #0f5b78, var(--app-shadow-xs);background:#dff1f7;border-color:#9bcbd8;font-weight:900}.header-context.svelte-12qhfyh{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.workspace-shell.svelte-12qhfyh{width:clamp(184px,14vw,232px)}.language.svelte-12qhfyh{width:160px}.language-flag.svelte-12qhfyh{display:none}.utility-actions.svelte-12qhfyh{gap:5px;display:flex}.utility-actions.svelte-12qhfyh .icon-link:where(.svelte-12qhfyh),.mobile-icon-actions.svelte-12qhfyh a:where(.svelte-12qhfyh){border:1px solid var(--app-border);border-radius:var(--app-radius-control);width:48px;height:48px;color:var(--app-text-muted);box-shadow:var(--app-shadow-xs);background:#fff;place-items:center;text-decoration:none;display:inline-grid}.utility-actions.svelte-12qhfyh .icon-link:where(.svelte-12qhfyh):hover,.utility-actions.svelte-12qhfyh .icon-link:where(.svelte-12qhfyh):focus-visible,.utility-actions.svelte-12qhfyh .icon-link.active:where(.svelte-12qhfyh){color:#0b5670;box-shadow:inset 0 -3px 0 #0f5b78, var(--app-shadow-xs);background:#dff1f7;border-color:#9bcbd8}.utility-actions.svelte-12qhfyh .icon-link:where(.svelte-12qhfyh) .ui-icon{width:21px;height:21px}.admin-menu.svelte-12qhfyh{flex:none;position:relative}.admin-toggle.svelte-12qhfyh{white-space:nowrap;min-width:112px;min-height:48px!important}.admin-toggle.svelte-12qhfyh .ui-icon:last-child{width:13px;height:13px;transition:transform .15s}.admin-toggle[aria-expanded=true].svelte-12qhfyh .ui-icon:last-child{transform:rotate(180deg)}.admin-toggle.open.svelte-12qhfyh{border-color:var(--app-brand-100)!important;background:var(--app-brand-50)!important;color:var(--app-brand-700)!important}.admin-toggle.active.svelte-12qhfyh{font-weight:900;color:#0b5670!important;box-shadow:inset 0 -3px 0 #0f5b78, var(--app-shadow-xs)!important;background:#dff1f7!important;border-color:#9bcbd8!important}.admin-popover.svelte-12qhfyh{z-index:30;border:1px solid var(--app-border);background:#fff;border-radius:13px;gap:5px;width:250px;padding:9px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 44px #1018282e}.admin-popover.svelte-12qhfyh>strong:where(.svelte-12qhfyh),.mobile-admin.svelte-12qhfyh>strong:where(.svelte-12qhfyh){color:var(--app-text-muted);letter-spacing:.09em;text-transform:uppercase;padding:5px 8px 7px;font-size:11px}.admin-popover.svelte-12qhfyh a:where(.svelte-12qhfyh){min-height:46px;color:var(--app-text);border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;padding:10px 11px;font-weight:800;text-decoration:none;display:flex}.admin-popover.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--app-brand-50);color:var(--app-brand-700)}.admin-popover.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#0b5670;box-shadow:inset 0 -3px 0 #0f5b78, var(--app-shadow-xs);background:#dff1f7;border-color:#9bcbd8}.session-actions.svelte-12qhfyh{display:block}.session-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){min-height:48px!important}.mobile-admin.svelte-12qhfyh{border-top:1px solid var(--app-border);gap:8px;padding-top:12px;display:grid}.mobile-icon-actions.svelte-12qhfyh{gap:8px;display:flex}@media (width<=1800px){.header-context.svelte-12qhfyh .swagger-link:where(.svelte-12qhfyh){display:none}}@media (width<=1720px){.header-context.svelte-12qhfyh>.language:where(.svelte-12qhfyh){place-items:center;width:58px;min-width:58px;padding:0;position:relative}.header-context.svelte-12qhfyh>.language:where(.svelte-12qhfyh) .language-label:where(.svelte-12qhfyh){display:none}.header-context.svelte-12qhfyh>.language:where(.svelte-12qhfyh) .language-flag:where(.svelte-12qhfyh){z-index:1;pointer-events:none;font-size:20px;line-height:1;display:block;position:relative}.header-context.svelte-12qhfyh>.language:where(.svelte-12qhfyh) select:where(.svelte-12qhfyh){color:#0000;cursor:pointer;height:100%;padding:0;position:absolute;inset:0}.header-context.svelte-12qhfyh>.language:where(.svelte-12qhfyh) select:where(.svelte-12qhfyh) option:where(.svelte-12qhfyh){color:var(--app-text-strong);font-size:13px}}@media (width<=1640px){.brand-name.svelte-12qhfyh{display:none}}@media (width<=1540px){.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{grid-template-columns:auto minmax(0,1fr) 44px;min-height:64px;padding:7px 12px}.brand.svelte-12qhfyh{grid-area:1/1;align-self:center;min-width:0;max-width:100%;overflow:hidden}.brand-name.svelte-12qhfyh{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1;display:block;overflow:hidden}.tabs.svelte-12qhfyh{border-left:0;margin-left:0;padding-left:0;display:none}.header-context.svelte-12qhfyh{grid-area:1/2}.topbar.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh),.topbar.compact.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh){grid-area:1/3;justify-self:end;display:inline-grid}.header-context.svelte-12qhfyh>:where(.svelte-12qhfyh):not(.workspace-shell){display:none}.mobile-menu.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh+.mobile-menu:where(.svelte-12qhfyh){border-color:var(--app-border);box-shadow:var(--app-shadow-raised);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#fbf7eefc,#f8f1f7fc 58%,#fffdf9fc);gap:14px;padding:14px;display:grid;top:64px}.mobile-link.svelte-12qhfyh{border-color:var(--app-border);border-radius:var(--app-radius-control);justify-content:flex-start;min-height:44px;font-weight:700}.mobile-utilities.svelte-12qhfyh{border-top:1px solid var(--app-border);grid-template-columns:minmax(160px,1fr) auto auto;align-items:end;gap:10px;padding-top:12px;display:grid}.mobile-workspace.svelte-12qhfyh{display:none}}@media (width<=700px){.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) 44px;min-height:58px}.brand.svelte-12qhfyh{grid-column:1}.brand-name.svelte-12qhfyh{display:block}.header-context.svelte-12qhfyh{display:none}.topbar.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh),.topbar.compact.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh){grid-column:2}.mobile-menu.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh+.mobile-menu:where(.svelte-12qhfyh){max-height:calc(100dvh - 58px);top:58px}.mobile-utilities.svelte-12qhfyh{grid-template-columns:1fr}.mobile-workspace.svelte-12qhfyh{display:grid}}@media (width>=1541px){.topbar.svelte-12qhfyh,.topbar.compact.svelte-12qhfyh{grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-areas:"brand tabs context";align-items:center}.brand.svelte-12qhfyh{grid-area:brand}.tabs.svelte-12qhfyh{grid-area:tabs;min-width:0}.header-context.svelte-12qhfyh{flex-flow:row;grid-area:context;justify-self:end;align-items:center;width:max-content;max-width:none;display:flex}.header-context.svelte-12qhfyh>:where(.svelte-12qhfyh){flex:none}.menu-toggle.svelte-12qhfyh{display:none!important}}
