.auth-field{display:flex;flex-direction:column;gap:8px}.auth-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--text3);font-weight:500}.auth-input{width:100%;min-height:var(--dropdown-trigger-min-h);padding:14px 18px;font-family:var(--font-body);font-size:var(--dropdown-font-size);font-weight:500;color:var(--text);background:var(--glass);border:1px solid var(--border2);border-radius:var(--r-input);backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-input::placeholder{color:var(--text3)}.auth-input:hover:not(:disabled){border-color:rgba(255,255,255,.18);background:var(--glass2)}.auth-input:focus{outline:none;border-color:rgba(240,180,41,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(240,180,41,.12)}.auth-error{padding:12px 16px;border-radius:var(--r2);background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:14px}.auth-divider{display:flex;align-items:center;gap:16px;color:var(--text3);font-size:12px;letter-spacing:1px;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:20px;max-width:420px;margin:0 auto}.auth-submit-btn{width:100%}.auth-switch-msg{text-align:center;margin:0}.nav-empty-msg{text-align:center;padding:48px 16px 64px;font-family:var(--font-display);font-size:clamp(20px,4vw,28px);letter-spacing:3px;text-transform:uppercase;color:var(--text3)}.auth-form-actions{display:flex;gap:12px;width:100%}.auth-form-action-btn{flex:1 1;min-width:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-display);font-size:var(--btn-font-size);letter-spacing:var(--btn-letter-spacing);line-height:1;text-transform:uppercase;white-space:nowrap;cursor:pointer;text-decoration:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease,background .2s ease}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.btn--primary{padding:var(--btn-padding-y) var(--btn-padding-x);border-radius:var(--r-btn);color:var(--btn-primary-text);background:var(--btn-primary-bg);box-shadow:var(--btn-primary-shadow)}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--btn-primary-shadow-hover)}.btn--secondary{padding:var(--btn-padding-y) var(--btn-padding-x);border-radius:var(--r-btn);color:var(--btn-outline-text);background:transparent;border:1.5px solid var(--btn-outline-border);box-shadow:0 0 24px rgba(240,180,41,.06)}.btn--secondary:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(255,209,102,.75);background:rgba(240,180,41,.06);box-shadow:0 0 32px rgba(240,180,41,.12)}.btn--link{padding:10px 4px;border-radius:0;font-family:var(--font-display);font-size:var(--btn-font-size);font-weight:400;letter-spacing:var(--btn-letter-spacing);color:var(--btn-link-text);background:transparent;border:none;box-shadow:none;text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:2.5px;-webkit-text-decoration-color:rgba(240,180,41,.5);text-decoration-color:rgba(240,180,41,.5)}.btn--link:hover:not(:disabled){color:var(--gold);-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);transform:none}.tab-btn{padding:var(--chip-padding-y) var(--chip-padding-x);border-radius:var(--chip-radius);border:1px solid var(--chip-border);background:var(--chip-bg);color:var(--text2);font-family:var(--font-body);font-size:var(--chip-font-size);font-weight:600;letter-spacing:1px;cursor:pointer;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 4px 20px rgba(0,0,0,.15);transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.tab-btn:hover{border-color:rgba(96,165,250,.45);color:var(--text);background:rgba(59,130,246,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 6px 24px rgba(59,130,246,.12)}.tab-btn.active{background:var(--chip-active-bg);border-color:rgba(147,197,253,.55);color:var(--text);box-shadow:var(--chip-active-shadow);transform:translateY(-1px)}.player-avatar-sm{font-size:var(--avatar-font-sm)!important}.player-card-avatar{font-size:var(--avatar-font-md)!important}.podium-avatar{font-size:var(--avatar-font-lg)!important}.rank-1 .podium-avatar{font-size:calc(var(--avatar-font-lg) + 6px)!important}.score-input-wrap{display:inline-flex;flex-direction:column;gap:8px}.score-input-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--text3);font-weight:500}.score-input{width:var(--score-input-size);height:var(--score-input-size);padding:0;text-align:center;font-family:var(--font-display);font-size:var(--score-input-font);letter-spacing:2px;line-height:1;color:var(--text);background:var(--glass);border:1px solid var(--border2);border-radius:var(--r-input);backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 32px rgba(0,0,0,.22);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;-moz-appearance:textfield}.score-input::-webkit-inner-spin-button,.score-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.score-input::placeholder{color:var(--text3);opacity:.6}.score-input:hover:not(:disabled){border-color:rgba(255,255,255,.18);background:var(--glass2)}.score-input:focus{outline:none;border-color:rgba(240,180,41,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(240,180,41,.12),0 12px 40px rgba(0,0,0,.28)}.score-input:disabled{opacity:.5;cursor:not-allowed}.dropdown{position:relative;display:inline-block;width:100%;max-width:360px}.dropdown--full{max-width:none}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:var(--dropdown-trigger-min-h);padding:16px 20px;font-family:var(--font-body);font-size:var(--dropdown-font-size);font-weight:500;letter-spacing:.02em;color:var(--text);text-align:left;cursor:pointer;background:var(--glass);border:1px solid var(--border2);border-radius:var(--r-input);backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 32px rgba(0,0,0,.2);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.dropdown-trigger:hover:not(:disabled){border-color:rgba(255,255,255,.18);background:var(--glass2)}.dropdown-trigger[aria-expanded=true]{border-color:rgba(240,180,41,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(240,180,41,.1),0 12px 40px rgba(0,0,0,.28)}.dropdown-trigger:disabled{opacity:.5;cursor:not-allowed}.dropdown-trigger-label{flex:1 1;min-width:0}.dropdown-trigger-placeholder{color:var(--text3)}.dropdown-chevron{flex-shrink:0;width:20px;height:20px;color:var(--text2);transition:transform .25s ease,color .2s ease}.dropdown-trigger[aria-expanded=true] .dropdown-chevron{transform:rotate(180deg);color:var(--gold2)}.dropdown-menu{position:fixed;z-index:var(--z-dropdown);padding:10px;background:var(--dropdown-menu-bg);border:1px solid var(--dropdown-menu-border);border-radius:var(--r-menu);box-shadow:0 24px 64px rgba(0,0,0,.55),0 0 0 1px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06);animation:dropdown-in .22s ease both}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;width:100%;padding:var(--dropdown-item-padding);font-family:var(--font-body);font-size:var(--dropdown-font-size);font-weight:500;letter-spacing:.02em;color:var(--text2);text-align:left;background:transparent;border:none;border-radius:var(--r2);cursor:pointer;transition:background .15s ease,color .15s ease}.dropdown-item:hover{background:var(--glass2);color:var(--text)}.dropdown-item[aria-selected=true]{background:rgba(240,180,41,.1);color:var(--gold2)}.dropdown-item+.dropdown-item{margin-top:4px}.dropdown-label{display:block;margin-bottom:10px;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--text3);font-weight:500}@media(prefers-reduced-motion:reduce){.dropdown-menu{animation:none}}.ds-swatch{width:48px;height:48px;border-radius:var(--r2);border:1px solid var(--border2)}.ds-mt-16{margin-top:16px}.ds-tip-cells-subhead{margin:0 0 16px;color:var(--text2);letter-spacing:2px}.ds-tip-states-grid{margin-top:0}.ds-toast-demo{display:flex;flex-direction:column;gap:16px;max-width:480px;margin:0 auto}.ds-tip-state-demo{display:flex;justify-content:center;align-items:center;min-height:48px;padding:8px;border-radius:var(--r2)}.ds-type-display{font-family:var(--font-display);font-size:32px;letter-spacing:4px}.ds-type-mono{font-family:var(--font-mono)}.ds-sign-in-back{grid-column:2;margin-top:16px}.ds-link-options-label{margin-bottom:14px;color:var(--text3)}.ds-link-options{display:flex;gap:28px;flex-wrap:wrap;align-items:center;margin-bottom:32px}.ds-tiles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;max-width:720px;margin:0 auto}.ds-tile-name{margin:10px 0 0;text-align:center;color:var(--text3);font-size:13px;letter-spacing:.5px}.admin-pill{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:13px;letter-spacing:2.5px;text-transform:uppercase;padding:6px 18px;border-radius:20px;color:var(--green);background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.45);box-shadow:0 0 20px rgba(34,197,94,.25),0 0 40px rgba(34,197,94,.1);animation:admin-pill-glow 2.8s ease-in-out infinite;flex-shrink:0;white-space:nowrap}.admin-pill--nav{font-size:11px;letter-spacing:2px;padding:4px 12px}@keyframes admin-pill-glow{0%,to{box-shadow:0 0 16px rgba(34,197,94,.2),0 0 32px rgba(34,197,94,.08)}50%{box-shadow:0 0 24px rgba(34,197,94,.4),0 0 48px rgba(34,197,94,.16)}}.nav-avatar{width:44px;height:44px;border-radius:50%;background:rgba(240,180,41,.08);border:1px solid rgba(240,180,41,.35);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:18px;letter-spacing:1px;color:var(--gold2);flex-shrink:0;box-shadow:0 0 16px rgba(240,180,41,.12)}.hero-actions{margin-top:28px}.hero-actions,.league-actions-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.league-actions-row{margin-bottom:56px}.home-sections{width:100%;max-width:560px;margin:0 auto}.liga-section{margin-bottom:0}.home-sections--actions{margin-top:72px;padding-top:4px}.home-sections--leagues{margin-bottom:0}.liga-section-title{font-family:var(--font-display);font-size:clamp(22px,3.5vw,32px);letter-spacing:3px;text-transform:uppercase;text-align:center;margin:0 0 24px;color:var(--text)}.liga-action-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:8px;isolation:isolate}.liga-action-tile-link{display:block;text-decoration:none;color:inherit;position:relative;border-radius:var(--r);overflow:hidden;contain:paint}.liga-action-tile-link:hover{z-index:1}.liga-action-tile{display:flex;flex-direction:column;align-items:stretch;text-align:center;aspect-ratio:1;padding:24px 20px;height:100%;transition:border-color .25s,box-shadow .25s,background .25s;overflow:hidden;backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg2)}.liga-action-tile-body{display:flex;flex-direction:column;align-items:center;flex:1 1;min-height:0}.liga-action-tile-link:hover .liga-action-tile{border-color:rgba(255,255,255,.18);box-shadow:0 8px 28px rgba(0,0,0,.32);background:var(--glass2)}.liga-action-icon-svg{width:56px;height:56px;color:var(--gold2);flex-shrink:0}.liga-action-title{font-family:var(--font-display);font-size:clamp(18px,2.5vw,24px);letter-spacing:2px;text-transform:uppercase;margin:16px 0 8px;color:var(--text)}.liga-action-desc{font-size:13px;line-height:1.5;color:var(--text3);margin:0;max-width:200px}.liga-action-btn{width:100%;max-width:180px;margin:20px auto 0;flex-shrink:0;pointer-events:none}.liga-action-tile .liga-action-btn:hover,.liga-action-tile-link:hover .liga-action-btn{transform:none}.liga-action-tile .btn--primary.liga-action-btn{box-shadow:var(--btn-primary-shadow)}.liga-action-tile .btn--secondary.liga-action-btn{box-shadow:0 0 24px rgba(240,180,41,.06)}.league-list{display:flex;flex-direction:column;gap:16px}.league-tile-link{text-decoration:none;color:inherit;display:block}.league-tile-link:hover .league-tile{border-color:rgba(255,255,255,.18);box-shadow:0 8px 32px rgba(0,0,0,.28)}.league-tile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.league-tile-top .info-widget-title{margin-bottom:0;flex:1 1;min-width:0;word-break:break-word}.league-tile-spacer{flex:1 0 auto;min-height:52px}.league-tile-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto}.league-tile-bottom .info-pts-badge{margin-top:0;padding-top:0}.league-tile-tournament{font-family:var(--font-display);font-size:clamp(17px,2.2vw,22px);letter-spacing:2px;line-height:1.1;color:var(--text);text-transform:uppercase;text-align:right;flex-shrink:0;max-width:45%}.league-tile-players{display:inline-flex;align-items:center;gap:10px;min-width:0}.league-tile-players .info-pts-badge{margin-top:0;padding-top:0;white-space:nowrap;line-height:1;position:relative;top:3px}.league-tile-players-icon{width:clamp(32px,4vw,48px);height:clamp(32px,4vw,48px);color:var(--gold2);flex-shrink:0;display:block}.league-page-hero{padding-top:24px;margin-bottom:48px}.league-page-header-row{position:relative;width:100%;display:flex;align-items:flex-start;justify-content:center}.league-page-header-main{flex:1 1;min-width:0;text-align:center;padding:0 56px}.league-page-header-main--solo{padding:0}.league-page-subline{font-family:var(--font-display);font-size:clamp(17px,2.2vw,22px);letter-spacing:2px;line-height:1.1;color:var(--text);text-transform:uppercase;margin:16px 0 0}.league-page-title{font-size:clamp(40px,8vw,64px);letter-spacing:3px;margin-bottom:16px;word-break:break-word}.league-actions-menu-wrap{position:absolute;top:0;right:0;flex-shrink:0}.league-actions-menu-trigger{display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid var(--border2);border-radius:50%;background:var(--glass);color:var(--text2);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.league-actions-menu-trigger:hover{color:var(--text);border-color:rgba(255,255,255,.18);transform:scale(1.03)}.league-actions-menu-trigger[aria-expanded=true]{color:var(--text);border-color:rgba(240,180,41,.45);box-shadow:0 0 0 2px rgba(240,180,41,.15)}.league-menu-icon{width:22px;height:22px}.league-actions-menu .dropdown-item{display:block;width:100%;text-align:left;text-decoration:none}.league-menu-item{border:none;background:transparent;cursor:pointer;font:inherit;color:inherit}.league-menu-item.is-disabled{opacity:.45;cursor:not-allowed}.league-menu-item.is-disabled:hover{background:transparent;color:inherit}.league-menu-item--danger{color:#f87171}.league-menu-item--danger:hover{color:#fca5a5}.league-detail-main .info-hero.league-page-hero{margin-bottom:72px}.league-detail-main{max-width:1280px;padding-left:20px;padding-right:20px}.league-detail-sections{display:flex;flex-direction:column;gap:72px;width:100%}.league-tips-section{width:100%}.tips-form{width:100%;max-width:720px;margin:0 auto}.tips-form-head{text-align:center;margin-bottom:32px}.tips-form-head .info-section-title{margin-bottom:0}.tips-form-note{color:var(--text2);font-size:14px;margin:12px 0 0}.tips-fixture-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.match-tip-tile.info-glass-card{padding:22px 20px}.match-tip-tile{display:flex;flex-direction:column;gap:20px}.match-tip-tile.info-glass-card:hover{border-color:var(--border2);box-shadow:none}.match-tip-tile--locked{opacity:.92}.match-tip-kickoff-row{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.07)}.match-tip-tile--flags-header .match-tip-kickoff-row{display:grid;grid-template-columns:auto 1fr auto;grid-column-gap:12px;column-gap:12px;flex-wrap:nowrap}.match-tip-kickoff-center{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;min-width:0}.match-tip-kickoff{font-family:var(--font-display);font-size:clamp(14px,2.4vw,18px);letter-spacing:2.5px;text-transform:uppercase;color:var(--gold2);line-height:1.2}.match-tip-lock{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--text3);font-weight:500}.match-tip-flag{flex-shrink:0;align-self:center}.match-tip-flag--body.match-tip-flag--home{justify-self:start}.match-tip-flag--body.match-tip-flag--away{justify-self:end}.match-tip-body{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-column-gap:clamp(8px,2vw,20px);column-gap:clamp(8px,2vw,20px);width:100%}.match-tip-tile--flags-header .match-tip-body{grid-template-columns:1fr}.match-tip-center{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-column-gap:clamp(8px,2vw,20px);column-gap:clamp(8px,2vw,20px);min-width:0;width:100%}.match-tip-tile--flags-header .match-tip-center{column-gap:clamp(6px,2vw,12px)}.match-tip-team{font-family:var(--font-display);font-size:clamp(17px,2.4vw,24px);letter-spacing:1.5px;text-transform:uppercase;color:var(--text);line-height:1;min-width:0;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis}.match-tip-team--home{justify-self:end;text-align:right}.match-tip-team--away{justify-self:start;text-align:left}.match-tip-scores{display:flex;align-items:center;justify-content:center;gap:12px;justify-self:center}.match-tip-colon{font-family:var(--font-display);font-size:28px;color:var(--text3);line-height:1;flex-shrink:0}.match-tip-footer{display:flex;justify-content:center;align-items:center;width:100%;box-sizing:border-box;margin:0;padding:14px 0 0;border-top:1px solid rgba(255,255,255,.07)}.match-tip-admin-status{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.ds-match-tip-wrap{max-width:720px;margin:0 auto}body.tips-save-active .league-tips-section{padding-bottom:calc(88px + env(safe-area-inset-bottom, 0px))}.tips-save-bar{position:fixed;left:0;right:0;bottom:0;z-index:120;width:100%;background:rgba(8,12,20,.96);backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -8px 32px rgba(0,0,0,.42);padding:14px 20px calc(14px + env(safe-area-inset-bottom, 0px))}.tips-save-bar-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:10px}.tips-save-bar-inner .btn{width:100%;max-width:none;min-height:48px}body.admin-fixtures-active .admin-fixtures-main,body.admin-fixtures-active .league-tips-section{padding-bottom:calc(120px + env(safe-area-inset-bottom, 0px))}body.admin-fixtures-active .site-footer{padding-bottom:calc(40px + 100px + env(safe-area-inset-bottom, 0px))}.admin-fixtures-main{max-width:720px;margin:0 auto}.admin-fixtures-controls{display:flex;flex-direction:column;gap:12px;margin-bottom:28px;max-width:360px}.admin-fixtures-md-label{margin:0;color:var(--text2)}.admin-fixtures-list{margin-bottom:48px}.admin-fixtures-log-section{margin-top:8px}.admin-fixtures-log-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.scoring-run-tile{padding:18px 20px}.scoring-run-tile-body{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.scoring-run-tile-title{margin:0 0 6px;font-size:clamp(16px,2.2vw,20px)}.scoring-run-tile-meta{margin:0;color:var(--text2);font-size:13px}.scoring-run-tile-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.admin-fixtures-toolbar{position:fixed;left:0;right:0;bottom:0;z-index:120;background:rgba(8,12,20,.96);backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -8px 32px rgba(0,0,0,.42);padding:14px 20px calc(14px + env(safe-area-inset-bottom, 0px))}.admin-fixtures-toolbar-inner{max-width:720px;margin:0 auto}.admin-fixtures-save-btn{width:100%;max-width:none;min-height:48px}.admin-fixtures-reset-section{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.match-day-tabs{flex-wrap:wrap;gap:8px;isolation:isolate}.match-day-tabs .tab-btn{position:relative;z-index:0}.match-day-tabs .tab-btn.active{z-index:1}.tips-md-tabs-wrap{display:flex;margin-bottom:28px}.tips-md-tabs-wrap,.tips-md-tabs-wrap .match-day-tabs{justify-content:center}.admin-fixtures-controls .match-day-tabs{margin-top:4px}.tip-cell-wrap .tip-cell{display:inline-block}@media(max-width:768px){body.admin-fixtures-active .admin-fixtures-main,body.admin-fixtures-active .league-tips-section{padding-bottom:calc(168px + env(safe-area-inset-bottom, 0px))}body.admin-fixtures-active .site-footer{padding-bottom:calc(20px + 77px + 150px + env(safe-area-inset-bottom, 0px))}body.admin-fixtures-active .admin-fixtures-toolbar{bottom:calc(77px + env(safe-area-inset-bottom, 0px));padding:12px 16px}.admin-fixtures-toolbar-actions{grid-template-columns:1fr}.match-tip-tile{padding:18px 16px}.match-tip-body{column-gap:clamp(8px,2.5vw,16px)}.match-tip-team{font-size:clamp(14px,3.6vw,18px);letter-spacing:1.2px}.match-tip-scores{gap:10px}.match-tip-colon{font-size:22px}.match-tip-scores .score-input{width:clamp(56px,16vw,68px);height:clamp(56px,16vw,68px);font-size:clamp(26px,6.5vw,36px)}body.tips-save-active .league-tips-section{padding-bottom:calc(168px + env(safe-area-inset-bottom, 0px))}body.tips-save-active .tips-save-bar{bottom:calc(77px + env(safe-area-inset-bottom, 0px));padding:12px 16px}}.league-standings-section{--standings-col-rank:40px;--standings-col-avatar:44px;--standings-col-player:128px;margin-bottom:0}.league-standings-section .info-section-title{margin-bottom:24px}.league-standings-section .standings-filters-row{margin-bottom:16px}.league-standings-section .table-scroll-outer--scroll{width:max-content;max-width:100%}.league-standings-section .standings-total-layout,.league-standings-section .standings-total-layout .standings-table,.league-standings-section .standings-total-layout .table-wrap{width:max-content;min-width:100%}.league-standings-section .standings-md-layout .standings-table,.league-standings-section .standings-total-layout .standings-table{table-layout:fixed}.league-standings-section .standings-md-layout .standings-table col.col-rank,.league-standings-section .standings-table col.col-rank,.league-standings-section .standings-total-layout .standings-table col.col-rank{width:var(--standings-col-rank)}.league-standings-section .standings-md-layout .standings-table col.col-avatar,.league-standings-section .standings-table col.col-avatar,.league-standings-section .standings-total-layout .standings-table col.col-avatar{width:var(--standings-col-avatar)}.league-standings-section .standings-md-layout .standings-table col.col-player,.league-standings-section .standings-table col.col-player,.league-standings-section .standings-total-layout .standings-table col.col-player{width:var(--standings-col-player)}.league-standings-section .standings-md-layout .standings-table .col-rank,.league-standings-section .standings-table .col-rank,.league-standings-section .standings-total-layout .standings-table .col-rank{width:var(--standings-col-rank);min-width:var(--standings-col-rank);max-width:var(--standings-col-rank)}.league-standings-section .standings-md-layout .standings-table .col-avatar,.league-standings-section .standings-table .col-avatar,.league-standings-section .standings-total-layout .standings-table .col-avatar{width:var(--standings-col-avatar);min-width:var(--standings-col-avatar);max-width:var(--standings-col-avatar)}.league-standings-section .standings-md-layout .standings-table .col-player,.league-standings-section .standings-table .col-player,.league-standings-section .standings-total-layout .standings-table .col-player{width:var(--standings-col-player);min-width:var(--standings-col-player);max-width:var(--standings-col-player);overflow:hidden}.league-standings-section .standings-table .player-name-cell{display:block;overflow:hidden;text-overflow:ellipsis;max-width:100%}.league-standings-section .standings-total-layout .standings-table col.col-md{width:56px;min-width:56px}.league-standings-section .standings-md-layout .standings-table tbody td,.league-standings-section .standings-table tbody td,.league-standings-section .standings-total-layout .standings-table tbody td{padding:12px 14px;height:56px;box-sizing:border-box}.league-standings-section .standings-table thead tr.standings-label-row th{height:68px;min-height:68px;box-sizing:border-box;vertical-align:middle}.league-standings-section .standings-md-layout .match-header-cell{height:68px;box-sizing:border-box;text-align:center}.league-standings-section .match-header-label{color:var(--text);text-align:center}.league-standings-section .match-header-score{text-align:center;margin-top:4px}@media(min-width:769px){.league-standings-section{--standings-col-player:168px}}.standings-empty-cell{color:var(--text3)}.league-players-section{margin-top:0}.league-players-section .info-section-title{margin-bottom:28px}.league-member-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;width:100%;max-width:none;margin:0}@media(max-width:768px){.league-page-header-main:not(.league-page-header-main--solo){padding:0 48px 0 0}.league-member-grid{grid-template-columns:1fr}.league-standings-section{--standings-col-rank:32px;--standings-col-avatar:36px;--standings-col-player:88px}.league-standings-section .standings-total-layout,.league-standings-section .standings-total-layout .standings-table,.league-standings-section .standings-total-layout .table-wrap{min-width:0}.league-standings-section .table-scroll-outer{margin-left:0;margin-right:calc(50% - 50vw);border-radius:var(--r) 0 0 var(--r)}.league-standings-section .standings-md-layout .standings-table tbody td,.league-standings-section .standings-table tbody td,.league-standings-section .standings-total-layout .standings-table tbody td{padding:12px 8px}.league-standings-section .standings-md-layout .standings-table .col-player,.league-standings-section .standings-table .col-player,.league-standings-section .standings-total-layout .standings-table .col-player{padding-left:6px;padding-right:6px}.league-standings-section .standings-total-layout .standings-table .col-md,.league-standings-section .standings-total-layout .standings-table col.col-md{width:52px;min-width:52px}}.nav-user-menu-wrap--loading{display:flex;align-items:center}.nav-user-menu-placeholder.nav-avatar{opacity:.35;box-shadow:none}.nav-user-menu-wrap{position:relative;display:flex;align-items:center}.nav-user-menu-trigger{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;border-radius:999px;transition:box-shadow .2s ease,transform .2s ease}.nav-user-menu-trigger:hover{transform:scale(1.04)}.nav-user-menu-trigger[aria-expanded=true]{box-shadow:0 0 0 2px rgba(240,180,41,.45)}.nav-user-avatar{cursor:pointer}.nav-user-menu .dropdown-item{display:block;width:100%;text-align:left;text-decoration:none}.nav-user-menu-signout{width:100%;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit}.player-tile{padding:22px 24px;text-align:left}.player-tile-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.player-tile-main{display:flex;align-items:center;gap:14px;flex:1 1;min-width:0}.player-tile-avatar{width:52px;height:52px;font-size:17px;flex-shrink:0}.player-tile-country{display:flex;align-items:center;gap:10px;flex-shrink:0}.player-tile-name{margin:0;word-break:break-word;font-size:clamp(20px,2.6vw,26px);letter-spacing:2.5px;line-height:1.05}.country-flag-disc{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 4px 18px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.1)}.country-flag-disc .country-flag-img{display:block;width:100%;height:100%;object-fit:cover}.country-flag--sm.country-flag-disc{width:30px;height:30px}.country-flag--md.country-flag-disc{width:52px;height:52px}.country-flag--lg.country-flag-disc{width:64px;height:64px}.player-tile-code{font-family:var(--font-mono);font-size:15px;letter-spacing:2px;text-transform:uppercase;color:var(--text);font-weight:500}.mobile-bottom-nav{display:none;position:fixed;top:auto;left:0;right:0;bottom:0;height:auto;z-index:110;flex-direction:row;justify-content:space-around;align-items:center;padding:12px 28px calc(14px + env(safe-area-inset-bottom, 0px));background:rgba(8,12,20,.78);backdrop-filter:blur(28px) saturate(1.25);-webkit-backdrop-filter:blur(28px) saturate(1.25);border-top:1px solid rgba(255,255,255,.07);border-bottom:none;box-shadow:0 -4px 24px rgba(0,0,0,.4)}.mobile-nav-item{flex:0 1 auto;min-width:72px;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:4px 8px;text-decoration:none;color:var(--text3);background:transparent;border:none;border-radius:0;transition:color .25s ease,opacity .25s ease;-webkit-tap-highlight-color:transparent}.mobile-nav-item:active{opacity:.7}.mobile-nav-item.active{color:var(--gold2)}.mobile-nav-icon{width:22px;height:22px;transition:filter .25s ease,opacity .25s ease;opacity:.55}.mobile-nav-item.active .mobile-nav-icon{opacity:1;filter:drop-shadow(0 0 10px rgba(240,180,41,.4))}.mobile-nav-label{font-size:10px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;transition:color .25s ease}.mobile-nav-item.active .mobile-nav-label{font-weight:600}@media(max-width:768px){.mobile-bottom-nav{display:flex}.home-sections,.liga-action-grid{max-width:none;width:100%}.liga-action-grid{grid-template-columns:1fr}.liga-action-tile{aspect-ratio:auto;min-height:220px}.ds-tiles-grid{grid-template-columns:1fr}}@media(min-width:769px){.mobile-bottom-nav{display:none!important}}