:root{--app-primary:#1890ff;--app-primary-bg:#e6f4ff;--app-warning:#faad14;--app-warning-bg:#fffbe6;--app-bg-layout:#f5f5f5;--app-bg-container:#fff;--app-bg-hover:#f5f5f5;--app-menu-selected-bg:#f0f0f0;--app-border:#f0f0f0;--app-border-strong:#d9d9d9;--app-text:#000000e0;--app-text-secondary:#00000073;--app-menu-item-color:#000000a6;--app-menu-item-hover-color:#000000e0;--app-shadow-sm:0 1px 2px #00000008;--app-shadow-lg:0 16px 48px #00000014;--login-bg-start:#f7faff;--login-bg-end:#edf3f8;--app-radius:6px;--app-radius-lg:8px}*{box-sizing:border-box}html,body,#root{height:100%;min-height:0;margin:0}body{color:var(--app-text);background:var(--app-bg-layout)}.login-screen{background:radial-gradient(circle at 12% 10%, #1890ff1f, transparent 34%), linear-gradient(145deg, var(--login-bg-start), var(--login-bg-end));place-items:center;min-height:100vh;padding:24px;display:grid;overflow:auto}.login-shell{background:var(--app-bg-container);border:1px solid var(--app-border);border-radius:var(--app-radius-lg);width:min(1120px,100%);min-height:min(680px,100vh - 48px);box-shadow:var(--app-shadow-lg);grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);display:grid;overflow:hidden}.login-visual{color:#fff;background:#0d2c49;min-height:100%;position:relative;overflow:hidden}.login-carousel,.login-visual-shade{width:100%;height:100%;position:absolute;inset:0}.login-carousel .slick-slider,.login-carousel .slick-list,.login-carousel .slick-track,.login-carousel .slick-slide,.login-carousel .slick-slide>div,.login-slide{height:100%}.login-slide>img{object-fit:cover;object-position:50% 50%;width:100%;height:100%;display:block}.login-carousel .login-carousel-dots{z-index:3;justify-content:flex-start;width:auto;margin:0;bottom:22px;left:clamp(28px,4vw,48px);right:clamp(28px,4vw,48px)}.login-visual-shade{z-index:1;pointer-events:none;background:linear-gradient(#05192c38 0%,#05192c14 38%,#05192cdb 100%)}.login-visual-brand,.login-visual-copy{z-index:2;position:absolute;left:clamp(28px,4vw,48px);right:clamp(28px,4vw,48px)}.login-visual-brand{letter-spacing:.03em;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex;top:clamp(28px,4vw,42px)}.login-visual-brand-mark{border-radius:var(--app-radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff47;place-items:center;width:34px;height:34px;display:grid}.login-visual-copy{max-width:460px;bottom:clamp(62px,7vw,78px)}.login-visual-copy .ant-typography{color:#fff}.login-visual-copy>span.ant-typography{color:#ffffffc7;letter-spacing:.14em;margin-bottom:12px;font-size:13px;display:block}.login-visual-copy h2.ant-typography{max-width:420px;margin:0 0 14px;font-size:clamp(28px,3vw,38px);line-height:1.3}.login-visual-copy p.ant-typography{color:#ffffffc2;max-width:420px;margin:0;font-size:15px;line-height:1.8}.login-panel{background:var(--app-bg-container);flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;padding:clamp(44px,6vw,72px);display:flex}.login-panel-content{width:min(400px,100%);margin:auto 0}.login-heading{margin-top:0}.login-eyebrow.ant-typography{color:var(--app-primary);letter-spacing:.12em;margin-bottom:10px;font-size:13px;font-weight:600;display:block}.login-heading h1.ant-typography{margin:0 0 12px;font-size:clamp(30px,3vw,38px);line-height:1.25}.login-heading p.ant-typography{color:var(--app-text-secondary);margin:0;font-size:14px;line-height:1.7}.login-form{margin-top:32px}.login-form .ant-form-item{margin-bottom:20px}.login-form .ant-form-item-label>label{font-weight:500}.login-form .ant-input,.login-form .ant-input-affix-wrapper,.login-form .ant-btn{min-height:48px}.login-form .ant-btn{margin-top:4px;font-weight:600}.login-copyright{text-align:center;flex:none;width:100%;padding-top:34px}.login-copyright .ant-typography{font-size:12px}.app-layout{background:var(--app-bg-layout);height:100vh;min-height:0;overflow:hidden}.app-sider{border-right:1px solid var(--app-border);height:100vh;position:relative;overflow:visible;background:var(--app-bg-container)!important}.app-sider .ant-layout-sider-children{flex-direction:column;height:100%;min-height:0;display:flex;position:relative;overflow:visible}.app-brand{border-bottom:1px solid var(--app-border);align-items:center;gap:12px;height:60px;padding:0 16px;display:flex}.app-brand-icon{width:36px;height:36px;color:var(--app-primary);background:var(--app-primary-bg);border-radius:var(--app-radius-lg);flex:none;place-items:center;font-size:20px;display:grid}.app-brand-text{color:var(--app-text);white-space:nowrap;font-size:15px}.app-brand-copy{flex-direction:column;justify-content:center;min-width:0;line-height:1.25;display:flex}.app-brand-subtitle.ant-typography{color:var(--app-text-secondary);white-space:nowrap;margin-top:2px;font-size:11px}.app-menu-scroll{flex:1;min-height:0;padding:8px 0;overflow:hidden auto}.app-menu{padding:0 8px;border-inline-end:0!important}.app-menu .ant-menu-item{height:40px;color:var(--app-menu-item-color);border-radius:var(--app-radius);margin-block:4px;line-height:40px}.app-menu .ant-menu-item a,.app-menu .ant-menu-item .anticon{color:inherit}.app-menu.ant-menu-light .ant-menu-item-selected{color:var(--app-menu-item-hover-color);background:var(--app-menu-selected-bg)}.app-menu.ant-menu-light .ant-menu-item-selected a,.app-menu.ant-menu-light .ant-menu-item-selected .anticon{color:inherit}.app-menu.ant-menu-light .ant-menu-item:hover{color:var(--app-menu-item-hover-color);background:var(--app-bg-hover)}.app-sider-context{border-top:1px solid var(--app-border);flex:none;padding:10px 12px 0}.app-sider-context .topbar-actions,.app-sider-context .topbar-actions .ant-space-item,.app-sider-context .membership-select{width:100%}.app-sider-footer{flex:none;padding:8px 12px 14px}.app-user-card{width:100%;min-height:48px;color:inherit;text-align:left;border-radius:var(--app-radius-lg);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:6px 8px;display:flex}.app-user-card:hover,.app-user-card:focus-visible{background:var(--app-bg-hover);outline:none}.app-user-avatar{color:#fff;background:var(--app-primary);flex:none}.app-user-meta{flex-direction:column;min-width:0;line-height:1.25;display:flex}.app-user-name,.app-user-summary{text-overflow:ellipsis;white-space:nowrap;max-width:148px;overflow:hidden}.form-list-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.course-session-form-row{border:1px solid var(--app-border);border-radius:var(--app-radius);background:#fafafa;padding:12px}.app-main-layout{background:var(--app-bg-layout);min-width:0;height:100vh;min-height:0;overflow:hidden}.app-sider-trigger.ant-btn{z-index:20;width:24px;min-width:24px;height:24px;color:var(--app-text-secondary);background:var(--app-bg-container);border:1px solid var(--app-border);border-radius:50%;padding:0;position:absolute;top:12px;right:-12px;box-shadow:0 2px 8px #00000014}.app-sider-trigger.ant-btn:hover,.app-sider-trigger.ant-btn:focus-visible{color:var(--app-primary);border-color:var(--app-border-strong);background:var(--app-bg-container)!important}.app-sider-trigger .ant-btn-icon{font-size:12px}.app-content{--app-content-padding-inline:32px;--app-content-padding-bottom:40px;min-width:0;min-height:0;padding:24px var(--app-content-padding-inline) var(--app-content-padding-bottom);flex:1;overflow:auto}.page-shell{width:100%;max-width:none;margin:0}.page-shell-meta{min-height:22px;margin-bottom:8px}.page-shell-breadcrumb{font-size:13px}.page-shell-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.page-shell-title-block{min-width:0}.page-shell-extra{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.page-shell-body{width:100%}.page-shell-header h2.ant-typography{color:var(--app-text);letter-spacing:0;margin:0;font-size:22px;line-height:1.3}.ant-layout-sider-collapsed .app-brand{justify-content:center;padding:0}.ant-layout-sider-collapsed .app-brand-copy,.ant-layout-sider-collapsed .app-sider-context{display:none}.ant-layout-sider-collapsed .app-sider-footer{padding:10px 12px 14px}.ant-layout-sider-collapsed .app-user-card{justify-content:center;padding:6px 0}.ant-layout-sider-collapsed .app-user-meta{display:none}.topbar-actions{padding-right:0}.membership-select{width:240px}.page-stack{width:100%}.toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel{background:var(--app-bg-container);border:1px solid var(--app-border);border-radius:var(--app-radius-lg);width:100%;box-shadow:var(--app-shadow-sm);padding:18px}.course-detail-section{margin-bottom:16px;padding:18px;overflow:hidden}.course-detail-section-head{border-bottom:0;margin-bottom:14px;padding:0}.course-detail-section-head h4.ant-typography{margin:0;font-size:16px;font-weight:600;line-height:1.4}.course-detail-section-body{padding:0}.course-detail-meta{margin-bottom:8px}.course-detail-state-note.ant-typography{color:var(--app-text-secondary);margin-bottom:18px}.course-session-inline-form{margin-bottom:18px}.course-detail-section .ant-alert,.course-page-section{margin-bottom:16px}.course-page-section h4.ant-typography{margin:0 0 14px;font-size:16px;font-weight:600;line-height:1.4}.app-detail-drawer-footer-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;padding:2px 0;display:flex}.app-detail-drawer .ant-drawer-header{padding:16px 20px}.app-detail-drawer .ant-drawer-title{font-size:16px;font-weight:600;line-height:24px}.app-detail-drawer .ant-drawer-body{padding:0;font-size:14px;line-height:22px}.app-detail-drawer .ant-drawer-footer{padding:12px 16px}.app-detail-drawer-feedback{padding:20px}.app-detail-drawer-content{width:100%}.app-detail-drawer-summary,.app-detail-drawer-section{background:var(--app-bg-container);padding:20px}.app-detail-drawer-section{border-top:1px solid var(--app-border)}.app-detail-drawer-object-title.ant-typography{margin:0;font-size:20px;font-weight:600;line-height:28px}.app-detail-drawer-summary-copy{width:100%}.app-detail-drawer-status-row{margin-top:12px}.app-detail-drawer-status-row .ant-tag{margin-inline-end:0}.app-detail-drawer-summary-line.ant-typography{margin-top:12px;font-size:14px;line-height:22px;display:block}.app-detail-drawer-section-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.app-detail-drawer-section-title.ant-typography,.app-detail-drawer-record-title.ant-typography{margin:0;font-size:16px;font-weight:600;line-height:24px}.app-detail-drawer-section-note.ant-typography{margin-top:6px;font-size:14px;line-height:22px;display:block}.app-detail-drawer-section-attention{background:var(--app-warning-bg);box-shadow:inset 3px 0 0 var(--app-warning)}.app-detail-drawer-descriptions{margin-top:18px}.app-detail-drawer-content .ant-descriptions{width:100%;font-size:14px}.app-detail-drawer-content .ant-descriptions-view{width:100%}.app-detail-drawer-content .ant-descriptions-item-container{align-items:flex-start}.app-detail-drawer-content .ant-descriptions-item-label{width:104px;max-width:104px;color:var(--app-text-secondary);flex:0 0 104px;line-height:22px}.app-detail-drawer-content .ant-descriptions-item-content{min-width:0;color:var(--app-text);overflow-wrap:anywhere;line-height:22px}.app-detail-drawer-content .ant-descriptions-row>td{padding-bottom:12px}.app-detail-drawer-content .ant-descriptions-row:last-child>td{padding-bottom:0}.app-detail-drawer-content .ant-typography code{white-space:normal;overflow-wrap:anywhere}.booking-redemption-code.ant-typography{letter-spacing:.04em;font-size:16px}.booking-detail-amount.ant-typography{white-space:nowrap;font-size:18px}.booking-detail-code-line.ant-typography{overflow-wrap:anywhere;width:100%;max-width:100%;margin-bottom:6px;display:block}.app-detail-drawer-collapse{border-top:1px solid var(--app-border)}.app-detail-drawer-collapse .ant-collapse-header{font-size:14px;font-weight:500;line-height:22px;padding:16px 20px!important}.app-detail-drawer-collapse .ant-collapse-content-box{padding:4px 20px 24px!important}.app-detail-drawer-record-stack,.app-detail-drawer-record-group{width:100%}.app-detail-drawer-record-group+.app-detail-drawer-record-group{border-top:1px solid var(--app-border);margin-top:20px;padding-top:20px}.app-detail-drawer-record-title.ant-typography{margin-bottom:16px}.app-detail-drawer-history-entry{flex-direction:column;gap:4px;font-size:14px;line-height:22px;display:flex}@media (width<=520px){.app-detail-drawer-summary,.app-detail-drawer-section{padding:16px}.app-detail-drawer-section-heading{flex-wrap:wrap}.app-detail-drawer-collapse .ant-collapse-header,.app-detail-drawer-collapse .ant-collapse-content-box{padding-inline:16px!important}.app-detail-drawer-content .ant-descriptions-item-label{flex-basis:96px;width:96px;max-width:96px}.app-detail-drawer-footer-actions>.ant-space{justify-content:flex-end;width:100%}}.page-stack>.ant-table-wrapper{background:var(--app-bg-container);border:1px solid var(--app-border);border-radius:var(--app-radius-lg);width:100%;box-shadow:var(--app-shadow-sm);overflow:hidden}.page-stack>.ant-table-wrapper .ant-table{background:0 0}.page-stack>.ant-table-wrapper .ant-pagination{margin:16px 16px 16px 0}.metric-card{border-radius:var(--app-radius-lg);border-color:var(--app-border)}.workbench-basis-alert .ant-alert-description{color:var(--app-text-secondary)}.store-setup-guide{overflow:hidden}.store-setup-guide-head{grid-template-columns:minmax(0,1fr) minmax(240px,320px);align-items:center;gap:32px;display:grid}.store-setup-guide-copy h3.ant-typography{margin:10px 0 6px;font-size:20px}.store-setup-guide-copy .ant-typography{margin-bottom:0}.store-setup-progress{min-width:0}.store-setup-progress-meta{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.store-setup-list{border-top:1px solid var(--app-border);margin-top:24px}.store-setup-item{border-bottom:1px solid var(--app-border);grid-template-columns:40px minmax(0,1fr) auto minmax(112px,auto);align-items:center;gap:16px;padding:18px 0;display:grid}.store-setup-item:last-child{border-bottom:0;padding-bottom:0}.store-setup-step-icon{width:32px;height:32px;color:var(--app-primary);background:var(--app-primary-bg);border-radius:50%;place-items:center;font-weight:600;display:grid}.store-setup-item-completed .store-setup-step-icon{color:#52c41a;background:#f6ffed}.store-setup-step-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.store-setup-step-action{justify-self:end}.store-setup-step-action .ant-btn,button.store-setup-step-action{min-width:104px}.store-context-notice{background:var(--app-bg-container);border-color:#d9ecff}.store-context-notice .ant-alert-message{font-weight:600}.store-context-notice .ant-alert-description{color:var(--app-text-secondary)}.workbench-metric-card{min-height:122px}.workbench-metric-link{color:inherit;display:block}.workbench-metric-link:hover{color:inherit}.workbench-metric-link .workbench-metric-card{transition:border-color .16s,box-shadow .16s,transform .16s}.workbench-metric-link:hover .workbench-metric-card{border-color:#1677ff;transform:translateY(-1px);box-shadow:0 8px 22px #0f172a14}.workbench-drilldown-link{color:#1677ff;font-weight:500}.workbench-drilldown-link:hover{color:#0958d9;text-decoration:underline}.full-width-control{width:100%}.section-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.finance-page .section-heading-row,.finance-detail-page .section-heading-row{margin-bottom:16px}.finance-settlement-detail-content{flex-direction:column;gap:16px;width:100%;display:flex}.settlement-item-keyword{width:280px}.settlement-item-type-select{width:132px}.finance-page .panel h4.ant-typography,.finance-detail-page .panel h4.ant-typography{margin-top:0;margin-bottom:8px}.finance-page .panel>h4.ant-typography,.finance-detail-page .panel>h4.ant-typography{margin-bottom:12px}.workbench-metric-card-danger{border-color:#ffd8bf}.workbench-metric-card .ant-statistic-title{min-height:22px;color:var(--app-text-secondary)}.workbench-metric-card .ant-statistic-content{color:var(--app-text);font-size:24px;line-height:1.2}.workbench-metric-card-danger .ant-statistic-content{color:#cf1322}.workbench-metric-meta{min-height:24px;margin-top:10px}.payment-summary-card .ant-card-body{flex-direction:column;justify-content:flex-start;min-height:122px;padding:22px 24px;display:flex}.payment-summary-card-title{line-height:22px;display:block}.performance-metric-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.performance-metric-card-info{color:var(--app-text-secondary);cursor:help}.performance-metric-card-info:hover{color:#1677ff}.payment-summary-card-value{color:var(--app-text);white-space:nowrap;margin-top:10px;font-size:24px;font-weight:500;line-height:1.2}.payment-summary-card-footer{min-height:24px;margin-top:12px}.finance-exception-card .ant-card-body{flex-direction:column;justify-content:flex-start;gap:8px;min-height:96px;display:flex}.finance-exception-value{color:var(--app-text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:500;line-height:1.2}.payment-summary-ratio{font-variant-numeric:tabular-nums}.payment-summary-ratio-denominator{color:var(--app-text-secondary);font-weight:400}.store-performance-chart{min-height:300px;padding-top:8px}.store-performance-progress-cell{width:130px}.target-warning-link.ant-btn-link{color:#d48806;padding:0;font-weight:500}.target-warning-link.ant-btn-link:hover{color:#ad6800}.target-amount-link.ant-btn-link{padding:0;font-weight:500}.workbench-health-panel .ant-empty{margin:8px 0 0}.store-workbench-panel{min-height:190px}.store-workbench-panel .ant-empty{margin:18px 0 4px}.workbench-todo-strip{padding-top:14px;padding-bottom:14px}.workbench-todo-strip-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.workbench-operations-panel .section-header{margin-bottom:0}.workbench-operations-stats{padding:8px 0 12px}.workbench-operations-stat-link{min-height:112px;color:inherit;background:var(--app-bg-container);border:1px solid var(--app-border);border-radius:var(--app-radius);flex-direction:column;justify-content:space-between;gap:12px;padding:16px;transition:border-color .16s,box-shadow .16s;display:flex}.workbench-operations-stat-link:hover{color:inherit;border-color:var(--app-primary);box-shadow:0 4px 14px #0f172a0f}.workbench-health-summary{margin-bottom:12px}.workbench-redemption-anomalies,.workbench-redemption-ok{margin-top:16px}.customer-link-button{height:auto;padding:0;font-weight:600}.customer-feedback-no{white-space:nowrap;max-width:100%}.customer-stat-card{min-height:112px}.customer-stat-card-danger .ant-statistic-content{color:#cf1322}.customer-detail-card{padding:16px}.customer-filter-select{min-width:132px}.customer-filter-range{min-width:240px}.customer-profile-note{margin-bottom:16px}.customer-feedback-workspace{padding:16px}.customer-feedback-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.customer-feedback-header .ant-typography{margin-top:0;margin-bottom:0}.customer-feedback-status-filter{min-width:150px}.customer-feedback-content{white-space:pre-wrap;background:#fafafa;border-radius:6px;margin:12px 0 0;padding:12px}.notification-operations-summary{border-color:#1677ff2e}.notification-operations-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.notification-operations-heading h4.ant-typography{margin:0 0 4px}.notification-summary-card{height:100%}.notification-summary-card .ant-card-body{align-items:center;gap:14px;min-height:104px;padding:14px 16px;display:flex}.notification-summary-card-icon{color:#1677ff;background:#e6f4ff;border-radius:6px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:inline-flex}.notification-summary-card-success .notification-summary-card-icon{color:#389e0d;background:#f6ffed}.notification-summary-card-warning .notification-summary-card-icon{color:#d48806;background:#fffbe6}.notification-summary-card-danger .notification-summary-card-icon,.notification-summary-card-danger .ant-statistic-content{color:#cf1322}.notification-summary-card-danger .notification-summary-card-icon{background:#fff1f0}.notification-search-input{width:min(420px,100%)}.notification-filter-select{min-width:150px}.notification-source-link{text-align:left;white-space:nowrap;min-width:200px;height:auto;padding-inline:0}@media (width<=900px){.notification-operations-heading{flex-direction:column}.notification-filter-bar,.notification-filter-bar .ant-space-item,.notification-search-input,.notification-filter-select{width:100%}}.page-field-full{width:100%}@media (width<=900px){.customer-feedback-header{flex-direction:column}.booking-daily-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-board-compact-legend{display:none}}.workbench-progress-cell{grid-template-columns:minmax(76px,1fr) auto;align-items:center;gap:8px;display:grid}.workbench-code-text{font-size:12px}.booking-board-header{flex-wrap:wrap;align-items:flex-start}.booking-board-module{min-width:0}.booking-board-main-panel,.booking-board-side-panel{background:var(--app-bg-container);min-width:0}.booking-board-side{flex-direction:column;gap:16px;min-width:0;display:flex}.booking-board-side-panel h4.ant-typography{margin:0 0 14px;font-size:15px;line-height:1.4}.booking-board-status-row,.booking-board-stat-row,.booking-board-stat-total{justify-content:space-between;align-items:center;gap:12px;display:flex}.booking-board-status-row{justify-content:flex-start}.booking-board-status-badge{border-radius:var(--app-radius);white-space:nowrap;justify-content:center;align-items:center;min-width:68px;min-height:28px;padding:4px 10px;font-size:13px;font-weight:600;display:inline-flex}.booking-board-compact-legend .booking-board-status-badge{min-width:auto;min-height:24px;padding:2px 8px;font-size:12px}.booking-board-legend{border-top:1px solid var(--app-border);flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:12px;padding-top:12px;display:flex}.booking-board-legend-item{color:var(--app-text-secondary);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.booking-board-legend-swatch{border-radius:3px;width:10px;height:10px;display:inline-block}.booking-board-legend-note{margin-left:auto;font-size:12px}.booking-board-unit-header{width:100%}.booking-board-stat-label{font-weight:600}.booking-board-stat-total{border-top:1px solid var(--app-border);margin-top:6px;padding-top:10px}.booking-board-exception-empty{border:1px dashed var(--app-border);border-radius:var(--app-radius);background:#f8fafc;align-items:center;gap:8px;min-height:44px;padding:10px 12px;display:flex}.booking-board-exception-empty .anticon{color:#059669}.booking-board-exception-panel{flex-direction:column;gap:10px;display:flex}.booking-board-exception-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.booking-board-exception-kpi{border:1px solid var(--app-border);border-radius:var(--app-radius);background:#f8fafc;flex-direction:column;justify-content:center;gap:2px;min-height:52px;padding:8px 10px;display:flex}.booking-board-exception-kpi strong{font-size:18px;line-height:1}.booking-board-exception-kpi small{color:var(--app-muted);text-transform:uppercase;font-size:11px}.booking-board-exception-kpi-critical{color:#b91c1c;background:#fff1f2;border-color:#fecaca}.booking-board-exception-kpi-warning{color:#a16207;background:#fffbeb;border-color:#fde68a}.redemption-operations-panel{background:linear-gradient(180deg, #1677ff0a, #fff0 52%), var(--app-bg-container);border-color:#1677ff2e}.redemption-operations-head{justify-content:space-between;width:100%}.redemption-operations-head h4.ant-typography{margin:0 0 4px}.redemption-metric-card{cursor:pointer;border-color:var(--app-border);background:var(--app-bg-container);height:100%;transition:border-color .16s,box-shadow .16s,transform .16s,background-color .16s}.redemption-metric-card .ant-card-body{height:100%;min-height:104px;padding:14px 16px}.redemption-metric-card:hover{border-color:#91caff;transform:translateY(-1px);box-shadow:0 8px 24px #1677ff14}.redemption-metric-card-active{background:#f5faff;border-color:#1677ff;box-shadow:inset 0 0 0 1px #1677ff2e}.redemption-metric-content{flex-direction:column;justify-content:space-between;gap:6px;min-height:76px;display:flex}.redemption-metric-title-row{justify-content:space-between;align-items:center;gap:8px;min-height:22px;display:flex}.redemption-metric-card .ant-statistic-title{color:var(--app-text-secondary)}.redemption-metric-card .ant-statistic-content{font-size:24px;line-height:1.15}.redemption-booking-no-link{text-align:left;white-space:nowrap;min-width:260px;padding-inline:0}.booking-board-exception-card{border:1px solid var(--app-border);border-radius:var(--app-radius);background:#fff;border-left-width:3px;padding:10px}.booking-board-exception-critical{border-left-color:#dc2626}.booking-board-exception-warning{border-left-color:#d97706}.booking-board-exception-info{border-left-color:#2563eb}.booking-board-exception-card-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.booking-board-exception-title{align-items:flex-start;gap:6px;min-width:0;display:inline-flex}.booking-board-exception-title .anticon{color:#64748b;margin-top:3px}.booking-board-exception-meta{color:var(--app-muted);flex-wrap:wrap;gap:6px;margin-top:6px;font-size:12px;display:flex}.booking-board-exception-meta span{overflow-wrap:anywhere;max-width:100%}.booking-board-exception-action.ant-btn{margin-top:6px;padding-inline:0}.matrix-visual-cell small{font-size:11px;font-weight:500}.booking-board-cell-available,.booking-board-text-available{color:#389e0d;background:#f6ffed;border-color:#0000}.booking-board-cell-booked,.booking-board-text-booked{color:#1677ff;background:#e6f4ff;border-color:#0000}.booking-board-cell-started,.booking-board-text-started{color:#08979c;background:#e6fffb;border-color:#0000}.booking-board-cell-completed,.booking-board-text-completed{color:#595959;background:#f5f5f5;border-color:#0000}.booking-board-cell-locked,.booking-board-text-locked{color:#d46b08;background:#fff7e6;border-color:#0000}.booking-board-cell-coach,.booking-board-text-coach{color:#722ed1;background:#f9f0ff;border-color:#0000}.booking-board-cell-pending,.booking-board-text-pending{color:#d48806;background:#fffbe6;border-color:#0000}.booking-board-cell-closed,.booking-board-cell-empty,.booking-board-text-closed{color:#6b7280;background:#f3f4f6;border-color:#0000}.booking-board-cell-no_show,.booking-board-text-no_show{color:#cf1322;background:#fff1f0;border-color:#0000}.booking-board-cell-vacant,.booking-board-text-vacant{color:#595959;background:#f5f5f5;border-color:#0000}.booking-board-cell-expired,.booking-board-text-expired{color:#8c8c8c;background:#f0f0f0;border-color:#0000}.booking-board-cell-booked.booking-board-time-past{color:#595959;background:#f5f5f5}.booking-board-cell-started.booking-board-time-current{color:#08979c;background:#e6fffb;box-shadow:inset 0 0 0 2px #08979c29}.booking-board-cell-locked.booking-board-time-past,.booking-board-cell-coach.booking-board-time-past{color:#8c8c8c;background:#f5f5f5}.booking-board-stat-label.booking-board-text-available,.booking-board-stat-label.booking-board-text-booked,.booking-board-stat-label.booking-board-text-started,.booking-board-stat-label.booking-board-text-completed,.booking-board-stat-label.booking-board-text-locked,.booking-board-stat-label.booking-board-text-pending,.booking-board-stat-label.booking-board-text-closed,.booking-board-stat-label.booking-board-text-no_show,.booking-board-stat-label.booking-board-text-vacant,.booking-board-stat-label.booking-board-text-expired,.booking-board-stat-label.booking-board-text-coach{background:0 0}.section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.section-header h3.ant-typography{letter-spacing:0;margin:0;font-size:16px;line-height:1.4}.store-entry-card{border-color:var(--app-border);border-radius:var(--app-radius-lg);height:100%}.store-entry-card .ant-card-actions{background:var(--app-bg-container)}.filter-control{width:180px}.filter-control-wide{width:220px}.operation-filter-form,.inline-action-form,.lookup-filter-form,.customer-filter-form{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.operation-filter-form.ant-form-inline .ant-form-item,.inline-action-form.ant-form-inline .ant-form-item,.lookup-filter-form.ant-form-inline .ant-form-item,.customer-filter-form.ant-form-inline .ant-form-item{margin-inline-end:0;margin-bottom:0}.operation-filter-submit,.inline-action-form-submit,.lookup-filter-submit{margin-bottom:0}.operation-filter-form .ant-picker-range,.lookup-filter-form .ant-picker-range{min-width:260px}.booking-filter-bar{width:100%}.booking-daily-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.booking-summary-card{flex-direction:column;gap:6px;min-width:0;display:flex}.booking-summary-card .ant-statistic-title{margin-bottom:4px}.booking-summary-card .ant-statistic-content{font-size:28px;line-height:1.2}.booking-summary-card-warning{background:#fffaf0;border-color:#ffd591}.booking-summary-card-warning .ant-statistic-content{color:#d46b08}.booking-view-tabs{padding-bottom:0}.booking-view-tabs .ant-tabs-nav{margin-bottom:0}.booking-filter-bar .ant-space-item{flex:none}.booking-filter-bar,.notification-filter-bar{row-gap:12px}.booking-status-filter{width:260px}.booking-sport-filter{width:180px}.form-inline-wide{min-width:420px}.form-inline-medium{min-width:260px}.search-input{width:260px}.form-fill{width:100%}.form-reason{margin-top:16px}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;display:grid}.form-grid-two .form-span-full{grid-column:1/-1}.inline-grid-row{grid-template-columns:minmax(240px,2fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) 40px;align-items:end;gap:12px;width:100%;display:grid}.inline-grid-row .ant-form-item,.matrix-band-row .ant-form-item{margin-bottom:0}.form-action-slot{align-items:center;min-height:32px;display:flex}.availability-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.availability-section-head h4.ant-typography{margin:0 0 4px;font-size:16px;line-height:1.4}.availability-quick-grid{grid-template-columns:minmax(240px,2fr) minmax(150px,1fr) minmax(150px,1fr);gap:16px;display:grid}.availability-quick-grid .ant-form-item,.availability-weekday-field.ant-form-item,.availability-rule-row .ant-form-item{margin-bottom:0}.availability-weekday-field.ant-form-item{margin-top:18px}.availability-shortcuts{border-top:1px solid var(--app-border);flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;padding-top:12px;display:flex}.availability-rule-table{border:1px solid var(--app-border);border-radius:var(--app-radius-lg);width:100%;overflow-x:auto}.availability-rule-grid{grid-template-columns:minmax(240px,2fr) minmax(110px,.75fr) minmax(130px,1fr) minmax(130px,1fr) 52px;align-items:start;column-gap:12px;min-width:760px;display:grid}.availability-rule-header{color:var(--app-text-secondary);background:var(--app-bg-layout);padding:11px 14px;font-size:13px;font-weight:600}.availability-rule-row{border-top:1px solid var(--app-border);padding:10px 14px}.availability-rule-row>.ant-btn{justify-self:center}.availability-rule-empty{text-align:center;border-top:1px solid var(--app-border);padding:32px 18px}.availability-form-footer{border-top:1px solid var(--app-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:18px;display:flex}.store-profile-form,.store-images-form{width:100%}.store-profile-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.store-profile-section-head h4.ant-typography{margin:0 0 4px;font-size:16px;line-height:1.4}.store-profile-form-footer{border-top:1px solid var(--app-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;padding-top:18px;display:flex}.store-profile-form-footer-actions{justify-content:flex-end}.store-image-table{border:1px solid var(--app-border);border-radius:var(--app-radius-lg);width:100%;overflow-x:auto}.store-image-grid{grid-template-columns:minmax(240px,2fr) minmax(140px,1fr) minmax(100px,.7fr) minmax(120px,.8fr) 52px;align-items:center;column-gap:12px;min-width:760px;display:grid}.store-image-header{color:var(--app-text-secondary);background:var(--app-bg-layout);padding:11px 14px;font-size:13px;font-weight:600}.store-image-row{border-top:1px solid var(--app-border);padding:10px 14px}.store-image-row .ant-form-item{margin-bottom:0}.store-image-row>.ant-btn{justify-self:center}.store-image-preview-cell{align-items:center;gap:12px;min-width:0;display:flex}.store-image-preview.ant-image{background:var(--app-bg-layout);border-radius:6px;flex:none;overflow:hidden}.store-image-preview .ant-image-img{object-fit:cover}.store-image-preview-cell .ant-typography{min-width:0;max-width:180px}.store-image-empty{text-align:center;border:1px dashed var(--app-border);border-radius:var(--app-radius-lg);padding:36px 18px}.matrix-band-row{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) minmax(140px,1fr) 40px;align-items:end;gap:12px;width:100%;display:grid}.table-section-title{color:var(--app-text);padding:12px 18px;font-weight:600}.table-link-button.ant-btn{height:auto;padding:0;font-weight:600}.time-matrix-grid.ant-table-wrapper{background:var(--app-bg-container);border:1px solid var(--app-border);border-radius:var(--app-radius-lg);width:100%;box-shadow:var(--app-shadow-sm);overflow:hidden}.time-matrix-grid .ant-table{background:0 0}.time-matrix-grid .ant-table-thead>tr>th{white-space:nowrap}.time-matrix-grid .ant-table-cell{text-align:center}.time-matrix-grid .ant-table-cell-fix-left,.time-matrix-grid .ant-table-cell-fix-start{text-align:left}.matrix-section{flex-direction:column;gap:12px;display:flex}.matrix-section-header{flex-wrap:wrap;align-items:flex-start;margin-bottom:0}.matrix-section-header h3.ant-typography{margin:0}.matrix-meta-tags{justify-content:flex-end}.price-rule-matrix-scope{align-items:center;gap:8px;min-height:28px;display:flex}.matrix-column-subtitle{font-size:12px}.price-plan-description{margin:12px 0 0}.price-plan-form,.price-plan-form-section{flex-direction:column;gap:16px;display:flex}.price-plan-form-section .section-header{margin-bottom:0}.price-plan-form-actions.ant-space{justify-content:flex-end;width:100%}.price-plan-editor-page{min-height:calc(100% + var(--app-content-padding-bottom));margin-bottom:calc(0px - var(--app-content-padding-bottom));flex-direction:column;display:flex}.price-plan-editor-page>.page-shell-body,.price-plan-editor-form{flex-direction:column;flex:1;min-height:0;display:flex}.price-plan-context-alert{margin-bottom:16px}.price-plan-editor-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:16px;display:grid}.price-plan-editor-main{flex-direction:column;gap:16px;min-width:0;display:flex}.price-plan-editor-section{flex-direction:column;gap:18px;display:flex}.price-plan-editor-section>.section-header{margin-bottom:0}.price-plan-rule-table{border:1px solid var(--app-border);border-radius:var(--app-radius-lg);overflow:hidden}.price-plan-rule-row{border-bottom:1px solid var(--app-border);grid-template-columns:112px minmax(150px,1fr) 112px 112px 138px 78px;align-items:start;gap:10px;padding:10px 12px;display:grid}.price-plan-rule-row:last-child{border-bottom:0}.price-plan-rule-row>.ant-form-item{margin-bottom:0}.price-plan-rule-row>.ant-btn{justify-self:start}.price-plan-rule-header{color:var(--app-text);background:#fafafa;align-items:center;padding-top:11px;padding-bottom:11px;font-weight:600}.price-plan-advanced{border-top:1px solid var(--app-border)}.price-plan-advanced .ant-collapse-header,.price-plan-advanced .ant-collapse-content-box{padding-inline:0!important}.price-plan-preview{min-width:0;position:sticky;top:24px}.price-plan-preview>.section-header{align-items:flex-start}.price-plan-preview-summary{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.price-plan-preview-summary>div{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.price-plan-preview-summary>div>:last-child{text-align:right;max-width:68%}.price-plan-preview-matrix{border:1px solid var(--app-border);border-radius:var(--app-radius);grid-template-columns:68px repeat(7,minmax(30px,1fr));font-size:12px;display:grid;overflow:hidden}.price-plan-preview-matrix>div{border-right:1px solid var(--app-border);border-bottom:1px solid var(--app-border);text-align:center;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;min-height:38px;padding:4px;display:flex}.price-plan-preview-matrix>div:nth-child(8n){border-right:0}.price-plan-preview-matrix>div:nth-last-child(-n+8){border-bottom:0}.price-plan-preview-matrix .matrix-head,.price-plan-preview-matrix .matrix-time{color:var(--app-text-secondary);background:#fafafa;font-weight:600}.price-plan-preview-matrix .matrix-price{color:#0958d9;background:#e6f4ff;font-weight:600}.price-plan-preview-matrix .matrix-weekend{color:#d46b08;background:#fff7e6;font-weight:600}.price-plan-preview-matrix .matrix-empty{color:var(--app-text-secondary);background:#fafafa}.price-plan-preview-note.ant-typography{border:1px dashed var(--app-border-strong);border-radius:var(--app-radius);background:#fafafa;margin:14px 0 0;padding:12px;font-size:13px}.price-plan-sticky-actions{z-index:20;bottom:calc(0px - var(--app-content-padding-bottom));min-height:56px;margin:auto calc(0px - var(--app-content-padding-inline)) 0;padding:12px var(--app-content-padding-inline);background:var(--app-bg-container);border-top:1px solid var(--app-border);flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex;position:sticky;box-shadow:0 -2px 8px #0000000f}.price-workbench-panel{flex-direction:column;gap:18px;display:flex}.price-page-stack{flex-direction:column;gap:16px;display:flex}.price-plan-list-table .ant-table-tbody>tr{cursor:pointer}.price-plan-list-table .ant-table-tbody>tr.price-plan-row-selected>td{background:#e6f4ff}.price-plan-list-table .ant-table-tbody>tr.price-plan-row-selected:hover>td{background:#d9ecff}.price-workbench-selected-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.price-matrix-stack{flex-direction:column;gap:12px;display:flex}.matrix-visual-grid.ant-table-wrapper{box-shadow:none}.matrix-visual-grid .ant-table-thead>tr>th{text-align:center;background:#fff;border-color:#f0f0f0;border-bottom-style:solid;border-bottom-width:1px;border-right-style:solid;border-right-width:1px;height:44px;min-height:44px;padding:0 12px;font-weight:600;line-height:1.2}.booking-board-matrix .ant-table-thead>tr>th[colspan]{color:var(--app-text);background:#f8fafc}.matrix-visual-grid .ant-table-thead>tr>th.ant-table-cell-fix-left,.matrix-visual-grid .ant-table-thead>tr>th.ant-table-cell-fix-start{text-align:center;background:#fff}.matrix-visual-grid .ant-table-thead>tr>th:before{display:none!important}.matrix-visual-grid .ant-table-tbody>tr>td{border:1px solid #fff;border-width:0 1px 1px 0;min-width:42px;height:44px;padding:0}.membership-page-stack{flex-direction:column;gap:16px;display:flex}.membership-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;display:grid}.membership-plan-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.membership-plan-tile{border:1px solid var(--app-border);border-radius:var(--app-radius);background:var(--app-bg-container);min-height:132px;padding:16px}.membership-plan-tile h4.ant-typography{letter-spacing:0;margin:0;font-size:22px}.membership-owner-filter{width:240px}.form-control-full{width:100%}@media (width<=760px){.membership-form-grid{grid-template-columns:1fr}}.matrix-visual-grid .ant-table-tbody>tr>td.ant-table-cell-fix-left,.matrix-visual-grid .ant-table-tbody>tr>td.ant-table-cell-fix-start{text-align:center;background:#fff;border-bottom-color:#f0f0f0;border-right-color:#f0f0f0;padding:8px 12px}.booking-board-matrix .ant-table-thead>tr>th.ant-table-cell-fix-left,.booking-board-matrix .ant-table-thead>tr>th.ant-table-cell-fix-start,.booking-board-matrix .ant-table-tbody>tr>td.ant-table-cell-fix-left,.booking-board-matrix .ant-table-tbody>tr>td.ant-table-cell-fix-start{background:#fff!important;border-color:#f0f0f0!important;border-bottom-style:solid!important;border-bottom-width:1px!important;border-right-style:solid!important;border-right-width:1px!important;width:72px!important;min-width:72px!important;max-width:72px!important;padding:0 8px!important}.booking-board-matrix .ant-table-thead>tr>th{height:52px;min-height:52px}.booking-board-matrix .ant-table-tbody>tr>td{background:#fff;border-color:#f0f0f0;height:72px;padding:4px}.booking-board-density-compact .booking-board-matrix .ant-table-thead>tr>th{height:48px;min-height:48px}.booking-board-density-compact .booking-board-matrix .ant-table-tbody>tr>td{height:60px}.matrix-visual-cell{white-space:nowrap;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:100%;min-height:44px;font-weight:600;line-height:1.2;display:flex}.booking-board-cell.matrix-visual-cell{border-radius:var(--app-radius);text-align:left;grid-template-columns:minmax(58px,auto) minmax(0,1fr);justify-content:stretch;align-items:center;gap:10px;min-width:42px;min-height:64px;padding:5px 10px;display:grid}.booking-board-density-compact .booking-board-cell.matrix-visual-cell{gap:8px;min-height:52px;padding:4px 8px}.booking-board-density-compact .booking-board-cell-available .booking-board-cell-detail,.booking-board-density-compact .booking-board-cell-vacant .booking-board-cell-detail,.booking-board-density-compact .booking-board-cell-expired .booking-board-cell-detail,.booking-board-density-compact .booking-board-cell-closed .booking-board-cell-detail{display:none}button.booking-board-cell.matrix-visual-cell{cursor:pointer;font-family:inherit}.booking-board-cell-selectable.matrix-visual-cell{transition:box-shadow .16s,filter .16s;position:relative}.booking-board-cell-selectable.matrix-visual-cell:hover{filter:brightness(.98);box-shadow:inset 0 0 0 2px #1677ff3d}.booking-board-cell-selected.matrix-visual-cell{box-shadow:inset 0 0 0 2px #1677ff}.booking-board-cell-disabled-select.matrix-visual-cell{cursor:default}.booking-board-cell-no-price.matrix-visual-cell{text-align:center;grid-template-columns:1fr}.booking-board-price-pill{border-radius:var(--app-radius);background:#fff;border:1px solid #0f172a1f;justify-content:center;align-self:center;align-items:center;min-width:42px;height:28px;padding:0 8px;font-size:14px;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.booking-board-cell-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;min-width:0;display:flex}.booking-board-cell-no-price .booking-board-cell-copy{align-items:center}.booking-board-cell-label{color:currentColor;text-overflow:ellipsis;white-space:nowrap;min-width:42px;max-width:100%;font-size:14px;font-weight:700;line-height:1.2;overflow:hidden}.booking-board-cell-detail{color:#000000b8;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:500;line-height:1.2;overflow:hidden}.booking-selection-panel{background:#fff;border-color:#b7d7ff}.booking-selection-dock{z-index:20;position:sticky;bottom:16px;box-shadow:0 10px 30px #0f172a24}.booking-selection-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.workbench-booking-selection-dock{margin-top:-4px}.price-matrix-cell-empty,.price-matrix-cell-closed,.booking-board-cell-empty,.booking-board-cell-closed{color:var(--app-text-secondary);background:#fafafa;font-weight:500}.matrix-visual-grid .price-heatmap-level-1,.price-matrix-legend .price-heatmap-level-1,.price-rule-dot.price-heatmap-level-1,.price-summary-tag.price-heatmap-level-1,.price-heatmap-level-1{color:#3b82f6;background:#eef6ff;border-color:#0000}.matrix-visual-grid .price-heatmap-level-2,.price-matrix-legend .price-heatmap-level-2,.price-rule-dot.price-heatmap-level-2,.price-summary-tag.price-heatmap-level-2,.price-heatmap-level-2{color:#2563eb;background:#dceeff;border-color:#0000}.matrix-visual-grid .price-heatmap-level-3,.price-matrix-legend .price-heatmap-level-3,.price-rule-dot.price-heatmap-level-3,.price-summary-tag.price-heatmap-level-3,.price-heatmap-level-3{color:#1d4ed8;background:#c7dfff;border-color:#0000}.matrix-visual-grid .price-heatmap-level-4,.price-matrix-legend .price-heatmap-level-4,.price-rule-dot.price-heatmap-level-4,.price-summary-tag.price-heatmap-level-4,.price-heatmap-level-4{color:#7c3aed;background:#ddd6fe;border-color:#0000}.matrix-visual-grid .price-heatmap-level-5,.price-matrix-legend .price-heatmap-level-5,.price-rule-dot.price-heatmap-level-5,.price-summary-tag.price-heatmap-level-5,.price-heatmap-level-5{color:#a21caf;background:#f3d8ff;border-color:#0000}.matrix-visual-grid .price-heatmap-level-6,.price-matrix-legend .price-heatmap-level-6,.price-rule-dot.price-heatmap-level-6,.price-summary-tag.price-heatmap-level-6,.price-heatmap-level-6{color:#e11d48;background:#ffe1e8;border-color:#0000}.price-matrix-legend{flex-wrap:wrap;align-items:center;gap:14px 18px;min-height:28px;padding:0 2px;display:flex}.price-matrix-legend-item{color:var(--app-text-secondary);align-items:center;gap:7px;font-size:13px;display:inline-flex}.price-matrix-legend-swatch{border:1px solid #0000;border-radius:4px;width:18px;height:18px;display:inline-block}.price-matrix-legend-empty{border-color:var(--app-border);background:#fafafa}.price-rule-dot{border:0;border-radius:50%;width:8px;height:8px;display:inline-block}.price-summary-tag.ant-tag{text-align:center;border-color:#0000;min-width:58px;font-weight:600}@media (width<=1200px){.price-plan-editor-layout{grid-template-columns:minmax(0,1fr)}.price-plan-preview{position:static}.price-plan-rule-row{grid-template-columns:108px minmax(140px,1fr) 104px 104px 128px 72px}}@media (width<=900px){.login-shell{grid-template-columns:minmax(0,1fr);width:min(520px,100%);min-height:auto}.login-visual{display:none}.login-panel{padding:48px}}@media (width<=768px){.booking-daily-summary{grid-template-columns:1fr}.login-panel{padding:36px 28px}.app-content{--app-content-padding-inline:16px;--app-content-padding-bottom:16px;padding:16px}.page-shell-header{flex-direction:column;align-items:stretch}.page-shell-extra{justify-content:flex-start}.page-shell-header{margin-bottom:14px}.membership-select,.filter-control,.search-input,.booking-status-filter,.booking-sport-filter,.booking-filter-bar .ant-space-item{width:100%}.toolbar,.topbar-actions{flex-direction:column;align-items:stretch}.inline-grid-row{grid-template-columns:1fr}.availability-section-head,.availability-form-footer,.store-profile-section-head,.store-profile-form-footer{flex-direction:column;align-items:stretch}.availability-quick-grid{grid-template-columns:1fr}.store-setup-guide-head{grid-template-columns:1fr;gap:20px}.store-setup-item{grid-template-columns:40px minmax(0,1fr);align-items:start}.store-setup-item>.ant-tag{grid-column:2;justify-self:start;margin-inline-end:0}.store-setup-step-action{grid-column:2;justify-self:stretch}.store-setup-step-action .ant-btn,button.store-setup-step-action{width:100%}.matrix-band-row{grid-template-columns:1fr}.price-workbench-selected-row{align-items:stretch}.price-plan-rule-header{display:none}.price-plan-rule-row{grid-template-columns:minmax(0,1fr)}.price-plan-rule-row>.ant-btn{justify-self:end}.form-grid-two{grid-template-columns:1fr}}
