:root{--gym-canvas-start: #edf4ff;--gym-canvas-end: #fbfdff;--gym-surface: rgba(248, 251, 255, .86);--gym-surface-strong: rgba(255, 255, 255, .95);--gym-text: #11233c;--gym-text-muted: #5c738d;--gym-primary: #2668f5;--gym-primary-soft: rgba(38, 104, 245, .11);--gym-primary-glow: rgba(38, 104, 245, .2);--gym-accent: #5bd3ff;--gym-border: rgba(38, 104, 245, .12);--gym-border-strong: rgba(38, 104, 245, .22);--gym-shadow: 0 24px 60px rgba(13, 30, 63, .12);--gym-tab-shadow: 0 24px 52px rgba(12, 28, 59, .16);--gym-focus: #0f76ff;--gym-success: #149a6c;--gym-warning: #c48015;--gym-danger: #cb3c5d}.mobile-tab-bar{position:fixed;z-index:20;left:50%;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:6px;width:min(calc(100% - 24px),430px);padding:10px 10px calc(12px + env(safe-area-inset-bottom));border:1px solid var(--gym-border);border-bottom:0;border-radius:28px 28px 0 0;background:color-mix(in srgb,var(--gym-surface-strong) 94%,transparent);box-shadow:var(--gym-tab-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transform:translate(-50%)}.mobile-tab-bar__item{min-height:58px;border:0;border-radius:18px;background:transparent;color:var(--gym-text-muted);cursor:pointer}.mobile-tab-bar__item--active{background:var(--gym-primary-soft);color:var(--gym-primary)}.mobile-tab-bar__item:focus-visible{outline:3px solid color-mix(in srgb,var(--gym-focus) 42%,transparent);outline-offset:2px}.mobile-tab-bar__icon,.mobile-tab-bar__label{display:block}.mobile-tab-bar__icon{margin-bottom:3px;font-size:16px;font-weight:800}.mobile-tab-bar__label{font-size:12px;font-weight:700}.auth-stage{--auth-accent: #2a67f4;--auth-accent-rgb: 42, 103, 244;--auth-canvas-start: #eef5ff;--auth-canvas-end: #f8fbff;--auth-heading: #102543;--auth-copy: #5c7591;color:var(--auth-heading);position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(28px,5vw,84px);width:min(1180px,100%);min-height:min(720px,calc(100vh - 48px));padding:clamp(24px,5vw,68px);overflow:hidden;border:1px solid rgba(var(--auth-accent-rgb),.16);border-radius:34px;background:linear-gradient(160deg,#ffffffe0,#f1f7ffcc),linear-gradient(135deg,var(--auth-canvas-start),var(--auth-canvas-end));box-shadow:0 34px 88px #0d1e3f24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-stage:before,.auth-stage:after{position:absolute;z-index:-1;content:"";pointer-events:none}.auth-stage:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(var(--auth-accent-rgb),.06) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--auth-accent-rgb),.06) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 92%)}.auth-stage:after{top:-18%;right:-10%;width:46%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(var(--auth-accent-rgb),.2),transparent 68%)}.auth-stage__rail{display:grid;align-content:center;gap:30px}.auth-stage__brand{display:grid;gap:16px}.auth-stage__brand small,.auth-signal span,.auth-stage__panel>p,.auth-field{color:var(--auth-copy)}.auth-stage__brand h1,.auth-stage__panel h2,.auth-signal strong{color:var(--auth-heading)}.auth-stage__brand small,.auth-signal span{letter-spacing:.18em;font-size:11px}.auth-stage__brand h1{max-width:520px;margin:0;font-size:clamp(38px,5vw,70px);line-height:.96;letter-spacing:.03em}.auth-stage__brand p{max-width:470px;margin:0;color:var(--auth-copy);line-height:1.75}.auth-stage__signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:540px}.auth-signal{min-width:0;padding:16px 14px;border:1px solid rgba(var(--auth-accent-rgb),.12);border-radius:18px;background:#ffffffa3;box-shadow:inset 0 1px #ffffffb8}.auth-signal strong{display:block;margin-top:8px;font-size:15px;letter-spacing:.06em}.auth-signal strong:before{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--auth-accent);box-shadow:0 0 12px var(--auth-accent);content:"";vertical-align:middle}.auth-stage__panel{align-self:center;padding:clamp(22px,4vw,40px);border:1px solid rgba(var(--auth-accent-rgb),.16);border-radius:28px;background:#ffffffd1;box-shadow:0 24px 52px #1021431f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-stage__panel h2{margin:0 0 8px;font-size:30px}.auth-stage__panel>p{margin:0 0 26px}.auth-form{display:grid;gap:17px}.auth-field{display:grid;gap:8px;font-size:13px}.auth-field input{width:100%;min-height:48px;padding:12px 14px;border:1px solid rgba(var(--auth-accent-rgb),.16);border-radius:14px;color:var(--auth-heading);background:#fffffff5;font:inherit;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.auth-field input::placeholder{color:#57718f}.auth-field input:focus{border-color:var(--auth-accent);background:#fff;box-shadow:0 0 0 3px rgba(var(--auth-accent-rgb),.12),0 16px 26px rgba(var(--auth-accent-rgb),.12);transform:translateY(-1px)}.auth-form button{min-height:50px;margin-top:4px;border:1px solid rgba(var(--auth-accent-rgb),.22);border-radius:16px;color:#fff;background:linear-gradient(135deg,#2159d6,#2f7cff);font:inherit;font-weight:800;letter-spacing:.08em;cursor:pointer;box-shadow:0 18px 34px rgba(var(--auth-accent-rgb),.24);transition:filter .16s ease,transform .16s ease,opacity .16s ease}.auth-form button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.auth-form button:focus-visible{outline:3px solid var(--auth-accent);outline-offset:4px;box-shadow:0 0 0 2px #fff,0 0 0 5px var(--auth-accent)}.auth-form button:disabled{cursor:wait;opacity:.62}.auth-error{margin:0;padding:10px 12px;border-left:2px solid var(--gym-danger, #cb3c5d);border-radius:12px;color:#b4233d;background:#d9304f14;line-height:1.5}@media (max-width: 780px){.auth-stage{grid-template-columns:1fr;gap:28px;min-height:100%;padding:calc(22px + env(safe-area-inset-top,0px)) calc(16px + env(safe-area-inset-right,0px)) calc(28px + env(safe-area-inset-bottom,0px)) calc(16px + env(safe-area-inset-left,0px));border-radius:28px}.auth-stage__rail{gap:18px}.auth-stage__brand h1{font-size:clamp(34px,11vw,52px)}.auth-stage__brand p{font-size:14px}.auth-stage__signals{max-width:none}.auth-stage__panel{padding:24px 18px}}@media (prefers-reduced-motion: reduce){.auth-field input,.auth-form button{transition:none}.auth-form button:focus-visible{outline:3px solid var(--auth-accent);outline-offset:4px;box-shadow:0 0 0 2px #fff,0 0 0 5px var(--auth-accent)}}:root{--gym-system-canvas: #f4f9ff;--gym-system-canvas-end: #e8f3ff;--gym-system-surface: #ffffff;--gym-system-surface-soft: #f7fbff;--gym-system-primary: #2f80ed;--gym-system-primary-strong: #1f5fbf;--gym-system-primary-soft: rgba(47, 128, 237, .1);--gym-system-text: #12345b;--gym-system-text-muted: #58718d;--gym-system-border: #d7e6f5;--gym-system-border-strong: #b8d3ee;--gym-system-focus: #2f80ed;--gym-system-success: #149a6c;--gym-system-warning: #c48015;--gym-system-danger: #cb3c5d;--gym-system-space-1: 4px;--gym-system-space-2: 8px;--gym-system-space-3: 12px;--gym-system-space-4: 16px;--gym-system-space-5: 24px;--gym-system-radius: 8px;--gym-system-radius-large: 12px;--gym-system-touch-target: 44px;--gym-system-shadow: 0 12px 28px rgba(18, 52, 91, .1);--gym-system-tab-shadow: 0 14px 32px rgba(18, 52, 91, .14)}:root{--gym-canvas-start: #f7fbff;--gym-canvas-end: #eef6f2;--gym-primary: #285ca6;--gym-primary-soft: rgba(40, 92, 166, .12);--gym-text: #102033;--gym-text-muted: #57677b;--gym-admin-accent-muted: #507065;--gym-admin-surface: rgba(255, 255, 255, .88);--gym-admin-surface-glass: rgba(255, 255, 255, .75);--gym-admin-shadow-soft: 0 20px 60px rgba(16, 32, 51, .08);--gym-admin-selection-start: rgba(230, 241, 255, .75);--gym-admin-selection-end: rgba(236, 247, 238, .82);--gym-admin-entity-start: rgba(247, 251, 255, .92);--gym-admin-entity-end: rgba(240, 246, 243, .92);--gym-admin-warning: #c27a00;--gym-admin-success: #1f8f5f;--gym-admin-danger: #d03050;color:var(--gym-text);background:#f4f9ff;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh}#app,.app-layout{min-height:100vh}.app-layout{position:relative}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-shell--admin{min-height:100vh;display:grid;place-items:center;padding:24px;color:#12345b;background:linear-gradient(135deg,#f4f9ff,#e8f3ff)}.auth-stage--admin{--auth-accent: #2f80ed;--auth-accent-rgb: 47, 128, 237}.auth-panel{width:min(100%,440px);padding:36px;border-radius:24px;background:var(--gym-admin-surface);box-shadow:var(--gym-admin-shadow-soft)}.auth-panel h1{margin:0}.admin-shell{color:var(--gym-system-text);background:var(--gym-system-canvas)}.app-sider{border-right-color:var(--gym-system-border)!important;background:var(--gym-system-surface)}.sider-stack{display:flex;min-height:100%;flex-direction:column;gap:var(--gym-system-space-3)}.sider-brand-row{position:relative}.brand{padding:var(--gym-system-space-2) var(--gym-system-space-3) var(--gym-system-space-4)}.brand-panel,.sider-summary,.sider-note,.menu-panel,.hero-panel,.surface-card{border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface);box-shadow:0 2px 6px color-mix(in srgb,var(--gym-system-text) 6%,transparent)}.brand-panel{padding:var(--gym-system-space-4)}.brand-mark,.header-eyebrow,.admin-shell .eyebrow{margin:0 0 var(--gym-system-space-2);color:var(--gym-system-text-muted);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.brand h1,.hero-panel h2{margin:0;color:var(--gym-system-text)}.brand-copy,.header-caption,.page-copy{margin:var(--gym-system-space-2) 0 0;color:var(--gym-system-text-muted);line-height:1.6}.sider-summary{display:grid;gap:4px;min-width:0;padding:8px 12px}.sider-summary span,.sider-note span{display:block;color:var(--gym-system-text-muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.sider-summary strong,.sider-note strong{display:block;margin-top:6px;color:var(--gym-system-text);font-size:18px}.sider-summary__eyebrow{font-size:10px!important;letter-spacing:.14em!important}.sider-summary__row{display:flex;align-items:center;gap:8px;min-width:0}.sider-summary strong{margin-top:0;font-size:14px;line-height:1.2}.sider-summary .tenant-label{display:block;flex:1 1 auto;overflow:hidden;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.sider-summary__pill{flex:0 0 auto;padding:2px 8px;border:1px solid var(--gym-system-border);border-radius:999px;color:var(--gym-system-primary-strong)!important;font-size:11px!important;letter-spacing:.04em!important;text-transform:none!important;background:var(--gym-system-primary-soft)}.menu-panel{padding:var(--gym-system-space-2)}.menu-panel .n-menu{background:transparent!important}.admin-menu-icon{display:inline-grid;width:20px;height:20px;place-items:center;color:currentColor;font-size:12px;font-weight:800;line-height:1}.sider-note{margin-top:auto;padding:var(--gym-system-space-3) var(--gym-system-space-4)}.sider-note p{margin:var(--gym-system-space-2) 0 0;color:var(--gym-system-text-muted)}.main-shell{background:var(--gym-system-canvas)}.header{display:flex;align-items:center;justify-content:space-between;gap:var(--gym-system-space-4);margin:var(--gym-system-space-3) var(--gym-system-space-3) 0;padding:var(--gym-system-space-4) var(--gym-system-space-5);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius-large);background:var(--gym-system-surface);box-shadow:0 2px 8px color-mix(in srgb,var(--gym-system-text) 7%,transparent)}.header-copy strong{display:block;color:var(--gym-system-text);font-size:24px;line-height:1.2}.header-actions{display:flex;max-width:min(100%,540px);align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--gym-system-space-2)}.header-tag{max-width:100%}.header-tag__text{display:block;max-width:min(100%,260px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-shell{width:min(100%,1480px);margin:0 auto}.authorization-state{padding:var(--gym-system-space-3);border:1px dashed var(--gym-system-border-strong);border-radius:var(--gym-system-radius);color:var(--gym-system-text-muted);background:var(--gym-system-surface-soft)}.authorization-state--content{min-height:160px;display:grid;align-content:center;gap:var(--gym-system-space-2)}.authorization-state h2,.authorization-state p{margin:0}.authorization-state h2{color:var(--gym-system-text);font-size:18px}.logout-button{min-height:var(--gym-system-touch-target);padding:0 var(--gym-system-space-3);border:1px solid var(--gym-system-border-strong);border-radius:var(--gym-system-radius);color:var(--gym-system-primary-strong);background:var(--gym-system-surface);cursor:pointer}.logout-button:hover{border-color:var(--gym-system-primary);background:var(--gym-system-primary-soft)}.logout-button:focus-visible,.sidebar-toggle:focus-visible,.app-nav-trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--gym-system-focus) 38%,transparent);outline-offset:2px}.sidebar-toggle,.app-nav-trigger{display:inline-grid;width:var(--gym-system-touch-target);height:var(--gym-system-touch-target);place-content:center;gap:4px;padding:0;border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);color:var(--gym-system-text);background:var(--gym-system-surface);cursor:pointer}.sidebar-toggle{position:absolute;top:var(--gym-system-space-2);right:var(--gym-system-space-2)}.sidebar-toggle span,.app-nav-trigger span{display:block;width:15px;height:2px;border-radius:1px;background:currentColor}.app-nav-trigger{display:none;margin-bottom:var(--gym-system-space-2)}.n-layout-sider--collapsed .brand-panel h1,.n-layout-sider--collapsed .brand-copy,.n-layout-sider--collapsed .sider-summary,.n-layout-sider--collapsed .sider-note{display:none}.n-layout-sider--collapsed .brand-panel{min-height:54px;padding:var(--gym-system-space-4) var(--gym-system-space-2)}.n-layout-sider--collapsed .brand-mark{padding-right:0;font-size:0}.n-layout-sider--collapsed .brand-mark:after{content:"运";font-size:14px}.page-stack{display:grid;gap:var(--gym-system-space-4)}.hero-panel{padding:var(--gym-system-space-5)}.hero-panel.compact{padding-bottom:var(--gym-system-space-4)}.page-copy{max-width:760px;line-height:1.7}.page-title-bar{display:grid;gap:var(--gym-system-space-2);padding:var(--gym-system-space-4) var(--gym-system-space-5);border-left:4px solid var(--gym-system-primary)}.page-title-bar .page-copy{margin-top:0}.page-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:var(--gym-system-space-2);padding:var(--gym-system-space-3);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface-soft)}.system-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--gym-system-space-3)}.system-overview-card{display:grid;gap:var(--gym-system-space-2);padding:var(--gym-system-space-4);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);color:var(--gym-system-text);text-decoration:none;background:var(--gym-system-surface);box-shadow:0 2px 6px color-mix(in srgb,var(--gym-system-text) 6%,transparent);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.system-overview-card:hover{border-color:var(--gym-system-primary);transform:translateY(-2px);box-shadow:0 8px 18px color-mix(in srgb,var(--gym-system-primary) 14%,transparent)}.system-overview-card__eyebrow{color:var(--gym-system-text-muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.system-overview-card strong{color:var(--gym-system-text);font-size:18px;line-height:1.3}.system-overview-card p{margin:0;color:var(--gym-system-text-muted);line-height:1.6}.page-toolbar .toolbar-row,.page-toolbar .actions{margin:0}.workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:var(--gym-system-space-4)}.workspace-grid .grid-section-break{margin-bottom:calc(var(--gym-system-space-2) * -1)}.workspace-list{min-width:0}.workspace-detail{padding:var(--gym-system-space-3);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface-soft)}.workspace-state{display:flex;align-items:center;justify-content:space-between;gap:var(--gym-system-space-3)}.dashboard-hero-grid,.dashboard-workspace-grid,.dashboard-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gym-system-space-4)}.selection-summary,.page-section-heading,.surface-card-note{padding:var(--gym-system-space-3) var(--gym-system-space-4);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface-soft)}.selection-summary strong,.page-section-heading strong,.surface-card-note strong{display:block;margin-bottom:var(--gym-system-space-1)}.selection-summary p,.page-section-heading p,.surface-card-note p{margin:0;color:var(--gym-system-text-muted);line-height:1.6}.workspace-metrics,.summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gym-system-space-3)}.page-summary-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--gym-system-space-3)}.workspace-metric,.summary-strip>div{display:grid;min-height:104px;align-content:space-between;padding:var(--gym-system-space-4);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface);box-shadow:0 2px 6px color-mix(in srgb,var(--gym-system-text) 5%,transparent)}.page-summary-strip>div{display:grid;min-height:88px;align-content:space-between;gap:var(--gym-system-space-2);min-width:0;padding:var(--gym-system-space-3) var(--gym-system-space-4);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface);box-shadow:0 2px 6px color-mix(in srgb,var(--gym-system-text) 5%,transparent)}.workspace-metric span,.summary-strip span,.page-summary-strip span,.drawer-navigation__context{color:var(--gym-system-text-muted);font-size:12px}.workspace-metric strong,.summary-strip strong,.page-summary-strip strong,.metric-value{color:var(--gym-system-text);font-size:28px;line-height:1.1}.page-summary-strip strong,.metric-number{overflow-wrap:anywhere;font-size:clamp(22px,2vw,28px);word-break:break-word}.workspace-card{min-width:0}.workspace-card--wide,.grid-section-break{grid-column:1 / -1}.pending-work-regions,.pending-work-region{display:grid;gap:var(--gym-system-space-3)}.pending-work-region+.pending-work-region{padding-top:var(--gym-system-space-4);border-top:1px solid var(--gym-system-border)}.pending-work-region h4{margin:0;color:var(--gym-system-text);font-size:15px}.workspace-list,.service-status-grid,.entity-list,.insight-list{display:grid;gap:var(--gym-system-space-2)}.workspace-list-item,.service-status-item,.entity-item,.insight-item{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:var(--gym-system-space-3);padding:var(--gym-system-space-3);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);color:var(--gym-system-text);background:var(--gym-system-surface-soft)}.entity-item{width:100%;text-align:left;cursor:pointer}.entity-item:hover,.entity-item.selected{border-color:var(--gym-system-primary);background:var(--gym-system-primary-soft)}.workspace-list-item p,.service-status-item p,.entity-item p,.insight-item p{margin:4px 0 0;color:var(--gym-system-text-muted);line-height:1.5}.workspace-list-item>span{flex:0 0 auto;color:var(--gym-system-text-muted);font-size:12px;text-align:right}.workspace-empty,.workspace-state{margin:0;padding:var(--gym-system-space-4);border:1px dashed var(--gym-system-border-strong);border-radius:var(--gym-system-radius);color:var(--gym-system-text-muted);background:var(--gym-system-surface-soft)}.workspace-state--error{border-color:var(--gym-system-danger)}.workspace-state p{margin:var(--gym-system-space-1) 0 0;color:var(--gym-system-text-muted)}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--gym-system-space-4)}.compact-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-card,.surface-card{border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface)}.metric-card-button{width:100%;padding:0;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer}.endpoint{margin:0 0 var(--gym-system-space-3);color:var(--gym-system-text-muted);font-family:Consolas,Courier New,monospace;font-size:13px}.status{margin:0 0 var(--gym-system-space-3);font-weight:700}.status.pending,.status-badge.pending{color:var(--gym-system-warning)}.status.healthy,.status-badge.healthy{color:var(--gym-system-success)}.status.error,.status-badge.error{color:var(--gym-system-danger)}.status-badge{display:inline-flex;align-items:center;gap:8px;margin:0;padding:6px 8px;border-radius:var(--gym-system-radius);font-size:13px;font-weight:700;background:var(--gym-system-surface-soft)}.status-badge:before{width:8px;height:8px;border-radius:50%;content:"";background:currentColor}.booking-grid{display:grid;grid-template-columns:minmax(320px,1.2fr) minmax(320px,1fr);gap:var(--gym-system-space-4)}.actions,.lookup-row,.filter-strip{display:flex;flex-wrap:wrap;gap:var(--gym-system-space-2)}.lookup-row{margin-bottom:var(--gym-system-space-3)}.toolbar-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:var(--gym-system-space-2);margin-bottom:var(--gym-system-space-3)}.booking-list{max-height:360px;overflow:auto;padding-right:var(--gym-system-space-1)}.surface-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gym-system-space-3);margin-bottom:var(--gym-system-space-4)}.surface-card-header h3,.surface-card-header h4{margin:0;color:var(--gym-system-text)}.surface-card-header p{margin:var(--gym-system-space-2) 0 0;color:var(--gym-system-text-muted);line-height:1.6}.drawer-navigation{display:grid;gap:var(--gym-system-space-3)}.drawer-navigation__context{margin:0}.selection-hint{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--gym-system-text-muted);font-size:13px;line-height:1.5}.audit-list,.binding-stack{display:grid;gap:var(--gym-system-space-3)}.binding-stack{margin-top:var(--gym-system-space-4)}.binding-editor-card{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gym-system-space-4);padding:var(--gym-system-space-4);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface-soft)}.binding-editor-card p{margin:var(--gym-system-space-2) 0 0;color:var(--gym-system-text-muted);line-height:1.6}.binding-actions,.history-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--gym-system-space-2)}.history-actions{align-items:flex-end;flex-direction:column}.course-usage-toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--gym-system-space-3);margin-top:var(--gym-system-space-3);margin-bottom:var(--gym-system-space-3)}.course-usage-toolbar .selection-hint{display:flex;align-items:center;margin:0}.course-usage-detail{display:grid;gap:var(--gym-system-space-1);margin-top:var(--gym-system-space-3);padding-top:var(--gym-system-space-3);border-top:1px dashed var(--gym-system-border)}.course-usage-detail p{margin:0;color:var(--gym-system-text)}.course-usage-audit{display:grid;gap:var(--gym-system-space-2);margin-top:var(--gym-system-space-3);padding:var(--gym-system-space-3);border-radius:var(--gym-system-radius);background:color-mix(in srgb,var(--gym-system-surface) 82%,transparent)}.course-usage-audit-list{display:grid;gap:var(--gym-system-space-2)}.course-usage-audit-item{padding:var(--gym-system-space-2) var(--gym-system-space-3);border:1px solid var(--gym-system-border);border-radius:calc(var(--gym-system-radius) - 4px);background:var(--gym-system-surface)}.course-usage-audit-item strong{color:var(--gym-system-text)}.course-usage-audit-item p{margin-top:var(--gym-system-space-1);color:var(--gym-system-text-muted)}.inline-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--gym-system-space-3);margin-bottom:var(--gym-system-space-4)}.inline-form .n-button{min-height:var(--gym-system-touch-target)}.compact-item{min-height:0}.system-page-workspace{gap:var(--gym-system-space-4)}.system-page-content{align-items:start}.system-page-tools,.system-page-state{min-width:0}.system-page-state>.n-spin-container{min-width:0}.collaboration-status-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gym-system-space-3)}.collaboration-status-group,.schedule-impact,.system-governance-section{min-width:0}.collaboration-status-group,.schedule-impact{padding:var(--gym-system-space-3);border:1px solid var(--gym-system-border);border-radius:var(--gym-system-radius);background:var(--gym-system-surface-soft);box-shadow:0 2px 6px color-mix(in srgb,var(--gym-system-text) 5%,transparent)}.collaboration-status-group strong,.schedule-impact strong{color:var(--gym-system-text)}.collaboration-status-group p,.schedule-impact p{margin:var(--gym-system-space-1) 0 0;color:var(--gym-system-text-muted);line-height:1.5}.schedule-impact{margin-bottom:var(--gym-system-space-3)}.collaboration-form-grid{column-gap:var(--gym-system-space-3)!important;row-gap:var(--gym-system-space-3)!important}.confirmation-dialog{display:grid;gap:var(--gym-system-space-3);padding:var(--gym-system-space-4);border:1px solid var(--gym-system-border-strong);border-radius:var(--gym-system-radius);background:var(--gym-system-surface);box-shadow:0 8px 20px color-mix(in srgb,var(--gym-system-text) 12%,transparent)}.confirmation-dialog h3,.confirmation-dialog p{margin:0}.confirmation-dialog p{color:var(--gym-system-text-muted);line-height:1.6}.system-governance-section{display:grid;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gym-system-space-4)}@media (max-width: 980px){.collaboration-status-board,.system-governance-section{grid-template-columns:1fr}}@media (max-width: 980px){.booking-grid,.workspace-grid,.dashboard-hero-grid,.dashboard-workspace-grid,.dashboard-overview-grid{grid-template-columns:1fr}.workspace-card--wide{grid-column:auto}.desktop-sider{display:none!important}.app-nav-trigger{display:inline-grid}.header{align-items:flex-start;flex-direction:column;margin:var(--gym-system-space-3) var(--gym-system-space-3) 0}.header-actions{width:100%;max-width:none;justify-content:flex-start}.lookup-row{flex-direction:column}.workspace-state{align-items:flex-start;flex-direction:column}.binding-editor-card{flex-direction:column}.binding-actions,.history-actions{align-items:stretch;justify-content:flex-start}}@media (max-width: 768px){.workspace-metrics,.summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.page-summary-strip{grid-template-columns:1fr}.workspace-list-item,.service-status-item,.entity-item{align-items:flex-start;flex-direction:column}.workspace-list-item>span{text-align:left}.header-actions{width:100%}.header-actions .n-tag,.header-tag__text{max-width:100%}.inline-form{grid-template-columns:1fr}}
