*{box-sizing:border-box}html,body,#root{width:100%;min-width:100%;min-height:100%;margin:0;padding:0}body{color:#172033;background:#f4f6f8;min-width:320px;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}#root{width:100%;min-height:100vh}:root{--navy:#172033;--navy-light:#2c374d;--navy-hover:#394762;--active-tab:#dbeafe;--active-tab-text:#172033;--background:#f4f6f8;--text:#172033;--muted:#6e7890;--border:#e1e5eb;--soft:#e8ecf2;--green:#15803d;--green-light:#dcfce7;--red:#b42318;--red-light:#fee4e2;--blue-soft:#eef5ff}.app,.league-hub-page{background:var(--background);min-height:100vh}header,.hub-header{background:var(--navy);color:#fff;padding:28px 40px}.header-inner,.hub-header-inner{justify-content:space-between;align-items:center;gap:30px;max-width:1200px;margin:0 auto;display:flex}.brand-area{align-items:center;gap:14px;display:flex}.brand-ball{font-size:34px}.league-logo{object-fit:cover;background:#fff;border-radius:12px;width:54px;height:54px}header h1,.hub-header h1{margin:0;font-size:32px;font-weight:800}header p,.hub-header p{color:#b8c0cf;margin:5px 0 0}.header-right{align-items:center;gap:12px;display:flex}.league-code-box span{color:#9eabc0;letter-spacing:.1em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.league-code-box button{color:#fff;background:#26324a;border:1px solid #394763}.header-signout-button,.sign-out-button{color:#d4dbea;background:0 0;border:1px solid #526078}.header-signout-button:hover,.sign-out-button:hover{color:#fff;background:#26324a}nav{flex-wrap:wrap;gap:10px;max-width:1200px;margin:24px auto 0;display:flex}nav button{background:var(--navy-light);color:#fff;border:1px solid #0000;transition:background .18s,color .18s,transform .18s}nav button:hover{background:var(--navy-hover)}nav button.nav-active{background:var(--active-tab);color:var(--active-tab-text);border-color:#b9cff0;box-shadow:0 2px 8px #0000001f}.league-banner{background:#dde2ea;width:100%;max-height:280px;overflow:hidden}.league-banner img{object-fit:cover;width:100%;height:280px;display:block}main{width:min(1100px,100% - 40px);margin:0 auto;padding:40px 0 60px}h2,h3,h4{color:var(--text)}button{cursor:pointer;font-weight:600;font:inherit;border:0;border-radius:8px;padding:10px 16px}button:disabled{opacity:.55;cursor:not-allowed}label{color:var(--text);margin-bottom:7px;font-weight:650;display:block}input,select,textarea{width:100%;color:var(--text);font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d6dbe4;border-radius:8px;padding:12px 13px}input:focus,select:focus,textarea:focus{outline-offset:1px;border-color:#91add3;outline:2px solid #b9cff0}textarea{resize:vertical}.card{background:#fff;border-radius:14px;margin-bottom:22px;padding:24px;box-shadow:0 2px 10px #17203312}.primary-button{background:var(--navy);color:#fff}.primary-button:hover{background:#26334e}.secondary-button{border:1px solid var(--border);color:var(--text);background:#fff}.secondary-button:hover{background:#f4f6f9}.danger-outline-button{color:#9b2929;background:#fff;border:1px solid #d88c8c}.danger-outline-button:hover{background:#fff1f1}.page-heading-row,.players-heading{justify-content:space-between;align-items:flex-end;gap:25px;display:flex}.season-label{color:#69748a;letter-spacing:.1em;margin-bottom:8px;font-size:12px;font-weight:800}.league-description{border-left:4px solid var(--navy);color:#566074;background:#fff;border-radius:8px;margin-bottom:25px;padding:15px 18px}.stats{grid-template-columns:repeat(3,1fr);gap:16px;margin:25px 0 35px;display:grid}.stat-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 2px 8px #1720330f}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{margin-top:4px;font-size:28px;display:block}.weighted-card{border-top:4px solid var(--navy)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:var(--soft)}th,td{text-align:left;border-bottom:1px solid var(--border);padding:15px}th{color:#657087;letter-spacing:.07em;text-transform:uppercase;font-size:11px}.champion-row{background:linear-gradient(90deg,#ffd7000f,#fff0,#ffd7000f)}.champion-row:hover{background:linear-gradient(90deg,#ffd7001f,#ffffff80,#ffd7001f)}.champion-text{background:linear-gradient(90deg,#ff3b30,#ff9500,#ffd60a,#34c759,#00c7be,#0a84ff,#5e5ce6,#af52de,#ff375f,#ff3b30) 0 0/300% 100%;-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:850;animation:7s linear infinite champion-rainbow;display:inline-block}@keyframes champion-rainbow{0%{background-position:0%}to{background-position:300%}}.auth-page{background:radial-gradient(circle at top,#24314b 0%,#172033 45%,#111827 100%);min-height:100vh;padding:55px 20px}.auth-shell{width:min(500px,100%);margin:0 auto}.auth-brand{text-align:center;color:#fff;margin-bottom:28px}.auth-brand h1{color:#fff;margin:10px 0 5px;font-size:40px}.auth-brand p{color:#bec8d9;margin:0}.auth-icon{font-size:52px}.auth-card{background:#fff;border-radius:18px;padding:28px;box-shadow:0 20px 60px #00000040}.auth-card h2{margin-top:0;margin-bottom:6px;font-size:28px}.auth-card-copy{color:var(--muted);margin:0 0 24px;line-height:1.55}.auth-card label{margin-top:15px}.auth-tabs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:28px;display:grid}.auth-tabs button{border:1px solid var(--border);color:var(--text);background:#edf0f4}.auth-tabs button.auth-tab-active{background:var(--navy);color:#fff;border-color:var(--navy)}.forgot-link,.back-auth-link{color:#49688f;background:0 0;padding:8px 0}.forgot-link{margin:5px 0 15px auto;font-size:13px;display:block}.back-auth-link{margin-bottom:15px}.forgot-link:hover,.back-auth-link:hover{text-decoration:underline}.success-message{color:#17652e;background:#ecfdf1;border:1px solid #9bd5ab;border-radius:8px;margin:15px 0;padding:11px 13px}.hub-main{width:min(1100px,100% - 40px);margin:0 auto;padding:45px 0 70px}.hub-heading-row{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:30px;display:flex}.hub-heading-row h2{margin:0;font-size:34px}.hub-heading-row p:not(.season-label){color:var(--muted);margin-bottom:0}.hub-action-buttons{flex-wrap:wrap;gap:10px;display:flex}.league-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.league-hub-card{border:1px solid var(--border);width:100%;min-height:260px;color:var(--text);text-align:left;background:#fff;border-radius:16px;padding:24px;transition:transform .18s,box-shadow .18s,border-color .18s;display:block;position:relative;box-shadow:0 3px 12px #1720330f}.league-hub-card:hover{border-color:#bcc9dc;transform:translateY(-3px);box-shadow:0 10px 25px #1720331c}.league-hub-card-top{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.hub-league-logo,.hub-league-fallback{border-radius:14px;width:64px;height:64px}.hub-league-logo{object-fit:cover}.hub-league-fallback{background:#eef1f5;justify-content:center;align-items:center;font-size:30px;display:flex}.league-role-pill{color:#566176;text-transform:uppercase;letter-spacing:.05em;background:#eef2f7;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.league-hub-card h3{margin:22px 0 7px;font-size:23px}.league-hub-card p{min-height:40px;color:var(--muted);font-size:13px;line-height:1.5}.hub-code{color:var(--muted);margin-top:20px;font-size:12px}.open-league-label{color:#426187;margin-top:18px;font-size:12px;font-weight:800}.empty-leagues-card{text-align:center;background:#fff;border:1px dashed #cbd2dd;border-radius:16px;padding:50px 30px}.empty-leagues-icon{font-size:48px}.empty-leagues-card h3{margin-bottom:6px;font-size:24px}.empty-leagues-card p{color:var(--muted)}.empty-league-actions{justify-content:center;gap:10px;margin-top:22px;display:flex}.hub-form-card{background:#fff;border-radius:16px;width:min(600px,100%);margin:0 auto;padding:28px;box-shadow:0 3px 15px #17203314}.hub-form-card h2{margin-bottom:5px}.hub-form-card>p{color:var(--muted);margin-bottom:25px}.hub-form-card input{margin-bottom:18px}.form-help{color:var(--muted);margin:7px 0 16px;font-size:11px;line-height:1.45}.player-avatar{color:var(--navy);background:#dfe5ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex;overflow:hidden}.player-avatar img{object-fit:cover;width:100%;height:100%}.player-avatar-small{width:34px;height:34px;font-size:13px}.player-avatar-medium{width:46px;height:46px}.player-avatar-large{width:88px;height:88px;font-size:30px}.player-avatar-xlarge{width:130px;height:130px;font-size:42px}.player-profile-link{color:var(--text);text-align:left;background:0 0;align-items:center;gap:10px;padding:0;display:inline-flex}.player-profile-link:hover strong{text-decoration:underline}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-open{color:var(--green);background:var(--green-light)}.status-idle{color:#697386;background:#eef0f3}.admin-badge,.you-badge{letter-spacing:.05em;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:800;display:inline-block}.admin-badge{color:#755000;background:#fff2cf}.you-badge{color:#2b4c75;background:#e3edf9}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.format-row{margin-top:20px}.score-section{margin:28px 0}.score-row{grid-template-columns:90px 1fr 30px 1fr;align-items:center;gap:12px;margin-bottom:12px;display:grid}.your-status-card{background:#fff;border-radius:12px;min-width:330px;padding:16px;box-shadow:0 2px 8px #1720330f}.your-status-card>span{color:var(--muted);letter-spacing:.08em;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.status-toggle{flex-wrap:wrap;gap:8px;display:flex}.status-toggle button{border:1px solid var(--border);color:var(--text);background:#fff}.status-toggle-active-open{background:var(--green-light)!important;color:var(--green)!important;border-color:#86d59d!important}.status-toggle-active-idle{color:#4f5969!important;background:#e7e9ed!important;border-color:#aeb5c0!important}.player-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px;display:grid}.player-card-clickable{text-align:center;width:100%;color:var(--text);cursor:pointer;transition:transform .18s,box-shadow .18s}.player-card-clickable:hover{transform:translateY(-3px);box-shadow:0 8px 22px #1720331c}.player-card .player-avatar-large{margin:18px auto 12px}.player-card-top{justify-content:space-between;align-items:center;display:flex}.player-rank{color:var(--muted);font-size:12px;font-weight:800}.player-card h3{margin:6px 0;font-size:22px}.player-rating{margin-top:18px;font-size:36px;font-weight:800}.rating-label{color:var(--muted);font-size:12px}.player-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);margin-top:20px;padding-top:18px;display:grid}.player-stats strong,.player-stats span{display:block}.player-stats span{color:var(--muted);margin-top:3px;font-size:10px}.view-profile-label{color:#50698c;margin-top:18px;font-size:12px;font-weight:700}.back-button{border:1px solid var(--border);color:var(--text);background:#fff;margin-bottom:18px}.player-profile-hero{background:#fff;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:30px;display:grid;box-shadow:0 3px 14px #17203314}.player-profile-identity h2{margin:8px 0;font-size:36px}.profile-badge-row{flex-wrap:wrap;gap:8px;display:flex}.profile-admin-badge{margin:0}.profile-bio{max-width:650px;color:var(--muted);margin:0;font-size:15px}.profile-elo-block{background:var(--navy);color:#fff;text-align:center;border-radius:14px;min-width:150px;padding:20px}.profile-elo-block>strong{font-size:42px;display:block}.profile-elo-block>span{color:#aeb8ca;letter-spacing:.08em;margin-top:2px;font-size:10px;font-weight:800;display:block}.profile-rank{color:#d8deea;border-top:1px solid #36425a;margin-top:12px;padding-top:10px;font-size:11px}.profile-fun-facts{grid-template-columns:repeat(3,1fr);gap:15px;margin:20px 0;display:grid}.profile-fact-card{background:#fff;border-radius:12px;padding:19px;box-shadow:0 2px 8px #1720330d}.profile-fact-card>span{color:var(--muted);letter-spacing:.08em;font-size:10px;font-weight:800;display:block}.profile-fact-card>strong{margin-top:7px;font-size:21px;display:block}.profile-fact-card small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.velocity-card{border-top:3px solid var(--navy)}.profile-stat-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:22px;display:grid}.profile-stat-card{text-align:center;background:#fff;border-radius:11px;padding:17px;box-shadow:0 2px 7px #1720330d}.profile-stat-card span{color:var(--muted);font-size:11px;display:block}.profile-stat-card strong{margin-top:5px;font-size:23px;display:block}.edit-profile-card{border-top:4px solid var(--navy)}.edit-profile-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.edit-profile-heading h3{margin:0}.availability-editor{border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:20px}.profile-edit-grid{grid-template-columns:1fr 1fr;gap:18px;margin:18px 0 12px;display:grid}.velocity-input{align-items:stretch;display:flex}.velocity-input input{border-radius:8px 0 0 8px}.velocity-input span{color:var(--muted);background:#eef1f5;border:1px solid #d6dbe4;border-left:0;border-radius:0 8px 8px 0;align-items:center;padding:0 14px;font-size:12px;font-weight:800;display:flex}.velocity-disclaimer{color:var(--muted);margin:0 0 18px;font-size:11px}.profile-two-column{grid-template-columns:1fr 1fr;gap:20px;display:grid}.head-to-head-list{margin-top:15px}.head-to-head-row{border-bottom:1px solid var(--border);width:100%;color:var(--text);background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:15px;padding:13px 0;display:flex}.head-to-head-row:hover{background:#f7f8fa}.head-to-head-player{align-items:center;gap:10px;display:flex}.head-to-head-record{text-align:right}.head-to-head-record strong,.head-to-head-record span{display:block}.head-to-head-record span{color:var(--muted);margin-top:2px;font-size:10px}.profile-recent-list{margin-top:15px}.profile-recent-match{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 0;display:grid}.result-pill{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.result-win{color:var(--green);background:var(--green-light)}.result-loss{color:var(--red);background:var(--red-light)}.recent-match-copy strong,.recent-match-copy span{display:block}.recent-match-copy span{color:var(--muted);margin-top:3px;font-size:11px}.small-profile-link{border:1px solid var(--border);color:var(--text);background:#fff;padding:6px 9px;font-size:11px}.account-security-card{border-left:4px solid #657995}.account-security-card h3{margin-top:0}.account-security-card>p:not(.season-label){color:var(--muted)}.account-security-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.muted-copy{color:var(--muted)}.match-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;padding:20px 0;display:flex}.match-item:last-child{border-bottom:0}.match-main-copy{min-width:0}.match-item small{color:var(--muted)}.history-player-line{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.history-player-line button{color:var(--text);background:0 0;padding:0;font-weight:700}.history-player-line button:hover{text-decoration:underline}.game-results{flex-wrap:wrap;gap:7px;display:flex}.game-results span{background:#edf0f4;border-radius:999px;padding:5px 9px;font-size:12px}.match-actions{flex-shrink:0;gap:8px;display:flex}.edit-button{color:#2e527d;background:#eef5ff;border:1px solid #b7c8df}.edit-button:hover{background:#dfebfa}.delete-button,.remove-button{color:#a12a2a;background:#fff0f0}.empty-state{text-align:center;padding:45px 20px}.empty-state>div{font-size:44px}.empty-state h3{margin-bottom:5px}.empty-state p{color:var(--muted)}.modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1421b8;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.match-edit-modal{background:#fff;border-radius:18px;width:min(620px,100%);max-height:calc(100vh - 50px);padding:28px;overflow-y:auto;box-shadow:0 25px 80px #00000052}.modal-heading{justify-content:space-between;gap:20px;margin-bottom:25px;display:flex}.modal-heading h2{margin:0}.modal-heading p:not(.season-label){color:var(--muted);margin:5px 0 0}.modal-close{color:#475366;background:#eef0f3;border-radius:50%;width:40px;height:40px;padding:0;font-size:25px;line-height:1}.edit-score-section{margin-bottom:20px}.edit-score-heading{margin-bottom:14px}.edit-score-heading h3{margin-bottom:4px}.edit-score-heading p{color:var(--muted);margin:0;font-size:12px}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.modal-delete-area{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.admin-header{margin-bottom:25px}.league-description-input{margin-bottom:12px}.branding-settings{grid-template-columns:1fr 1fr;gap:20px;margin-top:30px;display:grid}.branding-setting-card{border:1px solid var(--border);background:#fafbfc;border-radius:12px;padding:20px}.branding-setting-card h4{margin-top:0;margin-bottom:5px}.setting-help{color:var(--muted);margin-top:0;margin-bottom:16px;font-size:12px}.branding-preview-logo{object-fit:cover;border-radius:14px;width:100px;height:100px;margin-bottom:15px;display:block}.branding-preview-banner{object-fit:cover;border-radius:10px;width:100%;height:120px;margin-bottom:15px;display:block}.avatar-upload-button{background:var(--navy);color:#fff;cursor:pointer;border-radius:8px;margin:0;padding:11px 16px;display:inline-block}.avatar-file-input{display:none}.upload-disabled{opacity:.55;cursor:not-allowed}.remove-image-button{color:#a12a2a;background:#fff0f0;margin-top:9px;display:block}.admin-player-list{border-top:1px solid var(--border)}.admin-player-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:17px 0;display:flex}.admin-player-profile-button{color:var(--text);text-align:left;background:0 0;align-items:center;gap:12px;padding:0;display:flex}.admin-player-profile-button:hover strong{text-decoration:underline}.admin-player-meta{color:var(--muted);margin-top:3px;font-size:12px}.admin-actions{gap:8px;display:flex}.danger-zone{background:#fff7f7;border:1px solid #e4aaaa;border-radius:14px;margin-top:35px;padding:24px}.danger-zone h3{color:#8f1f1f;margin-top:0}.danger-zone p{color:#865454}.delete-league-button{color:#fff;background:#a51f1f}.error-message{color:#8a2222;background:#fff1f1;border:1px solid #efb6b6;border-radius:8px;margin:15px 0;padding:11px 13px}.big-button{width:100%;margin-top:5px}.loading-screen{background:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-logo{font-size:48px}@media (width<=1000px){.league-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.profile-stat-grid{grid-template-columns:repeat(3,1fr)}.profile-two-column{grid-template-columns:1fr}}@media (width<=800px){header,.hub-header{padding:22px 20px}.header-inner,.hub-header-inner,.page-heading-row,.players-heading,.hub-heading-row,.admin-player-row,.edit-profile-heading{flex-direction:column;align-items:flex-start}.header-right{justify-content:space-between;width:100%}.league-code-box{flex:1}main,.hub-main{width:calc(100% - 24px)}.stats,.player-grid,.branding-settings,.form-grid,.profile-edit-grid,.profile-fun-facts,.league-card-grid{grid-template-columns:1fr}.player-profile-hero{text-align:center;grid-template-columns:1fr}.profile-avatar-wrap{justify-content:center;display:flex}.profile-badge-row{justify-content:center}.profile-elo-block{box-sizing:border-box;width:100%}.profile-stat-grid{grid-template-columns:repeat(2,1fr)}.your-status-card{box-sizing:border-box;width:100%;min-width:0}.league-banner,.league-banner img{height:180px}table{min-width:760px}.admin-actions{flex-wrap:wrap;width:100%}.avatar-upload-button{box-sizing:border-box;text-align:center;width:100%}.match-item{flex-direction:column;align-items:flex-start}.match-actions{width:100%}.match-actions button{flex:1}.hub-action-buttons{width:100%}.hub-action-buttons button{flex:1}.account-security-actions{flex-direction:column}.account-security-actions button{width:100%}}@media (width<=550px){header h1,.hub-header h1{font-size:25px}nav{gap:7px}nav button{padding:9px 11px;font-size:12px}.header-right{flex-direction:column;align-items:flex-start}.auth-brand h1{font-size:32px}.auth-card{padding:22px}.profile-stat-grid{grid-template-columns:repeat(2,1fr)}.score-row{grid-template-columns:70px 1fr 20px 1fr;gap:7px}.empty-league-actions,.modal-actions{flex-direction:column}.empty-league-actions button,.modal-actions button{width:100%}.match-edit-modal{padding:21px}}
