:root{--amber-deep:#78350F;--amber-mid:#92400E;--amber-base:#B45309;--amber-warm:#D97706;--amber-light:#F59E0B;--cream-soft:#FDF2D0;--cream-pale:#FEF9E7;--bg-grad:linear-gradient(135deg, #A7653D 0%, #8D4B22 100%);--card-f:rgba(255,255,255,0.92);--bf:blur(25px);--borf:1px solid rgba(255,255,255,0.40);--shf:0 12px 48px rgba(0,0,0,0.1);--shm:0 8px 32px rgba(0,0,0,0.08);--shb:0 4px 24px rgba(0,0,0,0.06);--th:#1c1917;--tb:#3f3f46;--ts:#71717a;--td:rgba(0,0,0,0.32);--sw:190px;--topH:60px;--shell-brand-color:#FBF7F4;--shell-brand-subline-color:#CAB6A8;--shell-sidebar-bg:#805435;--shell-sidebar-divider:#875C3C;--shell-app-bg:#875C3C;--shell-topbar-divider:#805435;--shell-page-title-color:#FBF7F4;--shell-live-clock-color:#E0D3C9;--shell-live-dot-color:#78DB89;--shell-sidebar-icon-color:#C5B0A2;--shell-sidebar-active-icon-color:#EFE7E2;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:14px}
body{font-family:"PingFang SC","PingFang TC",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Microsoft YaHei",sans-serif;background:var(--bg-grad);min-height:100vh;display:flex;overflow:hidden;color:var(--cream-pale)}
body::before{content:'';position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,0.03) 3px,rgba(0,0,0,0.03) 6px);opacity:.18;pointer-events:none;z-index:0}
.page-loading{position:fixed;inset:0;background:rgba(120,53,15,0.85);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);display:none;align-items:center;justify-content:center;z-index:180}
.page-loading.show{display:flex}
.ios-spinner-box{background:rgba(255,255,255,0.96);backdrop-filter:blur(30px);padding:26px 32px;border-radius:22px;box-shadow:0 15px 70px rgba(0,0,0,0.3);display:flex;flex-direction:column;align-items:center;gap:15px;animation:iosSpinnerIn 0.35s cubic-bezier(.34,1.56,.64,1)}
@keyframes iosSpinnerIn{from{opacity:0;transform:scale(0.85)}to{opacity:1;transform:scale(1)}}
.ios-spinner{width:34px;height:34px;border:4px solid rgba(180,83,9,0.12);border-top-color:var(--amber-base);border-radius:50%;animation:iosSpin 0.7s linear infinite}
@keyframes iosSpin{to{transform:rotate(360deg)}}
.ios-spinner-text{font-size:15px;color:var(--th);font-weight:700;letter-spacing:0.5px}
.login-page{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:500;background:var(--bg-grad)}
.login-card{background:var(--card-f);backdrop-filter:var(--bf);border:var(--borf);border-radius:24px;padding:44px 40px;width:400px;max-width:92vw;box-shadow:0 24px 80px rgba(60,20,0,0.3);position:relative;z-index:1;animation:loginIn .4s cubic-bezier(.34,1.56,.64,1)}
@keyframes loginIn{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
.login-logo{text-align:center;margin-bottom:28px}.login-logo .icon{font-size:44px;display:block;margin-bottom:8px}.login-logo .brand{font-size:22px;font-weight:700;color:var(--th)}.login-logo .sub{font-size:12px;color:var(--ts);margin-top:3px;letter-spacing:1.5px;text-transform:uppercase;opacity:.7}
.login-label{font-size:11.5px;font-weight:600;color:var(--ts);letter-spacing:.4px;text-transform:uppercase;margin-bottom:6px;display:block}
.login-input{width:100%;border:1.5px solid rgba(180,83,9,0.2);border-radius:10px;padding:11px 14px;font-size:14px;color:var(--th);outline:none;font-family:inherit;transition:border-color .15s;background:rgba(254,243,199,0.2);margin-bottom:14px}
.login-input:focus{border-color:var(--amber-warm);background:rgba(254,243,199,0.35)}
.login-btn{width:100%;padding:12px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--amber-base),var(--amber-warm));color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px rgba(180,83,9,0.38);transition:all .15s;margin-top:4px}
.login-btn:hover{transform:translateY(-1px)}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}
.login-err{background:rgba(220,38,38,0.08);border:1px solid rgba(220,38,38,0.2);border-radius:9px;padding:10px 14px;font-size:13px;color:#b91c1c;margin-bottom:14px;display:none}.login-err.show{display:block}
.login-footer{text-align:center;margin-top:20px;font-size:12px;color:var(--ts)}
.sidebar{width:var(--sw);background:var(--shell-sidebar-bg);border-right:0.5px solid var(--shell-sidebar-divider);box-shadow:none;position:fixed;top:0;left:0;bottom:0;display:flex;flex-direction:column;z-index:50;overflow:hidden}
.sb-logo{height:60px;padding:2px 20px 0;border-bottom:0.5px solid var(--shell-sidebar-divider);box-sizing:border-box;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}
.sb-brand{font-size:17px;font-weight:700;letter-spacing:0;color:var(--shell-brand-color);line-height:1.2;width:max-content}
.sb-tagline{font-size:9px;color:var(--shell-brand-subline-color);font-weight:400;letter-spacing:0;text-transform:uppercase;opacity:1;margin-top:2px;white-space:nowrap;width:auto;text-align:left;text-align-last:auto}
.sb-menu-scroll{flex:1;min-height:0;overflow-y:auto;padding:12px 0 10px;scrollbar-width:none;-ms-overflow-style:none}
.sb-menu-scroll::-webkit-scrollbar{display:none}
.sb-sec{padding:8px 18px 5px;font-size:12px;font-weight:600;color:#B39885;letter-spacing:0;text-transform:none}
#sbAdminView .sb-sec:not(:first-child),#sbCoachView .sb-sec:not(:first-child){margin-top:6px}
.sb-item{height:38px;display:flex;align-items:center;gap:10px;padding:0 14px;margin:0 10px 1px;border-radius:6px;cursor:pointer;color:#CCBBAE;font-size:13px;font-weight:400;transition:all .15s;position:relative;line-height:1}
.sb-item:hover{background:rgba(135,92,60,0.42);color:#FBF7F4}.sb-item.active{background:#875C3C;color:#FBF7F4;font-weight:600;box-shadow:0 2px 4px rgba(47,37,29,0.10)}
.sb-item.active::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:22px;background:#FBF7F4;border-radius:0 4px 4px 0}
.sb-icon{font-size:18px;width:24px;height:24px;text-align:center;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-top:0;border-radius:0;background:none;box-shadow:none;color:var(--shell-sidebar-icon-color);transition:color .15s}
.sb-icon svg{display:block;flex:none;stroke-width:2}
.sb-icon svg:not([data-sidebar-icon]){width:18px;height:18px}
.sb-item.active .sb-icon{background:none;box-shadow:none;color:var(--shell-sidebar-active-icon-color)}
.sb-bottom{height:60px;padding:0 14px;border-top:0.5px solid var(--shell-sidebar-divider);flex-shrink:0;background:transparent;display:flex;align-items:center}
.user-pill{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;height:39px;padding:0 12px;font-size:12px;color:var(--cream-soft);display:flex;align-items:center;gap:10px;justify-content:space-between;transition:all 0.2s;width:100%}
.user-pill:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.15)}
.logout-btn{background:none;border:none;color:rgba(254,243,199,0.5);cursor:pointer;font-size:11.5px;font-weight:500;font-family:inherit;transition:all .2s;padding:4px 8px;border-radius:6px;border:1px solid transparent}
.logout-btn:hover{color:#fff;background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.15)}
.main{margin-left:var(--sw);flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;z-index:1;background:var(--shell-app-bg)}
.topbar{height:var(--topH);background:var(--shell-app-bg);border-bottom:0.5px solid var(--shell-topbar-divider);display:flex;align-items:center;padding:0 24px;gap:14px;flex-shrink:0;z-index:90}
.tb-title{font-size:17px;font-weight:700;color:var(--shell-page-title-color);flex:1;letter-spacing:0}
.topbar-filter-host{display:flex;gap:4px;flex-wrap:wrap}
.global-live-clock{margin-left:auto;font-family:inherit;font-size:13px;font-weight:400;color:var(--shell-live-clock-color);background:rgba(0,0,0,0.1);padding:4px 12px;border-radius:100px;display:flex;align-items:center;gap:8px;min-height:32px}
.coach-top-logout{display:none;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);border-radius:12px;padding:6px 14px;color:rgba(254,243,199,0.8);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all 0.2s}
.coach-top-logout:hover{background:rgba(255,255,255,0.2);color:#fff}
.court-top-filterbar{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}
.court-top-filter-item{flex:none}
.ctab{padding:6px 14px;border-radius:18px;border:0.5px solid rgba(254,243,199,0.2);background:transparent;color:rgba(254,243,199,0.55);font-size:12px;cursor:pointer;transition:all .15s;font-family:inherit}
.ctab:hover{border-color:rgba(254,243,199,0.4);color:rgba(254,243,199,0.85);background:rgba(255,255,255,0.07)}.ctab.active{background:linear-gradient(135deg,var(--amber-base),var(--amber-warm));border-color:transparent;color:#fff;font-weight:600;box-shadow:0 3px 12px rgba(180,83,9,0.4)}
.content{flex:1;overflow-y:auto;padding:22px 24px;background:var(--shell-app-bg)}.content::-webkit-scrollbar{width:4px}.content::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:2px}
.page-section{display:none}.page-section.active{display:block}
#page-matches .tms-toolbar{align-items:center}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}
#courtStatsRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
#courtStatsRow.court-dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;overflow:visible}
#courtStatsRow.court-dashboard-stats .court-dashboard-card{min-width:0}
#page-courts .court-split-value{gap:6px}
#page-courts .court-split-value>span:not(.court-stat-slash){font-size:21px;margin-left:0;color:#3B3026;font-weight:700}
#page-courts .court-stat-slash{color:#A19080;font-size:10px;font-weight:400}
#page-courts .court-stat-percent{font-size:10px;color:#A19080;margin-left:4px;font-weight:700}
.scard{background:var(--card-f);backdrop-filter:var(--bf);border:var(--borf);box-shadow:var(--shf);border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:13px;transition:transform .14s}.scard:hover{transform:translateY(-2px)}
.sc-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}
.si-a{background:linear-gradient(135deg,rgba(180,83,9,0.15),rgba(217,119,6,0.1))}.si-b{background:linear-gradient(135deg,rgba(245,200,66,0.18),rgba(224,168,32,0.1))}.si-c{background:linear-gradient(135deg,rgba(120,53,15,0.12),rgba(146,64,14,0.08))}.si-d{background:linear-gradient(135deg,rgba(217,119,6,0.15),rgba(180,83,9,0.1))}.si-e{background:linear-gradient(135deg,rgba(220,38,38,0.12),rgba(185,28,28,0.08))}
.sc-label{font-size:11px;color:var(--ts);margin-bottom:4px;font-weight:500}.sc-val{font-size:21px;font-weight:700;color:var(--th);line-height:1}.sc-val .u{font-size:12px;font-weight:400;color:var(--ts);margin-left:2px}.sc-sub{font-size:11px;color:var(--td);margin-top:2px}
.mod-tabs{display:flex;gap:3px;background:rgba(0,0,0,0.10);border-radius:13px;padding:4px;width:fit-content;margin-bottom:20px;border:0.5px solid rgba(255,255,255,0.1)}
.mtab{padding:8px 20px;border-radius:10px;border:none;background:transparent;color:rgba(254,243,199,0.55);font-size:13.5px;cursor:pointer;transition:all .16s;font-family:inherit;display:flex;align-items:center;gap:6px}.mtab:hover{color:var(--cream-pale)}.mtab.active{background:var(--card-f);color:var(--th);font-weight:600;box-shadow:var(--shm)}
.mtab-cnt{background:var(--amber-base);color:#fff;border-radius:9px;font-size:10.5px;padding:1px 6px;font-weight:700}
.toolbar{display:flex;align-items:center;gap:9px;margin-bottom:13px;flex-wrap:wrap}
.search-box{display:flex;align-items:center;gap:8px;background:var(--card-f);border-radius:10px;padding:0 13px;box-shadow:var(--shm);flex:1;min-width:180px;max-width:280px;border:0.5px solid rgba(180,83,9,0.15)}
.search-box input{border:none;outline:none;background:transparent;font-size:13px;color:var(--th);padding:9px 0;width:100%;font-family:inherit}.search-box input::placeholder{color:var(--td)}
.fsel{background:var(--card-f);border:0.5px solid rgba(180,83,9,0.15);border-radius:10px;padding:9px 12px;font-size:12.5px;color:var(--th);cursor:pointer;box-shadow:var(--shm);outline:none;font-family:inherit;min-width:100px}
.btn-add{background:linear-gradient(135deg,var(--amber-base),var(--amber-warm));color:#fff;border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:inherit;box-shadow:0 4px 16px rgba(180,83,9,0.38);transition:all .15s;margin-left:auto}.btn-add:hover{transform:translateY(-1px)}
.btn-sec{background:var(--card-f);color:var(--amber-base);border:0.5px solid rgba(180,83,9,0.25);border-radius:10px;padding:9px 14px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;display:flex;align-items:center;gap:5px;box-shadow:var(--shb)}.btn-sec:hover{border-color:var(--amber-warm);color:var(--amber-warm)}
.btn-green{color:#059669;border-color:rgba(5,150,105,0.3)}.btn-green:hover{border-color:#059669;color:#065f46}
.tcard{background:var(--card-f);backdrop-filter:var(--bf);border:var(--borf);box-shadow:var(--shf);border-radius:16px;overflow:hidden}
#page-courts .tcard{overflow:visible}
#page-courts thead th{position:sticky;top:0;z-index:5;background:rgba(253,248,241,.96);backdrop-filter:blur(12px)}
#page-memberships .membership-stat-card{min-width:0}
#page-memberships .membership-split-value{gap:0;font-size:21px}
#page-memberships .membership-split-value span:not(.tms-stat-divider){font-size:21px;margin-left:0;color:#3B3026;font-weight:700}
#page-students .student-stat-card{min-width:0}
#page-students .student-stat-pair{gap:0;font-size:21px}
#page-students .student-stat-pair span:not(.student-stat-divider){font-size:21px;margin-left:0;color:#3B3026;font-weight:700}
#page-students .student-stat-divider{color:#A19080!important;font-size:10px!important;font-weight:400!important;margin:0 8px!important}
.lead-date-scope-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.lead-date-scope-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.lead-date-scope-label{font-size:12px;color:#FDF7F2;font-weight:600;margin-right:2px}
.lead-date-preset{height:30px;border:none;border-radius:999px;padding:0 14px;background:rgba(253,247,242,.14);color:#FDF7F2;font-size:12px;cursor:pointer;font-family:inherit}
.lead-date-preset.active{background:#FDF7F2;color:#9A552D;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.lead-date-custom{display:none;align-items:center;gap:8px}
.lead-date-custom.active{display:flex}
.lead-date-btn{min-width:118px;height:30px;border:none;border-radius:6px;background:#FDF7F2;color:#332A24;padding:0 10px;font-size:12px;font-family:inherit;box-shadow:none}
.lead-date-sep{font-size:12px;color:#FDF7F2}
#page-leads .tms-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;overflow:visible}
.tms-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap;flex-shrink:0}
.tms-filters,.tms-toolbar-left{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex:1;min-width:0}
.tms-toolbar-right{display:flex;gap:10px;align-items:center;margin-left:auto}
.finance-date-host{flex:0 0 152px;min-width:152px}
#page-finance .finance-date-host-compact{flex:0 0 auto;min-width:0}
#page-finance .finance-date-host-compact .filter-date-wrap{display:inline-flex;width:auto}
#page-finance .finance-date-host-compact .coach-date-btn{width:auto;min-width:0}
#page-finance .coach-ops-tabs{margin-bottom:0}
#page-finance .tms-stats-row{margin-bottom:18px}
#page-finance .finance-ledger-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;overflow:visible}
#page-finance .finance-ledger-stats .tms-stat-card{min-width:0}
#page-finance .finance-ledger-stats .tms-stat-label{white-space:normal;line-height:1.4}
#page-finance .finance-ledger-stats .tms-stat-value{font-size:21px;min-width:0;overflow:visible}
#page-finance .finance-ledger-stats .tms-stat-value.finance-split-value{gap:5px;font-size:16px}
#page-finance .finance-ledger-stats .finance-main-number{font-size:1em;color:#3B3026;font-weight:700;flex:0 0 auto}
#page-finance .finance-ledger-stats .finance-split-sep{font-size:.62em;color:#A19080;flex:0 0 auto}
#page-finance .finance-ledger-stats .finance-sub-number{font-size:1em;color:#3B3026;font-weight:700;flex:0 0 auto}
#page-finance .finance-ledger-stats .finance-card-percent{font-size:.55em;margin-left:2px}
#page-finance .finance-card-percent{display:inline;margin-top:0;text-align:left}
#page-finance .finance-amount{font-weight:700;font-variant-numeric:tabular-nums}
#page-finance .finance-amount-income{color:#3F946D}
#page-finance .finance-amount-consume{color:#1F2937}
#page-finance .finance-amount-refund{color:#D6455D}
#page-finance .finance-amount-void{color:#AAB3C2;text-decoration:line-through}
.finance-loading-card{background:rgba(255,255,255,0.92);border:1px solid rgba(234,224,214,.9);border-radius:16px;padding:56px 24px;text-align:center;color:#5C4D43;box-shadow:0 8px 24px rgba(60,20,0,.08)}
.finance-loading-title{font-size:18px;font-weight:700;color:#332A24;margin-bottom:8px}
.finance-loading-desc{font-size:13px;color:#8C7B6E;line-height:1.7}
.court-batch-toolbar{display:flex;align-items:center;gap:10px}
.court-batch-count{display:inline-flex;align-items:center;height:36px;padding:0 12px;border-radius:10px;background:#FDF7F2;border:1px solid #EAE0D6;color:#5C4D43;font-size:12px;white-space:nowrap}
#page-prices .price-table{min-width:1120px;table-layout:fixed}
#page-prices .price-table th,#page-prices .price-table td{padding-left:4px;padding-right:4px}
#page-prices .price-table th:first-child,#page-prices .price-table td:first-child{padding-left:12px}
#page-prices .price-table .tms-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#page-prices .price-table th:nth-child(3),#page-prices .price-table td:nth-child(3){width:372px}
#page-prices .price-table td:nth-child(3) .tms-cell-text{overflow:visible;text-overflow:clip;white-space:nowrap}
#page-finance .finance-revenue-toolbar{margin-bottom:10px}
#page-finance .finance-revenue-toolbar .tms-filters{gap:8px;flex-wrap:nowrap}
#page-finance .finance-revenue-toolbar .tms-search-wrapper{width:300px;flex:0 0 300px}
#page-finance .finance-revenue-toolbar .finance-date-host{flex:0 0 150px;min-width:150px}
#page-finance .finance-revenue-toolbar .tms-toolbar-right{margin-left:auto}
#page-finance .finance-revenue-toolbar .tms-btn{height:34px;padding:0 14px;border-radius:6px;font-size:13px}
#page-finance .finance-revenue-remark{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}
#page-finance .finance-ledger-remark{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}
#campusTabs .court-top-select{position:relative}
#campusTabs .court-top-select .court-top-display{height:32px;min-width:auto;padding:0 12px;border-radius:100px;background:rgba(0,0,0,0.1);border:0;box-shadow:none;color:rgba(255,255,255,0.9);font-family:inherit;font-size:13px;font-weight:400;display:inline-flex;align-items:center;line-height:1}
#campusTabs .court-top-select .court-top-display:hover{background:rgba(0,0,0,0.14)}
#campusTabs .court-top-select .court-top-display::after{display:none}
#campusTabs .court-top-display-main{display:flex;align-items:center;gap:6px;min-width:0}
#campusTabs .court-top-display-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.9);flex:none}
#campusTabs .court-top-display-icon svg{width:14px;height:14px;display:block;fill:currentColor;vertical-align:middle}
#campusTabs .court-top-display-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(255,255,255,0.9);font-family:inherit;font-size:13px;font-weight:400}
#campusTabs .court-top-display-chevron{margin-left:4px;width:9px;height:9px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.85);flex:none}
#campusTabs .court-top-display-chevron svg{width:10px;height:10px;display:block;fill:currentColor}
#campusTabs .court-top-select .tms-dropdown-menu{top:calc(100% + 8px);left:0;right:auto;background-color:#FAF6F2;border:1px solid #EAE0D6;border-radius:14px;box-shadow:0 10px 24px rgba(91,67,49,.14);padding:6px;z-index:120}
#campusTabs .court-top-select.open .tms-dropdown-menu{display:block}
#campusTabs .court-top-campus-menu{min-width:136px}
#campusTabs .court-top-date-menu{min-width:132px;width:max-content;max-width:min(480px,calc(100vw - 32px));max-height:none;padding:0!important;overflow:visible;left:auto!important;right:0!important}
#campusTabs .court-top-date-menu.is-quick{padding:6px!important}
#campusTabs .court-top-select .tms-dropdown-item{font-size:13px;font-weight:400}
#campusTabs .court-date-range-shell{display:flex;background:#FFFCF8;border:1px solid #EAE0D6;border-radius:12px;box-shadow:0 12px 28px rgba(91,67,49,.14);min-height:0}
#campusTabs .court-date-range-left{width:112px;border-right:1px solid #F0E6DB;padding:6px}
#campusTabs .court-date-range-right{width:344px;padding:10px 12px 12px}
#campusTabs .court-date-range-title{font-size:10px;color:#A3968F;font-weight:400;margin:0 0 8px}
#campusTabs .court-date-range-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
#campusTabs .court-date-nav{width:26px;height:26px;border:0;background:#F8F1E8;color:#B96E34;font-size:16px;font-weight:400;line-height:1;cursor:pointer;border-radius:7px;transition:background-color .14s ease,color .14s ease}
#campusTabs .court-date-nav:hover{background:#F4E8D9;color:#A85F2C}
#campusTabs .court-date-range-month{font-size:13px;font-weight:400;color:#332A24}
#campusTabs .court-date-range-week{display:grid;grid-template-columns:repeat(7,42px);justify-content:center;gap:6px;margin-bottom:5px}
#campusTabs .court-date-weekday{width:42px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#8C7B6E;font-weight:400}
#campusTabs .court-date-range-grid{display:grid;grid-template-columns:repeat(7,42px);grid-auto-rows:42px;justify-content:center;gap:6px;min-height:0}
#campusTabs .court-date-cell{box-sizing:border-box;width:42px;height:42px;border:0;border-radius:8px;background:#FBF6EF;color:#332A24;font-size:12px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .14s ease,color .14s ease,border-color .14s ease;border:1px solid transparent}
#campusTabs .court-date-cell:hover{background:#F6EBD9;color:#B96E34}
#campusTabs .court-date-cell.empty,#page-courts .court-date-cell.empty{visibility:hidden}
#campusTabs .court-date-cell.is-muted{color:#D4C4B5;background:#FBF6EF;cursor:default;pointer-events:none}
#campusTabs .court-date-cell.is-range{background:#F8F1E8;color:#B96E34}
#campusTabs .court-date-cell.is-edge{background:#B96E34;color:#fff;border-radius:8px;border-color:#B96E34}
#campusTabs .court-date-range-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid #F3E8DC;padding-top:8px;margin-top:8px}
#campusTabs .court-date-range-hint{margin-right:auto;font-size:10px;color:#A3968F;font-weight:400}
#campusTabs .court-date-range-clear{border:0;background:transparent;color:#8C7B6E;font-size:11px;font-weight:400;cursor:pointer;transition:color .14s ease}
#campusTabs .court-date-range-clear:hover{color:#B96E34}
#campusTabs .court-date-range-confirm{height:28px;padding:0 12px;border:0;border-radius:7px;background:#E7D7C9;color:#FFFFFF;font-size:11px;font-weight:400;cursor:not-allowed;transition:background-color .14s ease,color .14s ease,opacity .14s ease;opacity:.72}
#campusTabs .court-date-range-confirm.is-enabled{background:#C47A3A;cursor:pointer;opacity:1}
.tms-table-card{background-color:#FDF7F2;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden;margin-bottom:20px}
.tms-table-wrapper{overflow:auto;max-height:calc(100vh - 292px);scrollbar-width:thin;scrollbar-color:#D9D0C7 transparent;position:relative;isolation:isolate}
.tms-table-wrapper::-webkit-scrollbar{height:8px;width:8px;display:none}
.tms-table{width:100%;min-width:1600px;border-collapse:separate;border-spacing:0;text-align:left;font-size:12px}
.tms-table th,.tms-table td{white-space:nowrap;padding:8px 16px;border-bottom:1px solid #EAE0D6;vertical-align:middle;line-height:1.2}
.tms-table th{color:#8C7B6E;font-size:12px;font-weight:400;padding-top:12px;padding-bottom:12px;position:sticky;top:0;background-color:#FDF7F2;z-index:50;box-shadow:inset 0 -1px 0 #EAE0D6;border-bottom:none;letter-spacing:0;text-transform:none}
.tms-table td{overflow:hidden}
.tms-table tbody tr:hover td{background-color:#F6EFE8}
.tms-sticky-l{position:sticky;left:0;background-color:#FDF7F2;z-index:20}
.tms-sticky-r{position:sticky;right:0;background-color:#FDF7F2;z-index:20;text-align:right}
.tms-table th.tms-sticky-l,.tms-table th.tms-sticky-r{z-index:120}
.tms-table thead .tms-sticky-l{left:0}
.tms-table thead .tms-sticky-r{right:0}
.tms-sticky-l::after,.tms-sticky-r::before{display:none}
.tms-table tbody tr:hover td.tms-sticky-l,.tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-courts .tms-table th{background-color:#F1E9E2}
#page-schedule .tms-table{min-width:980px;table-layout:fixed}
#page-schedule .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-schedule .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-schedule .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-schedule .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-schedule .tms-table tbody tr:hover td.tms-sticky-l,#page-schedule .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-schedule .tms-table-wrapper{max-height:calc(100vh - 190px)}
#page-purchases .tms-table-wrapper{max-height:calc(100vh - 210px);overflow-x:auto;overflow-y:auto}
#page-schedule .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-schedule .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15}
#page-schedule .tms-text-primary,#page-schedule .tms-cell-text,#page-schedule .tms-text-remark{font-size:12px}
#page-schedule .tms-action-link{font-size:12px}
#page-courts .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-courts .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-courts .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-courts .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-courts .tms-table tbody tr:hover td.tms-sticky-l,#page-courts .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-courts .tms-table-wrapper{max-height:calc(100vh - 210px);overflow-x:auto;overflow-y:auto}
#page-courts .tms-table{min-width:1992px;table-layout:fixed}
#page-courts .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-courts .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15}
#page-courts .tms-text-primary,#page-courts .tms-cell-text,#page-courts .tms-text-remark{font-size:12px}
#page-courts .tms-action-link{font-size:12px}
#page-campusmgr .tms-table{min-width:900px}
#page-campusmgr .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-campusmgr .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-campusmgr .tms-table td.tms-action-cell{display:table-cell}
#page-campusmgr .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-admin-users .tms-table{min-width:1040px}
#page-admin-users .tms-table-wrapper{max-height:calc(100vh - 190px)}
#page-admin-users .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-admin-users .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-admin-users .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-admin-users .tms-table td:nth-child(9) .tms-cell-text{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#page-coaches .tms-table{min-width:1000px}
#page-coaches .tms-table-wrapper{max-height:calc(100vh - 190px)}
#page-memberships .tms-table{min-width:1500px}
#page-memberships .tms-table-wrapper{max-height:calc(100vh - 230px)}
#page-memberships .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-memberships .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15}
#page-memberships .tms-text-primary,#page-memberships .tms-cell-text,#page-memberships .tms-text-remark{font-size:12px}
#page-memberships .tms-action-link{font-size:12px}
#page-memberships .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-memberships .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-memberships .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-memberships .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-memberships .tms-table tbody tr:hover td.tms-sticky-l,#page-memberships .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-membership-orders .tms-table{min-width:1300px}
#page-membership-ledger .tms-table{min-width:1100px}
#page-membership-orders .tms-table-wrapper,#page-membership-ledger .tms-table-wrapper{max-height:calc(100vh - 190px)}
#page-membership-plans .tms-table{min-width:1660px}
#page-purchases .tms-table{min-width:1100px;table-layout:fixed}
#page-purchases .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-purchases .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15}
#page-purchases .tms-text-primary,#page-purchases .tms-cell-text,#page-purchases .tms-text-remark{font-size:12px}
#page-purchases .tms-action-link{font-size:12px}
#page-membership-plans .tms-table-wrapper{max-height:calc(100vh - 250px)}
#page-membership-plans .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-membership-plans .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-membership-plans .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-membership-plans .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-membership-plans .tms-table tbody tr:hover td.tms-sticky-l,#page-membership-plans .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-coaches .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-coaches .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-coaches .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-students .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-students .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-students .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-students .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-students .tms-table tbody tr:hover td.tms-sticky-l,#page-students .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-students .tms-table-wrapper{max-height:calc(100vh - 210px)}
#page-students .tms-table{min-width:1225px;table-layout:fixed}
#page-students .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-students .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15}
#page-students .tms-text-primary,#page-students .tms-cell-text,#page-students .tms-text-remark{font-size:12px}
#page-students .tms-action-link{font-size:12px}
#page-students .tms-pagination,#page-leads .tms-pagination,#page-finance #financeRevenuePanel .tms-pagination,#page-finance #financeLedgerPanel .tms-pagination,#page-schedule .tms-pagination,#page-purchases .tms-pagination,#page-courts .tms-pagination,#page-memberships .tms-pagination{min-height:32px}
#page-finance #financeLedgerPanel .tms-table-wrapper{max-height:calc(100vh - 210px)}
#page-finance #financeLedgerPanel .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15}
#page-finance #financeLedgerPanel .tms-text-primary,#page-finance #financeLedgerPanel .tms-cell-text,#page-finance #financeLedgerPanel .tms-text-remark{font-size:12px}
#page-finance #financeLedgerPanel .finance-amount{font-size:12px;font-weight:400}
#page-purchases .tms-table th.tms-sticky-r,#page-entitlements .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-purchases .tms-table td.tms-sticky-r,#page-entitlements .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-purchases .tms-table tbody tr:hover td.tms-sticky-r,#page-entitlements .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
.tms-th-checkbox{display:flex;align-items:center;gap:8px;font-size:11px;color:#8C7B6E;font-weight:400;line-height:1;width:100%}
.tms-th-checkbox span{font-size:11px;color:#8C7B6E;font-weight:400}
.court-name-cell,[data-court-name-cell]{min-width:156px;max-width:156px;width:156px;white-space:normal}
.tms-pagination{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#FDF7F2;border-top:1px solid #EAE0D6;font-size:12px;line-height:16px;color:#78716C;gap:12px;flex-wrap:wrap}
.tms-pagination-left,.tms-pagination-right{display:flex;align-items:center;gap:0}
.pager-info{font-size:12px;line-height:16px;color:#78716C}
.pager-divider{display:inline-block;width:1px;height:12px;background:#E7E5E4;margin:0 12px;flex:none}
.tms-page-numbers{display:flex;gap:4px;align-items:center}
.tms-page-btn{min-width:24px;height:24px;padding:0 4px;display:flex;align-items:center;justify-content:center;font-weight:500;border-radius:6px;color:#57534E;cursor:pointer;transition:background-color 150ms ease,color 150ms ease,box-shadow 150ms ease;user-select:none;font-size:12px;line-height:16px}
.tms-page-btn:hover{background-color:#F5F5F4;color:#1C1917}
.tms-page-btn.active{background-color:#8C6D53;color:#FFFFFF;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.08),0 1px 0 rgba(255,255,255,.16) inset}
.tms-page-chevron{width:14px;height:14px;display:inline-block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00021 9.15122L4.42521 5.57622C4.36962 5.5202 4.30349 5.47573 4.23063 5.44538C4.15777 5.41504 4.07963 5.39941 4.00071 5.39941C3.92178 5.39941 3.84364 5.41504 3.77078 5.44538C3.69792 5.47573 3.63179 5.5202 3.57621 5.57622C3.52033 5.63179 3.47599 5.69786 3.44573 5.77062C3.41548 5.84339 3.3999 5.92142 3.3999 6.00022C3.3999 6.07903 3.41548 6.15705 3.44573 6.22982C3.47599 6.30258 3.52033 6.36865 3.57621 6.42422L7.57621 10.4242C7.63193 10.48 7.6981 10.5243 7.77094 10.5545C7.84378 10.5847 7.92186 10.6002 8.00071 10.6002C8.07956 10.6002 8.15763 10.5847 8.23047 10.5545C8.30331 10.5243 8.36948 10.48 8.42521 10.4242L12.4252 6.42422C12.5101 6.34063 12.568 6.23361 12.5917 6.11686C12.6153 6.00012 12.6035 5.87898 12.5579 5.76896C12.5122 5.65895 12.4347 5.56508 12.3354 5.49938C12.236 5.43368 12.1193 5.39916 12.0002 5.40022C11.9214 5.39996 11.8433 5.41539 11.7705 5.4456C11.6977 5.47582 11.6317 5.52022 11.5762 5.57622L8.00021 9.15022V9.15122Z' fill='%23000'/%3E%3C/svg%3E") center/14px 14px no-repeat;mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00021 9.15122L4.42521 5.57622C4.36962 5.5202 4.30349 5.47573 4.23063 5.44538C4.15777 5.41504 4.07963 5.39941 4.00071 5.39941C3.92178 5.39941 3.84364 5.41504 3.77078 5.44538C3.69792 5.47573 3.63179 5.5202 3.57621 5.57622C3.52033 5.63179 3.47599 5.69786 3.44573 5.77062C3.41548 5.84339 3.3999 5.92142 3.3999 6.00022C3.3999 6.07903 3.41548 6.15705 3.44573 6.22982C3.47599 6.30258 3.52033 6.36865 3.57621 6.42422L7.57621 10.4242C7.63193 10.48 7.6981 10.5243 7.77094 10.5545C7.84378 10.5847 7.92186 10.6002 8.00071 10.6002C8.07956 10.6002 8.15763 10.5847 8.23047 10.5545C8.30331 10.5243 8.36948 10.48 8.42521 10.4242L12.4252 6.42422C12.5101 6.34063 12.568 6.23361 12.5917 6.11686C12.6153 6.00012 12.6035 5.87898 12.5579 5.76896C12.5122 5.65895 12.4347 5.56508 12.3354 5.49938C12.236 5.43368 12.1193 5.39916 12.0002 5.40022C11.9214 5.39996 11.8433 5.41539 11.7705 5.4456C11.6977 5.47582 11.6317 5.52022 11.5762 5.57622L8.00021 9.15022V9.15122Z' fill='%23000'/%3E%3C/svg%3E") center/14px 14px no-repeat}
.tms-page-chevron-prev{transform:rotate(90deg)}
.tms-page-chevron-next{transform:rotate(-90deg)}
.tms-page-ellipsis{font-size:12px;color:#78716C;padding:0 2px}
table{width:100%;border-collapse:collapse}thead tr{background:rgba(180,83,9,0.06)}
th{padding:11px 15px;text-align:left;font-size:11px;font-weight:600;color:var(--ts);letter-spacing:.9px;text-transform:uppercase;border-bottom:0.5px solid rgba(180,83,9,0.15);white-space:nowrap}
td{padding:12px 15px;font-size:13px;color:var(--tb);border-bottom:0.5px solid rgba(180,83,9,0.08);vertical-align:middle}
tbody tr:last-child td{border-bottom:none}tbody tr{transition:background .1s}tbody tr:hover{background:rgba(180,83,9,0.04)}tbody tr.warn-row{background:rgba(220,38,38,0.04)}
.uname{font-weight:600;font-size:13.5px;color:var(--th)}.udesc{font-size:11px;color:var(--td);margin-top:1px}
#page-courts .uname{font-size:13px;font-weight:500}
.tms-text-primary{font-size:13px;font-weight:400;color:#332A24}
.tms-text-secondary{font-size:13px;color:#8C7B6E;margin-top:0;font-weight:400}
.tms-text-remark{font-size:13px;color:#A3968F;line-height:1.5;white-space:normal;min-width:140px;max-width:200px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}
.tms-text-remark-1{-webkit-line-clamp:1;max-width:none}
.tms-text-remark-3{-webkit-line-clamp:3;max-width:none}
.student-summary-strong{color:#8C3F21;font-weight:700}
.tms-cell-text{font-size:13px;color:#332A24;font-weight:400}
.tms-cell-text.is-muted{color:#A3968F}
.tms-tag{display:inline-block;background-color:#F1EAE2;color:#8C7B6E;padding:2px 7px;border-radius:6px;font-size:11px;font-weight:400}
.tms-tag-green{background-color:#EAF4EA;color:#5BAE65}
.tms-tag-red{background-color:#FCECE3;color:#C06031}
.tms-tag-tier-gold{background:#FFF1D6;color:#A16207}
.tms-tag-tier-blue{background:#E9F1FF;color:#3157B7}
.tms-tag-tier-teal{background:#E3F5F1;color:#0F766E}
.tms-tag-tier-slate{background:#EEF1F5;color:#52606D}
.student-reminder-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#6F6259;font-size:13px}
.student-reminder-options{display:flex;align-items:center;gap:22px;flex-wrap:wrap;max-width:720px}
.student-reminder-option{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;cursor:pointer;min-height:22px;color:#333333;font-size:13px;line-height:22px}
.student-reminder-option:hover{color:#805435}
.student-reminder-option.is-active{color:#333333}
.student-reminder-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}
.student-reminder-radio{width:14px;height:14px;border-radius:50%;border:1.5px solid #CBBBAA;background:#fff;flex:0 0 auto;box-shadow:inset 0 0 0 3px #fff}
.student-reminder-option.is-active .student-reminder-radio{border-color:#805435;background:#805435}
.student-reminder-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.student-reminder-copy strong{font-size:13.5px;color:#332A24;font-weight:700}
.student-reminder-copy em{font-style:normal;font-size:12px;line-height:1.45;color:#8C7B6E}
.student-reminder-custom{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#333333}
.student-reminder-custom input{width:62px;height:28px;border:1px solid rgba(180,83,9,0.22);border-radius:7px;background:#fff;color:#332A24;text-align:center;font-size:13px;font-family:inherit}
.student-reminder-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.student-reminder-copy-btn{border:1px solid rgba(192,96,49,0.32);border-radius:8px;background:#C06031;color:#fff;padding:11px 16px;min-width:180px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-family:inherit;cursor:pointer;box-shadow:0 10px 22px rgba(192,96,49,0.18)}
.student-reminder-copy-btn span{font-size:14px;font-weight:700}
.student-reminder-copy-btn small{font-size:11.5px;font-weight:400;color:rgba(255,255,255,0.82)}
.student-reminder-copy-btn:hover{background:#A94F29}
.overlay.student-drawer-overlay{justify-content:flex-end;align-items:stretch;background:rgba(0,0,0,.48);backdrop-filter:none}
.overlay.student-drawer-overlay .modal.modal-court.modal-student-drawer{width:600px;max-width:600px;height:100vh;max-height:100vh;background:#FDFDFD;border-radius:0;box-shadow:-8px 0 28px rgba(15,23,42,.16);transform:translateX(100%);transition:transform .22s cubic-bezier(.2,0,0,1);overflow:hidden;color:#333333}
.overlay.student-drawer-overlay.open .modal.modal-court.modal-student-drawer{transform:translateX(0)}
.modal.modal-court.modal-student-drawer .mhead{padding:20px 16px 0;border-bottom:1px solid #EEF0F3;align-items:flex-start;background:#FDFDFD;flex-shrink:0}
.modal.modal-court.modal-student-drawer .mtitle{min-width:0;flex:1}
.modal.modal-court.modal-student-drawer .mclose{width:32px;height:32px;border-radius:6px;background:transparent;color:#9EA3AE;font-size:0;line-height:1;display:flex;align-items:center;justify-content:center}
.modal.modal-court.modal-student-drawer .mclose .mclose-svg{width:9px;height:9px;display:block;flex:0 0 auto}
.modal.modal-court.modal-student-drawer .mclose:hover{background:#F5F6F8;color:#6B7280}
.modal.modal-court.modal-student-drawer .mbody{padding:12px 16px;overflow:auto;background:#F5F2F0}
.modal.modal-court.modal-student-drawer .mactions{padding:12px 16px;background:#FDFDFD;border-top:1px solid #EEF0F3;justify-content:flex-end;gap:12px}
.modal.modal-court.modal-student-drawer .student-detail-shell{display:flex;flex-direction:column;gap:12px}
.modal.modal-court.modal-student-drawer .student-detail-content{display:flex;flex-direction:column;gap:12px}
.modal.modal-court.modal-student-drawer .student-detail-tabs{display:flex;gap:28px;height:34px;align-items:flex-end;background:#FDFDFD;border-bottom:1px solid #EEF0F3;padding:0 0 0 2px}
.modal.modal-court.modal-student-drawer .student-detail-tab{height:28px;border:0;background:transparent;padding:0 0 2px;color:#68696F;font-size:13px;font-weight:400;cursor:pointer;border-bottom:2px solid transparent}
.modal.modal-court.modal-student-drawer .student-detail-tab.active{color:#333333;border-bottom-color:#805435}
.modal.modal-court.modal-student-drawer .student-detail-card{background:#fff;border:1px solid #EEF0F3;border-radius:8px;padding:16px}
.modal.modal-court.modal-student-drawer .student-detail-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.modal.modal-court.modal-student-drawer .student-detail-section-title{font-size:15px;font-weight:600;color:#333333;line-height:24px}
.modal.modal-court.modal-student-drawer .student-detail-card-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-bottom:12px}
.modal.modal-court.modal-student-drawer .schedule-detail-action{border:0;background:transparent;color:#805435;font-size:13px;font-weight:400;cursor:pointer;padding:0}
.modal.modal-court.modal-student-drawer .schedule-detail-action.primary{min-width:72px;height:32px;padding:0 12px;border-radius:6px;background:#805435;color:#fff;font-size:13px;font-weight:500;line-height:32px}
.modal.modal-court.modal-student-drawer .tms-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px}
.modal.modal-court.modal-student-drawer .tms-detail-label{color:#969AA0;font-size:13px;line-height:22px;font-weight:400}
.modal.modal-court.modal-student-drawer .tms-detail-value,.modal.modal-court.modal-student-drawer .tms-detail-block{color:#333333;font-size:13px;line-height:22px}
.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-form-row{display:grid;grid-template-columns:repeat(2,232px);gap:12px 28px;margin-bottom:12px;align-items:start}
.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-form-item{width:232px;max-width:232px;min-width:0}
.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-form-item.full-width{grid-column:1/-1;width:492px;max-width:492px}
.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-form-control,.modal.modal-court.modal-student-drawer .schedule-detail-form .finput,.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-dropdown{width:232px;max-width:232px;box-sizing:border-box;font-size:13px}
.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-form-item.full-width .tms-form-control,.modal.modal-court.modal-student-drawer .schedule-detail-form .tms-form-item.full-width .finput{width:492px;max-width:492px}
.modal.modal-court.modal-student-detail .mhead{justify-content:space-between;align-items:flex-start;padding:16px 24px 10px}
.modal.modal-court.modal-student-detail .mtitle{display:block;flex:1;min-width:0}
.modal.modal-court.modal-student-detail .mbody{padding:0 24px 18px}
.modal.modal-court.modal-student-detail .student-detail-shell{display:flex;flex-direction:column;gap:16px;padding-top:6px}
.student-detail-hero{display:flex;flex-direction:column;gap:6px;font-weight:400}
.student-detail-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.student-detail-title-row h3{margin:0;font-size:18px;line-height:1.2;color:#1F2937;font-weight:400}
.student-detail-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:6px;font-size:11px;font-weight:400}
.student-detail-tag.warm{background:#F5E7DD;color:#B45309}
.student-detail-tag.slate{background:#F3F4F6;color:#667085}
.student-detail-hero-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#667085;font-size:12px;line-height:1.4;font-weight:400}
.student-detail-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.student-detail-metric{min-height:84px;border:1px solid #ECE7E1;border-radius:8px;background:#FAFAFA;padding:14px 14px 12px}
.student-detail-metric-label{font-size:12px;color:#667085;font-weight:400;margin-bottom:8px}
.student-detail-metric-value{font-size:18px;line-height:1.2;font-weight:400;color:#1F2937}
.student-detail-metric-value span{font-size:12px;color:#98A2B3;font-weight:400;margin-left:4px}
.student-detail-section h4{margin:0 0 10px;font-size:13px;color:#667085;font-weight:400}
.student-reminder-section{margin-top:2px}
.student-reminder-head-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#667085;font-size:13px;line-height:22px;font-weight:400}
.student-package-card{display:flex;gap:12px;align-items:flex-start;border:1px solid #ECE7E1;border-radius:8px;background:#fff;padding:12px 14px;margin-bottom:10px}
.student-package-card:hover{border-color:#E0BFA8}
.student-package-card.is-depleted{background:#FAFAFA;opacity:.72;filter:grayscale(.2)}
.student-package-icon{width:auto;height:auto;background:transparent;border:0;flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding-top:1px}
.student-package-icon-svg{width:18px;height:18px;color:#B97244;flex:0 0 auto}
.student-package-main{min-width:0;flex:1}
.student-package-title{font-size:13px;line-height:1.45;font-weight:400;color:#1F2937;margin-bottom:5px}
.student-package-meta{display:flex;align-items:center;gap:0;flex-wrap:wrap;color:#667085;font-size:12px;line-height:1.5}
.student-package-meta>*{display:inline-flex;align-items:center}
.student-package-meta>*+*::before{content:"";width:1px;height:10px;background:#E5E7EB;margin:0 8px}
.student-package-meta strong{color:#B45309;font-weight:400}
.student-package-status{color:#16A34A;font-weight:400}
.student-package-card.is-depleted .student-package-status{color:#6B7280}
.student-lesson-timeline{display:flex;flex-direction:column;gap:18px}
.student-lesson-timeline-item{display:grid;grid-template-columns:14px minmax(0,1fr);gap:10px;position:relative;align-items:flex-start}
.student-lesson-timeline-item::before{content:"";position:absolute;left:6px;top:12px;bottom:-18px;width:1px;background:#ECE7E1}
.student-lesson-timeline-item:last-child::before{display:none}
.student-lesson-dot{width:10px;height:10px;border:2px solid #B97244;border-radius:50%;background:#fff;margin:8px 0 0 1px;box-sizing:border-box;z-index:1}
.student-lesson-card{border:1px solid #ECE7E1;border-radius:8px;background:#fff;padding:12px 14px;color:#4B5563;font-size:12px;line-height:1.6;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.student-lesson-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.student-lesson-main{min-width:0;flex:1}
.student-lesson-title{font-size:13px;line-height:1.45;font-weight:400;color:#1F2937;margin-bottom:8px}
.student-lesson-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#667085;font-size:12px;line-height:1.4}
.student-lesson-meta-item{display:inline-flex;align-items:center;gap:5px}
.student-lesson-meta-icon{width:14px;height:14px;flex:0 0 auto;color:#98A2B3}
.student-lesson-charge{flex:0 0 auto;align-self:flex-start;margin-top:2px}
.student-lesson-charge strong{display:inline-flex;align-items:center;min-height:0;padding:0;color:#B97244;font-size:12px;font-weight:400;white-space:nowrap;background:transparent}
.student-feedback-card{border:1px solid #ECE7E1;border-radius:9px;background:#fff;padding:10px 12px;color:#4B5563;font-size:12px;line-height:1.6;margin-bottom:8px}
.student-feedback-card strong{display:block;color:#1F2937;margin-bottom:3px}
.student-feedback-card span{display:block;color:#667085}
.student-reminder-section.schedule-detail-card .schedule-detail-card-actions{margin-bottom:0}
.student-reminder-section .student-reminder-options{max-width:none}
.student-reminder-section .student-reminder-copy-text{font-size:13px;color:#333333;line-height:22px}
.student-reminder-section .student-reminder-custom input{width:42px;height:26px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;color:#333333;text-align:center;font-size:13px;font-family:inherit}
.student-reminder-section .student-reminder-copy-btn{min-width:auto;padding:0;background:transparent;color:#805435;border:0;box-shadow:none}
.student-reminder-section .student-reminder-copy-btn span{font-size:13px;font-weight:400;line-height:22px}
.student-reminder-section .student-reminder-copy-btn small{display:none}
.student-reminder-section .btn-sec{height:auto;border:0;background:transparent;color:#805435;padding:0}
.student-reminder-section .schedule-detail-section-title{display:flex;align-items:center;gap:8px}
.student-reminder-section.is-saving .student-reminder-option{opacity:.72;cursor:wait}
.student-reminder-section .student-reminder-copy-btn:disabled{opacity:.72;cursor:wait}
.student-detail-empty{font-size:12px;color:#98A2B3;padding:8px 0}
.badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:18px;font-size:11px;font-weight:600;white-space:nowrap}
.b-amber{background:rgba(217,119,6,0.15);color:var(--amber-base);border:0.5px solid rgba(217,119,6,0.25)}.b-cream{background:var(--cream-soft);color:#92400E;border:0.5px solid rgba(146,64,14,0.2)}.b-green{background:rgba(5,150,105,0.1);color:#065f46;border:0.5px solid rgba(5,150,105,0.2)}.b-red{background:rgba(220,38,38,0.1);color:#991b1b;border:0.5px solid rgba(220,38,38,0.18)}.b-gray{background:rgba(107,114,128,0.1);color:#4b5563;border:0.5px solid rgba(107,114,128,0.15)}.b-blue{background:rgba(59,130,246,0.1);color:#1d4ed8;border:0.5px solid rgba(59,130,246,0.2)}.b-purple{background:rgba(139,92,246,0.1);color:#6d28d9;border:0.5px solid rgba(139,92,246,0.2)}
.campus-tag{display:inline-flex;align-items:center;gap:4px;background:rgba(217,119,6,0.12);color:var(--amber-base);border:0.5px solid rgba(217,119,6,0.22);border-radius:7px;padding:3px 7px;font-size:11.5px;font-weight:500;white-space:nowrap}
.th-filter-wrap{display:inline-flex;position:relative;margin-left:5px;vertical-align:middle}
.th-filter-btn{width:20px;height:20px;border:none;border-radius:6px;background:rgba(180,83,9,.08);color:var(--amber-base);font-size:11px;cursor:pointer;line-height:20px}
.th-filter-btn.active{background:var(--amber-base);color:#fff}
.th-filter-menu{display:none;position:absolute;top:24px;left:0;min-width:92px;background:rgba(253,248,241,.98);border:0.5px solid rgba(180,83,9,.18);border-radius:8px;box-shadow:var(--shm);padding:4px;z-index:30}
.th-filter-menu.open{display:block}
.th-filter-menu button{display:block;width:100%;border:none;background:transparent;text-align:left;padding:6px 8px;border-radius:6px;font-size:11px;color:var(--tb);cursor:pointer;white-space:nowrap}
.th-filter-menu button:hover,.th-filter-menu button.active{background:rgba(180,83,9,.10);color:var(--amber-base)}
.th-sort{margin-left:5px;border:none;background:rgba(180,83,9,.08);color:var(--amber-base);border-radius:6px;padding:2px 5px;font-size:10px;cursor:pointer}
.tms-sortable{cursor:pointer;user-select:none;transition:color .2s;white-space:nowrap}
.tms-sortable:hover{color:#C06031}
.tms-sort-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:4px;vertical-align:middle;color:#D9D0C7;transition:color .2s;transform:translateY(-.5px)}
.tms-sort-icon svg{width:16px;height:16px;display:block;stroke:currentColor;stroke-width:1.65;fill:none;stroke-linecap:round;stroke-linejoin:round}
.tms-sortable:hover .tms-sort-icon,.tms-sortable.asc .tms-sort-icon,.tms-sortable.desc .tms-sort-icon{color:#C06031}
.tms-court-row-main{display:flex;align-items:flex-start;gap:10px;width:100%}
.tms-court-name-cell{margin-left:4px;white-space:normal;display:block;line-height:1.35;max-width:88px;user-select:text;cursor:text}
#page-courts:not(.court-batch-mode) #courtSelectAll,
#page-courts:not(.court-batch-mode) .court-row-cb{display:none}
#page-courts:not(.court-batch-mode) .tms-th-checkbox,
#page-courts:not(.court-batch-mode) .tms-court-row-main{gap:0}
#page-courts:not(.court-batch-mode) .tms-court-name-cell{margin-left:0}
.tms-mini-bar{position:relative;display:inline-block;min-width:80px;padding:2px 0}
.student-package-mini{min-width:64px}
.tms-mini-bar-bg{position:absolute;left:0;top:0;bottom:0;background-color:#F1EAE2;border-radius:3px;z-index:1}
.tms-mini-bar-fill{position:absolute;left:0;top:0;bottom:0;background-color:#DCA58B;border-radius:3px;z-index:2;opacity:.6}
.tms-mini-bar-text{position:relative;z-index:3;font-weight:400;color:#5C4D43;padding:0 4px;font-size:12px}
.prog-wrap{display:flex;align-items:center;gap:7px}.prog-track{width:68px;height:5px;background:rgba(180,83,9,0.1);border-radius:3px;overflow:hidden;flex-shrink:0}.prog-fill{height:100%;border-radius:3px}
.pf-gold{background:linear-gradient(90deg,var(--amber-base),var(--amber-warm))}.pf-warn{background:linear-gradient(90deg,#d97706,#f59e0b)}.pf-red{background:linear-gradient(90deg,#dc2626,#ef4444)}
.prog-txt{font-size:12px;color:var(--ts);white-space:nowrap;font-weight:500}.warn-txt{color:#dc2626;font-weight:700}
.hist-link{font-size:11.5px;color:#b45309;cursor:pointer;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.hist-link:hover{color:#92400e}
.tms-action-link{color:#C06031;cursor:pointer;font-weight:400;text-decoration:none;display:inline-block;padding:6px 8px;border-radius:6px;transition:background .2s;font-size:13px}
.tms-action-link:hover{background-color:#F1EAE2}
.tms-action-cell{text-align:right;white-space:nowrap;padding-left:0!important}
.tms-table td.tms-action-cell{display:table-cell}
.tms-action-cell .tms-action-link{margin-left:6px}
.tms-action-link-strong{color:#C06031!important}
.tms-toolbar-secondary-actions{display:flex;align-items:center;gap:8px}
.tms-toolbar-secondary-btn{border:0;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#78716C;background:transparent;cursor:pointer;transition:background-color 150ms ease-in-out,color 150ms ease-in-out,transform 150ms ease-in-out;font-family:inherit;line-height:20px}
.tms-toolbar-secondary-btn::before{content:"";width:16px;height:16px;flex:0 0 16px;background:currentColor}
.tms-toolbar-secondary-btn-orders::before{mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 6h13v2H8V6Zm0 5h13v2H8v-2Zm0 5h13v2H8v-2ZM3 6h2v2H3V6Zm0 5h2v2H3v-2Zm0 5h2v2H3v-2Z'/%3E%3C/svg%3E") center/16px 16px no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 6h13v2H8V6Zm0 5h13v2H8v-2Zm0 5h13v2H8v-2ZM3 6h2v2H3V6Zm0 5h2v2H3v-2Zm0 5h2v2H3v-2Z'/%3E%3C/svg%3E") center/16px 16px no-repeat}
.tms-toolbar-secondary-btn-ledger::before{mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 4h16v16H4V4Zm2 2v12h12V6H6Zm2 2h8v2H8V8Zm0 4h8v2H8v-2Zm0 4h5v2H8v-2Z'/%3E%3C/svg%3E") center/16px 16px no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 4h16v16H4V4Zm2 2v12h12V6H6Zm2 2h8v2H8V8Zm0 4h8v2H8v-2Zm0 4h5v2H8v-2Z'/%3E%3C/svg%3E") center/16px 16px no-repeat}
.tms-toolbar-secondary-btn:hover{background:#F5F5F4;color:#1C1917}
.tms-toolbar-secondary-btn:active{background:#E7E5E4;transform:scale(.95)}
.tms-membership-audit-action{display:inline-flex;align-items:center;gap:6px;color:#F1E9E2;font-size:13px;font-weight:400;line-height:36px;cursor:pointer;white-space:nowrap}
.tms-membership-audit-action svg{width:16px;height:16px;flex:0 0 16px;color:#F1E9E2;fill:currentColor}
.tms-membership-audit-action svg path{fill:currentColor}
.poster-mobile-shell{display:flex;flex-direction:column;align-items:center;gap:10px}
.poster-template-row{display:flex;gap:8px;overflow-x:auto;width:100%;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:rgba(92,77,67,.35) transparent}
.poster-template-row::-webkit-scrollbar{height:3px}
.poster-template-row::-webkit-scrollbar-track{background:transparent}
.poster-template-row::-webkit-scrollbar-thumb{background:rgba(92,77,67,.28);border-radius:3px}
.poster-template-btn{border:1px solid #D9D0C7;background:#fff;color:#5C4D43;border-radius:6px;padding:8px 10px;font-size:12px;white-space:nowrap;font-family:inherit}
.poster-template-btn.active{background:#e57c42;color:#fff;border-color:#e57c42}
.poster-list-toggle{width:100%;display:flex;align-items:center;gap:8px;color:#5C4D43;font-size:12px;line-height:18px}
.poster-list-toggle input{width:16px;height:16px;accent-color:#e57c42}
.poster-list-select{border:1px solid #D9D0C7;border-radius:6px;background:#fff;color:#5C4D43;font-size:12px;padding:6px 8px;font-family:inherit}
.feedback-list-toolbar{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#5C4D43;font-size:12px;line-height:18px}
.feedback-list-toolbar .poster-template-btn{padding:6px 10px}
.feedback-poster-canvas{display:none}
.feedback-poster-image{width:auto;max-width:min(100%,300px);max-height:58vh;height:auto;border-radius:8px;display:block;box-shadow:0 8px 28px rgba(0,0,0,.16);background:#fff}
.poster-save-tip{font-size:12px;color:#8C7B6E;text-align:center;line-height:1.5}
.tms-audit-note{margin-bottom:12px;padding:8px 12px;border-radius:8px;background:rgba(254,243,199,.16);border:0.5px solid rgba(254,243,199,.22);color:#FEF3C7;font-size:12px;line-height:1.4}
.course-showcase,.course-package-showcase{display:flex;flex-direction:column;gap:16px}
body.is-packages-page .content{overflow:hidden}
#page-packages.active{height:100%;min-height:0;overflow:hidden}
#page-packages .course-package-showcase{height:100%;min-height:0}
.course-showcase-banner,.course-package-showcase-banner{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.92);font-size:13px;line-height:1.5}
.course-showcase-banner svg,.course-package-showcase-banner svg{flex:0 0 auto}
.course-package-showcase-toolbar{flex:0 0 56px;height:56px}
.course-showcase-toolbar,.course-package-showcase-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.course-showcase-filters,.course-package-showcase-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex:1;min-width:0}
.course-package-showcase-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.course-showcase .tms-search-wrapper,.course-package-showcase .tms-search-wrapper{width:300px;max-width:100%}
.course-showcase .tms-search-input,.course-package-showcase .tms-search-input{height:36px;border:1px solid #E8DFD5;border-radius:6px;background:#FBF7F4;color:#5A4C41;box-shadow:none}
.course-showcase .tms-search-input:focus,.course-package-showcase .tms-search-input:focus{border-color:#E8DFD5}
.course-showcase .tms-btn{height:36px;border-radius:6px;font-size:13px;font-weight:400}
.course-showcase .tms-toolbar-right .tms-btn-primary{background-color:#D19356;border:none;color:#FFFFFF;box-shadow:none}
.course-showcase .tms-btn-primary:hover{opacity:.92}
.course-showcase .tms-btn-ghost{background:#fff;border:1px solid #EAE0D6;color:#5C4D43;box-shadow:none}
.course-showcase .tms-btn-ghost:hover{background:#FAF6F2}
#page-packages .course-package-showcase .tms-search-wrapper{width:300px;max-width:100%}
#page-packages .course-package-showcase .tms-search-input{height:36px;border:1px solid #E8DFD5;border-radius:6px;background-color:#FBF7F4;color:#5A4C41;box-shadow:none}
#page-packages .course-package-showcase .tms-search-input:focus{border-color:#E8DFD5}
.course-showcase-grid,.course-package-showcase-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;align-items:stretch}
#page-packages{overscroll-behavior-x:contain}
#page-packages .course-package-showcase-grid{display:flex;gap:16px;align-items:stretch;flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}
#page-packages .course-package-showcase-grid::-webkit-scrollbar{display:none}
#page-packages .course-package-showcase-grid.is-drag-scrolling{cursor:grabbing;user-select:none}
.package-board-column{flex:0 0 282px;min-width:282px;height:100%;min-height:0;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:rgba(0,0,0,.05);padding:12px;box-sizing:border-box;display:flex;flex-direction:column}
.package-board-column[draggable="true"]{cursor:grab}
.package-board-column.is-column-dragging{opacity:.72;cursor:grabbing}
.package-board-column.is-column-drag-over{box-shadow:inset 0 0 0 2px rgba(255,255,255,.24)}
.package-board-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:8px;height:28px;flex:0 0 28px;margin-bottom:12px;color:#fff;cursor:grab;padding:0;background:#835633}
.package-board-title{color:#FFFFFF;font-size:15px;font-weight:600;letter-spacing:.025em;line-height:1.3}
.package-board-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.2);color:#FFFFFF;font-size:12px;font-weight:400;box-sizing:border-box}
.package-board-stack{display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:2px;padding-bottom:24px;scrollbar-width:none;-ms-overflow-style:none}
.package-board-stack::-webkit-scrollbar{display:none}
.package-board-empty{border:1px dashed rgba(255,255,255,.26);border-radius:8px;padding:18px 10px;text-align:center;color:rgba(255,255,255,.68);font-size:13px}
.product-card-shell,.package-card-shell{background-color:#FFFFFF;border-radius:12px;border:1px solid #EAE0D6;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.2,.8,.2,1);box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.product-card-shell:hover,.package-card-shell:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:#D9D0C7}
.package-card-shell{position:relative;background:#FFFFFF;border-radius:12px;border-color:#F3F4F6;padding:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .18s cubic-bezier(.2,.8,.2,1)}
.package-card-shell:hover{transform:none;box-shadow:0 10px 22px rgba(0,0,0,.10)}
.package-card-shell.is-inactive{opacity:.9;border-color:#F3F4F6}
.package-card-shell[draggable="true"]{cursor:grab}
.package-card-shell.is-dragging{opacity:.55;cursor:grabbing}
.package-card-shell.is-drag-over{border-color:#DF895E;box-shadow:0 0 0 2px rgba(223,137,94,.18)}
.showcase-card-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}
.showcase-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.showcase-card-title-group{display:flex;flex-direction:column;gap:6px;min-width:0}
.showcase-card-title{font-size:16px;font-weight:800;color:#2C2420;line-height:1.3;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.showcase-card-subtitle{font-size:12px;color:#A3968F}
.showcase-status-tag{font-size:11px;padding:2px 10px;border-radius:100px;font-weight:400;border:1px solid transparent}
.showcase-status-tag.is-on{background-color:#EAF4EA;color:#22C55E;border-color:#BBF7D0}
.showcase-status-tag.is-off{background-color:#F8F9FA;color:#A3968F;border-color:#EAE0D6}
.showcase-status-tag.is-linked{background-color:#EFF6FF;color:#3B82F6;border-color:#BFDBFE}
.showcase-highlight{display:flex;align-items:baseline;gap:10px;margin:6px 0 10px 0}
.showcase-highlight-price{font-size:24px;font-weight:900;color:#C06031;letter-spacing:-0.5px}
.showcase-highlight-value{font-size:16px;font-weight:800;color:#332A24}
.showcase-highlight-unit{font-size:12px;color:#8C7B6E;font-weight:400;margin-left:2px}
.showcase-highlight-divider{color:#EAE0D6;font-size:14px;font-weight:300}
.showcase-kv-list{display:flex;flex-direction:column;gap:10px}
.showcase-kv-row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;line-height:1.4}
.showcase-kv-label{color:#A3968F;flex-shrink:0;width:72px}
.showcase-kv-value{color:#332A24;text-align:right;flex:1;word-break:break-all}
.showcase-kv-value.is-mono{font-family:inherit;font-size:12.5px;color:#4A403A}
.showcase-kv-sep{color:#D9D0C7;font-family:inherit}
.showcase-card-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;border-top:1px dashed #E5E7EB;background-color:#FCF9F6;border-radius:0 0 8px 8px}
.showcase-card-actions{display:flex;gap:10px}
.showcase-action-btn{background:#FFFFFF;border:1px solid #D9D0C7;color:#5C4D43;font-size:13px;padding:6px 16px;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:400}
.showcase-action-btn:hover{background:#FDF7F2;border-color:#C0B5AB}
.showcase-action-btn.is-primary{color:#C06031;border-color:#FCE1CE;background:#FFF4EC}
.showcase-action-btn.is-primary:hover{background:#FFE6D5;border-color:#FDBA74}
.showcase-action-btn.is-danger{color:#D32F2F;border-color:#FAD4CF;background:#FFFDFC}
.showcase-action-btn.is-danger:hover{color:#B91C1C;border-color:#FFB4AC;background:#FFF2F0}
.course-showcase-empty,.course-package-showcase-empty{grid-column:1/-1;padding:44px 18px;text-align:center;border-radius:12px;background:rgba(255,255,255,.08);border:1px dashed rgba(255,255,255,.18);color:rgba(255,247,237,.86)}
.course-showcase-empty .tms-btn,.course-package-showcase-empty .tms-btn{margin-top:14px}
.package-status-badge{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;gap:4px;width:56px;height:17px;padding:0;border:1px solid transparent;border-radius:999px;font-size:10px;font-weight:500;white-space:nowrap}
.package-status-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}
.package-status-badge.is-on{background:#F0FDF4;color:#16A34A;border-color:#DCFCE7}
.package-status-badge.is-on::before{background:#22C55E}
.package-status-badge.is-off{background:#F9FAFB;color:#9CA3AF;border-color:#E5E7EB}
.package-status-badge.is-off::before{background:#D1D5DB}
.package-status-badge.is-history{background:#F1F2F4;color:#6B7280}
.package-history-badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:6px;background:#F1F2F4;color:#7C8794;font-size:11px;font-weight:700}
.package-card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:-4px}
.package-info-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:6px;font-size:11px;font-weight:700;background:#FFF4EC;color:#C06031}
.package-card-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;border-top:1px dashed #EAE0D6;padding-top:12px}
.package-card-main .full{grid-column:1/-1}
.package-card-main span{display:block;font-size:12px;color:#8C7B6E;margin-bottom:4px}
.package-card-main strong{display:block;font-size:13px;color:#332A24;font-weight:600;line-height:1.5;word-break:break-word}
.package-card-created{align-self:center;font-size:11px;color:#A3968F;margin-left:4px}
.package-sales-card-body{gap:0;flex:1;padding:0}
.package-sales-header{min-height:0;padding-right:68px;align-items:center}
.package-sales-title-row{display:flex;align-items:center;gap:0;min-width:0;flex-wrap:nowrap}
.package-sales-title{font-size:13px;font-weight:600;color:#111827;display:block;min-width:0;gap:0;line-height:1.35;white-space:normal;word-break:break-word}
.package-time-band-badge{display:inline-flex;align-items:center;justify-content:center;gap:2px;width:auto;height:17px;min-height:17px;margin-left:8px;padding:0;border:1px solid transparent;border-radius:6px;font-size:10px;font-weight:500;line-height:1;white-space:nowrap;flex:0 0 auto}
.package-time-band-crown{width:9px;height:9px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto}
.package-time-band-crown svg{width:9px;height:9px;display:block}
.package-time-band-badge.is-prime{width:42px;background:#FEF9E7;color:#D4AF37;border-color:#FBEBA7}
.package-time-band-badge.is-offpeak{width:40px;background:#F3F4F6;color:#6B7280;border-color:#E5E7EB}
.package-time-band-badge.is-all{width:30px;background:#E6F0FA;color:#4A90E2}
.package-sales-core{display:flex;align-items:center;justify-content:space-between;gap:14px}
.package-sales-price{display:flex;align-items:baseline;gap:0;line-height:1;color:#C2593F;letter-spacing:-.025em}
.package-sales-currency{font-size:14px;font-weight:600;margin-right:2px}
.package-sales-amount{font-size:26px;font-weight:700}
.package-card-shell.is-inactive .package-sales-price{color:#9CA3AF}
.package-sales-rules{display:flex;flex-direction:column;gap:4px;min-width:0;flex:0 1 48%;align-items:flex-end}
.package-sales-subtitle{color:#6B7280;font-size:13px;line-height:1.5;margin-top:4px;margin-bottom:16px}
.package-rule-line{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:8px;max-width:100%;font-size:11px;color:#9CA3AF;line-height:1.2;cursor:default}
.package-rule-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
.package-rule-line i{font-style:normal;color:#A3968F;flex:0 0 auto}
.package-rule-icon{width:12px;height:12px;color:#9CA3AF;flex:0 0 auto}
.package-rule-tooltip{display:none}
.package-rule-tooltip-float{position:fixed;z-index:9999;width:max-content;max-width:320px;background:#111827;color:#fff;border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.6;box-shadow:0 14px 30px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s,transform .15s;white-space:pre-wrap;text-align:left;pointer-events:none}
.package-rule-tooltip-float.show{opacity:1;visibility:visible;transform:translateY(0)}
.package-sales-footer{gap:8px;min-height:0;align-items:center;justify-content:space-between;border-top:1px dashed #E5E7EB;margin-top:12px;padding:14px 0 0;background:#FFFFFF;border-radius:0}
.package-sales-footer .showcase-card-actions{flex:0 0 auto;gap:6px}
.package-sales-footer .showcase-action-btn{min-width:40px;padding:4px 10px;background:#FFFFFF;color:#4B5563;border:1px solid #E5E7EB;border-radius:4px;font-size:12px;font-weight:400;line-height:1.4;white-space:nowrap;transition:color .15s,background-color .15s,border-color .15s}
.package-sales-footer .showcase-action-btn:hover{background:#F3F4F6;color:#1F2937;border-color:#E5E7EB}
.package-sales-footer .showcase-action-btn.is-danger{background:#FFFFFF;color:#EF4444;border-color:#FEE2E2}
.package-sales-footer .showcase-action-btn.is-danger:hover{background:#FEF2F2;color:#DC2626;border-color:#FEE2E2}
.package-card-meta{display:flex;align-items:center;gap:5px;flex:1 1 auto;min-width:0;max-width:100%;color:#9CA3AF;font-size:10px;line-height:1;white-space:nowrap;overflow:hidden}
.package-meta-token{display:inline-block;min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap}
.package-meta-id{font-family:inherit;font-size:10.5px;letter-spacing:0;color:#8C7B6E;flex:0 1 auto}
.package-meta-dot{width:3px;height:3px;border-radius:50%;background:#D9D0C7;flex:0 0 auto}
.package-card-meta button{border:0;background:transparent;color:#5C4D43;font:inherit;font-size:10px;cursor:pointer;padding:0;white-space:nowrap;flex:0 0 auto}
.package-card-meta button:hover{color:#C06031}
.package-order-link{display:inline-flex;align-items:center;gap:3px;font-weight:600}
.package-order-chevron{opacity:0;transform:translateX(-3px);transition:all .15s;background:transparent!important;width:auto!important;height:auto!important;color:currentColor}
.package-order-link:hover .package-order-chevron{opacity:1;transform:translateX(0)}
.package-lesson-shortcuts{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.package-lesson-chip{border:1px solid #EAE0D6;background:#FFF;border-radius:6px;height:28px;padding:0 10px;color:#5C4D43;font-size:12px;cursor:pointer}
.package-lesson-chip.active,.package-lesson-chip:hover{background:#FFF4EC;border-color:#FCE1CE;color:#C06031}
.modal.modal-court.modal-package-edit .package-basic-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:flex-start}
.modal.modal-court.modal-package-edit .package-basic-row .tms-form-item,.modal.modal-court.modal-package-edit .package-spec-row .tms-form-item{min-width:0}
.modal.modal-court.modal-package-edit .package-spec-row{display:grid;grid-template-columns:180px 180px;gap:16px;align-items:flex-start}
.modal.modal-court.modal-package-edit .package-modal-panel{background:#FDF7F2;border:1px solid #EAE0D6;border-radius:10px;padding:16px;margin-bottom:16px}
.modal.modal-court.modal-package-edit .package-panel-divider{height:1px;background:#EAE0D6;margin:14px 0}
.modal.modal-court.modal-package-edit .package-time-section{display:grid;grid-template-columns:168px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:0}
.modal.modal-court.modal-package-edit .package-time-band-item,.modal.modal-court.modal-package-edit .package-time-windows-item{min-width:0}
.modal.modal-court.modal-package-edit .package-time-window-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:center}
.modal.modal-court.modal-package-edit .package-time-window-label{font-size:12px;color:#8C7B6E;white-space:nowrap}
.modal.modal-court.modal-package-edit .package-time-window-fields{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}
.modal.modal-court.modal-package-edit .package-time-window-fields .tms-dropdown{width:100%}
.modal.modal-court.modal-package-edit .time-window-stack{gap:12px}
.modal.modal-court.modal-package-edit .package-date-section{margin-top:0}
.modal.modal-court.modal-package-edit .package-resource-panel{display:flex;flex-direction:column;gap:0}
.modal.modal-court.modal-package-edit .package-resource-row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:flex-start}
.modal.modal-court.modal-package-edit .package-resource-row>.tms-form-label{padding-top:10px;margin-bottom:0}
.modal.modal-court.modal-package-edit .package-resource-content{min-width:0}
.modal.modal-court.modal-package-edit .package-resource-content>.tms-dropdown{max-width:220px}
.modal.modal-court.modal-package-edit .package-campus-grid{min-height:48px;align-items:center;max-height:116px;overflow:auto}
.modal.modal-court.modal-package-edit .package-coach-picker{max-height:140px;overflow:auto}
.modal.modal-court.modal-schedule-drawer .package-detail-card .schedule-detail-field.full-width{width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .package-detail-card .schedule-detail-field.full-width .schedule-detail-label,.modal.modal-court.modal-schedule-drawer .package-detail-card .schedule-detail-field.full-width .schedule-detail-value{max-width:492px}
.modal.modal-court.modal-schedule-drawer .package-drawer-help{grid-column:1/-1;margin:0;width:492px;max-width:492px;color:#6B7280;background:#FBFCFE;border:1px solid #EEF0F3;border-radius:6px}
.modal.modal-court.modal-schedule-drawer .package-drawer-danger-help{grid-column:1/-1;margin:0;width:492px;max-width:492px;color:#B42318}
.modal.modal-court.modal-schedule-drawer .package-lesson-shortcuts{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap;width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .package-time-section{grid-template-columns:232px 232px}
.modal.modal-court.modal-schedule-drawer .package-date-range{display:grid;grid-template-columns:108px 16px 108px;gap:0;align-items:center;width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .package-date-range .coach-date-btn{width:108px;max-width:108px;min-width:0;height:var(--schedule-edit-control-height);padding:4px 8px;border-radius:6px;background:#fff;border:1px solid #E6E7EB;box-shadow:none;color:#333333;font-size:13px;font-weight:400;justify-content:flex-start}
.modal.modal-court.modal-schedule-drawer .package-date-range .range-dash{justify-self:center;color:#969AA0}
.modal.modal-court.modal-schedule-drawer .package-time-window-row{display:grid;grid-template-columns:56px 232px;gap:10px;align-items:center;width:298px;max-width:298px}
.modal.modal-court.modal-schedule-drawer .package-time-window-label{font-size:12px;color:#969AA0;white-space:nowrap}
.modal.modal-court.modal-schedule-drawer .package-time-window-fields{display:grid;grid-template-columns:108px 16px 108px;gap:0;align-items:center;width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .package-time-window-fields .tms-dropdown,.modal.modal-court.modal-schedule-drawer .package-time-window-fields .tms-dropdown.tms-dropdown-form .tms-dropdown-display{width:108px;max-width:108px;min-width:0}
.modal.modal-court.modal-schedule-drawer .package-time-window-fields .tms-dropdown.tms-dropdown-form .tms-dropdown-display{padding-left:8px;padding-right:8px;font-size:13px}
.modal.modal-court.modal-schedule-drawer .package-time-window-fields .range-dash{justify-self:center;color:#969AA0}
.modal.modal-court.modal-schedule-drawer .package-resource-panel{display:flex;flex-direction:column;gap:0;width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .package-panel-divider{height:1px;background:#EEF0F3;margin:12px 0}
.modal.modal-court.modal-schedule-drawer .package-resource-row{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.modal.modal-court.modal-schedule-drawer .package-resource-row>.tms-form-label{padding-top:0;margin-bottom:0}
.modal.modal-court.modal-schedule-drawer .package-resource-content{min-width:0}
.modal.modal-court.modal-schedule-drawer .package-resource-content>.tms-dropdown{max-width:232px}
.modal.modal-court.modal-schedule-drawer .package-campus-grid{min-height:48px;align-items:center;max-height:116px;overflow:auto}
.modal.modal-court.modal-schedule-drawer .package-coach-picker{max-height:140px;overflow:auto}
.modal.modal-court.modal-schedule-drawer .package-choice-grid{display:flex;flex-wrap:wrap;gap:8px;width:100%;max-height:148px;overflow:auto;padding:2px 0}
.modal.modal-court.modal-schedule-drawer .package-choice-pill{position:relative;display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid #E6E7EB;border-radius:6px;background:#fff;color:#333333;font-size:13px;line-height:20px;cursor:pointer;user-select:none;box-sizing:border-box}
.modal.modal-court.modal-schedule-drawer .package-choice-pill input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0}
.modal.modal-court.modal-schedule-drawer .package-choice-pill:has(input:checked){border-color:#805435;background:#F6EFE8;color:#805435}
.modal.modal-court.modal-schedule-drawer .package-choice-pill:has(input:checked)::before{content:"";width:6px;height:6px;border-radius:50%;background:#805435;margin-right:7px;flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .package-choice-empty{font-size:13px;color:#969AA0;line-height:32px}
.membership-panel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}
.membership-panel-card{background:#FDF7F2;border-radius:10px;padding:12px 14px;min-height:72px}
.membership-panel-label{font-size:11px;color:#8C7B6E;margin-bottom:8px}
.membership-panel-value{font-size:14px;color:#332A24;line-height:1.45}
.membership-rights-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 110px 110px 140px;gap:12px;align-items:center;padding:10px 0;border-bottom:0.5px solid rgba(180,83,9,0.12)}
.membership-actions-row{display:flex;gap:10px;flex-wrap:nowrap}
.membership-actions-row .tms-btn{white-space:nowrap;min-width:104px}
.tms-checkbox-wrap{display:inline-flex;align-items:center;cursor:pointer;gap:8px;font-size:13px;color:#5C4D43;user-select:none}
.tms-checkbox{width:16px;height:16px;border:1px solid #A3968F;border-radius:4px;appearance:none;outline:none;cursor:pointer;position:relative;background-color:#FDF7F2;margin:0;transition:all .2s;flex-shrink:0}
.tms-checkbox:checked{background-color:#C06031;border-color:#C06031}
.tms-checkbox:checked::after{content:'';position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.tms-checkbox-matrix{background-color:#F1EAE2;border-radius:8px;padding:16px;display:flex;flex-wrap:wrap;gap:12px 16px;border:1px solid #EAE0D6;max-height:150px;overflow-y:auto}
.abtn{width:29px;height:29px;border-radius:8px;border:none;background:rgba(180,83,9,0.08);color:var(--amber-base);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;transition:all .13s}.abtn:hover{background:var(--amber-base);color:#fff}
.pager{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-top:0.5px solid rgba(180,83,9,0.1)}.pager-info{font-size:12px;color:var(--td)}
.pbtn{width:28px;height:28px;border-radius:7px;border:none;background:transparent;cursor:pointer;font-size:12.5px;color:var(--ts);font-family:inherit;transition:all .13s}.pbtn:hover{background:rgba(180,83,9,0.1);color:var(--amber-base)}.pbtn.active{background:var(--amber-base);color:#fff;font-weight:600}
.overlay{position:fixed;inset:0;background:rgba(60,20,0,0.55);backdrop-filter:blur(10px);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s}.overlay.open{opacity:1;pointer-events:all}
.modal{background:var(--card-f);backdrop-filter:var(--bf);border:var(--borf);border-radius:20px;width:580px;max-width:95vw;box-shadow:0 30px 90px rgba(60,20,0,0.35);transform:translateY(16px) scale(.97);transition:transform .22s cubic-bezier(.34,1.56,.64,1);max-height:90vh;overflow:hidden;color:var(--tb);display:flex;flex-direction:column}.overlay.open .modal{transform:translateY(0) scale(1)}
.modal::-webkit-scrollbar{width:4px}.modal::-webkit-scrollbar-thumb{background:rgba(180,83,9,0.2);border-radius:2px}
.modal.modal-court{display:flex;flex-direction:column;overflow:visible}
.modal.modal-wide{width:min(900px,95vw)}
.modal.modal-tight{width:min(640px,95vw)}
.modal.modal-court .mbody{overflow:auto;padding-bottom:20px}
.modal.modal-court .mactions{padding:16px 24px;display:flex;justify-content:space-between;border-radius:0 0 16px 16px;background:#E6E1DC;position:relative;bottom:auto;z-index:5;backdrop-filter:none;flex-shrink:0;border-top:1px solid #D9D0C7}
.overlay.open .modal.modal-court{background-color:#E6E1DC;border:none;border-radius:16px;width:680px;max-height:90vh;box-shadow:0 10px 40px rgba(0,0,0,.2)}
.overlay.open .modal.modal-court.modal-wide{width:780px}
.overlay.open .modal.modal-court.modal-member{width:min(980px,95vw)}
.overlay.open .modal.modal-court.modal-tight{width:500px}
.modal.modal-court .mhead{padding:24px 24px 16px;display:flex;justify-content:space-between;align-items:center}
.modal.modal-court .mtitle{font-size:18px;font-weight:700;color:#332A24}
.modal.modal-court .mclose{cursor:pointer;width:28px;height:28px;background-color:#D9D0C7;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#5C4D43;font-size:14px;font-weight:400;transition:background-color .2s}
.modal.modal-court .mclose:hover{background-color:#C0B5AB;color:#5C4D43}
.modal.modal-court .mbody{padding:0 24px 20px;overflow-y:auto;overflow-x:visible;flex:1;scrollbar-width:none;-ms-overflow-style:none;min-height:0}
.modal.modal-court .mbody::-webkit-scrollbar{display:none}
.modal.modal-court.modal-merge-package .mbody{overflow:visible}
.modal.modal-court.modal-leads-form .mbody{overflow:visible}
.modal.modal-court .mactions{padding:16px 24px;display:flex;justify-content:space-between;border-radius:0 0 16px 16px;background:#E6E1DC;position:relative;bottom:auto;z-index:5;backdrop-filter:none;flex-shrink:0;border-top:1px solid #D9D0C7}
.modal.modal-court .mactions.right-align{justify-content:flex-end}
.tms-pagination .tms-dropdown{margin:0 4px}
.tms-pagination .tms-dropdown-display{height:20px;padding:2px 6px;font-size:12px;line-height:16px;background:transparent;border:0;box-shadow:none;min-width:0;border-radius:4px;color:#44403C;font-weight:500;gap:4px;transition:all 150ms ease}
.tms-pagination .tms-dropdown-display:hover{background:rgba(231,229,228,.5)}
.tms-pagination .tms-dropdown-display::after{width:12px;height:12px;flex-basis:12px;background-size:12px 12px}
.tms-pagination .tms-dropdown.has-value .tms-dropdown-display{color:#44403C;font-weight:500}
.tms-pagination .tms-dropdown-menu{top:auto;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%) scale(.95);transform-origin:bottom center;width:72px;min-width:72px;background:rgba(242,242,247,.95);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(0,0,0,.05);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:4px;opacity:0}
.tms-pagination .tms-dropdown.open .tms-dropdown-menu{display:block;animation:tmsPagerMenuIn 100ms ease forwards}
.tms-pagination .tms-dropdown-item{padding:6px 8px;font-size:12px;line-height:16px;color:#292524;border-radius:4px;display:flex;align-items:center;gap:0}
.tms-pagination .tms-dropdown-item:hover{background:#E5E5EA}
.tms-pagination .tms-dropdown-item.active{background:transparent;color:#292524;font-weight:400}
.tms-pagination .tms-dropdown-item.active:hover{background:#E5E5EA}
.tms-pagination .tms-dropdown-item.active::before{content:none}
.tms-pagination .tms-dropdown-check{width:16px;flex:0 0 16px;display:inline-flex;align-items:center;justify-content:flex-start;color:#292524;visibility:hidden}
.tms-pagination .tms-dropdown-item.active .tms-dropdown-check{visibility:visible}
.tms-pagination .tms-dropdown-check svg{width:14px;height:14px;stroke-width:3}
@keyframes tmsPagerMenuIn{from{opacity:0;transform:translateX(-50%) scale(.95)}to{opacity:1;transform:translateX(-50%) scale(1)}}
.mhead{padding:20px 20px 0;display:flex;align-items:center;justify-content:space-between}.mtitle{font-size:16px;font-weight:600;color:var(--th)}.mclose{width:30px;height:30px;border-radius:10px;border:none;background:rgba(180,83,9,0.08);color:var(--ts);cursor:pointer;font-size:18px;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .13s;flex:0 0 auto;overflow:hidden}.mclose::before{content:none}.mclose:hover{background:#dc2626;color:#fff}
.mbody{padding:14px 20px 20px;overflow:auto}
.sec-ttl{font-size:10px;font-weight:700;color:var(--amber-base);letter-spacing:1.3px;text-transform:uppercase;margin:14px 0 9px;display:flex;align-items:center;gap:7px}.sec-ttl::after{content:'';flex:1;height:0.5px;background:rgba(180,83,9,0.2)}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.fgrid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fgrid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fg{display:flex;flex-direction:column;gap:5px;min-width:0}.fg.full{grid-column:1/-1}
.flabel{font-size:11px;font-weight:500;color:var(--ts);letter-spacing:.35px;text-transform:uppercase}
.finput,.fselect{border:0.5px solid rgba(180,83,9,0.18);border-radius:10px;padding:10px 12px;font-size:13px;color:var(--th);outline:none;font-family:inherit;transition:border-color .14s,box-shadow .14s,background .14s;background:rgba(255,251,245,.96);width:100%;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}.finput:focus,.fselect:focus{border-color:var(--amber-warm);background:#fff;box-shadow:0 0 0 3px rgba(217,119,6,.10)}
.fselect{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--amber-base) 50%),linear-gradient(135deg,var(--amber-base) 50%,transparent 50%);background-position:calc(100% - 18px) 17px,calc(100% - 13px) 17px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:34px}
.ftextarea{resize:none;min-height:62px;overflow:hidden}
.fselect.modern-select,.coach-ops-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--amber-base) 50%),linear-gradient(135deg,var(--amber-base) 50%,transparent 50%);background-position:calc(100% - 18px) 17px,calc(100% - 13px) 17px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:34px}
.rec-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}
.rec-item{display:flex;align-items:center;gap:9px;background:rgba(254,243,199,0.25);border-radius:8px;padding:8px 11px;border:0.5px solid rgba(180,83,9,0.12);font-size:12.5px}
.rec-date{color:var(--ts);font-size:11.5px;min-width:72px}.rec-amt{font-weight:700}.rec-amt.plus{color:#065f46}.rec-amt.minus{color:#991b1b}.rec-note{color:var(--td);flex:1}
.add-rec-row{display:flex;gap:6px;margin-top:7px;flex-wrap:wrap}.add-rec-row .finput{flex:1}
.btn-add-rec{background:linear-gradient(135deg,var(--amber-base),var(--amber-warm));color:#fff;border:none;border-radius:9px;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .14s;box-shadow:0 3px 10px rgba(180,83,9,0.3);height:38px}.btn-add-rec:hover{transform:translateY(-1px)}.btn-add-rec:disabled{opacity:.6;transform:none;cursor:not-allowed}
.import-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}
.import-box{border:0.5px dashed rgba(180,83,9,0.25);border-radius:12px;padding:14px;background:rgba(254,243,199,0.14)}
.import-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:124px;border:1px dashed rgba(180,83,9,0.25);border-radius:12px;padding:18px;text-align:center;background:rgba(254,243,199,0.18);cursor:pointer;color:var(--ts);font-size:13px;line-height:1.55;transition:all .15s}
.import-drop:hover{border-color:var(--amber-warm);background:rgba(254,243,199,0.28)}
.import-drop strong{display:block;color:var(--th);font-size:15px;line-height:1.35}
.import-drop-sub{max-width:100%;color:var(--ts)}
.import-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.import-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600;background:rgba(180,83,9,0.09);color:var(--amber-base)}
.import-pill.ok{background:rgba(5,150,105,0.1);color:#065f46}
.import-pill.warn{background:rgba(217,119,6,0.1);color:#b45309}
.import-note{font-size:12px;line-height:1.55;color:var(--ts)}
.import-table-wrap{max-height:320px;overflow:auto;border:0.5px solid rgba(180,83,9,0.12);border-radius:12px;background:rgba(255,255,255,0.45)}
.import-table{width:100%;border-collapse:collapse}.import-table th,.import-table td{padding:8px 10px;border-bottom:0.5px solid rgba(180,83,9,0.08);font-size:12px;white-space:nowrap}.import-table th{position:sticky;top:0;background:rgba(254,243,199,0.96);z-index:1}
.import-row.ok{background:rgba(5,150,105,0.04)}.import-row.warn{background:rgba(217,119,6,0.05)}.import-row.err{background:rgba(220,38,38,0.05)}
.import-status{font-size:11px;font-weight:700}.import-status.ok{color:#065f46}.import-status.warn{color:#b45309}.import-status.err{color:#b91c1c}
.import-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}
.import-actions .btn-save,.import-actions .btn-cancel{flex:1}
.import-empty{padding:26px 14px;text-align:center;color:var(--ts);font-size:13px}
.import-file{display:none}
@media (max-width:900px){.import-grid{grid-template-columns:1fr}}
#importOv .modal{width:min(1100px,95vw);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}
#importOv .mbody{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;min-height:0;overflow:hidden;padding-bottom:16px}
#courtImportPreview{min-height:0;overflow:auto;padding-right:4px}
#importOv .import-actions{position:sticky;bottom:0;z-index:2;margin-top:0;padding-top:12px;background:linear-gradient(180deg,rgba(253,248,241,0),rgba(253,248,241,.92) 18%,rgba(253,248,241,.98) 100%)}
.mactions{display:flex;gap:8px;margin-top:16px;padding:12px 0 0;border-top:0.5px solid rgba(180,83,9,0.12);position:static;background:transparent;backdrop-filter:none}
.btn-cancel{flex:1;padding:10px;border-radius:9px;border:0.5px solid rgba(180,83,9,0.2);background:transparent;color:var(--ts);font-size:13px;cursor:pointer;font-family:inherit;transition:all .13s}.btn-cancel:hover{border-color:var(--amber-base);color:var(--th)}
.btn-save{flex:2;padding:10px;border-radius:9px;border:none;background:linear-gradient(135deg,var(--amber-base),var(--amber-warm));color:#fff;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(180,83,9,0.35);transition:all .14s}.btn-save:hover{transform:translateY(-1px)}.btn-save:disabled{opacity:.6;transform:none;cursor:not-allowed}
.btn-del{padding:10px 14px;border-radius:9px;border:0.5px solid rgba(220,38,38,0.25);background:transparent;color:#dc2626;font-size:13px;cursor:pointer;font-family:inherit;transition:all .13s}.btn-del:hover{background:#dc2626;color:#fff;border-color:#dc2626}
.page-head-card{background:rgba(255,248,238,.14);border:0.5px solid rgba(255,244,230,.18);border-radius:16px;padding:16px 18px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.page-head-main{display:flex;flex-direction:column;gap:6px}
.page-head-title{font-size:18px;font-weight:650;color:var(--cream-pale)}
.page-head-desc{font-size:13px;line-height:1.7;color:rgba(255,247,237,.82);max-width:720px}
.page-head-actions{display:flex;gap:10px;flex-wrap:wrap}
.light-btn{height:38px;border:none;border-radius:8px;background:rgba(255,255,255,.88);color:var(--amber-base);padding:0 14px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 5px 18px rgba(60,20,0,.1)}
.course-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:rgba(254,243,199,.16);border:0.5px solid rgba(254,243,199,.22);border-radius:14px;padding:10px 12px;margin-bottom:14px}
#page-packages .course-filter-bar{display:grid;grid-template-columns:minmax(300px,1fr) 170px 170px;gap:10px;border-radius:16px;padding:10px;background:rgba(255,248,238,.12)}
#page-packages .course-filter-bar .filter-search{height:44px;min-width:0;border:0.5px solid rgba(180,83,9,.14);border-radius:12px;background:rgba(255,251,245,.9);box-shadow:none}
#page-packages .course-filter-bar .coach-ops-select{height:44px;min-width:0;border-radius:12px;background-color:rgba(255,251,245,.9);box-shadow:none;font-weight:500;color:var(--tb)}
.purchase-filter-bar{display:grid;grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(136px,.75fr)) minmax(150px,.75fr) minmax(150px,.75fr) auto;gap:10px;align-items:center;background:rgba(254,243,199,.16);border:0.5px solid rgba(254,243,199,.22);border-radius:14px;padding:12px;margin-bottom:14px}
.purchase-actions{display:flex;gap:10px;justify-content:flex-end}
.filter-search{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;height:38px;border:none;border-radius:8px;background:rgba(255,255,255,.84);padding:0 13px;box-shadow:0 5px 18px rgba(60,20,0,.1)}
.filter-search.tall{height:42px;border:0.5px solid rgba(180,83,9,.18);border-radius:10px;background:rgba(255,255,255,.96)}
.filter-search input{border:none;outline:none;background:transparent;color:var(--th);font-size:13px;width:100%;font-family:inherit}
.filter-search input::placeholder{color:var(--td)}
.filter-search-mark{width:14px;height:14px;border:2px solid rgba(180,83,9,.55);border-radius:50%;position:relative;flex:0 0 auto}
.filter-search-mark::after{content:'';position:absolute;right:-5px;bottom:-4px;width:7px;height:2px;background:rgba(180,83,9,.55);transform:rotate(45deg);border-radius:999px}
.page-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}
.page-stat-row .scard{border-radius:14px;padding:14px 16px;background:rgba(255,255,255,.84)}
.page-stat-row .sc-icon{display:none}
.package-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.package-card{background:#FFF9F4;border:1px solid rgba(192,96,49,.12);border-radius:18px;padding:16px;box-shadow:0 12px 30px rgba(60,20,0,.08);display:flex;flex-direction:column;gap:10px}
.package-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(60,20,0,.1)}
.package-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.package-card-title{font-size:18px;font-weight:800;line-height:1.35;color:var(--th)}
.package-card-sub{font-size:12px;color:var(--ts);line-height:1.6}
.package-card-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.package-card-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.package-card-metric{background:rgba(255,255,255,.9);border:1px solid rgba(192,96,49,.1);border-radius:12px;padding:10px 12px}
.package-card-metric-label{font-size:11px;color:var(--ts);margin-bottom:6px}
.package-card-metric-value{font-size:18px;font-weight:800;color:var(--th);line-height:1}
.package-card-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-top:0.5px solid rgba(180,83,9,0.1);font-size:12px;color:var(--ts)}
.package-card-row strong{font-size:13px;color:var(--tb);text-align:right}
.package-card-actions{display:flex;gap:8px;padding-top:12px;border-top:0.5px solid rgba(180,83,9,0.1);margin-top:auto}
.package-card-actions .tms-btn{flex:1}
#page-purchases .tms-filters{flex-wrap:nowrap;align-items:center}
#page-purchases .tms-filters .filter-date-wrap{flex:0 0 auto}
#page-purchases .tms-filters .coach-date-btn{min-width:105px;width:105px;height:34px;border:1px solid transparent;border-radius:6px;background:#fff;color:#5C4D43;box-shadow:inset 0 1px 2px rgba(0,0,0,.02);font-size:13px;font-weight:400}
.package-hero-empty{padding:56px 18px;text-align:center;color:rgba(255,247,237,.76);background:rgba(255,248,238,.08);border:0.5px dashed rgba(255,247,237,.18);border-radius:16px}
.purchase-table td{vertical-align:top}
.purchase-toolbar-spacer{flex:1}
.table-meta{font-size:12px;color:var(--td);margin-top:2px}
.filter-date-wrap{position:relative}
.filter-hidden-date{position:absolute;opacity:0;pointer-events:none;width:0;height:0}
.global-date-pop{display:none;position:fixed;width:292px;background:rgba(255,251,245,.98);border:0.5px solid rgba(180,83,9,.18);border-radius:12px;box-shadow:0 18px 54px rgba(60,20,0,.28);padding:12px;z-index:320;color:var(--th)}
.global-date-pop.open{display:block}
.form-section{background:rgba(255,252,248,.66);border:0.5px solid rgba(180,83,9,.10);border-radius:16px;padding:14px;margin-bottom:12px}
.form-section-title{font-size:12px;font-weight:650;color:var(--amber-base);margin-bottom:10px}
.tms-section-header{font-size:12px;color:#C06031;font-weight:400;margin:24px 0 16px;display:flex;align-items:center}
.tms-section-header::after{content:"";flex:1;height:1px;background-color:#D9D0C7;margin-left:12px}
.tms-form-row{display:flex;gap:20px;margin-bottom:16px}
.tms-form-item{flex:1;display:flex;flex-direction:column;position:relative;min-width:0}
.tms-form-item.full-width{flex:none;width:100%}
.tms-form-label{font-size:12px;color:#5C4D43;margin-bottom:8px}
.tms-form-control{background-color:#FDF7F2;border:1px solid transparent;border-radius:8px;padding:12px;font-size:14px;color:#332A24;outline:none;box-sizing:border-box;width:100%}
.tms-readonly-text{height:auto;min-height:72px;white-space:normal;line-height:1.7;padding-top:10px!important;padding-bottom:10px!important}
.tms-field-help{font-size:12px;color:var(--ts);line-height:1.5;margin-top:6px}
.modal.modal-court .tms-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;margin-bottom:4px}
.modal.modal-court .court-finance-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 20px;margin-bottom:4px}
.modal.modal-court .tms-detail-field{min-width:0}
.modal.modal-court .tms-detail-field.full-width{grid-column:1/-1}
.modal.modal-court .tms-detail-label{font-size:11px;color:#8C7B6E;line-height:1.5;margin-bottom:4px}
.modal.modal-court .tms-detail-value{min-height:22px;font-size:13px;color:#332A24;line-height:1.7;word-break:break-word}
.modal.modal-court .tms-detail-block{font-size:12px;color:#332A24;line-height:1.7;background:transparent;border:0;border-radius:0;padding:2px 0 0;min-height:0;white-space:normal}
.modal.modal-court .tms-detail-block .tms-readonly-text{min-height:0;padding:0!important}
.purchase-compact-row{gap:12px}
.modal.modal-court .purchase-compact-row .tms-form-item{min-width:0}
.modal.modal-court .modal-footer .tms-btn,.modal.modal-court .mactions .tms-btn{min-width:84px;padding:0 12px}
.tms-form-readonly{background-color:#FDF7F2;border-radius:8px;padding:12px;font-size:14px;color:#332A24;min-height:20px;word-break:break-all;box-sizing:border-box;width:100%}
.tms-panel-tip{font-size:13px;color:#5C4D43;margin-bottom:16px;display:block}
.tms-readonly-panel{background-color:#E6E1DC;border:1px solid #D9D0C7;border-radius:8px;padding:20px;margin-bottom:16px}
.tms-record-add-box{background-color:#FFF;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #EAE0D6;box-shadow:0 4px 12px rgba(0,0,0,.03)}
.tms-history-list{display:flex;flex-direction:column;gap:12px}
.tms-history-item{background-color:#F1EAE2;border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:12px;font-size:13px;color:#5C4D43}
.tms-history-item .amount{font-weight:400;font-size:14px}
.tms-history-item .amount.neg{color:#C06031}
.tms-history-item .amount.pos{color:#4CAF50}
.tms-history-item .desc{flex:1;color:#8C7B6E}
.modal.modal-court .tms-form-label{font-size:11px;font-weight:400;color:#5C4D43;margin-bottom:6px}
.modal.modal-court .tms-form-control{height:38px;padding:0 12px;font-size:13px;font-weight:400}
.modal.modal-court div.tms-form-control:not(.tms-readonly-text){display:flex;align-items:center}
.modal.modal-court .tms-readonly-text{height:auto;min-height:72px;white-space:normal;line-height:1.7;padding:12px 14px}
#page-leads .tms-table-wrapper{max-height:calc(100vh - 210px);overflow-x:auto;overflow-y:auto}
#page-leads .tms-table{table-layout:fixed}
#page-leads .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15;vertical-align:middle}
#page-leads .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-leads .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-leads .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-leads .tms-table th.tms-sticky-r{position:sticky;top:0;right:0;z-index:140;background-color:#F1E9E2}
#page-leads .tms-table td.tms-sticky-r{position:sticky;right:0;z-index:40;background-color:#FBF7F4}
#page-leads .tms-table tbody tr:hover td.tms-sticky-l,#page-leads .tms-table tbody tr:hover td.tms-sticky-r{background-color:#F6EFE8}
#page-leads .tms-text-primary,#page-leads .tms-cell-text,#page-leads .tms-text-remark{font-size:12px}
#page-leads .tms-text-remark{max-width:none}
.modal.modal-court .lead-form-row-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.modal.modal-court .lead-form-row-4 .tms-form-item{min-width:0}
.modal.modal-court.modal-lead-drawer .mbody{background:#F5F2F0}
.modal.modal-court.modal-lead-drawer .schedule-detail-title-row .tms-tag{height:22px}
.modal.modal-court.modal-lead-drawer .lead-basic-card .schedule-detail-field.full-width,.modal.modal-court.modal-lead-drawer .lead-conversion-card .schedule-detail-field.full-width{width:492px;max-width:492px}
.modal.modal-court.modal-lead-drawer .lead-basic-card .schedule-detail-field.full-width .schedule-detail-label,.modal.modal-court.modal-lead-drawer .lead-basic-card .schedule-detail-field.full-width .schedule-detail-value,.modal.modal-court.modal-lead-drawer .lead-conversion-card .schedule-detail-field.full-width .schedule-detail-label,.modal.modal-court.modal-lead-drawer .lead-conversion-card .schedule-detail-field.full-width .schedule-detail-value{max-width:492px}
.modal.modal-court.modal-lead-drawer .lead-followup-item .student-lesson-card{width:100%;box-sizing:border-box}
.modal.modal-court.modal-lead-drawer .lead-followup-item .student-lesson-meta{display:block;white-space:normal;word-break:break-word}
.modal.modal-court.modal-lead-drawer .lead-conversion-actions{display:flex;gap:12px;flex-wrap:wrap}
.modal.modal-court.modal-lead-drawer .lead-conversion-form-actions{justify-content:flex-end;margin-top:12px;margin-bottom:0}
#page-leads .tms-tag-green{background:#E7F1E9;color:#3F7E2B}
#page-leads .tms-tag-red{background:#F7E9E2;color:#C06031}
#page-leads .tms-tag-tier-gold{background:#F7E8C8;color:#9A5B00}
#page-leads .tms-tag-tier-blue{background:#E5EEF9;color:#355C8A}
#page-leads .tms-tag-tier-teal{background:#E3F0ED;color:#2E766E}
#page-leads .tms-tag-tier-slate{background:#E9ECEF;color:#57606A}
#page-leads .tms-tag-lead-trial-done{background:#E7F1E9;color:#3F7E2B}
#page-leads .tms-tag-lead-trial-booked{background:#E3F0ED;color:#2E766E}
#page-leads .tms-tag-lead-no-intent{background:#E9ECEF;color:#57606A}
#page-leads .tms-tag-lead-new{background:#E5EEF9;color:#355C8A}
#page-leads .tms-tag-lead-private{background:#E7F1E9;color:#3F7E2B}
#page-leads .tms-tag-lead-dropin{background:#E5EEF9;color:#355C8A}
#page-leads .tms-tag-lead-camp{background:#F7E8C8;color:#9A5B00}
#page-leads .tms-tag-lead-special{background:#F7E9E2;color:#C06031}
#page-leads .tms-tag-lead-court{background:#E5EEF9;color:#355C8A}
#page-leads .tms-tag-lead-campus{background:#F7E8C8;color:#9A5B00}
#page-leads .tms-tag-lead-communicated{background:#E3F0ED;color:#2E766E}
#page-leads .tms-tag-lead-lost{background:#E9ECEF;color:#57606A}
#page-leads .tms-tag-lead-converting{background:#F7E8C8;color:#9A5B00}
.modal.modal-court textarea.tms-form-control{height:auto;min-height:62px;padding:10px 12px}
.modal.modal-court .coach-date-btn,.modal.modal-court .tms-dropdown.tms-dropdown-form .tms-dropdown-display{height:38px;font-size:13px;font-weight:400}
.modal.modal-court .coach-date-btn{background:#FDF7F2;box-shadow:none;text-align:left;justify-content:flex-start}
.schedule-advanced{border:1px solid #D9D0C7;border-radius:10px;padding:0 14px;margin:4px 0 16px;background:rgba(253,247,242,.55)}
.schedule-advanced summary{cursor:pointer;height:42px;display:flex;align-items:center;font-size:13px;color:#5C4D43;font-weight:600}
.schedule-advanced[open]{padding-bottom:14px}
.schedule-action-cell{white-space:nowrap;width:116px!important;padding-left:8px!important;padding-right:12px!important;gap:8px!important}
.schedule-action-cell .tms-action-link{margin-left:0;padding-left:6px;padding-right:6px}
.modal.modal-court .tms-record-add-box .tms-form-row{gap:12px;flex-wrap:wrap}
.modal.modal-court .tms-record-add-box .tms-dropdown-display,.modal.modal-court .tms-record-add-box .tms-form-control{font-size:12px}
.modal.modal-court .tms-checkbox-matrix{font-size:10px}
.modal.modal-court .tms-checkbox-matrix .tms-checkbox-wrap,.modal.modal-court .tms-checkbox-matrix .tms-checkbox-wrap span{font-size:10px;font-weight:400}
.modal.modal-court .court-date-row{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}
.modal.modal-court .court-date-row > *{min-width:0}
.modal.modal-court .schedule-settlement-row{align-items:flex-start;gap:12px;flex-wrap:nowrap}
.modal.modal-court .schedule-settlement-row > *{min-width:0}
.modal.modal-court .schedule-course-type-item,.modal.modal-court .schedule-settlement-type-item{flex:0 0 120px;max-width:120px}
.modal.modal-court .schedule-entitlement-item{flex:1 1 0;min-width:0;max-width:100%}
.modal.modal-court .schedule-direct-payment-item{flex:1 1 auto;min-width:360px}
.modal.modal-court .schedule-subtype-item{flex:0 0 160px;max-width:160px}
.modal.modal-court .schedule-field-fee-section{margin:4px 0 18px}
.modal.modal-court .schedule-field-fee-main-row{gap:12px;margin-bottom:12px}
.modal.modal-court .schedule-field-fee-toggle{flex:1 1 280px}
.modal.modal-court .schedule-field-fee-amount,.modal.modal-court .schedule-field-fee-pay{flex:0 0 160px;max-width:160px}
.modal.modal-court .schedule-field-fee-toggle-control{display:flex;align-items:center;gap:10px;white-space:normal;line-height:1.4}
.modal.modal-court .schedule-field-fee-note-row{margin-bottom:0}
.modal.modal-court .schedule-field-fee-note{width:100%;min-height:54px;line-height:1.5;resize:vertical}
.modal.modal-court .schedule-time-course-row,.modal.modal-court .schedule-time-row{align-items:flex-end;gap:18px}
.modal.modal-court .schedule-time-field{flex:1 1 auto;min-width:0}
.modal.modal-court .schedule-course-field{flex:1;min-width:180px}
.modal.modal-court .schedule-time-range{gap:8px}
.modal.modal-court .schedule-repeat-row{align-items:flex-end;gap:18px}
.modal.modal-court .schedule-repeat-field{flex:1 1 auto;min-width:0}
.modal.modal-court .schedule-location-row{align-items:flex-end;gap:14px}
.modal.modal-court .schedule-repeat-control.is-disabled{pointer-events:none;background:#F5EFE8;color:#8C7B6E;opacity:.72}
.modal.modal-court .schedule-late-row{margin-top:2px}
.modal.modal-court .schedule-late-settings{margin:0;background:#FDF7F2;border-color:#E7DDD2}
.modal.modal-court .schedule-late-settings summary{height:40px;font-weight:600;justify-content:space-between}
.modal.modal-court .schedule-late-settings summary::after{content:"展开";font-size:12px;color:#D97706;font-weight:600}
.modal.modal-court .schedule-late-settings[open] summary::after{content:"收起"}
.modal.modal-court .schedule-late-body{padding-top:12px}
.modal.modal-court .schedule-student-suggest{margin-top:6px}
.modal.modal-court .schedule-student-suggest-list{border:1px solid #EAE0D6;background:#fff;border-radius:8px;padding:4px;max-height:210px;overflow:auto;box-shadow:0 8px 20px rgba(60,20,0,.08)}
.modal.modal-court .schedule-student-suggest-list button{width:100%;border:0;background:transparent;text-align:left;border-radius:6px;padding:8px 10px;cursor:pointer;font-family:inherit;color:#332A24;font-size:11px;line-height:18px}
.modal.modal-court .schedule-student-suggest-list button:hover{background:#F8F1EA}
.modal.modal-court .schedule-student-suggest-list strong{display:block;font-size:13px;font-weight:600}
.modal.modal-court .schedule-student-suggest-list span{display:block;margin-top:2px;font-size:12px;color:#8C7B6E}
.modal.modal-court .schedule-student-suggest-empty,.modal.modal-court .schedule-student-empty{font-size:12px;color:#8C7B6E;padding:8px 0}
.modal.modal-court .schedule-student-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.modal.modal-court .schedule-student-tags:empty{display:none}
.modal.modal-court .schedule-student-tag{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:6px 8px;border-radius:8px;background:#FDF7F2;border:1px solid #EAE0D6;color:#332A24;font-size:11px;line-height:18px}
.modal.modal-court .schedule-student-tag span{color:#8C7B6E}
.modal.modal-court .schedule-student-tag button{border:0;background:transparent;color:#8C7B6E;cursor:pointer;font-size:15px;line-height:1;padding:0 2px}
.modal.modal-court .tms-dropdown-readonly .tms-dropdown-display{background:#F5EFE8;color:#8C7B6E}
.modal.modal-court .schedule-location-type{flex:0 0 190px;min-width:0}
.modal.modal-court .schedule-location-fields{display:flex;gap:14px;flex:1;min-width:0}
.modal.modal-court .schedule-location-fields .tms-form-item{flex:1;min-width:0}
.overlay.open .modal.modal-court.modal-schedule-cancel{width:560px;max-height:92vh}
.overlay.schedule-drawer-overlay{justify-content:flex-end;align-items:stretch;background:rgba(0,0,0,.48);backdrop-filter:none}
.overlay.schedule-drawer-overlay .modal.modal-court.modal-schedule-drawer{width:600px;max-width:600px;height:100vh;max-height:100vh;background:#FDFDFD;border-radius:0;box-shadow:-8px 0 28px rgba(15,23,42,.16);transform:translateX(100%);transition:transform .22s cubic-bezier(.2,0,0,1)}
.overlay.schedule-drawer-overlay.open .modal.modal-court.modal-schedule-drawer{transform:translateX(0)}
.modal.modal-court.modal-schedule-drawer{overflow:hidden;color:#333333}
.modal.modal-court.modal-schedule-drawer .mhead{padding:20px 16px 0;border-bottom:1px solid #EEF0F3;align-items:flex-start;background:#FDFDFD;flex-shrink:0}
.modal.modal-court.modal-schedule-drawer .mtitle{min-width:0;flex:1}
.modal.modal-court.modal-schedule-drawer .mclose{position:relative;z-index:2;width:32px;height:32px;border-radius:6px;background:transparent;color:#9EA3AE;font-size:0;line-height:1;display:flex;align-items:center;justify-content:center}
.modal.modal-court.modal-schedule-drawer .mclose .mclose-svg{width:9px;height:9px;display:block;flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .mclose:hover{background:#F5F6F8;color:#6B7280}
.modal.modal-court.modal-schedule-drawer .mbody{padding:12px 16px;overflow:auto;background:#F5F2F0}
.modal.modal-court.modal-schedule-drawer .mactions{display:none!important}
.modal.modal-court.modal-schedule-drawer .schedule-detail-hero{display:flex;gap:12px;align-items:center;padding-bottom:12px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#805435;color:#fff;font-size:22px;font-weight:700;flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .schedule-detail-title-wrap{min-width:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-title-row{display:flex;align-items:center;gap:8px;min-width:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-title{font-size:18px;font-weight:600;color:#111827;line-height:24px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-title-row .package-status-badge{position:static;top:auto;right:auto;height:22px;padding:0 8px;font-size:13px;flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .schedule-detail-status{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;font-size:13px;font-weight:500}
.modal.modal-court.modal-schedule-drawer .schedule-detail-subtitle{margin-top:4px;color:#6B7280;font-size:13px;font-weight:400;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.modal.modal-court.modal-schedule-drawer .schedule-detail-tabs{display:flex;gap:28px;height:34px;align-items:flex-end}
.modal.modal-court.modal-schedule-drawer .schedule-detail-tab{height:28px;border:0;background:transparent;padding:0 0 2px;color:#68696F;font-size:13px;font-weight:400;cursor:pointer;border-bottom:2px solid transparent}
.modal.modal-court.modal-schedule-drawer .schedule-detail-tab.active{color:#333333;border-bottom-color:#805435}
.modal.modal-court.modal-schedule-drawer .schedule-detail-content{display:flex;flex-direction:column;gap:12px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-card{background:#fff;border:1px solid #EEF0F3;border-radius:8px;padding:16px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-section-title{font-size:15px;font-weight:600;color:#333333;line-height:24px;padding-left:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-card-actions{display:flex;gap:10px;align-items:center}
.modal.modal-court.modal-schedule-drawer .detail-drawer-table-card{margin:0;background:#fff;border:1px solid #EEF0F3;border-radius:8px;box-shadow:none}
.modal.modal-court.modal-schedule-drawer .detail-drawer-table-wrapper{max-height:320px;overflow:auto}
.modal.modal-court.modal-schedule-drawer .detail-drawer-table th{background:#F8F6F4;color:#8C7B6E;font-size:12px;font-weight:400;padding:8px 12px}
.modal.modal-court.modal-schedule-drawer .detail-drawer-table td{background:#fff;color:#333333;font-size:12px;line-height:1.4;padding:8px 12px}
.modal.modal-court.modal-schedule-drawer .detail-drawer-table tbody tr:hover td{background:#F6EFE8}
.modal.modal-court.modal-schedule-drawer .schedule-detail-action{border:0;background:transparent;color:#805435;font-size:13px;font-weight:400;cursor:pointer;padding:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-action.muted{color:#6B7280;font-weight:400}
.modal.modal-court.modal-schedule-drawer .schedule-detail-action.muted:hover{color:#374151}
.modal.modal-court.modal-schedule-drawer .schedule-detail-action.primary{min-width:72px;height:32px;padding:0 12px;border-radius:6px;background:#805435;color:#fff;font-size:13px;font-weight:500;line-height:32px;transition:background-color .2s ease-in-out;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.modal.modal-court.modal-schedule-drawer .schedule-detail-action.primary:hover{background:#6F462A}
.modal.modal-court.modal-schedule-drawer .schedule-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-field{width:232px;max-width:232px;min-width:0;padding:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-field.full-width{grid-column:1/-1;width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-label{color:#969AA0;font-size:13px;line-height:22px;font-weight:400;max-width:232px;min-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal.modal-court.modal-schedule-drawer .purchase-snapshot-change-tag{display:inline-flex;align-items:center;height:18px;margin-left:6px;padding:0 6px;border-radius:4px;background:#FFF7ED;color:#C06031;font-size:11px;font-weight:500;vertical-align:1px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-value{color:#333333;font-size:13px;line-height:22px;padding:4px 0;max-width:232px;min-height:22px;word-break:break-word;white-space:pre-wrap}
.modal.modal-court.modal-schedule-drawer .schedule-detail-block{border:1px solid #EEF0F3;border-radius:6px;background:#FBFCFE;padding:10px 12px;min-height:44px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-edit-control{width:100%;min-height:40px;height:40px;border:1px solid #E6E7EB;border-radius:6px;background:#fff;color:#333333;font-size:13px;line-height:22px;padding:4px 8px;outline:none;font-family:inherit}
.modal.modal-court.modal-schedule-drawer .schedule-detail-readonly-control{min-height:32px;display:flex;align-items:center;color:#333333;font-size:13px;line-height:22px;background:#F9FAFB}
.modal.modal-court.modal-schedule-drawer .schedule-student-notes-preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:30px}
.modal.modal-court.modal-schedule-drawer textarea.schedule-detail-edit-control{min-height:72px;resize:none;overflow:hidden}
.modal.modal-court.modal-schedule-drawer .schedule-detail-edit-control:focus{border-color:#805435;box-shadow:0 0 0 2px rgba(128,84,53,.12)}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-card .schedule-detail-field.full-width{width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-card .schedule-detail-field.full-width .schedule-detail-label,.modal.modal-court.modal-schedule-drawer .schedule-proposal-card .schedule-detail-field.full-width .schedule-detail-value{max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-feedback-card .schedule-detail-field.full-width{width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-feedback-card .schedule-detail-field.full-width .schedule-detail-label,.modal.modal-court.modal-schedule-drawer .schedule-feedback-card .schedule-detail-field.full-width .schedule-detail-value{max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 0 38px}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-empty-icon{width:80px;height:80px;background:#F8F9FA;border:1px solid #F3F4F6;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;color:#D1D5DB;margin-bottom:18px}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-empty-icon svg{width:32px;height:32px;display:block}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-empty-title{font-size:16px;font-weight:500;color:#374151;line-height:24px;margin-bottom:8px}
.modal.modal-court.modal-schedule-drawer .schedule-proposal-empty-text{font-size:13px;font-weight:400;color:#9CA3AF;line-height:1.6;max-width:280px}
.modal.modal-court.modal-schedule-drawer .schedule-drawer-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px}
.modal.modal-court.modal-schedule-drawer .schedule-drawer-form-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .schedule-detail-action.danger{color:#C06031}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form{--schedule-edit-control-height:40px;display:flex;flex-direction:column;gap:12px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-section-header{color:#333333;font-size:15px;font-weight:600;line-height:24px;margin:0 0 14px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-row{display:grid;grid-template-columns:repeat(2,232px);gap:12px 28px;margin-bottom:0;align-items:start}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-item{width:232px;max-width:232px;min-width:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-item.full-width{grid-column:1/-1;width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-label{display:block;color:#969AA0;font-size:13px;line-height:22px;font-weight:400;max-width:232px;min-height:22px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-control,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .finput,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-dropdown{width:232px;max-width:232px;min-width:0;box-sizing:border-box;font-size:13px;color:#333333}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-item.full-width .tms-form-control,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-item.full-width .finput{width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-control,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .finput{min-height:var(--schedule-edit-control-height);height:var(--schedule-edit-control-height);line-height:22px;padding:4px 8px;border-radius:6px;background:#fff;border:1px solid #E6E7EB;box-shadow:none}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-form-control::placeholder,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .finput::placeholder,.modal.modal-court.modal-schedule-drawer .schedule-detail-edit-control::placeholder{color:#9EA3AE}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-dropdown.tms-dropdown-form .tms-dropdown-display{width:232px;max-width:232px;height:var(--schedule-edit-control-height);min-height:var(--schedule-edit-control-height);padding:4px 8px;border-radius:6px;background:#fff;border:1px solid #E6E7EB;box-shadow:none;color:#333333;font-size:13px;font-weight:400}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .package-time-window-fields .tms-dropdown,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .package-time-window-fields .tms-dropdown.tms-dropdown-form .tms-dropdown-display{width:108px;max-width:108px;min-width:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form textarea.tms-form-control{height:auto;min-height:72px;resize:vertical}
.modal.modal-court.modal-schedule-drawer .schedule-time-row{grid-template-columns:repeat(2,232px)}
.modal.modal-court.modal-schedule-drawer .schedule-time-row .schedule-time-field{width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-time-row .schedule-lesson-count-item{width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range{display:grid;grid-template-columns:100px 56px 8px 56px;gap:4px;width:232px;max-width:232px;font-size:12px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range>div:nth-child(1){width:100px!important;flex:0 0 100px!important}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range>div:nth-child(2),.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range>div:nth-child(4){width:56px!important;flex:0 0 56px!important;min-width:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range>div:nth-child(3){align-self:center;justify-self:center}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range>*{min-width:0}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range .coach-date-btn,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range .tms-dropdown,.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range .tms-dropdown.tms-dropdown-form .tms-dropdown-display{width:100%;max-width:100%;min-width:0;font-size:12px;padding-left:6px;padding-right:6px}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .schedule-time-range .tms-dropdown.tms-dropdown-form .tms-dropdown-display::after{display:none}
.modal.modal-court.modal-schedule-drawer .schedule-lesson-count-controls{display:block;width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-lesson-count-controls .finput{width:100%;max-width:100%}
.modal.modal-court.modal-schedule-drawer .schedule-settlement-controls{width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-item .tms-dropdown-display{position:relative;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:28px;line-height:30px}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-item .tms-dropdown-display::after{position:absolute;right:8px;top:50%;transform:translateY(-50%)}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-item .tms-dropdown-menu{left:auto;right:0;width:max-content;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-item .tms-dropdown-item{max-width:100%;min-width:0;box-sizing:border-box}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-item .tms-dropdown-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal.modal-court.modal-schedule-drawer .schedule-settlement-row.is-direct .schedule-settlement-type-item{grid-column:1/-1;width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-settlement-row.is-direct .schedule-settlement-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:492px;max-width:492px}
.modal.modal-court.modal-schedule-drawer .schedule-settlement-row.is-direct .schedule-direct-payment-item{display:contents}
.modal.modal-court.modal-schedule-drawer .schedule-settlement-row.is-direct .tms-dropdown,.modal.modal-court.modal-schedule-drawer .schedule-settlement-row.is-direct .tms-dropdown.tms-dropdown-form .tms-dropdown-display,.modal.modal-court.modal-schedule-drawer .schedule-settlement-row.is-direct .finput{width:100%;max-width:100%}
.modal.modal-court.modal-schedule-drawer .schedule-direct-payment-amount{min-width:0}
.schedule-stored-value-hint{display:none;margin-top:6px;font-size:12px;line-height:18px;color:#8C7B6E}
.schedule-stored-value-hint.is-error{color:#EF4444}
.modal.modal-court.modal-schedule-drawer .schedule-repeat-weeks-field{width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-repeat-weeks-field .finput{width:232px;max-width:232px}
.modal.modal-court.modal-schedule-drawer .schedule-checkbox-line{min-height:40px;display:flex;align-items:center;gap:8px;color:#333333;font-size:13px;line-height:20px}
.modal.modal-court.modal-schedule-drawer .schedule-checkbox-line input{flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-checkbox{background-color:#FFFFFF}
.modal.modal-court.modal-schedule-drawer .schedule-detail-form .tms-checkbox:checked{background-color:#C06031}
.modal.modal-court.modal-schedule-drawer .schedule-repeat-control.is-disabled{pointer-events:none;color:#9EA3AE;background:transparent;opacity:1}
.modal.modal-court.modal-schedule-drawer .schedule-repeat-help{margin-top:2px;color:#9EA3AE;font-size:12px;line-height:18px}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-alert{display:none;align-items:center;gap:6px;margin-top:6px;font-size:12px;color:#EF4444;line-height:18px}
.modal.modal-court.modal-schedule-drawer .schedule-entitlement-alert-icon{width:14px;height:14px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#FEE2E2;color:#EF4444;font-size:10px;font-weight:600;flex:0 0 auto}
.modal.modal-court.modal-schedule-drawer .schedule-student-entitlement-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.modal.modal-court.modal-schedule-drawer .schedule-student-entitlement-row{display:flex;align-items:center;gap:6px;min-width:0;max-width:100%;height:32px;padding:6px 8px;box-sizing:border-box;border-radius:8px;background:#FDF7F2;border:1px solid #EAE0D6;color:#332A24;font-size:11px;line-height:18px}
.modal.modal-court.modal-schedule-drawer .schedule-student-entitlement-row.is-missing{background:#FFF1F2;border-color:#FECDD3;color:#BE123C}
.modal.modal-court.modal-schedule-drawer .schedule-student-entitlement-name{flex:0 0 auto;max-width:112px;font-weight:600;color:#332A24;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal.modal-court.modal-schedule-drawer .schedule-student-entitlement-package{flex:1 1 auto;min-width:0;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.modal.modal-court.modal-schedule-drawer .schedule-notes-row{margin-top:12px!important}
.schedule-cancel-summary{background:#F7EEE4;border:1px solid #D9D0C7;border-radius:12px;padding:14px 16px;margin-bottom:18px;color:#5C4D43;font-size:14px;line-height:1.75}
.schedule-cancel-scope{background:#FDF7F2;border:1px solid #E7DDD2;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:14px;min-height:128px}
.schedule-cancel-scope .tms-checkbox-wrap{display:flex;align-items:flex-start;line-height:1.65}
.schedule-cancel-help{font-size:12px;color:#8C7B6E;line-height:1.7}
.choice-grid{display:flex;flex-wrap:wrap;gap:8px}
.choice-wrap{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}
.choice-wrap .choice-tag{flex:0 0 auto}
.purchase-coach-wrap{padding-top:4px}
.purchase-notes-row{margin-top:12px}
.choice-tag{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:12px;background:rgba(255,251,245,.72);border:0.5px solid rgba(180,83,9,.12);font-size:12.5px;font-weight:400;color:var(--tb)}
.choice-tag input{appearance:none;-webkit-appearance:none;margin:0;width:14px;height:14px;border-radius:4px;border:0.5px solid rgba(120,53,15,.24);background:#fff;box-shadow:inset 0 1px 2px rgba(60,20,0,.06)}
.choice-tag input:checked{border-color:var(--amber-base);background:var(--amber-base);box-shadow:inset 0 0 0 3px #fff}
.fg.span-2{grid-column:span 2}
.range-pair{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}
.range-pair .coach-date-btn{width:100%;min-width:0}
.range-dash{font-size:12px;color:var(--td)}
.time-window-stack{display:flex;flex-direction:column;gap:8px}
.time-window-row{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}
.inline-help{font-size:12px;color:var(--ts);line-height:1.6}
.close-x{font-size:18px;font-weight:500}
@media(max-width:1100px){.purchase-filter-bar{grid-template-columns:1fr 1fr 1fr}.purchase-actions{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:900px){.page-head-card{flex-direction:column}.page-head-actions,.purchase-toolbar-spacer{width:100%}.page-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.fgrid.cols-3,.fgrid.cols-4,.purchase-filter-bar,#page-packages .course-filter-bar{grid-template-columns:1fr}.fg.span-2{grid-column:1/-1}}
.conf-ov{position:fixed;inset:0;background:rgba(60,20,0,0.65);backdrop-filter:blur(12px);z-index:300;display:none;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .18s}.conf-ov.open{display:flex;opacity:1;pointer-events:all}
.conf-box{background:var(--card-f);border:var(--borf);border-radius:18px;padding:28px;width:340px;text-align:center;box-shadow:0 24px 80px rgba(60,20,0,0.35);transform:scale(.95);transition:transform .18s;color:var(--tb)}.conf-ov.open .conf-box{transform:scale(1)}
.conf-icon{width:42px;height:42px;border-radius:50%;margin:0 auto 12px;background:rgba(220,38,38,.10);color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;line-height:1}
.conf-acts{display:flex;gap:9px;margin-top:20px}.conf-no{flex:1;padding:10px;border-radius:9px;border:0.5px solid rgba(180,83,9,0.2);background:transparent;color:var(--ts);cursor:pointer;font-family:inherit;font-size:13px}.conf-yes{flex:1;padding:10px;border-radius:9px;border:none;background:#dc2626;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600}.conf-yes:hover{background:#b91c1c}.conf-yes.neutral:hover{background:#1d4ed8}
.schedule-confirm-box{width:min(420px,calc(100vw - 40px));padding:0;text-align:left;overflow:hidden}.schedule-confirm-box #confTitle{text-align:center;font-size:13px!important;font-weight:400!important;margin:22px 24px 18px!important}.schedule-confirm-box #confDesc{padding:0 26px 20px;color:var(--tb)!important;font-size:13px!important;font-weight:400!important;line-height:1.45!important}.schedule-confirm-card{display:flex;flex-direction:column;gap:8px}.schedule-confirm-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:start}.schedule-confirm-label{color:var(--ts);font-weight:400}.schedule-confirm-value{color:var(--th);font-size:13px;font-weight:400;line-height:1.45;text-align:right;word-break:break-word}.schedule-confirm-row.schedule-confirm-warn .schedule-confirm-value{color:#b45309}.schedule-confirm-charge{margin-top:2px;background:rgba(180,83,9,.07);border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px}.schedule-confirm-charge-value{font-size:13px;font-weight:400;color:#b45309}.schedule-confirm-box .conf-acts{margin:0;border-top:0.5px solid rgba(180,83,9,.14);gap:0}.schedule-confirm-box .conf-no,.schedule-confirm-box .conf-yes{border-radius:0;padding:13px 10px;font-size:13px;font-weight:400;background:transparent!important}.schedule-confirm-box .conf-no{border:0;color:var(--ts);border-right:0.5px solid rgba(180,83,9,.14)}.schedule-confirm-box .conf-yes{color:#c56f45}.schedule-confirm-box .conf-yes:hover{background:rgba(180,83,9,.06)!important}
.toasts{position:fixed;top:18px;right:22px;z-index:400;display:flex;flex-direction:column;gap:7px}
.toast{background:var(--card-f);border-radius:11px;padding:11px 16px;box-shadow:var(--shf);display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;min-width:200px;color:var(--th);animation:tIn .24s cubic-bezier(.34,1.56,.64,1);border-left:3.5px solid var(--amber-warm)}.toast.success{border-color:#059669}.toast.error{border-color:#dc2626}.toast.warn{border-color:var(--amber-base)}
@keyframes tIn{from{opacity:0;transform:translateX(26px)}to{opacity:1;transform:translateX(0)}}
.empty{text-align:center;padding:52px 20px;color:rgba(120,53,15,0.4)}.empty-ico{display:none}
.admin-user-readonly-line{min-height:44px;padding:12px 14px;border:1px solid #E4D8CC;border-radius:8px;background:#F7F1EA;color:#5C4D43;font-size:13px;line-height:1.5;display:flex;align-items:center;box-sizing:border-box}
#page-students .tms-empty-state,#page-leads .tms-empty-state,#page-schedule .tms-empty-state,#page-purchases .tms-empty-state,#page-courts .tms-empty-state,#page-admin-users .tms-empty-state,#page-finance .tms-empty-state{min-height:168px;padding:34px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#8C7B6E;background:#FFFCF8}
#page-students .tms-empty-state{min-height:168px;padding:34px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#8C7B6E;background:#FFFCF8}
#page-students .tms-table-loading-state,#page-students .tms-table-error-state,#page-leads .tms-table-loading-state,#page-leads .tms-table-error-state,#page-schedule .tms-table-loading-state,#page-schedule .tms-table-error-state,#page-courts .tms-table-loading-state,#page-courts .tms-table-error-state,#page-admin-users .tms-table-loading-state,#page-admin-users .tms-table-error-state{min-height:168px;padding:34px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#8C7B6E;background:#FFFCF8}
#page-students .tms-empty-title,#page-leads .tms-empty-title,#page-schedule .tms-empty-title,#page-purchases .tms-empty-title,#page-courts .tms-empty-title,#page-admin-users .tms-empty-title{font-size:14px;font-weight:600;color:#5C4D43;line-height:1.6}
#page-students .tms-empty-desc,#page-leads .tms-empty-desc,#page-schedule .tms-empty-desc,#page-purchases .tms-empty-desc,#page-courts .tms-empty-desc,#page-admin-users .tms-empty-desc{margin-top:4px;font-size:12px;font-weight:400;color:#A3968F;line-height:1.6}
#page-students .tms-table-loading-state,#page-leads .tms-table-loading-state,#page-schedule .tms-table-loading-state,#page-courts .tms-table-loading-state,#page-admin-users .tms-table-loading-state{gap:8px}
#page-students .tms-table-loading-state p,#page-leads .tms-table-loading-state p,#page-schedule .tms-table-loading-state p,#page-courts .tms-table-loading-state p,#page-admin-users .tms-table-loading-state p{margin:0;font-size:12px;color:#8C7B6E}
#page-students .tms-loading-dot,#page-leads .tms-loading-dot,#page-schedule .tms-loading-dot,#page-courts .tms-loading-dot,#page-admin-users .tms-loading-dot{width:14px;height:14px;border:2px solid #E8DCD0;border-top-color:#C06031;border-radius:50%;animation:tmsSpin .8s linear infinite}
#page-students .tms-state-action,#page-leads .tms-state-action,#page-schedule .tms-state-action,#page-courts .tms-state-action,#page-admin-users .tms-state-action{margin-top:12px;height:28px;padding:0 12px;border-radius:6px;border:1px solid #E5D7CA;background:#FFF9F4;color:#C06031;font-size:12px;font-weight:400;cursor:pointer}
#page-students .tms-state-action{margin-top:12px;height:28px;padding:0 12px;border-radius:6px;border:1px solid #E5D7CA;background:#FFF9F4;color:#C06031;font-size:12px;font-weight:400;cursor:pointer}
#page-students .tms-state-action:hover,#page-leads .tms-state-action:hover,#page-schedule .tms-state-action:hover,#page-courts .tms-state-action:hover,#page-admin-users .tms-state-action:hover{background:#FCECE3;border-color:#E7C8B5}
@keyframes tmsSpin{to{transform:rotate(360deg)}}
.sc-icon{display:none}
.loading{text-align:center;padding:40px;color:var(--ts);font-size:13px}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-top:4px}
.product-card{background:#FFF9F4;border:1px solid rgba(192,96,49,.12);border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(60,20,0,.08);display:flex;flex-direction:column;gap:12px;min-height:0}
.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(60,20,0,.1)}
.pc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.pc-type{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pc-name{font-size:20px;font-weight:800;color:var(--th);line-height:1.3}
.pc-note{font-size:12px;line-height:1.6;color:var(--ts);min-height:0}
.pc-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.pc-metric{background:rgba(255,255,255,.9);border:1px solid rgba(192,96,49,.1);border-radius:12px;padding:10px 12px}
.pc-metric-label{font-size:12px;color:var(--ts);margin-bottom:8px}
.pc-metric-value{font-size:18px;font-weight:800;color:var(--th);line-height:1.1}
.pc-metric-value span{font-size:14px;font-weight:600;color:var(--ts);margin-left:4px}
.pc-row{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--ts);padding:8px 0;border-top:0.5px solid rgba(180,83,9,0.1)}
.pc-row:first-of-type{border-top:none;padding-top:0}
.pc-row strong,.pc-val{font-weight:700;color:var(--tb)}
.pc-actions{display:flex;gap:10px;margin-top:auto;padding-top:14px;border-top:0.5px solid rgba(180,83,9,0.1)}
.pc-actions .tms-btn{flex:1}
.pc-actions .tms-btn-danger{flex:0 0 auto}
@media(max-width:900px){.stats-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1200px){#courtStatsRow{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){#courtStatsRow{grid-template-columns:repeat(2,minmax(0,1fr))}}
.week-nav{display:flex;align-items:center;gap:12px;margin-bottom:14px}.week-nav button{background:var(--card-f);border:0.5px solid rgba(180,83,9,0.2);border-radius:9px;padding:7px 14px;font-size:13px;cursor:pointer;color:var(--amber-base);font-family:inherit;transition:all .13s}.week-nav button:hover{border-color:var(--amber-warm);background:rgba(254,243,199,0.3)}.week-label{font-size:15px;font-weight:600;color:var(--cream-pale)}
.week-grid{display:grid;grid-template-columns:60px repeat(7,1fr);background:var(--card-f);border-radius:16px;border:var(--borf);box-shadow:var(--shf);overflow:hidden;min-height:520px}
.wg-corner{background:rgba(180,83,9,0.06);border-bottom:0.5px solid rgba(180,83,9,0.12);border-right:0.5px solid rgba(180,83,9,0.12)}
.wg-dayhead{text-align:center;padding:10px 4px;font-size:11px;font-weight:600;color:var(--ts);letter-spacing:.5px;text-transform:uppercase;background:rgba(180,83,9,0.06);border-bottom:0.5px solid rgba(180,83,9,0.12);border-right:0.5px solid rgba(180,83,9,0.06)}.wg-dayhead.today{color:var(--amber-base);background:rgba(217,119,6,0.12)}
.wg-hour{font-size:10px;color:var(--td);text-align:right;padding:2px 6px 0 0;border-right:0.5px solid rgba(180,83,9,0.12);height:52px;border-bottom:0.5px solid rgba(180,83,9,0.06)}
.wg-cell{position:relative;border-right:0.5px solid rgba(180,83,9,0.06);border-bottom:0.5px solid rgba(180,83,9,0.06);height:52px;min-width:0}.wg-cell.today{background:rgba(217,119,6,0.04)}
.wg-block{position:absolute;left:2px;right:2px;border-radius:6px;padding:3px 5px;font-size:10px;line-height:1.3;overflow:hidden;cursor:pointer;z-index:1;border:0.5px solid rgba(180,83,9,0.2)}.wg-block:hover{z-index:2;box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.wgb-gold{background:rgba(217,119,6,0.18);color:#92400e}.wgb-blue{background:rgba(59,130,246,0.12);color:#1d4ed8}.wgb-green{background:rgba(5,150,105,0.12);color:#065f46}
.wg-block .wgb-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wg-block .wgb-info{color:var(--td);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.my-today-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin-bottom:18px}
.today-card{background:#FCFAF7;border:1px solid #E9DED2;border-radius:18px;padding:16px 18px;box-shadow:0 10px 30px rgba(60,20,0,.06);display:flex;flex-direction:column;gap:12px;min-width:0}
.today-card.type-private{background:#EEF3FF;border-color:#C8D6FB}
.today-card.type-trial{background:#FFF3E8;border-color:#F2CAA2}
.today-card.type-camp{background:#EDF8EE;border-color:#C2DEC6}
.today-card.type-master{background:#F6ECE4;border-color:#D7BEAD}
.today-card.type-small{background:#EEF8F4;border-color:#A8D3C6}
.today-card.is-live{box-shadow:0 14px 34px rgba(76,125,224,.16)}
.today-card.is-upcoming{box-shadow:0 14px 34px rgba(215,122,45,.16)}
.today-card.is-pending{box-shadow:0 14px 34px rgba(191,84,44,.14)}
.today-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.today-card-time{font-size:24px;font-weight:700;line-height:1;color:var(--th)}
.today-card-time span{display:block;margin-top:6px;font-size:12px;font-weight:500;color:#8C7B6E;line-height:1.4}
.today-card-status{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}
.today-card-status.state-live{background:#E7F0FF;color:#2F5FBE}
.today-card-status.state-upcoming{background:#FFF0E2;color:#C46B24}
.today-card-status.state-travel{background:#FDEEDB;color:#9A5622}
.today-card-status.state-pending{background:#FBE8E0;color:#B45309}
.today-card-status.state-done{background:#ECF7EE;color:#2F7A49}
.today-card-stu{font-size:22px;font-weight:700;color:var(--th);line-height:1.2}
.today-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}
.today-card-cell-label{font-size:11px;font-weight:700;color:#8C7B6E;letter-spacing:.2px}
.today-card-cell-value{margin-top:4px;font-size:14px;line-height:1.5;color:#332A24;word-break:break-word}
.today-card-note{padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.66);font-size:13px;line-height:1.55;color:#6B5448}
.today-card-note.is-alert{background:#FFF2E8;color:#A55116}
.today-card-actions{display:flex;gap:10px;margin-top:auto}
.today-card-actions .tms-btn{flex:1;min-width:0;padding:0 10px}
#page-workbench .coach-wb-container,#page-postfeedback .coach-wb-container{width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;gap:16px}
#page-workbench .coach-wb-stats-row,#page-postfeedback .coach-wb-stats-row{display:flex;gap:14px;flex-shrink:0}
#page-workbench .coach-wb-stat-card,#page-postfeedback .coach-wb-stat-card{flex:1;background-color:#FDF7F2;border-radius:12px;padding:14px 18px;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column;border:1px solid #F4EFEA;min-height:88px}
#page-workbench .coach-wb-stat-label,#page-postfeedback .coach-wb-stat-label{font-size:12px;color:#8C7B6E;margin-bottom:10px;font-weight:700}
#page-workbench .coach-wb-stat-value,#page-postfeedback .coach-wb-stat-value{font-size:22px;font-weight:900;color:#332A24;display:flex;align-items:baseline;letter-spacing:-0.5px;line-height:1}
#page-workbench .coach-wb-stat-value span,#page-postfeedback .coach-wb-stat-value span{font-size:13px;font-weight:400;margin-left:6px;color:#8C7B6E;letter-spacing:0}
#page-workbench .coach-wb-page-header,#page-postfeedback .coach-wb-page-header{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.15);flex-shrink:0}
#page-workbench .coach-wb-page-title,#page-postfeedback .coach-wb-page-title{font-size:17px;font-weight:700;color:#FFFFFF;display:flex;align-items:center;gap:8px}
#page-workbench .coach-wb-help-wrap,#page-postfeedback .coach-wb-help-wrap{position:relative;display:inline-flex;align-items:center;height:100%}
#page-workbench .coach-wb-help-btn,#page-postfeedback .coach-wb-help-btn{width:16px;height:16px;border:none;border-radius:999px;background:rgba(255,255,255,.18);color:#FFFFFF;font-size:10px;font-weight:400;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transform:translateY(0.5px)}
#page-workbench .coach-wb-help-btn:hover,#page-postfeedback .coach-wb-help-btn:hover{background:rgba(255,255,255,.28)}
#page-workbench .coach-wb-help-wrap:hover .coach-wb-help-popover,#page-postfeedback .coach-wb-help-wrap:hover .coach-wb-help-popover{display:flex}
#page-workbench .coach-wb-help-popover,#page-postfeedback .coach-wb-help-popover{display:none;position:absolute;top:24px;left:0;z-index:20;min-width:280px;max-width:320px;padding:10px 12px;border-radius:8px;background:#FFFDFB;color:#5C4D43;border:1px solid #E8DCCF;box-shadow:0 10px 24px rgba(0,0,0,.12);font-size:11px;font-weight:400;line-height:1.6;flex-direction:column;gap:4px}
#page-workbench .coach-wb-help-popover.open,#page-postfeedback .coach-wb-help-popover.open{display:flex}
#page-workbench .coach-wb-current-time,#page-postfeedback .coach-wb-current-time{font-family:inherit;font-size:13px;color:rgba(255,255,255,0.9);background:rgba(0,0,0,0.1);padding:4px 12px;border-radius:100px;display:flex;align-items:center;gap:8px}
.live-dot{width:6px;height:6px;background:var(--shell-live-dot-color);border-radius:50%;display:inline-block;box-shadow:0 0 8px rgba(120,219,137,0.6);animation:livePulse 1.5s infinite ease-in-out}
@keyframes livePulse{0%{transform:scale(0.95);opacity:0.7}50%{transform:scale(1.15);opacity:1;box-shadow:0 0 12px rgba(34,197,94,0.9)}100%{transform:scale(0.95);opacity:0.7}}
#page-workbench .coach-wb-board,#page-postfeedback .coach-wb-board{display:flex;flex-direction:column;gap:18px}
#page-workbench .coach-wb-group-title,#page-postfeedback .coach-wb-group-title{font-size:13px;font-weight:700;color:rgba(255,255,255,0.9);margin-bottom:10px;display:flex;align-items:center;gap:8px}
#page-workbench .coach-wb-group-title::before,#page-postfeedback .coach-wb-group-title::before{content:"";display:block;width:4px;height:14px;background-color:#DF895E;border-radius:2px}
#page-workbench .coach-wb-grid,#page-postfeedback .coach-wb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;align-items:start}
#page-workbench .coach-wb-card,#page-postfeedback .coach-wb-card{border-radius:12px;display:flex;flex-direction:column;transition:all .2s ease-in-out;box-sizing:border-box;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.03)}
#page-workbench .coach-wb-card:hover,#page-postfeedback .coach-wb-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
#page-workbench .coach-wb-card::before,#page-postfeedback .coach-wb-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#D9D0C7}
#page-workbench .coach-wb-card-body,#page-postfeedback .coach-wb-card-body{padding:15px 17px;display:flex;flex-direction:column;gap:8px}
#page-workbench .coach-wb-row1,#page-postfeedback .coach-wb-row1{display:flex;justify-content:space-between;align-items:center;gap:12px}
#page-workbench .coach-wb-time,#page-postfeedback .coach-wb-time{font-family:inherit;font-size:15px;font-weight:700;color:#332A24;letter-spacing:0;line-height:1.2}
#page-workbench .coach-wb-name,#page-postfeedback .coach-wb-name{font-size:16px;font-weight:800;color:#2C2420;line-height:1.3;margin-top:1px}
#page-workbench .coach-wb-row3,#page-postfeedback .coach-wb-row3{display:flex;align-items:center;gap:8px;font-size:11px;color:#8C7B6E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#page-workbench .coach-wb-row4,#page-postfeedback .coach-wb-row4{margin-top:4px}
#page-workbench .coach-wb-alert,#page-postfeedback .coach-wb-alert{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:6px;font-size:11px;font-weight:700;width:100%;box-sizing:border-box}
#page-workbench .coach-wb-card.is-progress,#page-postfeedback .coach-wb-card.is-progress{border:1px solid #D1DBD4;background-color:#FAFCFB}
#page-workbench .coach-wb-card.is-progress::before,#page-postfeedback .coach-wb-card.is-progress::before{background-color:#5F7164}
#page-workbench .coach-wb-card.is-progress .coach-wb-alert,#page-postfeedback .coach-wb-card.is-progress .coach-wb-alert{background-color:#EEF3F0;color:#3A4B40}
#page-workbench .coach-wb-badge.is-progress,#page-postfeedback .coach-wb-badge.is-progress{color:#3A4B40;background:#EEF3F0}
#page-workbench .coach-wb-card.is-upcoming,#page-postfeedback .coach-wb-card.is-upcoming{border:1px solid #EEDCCB;background-color:#FFFCFA}
#page-workbench .coach-wb-card.is-upcoming::before,#page-postfeedback .coach-wb-card.is-upcoming::before{background-color:#C07C54}
#page-workbench .coach-wb-card.is-upcoming .coach-wb-alert,#page-postfeedback .coach-wb-card.is-upcoming .coach-wb-alert{background-color:#FDF3EA;color:#9B512C}
#page-workbench .coach-wb-badge.is-upcoming,#page-postfeedback .coach-wb-badge.is-upcoming{color:#9B512C;background:#FDF3EA}
#page-workbench .coach-wb-card.is-feedback,#page-postfeedback .coach-wb-card.is-feedback{border:1px solid #E8D5CD;background-color:#FCFAF9}
#page-workbench .coach-wb-card.is-feedback::before,#page-postfeedback .coach-wb-card.is-feedback::before{background-color:#8C4A32}
#page-workbench .coach-wb-card.is-feedback .coach-wb-alert,#page-postfeedback .coach-wb-card.is-feedback .coach-wb-alert{background-color:#F7EBE5;color:#733621}
#page-workbench .coach-wb-badge.is-feedback,#page-postfeedback .coach-wb-badge.is-feedback{color:#733621;background:#F7EBE5}
#page-workbench .coach-wb-card.is-normal,#page-postfeedback .coach-wb-card.is-normal{border:1px solid #EAE0D6;background-color:#FFFFFF}
#page-workbench .coach-wb-card.is-normal::before,#page-postfeedback .coach-wb-card.is-normal::before{background-color:#D9D0C7}
#page-workbench .coach-wb-card.is-done,#page-postfeedback .coach-wb-card.is-done{opacity:.65;background-color:#FDF7F2;border:1px solid #EAE0D6}
#page-workbench .coach-wb-card.is-done::before,#page-postfeedback .coach-wb-card.is-done::before{background-color:#EAE0D6}
#page-workbench .coach-wb-tag,#page-postfeedback .coach-wb-tag{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:100px;font-size:10px;font-weight:400;flex-shrink:0}
#page-workbench .coach-wb-tag.is-stone,#page-postfeedback .coach-wb-tag.is-stone{background-color:#F0EDE8;color:#5C4D43}
#page-workbench .coach-wb-tag.is-sage,#page-postfeedback .coach-wb-tag.is-sage{background-color:#EEF3F0;color:#3A4B40}
#page-workbench .coach-wb-tag.is-caramel,#page-postfeedback .coach-wb-tag.is-caramel{background-color:#FDF3EA;color:#9B512C}
#page-workbench .coach-wb-tag.is-rust,#page-postfeedback .coach-wb-tag.is-rust{background-color:#F7EBE5;color:#733621}
#page-workbench .coach-wb-badge,#page-postfeedback .coach-wb-badge{font-size:10px;font-weight:700;padding:3px 10px;border-radius:6px;flex-shrink:0}
#page-workbench .coach-wb-badge.is-done,#page-workbench .coach-wb-badge.is-normal,#page-postfeedback .coach-wb-badge.is-done,#page-postfeedback .coach-wb-badge.is-normal{color:#8C7B6E;background:#F1EAE2}
#page-workbench .coach-wb-card-footer,#page-postfeedback .coach-wb-card-footer{display:flex;gap:10px;padding:12px 16px;border-top:1px dashed #EAE0D6;background-color:#FAF6F2}
#page-workbench .coach-wb-action,#page-postfeedback .coach-wb-action{flex:1;text-align:center;background:#FFFFFF;border:1px solid #D9D0C7;color:#5C4D43;font-size:12px;padding:7px 0;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:700}
#page-workbench .coach-wb-action:hover,#page-postfeedback .coach-wb-action:hover{background:#FDF7F2;border-color:#C0B5AB}
#page-workbench .coach-wb-action.is-primary,#page-postfeedback .coach-wb-action.is-primary{color:#FFFFFF;border-color:#DF895E;background:#DF895E}
#page-workbench .coach-wb-action.is-primary:hover,#page-postfeedback .coach-wb-action.is-primary:hover{background:#D37A50;border-color:#D37A50}
#page-workbench .coach-wb-action.is-warning,#page-postfeedback .coach-wb-action.is-warning{color:#FFFFFF;border-color:#8C4A32;background:#8C4A32}
#page-workbench .coach-wb-action.is-warning:hover,#page-postfeedback .coach-wb-action.is-warning:hover{background:#733621;border-color:#733621}
.workbench-empty{background:#FCFAF7;border:1px dashed #E3D6C8;border-radius:18px;padding:28px 20px;text-align:center;font-size:13px;color:#8C7B6E}
#page-workbench .coach-wb-day-section,#page-postfeedback .coach-wb-day-section{margin-bottom:18px}
#page-workbench .coach-wb-day-section.is-past,#page-postfeedback .coach-wb-day-section.is-past{opacity:.72}
#page-workbench .coach-wb-day-label,#page-postfeedback .coach-wb-day-label{font-size:13px;font-weight:700;color:rgba(255,255,255,0.88);margin-bottom:10px;padding:4px 6px;display:flex;align-items:center;gap:8px}
#page-workbench .coach-wb-day-label::before,#page-postfeedback .coach-wb-day-label::before{content:"";display:block;width:4px;height:14px;background:#DF895E;border-radius:2px;flex-shrink:0}
#page-workbench .coach-wb-day-section.is-today .coach-wb-day-label,#page-postfeedback .coach-wb-day-section.is-today .coach-wb-day-label{color:#FFFFFF;font-size:14px}
#page-workbench .coach-wb-day-section.is-today .coach-wb-day-label::before,#page-postfeedback .coach-wb-day-section.is-today .coach-wb-day-label::before{background:#FFFFFF;box-shadow:0 0 8px rgba(255,255,255,.8)}
#page-workbench .coach-wb-alert.is-alert-warn,#page-postfeedback .coach-wb-alert.is-alert-warn{background-color:#FDF3EA;color:#9B512C}
#page-workbench .coach-wb-alert.is-alert-note,#page-postfeedback .coach-wb-alert.is-alert-note{background-color:#F5F0EB;color:#4A3C32;font-weight:400}
#page-mystudents .tms-table,#page-myclasses .tms-table{table-layout:fixed;width:100%;min-width:0}
#page-mystudents .tms-text-remark,#page-myclasses .tms-text-remark{min-width:0;max-width:none}
#page-mystudents th,#page-mystudents td,#page-myclasses th,#page-myclasses td{padding-top:10px;padding-bottom:10px}
#page-myclasses .prog-wrap{min-width:0}
#page-myclasses .prog-track{width:48px}
#page-myclasses .prog-txt{font-size:11px}
.coach-mobile-only{display:none!important}
.coach-mobile-list{display:flex;flex-direction:column;gap:12px}
.coach-mobile-day{background:var(--card-f);border:var(--borf);border-radius:16px;padding:14px;box-shadow:var(--shm)}
.coach-mobile-dayhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.coach-mobile-daytitle{font-size:14px;font-weight:700;color:var(--th)}
.coach-mobile-daydate{font-size:12px;color:var(--ts)}
.coach-mobile-card{background:rgba(254,243,199,0.28);border:0.5px solid rgba(180,83,9,0.12);border-radius:14px;padding:12px 13px}
.coach-mobile-card+.coach-mobile-card{margin-top:8px}
.coach-mobile-main{display:flex;align-items:center;justify-content:space-between;gap:10px}
.coach-mobile-name{font-size:14px;font-weight:700;color:var(--th)}
.coach-mobile-time{font-size:15px;font-weight:700;color:var(--amber-base);white-space:nowrap}
.coach-mobile-meta{margin-top:6px;font-size:12px;line-height:1.6;color:var(--ts)}
.coach-mobile-empty{padding:80px 40px;text-align:center;color:#FFF;font-size:16px;font-weight:600;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;background:rgba(255,255,255,0.08);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,0.15);margin:10px 0}
.coach-mobile-empty::before{content:'';display:block;width:60px;height:60px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" fill="none" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>');background-size:contain;opacity:0.8}
.workbench-empty{padding:40px 20px;text-align:center;color:rgba(255,255,255,0.85);font-size:14px;background:rgba(180,83,9,0.1);border-radius:18px;border:1px dashed rgba(255,255,255,0.3);font-weight:500}
.coach-mobile-stack{display:flex;flex-direction:column;gap:12px}
.coach-mobile-info-card{background:var(--card-f);border:var(--borf);border-radius:16px;padding:14px;box-shadow:var(--shm)}
.coach-mobile-info-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.coach-mobile-info-title{font-size:15px;font-weight:800;color:var(--th);line-height:1.3}
.coach-mobile-info-badge{font-size:11px;color:var(--amber-base);background:rgba(217,119,6,.10);border-radius:999px;padding:4px 8px;white-space:nowrap}
.coach-mobile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:12px}
.coach-mobile-info-cell strong{display:block;font-size:11px;color:#A3968F;font-weight:700;margin-bottom:3px}
.coach-mobile-info-cell{font-size:13px;color:var(--tb);line-height:1.55;min-width:0;word-break:break-word}
.coach-mobile-info-note{margin-top:10px;padding-top:10px;border-top:0.5px solid rgba(180,83,9,0.12);font-size:12px;line-height:1.6;color:var(--ts)}
.coach-mobile-actions{display:flex;gap:8px;margin-top:12px}
.coach-mobile-actions .tms-btn,.coach-mobile-actions .tms-action-link{flex:1;text-align:center;justify-content:center}
.coach-mobile-week-timeline{display:grid;grid-template-columns:58px minmax(0,1fr);background:#FCFAF7;border:1px solid #E9DED2;border-radius:18px;box-shadow:0 10px 30px rgba(60,20,0,.05);overflow:hidden}
.coach-mobile-time-rail{background:#FCFAF7;border-right:1px solid #E9DED2;position:sticky;left:0;z-index:3}
.coach-mobile-time-head{height:54px;border-bottom:1px solid #E9DED2;background:#F7F1EA}
.coach-mobile-time-label{height:56px;padding:0 8px;font-size:11px;color:#A3968F;display:flex;align-items:flex-start;justify-content:flex-end;border-bottom:1px solid rgba(233,222,210,.65)}
.coach-mobile-day-columns{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
.coach-mobile-day-columns::-webkit-scrollbar{display:none}
.coach-mobile-day-column{flex:0 0 136px;min-width:136px;border-right:1px solid rgba(233,222,210,.7);background:#FFFDFC;scroll-snap-align:start}
.coach-mobile-day-column.today{background:#FFF8F1}
.coach-mobile-day-head{height:54px;padding:8px 10px 6px;border-bottom:1px solid #E9DED2;background:#F7F1EA;display:flex;flex-direction:column;justify-content:center}
.coach-mobile-day-column.today .coach-mobile-day-head{background:#FCE9D8}
.coach-mobile-day-head strong{font-size:14px;color:#2F241E;line-height:1.1}
.coach-mobile-day-head span{font-size:11px;color:#8C7B6E;line-height:1.3;margin-top:4px}
.coach-mobile-day-body{position:relative;background-image:repeating-linear-gradient(to bottom,rgba(180,83,9,.08),rgba(180,83,9,.08) 1px,transparent 1px,transparent 56px)}
.coach-mobile-event{position:absolute;left:6px;right:6px;border-radius:14px;padding:8px 9px;border:1px solid transparent;box-shadow:0 6px 16px rgba(60,20,0,.06);overflow:hidden;cursor:pointer;transition:opacity .15s,transform .15s}
.coach-mobile-event:hover{opacity:.85;transform:scale(1.01)}
.coach-mobile-event.type-private{background:#E7F0FF;border-color:#AFC8FF;color:#224185}
.coach-mobile-event.type-trial{background:#FFF2E2;border-color:#E7B57C;color:#9A5622}
.coach-mobile-event.type-camp{background:#EAF7EA;border-color:#B9D8BC;color:#2E6E37}
.coach-mobile-event.type-master{background:#F5ECE6;border-color:#DAB8A1;color:#73452D}
.coach-mobile-event.type-small{background:#EEF3F0;border-color:#B9D8BC;color:#3A4B40}
.coach-mobile-event.type-partner{background:#E6F7F6;border-color:#A5E1DE;color:#0D6E66}
.coach-mobile-event-time{font-size:12px;font-weight:800;line-height:1.15}
.coach-mobile-event-title{font-size:13px;font-weight:800;line-height:1.25;margin-top:4px}
.coach-mobile-event-meta{font-size:11px;line-height:1.35;margin-top:4px;opacity:.96}
.coach-mobile-now-line{position:absolute;left:0;right:0;height:2px;background:#F24822;box-shadow:0 0 0 1px rgba(255,255,255,.65);z-index:2}
.coach-mobile-now-dot{position:absolute;left:-4px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#F24822}
.coach-mobile-day-empty-tip{position:absolute;left:10px;right:10px;top:14px;padding:8px 10px;border-radius:12px;border:1px dashed rgba(180,83,9,.18);background:rgba(254,243,199,.22);font-size:11px;color:#8C7B6E;text-align:center}
.coach-ops-shell{display:grid;gap:12px;margin-bottom:14px}
.coach-ops-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}
.coach-ops-toolbar-main,.coach-ops-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.coach-ops-select,.coach-date-btn,.coach-ops-nav{height:34px;border:1px solid #E7DBCE;border-radius:6px;background:#fff;color:#2F241E;padding:0 12px;font-size:13px;font-weight:400;font-family:inherit;box-shadow:0 2px 8px rgba(60,20,0,0.04);cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}
.coach-ops-select{min-width:110px}
.coach-date-wrap{position:relative}.coach-date-btn{min-width:160px;text-align:left}.coach-ops-nav{color:#6E6259;min-width:48px}.coach-ops-arrow{min-width:34px;width:34px;padding:0;font-size:18px;line-height:1}.coach-ops-nav:hover,.coach-date-btn:hover,.coach-ops-select:hover{background:#F8F3EE;border-color:#D8C8B8;box-shadow:0 4px 12px rgba(60,20,0,0.06);transform:translateY(-1px)}
.coach-ops-legend{display:flex;align-items:center;gap:12px;color:#FEF3C7;font-size:10px;font-weight:400}
.coach-ops-legend-item{display:inline-flex;align-items:center;gap:6px}
.coach-ops-legend-dot{width:7px;height:7px;border-radius:50%}
.coach-ops-legend-dot.private{background:#4C7DE0}
.coach-ops-legend-dot.trial{background:#D77A2D}
.coach-ops-legend-dot.camp{background:#5E9F61}
.coach-ops-legend-dot.master{background:#8E5A3C}
.coach-ops-legend-dot.small{background:#3A8B74}
.coach-ops-legend-dot.partner{background:#14B8A6}
.coach-ops-toolbar .tms-dropdown-display{height:34px;min-width:110px;border-radius:6px;background:#fff;color:#2F241E;font-size:13px;font-weight:400;box-shadow:0 2px 8px rgba(60,20,0,0.04);border:1px solid #E7DBCE}
.coach-ops-toolbar .tms-dropdown-display:hover{background:#F8F3EE;border-color:#D8C8B8}
.coach-ops-toolbar .tms-dropdown-menu{top:calc(100% + 6px)}
.coach-date-pop{display:none;position:absolute;top:44px;left:0;width:292px;background:rgba(255,251,245,.98);border:0.5px solid rgba(180,83,9,.18);border-radius:12px;box-shadow:0 18px 54px rgba(60,20,0,.28);padding:12px;z-index:30;color:var(--th)}
.coach-date-pop.open{display:block}.coach-picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.coach-picker-title{font-size:15px;font-weight:800}.coach-picker-move{width:28px;height:28px;border:none;border-radius:7px;background:rgba(180,83,9,.08);color:var(--amber-base);cursor:pointer;font-size:16px}.coach-picker-weekdays,.coach-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.coach-picker-weekdays span{font-size:11px;color:var(--ts);text-align:center;font-weight:700}.coach-picker-day,.coach-picker-month{border:none;border-radius:8px;background:rgba(180,83,9,.06);color:var(--th);height:34px;font-size:13px;font-family:inherit;cursor:pointer}.coach-picker-day:hover,.coach-picker-month:hover{background:rgba(217,119,6,.16)}.coach-picker-day.muted{color:rgba(28,25,23,.35)}.coach-picker-day.today{box-shadow:inset 0 0 0 1px rgba(180,83,9,.45);color:var(--amber-base);font-weight:700}.coach-picker-day.active,.coach-picker-month.active{background:var(--amber-base);color:#fff;font-weight:800}.coach-picker-day.week-active{box-shadow:inset 0 0 0 2px var(--amber-base);font-weight:800}.coach-picker-months{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.coach-picker-month{height:38px}
#page-coachschedule #coachOpsViewTitle{color:#2F241E;margin:2px 0 10px}
#page-coachops .tms-table-card{min-height:calc(100vh - 180px);display:flex;flex-direction:column}
#page-coachops .tms-table-wrapper{max-height:none;min-height:calc(100vh - 220px);flex:1;overflow-x:hidden;overflow-y:auto}
#page-coachops .tms-table{width:100%;min-width:0;table-layout:fixed}
#page-coachops .tms-table th{padding-top:8px;padding-bottom:8px;font-size:12px}
#page-coachops .tms-table td{padding-top:6px;padding-bottom:6px;font-size:12px;line-height:1.15;vertical-align:top}
#page-coachops .tms-text-primary,#page-coachops .tms-cell-text,#page-coachops .tms-text-remark{font-size:12px;line-height:1.4}
#page-coachops .tms-table th.tms-sticky-l{position:sticky;top:0;left:0;z-index:140;background-color:#F1E9E2}
#page-coachops .tms-table td.tms-sticky-l{position:sticky;left:0;z-index:40;background-color:#FBF7F4}
#page-coachops .tms-table tbody tr:hover td.tms-sticky-l{background-color:#F6EFE8}
#page-coachops .coach-workload-lessons{display:flex;align-items:center;gap:6px;color:#2F241E;font-size:12px;font-weight:600}
#page-coachops .coach-workload-lessons span{color:#8C7B6E;font-size:12px;font-weight:400}
#page-coachops .coach-workload-compare{font-size:12px;font-weight:600;color:#8C7B6E}
#page-coachops .coach-workload-compare.up{color:#15803d}
#page-coachops .coach-workload-compare.down{color:#b91c1c}
#page-coachops .coach-workload-rate{font-size:11px;font-weight:600}
#page-coachops .coach-workload-rate.up{color:#15803d}
#page-coachops .coach-workload-rate.down{color:#b91c1c}
#page-coachops .coach-workload-count{font-size:12px;color:#2F241E;font-weight:600}
#page-coachops .coach-workload-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal;line-height:1.35}
#page-coachops .coach-workload-course-types{font-size:12px}
#page-coachops .coach-workload-campus,#page-coachops .coach-workload-timeband{font-size:12px;color:#2F241E}
.late-settlement-modal .mbody{padding-bottom:18px}
.late-settlement-head{max-width:260px;margin-bottom:14px}
.late-settlement-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;margin-bottom:12px}
.late-settlement-card{background:#FFFCF8;border:1px solid #E9DED2;border-radius:8px;padding:12px 14px}
.late-settlement-label{font-size:12px;color:#8C7B6E;font-weight:600}
.late-settlement-value{font-size:22px;font-weight:800;color:#2F241E;margin-top:5px;line-height:1.1}
.late-settlement-value span{font-size:12px;color:#8C7B6E;font-weight:600;margin-left:2px}
.late-settlement-note{margin-bottom:12px}
.late-settlement-table{box-shadow:none;margin-top:0}
.late-settlement-table .tms-table{min-width:720px}
.late-settlement-table .tms-table-wrapper{max-height:340px}
.late-settlement-empty{padding:32px 16px;text-align:center;color:#A3968F;font-size:14px}
.coach-ops-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(120,53,15,.32) transparent;padding-bottom:6px}.coach-ops-scroll::-webkit-scrollbar{height:6px}.coach-ops-scroll::-webkit-scrollbar-thumb{background:rgba(120,53,15,.28);border-radius:999px}.coach-ops-scroll::-webkit-scrollbar-track{background:transparent}
.coach-ops-head,.coach-ops-row{display:grid;grid-template-columns:108px minmax(980px,1fr);gap:8px;min-width:1104px}
.coach-ops-row{margin-bottom:10px}
.coach-ops-head{margin:0 0 8px;color:#8C7B6E;font-size:11px;align-items:center}
.coach-ops-tabs{display:flex;gap:4px;margin:0;padding:4px;border:1px solid #E7DBCE;border-radius:8px;background:#F8F3EE;height:34px;box-sizing:border-box;align-items:center}
.coach-ops-tab{border:0;border-radius:5px;padding:0 12px;height:24px;background:transparent;color:#6E6259;font-size:12px;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:all .2s}
.coach-ops-tab.active{background:#fff;color:#2F241E;box-shadow:0 2px 6px rgba(60,20,0,0.06);font-weight:500}
.coach-ops-name,.coach-ops-corner{position:sticky;left:0;z-index:4;background:rgba(255,247,237,.96);border:var(--borf);border-radius:10px;padding:10px 12px;color:var(--th);font-weight:700;min-height:54px;box-shadow:10px 0 16px rgba(146,64,14,.14)}
.coach-ops-corner{min-height:26px;height:26px;color:#8C7B6E;background:#F7F1EA;border:1px solid #E9DED2;border-radius:10px;box-shadow:none;display:flex;align-items:center;padding:0 10px;font-size:10px}
.coach-ops-line{background:#FFFCF8;border:1px solid #E9DED2;border-radius:12px;min-height:64px;position:relative;overflow:hidden;background-image:repeating-linear-gradient(90deg,rgba(180,83,9,.08),rgba(180,83,9,.08) 1px,transparent 1px,transparent calc(100% / 15))}
.coach-ops-hours{display:flex;align-items:center;justify-content:space-between;background:#F7F1EA;border:1px solid #E9DED2;border-radius:10px;padding:0 8px;color:#8C7B6E;height:26px}
.coach-ops-hours span{font-size:10px;white-space:nowrap;line-height:26px}
.coach-ops-hours.week{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:6px;justify-content:normal}
.coach-ops-block{position:absolute;top:8px;bottom:8px;border-radius:8px;background:#EEF3FF;border:0.5px solid rgba(49,87,183,.16);border-left:4px solid #4C7DE0;padding:6px 7px;color:var(--tb);font-size:9px;line-height:1.3;overflow:hidden;cursor:pointer}
.coach-ops-block.type-private{background:#EEF3FF;border-left-color:#4C7DE0}
.coach-ops-block.type-partner{background:#E6F7F6;border-left-color:#14B8A6}
.coach-ops-block.type-trial{background:#FFF1E5;border-left-color:#D77A2D}
.coach-ops-block.type-camp{background:#ECF8EE;border-left-color:#5E9F61}
.coach-ops-block.type-master{background:#F6ECE4;border-left-color:#8E5A3C}
.coach-ops-block.type-small{background:#EEF8F4;border-left-color:#3A8B74}
.coach-ops-time{font-weight:800;color:var(--amber-base);margin-bottom:2px;font-size:9px}
.coach-ops-student{font-size:9px;font-weight:600;color:#2F241E;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.coach-ops-location{font-size:9px;color:#6E6259;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.coach-ops-empty{color:#8C7B6E;font-size:12px;position:absolute;left:10px;top:22px}
.coach-ops-period-line{background:#FFFCF8;border:1px solid #E9DED2;border-radius:12px;min-height:76px;display:grid;gap:6px;padding:8px}
.coach-ops-week{grid-template-columns:repeat(7,minmax(120px,1fr))}
.coach-ops-month{grid-template-columns:repeat(7,minmax(120px,1fr))}
.coach-ops-daycell{border:0.5px solid rgba(180,83,9,.13);border-radius:8px;padding:7px;font-size:11px;color:var(--tb);min-height:48px;cursor:pointer;background:rgba(254,243,199,.18)}
.coach-ops-daycell.has-course{background:rgba(20,184,166,.18);border-color:rgba(13,148,136,.34);box-shadow:inset 3px 0 0 rgba(13,148,136,.72)}
.coach-ops-daycell.has-course strong{color:#0f766e}
.coach-ops-daycell:hover{border-color:rgba(180,83,9,.35);background:rgba(254,243,199,.28)}
.coach-ops-daycell.has-course:hover{background:rgba(20,184,166,.24);border-color:rgba(13,148,136,.48)}
.coach-ops-daycell strong{display:block;color:var(--th);margin-bottom:0}
.coach-ops-daycell-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}
.coach-ops-daycell-count{font-weight:700;color:#0f766e;white-space:nowrap}
.coach-ops-daycell-list{line-height:1.55;cursor:pointer}
.coach-ops-daycell-list div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.coach-ops-daycell-empty{line-height:1.55}
.coach-ops-day-modal-list{display:flex;flex-direction:column;gap:8px}
.coach-ops-day-modal-item{width:100%;border:1px solid #E9DED2;border-radius:8px;background:#FFFCF8;padding:10px 12px;text-align:left;cursor:pointer}
.coach-ops-day-modal-item span{display:block;font-size:14px;font-weight:700;color:var(--th)}
.coach-ops-day-modal-item small{display:block;margin-top:4px;font-size:12px;color:var(--ts)}
.risk-text{color:#b45309;font-size:11px;margin-top:4px;font-weight:700}
#page-coachschedule .coach-ops-grid-card{height:calc(100vh - 112px);display:flex;flex-direction:column;margin:0;background:#FCFAF7;border:1px solid #E9DED2;border-radius:16px;box-shadow:0 10px 30px rgba(60,20,0,.06);overflow:hidden}
#page-coachschedule .coach-ops-shell{margin:0;padding:20px 24px;border:0;border-bottom:1px solid #E9DED2;border-radius:0;background:#FCFAF7}
#page-coachschedule .coach-ops-toolbar{gap:16px;align-items:center}
#page-coachschedule .coach-ops-toolbar-main{gap:8px}
#page-coachschedule .coach-ops-mode-segment{display:flex;align-items:center;gap:0;height:44px;padding:4px;border:1px solid #E9DED2;border-radius:10px;background:#F8F1EA}
#page-coachschedule .coach-ops-mode-btn{height:34px;min-width:84px;border:0;border-radius:8px;background:transparent;color:#8C7B6E;font-size:14px;font-weight:800;font-family:inherit;cursor:pointer}
#page-coachschedule .coach-ops-mode-btn:hover{color:#2F241E;background:rgba(255,255,255,.55)}
#page-coachschedule .coach-ops-mode-btn.active{background:#fff;color:#2F241E;box-shadow:0 2px 8px rgba(60,20,0,.08)}
#page-coachschedule .coach-date-btn,#page-coachschedule .coach-ops-nav{height:44px;border:1px solid #E9DED2;border-radius:8px;background:#fff;color:#2F241E;font-size:14px;font-weight:800;box-shadow:0 1px 2px rgba(60,20,0,.05)}
#page-coachschedule .coach-date-btn{min-width:220px;justify-content:center}
#page-coachschedule .coach-ops-arrow{width:44px;min-width:44px;font-size:22px}
#page-coachschedule .coach-ops-nav:hover,#page-coachschedule .coach-date-btn:hover{background:#FDF7F2;border-color:#DBC7B5}
#page-coachschedule .coach-ops-legend{height:40px;padding:0 18px;border:1px solid #E9DED2;border-radius:999px;background:#fff;font-size:12px;font-weight:800;color:#2F241E;box-shadow:0 1px 2px rgba(60,20,0,.05)}
#page-coachschedule .coach-ops-legend-dot{width:9px;height:9px}
#page-coachschedule .coach-ops-grid-titlebar{display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(220px,1fr);align-items:center;gap:16px;padding:18px 24px 12px;background:#FCFAF7}
#page-coachschedule #coachOpsViewTitle{color:#2F241E;margin:0;font-size:16px;font-weight:900}
#page-coachschedule .coach-ops-grid-hint{justify-self:center;background:#F8F1EA;border:1px solid #E9DED2;border-radius:8px;color:#8C7B6E;font-size:12px;font-weight:800;padding:8px 12px}
#page-coachschedule .coach-ops-grid-clock{justify-self:end;color:#8C7B6E;font-size:12px;font-weight:800}
#page-coachschedule .coach-ops-grid-clock::first-letter{color:#3A8B74}
#page-coachschedule .coach-ops-scroll{flex:1;min-height:0;overflow:auto;border-top:1px solid #E9DED2;border-radius:0;background:#fff;box-shadow:none;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
#page-coachschedule .coach-ops-scroll::-webkit-scrollbar{height:8px;width:8px}
#page-coachschedule .coach-ops-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}
#page-coachschedule .coach-ops-head{position:sticky;top:0;z-index:30;height:44px;margin:0;align-items:stretch;background:#fff;border-bottom:1px solid #E9DED2}
#page-coachschedule .coach-ops-head,#page-coachschedule .coach-ops-row{grid-template-columns:150px minmax(1200px,1fr);gap:0;min-width:1350px}
#page-coachschedule .coach-ops-row{margin:0;border-bottom:1px solid #F0E6DA}
#page-coachschedule .coach-ops-name,#page-coachschedule .coach-ops-corner{position:sticky;left:0;z-index:20;width:150px;border:0;border-right:1px solid #E9DED2;border-radius:0;background:#fff;color:#2F241E;box-shadow:1px 0 0 #E9DED2}
#page-coachschedule .coach-ops-corner{z-index:40;height:44px;min-height:44px;align-items:center;justify-content:center;padding:0;font-size:13px;font-weight:800;color:#6E6259}
#page-coachschedule .coach-ops-name{min-height:110px;padding:0 18px;font-size:14px;line-height:1.35;font-weight:900;display:flex;align-items:center;cursor:move}
#page-coachschedule .coach-ops-row:hover .coach-ops-name{background:#FDF7F2}
#page-coachschedule .coach-ops-hours{height:44px;border:0;border-radius:0;background:#fff;padding:0;box-shadow:none}
#page-coachschedule .coach-ops-hours span{font-size:13px;font-weight:800;color:#6E6259;line-height:44px;border-right:1px solid #E9DED2}
#page-coachschedule .coach-ops-line{min-height:110px;border:0;border-radius:0;background:#fff;background-image:repeating-linear-gradient(90deg,#F3F4F6,#F3F4F6 1px,transparent 1px,transparent calc(100% / 15));box-shadow:none}
#page-coachschedule .coach-ops-period-line{min-height:100px;border:0;border-radius:0;background:#fff;box-shadow:none;gap:0;padding:0}
#page-coachschedule .coach-ops-block{top:18px;bottom:18px;border-radius:8px;border:1px solid #D4E2FF;border-left:0;padding:10px 12px;background:#EFF4FF;box-shadow:0 4px 12px rgba(60,20,0,.06)}
#page-coachschedule .coach-ops-time{font-size:10px;margin-bottom:3px}
#page-coachschedule .coach-ops-student{font-size:11px;font-weight:800}
#page-coachschedule .coach-ops-location{font-size:10px}
#page-coachschedule .coach-ops-daycell{position:relative;min-height:100px;border:0;border-right:1px solid #F0E6DA;border-radius:0;background:#fff;padding:8px;box-shadow:none}
#page-coachschedule .coach-ops-daycell.month-cell{min-height:120px;border-bottom:1px solid #F0E6DA}
#page-coachschedule .coach-ops-daycell.has-course{background:#fff;box-shadow:none}
#page-coachschedule .coach-ops-daycell:hover{background:#FDF7F2}
#page-coachschedule .coach-ops-daycell-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}
#page-coachschedule .coach-ops-daycell-head strong{font-size:12px;color:#6E6259}
#page-coachschedule .coach-ops-daycell-count{background:#F3F4F6;color:#8C7B6E;font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px;white-space:nowrap}
#page-coachschedule .coach-ops-daycell-list{display:flex;flex-direction:column;gap:2px;line-height:1.2}
#page-coachschedule .coach-ops-course-card{display:flex;align-items:flex-start;gap:6px;width:100%;min-height:20px;border:0;background:transparent;border-radius:4px;padding:2px 4px;text-align:left;color:#2F241E;font-size:11px;font-family:inherit;white-space:normal;overflow:hidden;cursor:pointer}
#page-coachschedule .coach-ops-course-card::before{content:"";width:3px;height:14px;border-radius:99px;background:#4C7DE0;flex-shrink:0;margin-top:1px}
#page-coachschedule .coach-ops-course-card:hover{background:#F3F4F6;box-shadow:none}
#page-coachschedule .coach-ops-course-card.type-trial::before{background:#D77A2D}
#page-coachschedule .coach-ops-course-card.type-camp::before{background:#5E9F61}
#page-coachschedule .coach-ops-course-card.type-master::before{background:#8E5A3C}
#page-coachschedule .coach-ops-course-card.type-small::before{background:#3A8B74}
#page-coachschedule .coach-ops-course-card.type-partner::before{background:#14B8A6}
#page-coachschedule .coach-ops-course-time{font-weight:700;color:#6E6259;margin-right:4px;white-space:nowrap}
#page-coachschedule .coach-ops-course-name{font-weight:800;color:#2F241E;overflow:hidden;text-overflow:ellipsis}
#page-coachschedule .coach-ops-daycell-empty{font-size:12px;color:#6E6259;line-height:1.4}
#page-coachschedule .coach-ops-more-btn{width:auto;border:0;border-radius:4px;padding:2px 4px;margin-top:2px;text-align:left;font-family:inherit;cursor:pointer;color:#3A72D8!important;font-size:10px;font-weight:800!important;background:transparent!important}
#page-coachschedule .coach-ops-more-btn:hover{background:#EFF6FF!important}
#page-coachschedule .coach-ops-more-popover{position:absolute;top:32px;left:50%;transform:translateX(-50%);z-index:80;width:190px;max-height:280px;border:1px solid #E9DED2;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(60,20,0,.20);padding:12px}
#page-coachschedule .coach-ops-more-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #F0E6DA}
#page-coachschedule .coach-ops-more-head strong{font-size:12px;color:#2F241E}
#page-coachschedule .coach-ops-more-head button{border:0;background:transparent;color:#8C7B6E;font-size:18px;line-height:1;cursor:pointer}
#page-coachschedule .coach-ops-more-list{display:flex;flex-direction:column;gap:2px;max-height:220px;overflow:auto}
#page-coachschedule .coach-ops-more-list button{display:flex;align-items:flex-start;gap:6px;border:0;background:transparent;border-radius:4px;padding:3px 4px;text-align:left;font-family:inherit;cursor:pointer}
#page-coachschedule .coach-ops-more-list button:hover{background:#F3F4F6}
#page-coachschedule .coach-ops-more-list span{display:block;font-size:11px;font-weight:800;color:#2F241E}
#page-coachschedule .coach-ops-more-list small{display:block;margin-top:3px;font-size:10px;color:#8C7B6E;line-height:1.35}
#page-coachschedule .coach-ops-toolbar{flex-wrap:wrap}
#page-coachschedule .coach-ops-mode-segment{height:auto;padding:4px;border:1px solid #e5e7eb;border-radius:6px;background:rgba(249,250,251,.8);box-shadow:none}
#page-coachschedule .coach-ops-mode-btn{height:auto;min-width:auto;padding:6px 16px;border-radius:4px;font-size:13px;font-weight:500;color:#6b7280;line-height:1.25}
#page-coachschedule .coach-ops-mode-btn.active{background:#fff;color:#1f2937;font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.05)}
#page-coachschedule .coach-ops-mode-btn:hover{background:#f9fafb;color:#1f2937}
#page-coachschedule .coach-date-btn,#page-coachschedule .coach-ops-nav{height:32px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;color:#374151;font-size:13px;font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.05)}
#page-coachschedule .coach-date-btn{min-width:140px;padding:0 16px}
#page-coachschedule .coach-ops-arrow{width:32px;min-width:32px;font-size:18px;color:#6b7280}
#page-coachschedule .coach-ops-nav:not(.coach-ops-arrow){padding:0 16px;font-weight:500}
#page-coachschedule .coach-ops-nav:hover,#page-coachschedule .coach-date-btn:hover{background:#f9fafb;border-color:#e5e7eb}
#page-coachschedule .coach-ops-legend{height:32px;gap:16px;padding:6px 20px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#4b5563;font-size:11px;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05)}
#page-coachschedule .coach-ops-legend-item{gap:6px}
#page-coachschedule .coach-ops-legend-dot{width:10px;height:10px}
#page-coachschedule .coach-ops-legend-dot.private{background:#4F81FF}
#page-coachschedule .coach-ops-legend-dot.trial{background:#F59E0B}
#page-coachschedule .coach-ops-legend-dot.camp,#page-coachschedule .coach-ops-legend-dot.small{background:#10B981}
#page-coachschedule .coach-ops-legend-dot.master{background:#EF4444}
#page-coachschedule .coach-ops-legend-dot.partner{background:#8B5CF6}
#page-coachschedule .coach-ops-grid-titlebar{grid-template-columns:minmax(260px,1fr) auto minmax(220px,1fr);padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb}
#page-coachschedule #coachOpsViewTitle{font-size:14px;font-weight:700;color:#4b5563}
#page-coachschedule .coach-ops-grid-hint{background:rgba(243,244,246,.8);border:1px solid rgba(229,231,235,.6);border-radius:6px;color:#6b7280;font-size:11px;font-weight:500;padding:6px 12px}
#page-coachschedule .coach-ops-grid-clock{font-size:12px;font-weight:700;color:#6b7280}
#page-coachschedule .coach-ops-head{height:42px;background:#fff;border-bottom:1px solid #e5e7eb}
#page-coachschedule .coach-ops-corner{height:42px;min-height:42px;font-size:13px;font-weight:700;color:#374151}
#page-coachschedule .coach-ops-head,#page-coachschedule .coach-ops-row{grid-template-columns:140px minmax(1120px,1fr);min-width:1260px}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-row{grid-template-columns:140px 1600px;min-width:1740px}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-row{grid-template-columns:140px minmax(1120px,1fr);min-width:1260px}
#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-row{grid-template-columns:140px minmax(980px,1fr);min-width:1120px}
#page-coachschedule .coach-ops-name,#page-coachschedule .coach-ops-corner{width:140px;background:#fff;border-right:1px solid #e5e7eb;box-shadow:1px 0 0 #e5e7eb}
#page-coachschedule .coach-ops-name{gap:12px;min-height:90px;padding:0 16px;font-size:13px;font-weight:500;color:#374151}
#page-coachschedule .coach-ops-drag-handle{display:flex;flex-direction:column;gap:3px;opacity:.3;flex-shrink:0}
#page-coachschedule .coach-ops-drag-handle i{display:block;width:14px;height:2px;background:#4b5563;border-radius:2px}
#page-coachschedule .coach-ops-hours{display:grid;height:42px;background:#fff}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours{grid-template-columns:repeat(16,100px)}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours{grid-template-columns:repeat(7,minmax(160px,1fr))}
#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours{grid-template-columns:repeat(7,minmax(140px,1fr))}
#page-coachschedule .coach-ops-hours span{display:flex;align-items:center;height:42px;border-right:1px solid #f3f4f6;font-size:12px;font-weight:700;color:#4b5563;line-height:1}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours span{justify-content:flex-start;padding-left:12px}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span{justify-content:center;font-size:13px}
#page-coachschedule .coach-ops-line{width:1600px;min-height:90px;background:#fff;background-image:repeating-linear-gradient(90deg,#f3f4f6,#f3f4f6 1px,transparent 1px,transparent 100px)}
#page-coachschedule .coach-ops-empty{left:12px;top:28px;color:#6b7280;font-size:12px}
#page-coachschedule .coach-ops-period-line{min-height:100px;background:#fff}
#page-coachschedule .coach-ops-week{grid-template-columns:repeat(7,minmax(160px,1fr))}
#page-coachschedule .coach-ops-month{grid-template-columns:repeat(7,minmax(140px,1fr))}
#page-coachschedule .coach-ops-daycell{min-height:100px;padding:8px;border-right:1px solid #f3f4f6;background:#fff}
#page-coachschedule .coach-ops-daycell.month-cell{min-height:120px;border-bottom:1px solid #f3f4f6}
#page-coachschedule .coach-ops-daycell:hover{background:#f9fafb}
#page-coachschedule .coach-ops-block{top:10px;bottom:10px;border-radius:8px;border:1px solid #D4E2FF;background:#EFF4FF;color:#305CC8;padding:9px 10px;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow .2s,transform .2s}
#page-coachschedule .coach-ops-block:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.10);transform:translateY(-1px);z-index:10}
#page-coachschedule .coach-ops-block.type-private{background:#EFF4FF;border-color:#D4E2FF;color:#305CC8}
#page-coachschedule .coach-ops-block.type-trial{background:#FFF8ED;border-color:#FDE6C1;color:#C27A00}
#page-coachschedule .coach-ops-block.type-small,#page-coachschedule .coach-ops-block.type-camp{background:#F0FDF4;border-color:#D1FAE5;color:#047857}
#page-coachschedule .coach-ops-block.type-master{background:#FEF2F2;border-color:#FEE2E2;color:#B91C1C}
#page-coachschedule .coach-ops-block.type-partner{background:#F5F3FF;border-color:#EDE9FE;color:#6D28D9}
#page-coachschedule .coach-ops-time{display:flex;align-items:center;gap:6px;margin-bottom:2px;font-size:10px;font-weight:600;color:inherit;opacity:.9}
#page-coachschedule .coach-ops-card-dot{width:6px;height:6px;border-radius:50%;background:#4F81FF;flex-shrink:0}
#page-coachschedule .coach-ops-block.type-trial .coach-ops-card-dot{background:#F59E0B}
#page-coachschedule .coach-ops-block.type-small .coach-ops-card-dot,#page-coachschedule .coach-ops-block.type-camp .coach-ops-card-dot{background:#10B981}
#page-coachschedule .coach-ops-block.type-master .coach-ops-card-dot{background:#EF4444}
#page-coachschedule .coach-ops-block.type-partner .coach-ops-card-dot{background:#8B5CF6}
#page-coachschedule .coach-ops-student{font-size:11px;font-weight:700;color:#111827;padding-left:12px;line-height:1.2}
#page-coachschedule .coach-ops-location{font-size:9px;color:inherit;padding-left:12px;margin-top:2px;opacity:.75}
#page-coachschedule .coach-ops-course-card{gap:6px;margin-bottom:4px;padding:2px 4px;border-radius:4px;font-size:11px;line-height:1.2}
#page-coachschedule .coach-ops-course-card::before{width:3px;height:14px;background:#4F81FF}
#page-coachschedule .coach-ops-course-card:hover{background:#f3f4f6}
#page-coachschedule .coach-ops-course-card.type-trial::before{background:#F59E0B}
#page-coachschedule .coach-ops-course-card.type-small::before,#page-coachschedule .coach-ops-course-card.type-camp::before{background:#10B981}
#page-coachschedule .coach-ops-course-card.type-master::before{background:#EF4444}
#page-coachschedule .coach-ops-course-card.type-partner::before{background:#8B5CF6}
#page-coachschedule .coach-ops-course-time{font-weight:500;color:#4b5563}
#page-coachschedule .coach-ops-course-name{font-weight:700;color:#1f2937}
#page-coachschedule .coach-ops-more-btn{display:inline-block;width:auto;padding:2px 4px;margin-top:4px;border-radius:4px;color:#9ca3af!important;font-size:10px;font-weight:500!important;background:transparent!important}
#page-coachschedule .coach-ops-more-btn:hover{color:#3b82f6!important;background:#eff6ff!important}
#page-coachschedule .coach-ops-more-overlay{position:fixed;inset:0;z-index:90}
#page-coachschedule .coach-ops-more-popover{top:32px;width:180px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.10);z-index:100;padding:12px}
#page-coachschedule .coach-ops-more-head{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #f3f4f6}
#page-coachschedule .coach-ops-more-head strong{font-size:12px;font-weight:700;color:#1f2937}
#page-coachschedule .coach-ops-more-list{max-height:220px;overflow-y:auto;padding-right:4px}
#page-coachschedule .coach-ops-shell{padding:12px 24px;background:#fff}
#page-coachschedule .coach-ops-mode-segment{width:222px;height:39px;box-sizing:border-box;padding:4px;background:#F9FAFBCC;border:1px solid #e5e7eb;border-radius:6px}
#page-coachschedule .coach-ops-mode-btn{width:71px;height:30px;padding:0;border-radius:4px;font-size:13px;font-weight:400;color:#6B7280}
#page-coachschedule .coach-ops-mode-btn.active{width:71px;height:30px;background:#FFFFFF;color:#1F2937;font-weight:400}
#page-coachschedule .coach-ops-arrow{width:32px;min-width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center}
#page-coachschedule .coach-ops-arrow svg{width:16px;height:16px;fill:#374151}
#page-coachschedule .coach-ops-arrow.is-next svg{transform:rotate(180deg)}
#page-coachschedule .coach-ops-nav:not(.coach-ops-arrow){height:32px;padding:0 16px;color:#374151;font-size:13px;font-weight:400}
#page-coachschedule .coach-date-btn{height:32px;min-width:140px;color:#374151;font-size:13px;font-weight:700}
#page-coachschedule .coach-ops-legend{height:32px;font-size:10px;font-weight:400;color:#4B5563}
#page-coachschedule .coach-ops-legend-item{font-size:10px;font-weight:400}
#page-coachschedule .coach-ops-grid-titlebar{display:none}
#page-coachschedule .coach-ops-scroll{border-top:1px solid #e5e7eb}
#page-coachschedule .coach-ops-head{height:42px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:inset 0 -1px 0 #e5e7eb}
#page-coachschedule .coach-ops-corner{height:42px;min-height:42px;font-size:10px;font-weight:400;color:#374151}
#page-coachschedule .coach-ops-hours span{height:42px;font-size:10px;font-weight:400;color:#6B7280}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span{font-size:10px;font-weight:400;text-align:center}
#page-coachschedule .coach-ops-name{font-size:13px;font-weight:600;color:#1F2937}
#page-coachschedule .coach-ops-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:.22}
#page-coachschedule .coach-ops-drag-handle svg{width:16px;height:16px;display:block}
#page-coachschedule .coach-ops-drag-handle i{display:none}
#page-coachschedule .coach-ops-block,#page-coachschedule .coach-ops-block *{font-size:9px}
#page-coachschedule .coach-ops-time{font-size:9px;font-weight:400}
#page-coachschedule .coach-ops-student{font-size:9px;font-weight:400}
#page-coachschedule .coach-ops-location{font-size:9px;font-weight:400}
#page-coachschedule .coach-ops-course-card,#page-coachschedule .coach-ops-course-card *{font-size:9px;font-weight:400}
#page-coachschedule .coach-ops-course-time,#page-coachschedule .coach-ops-course-name{font-weight:400}
#page-coachschedule .coach-ops-daycell-empty{display:none}
#page-coachschedule .coach-ops-more-btn{font-size:10px;font-weight:400!important;color:#9CA3AF!important}
#page-coachschedule .coach-ops-more-btn:hover{color:#3B82F6!important;background:#EFF6FF!important}
#page-coachschedule .coach-ops-more-popover{width:180px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.10);padding:12px}
#page-coachschedule .coach-ops-more-head strong{font-size:12px;font-weight:400;color:#1F2937}
#page-coachschedule .coach-ops-more-list{gap:0}
#page-coachschedule .coach-ops-more-course{display:flex;align-items:flex-start;gap:6px;width:100%;border:0;background:transparent;border-radius:4px;padding:2px 4px;text-align:left;font-family:inherit;cursor:pointer;white-space:nowrap;overflow:hidden}
#page-coachschedule .coach-ops-more-course::before{content:"";width:3px;height:14px;border-radius:99px;background:#4F81FF;flex-shrink:0;margin-top:1px}
#page-coachschedule .coach-ops-more-course:hover{background:#F3F4F6}
#page-coachschedule .coach-ops-more-course.type-trial::before{background:#F59E0B}
#page-coachschedule .coach-ops-more-course.type-small::before,#page-coachschedule .coach-ops-more-course.type-camp::before{background:#10B981}
#page-coachschedule .coach-ops-more-course.type-master::before{background:#EF4444}
#page-coachschedule .coach-ops-more-course.type-partner::before{background:#8B5CF6}
#page-coachschedule .coach-ops-more-course span{font-size:9px;font-weight:400;color:#374151;white-space:nowrap}
#page-coachschedule .coach-ops-shell{height:65px;padding:12px 24px;box-sizing:border-box}
#page-coachschedule .coach-ops-toolbar{height:41px}
#page-coachschedule .coach-ops-toolbar-main{height:41px;align-items:center}
#page-coachschedule .coach-ops-head{height:38px;border-bottom:1px solid #E5E7EB}
#page-coachschedule .coach-ops-corner{height:38px;min-height:38px}
#page-coachschedule .coach-ops-hours{height:38px}
#page-coachschedule .coach-ops-hours span{height:38px}
#page-coachschedule .coach-ops-head,#page-coachschedule .coach-ops-row{grid-template-columns:120px minmax(1120px,1fr);min-width:1240px}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-row{grid-template-columns:120px 1920px;min-width:2040px}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-row,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-row{grid-template-columns:120px 1120px;min-width:1240px}
#page-coachschedule .coach-ops-name,#page-coachschedule .coach-ops-corner{width:120px}
#page-coachschedule .coach-ops-name{gap:8px;font-weight:400}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours{grid-template-columns:repeat(16,120px)}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours{grid-template-columns:repeat(7,160px)}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span{width:160px;box-sizing:border-box}
#page-coachschedule .coach-ops-line{width:1920px;background-image:repeating-linear-gradient(90deg,#f3f4f6,#f3f4f6 1px,transparent 1px,transparent 120px)}
#page-coachschedule .coach-ops-week,#page-coachschedule .coach-ops-month{grid-template-columns:repeat(7,160px)}
#page-coachschedule .coach-ops-daycell{width:160px;box-sizing:border-box}
#page-coachschedule .coach-ops-card-dot{width:3px;height:8px;border-radius:99px;align-self:center}
#page-coachschedule .coach-ops-course-card::before,#page-coachschedule .coach-ops-more-course::before{width:3px;height:8px;align-self:center;margin-top:0}
#page-coachschedule .coach-ops-legend-item{display:inline-flex;align-items:center}
#page-coachschedule .coach-ops-legend-dot{align-self:center;flex-shrink:0}
#page-coachschedule .coach-ops-block{display:flex;flex-direction:column;justify-content:center}
#page-coachschedule .coach-ops-time{font-weight:500}
#page-coachschedule .coach-ops-student{font-weight:500}
#page-coachschedule .coach-date-btn{font-weight:400}
#page-coachschedule .coach-ops-arrow svg{width:8px;height:8px}
#page-coachschedule .coach-ops-scroll{border-top:1px solid #E5E7EB}
#page-coachschedule .coach-ops-head::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:#E5E7EB;z-index:5}
#page-coachschedule .coach-ops-head{background:#FCF7F3;border-bottom:1px solid #E3DDDC;box-shadow:none}
#page-coachschedule .coach-ops-head::after{background:#E3DDDC}
#page-coachschedule .coach-ops-corner,#page-coachschedule .coach-ops-hours,#page-coachschedule .coach-ops-hours span,#page-coachschedule .coach-ops-name{background:#FCF7F3}
#page-coachschedule .coach-ops-corner:hover,#page-coachschedule .coach-ops-hours span:hover,#page-coachschedule .coach-ops-name:hover,#page-coachschedule .coach-ops-row:hover .coach-ops-name{background:#F6F1EB}
#page-coachschedule .coach-ops-scroll{border-top:1px solid #E3DDDC}
#page-coachschedule .coach-ops-name,#page-coachschedule .coach-ops-corner{border-right:.5px solid #EDE9E8;box-shadow:.5px 0 0 #EDE9E8}
#page-coachschedule .coach-ops-hours span{border-right:.5px solid #EDE9E8}
#page-coachschedule .coach-ops-row{border-bottom:.5px solid #EDE9E8}
#page-coachschedule .coach-ops-line{background-image:repeating-linear-gradient(90deg,#EDE9E8,#EDE9E8 .5px,transparent .5px,transparent 120px)}
#page-coachschedule .coach-ops-daycell{border-right:.5px solid #EDE9E8}
#page-coachschedule .coach-ops-daycell.month-cell{border-bottom:.5px solid #EDE9E8}
#page-coachschedule .coach-ops-course-card,#page-coachschedule .coach-ops-more-course{display:flex;align-items:center;gap:8px}
#page-coachschedule .coach-ops-course-card::before,#page-coachschedule .coach-ops-more-course::before{background:#4F81FF}
#page-coachschedule .coach-ops-course-card.type-trial::before,#page-coachschedule .coach-ops-more-course.type-trial::before{background:#F59E0B}
#page-coachschedule .coach-ops-course-card.type-small::before,#page-coachschedule .coach-ops-course-card.type-camp::before,#page-coachschedule .coach-ops-more-course.type-small::before,#page-coachschedule .coach-ops-more-course.type-camp::before{background:#10B981}
#page-coachschedule .coach-ops-course-card.type-master::before,#page-coachschedule .coach-ops-more-course.type-master::before{background:#EF4444}
#page-coachschedule .coach-ops-course-card.type-partner::before,#page-coachschedule .coach-ops-more-course.type-partner::before{background:#8B5CF6}
#page-coachschedule .coach-ops-time{opacity:1}
#page-coachschedule .coach-ops-card-dot{background:#4F81FF}
#page-coachschedule .coach-ops-block.type-trial .coach-ops-card-dot{background:#F59E0B}
#page-coachschedule .coach-ops-block.type-small .coach-ops-card-dot,#page-coachschedule .coach-ops-block.type-camp .coach-ops-card-dot{background:#10B981}
#page-coachschedule .coach-ops-block.type-master .coach-ops-card-dot{background:#EF4444}
#page-coachschedule .coach-ops-block.type-partner .coach-ops-card-dot{background:#8B5CF6}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-row,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-row{grid-template-columns:120px 1120px;min-width:1240px}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours,#page-coachschedule .coach-ops-week,#page-coachschedule .coach-ops-month{grid-template-columns:repeat(7,160px)}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span,#page-coachschedule .coach-ops-daycell{width:160px;box-sizing:border-box}
#page-coachschedule .coach-ops-name,#page-coachschedule .coach-ops-corner{box-sizing:border-box;width:120px;padding:0 12px}
#page-coachschedule .coach-ops-name{gap:4px}
#page-coachschedule .coach-ops-drag-handle{width:8px;height:16px;opacity:.22}
#page-coachschedule .coach-ops-drag-handle svg{width:8px;height:16px}
#page-coachschedule .coach-ops-name>span:last-child{min-width:0;line-height:1.35}
#page-coachschedule .coach-ops-daycell.has-course:hover{background:#fff}
#page-coachschedule .coach-ops-daycell:not(.has-course):hover{background:#F6F1EB}
#page-coachschedule .coach-ops-course-card{min-height:17px;margin-bottom:1px;padding:1px 4px;white-space:nowrap;flex-wrap:nowrap;overflow:hidden}
#page-coachschedule .coach-ops-daycell-list{gap:0;line-height:1.1}
#page-coachschedule .coach-ops-course-time{flex:0 0 auto;white-space:nowrap}
#page-coachschedule .coach-ops-course-name{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#page-coachschedule .coach-ops-more-course{white-space:nowrap;flex-wrap:nowrap;overflow:hidden}
#page-coachschedule .coach-ops-more-course span{min-width:0;overflow:hidden;text-overflow:ellipsis}
#page-coachschedule .coach-ops-head,#page-coachschedule .coach-ops-row{gap:0}
#page-coachschedule .coach-ops-corner{border-bottom:1px solid #E3DDDC}
#page-coachschedule .coach-ops-head::after{left:0}
#page-coachschedule{--coach-ops-coach-col:120px;--coach-ops-day-col:120px;--coach-ops-period-col:160px;--coach-ops-week-width:1120px;--coach-ops-day-width:1920px}
#page-coachschedule .coach-ops-toolbar-right{width:320px;height:28px;flex:0 0 320px;align-items:center;justify-content:center;gap:0}
#page-coachschedule .coach-ops-legend{width:320px;height:28px;box-sizing:border-box;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:10px;line-height:1}
#page-coachschedule .coach-ops-legend-item{height:28px;display:inline-flex;align-items:center;gap:6px;line-height:1}
#page-coachschedule .coach-ops-legend-dot{width:8px;height:8px;display:block;align-self:center;margin:0;transform:none}
#page-coachschedule .coach-ops-head,#page-coachschedule .coach-ops-row{grid-template-columns:var(--coach-ops-coach-col) var(--coach-ops-week-width);min-width:calc(var(--coach-ops-coach-col) + var(--coach-ops-week-width))}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-row{grid-template-columns:var(--coach-ops-coach-col) var(--coach-ops-day-width);min-width:calc(var(--coach-ops-coach-col) + var(--coach-ops-day-width))}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-row,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-row{grid-template-columns:var(--coach-ops-coach-col) var(--coach-ops-week-width);min-width:calc(var(--coach-ops-coach-col) + var(--coach-ops-week-width))}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours,#page-coachschedule .coach-ops-line{width:var(--coach-ops-day-width);grid-template-columns:repeat(16,var(--coach-ops-day-col))}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours,#page-coachschedule .coach-ops-week,#page-coachschedule .coach-ops-month{width:var(--coach-ops-week-width);grid-template-columns:repeat(7,var(--coach-ops-period-col))}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours span{width:var(--coach-ops-day-col);box-sizing:border-box}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span,#page-coachschedule .coach-ops-daycell{width:var(--coach-ops-period-col);box-sizing:border-box}
#page-coachschedule .coach-ops-daycell{padding:0}
#page-coachschedule .coach-ops-daycell-head{box-sizing:border-box;width:100%;padding:8px 8px 2px;margin:0}
#page-coachschedule .coach-ops-daycell-list{box-sizing:border-box;width:100%;padding:10px 0 8px;gap:0;line-height:1.05}
#page-coachschedule .coach-ops-daycell.month-cell .coach-ops-daycell-list{padding-top:0}
#page-coachschedule .coach-ops-course-card{box-sizing:border-box;width:100%;min-height:16px;margin:0;padding:1px 8px 1px 10px}
#page-coachschedule .coach-ops-course-card::before{flex:0 0 3px}
#page-coachschedule .coach-ops-line{display:flex;align-items:center;justify-content:center}
#page-coachschedule .coach-ops-line .coach-ops-block{position:absolute}
#page-coachschedule .coach-ops-empty{position:static;margin:auto;color:#9CA3AF;font-size:10px;font-style:italic;line-height:1}
#page-coachschedule .coach-ops-shell{border-bottom:1px solid #E3DDDC}
#page-coachschedule .coach-ops-scroll{border-top:1px solid #E3DDDC}
#page-coachschedule .coach-ops-head{background:#F9FAFB;border-bottom:1px solid #E3DDDC}
#page-coachschedule .coach-ops-corner,#page-coachschedule .coach-ops-hours,#page-coachschedule .coach-ops-hours span,#page-coachschedule .coach-ops-name{background:#F9FAFB}
#page-coachschedule .coach-ops-corner:hover,#page-coachschedule .coach-ops-hours span:hover,#page-coachschedule .coach-ops-name:hover,#page-coachschedule .coach-ops-row:hover .coach-ops-name{background:#F9FAFB}
#page-coachschedule .coach-ops-daycell:not(.has-course):hover{background:#F9FAFB}
#page-coachschedule .coach-ops-course-card:hover,#page-coachschedule .coach-ops-more-course:hover{background:#F3F4F6}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-row,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-row{display:grid;grid-template-columns:120px 1120px;min-width:1240px}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours,#page-coachschedule .coach-ops-week,#page-coachschedule .coach-ops-month{display:grid;width:1120px;min-width:1120px;max-width:1120px;grid-template-columns:repeat(7,160px);gap:0;padding:0;border:0}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span,#page-coachschedule .coach-ops-daycell{width:160px;min-width:160px;max-width:160px;box-sizing:border-box}
#page-coachschedule .coach-ops-daycell{border-top:0;border-left:0;border-right:1px solid #EDE9E8}
#page-coachschedule .coach-ops-grid-card.mode-week .coach-ops-hours span,#page-coachschedule .coach-ops-grid-card.mode-month .coach-ops-hours span{border-left:0;border-right:1px solid #EDE9E8}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-head,#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-row{display:grid;grid-template-columns:120px 1920px;min-width:2040px}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours,#page-coachschedule .coach-ops-line{width:1920px;min-width:1920px;max-width:1920px}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours{display:grid;grid-template-columns:repeat(16,120px)}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-hours span{width:120px;box-sizing:border-box;border-right:1px solid #EDE9E8}
#page-coachschedule .coach-ops-line{display:block;background-image:repeating-linear-gradient(90deg,#EDE9E8,#EDE9E8 1px,transparent 1px,transparent 120px)}
#page-coachschedule .coach-ops-line .coach-ops-block{position:absolute}
#page-coachschedule .coach-ops-empty{position:absolute;left:0;top:0;bottom:0;width:120px;margin:0;display:flex;align-items:center;justify-content:center;color:#9CA3AF;font-size:10px;font-style:italic;line-height:1}
#page-coachschedule .coach-ops-skeleton-row .coach-ops-name span:last-child,#page-coachschedule .coach-ops-skeleton-line span,#page-coachschedule .coach-ops-daycell.skeleton-cell span,#page-coachschedule .coach-ops-daycell.skeleton-cell i{display:block;border-radius:999px;background:linear-gradient(90deg,#F3F4F6 25%,#E5E7EB 37%,#F3F4F6 63%);background-size:400% 100%;animation:coachOpsSkeleton 1.2s ease-in-out infinite}
#page-coachschedule .coach-ops-skeleton-row .coach-ops-name span:last-child{width:62px;height:12px}
#page-coachschedule .coach-ops-skeleton-dot{width:8px;height:16px;border-radius:4px;background:#E5E7EB}
#page-coachschedule .coach-ops-skeleton-line{position:relative;display:block}
#page-coachschedule .coach-ops-skeleton-line span:first-child{position:absolute;left:14px;top:24px;width:76px;height:12px}
#page-coachschedule .coach-ops-skeleton-line span:last-child{position:absolute;left:132px;top:24px;width:120px;height:12px}
#page-coachschedule .coach-ops-daycell.skeleton-cell{padding:14px 12px;background:#fff}
#page-coachschedule .coach-ops-daycell.skeleton-cell span{width:82px;height:12px;margin-bottom:10px}
#page-coachschedule .coach-ops-daycell.skeleton-cell i{width:54px;height:10px}
@keyframes coachOpsSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}
#page-coachschedule .coach-ops-grid-card{height:calc(100vh + 88px);overflow:visible}
#page-coachschedule .coach-ops-grid-card.is-compact{height:auto}
#page-coachschedule .coach-ops-grid-card.is-compact .coach-ops-scroll{flex:0 0 auto;max-height:none}
#page-coachschedule .coach-ops-shell{position:relative;z-index:80;overflow:visible}
#page-coachschedule .coach-date-wrap{position:relative;z-index:120}
#page-coachschedule .coach-date-pop{z-index:220}
#page-coachschedule .coach-ops-head{font-size:13px}
#page-coachschedule .coach-ops-corner,#page-coachschedule .coach-ops-hours span{font-size:13px}
#page-coachschedule .coach-ops-toolbar-right{width:290px;height:28px;flex:0 0 290px}
#page-coachschedule .coach-ops-legend{width:290px;height:28px;padding:0 14px;gap:12px}
#page-coachschedule .coach-ops-drag-handle{width:10px;height:20px}
#page-coachschedule .coach-ops-drag-handle svg{width:10px;height:20px}
#page-coachschedule .coach-ops-block,#page-coachschedule .coach-ops-block *,#page-coachschedule .coach-ops-course-card,#page-coachschedule .coach-ops-course-card *,#page-coachschedule .coach-ops-more-course,#page-coachschedule .coach-ops-more-course *{font-size:10px}
#page-coachschedule .coach-ops-grid-card{height:calc(100vh - 112px);overflow:hidden;background:#fff;border-radius:16px}
#page-coachschedule .coach-ops-grid-card.is-compact{height:auto;overflow:hidden}
#page-coachschedule .coach-ops-grid-card.is-compact .coach-ops-scroll{flex:0 0 auto;overflow:visible}
#page-coachschedule .coach-ops-shell{background:#FFFCF9;position:relative;z-index:80;overflow:visible}
#page-coachschedule .coach-ops-scroll{overflow:auto;flex:1;min-height:0;background:#fff}
#page-coachschedule .coach-ops-head{position:sticky;top:0;z-index:60;background:#FCF7F3;border-bottom:1px solid #E3DDDC}
#page-coachschedule .coach-ops-corner,#page-coachschedule .coach-ops-hours,#page-coachschedule .coach-ops-hours span,#page-coachschedule .coach-ops-name{background:#FCF7F3}
#page-coachschedule .coach-ops-corner,#page-coachschedule .coach-ops-hours span{font-weight:500}
#page-coachschedule .coach-ops-name{font-weight:500}
#page-coachschedule .coach-ops-corner:hover,#page-coachschedule .coach-ops-hours span:hover,#page-coachschedule .coach-ops-name:hover,#page-coachschedule .coach-ops-row:hover .coach-ops-name{background:#FCF7F3}
#page-coachschedule .coach-ops-daycell:not(.has-course):hover{background:#F9FAFB}
#page-coachschedule .coach-date-pop{z-index:220}
#page-coachschedule #coachOpsTimeline.is-skeleton{display:flex;flex-direction:column;min-height:calc(100vh - 215px);background:#fff}
#page-coachschedule #coachOpsTimeline.is-skeleton .coach-ops-skeleton-row{flex:1 0 90px;min-height:90px;margin:0}
#page-coachschedule .coach-ops-name{border-bottom:1px solid #EDE9E8}
#page-coachschedule .coach-ops-more-popover.is-edge-right{left:auto;right:8px;transform:none}
#page-coachschedule .coach-ops-more-popover.is-edge-left{left:8px;right:auto;transform:none}
#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-main,#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-right{position:relative}
#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-main>*,#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-right>*{visibility:hidden}
#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-main::before,#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-right::before{content:"";display:block;height:28px;border-radius:999px;background:linear-gradient(90deg,#F3F4F6 25%,#E5E7EB 37%,#F3F4F6 63%);background-size:400% 100%;animation:coachOpsSkeleton 1.2s ease-in-out infinite}
#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-main::before{width:420px}
#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-toolbar-right::before{width:290px}
#page-coachschedule .coach-ops-grid-card.is-loading .coach-ops-corner{color:transparent}
#page-coachschedule .coach-ops-empty-state{box-sizing:border-box;width:calc(var(--coach-ops-coach-col) + var(--coach-ops-week-width));min-height:calc(100vh - 215px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#6B7280;background:#fff}
#page-coachschedule .coach-ops-grid-card.mode-day .coach-ops-empty-state{width:calc(var(--coach-ops-coach-col) + var(--coach-ops-day-width))}
#page-coachschedule .coach-ops-empty-state strong{font-size:14px;font-weight:600;color:#374151}
#page-coachschedule .coach-ops-empty-state span{font-size:12px;color:#9CA3AF}
#page-coachschedule .coach-ops-hours span.is-today{position:relative;background:#FFF4E6!important;color:#B45309;font-weight:600}
#page-coachschedule .coach-ops-hours span.is-today::after{display:none}
#page-coachschedule .coach-ops-daycell.is-today,#page-coachschedule .coach-ops-daycell.is-today.has-course{background:#fff;box-shadow:none}
#page-coachschedule .coach-ops-daycell.is-today:not(.has-course):hover{background:#F9FAFB}
#page-coachschedule .coach-ops-daycell.is-today.has-course:hover{background:#fff}
#page-coachschedule .coach-ops-daycell.is-today .coach-ops-daycell-head strong{color:#6E6259}
#page-coachschedule .coach-ops-line.is-today{background-color:#FFFDFC}
#page-coachschedule .coach-ops-now-line{position:absolute;top:0;bottom:0;width:0;border-left:1px solid rgba(242,72,34,.25);z-index:12;pointer-events:none}
#page-coachschedule .coach-ops-hours{position:relative;overflow:visible}
#page-coachschedule .coach-ops-hours span{position:relative;z-index:2}
#page-coachschedule .coach-ops-now-head{position:absolute;top:0;bottom:0;width:0;z-index:20;pointer-events:none}
#page-coachschedule .coach-ops-now-head i{position:absolute;top:calc(100% + 6px);left:8px;transform:none;height:16px;padding:0 5px;border-radius:999px;background:rgba(242,72,34,.9);color:#fff;font-size:10px;font-style:normal;line-height:16px;white-space:nowrap;box-shadow:0 2px 6px rgba(242,72,34,.14)}
#page-coachschedule .coach-ops-now-head b{position:absolute;left:-4px;bottom:-4px;width:8px;height:8px;border-radius:50%;background:#F24822;box-shadow:0 0 0 2px rgba(255,255,255,.95)}
#page-coachschedule .coach-ops-block{min-width:112px;box-sizing:border-box}
#page-coachschedule .coach-ops-time,#page-coachschedule .coach-ops-student,#page-coachschedule .coach-ops-location{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.my-schedule-primary{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);gap:14px;margin-bottom:16px}
.my-schedule-panel{background:#FCFAF7;border:1px solid #E9DED2;border-radius:18px;box-shadow:0 10px 30px rgba(60,20,0,.05);padding:16px 18px}
.my-schedule-panel h3{font-size:18px;color:#2F241E;margin-bottom:4px}
.my-schedule-panel-sub{font-size:12px;color:#8C7B6E;line-height:1.6}
.my-schedule-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.my-schedule-card{background:#fff;border:1px solid #E9DED2;border-left:5px solid #4C7DE0;border-radius:16px;padding:14px 16px;box-shadow:0 6px 20px rgba(60,20,0,.04)}
.my-schedule-card.type-private{border-left-color:#4C7DE0}
.my-schedule-card.type-trial{border-left-color:#D77A2D}
.my-schedule-card.type-camp{border-left-color:#5E9F61}
.my-schedule-card.type-master{border-left-color:#8E5A3C}
.my-schedule-card.type-small{border-left-color:#3A8B74}
.my-schedule-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.my-schedule-time{font-size:18px;font-weight:800;color:#2F241E}
.my-schedule-status{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:999px;background:#F1EAE2;color:#8C7B6E;font-size:11px;font-weight:700;white-space:nowrap}
.my-schedule-status.pending{background:#FCECE3;color:#C06031}
.my-schedule-student{font-size:15px;font-weight:700;color:#2F241E;margin-top:8px}
.my-schedule-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-top:12px}
.my-schedule-meta-item{font-size:12px;color:#6E6259;line-height:1.6}
.my-schedule-meta-item strong{display:block;font-size:11px;color:#A3968F;font-weight:700;margin-bottom:2px}
.my-schedule-alert{margin-top:10px;padding:8px 10px;border-radius:12px;background:#FFF1E5;color:#A35618;font-size:12px;font-weight:700}
.my-schedule-actions{display:flex;gap:8px;margin-top:12px}
.my-schedule-actions .tms-btn{flex:1;justify-content:center}
.my-schedule-empty{display:flex;align-items:center;justify-content:center;min-height:220px;border:1px dashed #E9DED2;border-radius:16px;background:#FFFCF8;color:#8C7B6E;font-size:13px}
.my-schedule-side-note{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.my-schedule-side-card{background:#fff;border:1px solid #E9DED2;border-radius:16px;padding:14px}
.my-schedule-side-label{font-size:12px;color:#8C7B6E;margin-bottom:6px}
.my-schedule-side-value{font-size:24px;font-weight:800;color:#2F241E;line-height:1}
.my-schedule-side-value span{font-size:13px;color:#8C7B6E;font-weight:600;margin-left:4px}
.my-schedule-week{margin-top:4px}
.my-schedule-week .week-label{color:#FEF3C7}
.my-schedule-week .week-nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.my-schedule-week-grid{background:#FCFAF7;border:1px solid #E9DED2;border-radius:18px;box-shadow:0 10px 30px rgba(60,20,0,.05);overflow:hidden}
.my-schedule-week-title{font-size:18px;color:#FEF3C7;margin-bottom:4px}
.my-schedule-week-sub{font-size:12px;color:rgba(254,243,199,.76);line-height:1.6;margin-bottom:12px}
.my-schedule-week-sub.is-inline{display:inline-flex;align-items:center;gap:8px;margin-bottom:0;margin-left:4px}
.my-schedule-week-sub.is-inline .coach-wb-help-btn{flex-shrink:0}
.my-schedule-week .wg-dayhead{background:#F7F1EA}
.my-schedule-week .wg-dayhead.today{background:#FCE9D8}
.my-schedule-week .wg-corner{background:#F7F1EA}
.my-schedule-week .wg-cell.today{background:#FFF8F1}
.my-schedule-week .wg-block{left:4px;right:4px;border-radius:12px;padding:5px 6px;border:1px solid transparent;box-shadow:0 4px 12px rgba(60,20,0,.05)}
.my-schedule-week .wg-block.type-private{background:#E7F0FF;border-color:#AFC8FF;color:#224185}
.my-schedule-week .wg-block.type-trial{background:#FFF2E2;border-color:#E7B57C;color:#9A5622}
.my-schedule-week .wg-block.type-camp{background:#EAF7EA;border-color:#B9D8BC;color:#2E6E37}
.my-schedule-week .wg-block.type-master{background:#F5ECE6;border-color:#DAB8A1;color:#73452D}
.my-schedule-week .wg-block.type-small{background:#EEF8F4;border-color:#A8D3C6;color:#2F6657}
.my-schedule-week .wg-block.is-ended{background:#ECE8E3;border-color:#CFC7BF;color:#6B625A}
.my-schedule-week .wg-block.is-ended .wgb-info{color:inherit;opacity:.9}
.my-schedule-week .wgb-top{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}
.my-schedule-week .wgb-time{font-size:10px;font-weight:800;line-height:1.15}
.my-schedule-week .wgb-type{font-size:9px;font-weight:700;line-height:1.15;text-align:right;white-space:nowrap}
.my-schedule-week .wgb-name{font-size:10px;font-weight:800;margin-top:1px;line-height:1.15}
.wg-cell.today{position:relative}
.my-schedule-week .wgb-info{font-size:10px;color:inherit;opacity:.94;line-height:1.15}
.wg-now-line{position:absolute;left:0;right:0;height:2px;background:#F24822;box-shadow:0 0 0 1px rgba(255,255,255,0.8);z-index:10;pointer-events:none}
.wg-now-line::before{content:'';position:absolute;left:-5px;top:-4px;width:10px;height:10px;border-radius:50%;background:#F24822;box-shadow:0 0 0 2px rgba(255,255,255,0.9)}
@media (max-width:900px){
  body.coach-mobile{overflow:auto;padding-bottom:calc(88px + env(safe-area-inset-bottom));-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;overscroll-behavior-y:none}
  body.coach-mobile .sidebar{top:auto;bottom:0;width:100%;height:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-right:none;border-top:1px solid rgba(255,255,255,0.15);flex-direction:row;overflow:hidden;background:rgba(85,45,20,0.85);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:200;box-shadow:0 -10px 40px rgba(0,0,0,0.2)}
  body.coach-mobile .sb-logo,body.coach-mobile .sb-sec,body.coach-mobile .sb-bottom,body.coach-mobile #sbAdminView{display:none!important}
  body.coach-mobile #sbCoachView{display:flex!important;align-items:stretch;justify-content:space-around;width:100%;padding:0 4px}
  body.coach-mobile #sbCoachView .sb-item{flex:1;flex-direction:column;justify-content:center;gap:3px;margin:1px;padding:6px 2px;font-size:10px;font-weight:500;border-radius:0;background:none!important;color:rgba(254,243,199,0.45);transition:color .2s}
  body.coach-mobile #sbCoachView .sb-item.active{color:var(--cream-pale)}
  body.coach-mobile #sbCoachView .sb-item.active::before{display:none}
  body.coach-mobile #sbCoachView .sb-item .sb-icon{margin:0;width:auto;height:auto;opacity:0.8}
  body.coach-mobile #sbCoachView .sb-item .sb-icon svg{width:20px;height:20px}
  
  body.coach-mobile .topbar{justify-content:center;position:relative;background:var(--shell-app-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
  body.coach-mobile .tb-title{flex:none;text-align:center;font-size:18px}
  body.coach-mobile .global-live-clock{position:absolute;left:14px;top:50%;transform:translateY(-50%);padding:4px 10px;font-size:11px;min-height:26px}
  body.coach-mobile .coach-top-logout{display:block;position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;padding:5px 12px;border-radius:10px}
  body.coach-mobile #sbCoachView .sb-item:active{transform:scale(0.92)}
  body.coach-mobile .tms-btn:active, body.coach-mobile .coach-ops-select:active, body.coach-mobile .coach-date-btn:active, body.coach-mobile .coach-mobile-event:active, body.coach-mobile .today-card:active{transform:scale(0.96);transition:transform 0.1s}
  
  body.coach-mobile .coach-mobile-day-column.today .coach-mobile-day-head{background:rgba(217,119,6,0.12);border-radius:12px 12px 0 0;color:var(--amber-warm)}
  body.coach-mobile .coach-mobile-day-column.today .coach-mobile-day-head strong{color:var(--amber-warm)}
  body.coach-mobile .coach-mobile-day-column.today .coach-mobile-day-head span{color:rgba(217,119,6,0.8)}
  body.coach-mobile .coach-mobile-day-column.today .coach-mobile-day-body{background:rgba(217,119,6,0.04);border-radius:0 0 12px 12px}
  
  .wg-dayhead.today{background:rgba(217,119,6,0.1);color:var(--amber-warm);font-weight:700}
  .wg-cell.today{background:rgba(217,119,6,0.03)}
  body.coach-mobile #sbCoachView .sb-icon{width:auto;font-size:16px}
  body.coach-mobile .main{margin-left:0 !important;width:100% !important;min-height:100vh}
  body.coach-mobile .topbar{position:sticky;top:0;z-index:80;padding:env(safe-area-inset-top) 14px 0;height:calc(54px + env(safe-area-inset-top));background:var(--shell-app-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--shell-topbar-divider)}
  body.coach-mobile .sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;width:auto;height:calc(52px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-right:none;border-top:0.5px solid rgba(255,255,255,0.12);background:rgba(60,20,0,0.65);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);overflow:hidden!important;touch-action:none;flex-direction:row;z-index:100}
  body.coach-mobile .tb-title{font-size:15px}
  body.coach-mobile #campusTabs{display:none!important}
  body.coach-mobile .coach-top-logout{display:block}
  body.coach-mobile .global-live-clock{max-width:145px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
  body.coach-mobile .content{padding:12px 12px 18px}
  body.coach-mobile .stats-row{grid-template-columns:1fr;gap:10px}
  body.coach-mobile .tms-stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible}
  body.coach-mobile .tms-stat-card{min-height:0;padding:12px 12px 14px}
  body.coach-mobile .tms-stat-label{white-space:normal;line-height:1.35}
  body.coach-mobile .tms-stat-value{font-size:18px;white-space:normal}
  body.coach-mobile .tms-stat-value span{font-size:12px}
  body.coach-mobile .tms-stat-sub{position:static;margin-top:8px;white-space:normal}
  body.coach-mobile .my-schedule-primary{grid-template-columns:1fr}
  body.coach-mobile .my-schedule-meta{grid-template-columns:1fr}
  body.coach-mobile .my-schedule-actions{flex-direction:column}
  body.coach-mobile .coach-ops-toolbar{padding:12px}
  body.coach-mobile .coach-ops-toolbar-main,body.coach-mobile .coach-ops-toolbar-right{width:100%}
  body.coach-mobile .coach-ops-toolbar-right{justify-content:space-between}
  body.coach-mobile .coach-ops-select,body.coach-mobile .coach-date-btn{width:100%;min-width:0}
  body.coach-mobile .coach-ops-legend{gap:10px;flex-wrap:wrap}
  body.coach-mobile .week-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  body.coach-mobile .week-label{grid-column:1/-1;order:-1;font-size:14px}
  body.coach-mobile .week-nav button{padding:10px 8px}
  body.coach-mobile .week-nav button:last-child{grid-column:1/-1;margin-left:0}
  body.coach-mobile .week-grid,body.coach-mobile .desktop-only{display:none!important}
  body.coach-mobile .coach-mobile-only{display:block!important}
  body.coach-mobile .today-card{padding:12px 13px}
  body.coach-mobile .today-card-grid{grid-template-columns:1fr}
  body.coach-mobile .today-card-actions{flex-direction:column}
  body.coach-mobile #page-workbench .coach-wb-container,body.coach-mobile #page-postfeedback .coach-wb-container{gap:12px}
  body.coach-mobile #page-workbench .coach-wb-page-header,body.coach-mobile #page-postfeedback .coach-wb-page-header{flex-direction:column;align-items:flex-start;gap:10px}
  body.coach-mobile #page-workbench .coach-wb-help-popover,body.coach-mobile #page-postfeedback .coach-wb-help-popover{left:auto;right:0;min-width:240px;max-width:min(320px,80vw)}
  body.coach-mobile #page-workbench .coach-wb-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%}
  body.coach-mobile #page-postfeedback .coach-wb-stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}
  body.coach-mobile #page-workbench .coach-wb-stat-card,body.coach-mobile #page-postfeedback .coach-wb-stat-card{min-height:0;padding:12px 14px}
  body.coach-mobile #page-workbench .coach-wb-stat-card{padding:10px 8px;border-radius:10px}
  body.coach-mobile #page-workbench .coach-wb-stat-label{font-size:11px;margin-bottom:8px;white-space:nowrap}
  body.coach-mobile #page-workbench .coach-wb-stat-value,body.coach-mobile #page-postfeedback .coach-wb-stat-value{font-size:18px}
  body.coach-mobile #page-workbench .coach-wb-stat-value{font-size:17px}
  body.coach-mobile #page-workbench .coach-wb-stat-value span{font-size:11px;margin-left:3px}
  body.coach-mobile #page-workbench .coach-wb-grid,body.coach-mobile #page-postfeedback .coach-wb-grid{grid-template-columns:1fr;gap:10px}
  body.coach-mobile #page-workbench .coach-wb-card-body,body.coach-mobile #page-postfeedback .coach-wb-card-body{padding:13px 14px}
  body.coach-mobile #page-workbench .coach-wb-row1,body.coach-mobile #page-postfeedback .coach-wb-row1{align-items:flex-start}
  body.coach-mobile #page-workbench .coach-wb-row3,body.coach-mobile #page-postfeedback .coach-wb-row3{white-space:normal;overflow:visible;text-overflow:clip;flex-wrap:wrap}
  body.coach-mobile #page-workbench .coach-wb-card-footer,body.coach-mobile #page-postfeedback .coach-wb-card-footer{flex-direction:column;padding:10px 14px}
  body.coach-mobile #page-workbench .coach-wb-action,body.coach-mobile #page-postfeedback .coach-wb-action{padding:10px 0}
  body.coach-mobile .my-schedule-week-title{font-size:16px}
  body.coach-mobile #page-workbench .my-schedule-week{margin-top:0}
  body.coach-mobile #page-workbench .week-nav{display:none}
  body.coach-mobile #page-workbench .coach-home-course-list{display:flex!important;flex-direction:column;gap:10px;margin-top:4px}
  body.coach-mobile #page-workbench .coach-home-section-title{font-size:14px;font-weight:800;color:#FEF3C7;margin:2px 0 2px}
  body.coach-mobile #page-workbench .coach-home-course-card{background:#FCFAF7;border:1px solid #E9DED2;border-left:4px solid #4C7DE0;border-radius:12px;padding:12px;box-shadow:0 6px 18px rgba(60,20,0,.05);color:#2F241E}
  body.coach-mobile #page-workbench .coach-home-course-card.type-trial{border-left-color:#D77A2D}
  body.coach-mobile #page-workbench .coach-home-course-card.type-camp{border-left-color:#5E9F61}
  body.coach-mobile #page-workbench .coach-home-course-card.type-master{border-left-color:#8E5A3C}
  body.coach-mobile #page-workbench .coach-home-course-card.type-small{border-left-color:#3A8B74}
  body.coach-mobile #page-workbench .coach-home-course-card.type-partner{border-left-color:#14B8A6}
  body.coach-mobile #page-workbench .coach-home-course-card.is-ended{background:#F1EDE9;color:#6B625A}
  body.coach-mobile #page-workbench .coach-home-course-main{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
  body.coach-mobile #page-workbench .coach-home-course-time{font-size:16px;font-weight:900;line-height:1.15}
  body.coach-mobile #page-workbench .coach-home-course-title{font-size:14px;font-weight:800;line-height:1.35;margin-top:5px}
  body.coach-mobile #page-workbench .coach-home-course-state{flex-shrink:0;border-radius:999px;background:#FFF1E5;color:#9A5622;font-size:11px;font-weight:800;padding:4px 8px}
  body.coach-mobile #page-workbench .coach-home-course-meta{font-size:12px;line-height:1.45;color:#6E6259;margin-top:8px}
  body.coach-mobile #page-workbench .coach-home-course-action{width:100%;height:36px;margin-top:10px;border:0;border-radius:9px;background:#8C4A32;color:#fff;font-size:13px;font-weight:800;font-family:inherit}
  body.coach-mobile #page-workbench .coach-home-empty{background:rgba(254,243,199,.16);border:1px dashed rgba(255,255,255,.28);border-radius:14px;padding:26px 12px;text-align:center;color:rgba(255,255,255,.86);font-size:13px}
  body.coach-mobile .my-schedule-week-sub{font-size:11px;line-height:1.5}
  body.coach-mobile .my-schedule-week-sub.is-inline{margin-left:0;width:100%}
  body.coach-mobile .coach-mobile-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}
  body.coach-mobile .coach-mobile-info-grid{grid-template-columns:1fr}
  body.coach-mobile .coach-mobile-actions{flex-direction:column}
  body.coach-mobile .coach-mobile-week-timeline{grid-template-columns:52px minmax(0,1fr);margin-top:12px}
  body.coach-mobile .coach-mobile-day-column{flex-basis:128px;min-width:128px}
  body.coach-mobile .coach-mobile-day-head{padding:8px 8px 6px}
  body.coach-mobile .coach-mobile-event{left:5px;right:5px;padding:7px 8px}
  body.coach-mobile .coach-mobile-event.is-ended{background:#ECE8E3!important;border-color:#CFC7BF!important;color:#6B625A!important}
  body.coach-mobile .coach-mobile-event-title{font-size:12px}
  body.coach-mobile .coach-mobile-event-meta{font-size:10px}
  body.admin-mobile{overflow:auto;padding-bottom:calc(88px + env(safe-area-inset-bottom));-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;overscroll-behavior-y:none}
  body.admin-mobile .sidebar{top:auto;bottom:0;width:100%;height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-right:none;border-top:0.5px solid rgba(255,255,255,0.22);background:rgba(60,20,0,0.65);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);overflow-x:auto;overflow-y:hidden;flex-direction:row;z-index:100}
  body.admin-mobile .sb-logo,body.admin-mobile .sb-sec,body.admin-mobile .sb-bottom,body.admin-mobile #sbCoachView{display:none!important}
  body.admin-mobile #sbAdminView{display:flex;align-items:stretch;width:max-content;min-width:100%;padding:0 6px}
  body.admin-mobile #sbAdminView .sb-item{flex-direction:column;justify-content:center;gap:4px;min-width:72px;margin:6px 4px;padding:6px 6px;font-size:10.5px;border-radius:12px;text-align:center;transition:transform 0.15s, background 0.15s}
  body.admin-mobile #sbAdminView .sb-item:active{transform:scale(0.92)}
  body.admin-mobile #sbAdminView .sb-item.active::before{display:none}
  body.admin-mobile #sbAdminView .sb-icon{width:auto;font-size:16px}
  body.admin-mobile .main{margin-left:0;min-height:100vh}
  body.admin-mobile .topbar{position:sticky;top:0;z-index:80;padding:env(safe-area-inset-top) 14px 0;height:calc(54px + env(safe-area-inset-top));background:var(--shell-app-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--shell-topbar-divider)}
  body.admin-mobile .tb-title{font-size:15px}
  body.admin-mobile .coach-top-logout{display:block}
  body.admin-mobile .global-live-clock{display:none}
  body.admin-mobile .content{padding:14px}
  body.admin-mobile .stats-row{grid-template-columns:1fr;gap:10px}
  body.admin-mobile .coach-ops-toolbar{padding:12px}
  body.admin-mobile .coach-ops-toolbar-main,body.admin-mobile .coach-ops-toolbar-right{width:100%}
  body.admin-mobile .coach-ops-toolbar-right{justify-content:space-between}
  body.admin-mobile .coach-ops-select,body.admin-mobile .coach-date-btn{width:100%;min-width:0}
  body.admin-mobile .coach-ops-legend{gap:10px;flex-wrap:wrap}
  body.admin-mobile .toolbar{flex-direction:column;align-items:stretch}
  body.admin-mobile .search-box,body.admin-mobile .fsel,body.admin-mobile .btn-sec,body.admin-mobile .btn-add{width:100%;max-width:none;min-width:0}
  body.admin-mobile .btn-add{margin-left:0;justify-content:center}
  body.admin-mobile #campusTabs{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:6px;padding-bottom:2px}
  body.admin-mobile .ctab{white-space:nowrap;flex:0 0 auto}
  body.admin-mobile .tcard{overflow-x:auto}
  body.admin-mobile table{min-width:760px}
  body.admin-mobile .pager{gap:10px;align-items:flex-start;flex-direction:column}
  body.admin-mobile .product-grid{grid-template-columns:1fr}
  body.coach-mobile .overlay{align-items:flex-end;padding:0}
  body.coach-mobile .modal{width:100% !important;max-width:100% !important;border-radius:24px 24px 0 0 !important;margin:0;transform:translateY(100%);transition:transform .35s cubic-bezier(.34,1.56,.64,1);max-height:90vh;padding-bottom:env(safe-area-inset-bottom);border:none;border-bottom:none}
  body.coach-mobile .overlay.open .modal{transform:translateY(0) scale(1)}
  body.coach-mobile .modal::before{content:'';display:block;width:36px;height:4px;background:rgba(180,83,9,0.22);border-radius:2px;margin:12px auto 0;flex-shrink:0}
  body.coach-mobile .modal.modal-court .mhead{padding:12px 24px 16px}
  body.coach-mobile .modal.modal-court .mactions{padding-bottom:calc(16px + env(safe-area-inset-bottom))}
  body.coach-mobile .ios-list-group{background:var(--card-f);border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 2px 8px rgba(60,20,0,0.08)}
  body.coach-mobile .ios-list-item{position:relative;display:flex;align-items:center;padding:14px 16px;background:transparent;border-bottom:0.5px solid rgba(180,83,9,0.12);transition:background 0.15s;cursor:pointer}
  body.coach-mobile .ios-list-item:active{background:rgba(180,83,9,0.06)}
  body.coach-mobile .ios-list-item:last-child{border-bottom:none}
  body.coach-mobile .ios-list-body{flex:1;min-width:0;padding-right:12px}
  body.coach-mobile .ios-list-title{font-size:15px;color:var(--th);font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:8px}
  body.coach-mobile .ios-list-sub{font-size:13px;color:var(--ts);line-height:1.5}
  body.coach-mobile .ios-list-chevron{color:var(--td);opacity:0.6;display:flex;align-items:center}
}
