:root{color-scheme:light;--ink: #20282b;--muted: #647174;--line: #dfe5e2;--paper: #f6f7f7;--panel: #ffffff;--teal: #24464a;--sea: #357f79;--mint: #eef8f4;--gold: #e8c66a;--gold-soft: #fbf6e5;--clay: #a96654;--shadow: 0 1px 2px rgba(17, 24, 28, .05);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--paper);color:var(--ink)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-y:scroll}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:var(--paper)}.sidebar{min-height:100vh;padding:24px 18px;background:var(--teal);color:#effbf6;display:flex;flex-direction:column;gap:34px}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;background:#ffffff24;color:#effbf6;font-weight:500}.brand-name,.brand-lockup span{display:block}.brand-name{font-weight:500}.brand-lockup span,.account-chip small,.event-row small,.module-card span,.metric-card span{color:inherit;opacity:.72}.nav-stack{display:grid;gap:8px}.nav-item{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:8px;color:#effbf6c2}.nav-item.active,.nav-item:hover,.nav-item:focus-visible{background:#ffffff1f;color:#fff;outline:none}.workspace{align-content:start;padding:16px 24px 24px;display:grid;gap:16px}.route-content{display:grid;align-content:start;gap:16px}.topbar,.command-strip,.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar{min-height:52px}.topbar h1,.command-strip h2,.panel h2,.module-card h3{margin:0;letter-spacing:0}.topbar h1{font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.18;font-weight:500;max-width:720px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eyebrow{margin:0 0 7px;color:var(--muted);font-size:.75rem;font-weight:500;text-transform:uppercase}.account-chip{min-width:220px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8}.topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.season-switcher{min-height:40px;display:grid;grid-template-columns:auto minmax(180px,240px) 36px;align-items:center;gap:8px;padding:0 8px 0 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.season-switcher span{color:var(--muted);font-size:.78rem}.season-switcher select{min-height:32px;border:0;padding:0}.season-switcher select:focus{outline:none}.season-add-button{width:30px;height:30px;border-color:transparent}.ghost-button,.link-button{min-height:40px;border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:0 12px;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.84rem;line-height:1;white-space:nowrap;cursor:pointer}.link-button{border-color:var(--line);color:var(--teal);background:#fff;font-weight:500}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:20px;background:var(--paper)}.auth-panel{width:min(100%,460px);display:grid;gap:18px;padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.auth-panel h1{margin:10px 0 0;font-size:clamp(1.45rem,3vw,2rem);line-height:1.2;font-weight:500}.account-chip span,.account-chip small{display:block}.account-chip span{font-weight:500}.notice{display:grid;gap:4px;padding:12px 14px;border:1px solid rgba(201,105,77,.35);border-radius:8px;background:#fff7f2}.notice-label{color:var(--clay);font-size:.82rem}.command-strip,.panel{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.command-strip{min-height:72px;padding:14px 18px}.command-strip h2{max-width:820px;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.25;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.primary-button{min-height:44px;display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;border:0;border-radius:8px;padding:0 16px;background:var(--teal);color:#fff;font-size:.84rem;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer}.primary-button:hover{background:#15525c}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric-card{min-height:88px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border-radius:8px;border:1px solid var(--line);background:var(--panel)}.metric-value{font-size:2rem;line-height:1;font-weight:500}.metric-card.gold{background:var(--gold-soft)}.metric-card.green{background:var(--mint)}.metric-card.ink{background:var(--teal);color:#fff}.content-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:16px}.management-page{display:grid;align-content:start;gap:12px}.page-toolbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px}.page-toolbar h2{margin:0;font-size:1.12rem;line-height:1.3;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar-actions{display:flex;align-items:center;gap:10px}.inline-check{min-height:36px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.8rem;white-space:nowrap}.inline-check input{width:15px;min-height:15px}.month-stepper{display:inline-flex;align-items:center;gap:6px}.month-stepper input{width:142px}.toolbar-search{width:180px;min-height:36px}.toolbar-checkbox{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:.78rem;white-space:nowrap}.toolbar-checkbox input{width:14px;min-height:14px;margin:0}.view-toggle{display:inline-flex;align-items:center;padding:3px;border:1px solid var(--line);border-radius:8px;background:#fff}.view-toggle button{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:.78rem;cursor:pointer}.view-toggle button.active{background:var(--teal);color:#fff}.table-panel{min-height:132px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse;table-layout:fixed}.data-table th,.data-table td{height:46px;padding:0 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table th{color:var(--muted);font-size:.78rem;font-weight:500}.data-table td{line-height:1.25}.table-subtext{display:block;margin-top:3px;color:var(--muted);font-size:.78rem;text-transform:capitalize}.schedule-table th:first-child,.schedule-table td:first-child{width:42px;padding-right:4px;text-align:center}.schedule-table th:nth-child(2),.schedule-table td:nth-child(2){width:210px}.schedule-table th:nth-child(3),.schedule-table td:nth-child(3){width:132px}.schedule-table th:nth-child(6),.schedule-table td:nth-child(6){width:96px}.schedule-table th,.schedule-table td{height:38px;padding:0 10px;font-size:.78rem}.schedule-table th{font-size:.7rem}.schedule-table .table-subtext{margin-top:1px;font-size:.68rem}.schedule-table .status-text{font-size:.72rem}.select-column input{width:14px;height:14px;margin:0;vertical-align:middle}.event-name-cell{min-width:0;display:flex;align-items:center;gap:8px}.event-name-cell>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.event-color-badge{width:10px;height:22px;flex:0 0 auto;border-radius:999px;box-shadow:inset 0 0 0 1px #00000014}.schedule-start{display:grid;grid-template-columns:54px 1fr;align-items:baseline;gap:6px;font-variant-numeric:tabular-nums;white-space:nowrap}.schedule-start span:first-child{color:var(--ink)}.schedule-start span:last-child{color:var(--muted)}.compact-table th,.compact-table td{height:40px;padding:0 10px}.contact-table{min-width:720px}.contact-table th,.contact-table td{height:36px;padding:0 8px;font-size:.74rem}.contact-table th:first-child,.contact-table td:first-child{width:150px}.contact-table th:nth-child(2),.contact-table td:nth-child(2){width:116px}.rsvp-legend{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--muted);font-size:.78rem}.rsvp-legend span{display:inline-flex;align-items:center;gap:5px}.rsvp-panel{overflow:hidden}.rsvp-scroll{width:100%;overflow:auto}.rsvp-table{width:max-content;min-width:0;table-layout:auto}.rsvp-table th,.rsvp-table td{height:42px;padding:0 8px;text-align:center;font-size:.76rem}.rsvp-table thead th{height:72px;vertical-align:bottom}.rsvp-table th:not(.rsvp-player-heading):not(.rsvp-player-cell),.rsvp-table td{min-width:142px;max-width:158px}.rsvp-player-heading,.rsvp-player-cell{position:sticky;left:0;z-index:2;width:180px;min-width:180px;background:#fff;text-align:left!important;box-shadow:1px 0 0 var(--line)}.rsvp-player-heading{z-index:3}.rsvp-event-heading{display:grid;gap:3px;justify-items:center;line-height:1.15}.rsvp-event-color{width:34px;height:4px;border-radius:999px;box-shadow:inset 0 0 0 1px #00000014}.rsvp-reminder-button{width:28px;height:26px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);cursor:pointer}.rsvp-reminder-button:hover,.rsvp-reminder-button:focus-visible{border-color:var(--teal);color:var(--teal);outline:none}.rsvp-event-heading strong{color:var(--ink);font-size:.74rem;font-weight:600}.rsvp-event-heading span,.rsvp-event-heading small{max-width:142px;overflow:hidden;color:var(--muted);font-size:.68rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.rsvp-mark{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;font-size:.9rem;font-weight:700;line-height:1}.rsvp-select{width:48px;min-height:30px;padding:0 6px;border:1px solid var(--line);border-radius:6px;background:#fff;font-size:.84rem;font-weight:700;text-align:center;cursor:pointer}.rsvp-select:disabled{cursor:progress;opacity:.72}.rsvp-select.yes{border-color:#b9e4cf;background:#e8f6ef;color:#1f7a55}.rsvp-select.no{border-color:#f1c7c0;background:#fff0ee;color:#c74343}.rsvp-select.maybe{border-color:#efd98d;background:#fff7df;color:#936a16}.rsvp-select.empty{background:#f7f8f8;color:#9aa3ad}.rsvp-reminder-list{max-height:260px;display:grid;gap:2px;overflow:auto;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc}.rsvp-mark.yes{background:#e8f6ef;color:#1f7a55}.rsvp-mark.no{background:#fff0ee;color:#c74343}.rsvp-mark.maybe{background:#fff7df;color:#936a16}.rsvp-mark.empty{background:#f2f3f4;color:#9aa3ad}.contact-table th:nth-child(3),.contact-table td:nth-child(3){width:260px}.contact-table th:nth-child(4),.contact-table td:nth-child(4){width:150px}.contact-table th:last-child,.contact-table td:last-child{width:88px}.table-select{min-height:34px;max-width:190px}.role-table th:first-child,.role-table td:first-child{width:240px}.data-table tr:last-child td{border-bottom:0}.icon-button{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal);font-size:.84rem;line-height:1;cursor:pointer}.icon-button{width:36px;height:36px;display:grid;place-items:center;padding:0}.status-text{color:var(--muted)}.status-text.cancelled{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#fff0ee;color:#c74343;font-weight:500}.action-cell{width:100px;text-align:right}.action-cell.wide{width:270px}.text-action{min-height:30px;border:0;background:transparent;color:var(--teal);font-size:.82rem;line-height:1;white-space:nowrap;cursor:pointer}.text-action.danger{color:var(--clay)}.text-action:disabled{color:var(--muted);cursor:not-allowed}.outline-button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal);font-size:.86rem;cursor:pointer}.outline-button.danger{border-color:#a9665459;color:var(--clay)}.outline-button:disabled{color:var(--muted);cursor:not-allowed}.calendar-panel{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.calendar-header{min-height:56px;padding:10px 12px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.calendar-header>div:first-child{min-width:0;display:grid;gap:2px}.calendar-title{font-size:1rem;font-weight:500}.calendar-count{color:var(--muted);font-size:.74rem}.calendar-nav{display:flex;align-items:center;gap:8px}.calendar-nav .outline-button{min-height:34px;padding:0 12px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays{border-bottom:1px solid var(--line);background:#fbfdfb}.calendar-weekdays span{padding:8px 10px;color:var(--muted);font-size:.7rem;font-weight:500}.calendar-day{min-height:116px;display:grid;align-content:start;gap:6px;padding:8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.calendar-day:nth-child(7n){border-right:0}.calendar-day.muted{background:#f8faf9}.calendar-day-number{width:28px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ink);font-size:.78rem;cursor:pointer}.calendar-day-number:hover{background:var(--mint)}.calendar-day.muted .calendar-day-number{color:var(--muted)}.calendar-events{min-width:0;display:grid;gap:4px}.calendar-event{min-width:0;min-height:28px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:6px;padding:4px 6px;border:1px solid var(--line);border-left:4px solid var(--sea);border-radius:6px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.calendar-event.cancelled{background:#fff7f6;color:#8f3030}.calendar-event span{color:var(--muted);font-size:.64rem;font-variant-numeric:tabular-nums}.calendar-event strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:500}.calendar-more{color:var(--muted);font-size:.68rem}.form-section{display:grid;gap:12px;padding-top:4px}.color-picker{display:grid;gap:8px}.color-picker>span{color:var(--muted);font-size:.78rem}.color-options{display:flex;flex-wrap:wrap;gap:8px}.color-option{width:28px;height:28px;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px var(--line);cursor:pointer}.color-option.active{box-shadow:0 0 0 2px var(--teal)}.notification-event-summary{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fbfdfb}.notification-event-summary div{min-width:0;display:grid;gap:2px}.notification-event-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:500}.notification-event-summary span:last-child,.notification-helper{color:var(--muted);font-size:.78rem}.notification-helper{margin:0}.notification-mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--line);border-radius:8px;background:#fff}.notification-mode-toggle button{min-height:36px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.notification-mode-toggle button.active{background:var(--teal);color:#fff}.panel{padding:18px}.panel h2{font-size:1.15rem;line-height:1.3;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiet-panel{display:grid;align-content:start;gap:4px}.panel-detail{margin:0;color:var(--ink);line-height:1.45}.panel-heading{min-height:42px;margin-bottom:16px}.panel-heading.compact{align-items:flex-start}.status-pill{padding:7px 10px;border-radius:999px;background:var(--mint);color:var(--teal);font-size:.78rem;font-weight:500}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.module-card{min-height:170px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fbfdfb;display:grid;align-content:space-between;gap:8px}.module-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--teal);background:var(--gold-soft)}.module-card p{margin:0;color:var(--muted)}.event-list{display:grid;gap:10px}.event-row{display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfdfb}.event-row div{display:grid;gap:4px}.event-row span{color:var(--muted)}.setup-panel{display:grid;gap:16px}.inline-form,.stack-form{display:grid;gap:12px}.inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:end}.stack-form{margin-bottom:18px}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-pair>label:only-child{grid-column:1 / -1}.team-staff-assign-form{margin-bottom:14px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc}.team-staff-add-button{margin-bottom:12px}.team-staff-fields{display:grid;grid-template-columns:minmax(190px,1.1fr) minmax(170px,.9fr) auto auto;gap:10px;align-items:end}.team-staff-cancel{margin-top:10px}.team-staff-notify{min-height:38px;align-self:end;white-space:nowrap}.team-staff-table th,.team-staff-table td{height:38px;padding:0 10px;font-size:.76rem}.team-staff-table th:first-child,.team-staff-table td:first-child{width:150px}.team-staff-table th:nth-child(2),.team-staff-table td:nth-child(2){width:220px}.team-staff-table th:nth-child(3),.team-staff-table td:nth-child(3){width:170px}.team-staff-table th:nth-child(4),.team-staff-table td:nth-child(4){width:72px;text-align:center}.team-staff-table input[type=checkbox]{width:14px;height:14px;min-height:14px;margin:0;vertical-align:middle}.team-staff-table th:last-child,.team-staff-table td:last-child{width:88px}.team-roster-assign-form{margin-bottom:14px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc}.team-roster-add-button{margin-bottom:12px}.team-roster-fields{display:grid;grid-template-columns:minmax(260px,1.3fr) minmax(120px,.7fr) auto;gap:10px;align-items:end}.team-roster-cancel{margin-top:10px}.team-roster-table th,.team-roster-table td{height:38px;padding:0 10px;font-size:.76rem}.team-roster-table th:first-child,.team-roster-table td:first-child{width:170px}.team-roster-table th:nth-child(2),.team-roster-table td:nth-child(2){width:100px}.team-roster-table th:nth-child(3),.team-roster-table td:nth-child(3),.team-roster-table th:nth-child(5),.team-roster-table td:nth-child(5){width:86px}.team-roster-table th:nth-child(4),.team-roster-table td:nth-child(4){width:130px}.team-roster-table th:last-child,.team-roster-table td:last-child{width:88px}.club-staff-table th,.club-staff-table td{height:38px;padding:0 10px;font-size:.76rem}.club-staff-table th:first-child,.club-staff-table td:first-child{width:150px}.club-staff-table th:nth-child(2),.club-staff-table td:nth-child(2){width:220px}.club-staff-table th:nth-child(3),.club-staff-table td:nth-child(3),.club-staff-table th:nth-child(4),.club-staff-table td:nth-child(4){width:150px}.club-staff-table th:nth-child(5),.club-staff-table td:nth-child(5){width:72px;text-align:center}.club-staff-table input[type=checkbox]{width:14px;height:14px;min-height:14px;margin:0;vertical-align:middle}.form-triple{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.event-form{gap:14px}.event-time-grid{display:grid;grid-template-columns:minmax(150px,1.2fr) repeat(3,minmax(110px,1fr));gap:10px}.form-footer{display:flex;justify-content:flex-end}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfdfb}.permission-option{min-height:36px;display:flex;align-items:center;gap:9px;color:var(--ink);font-size:.82rem;font-weight:400}.permission-option input{width:16px;min-height:16px}.button-pair{align-self:end;display:flex;align-items:center;justify-content:flex-end;gap:8px}.weekday-selector{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.weekday-option{min-height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:.82rem;line-height:1;cursor:pointer}.weekday-option.active{border-color:var(--teal);background:var(--teal);color:#fff}.inline-create-header{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.82rem;line-height:1.35}.inline-create-header span{min-width:0}.inline-create-panel{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfdfb}.inline-create-panel .primary-button{min-width:132px}label{display:grid;gap:6px;color:var(--muted);font-size:.84rem;font-weight:500}.checkbox-row{min-height:34px;display:flex;align-items:center;gap:9px;color:var(--ink)}.checkbox-row input{width:16px;min-height:16px}.form-pair>.checkbox-row{align-self:end;min-height:42px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}input,select{min-height:42px;padding:0 12px}textarea{min-height:104px;padding:10px 12px;line-height:1.45;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--sea);outline:3px solid rgba(29,138,134,.15)}button:disabled{cursor:not-allowed;opacity:.55}.empty-state{color:var(--muted)}.empty-state{margin:0;padding:18px}.empty-state.compact{padding:0}.modal-section{overflow-x:auto;overflow-y:hidden;border:1px solid var(--line);border-radius:8px}.modal-section .empty-state{padding:14px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:start center;padding:9vh 20px 20px;background:#15202347}.modal-panel{width:min(100%,520px);display:grid;gap:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 42px #11181c29}.modal-panel.wide{width:min(100%,760px)}.modal-panel.extra-wide{width:min(100%,880px)}.modal-header{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-header h2{margin:0;font-size:1.08rem;line-height:1.3;font-weight:500}.modal-panel .stack-form{margin-bottom:0}@media (max-width: 920px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;padding:16px}.nav-stack{grid-template-columns:repeat(8,minmax(0,1fr))}.nav-item{justify-content:center;padding:0;font-size:0}.workspace{padding:14px}.topbar,.command-strip{align-items:flex-start;flex-direction:column}.topbar h1,.command-strip h2,.panel h2{white-space:normal}.account-chip{width:100%}.topbar-actions{width:100%;align-items:stretch;flex-direction:column}.season-switcher{grid-template-columns:auto minmax(0,1fr) 36px}.content-grid,.metric-grid{grid-template-columns:1fr}.page-toolbar,.toolbar-actions{align-items:stretch;flex-direction:column}.view-toggle{justify-content:stretch}.view-toggle button{flex:1;justify-content:center}.data-table{min-width:620px}.table-panel,.calendar-panel{overflow-x:auto}.calendar-header,.calendar-weekdays,.calendar-grid{min-width:720px}.module-grid,.inline-form,.form-pair,.form-triple,.team-staff-fields,.team-roster-fields,.event-time-grid{grid-template-columns:1fr}.inline-create-header{align-items:flex-start;flex-direction:column}.weekday-selector{grid-template-columns:repeat(4,minmax(0,1fr))}.permission-grid{grid-template-columns:1fr}}
