html[data-theme=dark] .light-mode-image,html[data-theme=light] .dark-mode-image{display:none}:root{--tenant-primary:#0070f3;--tenant-secondary:#7928ca;--tenant-on-primary:#ffffff;--tenant-primary-soft:rgba(0,112,243,0.12);--tenant-primary-border:rgba(0,112,243,0.35)}.nav__link--active{box-shadow:inset 3px 0 0 0 var(--tenant-primary)}.doc-tab--active .doc-tab__link{border-bottom-color:var(--tenant-primary)}.collapsible__toggle,.nav-group__toggle,.rs__control.rs__control,.rs__control.rs__control :not(.rs__input),.rs__option,[role=button]:not([aria-disabled=true]),button:not(:disabled),select:not(:disabled){cursor:pointer}:root{--tenant-brand-height:0px}:root:has(.tenant-brand){--tenant-brand-height:calc(48px + 1.5rem)}.tenant-brand{box-sizing:border-box;height:var(--tenant-brand-height)}.nav{height:calc(100vh - var(--tenant-brand-height))}.template-default{min-height:calc(100vh - var(--tenant-brand-height))}.nav__controls{position:-webkit-sticky;position:sticky;bottom:0;width:100%;padding-block:var(--base) 0;background:var(--theme-bg)}.admin-dashboard{box-sizing:border-box;width:100%;padding:var(--spacing-view-top,2rem) var(--gutter-h) var(--spacing-view-bottom,3rem)}.admin-dashboard__topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-bottom:1.75rem;border-bottom:1px solid var(--theme-elevation-150)}.admin-dashboard__topbar h1{margin:0;font-size:clamp(2rem,3vw,2.65rem);line-height:1.1;letter-spacing:-.03em}.admin-dashboard__topbar-title{display:grid;min-width:0;grid-gap:.35rem;gap:.35rem}.admin-dashboard__back-link{color:var(--theme-elevation-650);font-size:.9rem;font-weight:600;text-decoration:none;width:-moz-fit-content;width:fit-content}.admin-dashboard__back-link:focus-visible,.admin-dashboard__back-link:hover{color:var(--theme-text);text-decoration:underline}.admin-dashboard__site-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.admin-dashboard__site-card{display:grid;grid-gap:.3rem;gap:.3rem;justify-items:start;padding:1.1rem;border:1px solid var(--theme-elevation-200);border-radius:.7rem;background:var(--theme-bg);color:var(--theme-text);font:inherit;text-align:left;transition:background .12s ease}.admin-dashboard__site-card:hover{background:var(--theme-elevation-100)}.admin-dashboard__site-card:focus-visible{outline:2px solid var(--theme-success-500);outline-offset:-2px}.admin-dashboard__site-card strong{font-size:1.15rem;line-height:1.3}.admin-dashboard__site-card span{color:var(--theme-elevation-650);font-size:.9rem}.admin-dashboard__empty{margin:0;padding:1.1rem;border:1px dashed var(--theme-elevation-250);border-radius:.7rem;color:var(--theme-elevation-650)}.admin-dashboard__tenant-switcher{display:grid;min-width:240px;grid-gap:.4rem;gap:.4rem}.admin-dashboard__tenant-switcher label{color:var(--theme-elevation-650);font-size:.88rem;font-weight:600}.admin-dashboard__tenant-switcher select{min-height:42px;padding:0 2.4rem 0 .8rem;border:1px solid var(--theme-elevation-250);border-radius:.55rem;background:var(--theme-input-bg);color:var(--theme-text);font:inherit}.admin-dashboard__tenant-switcher [role=alert]{color:var(--theme-error-600);font-size:.82rem}.admin-dashboard__quick-actions{display:flex;align-items:center;gap:.7rem;padding:1.25rem 0}.admin-dashboard__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(340px,.8fr);align-items:start;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.admin-dashboard__layout--single{grid-template-columns:minmax(0,1fr)}.admin-dashboard__scope{padding:1.25rem;border:1px solid var(--theme-elevation-200);border-radius:.85rem;background:var(--theme-elevation-50);box-shadow:0 1px 3px rgba(0,0,0,.05)}.admin-dashboard__tenant-area{min-width:0}.admin-dashboard__scope-heading{padding:.1rem .15rem 1.2rem}.admin-dashboard__scope-heading>span{display:inline-flex;padding:.3rem .5rem;border-radius:.35rem;background:var(--theme-elevation-150);color:var(--theme-elevation-750);font-size:.82rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.admin-dashboard__scope-heading h2,.admin-dashboard__scope-heading p{margin:0}.admin-dashboard__scope-heading h2{margin-top:.7rem;font-size:1.5rem;line-height:1.2}.admin-dashboard__scope-heading p{max-width:48rem;margin-top:.45rem;color:var(--theme-elevation-650);font-size:1rem;line-height:1.5}.admin-dashboard__tenant-list{display:grid;grid-gap:1rem;gap:1rem}.admin-dashboard__tenant{overflow:hidden;border:1px solid var(--theme-elevation-200);border-radius:.7rem;background:var(--theme-bg)}.admin-dashboard__tenant-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--theme-elevation-200);background:var(--theme-elevation-100)}.admin-dashboard__tenant-heading h3,.admin-dashboard__tenant-heading p{margin:0}.admin-dashboard__tenant-heading h3{font-size:1.3rem}.admin-dashboard__tenant-heading p{margin-top:.25rem;color:var(--theme-elevation-650);font-size:.92rem}.admin-dashboard__tenant-status{padding:.3rem .55rem;border-radius:999px;background:var(--theme-success-100);color:var(--theme-success-700);font-size:.85rem;font-weight:700}.admin-dashboard__tenant-status--inactive{background:var(--theme-error-100);color:var(--theme-error-700)}.admin-dashboard__tenant-status--selected{background:var(--theme-success-150);color:var(--theme-success-750)}.admin-dashboard__tenant-modules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-right:-1px;margin-bottom:-1px}.admin-dashboard__system-module,.admin-dashboard__tenant-module{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:1rem;gap:1rem;min-width:0;min-height:92px;padding:1rem 1.1rem;color:var(--theme-text);text-decoration:none;transition:background .12s ease}.admin-dashboard__system-module:hover,.admin-dashboard__tenant-module:hover{background:var(--theme-elevation-100)}.admin-dashboard__system-module:focus-visible,.admin-dashboard__tenant-module:focus-visible{outline:2px solid var(--theme-success-500);outline-offset:-2px}.admin-dashboard__tenant-module{border-right:1px solid var(--theme-elevation-200);border-bottom:1px solid var(--theme-elevation-200)}.admin-dashboard__tenant-module--filler{pointer-events:none}.admin-dashboard__system-list{overflow:hidden;border:1px solid var(--theme-elevation-200);border-radius:.7rem;background:var(--theme-bg)}.admin-dashboard__system-module+.admin-dashboard__system-module{border-top:1px solid var(--theme-elevation-200)}.admin-dashboard__module-icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--theme-elevation-200);border-radius:.55rem;background:var(--theme-elevation-100);color:var(--theme-elevation-750)}.admin-dashboard__module-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.admin-dashboard__module-copy{display:grid;min-width:0;grid-gap:.25rem;gap:.25rem}.admin-dashboard__module-copy span,.admin-dashboard__module-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-dashboard__module-copy strong{font-size:1.08rem;line-height:1.35}.admin-dashboard__module-copy span{color:var(--theme-elevation-650);font-size:.92rem;line-height:1.4}@media(max-width:1200px){.admin-dashboard__layout{grid-template-columns:1fr}}@media(max-width:900px){.admin-dashboard__tenant-modules{grid-template-columns:1fr}.admin-dashboard__tenant-module{border-right:0}.admin-dashboard__tenant-module--filler{display:none}}@media(max-width:640px){.admin-dashboard__topbar{align-items:stretch;flex-direction:column}.admin-dashboard__tenant-switcher{min-width:0}.admin-dashboard__scope{padding:.85rem}.admin-dashboard__tenant-heading{align-items:flex-start}}