.app-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(18px)}.app-header__content{min-height:72px;display:flex;align-items:center;gap:28px}.brand{margin-right:6px;font-size:1.35rem;letter-spacing:-.03em}.header-spacer{margin-right:auto}.navigation a{padding:10px 14px;border-radius:10px;color:var(--muted);font-weight:700}.navigation a:hover,.navigation a.active{background:var(--surface-soft);color:var(--primary)}.header-actions{display:flex;align-items:center;gap:10px}.session-summary{display:grid;min-width:150px;text-align:right}.session-summary span{margin-top:2px;color:var(--muted);font-size:.82rem}.theme-toggle__light{display:none}:root[data-theme=dark] .theme-toggle__light{display:inline}:root[data-theme=dark] .theme-toggle__dark{display:none}.profile-dialog{width:min(480px,calc(100% - 32px))}.profile-options{display:grid;gap:10px}.profile-option{display:grid;gap:4px;width:100%;padding:14px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);text-align:left}.profile-option span{color:var(--muted)}.profile-option[data-current=true]{border-color:var(--primary)}@media(max-width:860px){.session-summary{display:none}}@media(max-width:680px){.app-header__content{flex-wrap:wrap;gap:8px;padding:12px 0}.navigation{order:3;width:100%}.header-actions{margin-left:auto}[data-profile-change]{font-size:0;width:42px;padding:0}[data-profile-change]:after{content:"↔";font-size:1rem}}.admin-telemetry{padding:4px 7px;border:1px solid color-mix(in srgb,#ff3b3b 55%,var(--border));border-radius:6px;background:color-mix(in srgb,#ff2020 12%,transparent);color:#ff6b6b;font:700 .64rem/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;box-shadow:0 0 14px color-mix(in srgb,#ff2020 18%,transparent)}.tenant-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.tenant-brand img{display:block;width:auto;max-width:188px;height:42px;object-fit:contain;object-position:left center;opacity:.94;transition:opacity .16s ease}.tenant-brand:hover img{opacity:1}.tenant-brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=dark] .tenant-brand img[src$="/images/orbital.png"]{filter:invert(1) brightness(1.12)}.mobile-menu-toggle{display:none!important}.mobile-menu-toggle__icon{display:grid;gap:4px;width:18px}.mobile-menu-toggle__icon span{display:block;height:2px;border-radius:999px;background:currentColor}@media(max-width:820px){.mobile-menu-toggle{display:inline-flex!important;flex:0 0 auto}.app-header .tenant-brand{display:none}.app-header__content{gap:10px}}.admin-shell{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:calc(100vh - 73px)}.admin-sidebar{position:sticky;top:73px;align-self:start;height:calc(100vh - 73px);padding:14px 10px 24px;overflow-y:auto;border-right:1px solid var(--border);background:var(--surface)}.admin-sidebar__mobile-header{display:none}.admin-sidebar__menu{display:grid;gap:5px}.admin-sidebar__loading{padding:12px 10px;color:var(--muted);font-size:.82rem}.admin-menu-node{display:grid}.admin-menu-toggle,.admin-menu-link{width:100%;min-height:42px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-weight:700;text-align:left}.admin-menu-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 11px 0 calc(11px + (var(--menu-depth) * 13px))}.admin-menu-toggle:hover,.admin-menu-link:hover{background:var(--surface-soft);color:var(--text)}.admin-menu-toggle__label{min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.25}.admin-menu-toggle__chevron{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;flex:0 0 18px;margin-inline-end:2px;overflow:visible;line-height:0}.admin-menu-node[data-open=true]>.admin-menu-toggle{color:var(--text)}.admin-menu-children{display:none;gap:3px;padding:3px 0 5px}.admin-menu-node[data-open=true]>.admin-menu-children{display:grid}.admin-menu-link{display:flex;align-items:center;padding:0 11px 0 calc(18px + (var(--menu-depth) * 13px))}.admin-menu-link.active{background:var(--surface-soft);color:var(--primary)}.admin-content{min-width:0}.admin-sidebar-backdrop{display:none}@media(max-width:820px){.admin-shell{grid-template-columns:1fr}.admin-sidebar-backdrop{position:fixed;inset:0;z-index:38;display:block;background:#09122085;opacity:0;transition:opacity .2s ease}.admin-sidebar-backdrop[hidden]{display:none}.admin-sidebar-backdrop[data-open=true]{opacity:1}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:39;width:min(330px,calc(100vw - 48px));height:100dvh;padding:0 12px 24px;border-right:1px solid var(--border);border-bottom:0;box-shadow:24px 0 70px #0614263d;transform:translate(-104%);transition:transform .24s ease;overscroll-behavior:contain}.admin-sidebar[data-mobile-open=true]{transform:translate(0)}.admin-sidebar__mobile-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;margin:0 -2px 10px;padding:10px 2px;border-bottom:1px solid var(--border);background:var(--surface)}.admin-sidebar__brand{display:inline-flex;align-items:center;min-width:0}.admin-sidebar__brand img{display:block;width:auto;max-width:206px;height:46px;object-fit:contain;object-position:left center}:root[data-theme=dark] .admin-sidebar__brand img[src$="/images/orbital.png"]{filter:invert(1) brightness(1.12)}.admin-sidebar__close{flex:0 0 auto}body[data-mobile-menu-open=true]{overflow:hidden}}@media(prefers-reduced-motion:reduce){.admin-sidebar,.admin-sidebar-backdrop{transition:none}}.admin-menu-children .admin-menu-link,.admin-menu-children .admin-menu-toggle{font-weight:500}.admin-menu-children .admin-menu-link.active{font-weight:600}.admin-menu-toggle__chevron .lucide-icon{display:block;width:14px;height:14px;max-width:none;max-height:none;overflow:visible;transition:transform .16s ease}.admin-menu-node[data-open=true]>.admin-menu-toggle .admin-menu-toggle__chevron .lucide-icon{transform:rotate(180deg)}.admin-menu-link__label{min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.25}.admin-menu-note-indicator{position:relative;flex:0 0 9px;width:9px;height:9px;margin-inline-start:auto;border-radius:2px 2px 3px;background:var(--note-indicator-color, #fff2a8);box-shadow:0 1px 2px #00000038,inset 0 0 0 1px #ffffff4d;transform:rotate(-3deg);transition:transform .16s ease,box-shadow .16s ease}.admin-menu-note-indicator:after{content:"";position:absolute;right:0;bottom:0;width:3px;height:3px;border-radius:1px 0 2px;background:#ffffff6b}.admin-menu-link:hover .admin-menu-note-indicator,.admin-menu-link:focus-visible .admin-menu-note-indicator{transform:rotate(0) scale(1.12);box-shadow:0 2px 5px #00000042,inset 0 0 0 1px #ffffff61}@media(prefers-reduced-motion:reduce){.admin-menu-note-indicator{transition:none}}.remote-server-marker[data-astro-cid-bpfjvavm]{position:fixed;right:18px;bottom:18px;z-index:90;border:1px solid rgba(37,99,235,.28);border-radius:999px;background:#0f172af0;color:#fff;padding:8px 12px;font-size:10px;letter-spacing:.18em;box-shadow:0 10px 28px #0f172a38;cursor:pointer}.remote-server-marker[data-astro-cid-bpfjvavm] span[data-astro-cid-bpfjvavm]{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#22c55e}.remote-server-dialog[data-astro-cid-bpfjvavm]{border:0;background:transparent;padding:18px;width:min(900px,100%)}.remote-server-dialog[data-astro-cid-bpfjvavm]::backdrop{background:#0f172a94;backdrop-filter:blur(4px)}.remote-server-card[data-astro-cid-bpfjvavm]{max-height:88vh;overflow:auto;background:var(--surface,#fff);color:var(--text,#172033);border-radius:18px;box-shadow:0 30px 80px #0f172a52;padding:22px}.remote-server-card[data-astro-cid-bpfjvavm] header[data-astro-cid-bpfjvavm]{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(148,163,184,.25);padding-bottom:16px}.remote-server-card[data-astro-cid-bpfjvavm] header[data-astro-cid-bpfjvavm] small[data-astro-cid-bpfjvavm]{font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.12em}.remote-server-card[data-astro-cid-bpfjvavm] h2[data-astro-cid-bpfjvavm]{margin:4px 0}.remote-server-card[data-astro-cid-bpfjvavm] header[data-astro-cid-bpfjvavm] p[data-astro-cid-bpfjvavm]{margin:0;color:#64748b}.remote-server-card[data-astro-cid-bpfjvavm] header[data-astro-cid-bpfjvavm] button[data-astro-cid-bpfjvavm]{border:0;background:transparent;font-size:28px;cursor:pointer}.remote-server-loading[data-astro-cid-bpfjvavm]{padding:42px;text-align:center;color:#64748b}.remote-server-charts[data-astro-cid-bpfjvavm]{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.remote-server-charts[data-astro-cid-bpfjvavm] article[data-astro-cid-bpfjvavm]{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid rgba(148,163,184,.25);border-radius:14px}.remote-server-charts[data-astro-cid-bpfjvavm] b[data-astro-cid-bpfjvavm],.remote-server-charts[data-astro-cid-bpfjvavm] span[data-astro-cid-bpfjvavm]{display:block}.remote-server-charts[data-astro-cid-bpfjvavm] span[data-astro-cid-bpfjvavm]{color:#64748b;margin-top:4px}.remote-donut[data-astro-cid-bpfjvavm]{--value:0%;width:86px;height:86px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#2563eb var(--value),#e2e8f0 0);position:relative}.remote-donut[data-astro-cid-bpfjvavm]:after{content:"";position:absolute;inset:10px;background:var(--surface,#fff);border-radius:50%}.remote-donut[data-astro-cid-bpfjvavm] strong[data-astro-cid-bpfjvavm]{z-index:1}.remote-server-grid[data-astro-cid-bpfjvavm]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.remote-server-grid[data-astro-cid-bpfjvavm] article[data-astro-cid-bpfjvavm],.remote-server-list[data-astro-cid-bpfjvavm] article[data-astro-cid-bpfjvavm]{display:flex;justify-content:space-between;gap:14px;padding:11px 13px;border:1px solid rgba(148,163,184,.22);border-radius:10px}.remote-server-grid[data-astro-cid-bpfjvavm] span[data-astro-cid-bpfjvavm],.remote-server-list[data-astro-cid-bpfjvavm] span[data-astro-cid-bpfjvavm]{color:#64748b}.remote-server-list[data-astro-cid-bpfjvavm]{display:grid;gap:8px}.remote-server-list[data-astro-cid-bpfjvavm] button[data-astro-cid-bpfjvavm],.remote-server-card[data-astro-cid-bpfjvavm] footer[data-astro-cid-bpfjvavm] button[data-astro-cid-bpfjvavm]{border:1px solid rgba(37,99,235,.3);border-radius:9px;background:#fff;color:#1d4ed8;padding:7px 11px;cursor:pointer}.remote-server-card[data-astro-cid-bpfjvavm] footer[data-astro-cid-bpfjvavm]{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(148,163,184,.25)}.remote-server-card[data-astro-cid-bpfjvavm] footer[data-astro-cid-bpfjvavm] button[data-astro-cid-bpfjvavm]:last-child{background:#2563eb;color:#fff}.remote-server-card[data-astro-cid-bpfjvavm] h3[data-astro-cid-bpfjvavm]{margin:20px 0 9px}@media(max-width:650px){.remote-server-charts[data-astro-cid-bpfjvavm],.remote-server-grid[data-astro-cid-bpfjvavm]{grid-template-columns:1fr}.remote-server-card[data-astro-cid-bpfjvavm]{padding:16px}.remote-server-marker[data-astro-cid-bpfjvavm]{right:10px;bottom:10px}}.work-taskbar{position:fixed;left:max(16px,env(safe-area-inset-left));right:max(16px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:1200;display:flex;gap:8px;align-items:center;max-width:calc(100vw - 32px);padding:8px;overflow-x:auto;border:1px solid color-mix(in srgb,var(--border) 72%,var(--primary) 28%);border-radius:16px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 18px 50px -24px #0000008c;backdrop-filter:blur(18px)}.work-taskbar__item{display:inline-flex;align-items:center;gap:8px;min-height:38px;max-width:250px;padding:0 12px;border:1px solid var(--border);border-radius:11px;background:var(--surface-soft);color:var(--text);font-weight:750;white-space:nowrap;cursor:pointer}.work-taskbar__item span:nth-child(2){overflow:hidden;text-overflow:ellipsis}.work-taskbar__item:hover{border-color:var(--primary);transform:translateY(-1px)}.work-taskbar__dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}.work-taskbar__item.is-minimized .work-taskbar__dot{background:var(--muted);box-shadow:none}.module-dialog{width:min(1180px,calc(100% - 32px));max-width:none;max-height:calc(100dvh - 32px);overflow:hidden}.module-dialog__card{display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;max-height:calc(100dvh - 32px);border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.module-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid var(--border)}.module-dialog__header h2{margin:0;font-size:18px}.module-dialog__header p{margin:4px 0 0;color:var(--muted);font-size:13px}.module-dialog__body{min-height:220px;padding:18px;overflow:auto}.module-dialog__message{margin:0;padding:24px;text-align:center;color:var(--muted)}.module-dialog__message--error{color:var(--danger)}@media(max-width:640px){.module-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px)}.module-dialog__card{max-height:calc(100dvh - 16px);border-radius:14px}.module-dialog__body{padding:12px}}body[data-module-inline-open=true] [data-workspace-content]>:not([data-module-inline]){display:none!important}.module-inline{width:100%;min-width:0;min-height:100%;padding:24px}.module-inline__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--border)}.module-inline__heading{min-width:0}.module-inline__header h2{margin:0;font-size:clamp(1.35rem,2vw,1.75rem)}.module-inline__header p{margin:5px 0 0;color:var(--muted);font-size:.82rem}.module-inline__body{width:100%;min-width:0;min-height:220px}.module-inline__body>*{display:block;width:100%;min-width:0}.module-inline__message{margin:0;padding:28px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--muted);text-align:center}.module-inline__message--error{color:var(--danger)}@media(max-width:640px){.module-inline{padding:16px}.module-inline__header{align-items:stretch;flex-direction:column}.module-inline__header .secondary-button{align-self:flex-start}}
