*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#1a1a2e;--color-accent:#0f3460;--color-surface:#fff;--color-text:#1a1a2e;--color-text-secondary:#5a5a7a;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--touch-target-min:2.75rem;font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px;line-height:1.5}html,body,#root{width:100%;height:100%}body{overflow-x:hidden}@media (min-width:768px){:root{font-size:17px}}@media (min-width:1024px){:root{font-size:18px}}.app-shell{width:100%;max-width:100%;min-height:100%;padding:var(--space-lg) var(--space-md);flex-direction:column;display:flex;overflow-x:hidden}.app-header{padding:var(--space-xl) 0 var(--space-lg);text-align:center}.app-header__logo{width:clamp(5rem,25vw,7rem);height:auto;margin:0 auto var(--space-md);display:block}.app-header h1{color:var(--color-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.app-tagline{margin-top:var(--space-xs);color:var(--color-text-secondary);font-size:.9rem}.auth-card{width:100%;min-width:0;max-width:28rem;padding:var(--space-lg);background:var(--color-surface);border:1px solid #d8d8e2;border-radius:.875rem;margin:0 auto}.auth-card__header{margin-bottom:var(--space-lg)}.auth-card__header h2{color:var(--color-primary);font-size:1.25rem}.auth-card__header p{margin-top:var(--space-sm);color:var(--color-text-secondary);font-size:.9rem}.auth-form{gap:var(--space-md);flex-direction:column;display:flex}.auth-field{gap:var(--space-xs);flex-direction:column;font-size:.9rem;font-weight:600;display:flex}.auth-field input,.auth-field select{min-height:var(--touch-target-min);width:100%;color:var(--color-text);background:var(--color-surface);border:1px solid #b8b8c8;border-radius:.625rem;padding:.75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5}.auth-field input:focus-visible{border-color:var(--color-accent);outline:3px solid #0f346033}.auth-field select:focus-visible{border-color:var(--color-accent);outline:3px solid #0f346033}.auth-button{min-height:var(--touch-target-min);font:inherit;color:#fff;background:var(--color-accent);cursor:pointer;border:0;border-radius:.625rem;padding:.75rem 1rem;font-weight:700}.auth-button--secondary{width:100%;color:var(--color-accent);background:#eef3f8}.auth-button--link{min-height:auto;color:var(--color-accent);background:0 0;padding:.25rem;text-decoration:underline}.auth-button:disabled,.auth-field input:disabled,.auth-field select:disabled{cursor:not-allowed;opacity:.65}.auth-message{font-size:.875rem}.auth-message--error{color:#a32020}.auth-message--page{width:100%;max-width:28rem;margin:0 auto var(--space-md)}.auth-status{text-align:center;color:var(--color-text-secondary);flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}.auth-mfa{margin:var(--space-lg) 0;padding-top:var(--space-lg);border-top:1px solid #d8d8e2}.auth-mfa h3{color:var(--color-primary);font-size:1rem}.auth-mfa__copy,.auth-mfa__recovery,.auth-mfa__status,.auth-mfa__success{margin-top:var(--space-sm);color:var(--color-text-secondary);font-size:.875rem}.auth-mfa__success{color:#146c43;font-weight:700}.auth-mfa__recovery{font-size:.8rem}.auth-mfa__form{margin-top:var(--space-md)}.auth-mfa__qr{width:min(100%,13rem);height:auto;margin:var(--space-md) auto 0;background:#fff;border:1px solid #d8d8e2;border-radius:.5rem;display:block}.admin-lifecycle{gap:var(--space-md);margin:var(--space-lg) 0;padding:var(--space-lg) 0;border-top:1px solid #d8d8e2;border-bottom:1px solid #d8d8e2;flex-direction:column;display:flex}.admin-lifecycle__header p,.admin-lifecycle__status,.admin-lifecycle__club,.admin-lifecycle__identity span,.admin-lifecycle__state,.admin-lifecycle__self-note,.admin-invitation__header p{margin-top:var(--space-xs);color:var(--color-text-secondary);font-size:.8rem}.admin-lifecycle__club,.admin-lifecycle__success{font-weight:700}.admin-lifecycle__success{color:#146c43;font-size:.875rem}.admin-invitation{gap:var(--space-md);padding:var(--space-md);background:#fbfcfe;border:1px solid #d8d8e2;border-radius:.75rem;flex-direction:column;display:flex}.admin-invitation__header h4{color:var(--color-primary);font-size:.95rem}.admin-lifecycle__users{gap:var(--space-sm);flex-direction:column;display:flex}.admin-lifecycle__user{gap:var(--space-sm);padding:var(--space-md);background:#fbfcfe;border:1px solid #d8d8e2;border-radius:.75rem;flex-direction:column;display:flex}.admin-lifecycle__identity,.admin-lifecycle__state{flex-direction:column;display:flex}.admin-lifecycle__identity strong{color:var(--color-primary);overflow-wrap:anywhere;font-size:.9rem}.admin-lifecycle__badge{color:var(--color-primary);letter-spacing:.02em;background:#eef3f8;border-radius:999px;align-self:flex-start;padding:.25rem .5rem;font-size:.72rem;font-weight:700}.admin-lifecycle__actions{gap:var(--space-xs);display:grid}.admin-lifecycle__self-note{text-align:center}.auth-card:has(.club-team-v2){overflow-x:hidden}.auth-card:has(.club-team-v2)>.auth-card__header{display:none}.auth-card:has(.club-team-v2)>.auth-button.auth-button--secondary{display:none}.auth-card:has(.club-team-v2) .auth-mfa>h3{display:none}.auth-card:has(.club-team-v2) .auth-mfa>.auth-mfa__success{display:none}.auth-card:has(.club-team-v2) .auth-mfa>.auth-mfa__copy{display:none}.auth-card:has(.club-team-v2) .auth-mfa>.admin-lifecycle{display:none}.auth-card:has(.club-team-v2) .auth-mfa>.auth-button.auth-button--secondary{display:none}.auth-card:has(.club-team-v2) .auth-mfa{border-top:0;margin:0;padding-top:0}body[data-uspg-admin-view=users] .auth-card:has(.club-team-v2) .auth-mfa>.admin-lifecycle{display:flex}body[data-uspg-admin-view=session] .auth-card:has(.club-team-v2)>.auth-card__header{display:block}body[data-uspg-admin-view=session] .auth-card:has(.club-team-v2)>.auth-button.auth-button--secondary{display:block}body[data-uspg-admin-view=session] .auth-card:has(.club-team-v2) .auth-mfa>h3{display:block}body[data-uspg-admin-view=session] .auth-card:has(.club-team-v2) .auth-mfa>.auth-mfa__success{display:block}body[data-uspg-admin-view=session] .auth-card:has(.club-team-v2) .auth-mfa>.auth-mfa__copy{display:block}body[data-uspg-admin-view=session] .auth-card:has(.club-team-v2) .auth-mfa>.auth-button.auth-button--secondary{display:block}@media (min-width:768px){.app-shell{max-width:480px;margin:0 auto}.app-header h1{font-size:2rem}}.club-team-v2{width:100%;min-width:0;max-width:100%}.club-team-v2__workspace-heading,.club-team-v2__structure-heading{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap;min-width:0;display:flex}.club-team-v2__workspace-heading h3,.club-team-v2__structure-heading h4,.club-team-v2__section-title h4{color:var(--color-primary)}.club-team-v2__structure-heading p,.club-team-v2__section-title p,.club-team-v2__workspace-note,.club-team-v2__row span,.club-team-v2__empty,.club-team-v2__status,.club-team-v2__help{color:var(--color-text-secondary);font-size:.8rem}.club-team-v2__eyebrow{color:var(--color-accent);letter-spacing:.06em;font-size:.7rem;font-weight:700}.club-team-v2__access,.club-team-v2__badge{min-height:1.5rem;color:var(--color-accent);white-space:nowrap;background:#eef3f8;border-radius:999px;align-items:center;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.club-team-v2__workspace-tabs,.club-team-v2__section-tabs{gap:var(--space-xs);overscroll-behavior-inline:contain;scrollbar-width:thin;width:100%;min-width:0;max-width:100%;display:flex;overflow:auto hidden}.club-team-v2__workspace-tabs{margin:var(--space-md) 0}.club-team-v2__section-tabs{margin:var(--space-sm) 0 var(--space-md)}.club-team-v2__tab,.club-team-v2__button{min-height:var(--touch-target-min);font:inherit;cursor:pointer;border-radius:.6rem;flex:none;padding:.45rem .65rem;font-size:.78rem;font-weight:700}.club-team-v2__tab{background:var(--color-surface);color:var(--color-text-secondary);border:1px solid #c6c6d3}.club-team-v2__tab--active{border-color:var(--color-accent);color:var(--color-accent);background:#eef5fb}.club-team-v2__button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.club-team-v2__button--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid #b8b8c8}.club-team-v2__button--danger{color:#7c2831;background:#fff7f8;border:1px solid #b45b64}.club-team-v2__button:disabled,.club-team-v2__field input:disabled,.club-team-v2__field select:disabled{cursor:not-allowed;opacity:.58}.club-team-v2__workspace-note,.club-team-v2__notice,.club-team-v2__message{margin:var(--space-sm) 0;border-radius:.6rem;padding:.65rem}.club-team-v2__workspace-note{background:#fafafd;border:1px solid #d8d8e2}.club-team-v2__notice{color:#66591f;background:#fffdf2;border:1px solid #d7c88c;font-size:.8rem}.club-team-v2__message--error{color:#7c2831;background:#fff7f8;border:1px solid #d8a2a8;font-size:.8rem}.club-team-v2__message--success{color:#285f36;background:#f5fbf6;border:1px solid #9fc6aa;font-size:.8rem}.club-team-v2__club-name{margin-top:var(--space-sm);font-weight:700}.club-team-v2__content{width:100%;min-width:0}.club-team-v2__section-title{align-items:start;gap:var(--space-sm);min-width:0;margin-bottom:var(--space-sm);grid-template-columns:minmax(0,1fr) auto;display:grid}.club-team-v2__section-title>div{min-width:0}.club-team-v2__section-title .club-team-v2__button{white-space:nowrap;align-self:start}.club-team-v2__section-title .club-team-v2__button--secondary{font-size:0}.club-team-v2__section-title .club-team-v2__button--secondary:before{content:"Add";font-size:.78rem;line-height:1.5}.club-team-v2__form{gap:var(--space-sm);width:100%;min-width:0;margin-bottom:var(--space-md);background:#fafafd;border:1px solid #d8d8e2;border-radius:.7rem;flex-direction:column;padding:.75rem;display:flex}.club-team-v2__form-grid{gap:var(--space-sm);grid-template-columns:minmax(0,1fr);display:grid}.club-team-v2__field{gap:var(--space-xs);flex-direction:column;min-width:0;font-size:.82rem;font-weight:650;display:flex}.club-team-v2__field input,.club-team-v2__field select{width:100%;min-width:0;max-width:100%;min-height:var(--touch-target-min);background:var(--color-surface);color:var(--color-text);border:1px solid #b8b8c8;border-radius:.6rem;padding:.6rem .68rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5}.club-team-v2__check,.club-team-v2__form-actions,.club-team-v2__row-actions{align-items:center;gap:var(--space-xs);flex-wrap:wrap;display:flex}.club-team-v2__check{min-height:var(--touch-target-min);font-size:.82rem;font-weight:650}.club-team-v2__check input{width:1.25rem;height:1.25rem}.club-team-v2__rows{flex-direction:column;gap:.35rem;min-width:0;display:flex}.club-team-v2__row{background:var(--color-surface);border:1px solid #d8d8e2;border-radius:.6rem;flex-wrap:wrap;align-items:center;gap:.35rem .55rem;width:100%;min-width:0;padding:.55rem .65rem;display:flex}.club-team-v2__row-main{flex-direction:column;flex:10rem;gap:.05rem;min-width:0;display:flex}.club-team-v2__row-main strong,.club-team-v2__row-main span{overflow-wrap:anywhere;max-width:100%}.club-team-v2__row-main strong{font-size:.86rem}.club-team-v2__row-actions{margin-left:auto}.club-team-v2__empty,.club-team-v2__status{padding:var(--space-sm) 0}.club-team-v2__help{margin-top:-.2rem}.admin-workspace__structure>.club-team-v2>.club-team-v2__workspace-heading,.admin-workspace__structure>.club-team-v2>.club-team-v2__workspace-tabs{display:none}@media (min-width:520px){.club-team-v2__form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.completion-history{background:#fff;border:1px solid #0f172a1f;border-radius:1rem;gap:1rem;margin-top:.75rem;padding:1rem;display:grid}.completion-history__heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.completion-history__heading h2,.completion-history__timeline h3{margin:0}.completion-history__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#166534;margin:0 0 .2rem;font-size:.75rem;font-weight:800}.completion-history__field{gap:.35rem;font-size:.9rem;display:grid}.completion-history__field>span{font-weight:700}.completion-history select,.completion-history input,.completion-history button{min-height:2.75rem;font:inherit;border:1px solid #0f172a2e;border-radius:.7rem}.completion-history select,.completion-history input{background:#fff;width:100%;padding:.55rem .7rem;font-size:1rem}.completion-history button{cursor:pointer;background:#f8fafc;padding:.55rem .85rem;font-weight:700}.completion-history button:disabled{opacity:.55;cursor:default}.completion-history__secondary-action{background:#fff!important}.completion-history__summary{background:#f8fafc;border:1px solid #1665342e;border-radius:1rem;gap:.9rem;padding:1rem;display:grid}.completion-history__summary-topline,.completion-history__summary-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.completion-history__summary-topline{color:#475569;justify-content:space-between;font-size:.88rem}.completion-history__completed-badge,.completion-history__audit-status{border-radius:999px;align-items:center;width:-moz-fit-content;width:fit-content;min-height:1.7rem;padding:.2rem .55rem;font-size:.76rem;font-weight:800;display:inline-flex}.completion-history__completed-badge{color:#166534;background:#dcfce7}.completion-history__result{text-align:center;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.65rem;display:grid}.completion-history__result span{overflow-wrap:anywhere;min-width:0;font-weight:750}.completion-history__result strong{white-space:nowrap;font-size:clamp(1.8rem,8vw,2.7rem);line-height:1}.completion-history__summary-meta{color:#475569;font-size:.82rem}.completion-history__summary-meta span:not(:last-child):after{content:"·";margin-left:.5rem}.completion-history__timeline{gap:.75rem;display:grid}.completion-history__timeline-heading>div{gap:.2rem;display:grid}.completion-history__timeline-heading span{color:#64748b;font-size:.85rem}.completion-history__event{background:#fff;border:1px solid #0f172a1f;border-radius:.85rem;grid-template-columns:3.25rem minmax(0,1fr);gap:.75rem;padding:.8rem;display:grid}.completion-history__event--corrected,.completion-history__event--voided{background:#f8fafc}.completion-history__event--corrected .completion-history__event-main,.completion-history__event--voided .completion-history__event-main{opacity:.72}.completion-history__minute{color:#334155;justify-content:center;align-items:flex-start;padding-top:.1rem;font-size:1rem;font-weight:850;display:flex}.completion-history__event-body,.completion-history__event-main{gap:.35rem;min-width:0;display:grid}.completion-history__event-main strong{overflow-wrap:anywhere}.completion-history__event-main small{color:#64748b}.completion-history__audit-status--active{color:#166534;background:#dcfce7}.completion-history__audit-status--corrected{color:#3730a3;background:#e0e7ff}.completion-history__audit-status--voided{color:#475569;background:#e2e8f0}.completion-history__event-actions,.completion-history__editor-actions{flex-wrap:wrap;gap:.5rem;margin-top:.35rem;display:flex}.completion-history__event-actions button,.completion-history__editor-actions button{flex:10rem}.completion-history__editor{border-top:1px solid #0f172a1a;gap:.7rem;margin-top:.4rem;padding-top:.8rem;display:grid}.completion-history__danger{color:#991b1b;border-color:#b91c1c59!important}.completion-history__audit-intro,.completion-history__offline,.completion-history__empty--card{border-radius:.85rem;gap:.3rem;padding:.85rem;display:grid}.completion-history__audit-intro{background:#f8fafc;border:1px solid #47556933}.completion-history__audit-intro span,.completion-history__offline span,.completion-history__empty--card span{color:#64748b;font-size:.88rem}.completion-history__offline{background:#fff7ed;border:1px solid #c2410c33}.completion-history__error{background:#b91c1c14;border-radius:.75rem;margin:0;padding:.75rem}.completion-history__message{background:#16a34a14;border-radius:.75rem;margin:0;padding:.75rem}.completion-history__empty,.completion-history__loading{margin:0}@media (min-width:720px){.completion-history{padding:1.15rem}.completion-history__editor{grid-template-columns:repeat(2,minmax(0,1fr))}.completion-history__editor-actions{grid-column:1/-1}}@media (max-width:480px){.completion-history{padding:.85rem}.completion-history__heading{display:grid}.completion-history__secondary-action{width:100%}.completion-history__result{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.4rem}.completion-history__event{grid-template-columns:2.5rem minmax(0,1fr);gap:.55rem;padding:.75rem .65rem}}.match-live:has(.match-live__completion-note) .match-live__substitution{display:none}.match-live{gap:1rem;margin-top:1rem;display:grid}.match-live__heading,.match-live__scoreboard,.match-live__controls,.match-live__button-row,.match-live__sub-grid{align-items:center;gap:.75rem;display:flex}.match-live__heading{justify-content:space-between}.match-live__heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.match-live__sound{font-size:.75rem;min-height:2.25rem!important;padding:.35rem .65rem!important}.match-live__eyebrow{letter-spacing:.1em;margin:0 0 .2rem;font-size:.72rem;font-weight:800}.match-live h4,.match-live h5,.match-live p{margin-top:0}.match-live__sync{border:1px solid;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:700}.match-live__sync--offline{border-style:dashed}.match-live__sync--blocked{border-width:2px}.match-live__sync-panel{color:#263246;background:#f6f7f9;border:1px solid #aeb6c3;border-radius:.9rem;gap:.45rem;padding:.85rem;display:grid}.match-live__sync-panel--blocked{color:#7b1f2e;background:#fff0f2;border-color:#8d2635}.match-live__sync-panel button{justify-self:start;min-height:2.35rem}.match-live__field{gap:.35rem;min-width:0;display:grid}.match-live__field>span{font-size:.78rem;font-weight:700}.match-live__field select{color:#172033;background:#fff;border:1px solid #b8bec8;border-radius:.65rem;width:100%;min-height:2.75rem;padding:.55rem .7rem}.match-live__scoreboard{color:#fff;text-align:center;background:#111827;border-radius:1rem;justify-content:space-between;padding:1rem}.match-live__scoreboard>div{flex:1;gap:.25rem;display:grid}.match-live__scoreboard span,.match-live__scoreboard small{opacity:.8;font-size:.72rem}.match-live__scoreboard strong{font-size:clamp(2rem,9vw,3.25rem);line-height:1}.match-live__clock strong{font-variant-numeric:tabular-nums;font-size:clamp(1.65rem,7vw,2.6rem)}.match-live__elapsed,.match-live__completion-note,.match-live__empty,.match-live__status{font-size:.86rem}.match-live button{color:#172033;cursor:pointer;background:#fff;border:1px solid #aeb6c3;border-radius:.7rem;min-height:2.75rem;padding:.6rem .8rem;font-weight:700}.match-live button:disabled{cursor:not-allowed;opacity:.5}.match-live__primary,.match-live__primary--start{color:#fff!important;background:#172033!important;border-color:#172033!important}.match-live__primary--start{font-size:1rem;min-height:3.5rem!important}.match-live__danger{color:#8d2635!important;border-color:#8d2635!important}.match-live__controls,.match-live__button-row{flex-wrap:wrap}.match-live__controls>button,.match-live__button-row>button{flex:8rem}.match-live__actions,.match-live__substitution,.match-live__timeline{gap:.8rem;display:grid}.match-live__actions>section,.match-live__substitution,.match-live__timeline{background:#fff;border:1px solid #d9dde5;border-radius:.9rem;padding:.9rem}.match-live__actions>section{gap:.7rem;display:grid}.match-live__sub-grid{align-items:end}.match-live__sub-grid>*{flex:1}.match-live__timeline ol{gap:.55rem;margin:0;padding-left:1.4rem;display:grid}.match-live__timeline li{padding-left:.2rem}.match-live__timeline time{font-variant-numeric:tabular-nums;min-width:3.4rem;margin-right:.4rem;font-weight:800;display:inline-block}.match-live__regulation{color:#3f3300;background:#fff8d9;border:2px solid #7d5f00;border-radius:.9rem;gap:.4rem;padding:.9rem;display:grid}.match-live__regulation button{justify-self:start;min-height:2.25rem}.match-live__error{color:#7b1f2e;background:#fff0f2;border-radius:.75rem;padding:.75rem}.match-live__message{color:#225c2d;background:#edf8ef;border-radius:.75rem;padding:.75rem}@media (max-width:640px){.match-live__heading,.match-live__sub-grid{flex-direction:column;align-items:stretch}.match-live__heading{align-items:flex-start}.match-live__heading-actions{justify-content:flex-start}.match-live__scoreboard{padding:.85rem .55rem}.match-live__sync-panel button{width:100%}}.match-live__heading{align-items:flex-start}.match-live__heading h4{margin-bottom:0}.match-live__scoreboard{padding:1.15rem;box-shadow:0 .35rem 1rem #1118271f}.match-live__controls{background:#f8f9fb;border:1px solid #d9dde5;border-radius:.9rem;padding:.75rem}.match-live__controls>button:first-child{min-height:3.4rem;font-size:1rem}.match-live__event-card--primary{box-shadow:0 .2rem .7rem #17203312;border-width:1px!important}.match-live__event-hint{color:#5c6578;margin:-.35rem 0 0;font-size:.82rem}.match-live__secondary-events{background:#f8f9fb;border:1px solid #d9dde5;border-radius:.9rem;overflow:hidden}.match-live__secondary-events>summary{cursor:pointer;align-items:center;min-height:3rem;padding:.75rem .9rem;font-weight:800;display:flex}.match-live__secondary-events-content{gap:.75rem;padding:0 .75rem .75rem;display:grid}.match-live__secondary-events-content>section{border-top:1px solid #d9dde5;gap:.7rem;padding-top:.75rem;display:grid}.match-live__substitution>button{color:#fff;background:#172033;border-color:#172033;min-height:3.25rem}@media (max-width:640px){.match-live{gap:.8rem}.match-live button,.match-live__field select{min-height:3rem}.match-live__field select{font-size:1rem}.match-live__scoreboard{padding:1rem .45rem}.match-live__clock strong{font-size:clamp(2rem,10vw,3rem)}.match-live__actions,.match-live__substitution,.match-live__timeline{gap:.65rem}.match-live__button-row>button{flex-basis:calc(50% - .4rem)}}.match-setup{width:100%;min-width:0}.match-setup__heading,.match-setup__section-title,.match-setup__summary-title,.match-setup__readiness-heading,.match-setup__ready-bar{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);min-width:0;display:flex}.match-setup__heading,.match-setup__section-title,.match-setup__ready-bar{flex-wrap:wrap}.match-setup__heading h4,.match-setup__section-title h5,.match-setup__match-summary h5,.match-setup__form h5,.match-setup__form h6{color:var(--color-primary)}.match-setup__heading p,.match-setup__section-title p,.match-setup__status,.match-setup__empty,.match-setup__form-actions span,.match-setup__ready-bar span,.match-setup__summary-main p,.match-setup__mode-heading span,.match-setup__empty-state span{color:var(--color-text-secondary);font-size:.8rem}.match-setup__eyebrow,.match-setup__step-label{color:var(--color-accent);letter-spacing:.06em;font-size:.68rem;font-weight:800}.match-setup__message{margin:var(--space-sm) 0;border-radius:.65rem;padding:.7rem;font-size:.8rem}.match-setup__message--error{color:#7c2831;background:#fff7f8;border:1px solid #d8a2a8}.match-setup__message--success{color:#285f36;background:#f5fbf6;border:1px solid #9fc6aa}.match-setup__button,.match-setup__choice,.match-setup__mode-nav button,.match-setup__text-button,.match-setup__catalog-helper summary,.match-setup__danger-zone summary{font:inherit;cursor:pointer}.match-setup__button{min-height:var(--touch-target-min);border-radius:.65rem;padding:.5rem .75rem;font-size:.78rem;font-weight:750}.match-setup__button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.match-setup__button--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid #b8b8c8}.match-setup__button--danger{color:#7c2831;background:#fff7f8;border:1px solid #b45b64}.match-setup__button:disabled,.match-setup__choice:disabled{cursor:not-allowed;opacity:.5}.match-setup__text-button{min-height:var(--touch-target-min);color:var(--color-accent);background:0 0;border:0;font-size:.78rem;font-weight:750}.match-setup__form,.match-setup__detail,.match-setup__match-summary,.match-setup__empty-state{margin:var(--space-md) 0;background:#fafafd;border:1px solid #d8d8e2;border-radius:.85rem}.match-setup__form,.match-setup__detail{padding:.85rem}.match-setup__match-summary{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);min-width:0;padding:.8rem;display:flex}.match-setup__summary-main{min-width:0}.match-setup__summary-title{flex-wrap:wrap;justify-content:flex-start;align-items:center}.match-setup__summary-main h5,.match-setup__summary-main p{margin:0}.match-setup__summary-main p+p{margin-top:.15rem}.match-setup__badge,.match-setup__locked{min-height:1.5rem;color:var(--color-accent);white-space:nowrap;background:#eef3f8;border-radius:999px;align-items:center;padding:.12rem .48rem;font-size:.68rem;font-weight:800;display:inline-flex}.match-setup__badge--in_progress,.match-setup__badge--ready{background:#eef5fb}.match-setup__badge--completed{color:#285f36;background:#eef8f0}.match-setup__badge--cancelled,.match-setup__locked{color:var(--color-text-secondary);background:#f5f5f7}.match-setup__form-section{margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid #e0e0e8}.match-setup__form-section h6{margin:0 0 var(--space-sm);font-size:.8rem}.match-setup__form-grid{gap:var(--space-sm);grid-template-columns:minmax(0,1fr);display:grid}.match-setup__field,.match-setup__checkbox{gap:var(--space-xs);min-width:0;font-size:.82rem;font-weight:650;display:flex}.match-setup__field{flex-direction:column}.match-setup__field--important{background:#f6f9fc;border:1px solid #bfd0df;border-radius:.7rem;padding:.6rem}.match-setup__checkbox{min-height:var(--touch-target-min);align-items:center}.match-setup__field input,.match-setup__field select{width:100%;min-width:0;min-height:var(--touch-target-min);background:var(--color-surface);color:var(--color-text);border:1px solid #b8b8c8;border-radius:.65rem;padding:.62rem .7rem;font-family:inherit;font-size:1rem;font-weight:400}.match-setup__checkbox input{width:1.15rem;height:1.15rem}.match-setup__form-actions,.match-setup__quick-create,.match-setup__player-actions{gap:var(--space-xs);flex-wrap:wrap;display:flex}.match-setup__form-actions{margin-top:var(--space-md);align-items:center}.match-setup__catalog-helper,.match-setup__danger-zone{margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid #e0e0e8}.match-setup__catalog-helper summary,.match-setup__danger-zone summary{min-height:var(--touch-target-min);color:var(--color-text-secondary);align-content:center;font-size:.78rem;font-weight:750}.match-setup__quick-create{margin-top:var(--space-sm)}.match-setup__quick-create>div{gap:var(--space-xs);flex:14rem;grid-template-columns:minmax(0,1fr) auto;align-items:end;min-width:0;display:grid}.match-setup__empty-state{align-items:flex-start;gap:var(--space-xs);flex-direction:column;padding:.9rem;display:flex}.match-setup__readiness{gap:var(--space-sm);margin:var(--space-sm) 0 var(--space-md);background:#f8fafc;border:1px solid #cfd8e1;border-radius:.75rem;flex-direction:column;padding:.75rem;display:flex}.match-setup__readiness-heading{align-items:center}.match-setup__readiness-heading>div{flex-direction:column;gap:.08rem;display:flex}.match-setup__ready-dot{color:#795b13;background:#fff3d6;border-radius:50%;place-items:center;width:1.7rem;height:1.7rem;font-size:.8rem;font-weight:900;display:grid}.match-setup__ready-dot--ok{color:#285f36;background:#e9f6ec}.match-setup__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;display:grid}.match-setup__metrics>div{background:var(--color-surface);border-radius:.65rem;flex-direction:column;gap:.05rem;min-width:0;padding:.55rem;display:flex}.match-setup__metrics strong{color:var(--color-primary);font-size:1rem}.match-setup__metrics span,.match-setup__blockers span,.match-setup__ready-message{color:var(--color-text-secondary);font-size:.7rem}.match-setup__blockers{flex-direction:column;gap:.15rem;display:flex}.match-setup__blockers span:before{content:"• "}.match-setup__ready-message{color:#285f36;font-weight:700}.match-setup__mode-nav{margin:var(--space-sm) 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;display:grid}.match-setup__mode-nav button{min-width:0;min-height:var(--touch-target-min);background:var(--color-surface);color:var(--color-text-secondary);border:1px solid #c6c6d3;border-radius:.7rem;justify-content:center;align-items:center;gap:.3rem;padding:.45rem .35rem;font-size:.7rem;font-weight:750;display:flex}.match-setup__mode-nav button span{background:#eef3f8;border-radius:50%;flex:none;place-items:center;width:1.2rem;height:1.2rem;font-size:.65rem;display:grid}.match-setup__mode-nav button[aria-pressed=true]{border-color:var(--color-accent);color:var(--color-accent);background:#eef5fb}.match-setup__mode-heading{margin:var(--space-sm) 0;flex-direction:column;gap:.05rem;display:flex}.match-setup__player-list{flex-direction:column;gap:.45rem;display:flex}.match-setup__player{gap:var(--space-xs);background:var(--color-surface);border:1px solid #d8d8e2;border-radius:.7rem;flex-direction:column;min-width:0;padding:.7rem;display:flex}.match-setup__player--unavailable{background:#fff9fa}.match-setup__player-main{flex-direction:column;gap:.05rem;min-width:0;display:flex}.match-setup__player-main strong{overflow-wrap:anywhere;font-size:.86rem}.match-setup__player-main span{color:var(--color-text-secondary);font-size:.72rem}.match-setup__player-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.match-setup__choice{min-width:0;min-height:var(--touch-target-min);background:var(--color-surface);color:var(--color-text-secondary);border:1px solid #c6c6d3;border-radius:.65rem;padding:.45rem .5rem;font-size:.72rem;font-weight:750}.match-setup__choice--active{border-color:var(--color-accent);color:var(--color-accent);background:#eef5fb}.match-setup__choice--danger-active{color:#7c2831;background:#fcebed;border-color:#b45b64}.match-setup__ready-bar{z-index:2;margin:var(--space-md) -.85rem -.85rem;padding:.75rem .85rem max(.75rem, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fafafdf5;border-top:1px solid #d8d8e2;border-radius:0 0 .85rem .85rem;align-items:center;position:sticky;bottom:0}.match-setup__ready-bar>div{flex-direction:column;flex:12rem;gap:.05rem;min-width:0;display:flex}.match-setup__danger-zone .match-setup__button{margin-top:var(--space-xs)}.match-setup__field input:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__field select:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__button:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__choice:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__mode-nav button:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__text-button:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__catalog-helper summary:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.match-setup__danger-zone summary:focus-visible{outline-offset:1px;outline:3px solid #0f346033}@media (min-width:620px){.match-setup__form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.match-setup__form-grid--rules{grid-template-columns:repeat(3,minmax(0,1fr))}.match-setup__player{flex-direction:row;justify-content:space-between;align-items:center}.match-setup__player-actions{grid-template-columns:repeat(3,minmax(0,1fr));min-width:20rem}.match-setup__mode-nav{max-width:34rem}}.players-staff{width:100%;min-width:0;max-width:100%}.players-staff__heading,.players-staff__section-title{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap;min-width:0;display:flex}.players-staff__heading h4,.players-staff__section-title h5{color:var(--color-primary)}.players-staff__eyebrow{color:var(--color-accent);letter-spacing:.06em;font-size:.7rem;font-weight:700}.players-staff__club{margin:var(--space-sm) 0;font-weight:700}.players-staff__content{min-width:0;margin-top:var(--space-md)}.players-staff__section-title{margin-bottom:var(--space-sm)}.players-staff__section-title>div{flex:12rem;min-width:0}.players-staff__section-title p,.players-staff__row span,.players-staff__status,.players-staff__empty,.players-staff__help{color:var(--color-text-secondary);font-size:.8rem}.players-staff__button{min-height:var(--touch-target-min);font:inherit;cursor:pointer;border-radius:.6rem;padding:.45rem .65rem;font-size:.78rem;font-weight:700}.players-staff__button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.players-staff__button--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid #b8b8c8}.players-staff__button--danger{color:#7c2831;background:#fff7f8;border:1px solid #b45b64}.players-staff__button:disabled,.players-staff__field input:disabled,.players-staff__field select:disabled{cursor:not-allowed;opacity:.58}.players-staff__message,.players-staff__notice{margin:var(--space-sm) 0;border-radius:.6rem;padding:.65rem;font-size:.8rem}.players-staff__message--error{color:#7c2831;background:#fff7f8;border:1px solid #d8a2a8}.players-staff__message--success{color:#285f36;background:#f5fbf6;border:1px solid #9fc6aa}.players-staff__notice{color:#66591f;background:#fffdf2;border:1px solid #d7c88c}.players-staff__status,.players-staff__empty{padding:var(--space-sm) 0}.players-staff__divider{height:1px;margin:var(--space-lg) 0;background:#d8d8e2}.players-staff__rows{flex-direction:column;gap:.35rem;min-width:0;display:flex}.players-staff__row{background:var(--color-surface);border:1px solid #d8d8e2;border-radius:.6rem;flex-wrap:wrap;align-items:center;gap:.35rem .55rem;width:100%;min-width:0;padding:.55rem .65rem;display:flex}.players-staff__row-main{flex-direction:column;flex:10rem;gap:.05rem;min-width:0;display:flex}.players-staff__row-main strong,.players-staff__row-main span{overflow-wrap:anywhere;max-width:100%}.players-staff__row-main strong{font-size:.86rem}.players-staff__badge{min-height:1.5rem;color:var(--color-accent);white-space:nowrap;background:#eef3f8;border-radius:999px;align-items:center;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.players-staff__row-actions,.players-staff__form-actions,.players-staff__action-bar{align-items:center;gap:var(--space-xs);flex-wrap:wrap;display:flex}.players-staff__row-actions{margin-left:auto}.players-staff__action-bar{margin:var(--space-sm) 0}.players-staff__form,.players-staff__inline-form{gap:var(--space-sm);width:100%;min-width:0;margin-bottom:var(--space-md);background:#fafafd;border:1px solid #d8d8e2;border-radius:.7rem;flex-direction:column;padding:.75rem;display:flex}.players-staff__form-grid{gap:var(--space-sm);grid-template-columns:minmax(0,1fr);display:grid}.players-staff__date-control{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.players-staff__date-control>.players-staff__button{align-self:flex-start}.players-staff__field{gap:var(--space-xs);flex-direction:column;min-width:0;font-size:.82rem;font-weight:650;display:flex}.players-staff__field input,.players-staff__field select{width:100%;min-width:0;max-width:100%;min-height:var(--touch-target-min);background:var(--color-surface);color:var(--color-text);border:1px solid #b8b8c8;border-radius:.6rem;padding:.6rem .68rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5}.players-staff__field input:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.players-staff__field select:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.players-staff__button:focus-visible{outline-offset:1px;outline:3px solid #0f346033}.players-staff__help{margin-top:-.15rem}.admin-workspace{width:100%;min-width:0;max-width:100%}.admin-workspace__heading{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap;min-width:0;display:flex}.admin-workspace__heading h3{color:var(--color-primary)}.admin-workspace__eyebrow{color:var(--color-accent);letter-spacing:.06em;font-size:.7rem;font-weight:700}.admin-workspace__access{min-height:1.5rem;color:var(--color-accent);white-space:nowrap;background:#eef3f8;border-radius:999px;align-items:center;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.admin-workspace__tabs{gap:var(--space-xs);width:100%;min-width:0;max-width:100%;margin:var(--space-md) 0;overscroll-behavior-inline:contain;scrollbar-width:thin;display:flex;overflow:auto hidden}.admin-workspace__tab{min-height:var(--touch-target-min);background:var(--color-surface);color:var(--color-text-secondary);font:inherit;cursor:pointer;border:1px solid #c6c6d3;border-radius:.6rem;flex:none;padding:.45rem .65rem;font-size:.78rem;font-weight:700}.admin-workspace__tab--active{border-color:var(--color-accent);color:var(--color-accent);background:#eef5fb}.admin-workspace__note,.admin-workspace__error{margin:var(--space-sm) 0;border-radius:.6rem;padding:.65rem;font-size:.8rem}.admin-workspace__note{color:var(--color-text-secondary);background:#fafafd;border:1px solid #d8d8e2}.admin-workspace__error{color:#7c2831;background:#fff7f8;border:1px solid #d8a2a8}.admin-workspace__structure>.club-team-v2>.club-team-v2__workspace-heading,.admin-workspace__structure>.club-team-v2>.club-team-v2__workspace-tabs,.admin-workspace__structure>.club-team-v2>.club-team-v2__workspace-note{display:none}@media (min-width:520px){.players-staff__form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.players-staff__inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}}.match-calendar{gap:var(--space-md);flex-direction:column;min-width:0;display:flex}.match-calendar__mode{background:#f0f2f6;border-radius:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;padding:.25rem;display:grid}.match-calendar__mode button{min-height:var(--touch-target-min);color:var(--color-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.6rem;padding:.55rem .75rem;font-size:.82rem;font-weight:750}.match-calendar__mode button[aria-pressed=true]{color:var(--color-accent);background:#fff;box-shadow:0 .1rem .35rem #1a1a2e14}.match-calendar__month-header{grid-template-columns:var(--touch-target-min) 1fr var(--touch-target-min);align-items:center;gap:var(--space-xs);display:grid}.match-calendar__month-header>button{min-width:var(--touch-target-min);min-height:var(--touch-target-min);color:var(--color-accent);font:inherit;cursor:pointer;background:#fff;border:1px solid #d8d8e2;border-radius:.65rem;font-size:1.5rem}.match-calendar__month-header>div{justify-content:center;align-items:center;gap:var(--space-sm);text-align:center;min-width:0;display:flex}.match-calendar__month-header strong{color:var(--color-primary);text-transform:capitalize;font-size:.95rem}.match-calendar__month-header div button{min-height:2rem;color:var(--color-accent);font:inherit;cursor:pointer;background:#eef3f8;border:0;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:750}.match-calendar__weekdays,.match-calendar__grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:.2rem;display:grid}.match-calendar__weekdays span{min-width:0;color:var(--color-text-secondary);text-align:center;font-size:.62rem;font-weight:750}.match-calendar__day{min-width:0;min-height:4.35rem;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e4ea;border-radius:.55rem;flex-direction:column;align-items:stretch;gap:.25rem;padding:.3rem;display:flex;overflow:hidden}.match-calendar__day--outside{opacity:.38}.match-calendar__day--today{border-color:#8ea8c4}.match-calendar__day--selected{border-color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent);background:#f7fafe}.match-calendar__day-number{font-size:.72rem;font-weight:800}.match-calendar__day-events{flex-direction:column;gap:.15rem;min-width:0;display:flex}.match-calendar__day-status,.match-calendar__day-more{text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:.3rem;min-width:0;padding:.08rem .18rem;font-size:.5rem;font-weight:850;line-height:1.35;display:block;overflow:hidden}.match-calendar__day-status--draft,.match-calendar__badge--draft{color:#555b66;background:#eef0f3}.match-calendar__day-status--ready,.match-calendar__badge--ready{color:#174d7d;background:#e7f1fb}.match-calendar__day-status--in-progress,.match-calendar__badge--in-progress{color:#8b3516;background:#ffeadf}.match-calendar__day-status--completed,.match-calendar__badge--completed{color:#23643e;background:#e8f5ed}.match-calendar__day-status--cancelled,.match-calendar__badge--cancelled{color:#686873;background:#ececf0;text-decoration:line-through}.match-calendar__day-more{color:var(--color-text-secondary);background:#f2f3f6}.match-calendar__agenda,.match-calendar__list{gap:var(--space-sm);flex-direction:column;min-width:0;display:flex}.match-calendar__agenda-heading{justify-content:space-between;align-items:flex-end;gap:var(--space-md);padding-top:var(--space-xs);display:flex}.match-calendar__agenda-heading span{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:750}.match-calendar__agenda-heading h4{color:var(--color-primary);text-transform:capitalize;margin-top:.15rem;font-size:.95rem}.match-calendar__agenda-heading>strong{min-width:2rem;min-height:2rem;color:var(--color-primary);background:#eef3f8;border-radius:999px;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.match-calendar__card{gap:var(--space-sm);min-width:0;padding:var(--space-md);background:#fff;border:1px solid #d8d8e2;border-left-width:.28rem;border-radius:.8rem;flex-direction:column;display:flex}.match-calendar__card--draft{border-left-color:#9ea3ac}.match-calendar__card--ready{border-left-color:#4d83b4}.match-calendar__card--in-progress{background:#fffaf7;border-left-color:#d86f3d}.match-calendar__card--completed{border-left-color:#4c9367}.match-calendar__card--cancelled{background:#fafafa;border-left-color:#a8a8b0}.match-calendar__card--selected{box-shadow:0 0 0 1px #0f346038}.match-calendar__card-topline,.match-calendar__card-main{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);min-width:0;display:flex}.match-calendar__card-topline>span:last-child{color:var(--color-text-secondary);text-align:right;font-size:.72rem}.match-calendar__badge{border-radius:999px;align-items:center;min-height:1.55rem;padding:.18rem .5rem;font-size:.68rem;font-weight:850;display:inline-flex}.match-calendar__card-main>div:first-child{min-width:0}.match-calendar__card h4{color:var(--color-primary);overflow-wrap:anywhere;font-size:1rem}.match-calendar__card p{color:var(--color-text-secondary);margin-top:.18rem;font-size:.76rem}.match-calendar__score{flex-direction:column;flex:none;align-items:flex-end;display:flex}.match-calendar__score strong{color:var(--color-primary);font-size:1.35rem;line-height:1}.match-calendar__score span{color:var(--color-text-secondary);text-transform:uppercase;margin-top:.15rem;font-size:.65rem;font-weight:750}.match-calendar__card>button{min-height:var(--touch-target-min);color:#fff;background:var(--color-accent);width:100%;font:inherit;cursor:pointer;border:0;border-radius:.625rem;padding:.65rem .85rem;font-size:.82rem;font-weight:800}.match-calendar__empty{gap:var(--space-xs);padding:var(--space-lg);color:var(--color-text-secondary);border:1px dashed #c5c5d2;border-radius:.8rem;flex-direction:column;font-size:.82rem;display:flex}.match-calendar__empty strong{color:var(--color-primary)}.match-calendar__empty--compact{padding:var(--space-md)}@media (max-width:380px){.match-calendar__day{min-height:3.9rem;padding:.22rem}.match-calendar__day-status,.match-calendar__day-more{font-size:.46rem}.match-calendar__month-header>div{gap:var(--space-xs)}}@media (min-width:768px){.match-calendar__grid{gap:.35rem}.match-calendar__day{min-height:5.25rem}.match-calendar__day-status,.match-calendar__day-more{font-size:.6rem}.match-calendar__list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.application-shell{gap:var(--space-md);width:100%;min-width:0;padding-bottom:var(--space-lg);flex-direction:column;display:flex}.application-shell__header,.application-shell__page-heading,.application-shell__selected-match,.application-shell__focus-card,.application-shell__more-card,.application-shell__error{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.application-shell__header{padding:var(--space-sm) 0}.application-shell__header h2,.application-shell__page-heading h3{color:var(--color-primary)}.application-shell__header h2{font-size:1.2rem}.application-shell__page-heading h3{font-size:1.15rem}.application-shell__eyebrow{color:var(--color-text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.application-shell__refresh,.application-shell__focus-card button,.application-shell__empty button,.application-shell__error button{min-height:var(--touch-target-min);font:inherit;color:#fff;background:var(--color-accent);cursor:pointer;border:0;border-radius:.625rem;padding:.65rem .9rem;font-size:.85rem;font-weight:750}.application-shell__refresh{color:var(--color-accent);background:#eef3f8}.application-shell button:disabled{cursor:not-allowed;opacity:.6}.application-shell__context{gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:#fbfcfe;border:1px solid #d8d8e2;border-radius:.75rem;flex-wrap:wrap;align-items:center;display:flex}.application-shell__context label{min-width:0;color:var(--color-text-secondary);flex-direction:column;flex:12rem;gap:.2rem;font-size:.72rem;font-weight:700;display:flex}.application-shell__context select{min-height:var(--touch-target-min);width:100%;min-width:0;font:inherit;background:var(--color-surface);border:1px solid #b8b8c8;border-radius:.55rem;padding:.6rem;font-size:1rem}.application-shell__context-value{min-width:0;color:var(--color-primary);overflow-wrap:anywhere;font-size:.85rem;font-weight:750}.application-shell__error{padding:var(--space-md);color:#8d1f1f;background:#fff6f6;border:1px solid #d69b9b;border-radius:.75rem;align-items:flex-start;font-size:.85rem}.application-shell__content{min-width:0}.application-shell__page{gap:var(--space-md);flex-direction:column;min-width:0;display:flex}.application-shell__status,.application-shell__empty,.application-shell__more-card{color:var(--color-text-secondary);font-size:.875rem}.application-shell__focus-card{padding:var(--space-lg);background:#f7fafe;border:1px solid #c7d4e2;border-radius:.9rem;align-items:stretch}.application-shell__focus-card--live{background:#fff7f2;border-color:#d58b67}.application-shell__focus-card h4{margin-top:var(--space-xs);color:var(--color-primary);font-size:1.05rem}.application-shell__focus-card p{margin-top:var(--space-xs);color:var(--color-text-secondary);font-size:.82rem}.application-shell__status-badge{width:-moz-fit-content;width:fit-content;min-height:1.65rem;color:var(--color-primary);background:#eef3f8;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.application-shell__secondary-card{width:100%;min-height:var(--touch-target-min);padding:var(--space-md);color:var(--color-text);background:var(--color-surface);text-align:left;cursor:pointer;border:1px solid #d8d8e2;border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.15rem;display:flex}.application-shell__secondary-card span,.application-shell__secondary-card small{color:var(--color-text-secondary);font-size:.75rem}.application-shell__empty{gap:var(--space-sm);padding:var(--space-lg);border:1px dashed #c5c5d2;border-radius:.85rem;flex-direction:column;align-items:flex-start;display:flex}.application-shell__subnav{gap:var(--space-xs);scrollbar-width:none;padding-bottom:.15rem;display:flex;overflow-x:auto}.application-shell__subnav::-webkit-scrollbar{display:none}.application-shell__subnav button{min-height:var(--touch-target-min);color:var(--color-accent);background:var(--color-surface);font:inherit;cursor:pointer;border:1px solid #c7cfda;border-radius:999px;flex:none;padding:.55rem .8rem;font-size:.8rem;font-weight:750}.application-shell__subnav button[aria-current=page]{color:#fff;border-color:var(--color-accent);background:var(--color-accent)}.application-shell__selected-match{padding:var(--space-sm) var(--space-md);color:var(--color-text-secondary);background:#f5f6f9;border-radius:.65rem;flex-wrap:wrap;justify-content:flex-start;font-size:.8rem}.application-shell__more-card{padding:var(--space-md);background:#fbfcfe;border:1px solid #d8d8e2;border-radius:.75rem;flex-direction:column;align-items:flex-start}.application-shell__more-card strong{color:var(--color-primary)}.application-shell__nav{z-index:20;background:#fffffff7;border:1px solid #d8d8e2;border-radius:.9rem;grid-auto-columns:1fr;grid-auto-flow:column;gap:.2rem;padding:.35rem;display:grid;position:sticky;top:0;box-shadow:0 .2rem .8rem #1a1a2e14}.application-shell__nav button{min-width:0;min-height:var(--touch-target-min);color:var(--color-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.65rem;padding:.45rem .2rem;font-size:.72rem;font-weight:750}.application-shell__nav button.application-shell__nav-item--active{color:var(--color-accent);background:#eef3f8}.application-shell .match-setup,.application-shell .match-live,.application-shell .completion-history,.application-shell .players-staff,.application-shell .club-team-v2:not(.application-shell),.application-shell .admin-lifecycle{margin-left:0;margin-right:0}.application-shell__admin .club-team-v2__workspace-heading,.application-shell__admin .club-team-v2__workspace-tabs{display:none}.auth-card:has(.application-shell){background:0 0;border:0;max-width:72rem;padding:0}.app-shell:has(.application-shell){max-width:72rem}.app-shell:has(.application-shell)>.app-header{display:none}@media (max-width:520px){.application-shell__focus-card{flex-direction:column}.application-shell__focus-card button{width:100%}}@media (min-width:768px){.application-shell__nav{box-shadow:none;border-radius:.75rem;grid-auto-columns:max-content;grid-auto-flow:column;justify-content:flex-start;position:static}.application-shell__nav button{padding-left:1rem;padding-right:1rem;font-size:.8rem}}
