@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg:#111827;--bg-light:#1e293b;--bg-card:#273549;--text:#f8fafc;--text-muted:#94a3b8;--red:#dc2626;--red-hover:#ef4444;--border:#ffffff14;--shadow:0 12px 30px #00000073;--radius:16px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif}.navbar{z-index:999;-webkit-backdrop-filter:blur(18px);background:#111827d1;border-bottom:1px solid #0000;width:100%;transition:background .3s,box-shadow .3s,border-color .3s;position:fixed;top:0;left:0}.navbar:after{content:"";background:linear-gradient(90deg,#0000,#dc262680,#0000);width:100%;height:1px;position:absolute;bottom:0;left:0}.navbar--scrolled{border-bottom:1px solid var(--border);box-shadow:var(--shadow);background:#111827f5}.navbar__inner{justify-content:space-between;align-items:center;width:100%;max-width:1400px;height:86px;margin:0 auto;padding:0 30px;display:flex}.navbar__brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar__logo{object-fit:contain;width:150px;height:auto;transition:transform .3s,filter .3s;display:block}.navbar__brand:hover .navbar__logo{transform:scale(1.03)}.navbar__brand-text{flex-direction:column;line-height:1;display:flex}.navbar__brand-text strong{color:var(--text);letter-spacing:-.5px;font-size:1.35rem;font-weight:800}.navbar__brand-text span{color:var(--text-muted);margin-top:5px;font-size:.75rem;font-weight:500}.navbar__desktop{align-items:center;gap:34px;display:flex}.nav-link,.dropdown__button{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;gap:8px;font-family:inherit;font-size:.97rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex;position:relative}.nav-link:hover,.dropdown__button:hover,.nav-link.active{color:var(--text)}.nav-link:after,.dropdown__button:after{content:"";background:var(--red);border-radius:5px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-12px;left:0}.nav-link:hover:after,.dropdown__button:hover:after,.nav-link.active:after{width:100%}.dropdown{position:relative}.dropdown__arrow{font-size:.7rem;transition:transform .3s}.dropdown__arrow.rotate{transform:rotate(180deg)}.dropdown__menu{opacity:0;visibility:hidden;background:0 0;width:240px;padding-top:30px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-6px)}.dropdown__menu-panel{background:var(--bg-light);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-top:2px solid var(--red);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.dropdown__menu.show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown__item{color:var(--text-muted);padding:14px 18px;text-decoration:none;transition:padding-left .25s,color .25s,background .25s;display:block;position:relative}.dropdown__item:before{content:"";background:var(--red);width:0;height:2px;transition:width .3s;position:absolute;top:50%;left:0}.dropdown__item:hover{color:var(--text);background:#ffffff08;padding-left:30px}.dropdown__item:hover:before{width:14px}.dashboard-btn{background:var(--red);color:#fff;border-radius:999px;justify-content:center;align-items:center;height:46px;padding:0 24px;font-family:inherit;font-weight:700;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:flex}.dashboard-btn:hover{background:var(--red-hover);transform:translateY(-3px);box-shadow:0 12px 25px #dc262659}.hamburger{cursor:pointer;background:0 0;border:none;width:46px;height:46px;display:none;position:relative}.hamburger span{background:var(--text);border-radius:50px;width:28px;height:3px;transition:all .3s;position:absolute;left:9px}.hamburger span:first-child{top:14px}.hamburger span:nth-child(2){top:22px}.hamburger span:nth-child(3){top:30px}.hamburger.open span:first-child{top:22px;transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){top:22px;transform:rotate(-45deg)}.mobile-menu{display:none}body.menu-open{overflow:hidden}.mobile-home{color:var(--text);border-bottom:1px solid #ffffff0f;padding:20px 28px;text-decoration:none;display:block}.mobile-section-title{width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.mobile-links{max-height:0;transition:max-height .3s;overflow:hidden}.mobile-links.show{max-height:500px}.mobile-links a{color:var(--text-muted);padding:12px 0 12px 18px;text-decoration:none;transition:color .3s;display:block}.mobile-links a:hover{color:var(--text)}@media (width<=960px){.navbar__desktop,.navbar__actions{display:none}.hamburger{display:block}.mobile-menu{-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;z-index:998;background:#111827;flex-direction:column;height:calc(100dvh - 86px);transition:transform .35s,opacity .35s;display:flex;position:fixed;top:86px;left:0;right:0;overflow-y:auto;transform:translateY(-100%)}.mobile-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu>a{color:var(--text);border-bottom:1px solid #ffffff0d;padding:18px 28px;text-decoration:none}.mobile-section{border-bottom:1px solid #ffffff0d;padding:20px 28px}.mobile-section h4{color:var(--red);margin-bottom:12px;font-size:1rem}.mobile-section a{color:var(--text-muted);padding:10px 0;text-decoration:none;transition:color .3s;display:block}.mobile-section a:hover{color:var(--text)}.mobile-dashboard{margin:22px}}@media (width<=600px){.navbar__inner{padding:0 18px}.navbar__logo{width:120px}.navbar__brand-text strong{font-size:1.15rem}.navbar__brand-text span{display:none}.hamburger{width:44px;height:44px}}.footer{background:#0b1120;border-top:1px solid #ffffff0f}.footer-bottom{color:#94a3b8;justify-content:space-between;align-items:center;max-width:1400px;min-height:80px;margin:0 auto;padding:0 25px;font-size:.95rem;display:flex}.footer-bottom p{margin:0}.footer-bottom strong{color:#fff;font-weight:600}.footer-bottom strong:hover{color:#dc2626;transition:color .25s}.footer-credit{align-items:center;gap:10px;display:flex}.atlas-text{color:#fff;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;transition:color .3s}.atlas-dot{background:#ff6b81;border-radius:50%;width:10px;height:10px;animation:2.6s ease-in-out infinite atlasDot}@keyframes atlasDot{0%,to{opacity:1;transform:translate(0)}50%{opacity:.6;transform:translate(8px)}}.footer-atlas{align-items:flex-end;gap:10px;text-decoration:none;display:flex}.atlas-text{color:#fff;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1;transition:color .25s}.atlas-dot{background:#ff6b81;border-radius:50%;width:10px;height:10px;margin-bottom:3px;animation:2.5s ease-in-out infinite atlasDot}.footer-atlas:hover .atlas-text{color:#f8fafc}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column;justify-content:center;gap:10px;min-height:auto;padding:25px 20px}}.about{color:#fff;background:#111827;padding:100px 20px}.about-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.about h2{margin:15px 0 30px;font-size:2.8rem}.about p{color:#cbd5e1;margin-bottom:20px;line-height:1.8}.about-cards{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.about-card{background:#1e293b;border:1px solid #ffffff0d;border-radius:16px;padding:30px;transition:all .3s}.about-card:hover{border-color:#dc2626;transform:translateY(-6px)}.about-card span{margin-bottom:15px;font-size:2rem;display:block}.about-card h3{margin-bottom:10px}.about-card p{margin:0;font-size:.95rem}@media (width<=900px){.about-container{grid-template-columns:1fr}.about h2{font-size:2.2rem}.about-cards{grid-template-columns:1fr}}.current-season{color:#fff;background:#111827;padding:120px 20px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1400px;margin:auto;display:grid}.division-card{background:#1e293b;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;gap:25px;padding:30px;transition:all .3s;display:flex}.division-card:hover{border-color:#dc2626;transform:translateY(-8px)}.division-header{justify-content:space-between;align-items:center;display:flex}.division-header h3{margin:0}.division-header span{color:#fbbf24;font-size:.8rem}.division-body{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.division-body p{color:#cbd5e1;margin:0;font-size:.95rem}.progress-label{justify-content:space-between;margin-bottom:10px;font-size:.9rem;display:flex}.progress-bar{background:#334155;border-radius:30px;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:30px;height:100%;transition:width .5s}.division-card button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:40px;margin-top:auto;padding:14px;transition:all .3s}.division-card button:hover{background:#ef4444}.view-table-btn{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;justify-content:center;align-items:center;margin-top:22px;padding:12px 18px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 6px 18px #dc262640}.view-table-btn:hover{background:linear-gradient(135deg,#f87171,#ef4444);transform:translateY(-2px);box-shadow:0 10px 24px #dc262659}.view-table-btn:active{transform:translateY(0)}.view-table-btn:after{content:"→";margin-left:8px;transition:transform .2s}.view-table-btn:hover:after{transform:translate(4px)}.hero{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#070c16d9,#070c16e6),url(../assets/darts-bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:center;align-items:center;min-height:92vh;padding:120px 20px 40px;display:flex;position:relative}.hero-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;inset:0}.hero-content{z-index:2;max-width:900px;position:relative}.hero-established{color:#d32f2f;text-transform:uppercase;letter-spacing:3px;font-size:.9rem;font-weight:700}.hero h1{margin:20px 0 10px;font-size:4.5rem;line-height:1.1}.hero h2{color:#d4d4d4;margin-bottom:30px;font-size:1.8rem;font-weight:400}.hero p{color:#cfcfcf;margin-bottom:40px;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}.btn-discord,.btn-primary{box-sizing:border-box;color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;width:280px;height:60px;font-family:inherit;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:flex}.btn-discord{background:#5865f2}.btn-primary{background:#d32f2f}.btn-primary:hover{background:#ef5350;transform:translateY(-3px);box-shadow:0 8px 20px #d32f2f4d}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50px;padding:15px 40px;transition:all .3s}.btn-secondary:hover{color:#111;background:#fff}#current-season{scroll-margin-top:100px}.hero-stats{z-index:2;grid-template-columns:repeat(4,1fr);gap:60px;margin-top:80px;display:grid;position:relative}.hero-stats h3{color:#d32f2f;font-size:2rem}.hero-stats span{color:#ccc}@media (width<=900px){.hero h1{font-size:3rem}.hero h2{font-size:1.3rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=600px){.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.hero-stats{grid-template-columns:1fr}.hero-buttons{flex-direction:column;gap:15px;width:100%}.btn-discord,.btn-primary{width:280px;max-width:100%}}.how-it-works{color:#fff;background:#0f172a;padding:100px 20px}.section-header{text-align:center;max-width:750px;margin:auto auto 70px}.section-tag{color:#dc2626;letter-spacing:2px;text-transform:uppercase;font-size:.85rem;font-weight:700}.section-header h2{margin:20px 0;font-size:2.8rem}.section-header p{color:#cbd5e1;line-height:1.8}.steps{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:auto;display:grid}.step{text-align:center;background:#1e293b;border:1px solid #ffffff0d;border-radius:16px;padding:40px 30px;transition:all .3s}.step:hover{border-color:#dc2626;transform:translateY(-8px)}.step-number{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto auto 25px;font-size:1.8rem;font-weight:700;display:flex}.step h3{margin-bottom:15px}.step p{color:#cbd5e1;line-height:1.7}@media (width<=1000px){.steps{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.steps{grid-template-columns:1fr}.section-header h2{font-size:2.2rem}}.join{color:#fff;background-color:#0000;background-image:linear-gradient(#0f172aeb,#0f172aeb),url(../../assets/images/hero-bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:140px 20px;position:relative;overflow:hidden}.join-overlay{background:radial-gradient(circle,#dc262626,#0000 60%);position:absolute;inset:0}.join-content{z-index:2;text-align:center;max-width:900px;margin:auto;position:relative}.join h2{margin:20px 0;font-size:3.5rem}.join p{color:#cbd5e1;max-width:700px;margin:auto auto 50px;font-size:1.15rem;line-height:1.8}.join-features{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:60px;display:grid}.feature{background:#1e293b;border:1px solid #ffffff0f;border-radius:15px;padding:22px;font-weight:600;transition:all .3s}.feature:hover{border-color:#dc2626;transform:translateY(-5px)}.join-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.join-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:50px;padding:18px 45px;font-size:1rem;font-weight:600;transition:all .3s}.join-btn:hover{background:#ef4444;transform:translateY(-3px)}.join-buttons{justify-content:center;align-items:center;gap:20px;margin-top:40px;display:flex}.btn-discord{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:50px;min-width:320px;padding:18px 42px;font-family:inherit;font-size:1.15rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s}.btn-discord:hover{background:#4752c4;transform:translateY(-3px);box-shadow:0 8px 25px #5865f24d}.improvement-btn{color:#fff;cursor:pointer;background:#2a354d;border:1px solid #ff6b8173;border-radius:50px;min-width:320px;padding:18px 42px;font-family:inherit;font-size:1.15rem;font-weight:600;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s}.improvement-btn:hover{background:#ff3341;border-color:#ff3341;transform:translateY(-3px);box-shadow:0 8px 25px #ff33414d}@media (width<=768px){.join-buttons{flex-direction:column;gap:15px}.btn-discord,.improvement-btn{width:100%;max-width:320px}.join h2{font-size:2.5rem}.join-features{grid-template-columns:1fr}}.suggestion-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#020617c7;justify-content:center;align-items:center;padding:20px;animation:.2s suggestionFadeIn;display:flex;position:fixed;inset:0}.suggestion-modal{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:560px;padding:35px;animation:.25s suggestionSlideIn;position:relative;box-shadow:0 25px 60px #00000073,0 0 40px #ff6b8114}.suggestion-modal-header{margin-bottom:25px}.suggestion-modal-header h2{color:#fff;margin:0 0 10px;font-size:1.8rem;line-height:1.2}.suggestion-modal-header p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.6}.suggestion-modal-close{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;line-height:1;transition:background .25s,color .25s,transform .25s;display:flex;position:absolute;top:18px;right:20px}.suggestion-modal-close:hover{color:#fff;background:#dc262633;transform:rotate(90deg)}.suggestion-form{flex-direction:column;gap:20px;display:flex}.suggestion-form-group{flex-direction:column;gap:8px;display:flex}.suggestion-form-group label{color:#fff;font-size:.9rem;font-weight:600}.suggestion-form-group input,.suggestion-form-group textarea{box-sizing:border-box;color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .25s,box-shadow .25s,background .25s}.suggestion-form-group input{min-height:50px}.suggestion-form-group textarea{resize:vertical;min-height:150px;line-height:1.5}.suggestion-form-group input::placeholder,.suggestion-form-group textarea::placeholder{color:#64748b}.suggestion-form-group input:focus,.suggestion-form-group textarea:focus{background:#111c30;border-color:#ff6b81;box-shadow:0 0 0 3px #ff6b811f}.suggestion-form-help{color:#64748b;margin-top:-2px;font-size:.8rem}.suggestion-form-buttons{justify-content:flex-end;gap:12px;margin-top:5px;display:flex}.suggestion-cancel-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:50px;padding:13px 24px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .25s,border-color .25s,color .25s,transform .25s}.suggestion-cancel-btn:hover{color:#fff;background:#ffffff0f;border-color:#fff3;transform:translateY(-2px)}.suggestion-submit-btn{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:50px;padding:13px 28px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s}.suggestion-submit-btn:hover{background:#ef4444;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.suggestion-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.suggestion-success{text-align:center;padding:20px 0}.suggestion-success-icon{background:#22c55e26;border:1px solid #22c55e4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:1.7rem;display:flex}.suggestion-success h3{color:#fff;margin:0 0 10px;font-size:1.4rem}.suggestion-success p{color:#94a3b8;margin:0;line-height:1.6}.suggestion-error{color:#fca5a5;background:#dc26261f;border:1px solid #dc26264d;border-radius:10px;padding:12px 15px;font-size:.9rem;line-height:1.4}@keyframes suggestionFadeIn{0%{opacity:0}to{opacity:1}}@keyframes suggestionSlideIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.suggestion-modal-overlay{padding:15px}.suggestion-modal{border-radius:18px;max-height:calc(100vh - 30px);padding:28px 20px;overflow-y:auto}.suggestion-modal-header{margin-bottom:22px;padding-right:35px}.suggestion-modal-header h2{font-size:1.5rem}.suggestion-modal-header p{font-size:.9rem}.suggestion-form-buttons{flex-direction:column-reverse;gap:10px}.suggestion-cancel-btn,.suggestion-submit-btn{width:100%;min-height:50px}}.dashboard{color:#fff;box-sizing:border-box;background:#0f172a;width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}.dashboard-placeholder{box-sizing:border-box;text-align:center;background:#1e293b;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:100%;margin-top:50px;padding:60px 30px;overflow:hidden}.placeholder-icon{margin-bottom:20px;font-size:4rem}.dashboard-placeholder h2{margin-bottom:15px;font-size:2rem}.dashboard-placeholder p{color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.8}.dashboard-hero{box-sizing:border-box;background:radial-gradient(circle at top,#dc26262e,#0000 55%);border-bottom:1px solid #ffffff0d;width:100%;max-width:100%;padding:140px 20px 90px;overflow:hidden}.dashboard-hero-content{text-align:center;box-sizing:border-box;width:100%;max-width:900px;margin:0 auto}.dashboard-tag{color:#f87171;letter-spacing:.5px;background:#dc262626;border:1px solid #dc262659;border-radius:999px;margin-bottom:25px;padding:8px 18px;font-weight:600;display:inline-block}.dashboard-hero h1{overflow-wrap:anywhere;margin-bottom:25px;font-size:clamp(2.5rem,5vw,4rem)}.dashboard-hero p{color:#94a3b8;overflow-wrap:anywhere;max-width:700px;margin:auto;font-size:1.1rem;line-height:1.8}.dashboard-content{box-sizing:border-box;width:100%;min-width:0;max-width:1400px;margin:0 auto;padding:60px 20px 100px}.dashboard-layout{grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:30px;width:100%;min-width:0;max-width:100%;display:grid}.left-column,.right-column{box-sizing:border-box;flex-direction:column;gap:30px;min-width:0;max-width:100%;display:flex}.left-column>*,.right-column>*{box-sizing:border-box;min-width:0;max-width:100%}@media (width<=1000px){.dashboard-layout{grid-template-columns:minmax(0,1fr)}}@media (width<=768px){.dashboard-hero{padding:120px 20px 70px}.dashboard-content{padding:40px 16px 80px}.dashboard-layout{grid-template-columns:minmax(0,1fr);gap:20px;width:100%;max-width:100%}.left-column,.right-column{gap:20px;width:100%;min-width:0;max-width:100%}}@media (width<=480px){.dashboard-hero{padding:110px 16px 60px}.dashboard-content{padding:30px 12px 60px}.dashboard-layout{gap:16px}}.player-search-card{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;margin-bottom:40px;padding:28px;position:relative}.player-search-header{margin-bottom:20px}.player-search-header h2{color:#fff;margin-bottom:6px;font-size:1.8rem}.player-search-header p{color:#94a3b8;font-size:.95rem;line-height:1.5}.player-search-wrapper{width:100%;position:relative}.player-search-form{grid-template-columns:1fr auto;align-items:center;gap:16px;display:grid}.search-input{box-sizing:border-box;background:#1e293b;border:2px solid #334155;border-radius:14px;align-items:center;width:100%;height:56px;padding:0 18px;transition:border-color .3s,background .3s,box-shadow .3s;display:flex}.search-input:hover{background:#243247;border-color:#475569}.search-input:focus-within{background:#1e293b;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f,0 8px 25px #0003}.search-icon{color:#94a3b8;flex-shrink:0;margin-right:12px;font-size:1rem}.search-input:focus-within .search-icon{color:#f87171}.search-input input{color:#fff;background:0 0;border:none;outline:none;width:100%;height:52px;font-size:1rem;font-weight:500}.search-input input::placeholder{color:#94a3b8}.search-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:14px;height:52px;padding:0 26px;font-size:1rem;font-weight:600;transition:background .3s,transform .3s}.search-button:hover:not(:disabled){background:#ef4444;transform:translateY(-2px)}.search-button:disabled{opacity:.6;cursor:not-allowed}.search-results{z-index:1000;background:#0f172a;border:1px solid #ffffff14;border-radius:14px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:0 20px 50px #0006}.search-result{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:14px 18px;transition:background .2s;display:flex}.search-result:hover{background:#ffffff0d}.search-result:not(:last-child){border-bottom:1px solid #ffffff0d}.player-initial{color:#fff;background:#dc2626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:700;display:flex}.player-details{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.player-name{color:#fff;font-size:1rem;font-weight:600}.player-division{color:#94a3b8;font-size:.85rem}.search-status{color:#94a3b8;background:#0f172a;border:1px solid #ffffff14;border-radius:12px;margin-top:10px;padding:14px 18px;font-size:.9rem}.no-results{color:#f87171}.remember-player{color:#cbd5e1;align-items:center;gap:10px;margin-top:25px;display:flex}.remember-player input{accent-color:#dc2626;cursor:pointer;width:18px;height:18px}.remember-player label{cursor:pointer}@media (width<=768px){.player-search-card{padding:25px}.player-search-form{grid-template-columns:1fr}.search-input,.search-button{width:100%}.search-result{padding:16px}.player-search-header h2{font-size:1.6rem}.player-search-header p{font-size:.95rem}}.player-card{box-sizing:border-box;text-align:center;background:#1e293b;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;padding:35px;display:flex;overflow:hidden}.player-avatar{color:#fff;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 25px;font-size:2rem;font-weight:700;display:flex}.player-card h2{color:#fff;overflow-wrap:anywhere;margin:0 0 15px;font-size:clamp(1.4rem,3vw,2rem);line-height:1.2}.division-badge{color:#f87171;white-space:nowrap;background:#dc262626;border-radius:999px;justify-content:center;align-items:center;max-width:100%;margin:0 auto 30px;padding:8px 18px;font-size:.9rem;font-weight:600;display:inline-flex}.player-average{min-width:0;margin-bottom:35px}.player-average span{color:#94a3b8;margin-bottom:10px;font-size:.9rem;display:block}.player-average h1{color:#fff;margin:0;font-size:clamp(2.5rem,6vw,3.5rem);line-height:1}.player-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;min-width:0;margin-bottom:35px;display:grid}.player-details div{box-sizing:border-box;background:#0f172a;border-radius:12px;min-width:0;padding:18px}.player-details span{color:#94a3b8;white-space:normal;margin-bottom:8px;font-size:.9rem;display:block}.player-details strong{color:#fff;overflow-wrap:anywhere;font-size:1.2rem;display:block}.favourite-button{color:#fff;cursor:pointer;box-sizing:border-box;background:#dc2626;border:none;border-radius:14px;width:100%;min-height:52px;margin-top:auto;padding:16px;font-size:1rem;font-weight:600;transition:all .3s}.favourite-button:hover{background:#ef4444;transform:translateY(-2px)}.favourite-button.remembered{background:#16a34a}.favourite-button.remembered:hover{background:#22c55e}@media (width<=900px){.player-card{padding:28px}.player-avatar{width:85px;height:85px;margin-bottom:20px;font-size:1.75rem}.player-average{margin-bottom:28px}.player-details{gap:14px;margin-bottom:28px}.player-details div{padding:15px 12px}}@media (width<=600px){.player-card{border-radius:16px;width:100%;max-width:100%;height:auto;padding:24px 18px}.player-avatar{width:75px;height:75px;margin-bottom:18px;font-size:1.5rem}.player-card h2{margin-bottom:12px;font-size:1.5rem}.division-badge{margin-bottom:25px;padding:7px 14px;font-size:.8rem}.player-average{margin-bottom:25px}.player-average span{font-size:.85rem}.player-average h1{font-size:2.75rem}.player-details{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:25px}.player-details div{border-radius:10px;padding:14px 8px}.player-details span{font-size:.75rem;line-height:1.2}.player-details strong{font-size:1.05rem}.favourite-button{min-height:50px;margin-top:0;padding:14px 12px;font-size:.9rem}}@media (width<=400px){.player-card{padding:20px 14px}.player-details{grid-template-columns:1fr}.player-details div{padding:12px}.player-average h1{font-size:2.5rem}}.quick-stats{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;padding:35px}.section-header{margin-bottom:30px}.section-header h2{margin-bottom:8px}.section-header p{color:#94a3b8}.stats-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.stat-card{text-align:center;background:#0f172a;border:1px solid #ffffff0d;border-radius:15px;padding:22px;transition:all .3s}.stat-card:hover{border-color:#dc2626;transform:translateY(-5px)}.stat-icon{margin-bottom:15px;font-size:1.8rem;display:block}.stat-card h3{margin-bottom:10px;font-size:2rem}.stat-card p{color:#94a3b8;font-size:.95rem}@media (width<=768px){.stats-grid{grid-template-columns:1fr}}.last-match{box-sizing:border-box;background:#1e293b;border:1px solid #ffffff14;border-radius:16px;width:100%;min-width:0;max-width:100%;margin-top:10px;padding:32px;overflow:hidden}.match-header{justify-content:space-between;align-items:center;gap:20px;min-width:0;margin-bottom:30px;display:flex}.match-header>div{min-width:0}.match-header h2{color:#fff;margin:0;font-size:1.8rem;font-weight:700}.match-header p{color:#9e9e9e;margin:6px 0 0;font-size:.95rem}.match-result{letter-spacing:1px;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:12px 24px;font-size:.95rem;font-weight:700;transition:all .25s}.match-result.won{color:#22c55e;background:#22c55e2e;border:1px solid #22c55e59}.match-result.lost{color:#ef4444;background:#ef44442e;border:1px solid #ef444459}.match-result.draw{color:#f59e0b;background:#f59e0b2e;border:1px solid #f59e0b59}.scoreboard{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:30px;width:100%;min-width:0;margin-bottom:35px;display:grid}.player-card-small{text-align:center;min-width:0}.player-card-small h3{color:#fff;overflow-wrap:anywhere;margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:600}.player-card-small span{color:#c5c5c5;overflow-wrap:anywhere;margin-top:8px;font-size:.95rem;display:block}.score{justify-content:center;align-items:center;gap:18px;min-width:0;display:flex}.score span{font-size:clamp(3.5rem,7vw,6rem);font-weight:800;line-height:1;transition:color .25s}.score small{color:#666;font-size:clamp(1.4rem,3vw,2rem);font-weight:300}.score .winner{color:#22c55e}.score .loser{color:#ef4444}.score .draw{color:#f59e0b}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;min-width:0;display:grid}.stat-box{box-sizing:border-box;background:#242424;border:1px solid #333;border-radius:12px;align-items:center;gap:18px;min-width:0;padding:18px;transition:all .2s;display:flex}.stat-box:hover{border-color:#d62828;transform:translateY(-2px)}.stat-box svg{color:#d62828;flex-shrink:0;width:28px;min-width:28px;font-size:1.6rem}.stat-box div{flex-direction:column;min-width:0;display:flex}.stat-box label{color:#bdbdbd;overflow-wrap:anywhere;margin-bottom:4px;font-size:.9rem}.stat-box strong{color:#fff;overflow-wrap:anywhere;font-size:1.25rem;font-weight:700}.match-actions{justify-content:center;gap:20px;margin-top:35px;display:flex}.match-actions button{color:#fff;cursor:pointer;box-sizing:border-box;background:0 0;border:2px solid #d62828;border-radius:8px;min-width:180px;padding:12px 26px;font-size:.95rem;font-weight:600;transition:all .2s}.match-actions button:hover{background:#d62828}@media (width<=900px){.last-match{padding:28px}.scoreboard{grid-template-columns:1fr;gap:20px}.score{order:2}.player-card-small{order:1}.player-card-small:last-child{order:3}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.last-match{border-radius:14px;margin-top:10px;padding:20px 16px}.match-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:25px}.match-header h2{font-size:1.4rem}.match-header p{font-size:.85rem}.match-result{align-self:flex-start;padding:9px 16px;font-size:.8rem}.scoreboard{gap:15px;margin-bottom:25px}.player-card-small h3{font-size:1.35rem}.player-card-small span{font-size:.85rem}.score{gap:12px}.score span{font-size:3.75rem}.score small{font-size:1.3rem}.stats-grid{grid-template-columns:1fr;gap:10px}.stat-box{gap:14px;padding:14px}.stat-box svg{width:24px;min-width:24px;font-size:1.35rem}.stat-box label{font-size:.8rem}.stat-box strong{font-size:1.1rem}.match-actions{flex-direction:column;gap:10px;margin-top:25px}.match-actions button{width:100%;min-width:0}}@media (width<=400px){.last-match{padding:18px 12px}.player-card-small h3{font-size:1.2rem}.score span{font-size:3.25rem}.score small{font-size:1.1rem}}.league-position{box-sizing:border-box;background:#1e293b;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:100%;padding:35px;overflow:hidden}.league-header{justify-content:space-between;align-items:center;gap:20px;min-width:0;margin-bottom:35px;display:flex}.league-header p{color:#94a3b8;margin-top:8px}.position-card{text-align:center;background:#0f172a;border-radius:15px;min-width:120px;padding:20px 28px}.position-card span{color:#94a3b8;font-size:.9rem;display:block}.position-card h1{color:#dc2626;margin-top:10px;font-size:3rem}.league-table-wrapper{-webkit-overflow-scrolling:touch;box-sizing:border-box;width:100%;max-width:100%;overflow:auto hidden}.league-position table{border-collapse:collapse;table-layout:auto;width:100%;min-width:720px}.league-position thead{background:#0f172a}.league-position th{text-align:left;color:#94a3b8;white-space:nowrap;padding:15px;font-weight:600}.league-position td{white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:18px 15px}.league-position tbody tr{transition:all .25s}.league-position tbody tr:hover td{background:#263447}.current-player{font-weight:700}.current-player td{transition:background .25s}.current-player td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.current-player td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.current-player.promotion td{background:#22c55e2e}.current-player.promotion td:first-child{border-left:5px solid #22c55e}.current-player.midtable td{background:#f59e0b2e}.current-player.midtable td:first-child{border-left:5px solid #f59e0b}.current-player.relegation td{background:#ef44442e}.current-player.relegation td:first-child{border-left:5px solid #ef4444}.current-player:hover td{filter:brightness(1.08)}.league-footer{justify-content:space-between;margin-top:25px;font-size:.9rem;display:flex}.league-footer .promotion{color:#22c55e}.league-footer .relegation{color:#ef4444}@media (width<=900px){.league-position{padding:28px}.league-header{flex-direction:column;align-items:flex-start}}@media (width<=768px){.league-position{border-radius:16px;width:100%;max-width:100%;padding:24px 18px}.league-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:25px}.position-card{box-sizing:border-box;width:100%;min-width:0;padding:20px}.position-card h1{font-size:2.75rem}.league-table-wrapper{width:100%;max-width:100%;margin:0;overflow-x:auto}.league-position table{min-width:720px;font-size:.9rem}.league-position th,.league-position td{padding:12px 10px}.league-footer{flex-direction:column;gap:10px}}@media (width<=400px){.league-position{padding:20px 14px}.league-position table{min-width:700px}.league-position th,.league-position td{padding:10px 8px;font-size:.82rem}}.division-picker{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.division-picker__item{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;transition:all .25s}.division-picker__item:hover{color:var(--text);border-color:var(--red)}.division-picker__item.active{background:var(--red);border-color:var(--red);color:#fff}.standings-table{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.standings-table__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.standings-table__header h3{color:var(--text);font-size:1.15rem}.standings-table__header span{color:var(--text-muted);font-size:.85rem}.standings-table__scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}thead th{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 10px;font-size:.75rem;font-weight:600}tbody td{text-align:center;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 10px}tbody tr:last-child td{border-bottom:none}.align-left{text-align:left!important}.player-name{color:var(--text);font-weight:600}.points{color:var(--text);font-weight:700}.positive{color:#4ade80}.negative{color:var(--red-hover)}tr.promotion td:first-child{box-shadow:inset 3px 0 #4ade80}tr.relegation td:first-child{box-shadow:inset 3px 0 0 var(--red)}.standings-table__legend{color:var(--text-muted);gap:20px;padding:16px 24px;font-size:.8rem;display:flex}.dot{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot.promotion{background:#4ade80}.dot.relegation{background:var(--red)}.league-standings{max-width:1100px;margin:0 auto;padding:140px 24px 80px}.league-standings .section-header{text-align:center;margin-bottom:36px}.league-standings .section-tag{color:var(--red);letter-spacing:.08em;font-size:2.5rem;font-weight:700}.league-standings h2{color:var(--text);margin:10px 0 12px;font-size:2.2rem}.league-standings p{color:var(--text-muted);max-width:560px;margin:0 auto}.rules{max-width:1200px;margin:auto;padding:120px 24px 80px}.rules__hero{text-align:center;margin-bottom:70px}.rules__eyebrow{color:#ef4444;letter-spacing:3px;text-transform:uppercase;margin-bottom:18px;font-size:.9rem;font-weight:700;display:inline-block}.rules__hero h2{color:#fff;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem)}.rules__hero p{color:#94a3b8;max-width:760px;margin:auto;font-size:1.1rem;line-height:1.8}.rules__highlights{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:70px;display:grid}.highlight-card{text-align:center;background:#111827cc;border:1px solid #ffffff0f;border-radius:18px;padding:28px;transition:all .35s}.highlight-card:hover{border-color:#ef4444;transform:translateY(-6px)}.highlight-card span{margin-bottom:14px;font-size:2.2rem;display:block}.highlight-card h3{color:#fff;margin:0;font-size:1.1rem}.rules__grid{gap:24px;display:grid}.rules__footer{text-align:center;border-top:1px solid #ffffff14;margin-top:80px;padding-top:60px}.rules__footer h2{color:#fff;margin-bottom:20px;font-size:2.2rem}.rules__footer p{color:#94a3b8;max-width:760px;margin:16px auto;line-height:1.8}.rules__footer h3{color:#ef4444;margin-top:40px;font-size:2rem}@media (width<=992px){.rules__highlights{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.rules{padding:90px 20px 60px}.rules__hero{margin-bottom:50px}.rules__hero h2{font-size:2.5rem}.rules__hero p{font-size:1rem}.rules__highlights{grid-template-columns:1fr;gap:16px;margin-bottom:50px}.highlight-card{padding:22px}.rules__footer{margin-top:60px}.rules__footer h2{font-size:1.9rem}.rules__footer h3{font-size:1.6rem}}.rule-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827d9;border:1px solid #ffffff0f;border-radius:20px;transition:all .35s;overflow:hidden}.rule-card:hover{border-color:#ef444473;transform:translateY(-4px);box-shadow:0 18px 40px #00000059}.rule-card.open{border-color:#ef4444}.rule-card__header{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 28px;display:flex}.rule-card__header:hover{background:#ffffff05}.rule-card__title-group{align-items:center;gap:18px;display:flex}.rule-card__icon{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex;box-shadow:0 8px 20px #ef444459}.rule-card__title-group h3{color:#fff;margin:0;font-size:1.35rem;font-weight:700}.rule-card__arrow{color:#94a3b8;font-size:1rem;transition:transform .35s}.rule-card__arrow.rotate{transform:rotate(180deg)}.rule-card__content{max-height:0;padding:0 28px;transition:max-height .45s,padding .35s;overflow:hidden}.rule-card__content.show{max-height:1200px;padding:0 28px 28px}.rule-card__list{margin:0;padding:0;list-style:none}.rule-card__list li{color:#cbd5e1;margin-bottom:18px;padding-left:30px;font-size:.98rem;line-height:1.7;position:relative}.rule-card__list li:before{content:"✔";color:#ef4444;font-weight:700;position:absolute;top:1px;left:0}.rule-card__highlight{background:#ef444414;border-left:4px solid #ef4444;border-radius:12px;margin-top:28px;padding:18px 20px}.rule-card__highlight h4{color:#fff;margin:0 0 8px;font-size:1rem}.rule-card__highlight p{color:#d1d5db;margin:0;line-height:1.6}.rule-card__quote{text-align:center;color:#fff;border-top:1px solid #ffffff14;margin-top:30px;padding:20px;font-size:1.2rem;font-style:italic;font-weight:600}@media (width<=768px){.rule-card__header{padding:20px}.rule-card__title-group{gap:14px}.rule-card__icon{width:50px;height:50px;font-size:1.4rem}.rule-card__title-group h3{font-size:1.1rem}.rule-card__content{padding:0 20px}.rule-card__content.show{padding:0 20px 20px}.rule-card__list li{font-size:.95rem;line-height:1.6}}.fixtures-page{background:#0f172a;min-height:100vh;padding-top:120px}.fixtures-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:5rem 1.5rem}.fixtures-hero-content{max-width:1100px;margin:0 auto}.fixtures-subtitle{color:#ef4444;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.fixtures-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.fixtures-description{color:#cbd5e1;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.fixtures-content{background:#111827;padding:4rem 1.5rem 5rem}.fixtures-container{max-width:1200px;margin:0 auto}.fixtures-stats{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.fixtures-stat-card{background:#1e293b;border:1px solid #334155;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .25s;display:flex}.fixtures-stat-card:hover{border-color:#ef4444;transform:translateY(-3px)}.fixtures-stat-icon{font-size:2rem}.fixtures-stat-card h3{color:#fff;margin:0;font-size:2rem}.fixtures-stat-card p{color:#94a3b8;margin-top:.35rem}.selector-title{text-align:center;color:#fff;margin-bottom:1.25rem;font-size:1.35rem;font-weight:700}.division-selector{margin-bottom:2rem}.division-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.division-button{color:#cbd5e1;cursor:pointer;background:#1e293b;border:2px solid #334155;border-radius:999px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s}.division-button:hover{color:#fff;border-color:#ef4444;transform:translateY(-2px)}.division-button.active{color:#fff;background:#ef4444;border-color:#ef4444}.week-selector{margin-bottom:3rem}.week-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.week-button{color:#cbd5e1;cursor:pointer;background:#1e293b;border:2px solid #334155;border-radius:999px;padding:.75rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .25s}.week-button:hover{color:#fff;border-color:#ef4444;transform:translateY(-2px)}.week-button.active{color:#fff;background:#ef4444;border-color:#ef4444}.fixtures-list{flex-direction:column;gap:1.5rem;display:flex}.no-fixtures{text-align:center;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:3rem}.no-fixtures h3{color:#fff;margin-bottom:.75rem}.no-fixtures p{color:#94a3b8}.fixture-card{background:#1e293b;border:1px solid #334155;border-radius:18px;padding:2rem;transition:all .25s}.fixture-card:hover{border-color:#ef4444;transform:translateY(-4px)}.fixture-players{grid-template-columns:60px 1fr 180px 1fr 60px;align-items:center;gap:1.5rem;display:grid}.home-player-name,.away-player-name{color:#fff;font-size:1.2rem;font-weight:600}.home-player-name{text-align:right}.away-player-name{text-align:left}.player-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:700;display:flex}.home-avatar{background:#ef4444}.away-avatar{background:#3b82f6}.fixture-centre{text-align:center;flex-shrink:0;width:180px}.fixture-score,.fixture-vs{color:#fff;font-size:2rem;font-weight:800}.fixture-score{justify-content:center;gap:.5rem;display:flex}.score-divider{color:#64748b}.fixture-status{border-radius:999px;margin-top:.75rem;padding:.4rem .9rem;font-size:.85rem;font-weight:700;display:inline-block}.fixture-status.completed{color:#22c55e;background:#22c55e26}.fixture-status.pending{color:#f59e0b;background:#f59e0b26}.fixture-summary{border-top:1px solid #334155;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.summary-row{grid-template-columns:1fr 180px 1fr;align-items:center;display:grid}.summary-row span{color:#fff}.summary-row span:first-child{text-align:right;font-weight:700}.summary-row span:nth-child(2){text-align:center;color:#94a3b8;font-weight:600}.summary-row span:last-child{text-align:left;font-weight:700}.fixture-expand{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:12px;width:100%;margin-top:1.5rem;padding:.9rem;font-weight:600;transition:all .25s}.fixture-expand:hover{color:#fff;border-color:#ef4444}.fixture-details{border-top:1px solid #334155;flex-direction:column;gap:.8rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.detail-row{grid-template-columns:1fr 180px 1fr;align-items:center;display:grid}.detail-row span:first-child{text-align:right;color:#fff;font-weight:700}.detail-row span:nth-child(2){text-align:center;color:#94a3b8;font-size:.9rem}.detail-row span:last-child{text-align:left;color:#fff;font-weight:700}@media (width<=768px){.fixtures-hero{padding:4rem 1rem}.fixtures-description{font-size:1rem}.fixtures-stat-card{padding:1.25rem}.division-button,.week-button{width:100%;max-width:280px}.fixture-card{padding:1.5rem}.fixture-players{text-align:center;grid-template-columns:1fr;gap:1.5rem}.fixture-player,.fixture-player:last-child{text-align:center;justify-content:center}}.statistics-hero{text-align:center;background:linear-gradient(#0f172abf,#0f172ad9),url(https://images.unsplash.com/photo-1518391846015-55a9cc003b25?auto=format&fit=crop&w=1600&q=80) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:340px;display:flex;position:relative;overflow:hidden}.statistics-hero__overlay{background:radial-gradient(circle,#dc262626,#0000 70%);position:absolute;inset:0}.statistics-hero__content{z-index:2;max-width:900px;padding:40px 20px;position:relative}.statistics-hero__tag{color:#f87171;letter-spacing:1px;background:#dc26262e;border-radius:999px;margin-bottom:20px;padding:8px 18px;font-size:.85rem;font-weight:700;display:inline-block}.statistics-hero h1{color:#fff;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.5rem)}.statistics-hero p{color:#cbd5e1;max-width:700px;margin:auto;font-size:1.15rem;line-height:1.8}.statistics-grid-section{padding:80px 20px}.statistics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;max-width:1500px;margin:0 auto;display:grid}.stat-card{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;transition:all .25s;overflow:hidden}.stat-card:hover{border-color:#dc262659;transform:translateY(-4px);box-shadow:0 12px 30px #00000040}.stat-card-header{border-bottom:1px solid #ffffff14;align-items:center;gap:18px;padding:24px 28px;display:flex}.stat-card-icon{background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.5rem;display:flex}.stat-card-header h2{color:#fff;margin:0}.stat-card-header p{color:#94a3b8;margin-top:4px}.stat-card-body{padding:0}.stats-table{border-collapse:collapse;width:100%}.stats-table thead{background:#0f172a}.stats-table th{color:#94a3b8;text-align:left;padding:16px;font-size:.9rem;font-weight:600}.stats-table td{border-bottom:1px solid #ffffff0d;padding:18px 16px}.stats-table tbody tr{transition:all .25s}.stats-table tbody tr:hover{background:#ffffff08}.stats-table tbody tr:first-child{background:#f59e0b2e}.stats-table tbody tr:nth-child(2){background:#9ca3af2e}.stats-table tbody tr:nth-child(3){background:#b453092e}.stats-table th:first-child,.stats-table td:first-child{text-align:center;width:60px;font-weight:700}.stats-table th:nth-child(2),.stats-table td:nth-child(2){text-align:left;white-space:nowrap}.stats-table th:nth-child(3),.stats-table td:nth-child(3){text-align:center}.stats-table th:nth-child(4),.stats-table td:nth-child(4){text-align:right}.stat-value{color:#ef4444;font-size:1.05rem;font-weight:700}.stats-loading{text-align:center;color:#94a3b8;padding:40px;font-size:1rem}.division-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:95px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.division-premier{color:#f87171;background:#dc26262e}.division-1{color:#fb923c;background:#f973162e}.division-2{color:#facc15;background:#eab3082e}.division-3{color:#4ade80;background:#22c55e2e}.division-4{color:#60a5fa;background:#3b82f62e}.division-5{color:#c084fc;background:#a855f72e}.division-6{color:#22d3ee;background:#06b6d42e}.division-7{color:#f472b6;background:#ec48992e}.division-8{color:#d97706;background:#a162072e}.division-9{color:#d1d5db;background:#6b72802e}@media (width<=900px){.statistics-grid{grid-template-columns:1fr}}@media (width<=768px){.statistics-grid-section{padding:50px 15px}.statistics-hero{min-height:280px}.statistics-hero p{font-size:1rem}.stat-card-header{padding:20px}.stat-card-icon{width:48px;height:48px;font-size:1.25rem}.stat-card-header h2{font-size:1.2rem}.stats-table{font-size:.85rem}.stats-table th,.stats-table td{padding:12px 10px}}@media (width<=600px){.stats-table th:nth-child(3),.stats-table td:nth-child(3){display:none}}
