:root{--ink:#0b1f33;--ink-soft:#2e4760;--sky:#e6f0ff;--mint:#c6f2e3;--sun:#f4b83a;--teal:#0f7b82;--coral:#e46b5b;--paper:#fdfbf7;--card:#fffffff0;--border:#0b1f3314;--shadow:0 20px 60px #0b1f331f}*{box-sizing:border-box}html{overscroll-behavior-y:none;scroll-behavior:auto;scrollbar-gutter:stable;min-height:100%;overflow-x:hidden}body{min-height:100%;color:var(--ink);background:var(--sky);overscroll-behavior-y:none;margin:0;font-family:Space Grotesk,system-ui,sans-serif;overflow-x:hidden}#root{overscroll-behavior-y:none;min-height:100%}h1,h2,h3{margin:0;font-family:Fraunces,serif}a{color:inherit;text-decoration:none}button{font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spinner{border:3px solid #0b1f3333;border-top-color:var(--ink);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app{overscroll-behavior-y:none;background:radial-gradient(circle at 0 0,#c6f2e399,#0000 55%),radial-gradient(circle at 20% 20%,#f4b83a40,#0000 55%),linear-gradient(140deg,#fdfbf7 0%,#e6f0ff 55%,#dce6ff 100%);min-height:100vh;position:relative;overflow-x:hidden}.app:before,.app:after{content:"";filter:blur();opacity:.6;pointer-events:none;border-radius:50%;position:absolute}.app:before{background:radial-gradient(circle,#e46b5b59,#0000 70%);width:420px;height:420px;top:-120px;right:-80px}.app:after{background:radial-gradient(circle,#0f7b8259,#0000 70%);width:360px;height:360px;bottom:-160px;left:-120px}.container{z-index:1;max-width:1440px;margin:0 auto;padding:40px 24px 80px;position:relative}.card{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:none;border-radius:20px;box-shadow:0 12px 28px #0b1f331a}.topbar{background:radial-gradient(circle at 100% 0,#f4b83a33,#0000 34%),linear-gradient(145deg,#fffffff0,#f5f9ffe6);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;padding:22px 24px;display:flex}.topbar--actions-only{justify-content:flex-end}.topbar-copy{flex:420px;min-width:0}.topbar-eyebrow{color:var(--teal);letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:800}.brand--dashboard h1{letter-spacing:-.06em;font-size:clamp(34px,3.1vw,48px);line-height:.94}.brand--dashboard span{max-width:68ch;line-height:1.55}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.topbar-status{background:#ffffffb8;border:1px solid #0b1f3314;border-radius:18px;gap:4px;min-width:220px;padding:12px 14px;display:grid}.topbar-status span{color:var(--ink-soft);letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:800}.topbar-status strong{color:var(--ink);font-size:14px;line-height:1.3}.topbar-actions .button,.topbar-actions select.button{white-space:nowrap;flex:none;min-height:46px}.topbar-menu-button--mobile{place-items:center;width:46px;padding:0;display:inline-grid}.topbar-menu-button--mobile svg{stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.module-actions{grid-template-columns:repeat(auto-fit,minmax(122px,1fr));gap:8px;min-width:220px;max-width:340px;display:grid}.module-actions__button{white-space:normal;text-align:center;width:100%;min-height:38px;padding:8px 12px;font-size:12px;line-height:1.2}.module-actions__button--danger{background:#b1382a}.module-actions__button--danger:hover:not(:disabled){background:#982d22}.module-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:16px;display:grid}.module-summary__item{background:#0b1f330a;border:1px solid #0b1f3314;border-radius:16px;flex-direction:column;gap:4px;min-width:0;padding:14px 16px;display:flex}.module-summary__label{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);font-size:12px;font-weight:600}.module-summary__value{font-size:24px;line-height:1.1}.module-summary__meta{color:var(--ink-soft);font-size:13px}.module-tab-strip{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.module-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.module-catalog-card{background:linear-gradient(#f8fafcf0,#fff);border:1px solid #0b1f3314;border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex;box-shadow:0 14px 32px #0b1f3314}.module-catalog-card__hero{color:#fff;background:radial-gradient(circle at 100% 0,#ffd05e8c,#0000 34%),linear-gradient(140deg,#0c4352f5,#166379eb);border-radius:18px;flex-direction:column;justify-content:flex-end;gap:6px;min-height:136px;padding:18px;display:flex;position:relative}.module-catalog-card__hero strong{font-size:24px;line-height:1.1}.module-catalog-card__hero span{opacity:.82;font-size:13px}.module-catalog-card__hero-chip,.module-catalog-card__hero-count{color:#0b1f33;background:#ffffffe6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;top:14px}.module-catalog-card__hero-chip{left:14px}.module-catalog-card__hero-count{right:14px}.module-catalog-card__body{flex-direction:column;gap:10px;display:flex}.module-catalog-card__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.module-catalog-card__row strong,.module-catalog-card__row span:not(.helper){text-align:right}.module-catalog-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.module-catalog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.module-carousel-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:start;gap:16px;display:grid}.module-carousel-card{background:#f8fafc;border:1px solid #0b1f3314;border-radius:18px;flex-direction:column;gap:12px;height:100%;padding:14px;display:flex}.module-carousel-card__media{aspect-ratio:1290/2796;background:linear-gradient(#f1f5f9f0,#fff);border:1px solid #0b1f3314;border-radius:14px;max-height:620px;overflow:hidden}.module-carousel-card__media img{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.module-carousel-card__meta{flex-direction:column;gap:4px;display:flex}.module-carousel-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}.module-carousel-modal{max-width:min(1180px,100%);max-height:min(100dvh - 48px,940px)}.module-carousel-modal__body{flex-direction:column;gap:18px;padding-bottom:8px;display:flex}.module-carousel-toolbar{z-index:1;background:linear-gradient(#fdfbf7 0%,#fdfbf7f0 70%,#fdfbf700 100%);align-items:flex-start;padding-bottom:10px;position:sticky;top:0}.brand{flex-direction:column;gap:6px;display:flex}.brand span{color:var(--ink-soft);font-size:14px}.layout{grid-template-columns:minmax(300px,340px) minmax(0,1fr);align-items:start;gap:28px;display:grid}.layout--sidebar-collapsed{grid-template-columns:minmax(104px,116px) minmax(0,1fr)}.layout>*{min-width:0}.sidebar{overscroll-behavior:auto;touch-action:pan-y;will-change:auto;z-index:1;background:radial-gradient(circle at 0 0,#c6f2e352,#0000 34%),linear-gradient(#ffffffeb,#f5f9ffeb);flex-direction:column;gap:18px;width:100%;min-width:0;max-width:340px;padding:24px;display:flex;position:sticky;top:20px;overflow:visible}.sidebar--collapsed{align-items:stretch;max-width:116px;padding:18px 12px}.sidebar__brand{grid-template-columns:58px minmax(0,1fr) 42px;align-items:center;gap:14px;display:grid}.sidebar__brand-mark{background:#ffffff9e;border:1px solid #0b1f3314;border-radius:18px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden;box-shadow:0 16px 32px #0b1f331a}.sidebar__brand-mark img{object-fit:contain;width:50px;height:50px;display:block}.sidebar__brand-copy{gap:3px;min-width:0;display:grid}.sidebar__brand-copy strong{letter-spacing:-.04em;font-size:21px;line-height:1}.sidebar__brand-copy span,.sidebar__brand-copy small{color:var(--ink-soft)}.sidebar__brand-copy span{letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:800}.sidebar__brand-copy small{font-size:13px;line-height:1.35}.sidebar__toggle{width:42px;height:42px;color:var(--ink);cursor:pointer;background:#ffffffb8;border:1px solid #0b1f3314;border-radius:14px;place-items:center;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:grid;box-shadow:inset 0 1px #ffffffb8}.sidebar__toggle svg{stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.sidebar__toggle:hover{color:var(--teal);background:#0f7b821a;border-color:#0f7b822e;transform:translateY(-1px);box-shadow:0 10px 24px #0b1f331a}.sidebar--collapsed .sidebar__brand{grid-template-columns:48px 34px;justify-content:center;justify-items:center;gap:8px}.sidebar--collapsed .sidebar__brand-mark{border-radius:15px;width:48px;height:48px}.sidebar--collapsed .sidebar__brand-mark img{width:42px;height:42px}.sidebar--collapsed .sidebar__brand-copy{display:none}.sidebar--collapsed .sidebar__toggle{border-radius:12px;width:34px;height:34px}.sidebar--collapsed .sidebar__toggle svg{width:17px;height:17px}.sidebar__section{gap:12px;display:grid}.sidebar__section+.sidebar__section{border-top:1px solid #0b1f3314;padding-top:18px}.sidebar__section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sidebar__section-header strong{display:block}.sidebar__section-meta{color:var(--ink-soft);white-space:nowrap;font-size:12px;font-weight:700}.sidebar__nav{gap:8px;display:grid}.sidebar--collapsed .sidebar__section-header{justify-content:center}.sidebar--collapsed .sidebar__section-header>div{display:none}.sidebar--collapsed .sidebar__section{width:100%}.sidebar--collapsed .sidebar__nav{gap:10px}.sidebar-filters{gap:10px;margin-bottom:16px;display:grid}.sidebar-filters .button{width:100%}.sidebar-centers-list{-webkit-overflow-scrolling:touch;max-height:min(420px,42vh);margin-bottom:8px;padding-right:4px;overflow:hidden auto}.main-content{z-index:2;overflow-anchor:none;min-width:0;position:relative}.nav-item{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s}.nav-item--menu{border-radius:18px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.sidebar--collapsed .nav-item--menu{grid-template-columns:1fr;justify-items:center;min-height:76px;padding:12px 8px;position:relative}.nav-item__icon{width:44px;height:44px;color:var(--teal);background:#0f7b821a;border-radius:14px;place-items:center;display:grid;box-shadow:inset 0 1px #ffffff80}.nav-item__icon svg{stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:18px;height:18px}.nav-item__copy{gap:3px;min-width:0;display:grid}.sidebar--collapsed .nav-item__copy{display:none}.nav-item__copy strong{font-size:14px;line-height:1.1}.nav-item__copy small{color:var(--ink-soft);font-size:12px;line-height:1.35}.nav-item__badge{min-width:32px;min-height:32px;color:var(--ink);background:#0b1f3312;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.sidebar--collapsed .nav-item__badge{min-width:24px;min-height:24px;padding:0 6px;font-size:11px;position:absolute;top:8px;right:8px}.nav-item.active{color:var(--ink);background:#fffffffa;border-color:#0f7b821f;box-shadow:0 16px 30px #0b1f3314}.nav-item.active .nav-item__icon{color:#fff;background:linear-gradient(145deg,#0f7b82,#095259f2)}.nav-item.active .nav-item__badge{color:var(--teal);background:#0f7b8224}.nav-item:hover{background:#ffffffc2;transform:translate(2px)}.sidebar--collapsed .nav-item:hover{transform:translateY(-1px)}.center-item{background:#ffffffb3;border-color:#0b1f330f;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:72px;margin-bottom:0;padding:12px 14px;display:grid;overflow:hidden}.center-item__content{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.center-item__name{width:100%;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.center-item__meta,.center-item__stats{width:100%;color:var(--ink-soft);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.center-item__status-dot{border-radius:999px;flex:none;width:10px;height:10px;margin-top:4px}.center-item__status-dot.active{background:#0f7b82e6}.center-item__status-dot.suspended{background:#e46b5be6}.button{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:10px 16px;font-weight:600;transition:transform .2s,box-shadow .2s}.button.secondary{color:var(--ink);border:1px solid var(--border);background:0 0}.button.warning{background:var(--coral)}.button.success{background:var(--teal)}.button:disabled{opacity:.6;cursor:not-allowed}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0b1f3324}.table{border-collapse:collapse;width:100%}.table-scroll{-webkit-overflow-scrolling:touch;overflow-anchor:none;width:100%;overflow-x:auto}.table-scroll .table{min-width:680px}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:12px 10px;font-size:14px}.table th{color:var(--ink-soft);font-weight:600}.virtual-spacer-row td,.virtual-spacer-cell{border-bottom:0!important;padding:0!important}.infinite-sentinel-row td{border-bottom:0;padding:0}.infinite-status{min-height:46px;color:var(--ink-soft);text-align:center;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.infinite-status.loading:before{content:"";border:2px solid #0b1f332e;border-top-color:var(--teal);border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.8s linear infinite spin}.badge{border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge.success{color:var(--teal);background:#0f7b8224}.badge.warning{color:var(--coral);background:#e46b5b2e}.status-pill{color:var(--ink-soft);background:#0b1f3314;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-pill.uploading{color:#8f5400;background:#f4b83a33}.status-pill.available{color:var(--teal);background:#0f7b8224}.status-pill.failed{color:#b42318;background:#e46b5b33}.upload-queue{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.upload-row{border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px}.progress-track{background:#0b1f331a;border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--teal), #46b6bc);border-radius:999px;height:100%}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.field{min-width:0;color:var(--ink-soft);flex-direction:column;gap:6px;font-size:13px;display:flex}.field input,.field select,.field textarea{border:1px solid var(--border);width:100%;min-width:0;color:var(--ink);background:#fff;border-radius:12px;padding:10px 12px;font-size:14px}.field textarea{resize:vertical;min-height:90px}.modal-overlay{z-index:30;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#0b1f3359;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{flex-direction:column;width:100%;max-height:min(100dvh - 48px,860px);display:flex;overflow:hidden}.modal-card--wide{max-width:760px}.modal-card--narrow{max-width:520px}.modal-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-form{flex-direction:column;flex:1;min-height:0;margin-top:12px;display:flex}.modal-body{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-right:4px;overflow-y:auto}.modal-actions{padding-top:16px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 2px);background:linear-gradient(#fff0 0%,#f8f9fbf0 24%,#f8f9fb 100%);flex-shrink:0;justify-content:flex-end;gap:10px;margin-top:0;display:flex}.module-review-modal{max-width:min(880px,100%)}.module-extension-modal{max-width:min(640px,100%)}.module-extension-mode-switch{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.module-extension-mode-switch .button{flex:180px}.module-extension-summary{gap:10px;display:grid}.module-extension-summary strong{font-size:16px}.modal-form--module-review{min-height:0}.modal-body--module-review{flex-direction:column;gap:16px;padding-bottom:8px;display:flex}.module-review-grid{align-items:start}.module-review-approval-card{flex-shrink:0}.modal-actions--module-review{flex-wrap:wrap;margin-top:0}.modal-actions--module-review .button{flex:180px;min-width:0}.grid-2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.tenant-tools{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.centers-workspace{z-index:1;background:radial-gradient(circle at 100% 0,#f4b83a2e,#0000 28%),linear-gradient(#fffffffa,#f7fafff5);gap:18px;display:grid;position:relative;overflow:visible}.centers-workspace--search-open{z-index:12}.centers-workspace__hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.centers-workspace__copy{gap:8px;min-width:0;display:grid}.centers-workspace__copy h2,.centers-workspace__copy p{margin:0}.centers-workspace__eyebrow{color:var(--teal);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:800}.centers-workspace__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.centers-workspace__stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.centers-workspace__stat{background:#ffffffc7;border:1px solid #0b1f3314;border-radius:18px;gap:6px;padding:16px;display:grid}.centers-workspace__stat span{color:var(--ink-soft);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.centers-workspace__stat strong{color:var(--ink);font-size:24px;line-height:1}.centers-filters{isolation:isolate;background:#ffffffc2;border:1px solid #0b1f3314;border-radius:18px;padding:16px;position:relative;overflow:visible}.centers-filters--search-open{z-index:18}.centers-filters .button{align-self:end}.field--search-combobox{z-index:20;position:relative}.center-search-combobox{position:relative}.center-search-combobox input{padding-right:48px}.center-search-combobox.open input{border-color:#0f7b8238;box-shadow:0 0 0 4px #0f7b8214}.center-search-combobox__icon{width:28px;height:28px;color:var(--teal);cursor:pointer;background:#0f7b821a;border:0;border-radius:999px;place-items:center;font-size:18px;font-weight:700;line-height:1;transition:background .2s,color .2s,transform .2s;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.center-search-combobox__icon:hover{color:#095259;background:#0f7b822e;transform:translateY(-50%)scale(1.04)}.center-search-combobox__icon:focus-visible{outline-offset:2px;outline:2px solid #0f7b828c}.center-search-combobox__panel{z-index:60;-webkit-backdrop-filter:none;background:#fffffffa;border:1px solid #0b1f3314;border-radius:20px;gap:10px;padding:12px;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 24px 48px #0b1f3324}.center-search-combobox__summary{color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:4px 2px 0;font-size:12px;font-weight:700;display:flex}.center-search-combobox__summary strong{color:var(--ink);font-size:12px}.center-search-combobox__list{gap:8px;max-height:320px;padding-right:4px;display:grid;overflow-y:auto}.center-search-combobox__option{box-shadow:none;margin:0}.center-search-combobox__empty{background:#ffffffb8;border:1px dashed #0b1f3324;border-radius:16px;gap:6px;padding:14px;display:grid}.center-search-combobox__empty strong,.center-search-combobox__empty p{margin:0}.tenant-picker{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.tenant-picker--deleted{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.tenant-picker__item{min-height:84px;margin:0;box-shadow:0 10px 24px #0b1f330f}.tenant-picker__deleted-card{height:100%;margin-bottom:0}.centers-workspace__empty{background:#ffffff85;border:1px dashed #0b1f3324;border-radius:18px;gap:6px;padding:18px;display:grid}.centers-workspace__empty strong,.centers-workspace__empty p{margin:0}.tenant-detail-stats{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.tenant-detail-stat{background:#0f7b8214;border:1px solid #0f7b821f;border-radius:14px;flex-direction:column;gap:2px;min-width:120px;padding:10px 12px;display:flex}.tenant-detail-stat strong{color:var(--ink);font-size:20px}.section{padding:20px}.section+.section{border-top:1px solid var(--border)}.helper{color:var(--ink-soft);font-size:13px}.alert{color:var(--coral);background:#e46b5b1f;border-radius:12px;padding:12px 14px;font-size:14px}.toast{z-index:20;border:1px solid var(--border);border-radius:12px;margin-bottom:14px;padding:12px 14px;font-size:14px;position:sticky;top:12px}.toast.success{color:var(--teal);background:#0f7b8224}.toast.error{color:var(--coral);background:#e46b5b1f}.deleted-item{border:1px solid var(--border);background:#fff9;border-radius:12px;gap:8px;min-width:0;margin-bottom:8px;padding:10px;display:grid}.deleted-item>div{min-width:0}.deleted-item .helper{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fade-in{animation:.6s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-access-shell{align-items:center;width:min(100%,520px);min-height:calc(100svh - 120px);margin:0 auto;padding:24px 0;display:grid}.admin-access-card{background:radial-gradient(circle at 100% 0,#0f7b821a,#0000 34%),linear-gradient(160deg,#fffffff7,#f5f9fff0);width:100%;padding:clamp(24px,4vw,36px);overflow:hidden;box-shadow:0 24px 70px #0b1f3324}.admin-access-grid{grid-template-columns:1fr;display:grid}.security-split{grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:20px;min-width:0;display:grid}.admin-access-form,.security-panel{flex-direction:column;gap:16px;min-width:0;display:flex}.admin-access-form{gap:20px}.admin-access-form .form-grid{grid-template-columns:1fr;gap:14px}.admin-access-form .field input{min-height:clamp(46px,7vw,50px)}.admin-access-form .button{width:100%;min-height:clamp(46px,7vw,50px)}.admin-access-header{text-align:center;justify-items:center;gap:12px;padding-bottom:8px;display:grid}.admin-access-header .brand{align-items:center;gap:4px}.admin-access-header h1{letter-spacing:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(30px,6vw,38px);font-weight:800;line-height:1.05}.admin-access-header .brand span{max-width:34ch;line-height:1.45}.admin-access-logo{object-fit:contain;filter:drop-shadow(0 14px 26px #0b1f332e);width:clamp(88px,18vw,112px);height:clamp(88px,18vw,112px)}.security-chip{letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:32px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.security-chip.success{color:var(--teal);background:#0f7b821f}.security-chip.warning{color:#8f5400;background:#f4b83a2e}.security-chip.danger{color:var(--coral);background:#e46b5b24}.security-chip.neutral{color:var(--ink-soft);background:#0b1f3314}.security-callout-grid,.security-detail-stack,.security-permission-groups{gap:12px;display:grid}.security-note{background:#ffffffb8;border:1px solid #0b1f3314;border-radius:16px;gap:6px;padding:14px 16px;display:grid}.security-note strong{font-size:13px}.security-note span{color:var(--ink-soft);font-size:13px;line-height:1.5}.security-note.warning{background:#f4b83a24}.security-feedback{border:1px solid #0b1f3314;border-radius:12px;padding:12px 14px;font-size:14px}.security-feedback.success{color:var(--teal);background:#0f7b821f}.security-feedback.error{color:var(--coral);background:#e46b5b1f}.security-workspace{gap:16px;min-width:0;display:grid}.security-banner{background:radial-gradient(circle at 100% 0,#0f7b8217,#0000 34%),radial-gradient(circle at 0 100%,#f4b83a24,#0000 30%),linear-gradient(160deg,#fffffff5,#f5f9ffeb);gap:18px;display:grid}.security-banner__header,.security-panel__header,.security-permission-group__header,.security-catalog-item{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.security-banner__flags,.security-toolbar,.security-inline-list,.security-actions,.security-tab-strip{flex-wrap:wrap;gap:10px;display:flex}.security-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.security-metric{background:#ffffffb8;border:1px solid #0b1f3314;border-radius:16px;gap:4px;padding:14px 16px;display:grid}.security-metric span,.security-kv span{color:var(--ink-soft);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.security-metric strong{font-size:22px;line-height:1.05}.security-metric small,.security-kv small{color:var(--ink-soft);font-size:12px}.security-tab{min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#ffffffb8;border:1px solid #0b1f3314;border-radius:16px;flex:180px;gap:4px;padding:14px 16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.security-tab strong{font-size:14px}.security-tab small{color:var(--ink-soft);font-size:12px;line-height:1.35}.security-tab.active{border-color:#0f7b8238;transform:translateY(-1px);box-shadow:0 16px 32px #0b1f3314}.security-panel__header{border-bottom:1px solid #0b1f3314;padding-bottom:8px}.security-empty{color:var(--ink-soft);text-align:center;background:#0b1f330a;border-radius:16px;padding:18px}.security-field--full{grid-column:1/-1}.security-role-picker,.security-json-block{gap:10px;min-width:0;display:grid}.security-user-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.security-user-form .security-role-picker{grid-column:1/-1}.security-user-form .security-checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.security-user-form__actions{grid-column:1/-1;justify-content:flex-end;min-width:0;display:flex}.security-user-form__actions .button{white-space:normal;width:min(100%,260px);height:auto;min-height:46px;padding-block:12px}.security-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:10px;min-width:0;display:grid}.security-checkbox{background:#ffffffb3;border:1px solid #0b1f3314;border-radius:14px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:12px 14px;display:grid}.security-checkbox input{margin-top:3px}.security-checkbox span{gap:4px;display:grid}.security-checkbox strong{font-size:13px}.security-checkbox small{color:var(--ink-soft);font-size:12px;line-height:1.35}.security-checkbox.disabled{opacity:.7}.security-kv-grid{grid-template-columns:repeat(auto-fit,minmax(min(170px,100%),1fr));gap:10px;min-width:0;display:grid}.security-kv{background:#ffffffad;border:1px solid #0b1f3314;border-radius:14px;gap:6px;min-width:0;padding:12px 14px;display:grid}.security-kv strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35}.security-inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;min-width:0;display:grid}.security-actions{min-width:0;padding-top:4px}.security-actions .button{white-space:normal;flex:150px;min-width:0;max-width:100%}.security-panel>*,.security-detail-stack,.security-detail-stack>*,.security-panel .table-scroll{min-width:0}.security-panel .table-scroll{max-width:100%}.security-panel .table-scroll .table{min-width:560px}.security-panel .table-scroll .security-sessions-table{table-layout:fixed;min-width:100%}.security-sessions-table th,.security-sessions-table td{overflow-wrap:anywhere;white-space:normal}.security-table-title{gap:4px;display:grid}.security-table-title small{color:var(--ink-soft);font-size:12px}.security-permission-group{background:#ffffffad;border:1px solid #0b1f3314;border-radius:16px;gap:12px;padding:14px 16px;display:grid}.security-permission-group__header small{color:var(--ink-soft)}.security-permission-catalog{gap:10px;display:grid}.security-catalog-item{border-bottom:1px solid #0b1f3314;padding:12px 0}.security-catalog-item:last-child{border-bottom:none;padding-bottom:0}.security-json-block pre{color:#e7eef7;white-space:pre-wrap;word-break:break-word;background:#0b1f33eb;border-radius:14px;margin:0;padding:14px;font-size:12px;line-height:1.5}@media (width<=900px){.app{background:linear-gradient(140deg,#fdfbf7 0%,#e6f0ff 58%,#f4f8ff 100%);min-height:100svh}.app:before,.app:after{display:none}.card{-webkit-backdrop-filter:none;background:#fffffff0;box-shadow:0 12px 28px #0b1f331a}.container{padding:20px 14px 48px}.layout,.layout.layout--sidebar-collapsed{grid-template-columns:1fr}.module-actions{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));min-width:0;max-width:none}.topbar{align-items:stretch;padding:18px 16px}.topbar--actions-only{justify-content:stretch}.topbar-actions{grid-template-columns:auto minmax(220px,1fr) minmax(84px,auto) auto;align-items:center;gap:10px;width:100%;min-width:0;padding-bottom:0;display:grid}.topbar-status{width:auto;min-width:0;overflow:hidden}.topbar-status strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar-menu-button--mobile{justify-self:start;width:46px;min-width:46px;height:46px}.topbar-actions .button,.topbar-actions select.button{width:auto}.centers-workspace__hero,.centers-workspace__actions{align-items:stretch}.centers-workspace__actions{justify-content:flex-start}.sidebar{width:100%;max-width:none;max-height:none;position:relative;top:0}.sidebar.sidebar--collapsed{display:none}.sidebar-centers-list{max-height:300px}.main-content .section{padding:14px}.admin-access-grid,.security-split{grid-template-columns:1fr}.security-user-form{grid-template-columns:repeat(2,minmax(0,1fr))}.security-user-form .security-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr))}.admin-access-shell{width:min(100%,500px);min-height:calc(100svh - 88px)}}@media (width<=640px){.container{padding:16px}.admin-access-shell{min-height:calc(100svh - 32px);padding:0}.admin-access-card{border-radius:18px;padding:24px 18px}.admin-access-form{gap:18px}.admin-access-header{gap:10px}.admin-access-header h1{font-size:30px}.admin-access-logo{width:84px;height:84px}.module-summary{grid-template-columns:1fr}.brand h1,.brand--dashboard h1{font-size:32px}.brand span{font-size:13px}.centers-workspace__stats,.tenant-picker{grid-template-columns:1fr}.center-search-combobox__summary{align-items:flex-start}.button{padding:9px 14px}.modal-overlay{padding:max(12px, env(safe-area-inset-top,0px)) 12px max(12px, env(safe-area-inset-bottom,0px));align-items:flex-start}.modal-card{border-radius:16px;max-height:calc(100dvh - 24px)}.modal-header{flex-wrap:wrap;align-items:flex-start}.modal-header .button{width:100%}.modal-body{padding-right:2px}.modal-actions{flex-direction:column-reverse;position:sticky;bottom:0}.modal-actions .button{width:100%}.module-carousel-grid{grid-template-columns:1fr}.module-carousel-card__media{max-height:none}.topbar-actions{grid-template-columns:auto minmax(0,1fr)}.topbar-actions .button,.topbar-actions select.button{width:100%}.topbar-menu-button--mobile{width:46px;min-width:46px}.topbar-actions .topbar-menu-button--mobile{width:46px}.topbar-status{width:100%}.topbar-actions select.button,.topbar-actions>.button:not(.topbar-menu-button--mobile){grid-column:1/-1}.centers-workspace__actions .button,.centers-workspace__actions .badge{justify-content:center;width:100%}.module-carousel-card__actions{grid-template-columns:1fr}.table-scroll .table{min-width:620px}.security-inline-form,.security-user-form{grid-template-columns:1fr}.security-user-form__actions{justify-content:stretch}.security-user-form__actions .button{width:100%}.security-tab{flex-basis:100%}.module-actions{grid-template-columns:1fr}.module-extension-mode-switch .button{width:100%}}@media (width<=420px){.admin-access-card{padding:22px 14px}.admin-access-header h1{font-size:28px}.admin-access-logo{width:76px;height:76px}}@media (height<=700px) and (width>=641px){.admin-access-shell{min-height:auto;padding:32px 0}}
