@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";@font-face{font-family:Nunito Sans;src:url(/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf) format("truetype")}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:Jersey;src:url(/fonts/Jersey\ M54.ttf) format("truetype")}@font-face{font-family:Satisfy;src:url(/fonts/Satisfy-Regular.ttf) format("truetype")}body{font-family:Inter;background-color:#000;--color-primary: white;--color-secondary: #85C3E8;--color-secondary-light: gray;--color-background: black}.modal-overlay-main{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:99999;cursor:pointer;opacity:0;animation:modalOverlayFade .25s ease-out forwards}.modal-content{background:transparent;display:flex;justify-content:center;align-items:center;border-radius:12px;padding:0;max-width:520px;width:90%;transform:scale(.85);opacity:0;animation:modalPopup .25s ease-out forwards}@keyframes modalOverlayFade{0%{opacity:0}to{opacity:1}}@keyframes modalPopup{0%{opacity:0;transform:scale(.85) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.app-layout{display:flex;flex-direction:column;min-height:100vh;height:auto;width:100%}.app-main{min-height:100vh;min-height:600px;height:auto}.app-footer{color:#fff;position:relative;z-index:10;backdrop-filter:none;-webkit-backdrop-filter:none;background:#000000f2;border-top:none;padding:3rem 2rem 1.5rem}.app-footer *{backdrop-filter:none;-webkit-backdrop-filter:none}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:2rem}.footer-logo{font-size:1.5rem;font-weight:700;color:#85c3e8;flex:0 0 auto}.footer-links{display:flex;gap:3rem;flex:1;justify-content:flex-end}.footer-column h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:#85c3e8}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(133,195,232,.1);text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem;margin:0}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}.footer-links{flex-direction:column;gap:2rem;width:100%}.footer-logo,.footer-column{text-align:center}.app-footer{padding:2rem 1rem 1rem}}@media (max-width: 800px){.app-layout .responsive-navbar{position:sticky;top:0;z-index:1000}}@media (max-width: 480px){.footer-links{gap:1.5rem}.footer-column h3{font-size:.9rem}.footer-column a{font-size:.85rem}}:root{--font-500: clamp(.8rem, 2.8vw, 3.5rem);--font-400: 1.5rem;--font-300: clamp(.6rem, 1vw, 2rem)}.navbar-flex-container{position:relative;display:flex;justify-content:space-between;height:60px;padding:1rem;align-items:center;z-index:10000000}.title-flex-container{font-size:var(--font-500);color:var(--color-primary);display:flex;align-items:center;white-space:nowrap;flex-shrink:1;min-width:0}.navbar-title{font-weight:950;letter-spacing:1.5px;white-space:nowrap}.navbar-title span{color:var(--color-secondary)}.lightning-svg-navbar{width:45px;fill:var(--color-secondary);filter:drop-shadow(0 0 6px var(--color-secondary)) drop-shadow(0 0 12px var(--color-secondary))}.links-flex-container{display:flex;gap:4.3rem;color:var(--color-secondary-light);font-weight:700;font-size:var(--font-300)}@media (max-width: 1500px){.links-flex-container{gap:3rem}}.link-1{background:transparent;border:none;color:#fff}.link-1:hover,.link-1:focus,.link-1:active,.dropdown-item-nav:hover,.navbar-profile:hover{cursor:pointer;transform:scale(1.05)}.nav-profile-flex-container{color:#fff;font-weight:700;font-size:var(--font-300);z-index:1000000}.hamburger-navbar{display:none}.hamburger-navbar button{background:transparent;border:none;cursor:pointer;padding:0;margin:0}.hamburger-navbar svg{fill:#fff;width:45px}.dropdown-navbar{position:absolute;top:60px;right:0;width:100%;height:auto;min-height:350px;color:var(--color-primary);font-weight:600;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:2rem 1rem;pointer-events:none;opacity:0;visibility:hidden;border-radius:0 0 16px 16px;border:1px solid rgba(133,195,232,.15);border-top:none;box-shadow:0 15px 50px #000000b3}.dropdown-navbar.show{opacity:1;visibility:visible;pointer-events:auto}.dropdown-navbar.hide{visibility:visible;pointer-events:none}.dropdown-navbar.hidden{display:none}.dropdown-content{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px}.dropdown-item-nav{font-size:1.3rem;text-align:left;opacity:1;transform:none;padding:1rem 2rem;border-radius:10px;position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.08);margin:.25rem 0;font-weight:500;letter-spacing:.3px;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;text-decoration:none;color:inherit}.dropdown-item-nav:after{display:none}.dropdown-nav-icon{width:20px;height:20px;stroke:currentColor;flex-shrink:0;opacity:.85}.user-dropdown-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;padding:0!important;background:#85c3e8;border:1px solid rgba(133,195,232,.2);border-radius:12px;margin:.25rem 0}.dropdown-user-trigger{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;cursor:pointer;width:100%;justify-content:flex-start;font-size:1.3rem;font-weight:500;letter-spacing:.3px;min-width:0}.dropdown-user-text{min-width:0;flex:1;font-size:.95em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.dropdown-arrow{font-size:.8rem;color:#fff;margin-left:auto}.user-dropdown-wrapper.open .dropdown-arrow{transform:rotate(180deg);color:var(--color-secondary)}.dropdown-submenu{display:flex;flex-direction:column;gap:.5rem;max-height:0;overflow:hidden;opacity:0;width:100%;padding:0}.user-dropdown-wrapper.open .dropdown-submenu{max-height:340px;opacity:1;padding:0 .75rem .75rem}.dropdown-submenu-item{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 1.5rem;font-size:1.05rem;color:#fff;cursor:pointer;border-radius:8px;background:#121212f2;border:1px solid rgba(133,195,232,.35);font-weight:500;letter-spacing:.2px}.username-submenu-item{justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:linear-gradient(180deg,#121212fa,#0a0a0afa);border:1px solid rgba(133,195,232,.45);box-shadow:inset 0 0 0 1px #85c3e814;cursor:default}.username-submenu-label{color:#ffffffbf;font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.45px;flex-shrink:0}.username-submenu-value{color:#fff;font-size:.96rem;font-weight:600;line-height:1.3;width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.submenu-icon{width:18px;height:18px;stroke:currentColor;flex-shrink:0;opacity:.9}.logout-submenu{color:#ffd1d1;background:#781c1cf2;border-color:#ff6b6b8c}.hamburger-icon.open .top{transform:rotate(45deg) translateY(7px)}.hamburger-icon.open .middle{opacity:0}.hamburger-icon.open .bottom{transform:rotate(-45deg) translate(-1px,-6px)}.hamburger-icon{transition:transform .2s ease}.hamburger-icon.open{transform:rotate(180deg)}.hamburger-icon .line{stroke:#fff;stroke-width:2;transition:all .3s ease;transform-origin:center}@media (max-width: 1279px){:root{--font-500: clamp(.9rem, 2.5vw, 3.5rem);--font-400: 1.5rem;--font-300: clamp(.8rem, 1.2vw, 2rem)}.lightning-svg-navbar,.hamburger-navbar svg{width:40px}.links-flex-container{gap:1.4rem}}@media (max-width: 1100px){.links-flex-container{gap:.9rem}}@media (max-width: 1000px){:root{--font-500: 2.8rem;--font-400: 1.5rem;--font-300: clamp(.8rem, 1.2vw, 2rem);--svg-size: 30px}.lightning-svg-navbar{width:45px}.nav-profile-flex-container,.links-flex-container{display:none}.hamburger-navbar{display:block}}@media (max-width: 550px){:root{--font-500: 6.9vw}.lightning-svg-navbar{width:30px}.hamburger-navbar svg{width:30px}}.login-modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:10000;overflow-y:auto}@media (max-height: 700px){.login-modal{align-items:flex-start;padding-top:80px;padding-bottom:20px}.login-box{margin:auto 0}.login-form{padding:1.5rem;gap:1rem}.login-header{padding:1rem 1.5rem}}@media (max-width: 820px){.login-modal{align-items:flex-start;padding-top:70px;padding-bottom:20px}.login-box{margin:0 auto}}.login-box{background:#121212fa;border:1px solid rgba(133,195,232,.3);border-radius:12px;box-shadow:0 20px 60px #000000e6;width:90%;max-width:400px;padding:0}.login-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(133,195,232,.2)}.login-modal .login-header{position:relative;display:flex;justify-content:center;align-items:center}.login-modal .login-header h2{position:absolute;left:50%;transform:translate(-50%);margin:0}.close-btn-x{background:none;border:none;color:#888;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.login-modal .close-btn-x{margin-left:auto}.close-btn-x:hover{color:#85c3e8;background:#85c3e81a}.close-btn{background:transparent;color:#888;border:1px solid #333;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;margin-top:.25rem}.close-btn:hover{color:#fff;border-color:#444}.dropdown-item-nav,.link-1,.link-1 a,.navbar-profile,.forgot-password-btn,.signup-btn,.login-submit-btn,.close-btn,.close-btn-x{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover: none) and (pointer: coarse){.link-1:hover,.link-1:focus,.link-1:active,.dropdown-item-nav:hover,.navbar-profile:hover,.forgot-password-btn:hover,.signup-btn:hover,.close-btn:hover,.close-btn-x:hover,.login-submit-btn:hover{transform:none}}.login-input:disabled,.login-submit-btn:disabled,.signup-btn:disabled,.forgot-password-btn:disabled,.close-btn:disabled,.close-btn-x:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.login-box{max-width:95%}.login-header{padding:1.25rem}.login-form{padding:1.5rem 1.25rem}}.user-menu-container{position:relative;display:inline-block;z-index:100000}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;background:none;color:inherit;cursor:pointer;padding:.5rem 1rem;border-radius:20px;font-family:inherit;font-size:inherit;background-color:#85c3e8}.username-display{font-weight:600}.user-menu-arrow{font-size:.7rem;transition:transform .05 ease;color:#fff}.user-menu-arrow.open{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#141414fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 32px #0006;min-width:240px;max-width:min(90vw,340px);z-index:2000;overflow:hidden}.user-info{padding:1rem 1rem .75rem;border-bottom:1px solid rgba(255,255,255,.08)}.user-greeting{color:#fff;font-weight:600;font-size:.95rem;letter-spacing:.3px;display:flex;flex-direction:column;gap:.3rem;min-width:0}.user-greeting-label{color:#ffffffbf;font-size:.78rem;font-weight:500;letter-spacing:.2px}.user-greeting-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-divider{height:1px;background:var(--color-border-primary);margin:.5rem 0}.user-menu-item{display:flex;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;background:#121212f2;border:1px solid rgba(133,195,232,.25);color:#ffffffd9;font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;font-family:inherit;position:relative}.user-menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,var(--color-secondary),transparent)}.user-menu-item:hover{color:#fff}.user-menu-item:hover:before{width:3px}.menu-icon{width:18px;height:18px;stroke:currentColor;flex-shrink:0;opacity:.85;transition:opacity .2s ease}.user-menu-item:hover .menu-icon{opacity:1}.logout-item{color:#ff6b6be6;background:#781c1ceb;border:1px solid rgba(255,107,107,.45)}.logout-item:before{background:linear-gradient(90deg,#ff6b6b,transparent)}.logout-item:hover{background:#ff6b6b14;color:#ff8a8a}.more-menu-container{position:relative}.link-1.more-menu-container:hover,.link-1.more-menu-container:focus,.link-1.more-menu-container:active{transform:none}.more-menu-trigger{background:transparent;border:none;color:#fff;font-weight:700;font-size:var(--font-300);cursor:pointer;padding:0;display:inline-block;transition:transform .2s ease}.more-menu-trigger:hover,.more-menu-trigger:focus{transform:scale(1.05)}.more-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;background:#141414fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 32px #0006;min-width:180px;z-index:2000;overflow:hidden}.more-dropdown-menu a{display:block;padding:.875rem 1rem;color:#ffffffd9;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease}.more-dropdown-menu a:hover{background:#85c3e814;color:#fff}.login-input:disabled,.login-submit-btn:disabled,.signup-btn:disabled,.forgot-password-btn:disabled,.close-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.dropdown-item-nav{font-size:1.2rem;padding:.9rem 1.75rem}.dropdown-nav-icon{width:18px;height:18px}.dropdown-user-trigger{font-size:1.2rem;padding:.9rem 1.75rem}.dropdown-user-text{font-size:.88em}.dropdown-submenu-item{font-size:1rem;padding:.8rem 1.25rem}.submenu-icon{width:16px;height:16px}}@media (max-width: 480px){.dropdown-item-nav{font-size:1.1rem;padding:.85rem 1.5rem}.dropdown-nav-icon{width:17px;height:17px}.dropdown-user-trigger{font-size:1.1rem;padding:.85rem 1.5rem}.dropdown-user-text{font-size:.82em}.dropdown-submenu-item{font-size:.95rem;padding:.75rem 1rem}.username-submenu-label{font-size:.7rem}.username-submenu-value{font-size:.88rem;-webkit-line-clamp:3}.submenu-icon{width:15px;height:15px}}@media (prefers-contrast: high){.user-dropdown-menu{border:2px solid var(--color-accent-cyan)}.user-menu-item{border-bottom:1px solid var(--color-border-primary)}.user-menu-item:last-child{border-bottom:none}}@media (prefers-reduced-motion: reduce){.user-dropdown-menu,.user-menu-arrow,.user-menu-item{animation:none;transition:none}}@keyframes dropdown-slide-in{0%{transform:translateY(-50px)}to{transform:translateY(0)}}@keyframes dropdown-slide-out{0%{transform:translateY(0)}to{transform:translateY(-50px);opacity:0}}@keyframes item-slide-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes item-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes slide-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-out{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes link-slide-down{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}a{text-decoration:none;color:inherit;cursor:pointer}.dropdown-content.slide-in .dropdown-item-nav:nth-child(1){animation:item-slide-in .3s ease forwards .05s}.dropdown-content.slide-in .dropdown-item-nav:nth-child(2){animation:item-slide-in .3s ease forwards .1s}.dropdown-content.slide-in .dropdown-item-nav:nth-child(3){animation:item-slide-in .3s ease forwards .15s}.dropdown-content.slide-in .dropdown-item-nav:nth-child(4){animation:item-slide-in .3s ease forwards .2s}.dropdown-content.slide-in .dropdown-item-nav:nth-child(5){animation:item-slide-in .3s ease forwards .25s}.dropdown-content.slide-in .dropdown-item-nav:nth-child(6){animation:item-slide-in .3s ease forwards .3s}.dropdown-content.slide-out .dropdown-item-nav:nth-child(1){animation:item-slide-out .3s ease forwards}.dropdown-content.slide-out .dropdown-item-nav:nth-child(2){animation:item-slide-out .3s ease forwards}.dropdown-content.slide-out .dropdown-item-nav:nth-child(3){animation:item-slide-out .3s ease forwards}.dropdown-content.slide-out .dropdown-item-nav:nth-child(4){animation:item-slide-out .2s ease forwards}.dropdown-content.slide-out .dropdown-item-nav:nth-child(5){animation:item-slide-out .2s ease forwards}.dropdown-content.slide-out .dropdown-item-nav:nth-child(6){animation:item-slide-out .2s ease forwards}.dropdown-content.slide-in,.dropdown-content.slide-out{animation:none}.dropdown-content.slide-in .dropdown-item-nav:nth-child(1),.dropdown-content.slide-in .dropdown-item-nav:nth-child(2),.dropdown-content.slide-in .dropdown-item-nav:nth-child(3),.dropdown-content.slide-in .dropdown-item-nav:nth-child(4),.dropdown-content.slide-in .dropdown-item-nav:nth-child(5),.dropdown-content.slide-in .dropdown-item-nav:nth-child(6){animation:none;opacity:1;transform:none}.dropdown-content.slide-out .dropdown-item-nav:nth-child(1),.dropdown-content.slide-out .dropdown-item-nav:nth-child(2),.dropdown-content.slide-out .dropdown-item-nav:nth-child(3),.dropdown-content.slide-out .dropdown-item-nav:nth-child(4),.dropdown-content.slide-out .dropdown-item-nav:nth-child(5),.dropdown-content.slide-out .dropdown-item-nav:nth-child(6){animation:none}@media (max-width: 768px){.dropdown-item-nav{font-size:1.2rem;padding:.9rem 1.75rem}.dropdown-nav-icon{width:18px;height:18px}.dropdown-user-trigger{font-size:1.2rem;padding:.9rem 1.75rem}.dropdown-submenu-item{font-size:1rem;padding:.8rem 1.25rem}.submenu-icon{width:16px;height:16px}}@media (max-width: 480px){.dropdown-item-nav{font-size:1.1rem;padding:.85rem 1.5rem}.dropdown-nav-icon{width:17px;height:17px}.dropdown-user-trigger{font-size:1.1rem;padding:.85rem 1.5rem}.dropdown-submenu-item{font-size:.95rem;padding:.75rem 1rem}.submenu-icon{width:15px;height:15px}}.navbar-logo{height:70px;width:70px;background-color:#85c3e8;-webkit-mask:url(/logo.png) no-repeat center;mask:url(/logo.png) no-repeat center;-webkit-mask-size:contain;mask-size:contain;margin-right:15px;filter:drop-shadow(0 0 8px rgba(133,195,232,.8))}@media (max-width: 600px){.navbar-logo{height:50px;width:50px;background-color:#85c3e8;-webkit-mask:url(/logo.png) no-repeat center;mask:url(/logo.png) no-repeat center;-webkit-mask-size:contain;mask-size:contain;margin-right:5px;filter:drop-shadow(0 0 8px rgba(133,195,232,.8))}}@media (max-width: 350px){.navbar-logo{height:35px;width:35px;background-color:#85c3e8;-webkit-mask:url(/logo.png) no-repeat center;mask:url(/logo.png) no-repeat center;-webkit-mask-size:contain;mask-size:contain;margin-right:15px;filter:drop-shadow(0 0 8px rgba(133,195,232,.8))}}:root{--color-primary-bg: #0a0e1a;--color-secondary-bg: #1e2330;--color-tertiary-bg: #161b26;--color-surface: #0d1117;--color-accent-cyan: #85c3e8;--color-accent-cyan-hover: #00d9ff;--color-accent-cyan-glow: rgba(0, 255, 255, .3);--color-accent-cyan-light: rgba(0, 255, 255, .2);--color-border-primary: #2a3441;--color-border-hover: var(--color-accent-cyan);--color-text-primary: #ffffff;--color-text-secondary: #9ca3af;--color-text-muted: #6b7280;--color-hover-bg: #252b3a;--color-selected-bg: #2a4a3a;--color-selected-bg-alt: #0ff0f077;--color-shadow-light: rgba(0, 0, 0, .3);--color-shadow-medium: rgba(0, 0, 0, .4);--color-shadow-heavy: rgba(0, 0, 0, .5);--gradient-primary: linear-gradient(135deg, var(--color-secondary-bg) 0%, var(--color-tertiary-bg) 100%);--gradient-hover: linear-gradient(135deg, var(--color-border-primary) 0%, var(--color-secondary-bg) 100%);--gradient-accent: linear-gradient(90deg, var(--color-accent-cyan), var(--color-accent-cyan-hover));--color-glass-highlight: rgba(255, 255, 255, .1);--color-glass-highlight-subtle: rgba(255, 255, 255, .05);--color-metric-elite: #00ff88;--color-metric-great: #00ffff;--color-metric-good: #00ddff;--color-metric-average: #ffd700;--color-metric-below: #ff8800;--color-metric-poor: #ff4444}.rankings-container{display:flex;flex-direction:row;width:100%;gap:1.3em;justify-content:center;align-items:flex-start;background:#000;border-radius:12px;padding:2em;height:auto}.tier-row{display:none}.settings-tabs-container{display:flex;flex-direction:column;width:19%;gap:1.5em;flex-shrink:0;height:800px;position:relative}.settings-tabs-container:before{content:"SCOUTING TOOLS";position:absolute;top:-30px;left:0;color:var(--color-accent-cyan);font-weight:800;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;border-bottom:2px solid var(--color-accent-cyan);padding-bottom:5px}.settings-bin{width:100%;height:207px;min-height:120px;padding:1.5em;border-radius:12px;background:var(--gradient-primary);border:1px solid var(--color-border-primary);box-shadow:0 8px 32px var(--color-shadow-medium),inset 0 1px 0 var(--color-glass-highlight);position:relative;overflow:hidden}.settings-bin:hover{transform:translate(5px);border-color:var(--color-accent-cyan);box-shadow:0 15px 45px var(--color-shadow-heavy),0 0 30px var(--color-accent-cyan-light)}.settings-bin:not(:last-child):after{content:"";position:absolute;bottom:-.75em;left:50%;transform:translate(-50%);width:50px;height:1px;background:linear-gradient(90deg,transparent,var(--color-border-primary),var(--color-accent-cyan),var(--color-border-primary),transparent);opacity:.6;box-shadow:0 0 3px var(--color-accent-cyan-glow)}.table-section{display:flex;flex-direction:column;width:100%;gap:1em;position:relative;height:auto}.fantasy-stats-mobile-flex{display:flex;align-content:center;justify-content:center}.primary-button{background:var(--color-accent-cyan);color:var(--color-primary-bg);border:none;border-radius:8px;padding:5px 20px;font-weight:600;font-size:.9rem;height:44px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;width:100%}.primary-button:hover{background:var(--color-accent-cyan-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--color-accent-cyan-glow)}.table-controls{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.8rem;background-color:#121212;border-radius:20px;border:1px solid var(--color-border-primary);box-shadow:0 8px 32px var(--color-shadow-light),inset 0 1px 0 var(--color-glass-highlight);gap:1.5rem;z-index:100;position:relative}.controls-left{display:flex;gap:1.2rem;align-items:center}.controls-right{display:flex;align-items:center}.search-bar{padding:.9rem 1.2rem;border-radius:8px;border:1px solid var(--color-border-primary);background:var(--color-surface);color:var(--color-text-primary);font-size:.95rem;min-width:280px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.search-bar:focus{outline:none;border-color:var(--color-accent-cyan);box-shadow:0 0 15px var(--color-accent-cyan-glow)}.search-bar::placeholder{color:var(--color-text-secondary)}.dropdown{position:relative;display:inline-block;width:100%;max-width:200px;z-index:1}.dropdown-label{display:block;color:var(--color-text-secondary);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.dropdown-toggle{width:100%;padding:12px 16px;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:8px;color:var(--color-text-primary);font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;min-width:140px}.dropdown-toggle:hover{border-color:var(--color-accent-cyan);background:var(--color-hover-bg)}.dropdown-toggle.active{border-color:var(--color-accent-cyan);box-shadow:0 0 15px var(--color-accent-cyan-glow)}.dropdown-arrow{width:12px;height:12px}.dropdown-toggle.active .dropdown-arrow{transform:rotate(-135deg) translateY(3px);border-color:var(--color-accent-cyan)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:8px;box-shadow:0 10px 30px var(--color-shadow-heavy);opacity:0;visibility:hidden;transform:translateY(-10px);z-index:1000;max-height:300px;overflow-y:auto}.dropdown.open{z-index:9999}.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--color-border-primary);color:var(--color-text-primary);font-size:14px}.v3-content .dropdown-item{height:30px;font:.9rem;display:flex;align-items:center;justify-content:center}.dropdown-item.selected{background:var(--color-accent-cyan);color:var(--color-hover-bg);font-weight:700}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--color-hover-bg);color:var(--color-accent-cyan);padding-left:20px}.rank-name-info-mobile-flex{display:flex;flex-direction:row;align-items:center}.adp-proj-section-mobile,.fantasy-stats-section-mobile{display:none}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:var(--color-secondary-bg)}.dropdown-menu::-webkit-scrollbar-thumb{background:var(--color-accent-cyan);border-radius:3px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--color-accent-cyan-hover)}.table-container{overflow-x:auto;width:100%;padding:25px;border-radius:12px;border:1px solid var(--color-border-primary);overflow-y:auto;flex:1;position:relative;z-index:1}.rankings-table-container{height:80vh;overflow-y:auto;min-height:500px}.rankings-table-container::-webkit-scrollbar{width:6px}.rankings-table-container::-webkit-scrollbar-track{background:#1e293b80;border-radius:3px}.rankings-table-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#60a5fa,#38bdf8);border-radius:3px}.rankings-table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#93c5fd,#7dd3fc)}.table-container::-webkit-scrollbar{width:8px;height:8px}.table-container::-webkit-scrollbar-track{background:var(--color-secondary-bg);border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:var(--color-border-primary);border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:var(--color-accent-cyan)}.table-container table{border:none;width:100%;border-collapse:separate;border-spacing:0;table-layout:auto}.table-container table thead{display:none}.table-container table tbody{display:block;width:100%}.table-container table td{border:none;vertical-align:middle;padding:0;display:flex;align-items:center}.table-container table tr:first-child th:first-child{border-top-left-radius:12px}.table-container table tr:first-child th:last-child{border-top-right-radius:12px}.table-container table tr:last-child td:first-child{border-bottom-left-radius:12px}.table-container table tr:last-child td:last-child{border-bottom-right-radius:12px}.table-container table thead tr,.table-container table thead th{display:none}.tier-row{display:none;background:#00ffff1a;border:1px solid #85c3e8;border-radius:8px;padding:15px 20px;margin:25px 0 15px;font-weight:700;color:#85c3e8;text-transform:uppercase;letter-spacing:1px;box-shadow:0 0 20px #85c3e8,inset 0 0 20px #00ffff1a!important;width:100%;position:relative}.tier-row:hover{background:#00ffff1a!important;cursor:default;box-shadow:0 0 20px #85c3e8,inset 0 0 20px #00ffff1a!important}.tier-cell{padding:0!important;text-align:center!important;position:relative;background:transparent;border:none!important;display:block}.tier-content{display:block;position:relative;text-align:center}.tier-label{background:transparent!important;color:#85c3e8!important;padding:0!important;border-radius:0!important;font-weight:700;font-size:1.6rem;letter-spacing:1px;text-transform:uppercase;box-shadow:none!important;position:relative;z-index:2;white-space:nowrap}.tier-line{display:none}.tier-row td:first-child{font-weight:400;font-size:inherit;color:inherit;text-align:center;text-shadow:none}.tier-row:hover td:first-child{color:inherit;text-shadow:none}.player-row{display:flex;background:#0a0a0a;border:1px solid #222;border-radius:8px;padding:16px 20px;margin:10px auto;justify-content:space-between;align-items:center;width:100%;position:relative;min-height:80px;cursor:pointer}.player-row:hover{border-color:#85c3e8;box-shadow:0 0 15px #00ffff4d;background:#00ffff0d}.player-row:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-accent-cyan);border-radius:10px 0 0 10px;transform:scaleY(0);transition:transform .3s}.player-row:hover:before{transform:scaleY(1)}.player-row:hover{border-color:#0ff!important;box-shadow:0 0 15px #85c3e8!important;background:#00ffff0d!important}.player-submenu-row:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-accent-cyan);border-radius:10px 0 0 10px;transform:scaleY(0);transition:transform .3s}.player-submenu-row:hover:before{transform:scaleY(1)}.player-submenu-row:hover{border-color:#85c3e8!important;box-shadow:0 0 15px #85c3e8!important;background:#00ffff0d!important}.rank-cell{width:50px;height:50px;border:2px solid #333!important;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;font-weight:900!important;font-size:22px!important;color:#666!important;margin-right:15px;text-shadow:none!important;flex-shrink:0;min-width:50px;min-height:50px}.player-row:hover .rank-cell{border-color:#85c3e8!important;color:#85c3e8!important;box-shadow:0 0 20px #85c3e8!important;text-shadow:none!important}.player-info-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1;min-width:0}.player-name-row{display:flex;align-items:center;gap:16px;width:100%}.player-name-rankings{color:var(--color-text-primary);font-weight:700;font-size:1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.headshot-circle{width:80px;height:80px;border-radius:8px;background:transparent;border:1px solid var(--color-border-primary);display:inline-block;overflow:hidden;box-shadow:0 6px 20px var(--color-shadow-light);position:relative;flex-shrink:0}.headshot-circle:hover{transform:scale(1.05);border-color:var(--color-accent-cyan);box-shadow:0 8px 25px var(--color-shadow-medium),0 0 15px #85c3e8}.headshot-circle img{width:100%;height:100%;object-fit:cover}.team-position-row{display:flex;align-items:center;gap:12px;font-size:.9rem}.position-badge{background:var(--color-accent-cyan);color:var(--color-primary-bg);padding:4px 12px;border-radius:12px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.team-info{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-weight:600;flex-direction:row;font-size:1.2rem;overflow:visible}.logo-circle{width:40px;height:40px;border-radius:4px;background:transparent;border:none;display:inline-block;overflow:visible;flex-shrink:0}.logo-circle img{width:100%;height:100%;object-fit:contain}.fantasy-stats-section{display:flex;flex-direction:column;align-items:center;gap:4px;flex:.7;min-width:120px}.rank-stats-label{color:var(--color-text-secondary);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.rank-stats-value{color:var(--color-text-primary);font-size:1.6rem;font-weight:700}.adp-proj-section{display:flex;gap:24px;align-items:center;flex-shrink:0}.player-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:60px}.player-stat-label{color:var(--color-text-secondary);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.player-stat-value{color:var(--color-text-primary);font-size:1.6rem;font-weight:700}.stat-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;min-width:60px;height:63px}.v3-content .stat-item,.enhanced-stats .stat-item{background:var(--color-primary-bg);border:1px solid var(--color-border-primary);border-radius:8px;padding:6px 8px;position:relative;overflow:hidden}.v3-content .stat-item:hover,.enhanced-stats .stat-item:hover{border-color:var(--color-accent-cyan);box-shadow:0 4px 12px #85c3e8}.second-and-third-stat-flex{display:flex;gap:10px}.stat-label{color:var(--color-text-primary);font-size:.9em;font-weight:600;text-transform:uppercase;letter-spacing:1px}.stat-item-enhanced{background:var(--color-primary-bg);border:1px solid var(--color-border-primary);border-radius:8px;padding:6px 8px;position:relative;overflow:hidden}.stat-item-enhanced:hover{border-color:var(--color-accent-cyan);box-shadow:0 4px 12px r #85c3e8}.main-stats-flex .stat-header-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:80px}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2px}.percentile-badge{font-size:.9rem;font-weight:700;padding:1px 6px;border-radius:8px;text-transform:uppercase}.percentile-elite{background:#c0f;color:#fff}.percentile-great{background:#93f;color:#fff}.percentile-good{background:#0ff;color:#000}.percentile-average{background:#00d9ff;color:#000}.percentile-below{background:#7a7a7a;color:#fff}.percentile-poor{background:#5a5a5a;color:#fff}.stat-value{color:var(--color-text-primary);font-size:.9rem;font-weight:700;margin:2px 0}.metric-bar-flex{display:flex;flex-direction:column;justify-content:center;flex:1;padding:10px}.metric-stats-flex{display:flex;justify-content:space-between;font-size:.5rem}.metric-bar-flex span{color:var(--color-text-primary)}.metric-bar-container{width:100%;height:15px;background:var(--color-border-primary);border-radius:2px;position:relative;overflow:hidden;margin:2px 0}.controls-left .dropdown:last-child{min-width:200px}.metric-bar-fill{height:100%;border-radius:3px;position:relative}.metric-bar-fill.elite{background:linear-gradient(90deg,#c0f,#93f)}.metric-bar-fill.great{background:#93f}.metric-bar-fill.good{background:#0ff}.metric-bar-fill.average{background:#00d9ff}.metric-bar-fill.below{background:#7a7a7a}.metric-bar-fill.poor{background:#5a5a5a}.position-rank{display:flex;justify-content:space-between;align-items:center;margin-top:1px;font-size:.65rem;color:var(--color-text-secondary)}.position-rank span{font-weight:600}.name-headshot-cell,.team-logo-cell{display:none}.rankings-table table td:nth-child(4),.rankings-table table td:nth-child(5){display:none}.headshot-cell{display:flex!important;justify-content:center;align-items:center;padding:0!important;margin-right:15px;background:transparent!important}.player-main-content{display:flex!important;justify-content:space-between;align-items:center;width:100%;gap:20px;flex:1}@media (max-width: 1199px){.table-controls{padding:1rem 1.5rem;gap:1rem}.controls-left{gap:1rem}.dropdown{max-width:180px}.search-bar{min-width:225px}}@media (max-width: 1030px){.controls-left{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.8rem;width:100%;position:relative}.dropdown{max-width:none;width:100%;z-index:10}.primary-button{grid-column:span 2;width:100%;min-width:unset}.dropdown.open{z-index:10000}.dropdown-menu{z-index:10001}}@media (max-width: 767px){.table-controls{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.controls-left{flex-direction:column;gap:.8rem;width:100%}.controls-right{width:100%}.dropdown{max-width:100%;width:100%}.dropdown-toggle{width:100%;min-width:unset}.search-bar{min-width:unset;width:100%}}@media (max-width: 479px){.table-controls{padding:.8rem;gap:.8rem}.controls-left{gap:.6rem}.dropdown-toggle{padding:10px 14px;font-size:13px}.dropdown-menu{max-height:250px}.search-bar{padding:.8rem 1rem;font-size:.9rem}.primary-button{padding:8px 16px;font-size:.85rem}}.player-submenu-row{height:auto!important;background:var(--color-background)!important;border:1px solid var(--color-border-primary)!important;border-radius:12px!important;margin:0 0 15px!important;padding:0!important;box-shadow:inset 0 0 20px #00ffff0d,0 4px 15px var(--color-shadow-light)!important;display:block!important;width:100%!important;position:relative}.player-submenu-row td{display:block!important;width:100%!important;padding:0!important;margin:0!important;border-radius:0!important;border:none!important;box-shadow:none!important;background:transparent!important}.player-submenu-content{padding:5px 18px;width:100%;display:flex;flex-direction:column;gap:20px;background:transparent;box-sizing:border-box}.v3-layout{display:flex;flex-direction:column;gap:10px;padding-bottom:12px}.v3-header{display:flex;align-items:center;gap:20px;padding:10px 0}.v3-mini-headshot{width:60px;height:60px;border-radius:8px;border:2px solid var(--color-accent-cyan);overflow:hidden;flex-shrink:0}.v3-mini-headshot img{width:100%;height:100%;object-fit:cover}.v3-quick-info{display:flex;gap:4px;flex-wrap:wrap}.v3-info-pill{padding:0 16px;border-radius:20px;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:8px}.v3-info-pill span:first-child{color:var(--color-text-primary)}.v3-info-pill span:last-child{color:var(--color-text-primary);font-weight:700}.v3-tabs{display:flex;gap:10px;align-items:center}.v3-tabs .dropdown{max-width:200px;min-width:150px}.v3-tabs .dropdown-toggle{background:var(--color-surface);border:1px solid var(--color-border-primary);border-radius:6px;padding:5px 16px;font-size:.9rem;font-weight:700;color:var(--color-text-primary);min-width:180px;height:30px;margin-bottom:5px}.v3-tabs .dropdown-toggle:hover{border-color:var(--color-accent-cyan);background:var(--color-hover-bg)}.v3-tabs .dropdown-toggle.active{background:var(--color-accent-cyan);color:var(--color-primary-bg);border-color:var(--color-accent-cyan)}.v3-tabs .dropdown-toggle.active .dropdown-arrow{border-color:var(--color-primary-bg)}.v3-tab,.v3-tab.active{display:block}.v3-content{border:1px solid var(--color-border-primary);border-radius:8px;padding:10px}.stat-section{margin-bottom:15px}.stat-section:last-child{margin-bottom:0}.second-and-third-stat-flex .stat-section{flex:1}.second-and-third-stat-flex .stat-section:first-child{display:flex;flex-direction:column}.second-and-third-stat-flex .stat-section:first-child .stat-item{margin-bottom:10px}.second-and-third-stat-flex .stat-section:first-child .stat-item:last-child{margin-bottom:0}.section-title{color:var(--color-text-primary);font-size:1.1rem;font-weight:700;height:20px}.second-and-third-stat-flex .section-title{margin-bottom:15px}.basic-stats-list{display:flex;gap:20px;padding:12px;background:var(--color-primary-bg);border-radius:8px;justify-content:space-around;border:1px solid var(--color-border-primary)}.basic-stat-item{text-align:center;flex:1}.basic-stat-value{font-size:.9rem;color:var(--color-text-primary);font-weight:700;margin-bottom:3px}.basic-stat-label{font-size:.9rem;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.enhanced-stats:nth-child(2){display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px}.enhanced-stats:first-child{display:flex;flex-direction:column}.v3-stats-compact{display:none}.v3-info-pill:first-child{padding-left:0}@media (max-width: 1600px){.v3-quick-info{gap:9px 16px}}.overall-rating{display:flex;flex-direction:column;align-items:center;gap:4px}.overall-score{font-size:1.4rem;font-weight:900;color:var(--color-accent-cyan);text-shadow:0 0 10px var(--color-accent-cyan-glow)}.overall-label{font-size:.9rem;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:1px;font-weight:600}.first-stat-title-with-divs{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:10px}.player-header-title-row{display:flex;align-items:center;gap:12px}.player-header-title{margin:0;color:var(--color-text-primary);font-weight:700;font-size:1.1rem}.player-header-flex{gap:8px;display:flex;flex-direction:column;flex:1}.profile-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-accent-cyan);color:var(--color-primary-bg);border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00ffff4d;height:24px}.profile-button:hover{background:var(--color-accent-cyan-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0ff6}.profile-button:active{transform:translateY(0)}.profile-button svg{width:14px;height:14px;flex-shrink:0}@media (max-width: 1024px){.player-header-title-row{gap:8px}.profile-button{padding:5px 10px;font-size:.75rem}.profile-button svg{width:12px;height:12px}}@media (max-width: 768px){.player-header-title-row{flex-direction:column;align-items:flex-start;gap:6px}.profile-button{padding:4px 8px;font-size:.7rem;align-self:flex-start}.profile-button svg{width:10px;height:10px}}@media (max-width: 480px){.profile-button{padding:3px 6px;font-size:.65rem;gap:4px}}.player-badges{display:flex;gap:6px;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;flex-shrink:0;max-width:560px;padding:2px 0;scrollbar-width:none;-ms-overflow-style:none}.player-badges::-webkit-scrollbar{display:none}.badge{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000004d;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;flex-shrink:0;white-space:nowrap}.badge:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 4px 12px #0006}.badge-icon{width:16px;height:16px;flex-shrink:0}.badge-icon svg{width:100%;height:100%}.badge-text{font-size:.6rem;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.5)}.badge-position-rank{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-position-rank:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-health{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-health:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-qb-quality{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-qb-quality:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-contract{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-contract:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-breakout{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-breakout:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-target-share{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-target-share:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-rookie{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-rookie:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-sleeper{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.badge-sleeper:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.badge-injury-risk{background:linear-gradient(135deg,#ff0040,#c03);color:#fff;border:1px solid #FF0040;box-shadow:0 0 15px #ff0040b3}.badge-injury-risk:hover{box-shadow:0 4px 12px #ff0040e6,0 0 25px #ff0040cc}.badge-age-concern{background:linear-gradient(135deg,#ff0040,#c03);color:#fff;border:1px solid #FF0040;box-shadow:0 0 15px #ff0040b3}.badge-age-concern:hover{box-shadow:0 4px 12px #ff0040e6,0 0 25px #ff0040cc}.badge-competition{background:linear-gradient(135deg,#ff0040,#c03);color:#fff;border:1px solid #FF0040;box-shadow:0 0 15px #ff0040b3}.badge-competition:hover{box-shadow:0 4px 12px #ff0040e6,0 0 25px #ff0040cc}.settings-bin{width:100%;max-width:350px;height:auto;min-height:207px;padding:1.5em;border-radius:12px;background:var(--gradient-primary);border:1px solid var(--color-border-primary);box-shadow:0 8px 32px var(--color-shadow-medium),inset 0 1px 0 var(--color-glass-highlight);position:relative;overflow:hidden;transition:all .3s ease}.settings-bin:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-accent-cyan);transform:scaleY(0);transition:transform .3s}.settings-bin:hover:before{transform:scaleY(1)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-title{color:var(--color-text-primary);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.toggle-switch{position:relative;width:50px;height:26px;background:var(--color-surface);border-radius:13px;cursor:pointer;transition:all .3s;border:1px solid var(--color-border-primary)}.toggle-switch.active{background:var(--color-accent-cyan);border-color:var(--color-accent-cyan);box-shadow:0 0 10px var(--color-accent-cyan-glow)}.toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--color-text-secondary);border-radius:50%;transition:all .3s}.toggle-switch.active:after{transform:translate(24px);background:var(--color-primary-bg)}.secondary-button{background:transparent;color:var(--color-text-primary);border:1px solid var(--color-border-primary);border-radius:8px;padding:10px 20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s;width:100%}.secondary-button:hover{border-color:var(--color-accent-cyan);color:var(--color-accent-cyan);background:var(--color-hover-bg)}.icon-button{background:var(--color-surface);border:1px solid var(--color-border-primary);border-radius:8px;padding:8px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.icon-button:hover{border-color:var(--color-accent-cyan);background:var(--color-hover-bg)}.icon-button svg{width:20px;height:20px;color:var(--color-text-secondary)}.icon-button:hover svg{color:var(--color-accent-cyan)}.mockup-4 .tab-buttons{display:flex;gap:5px;margin-bottom:20px;background:var(--color-surface);padding:4px;border-radius:8px}.mockup-4 .tab-button{flex:1;padding:8px 16px;background:transparent;border:none;border-radius:6px;color:var(--color-text-secondary);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s}.mockup-4 .tab-button.active{background:var(--color-accent-cyan);color:var(--color-primary-bg);box-shadow:0 2px 8px var(--color-accent-cyan-glow)}.mockup-4 .tab-content{display:none}.mockup-4 .tab-content.active{display:block}.mockup-4 .status-card{background:var(--color-surface);border:1px solid var(--color-border-primary);border-radius:8px;padding:15px;margin-bottom:15px}.mockup-4 .status-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mockup-4 .status-indicator{width:12px;height:12px;border-radius:50%;background:var(--color-text-muted)}.mockup-4 .status-indicator.active{background:var(--color-accent-cyan);box-shadow:0 0 10px var(--color-accent-cyan-glow)}.mockup-4 .status-text{color:var(--color-text-primary);font-weight:600}.mockup-4 .status-description{color:var(--color-text-secondary);font-size:.85rem;line-height:1.4}.mockup-4 .saved-rankings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mockup-4 .saved-ranking-card{background:var(--color-surface);border:1px solid var(--color-border-primary);border-radius:8px;padding:12px;cursor:pointer;transition:all .3s;text-align:center}.mockup-4 .saved-ranking-card:hover{border-color:var(--color-accent-cyan);transform:translateY(-2px);box-shadow:0 4px 12px var(--color-shadow-light)}.mockup-4 .ranking-icon{width:36px;height:36px;background:var(--color-hover-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.mockup-4 .ranking-icon svg{width:20px;height:20px;color:var(--color-accent-cyan)}.mockup-4 .ranking-name{color:var(--color-text-primary);font-size:.85rem;font-weight:600;margin-bottom:4px}.mockup-4 .ranking-date{color:var(--color-text-muted);font-size:.75rem}.rank-row-stats-flex{display:flex;color:#fff;flex-direction:column;flex:1;gap:2px}.rank-row-stat-ind-flex{display:flex;justify-content:space-between}.fantasy-stats-mobile-flex{display:none}.yearly-stats-section{display:flex;justify-content:space-between;flex:1.5;gap:50px;text-align:center}.rank-row-stat-label{color:var(--color-text-secondary);font-weight:600;font-size:.9rem}.rank-row-stats-flex-title{background:var(--color-accent-cyan);color:#000;padding:4px 12px;border-radius:12px;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1620px){.player-name-rankings{font-size:1.3rem}.team-info{font-size:1rem}.logo-circle{width:30px;height:30px}.rank-stats-label,.player-stat-label{font-size:1rem}.rank-stats-value,.player-stat-value{font-size:1.4rem}.position-badge{width:50px}.team-info span{width:120px}}.player-info-section-mobile{display:none}@media (max-width: 1280px){.player-name-rankings{font-size:1.3rem}.team-info{font-size:1rem}.logo-circle{width:30px;height:30px}.rank-stats-label,.player-stat-label{font-size:.8rem}.rank-stats-value,.player-stat-value{font-size:1.4rem}.position-badge{width:50px}.team-info span{width:120px}.player-row{flex-direction:column;gap:20px}.player-row.empty-slot{flex-direction:row}.player-info-section,.fantasy-stats-section,.adp-proj-section{display:none}.player-info-section-mobile{display:flex;flex-direction:column;gap:5px}.rank-name-info-mobile-flex{display:flex;width:100%;justify-content:center;gap:80px}.adp-proj-section-mobile,.fantasy-stats-section-mobile{display:flex;flex-direction:column;justify-content:center;align-items:center}.player-main-content{justify-content:space-evenly;width:80%}.yearly-stats-section{width:100%}}@media (max-width: 1060px){.rank-name-info-mobile-flex{display:flex;width:100%;justify-content:space-between;gap:45px}.rank-stats-label,.player-stat-label{font-size:.7rem}.player-stat-value,.rank-stats-value{font-size:.9rem}}.fantasy-stats-mobile-flex-2{display:none}@media (max-width: 840px){.player-info-section-mobile{display:flex}.fantasy-stats-section-mobile,.adp-proj-section-mobile{display:none}.fantasy-stats-mobile-flex-2{display:flex;justify-content:flex-start;gap:30px}.player-info-section-mobile{flex:3}.team-info span{width:170px}.fantasy-stats-section-mobile-2{display:flex;align-items:center;justify-content:space-between;gap:10px}.player-stat-item{display:flex;flex-direction:row;gap:10px}}@media (max-width: 685px){.team-info span{width:130px}.player-info-section-mobile{flex:0}.rank-name-info-mobile-flex{gap:0;justify-content:space-around}}@media (max-width: 615px){.headshot-circle{width:50px;height:50px}.player-name-rankings{font-size:1rem}.position-badge{width:30px;font-size:.8rem;padding:2px 6px}.team-info{font-size:.8rem}.team-info span{width:100px}.logo-circle{width:20px;height:20px}.rank-name-info-mobile-flex{justify-content:flex-start}.rank-row-stats-flex-title,.rank-row-stat-label{font-size:.6rem}.rank-row-stat-value{font-size:.7rem}}@media (max-width: 560px){.yearly-stats-section{gap:10px}.tier-row{display:none}.rank-stats-label,.player-stat-label{font-size:.5rem}.player-stat-value,.rank-stats-value{font-size:.6rem}}@media (max-width: 480px){.headshot-circle{width:30px;height:30px}.player-name-rankings{font-size:.8rem}.position-badge{width:30px;font-size:.8rem;padding:2px 6px}.team-info{font-size:.8rem}.team-info span{width:100px}.logo-circle{width:20px;height:20px}.rank-name-info-mobile-flex{justify-content:flex-start;margin-left:40px;gap:10px}.rank-row-stats-flex-title,.rank-row-stat-label{font-size:.5rem}.rank-row-stat-value{font-size:.55rem}.rank-cell{height:30px;width:30px;min-height:0;min-width:0;font-size:.6rem;margin-right:5px}.headshot-cell{margin-right:5px}.position-badge{width:20px;height:15px;font-size:.55rem;padding:2px 3px}.team-position-row{gap:5px}.team-info{text-align:left}.team-info span{width:50px;font-size:.6rem}.rank-stats-label,.player-stat-label{font-size:.4rem}.player-stat-value,.rank-stats-value{font-size:.5rem}.fantasy-stats-mobile-flex-2{gap:10px;align-items:center}.player-row{padding:10px 2px}.player-main-content{width:100%;justify-content:center;gap:0;padding:0 10px}.player-info-section-mobile{gap:2px}.yearly-stats-section{padding:0 10px}}.mobile-rank-headshot-flex{display:flex}@media (max-width: 390px){.rank-name-info-mobile-flex{margin-left:10px;gap:5px}.rank-row-stats-flex-title{font-size:.35rem;padding:2px}.rank-row-stats-flex{width:50px}.team-info span{width:40px;font-size:.5rem}.mobile-rank-headshot-flex{flex-direction:column;gap:5px}}.rm-rankings-container{background-color:#000;min-height:100vh;padding-bottom:20px;will-change:scroll-position}.rm-search-container{padding:16px;background-color:#1e2330;margin:16px;border-radius:12px;border:2px solid #2a3441}.rm-search-input{background-color:#0a0e1a;border-radius:8px;padding:12px;color:#fff;border:1px solid #2a3441;font-size:16px;font-weight:600;width:100%;outline:none}.rm-search-input::placeholder{color:#9ca3af}.rm-filter-row{display:flex;padding:0 16px 12px;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#85c3e8 #2a3441;position:relative}.rm-filter-row::-webkit-scrollbar{height:30px;display:block}.rm-filter-row::-webkit-scrollbar-track{background:#2a3441;height:30px;border-radius:3px;margin:0 16px}.rm-filter-row::-webkit-scrollbar-thumb{background:#85c3e8;border-radius:3px;transition:background .2s}.rm-filter-row::-webkit-scrollbar-thumb:hover{background:#6ab4d8}@media (hover: none) and (pointer: coarse){.rm-filter-row{scrollbar-width:none;-ms-overflow-style:none}.rm-filter-row::-webkit-scrollbar{display:none}}.rm-filter-dropdown{flex:0 0 auto;min-width:100px;background-color:#0a0e1a;border-radius:8px;padding:12px 32px 12px 12px;border:2px solid #2a3441;color:#85c3e8;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;outline:none;position:relative;z-index:10;isolation:isolate}.rm-filter-dropdown:focus{outline:none;border-color:#85c3e8;z-index:11}.rm-list-content{padding:16px;display:flex;flex-direction:column;gap:12px;contain:layout style paint}.rm-player-card{background-color:#1e2330;border-radius:12px;padding:16px;border:2px solid #2a3441;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;contain:layout style paint}.rm-player-card:focus{outline:none}.rm-player-card:focus-visible{outline:none}.rm-player-main-row{display:flex;align-items:center;gap:12px}.rm-rank-circle{width:40px;height:40px;border-radius:50%;background-color:#85c3e81a;border:2px solid #2a3441;display:flex;justify-content:center;align-items:center;flex-shrink:0}.rm-rank-text{color:#85c3e8;font-size:16px;font-weight:900}.rm-headshot{width:50px;height:50px;border-radius:8px;border:2px solid #2a3441;background-color:#0a0e1a;object-fit:cover;flex-shrink:0}.rm-player-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.rm-player-name{color:#fff;font-size:16px;font-weight:800;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 470px){.rm-player-name{white-space:wrap}}.rm-player-meta{display:flex;align-items:center;gap:8px}@media (max-width: 360px){.rm-player-meta{flex-direction:column;align-items:flex-start}}.rm-position-badge{background-color:#85c3e8;border-radius:12px;padding:2px 8px;color:#0a0e1a;font-size:12px;font-weight:800;letter-spacing:.5px}.rm-team-info{display:flex;align-items:center;gap:4px}.rm-team-text{color:#9ca3af;font-size:12px;font-weight:700}.rm-team-logo{width:20px;height:20px;object-fit:contain}.rm-stats-section{display:flex;flex-direction:column;gap:8px;align-items:flex-end;flex-shrink:0}.rm-stat-item{display:flex;flex-direction:column;align-items:center}.rm-stat-label{color:#85c3e8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.rm-stat-value{color:#fff;font-size:14px;font-weight:900}.rm-expanded-section{margin-top:16px;padding-top:16px;border-top:2px solid #2a3441}.rm-yearly-stats-row{display:flex;justify-content:space-around;margin-bottom:16px;background-color:#0a0e1a80;border-radius:10px;padding:16px;border:1px solid #2a3441}.rm-stat-column{display:flex;flex-direction:column;gap:4px;align-items:center;flex:1}.rm-stat-column-title{color:#85c3e8;font-size:10px;font-weight:800;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.rm-stat-line{color:#fff;font-size:11px;font-weight:600}.rm-profile-button{background-color:#85c3e8;border-radius:8px;padding:12px;width:100%;border:none;color:#0a0e1a;font-size:14px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:background-color .1s ease;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.rm-profile-button:hover{background-color:#6ab4d8}.rm-profile-button:active{background-color:#5a9fc8}.rm-profile-button:focus{outline:none}.signup-container{min-height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;padding:2rem;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.signup-box{background-color:#121212f2;border:1px solid rgba(133,195,232,.3);border-radius:1rem;box-shadow:0 20px 60px #000c;width:100%;max-width:480px;padding:2rem;position:relative;z-index:1}.signup-box h2{color:#fff;font-size:1.875rem;font-weight:700;text-align:center;margin:0 0 2rem}.signup-box form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input{padding:.875rem 1rem;border-radius:8px;border:1px solid #333;background:#0d0d0d;color:#fff;font-size:1rem;font-family:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus{border-color:#85c3e8}.form-group input::placeholder{color:#666}.error-message{color:#ef4444;font-size:.875rem;font-weight:500;margin:0;padding:.25rem 0}.general-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:.75rem;margin-bottom:1rem;text-align:center}.already-logged-in-message{background:#85c3e814;border:1px solid rgba(133,195,232,.3);border-radius:8px;padding:1rem;margin-bottom:1rem;color:#d1d5db;font-size:.95rem;line-height:1.5;text-align:center}.password-requirements{background-color:#121212f2;border:1px solid rgba(133,195,232,.2);border-radius:8px;padding:1rem;margin-top:.5rem}.password-requirements p{color:#d1d5db;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.password-requirements ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.password-requirements li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#9ca3af}.requirement-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.requirement-met{color:#85c3e8}.requirement-met .requirement-icon{background:#85c3e8;color:#000}.requirement-not-met{color:#6b7280}.requirement-not-met .requirement-icon{background:transparent;color:#6b7280;border:2px solid #6b7280}.signup-button{background:#85c3e8;color:#000;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;font-family:inherit;box-shadow:0 4px 12px #85c3e866}.signup-button:hover{background:#9fd0ed}.signup-button:active{background:#75b3d8}.signup-button:disabled{opacity:.5;cursor:not-allowed}.login-link{text-align:center;color:#9ca3af;font-size:.875rem;margin-top:1rem}.login-link a{color:#85c3e8;text-decoration:none;font-weight:600}.login-link a:hover{color:#9fd0ed}.toast-notification{position:fixed;bottom:20px;right:20px;background:#121212fa;border:1px solid rgba(133,195,232,.3);border-radius:10px;padding:1rem 1.5rem;box-shadow:0 10px 30px #000c;z-index:100000000;display:flex;align-items:center;gap:1rem;max-width:400px;animation:slideInFromBottom .3s ease-out}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.toast-notification.success{border-left:4px solid #85c3e8}.toast-notification.error{border-left:4px solid #ef4444}.toast-notification.info{border-left:4px solid #85c3e8}.toast-message{color:#fff;font-size:.9rem;font-weight:500;flex:1}.toast-close{background:none;border:none;color:#888;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.toast-close:hover{color:#85c3e8}.signup-button.loading{position:relative;color:transparent;pointer-events:none;opacity:.7}.signup-button.loading:after{content:"";position:absolute;width:18px;height:18px;top:50%;left:50%;margin-left:-9px;margin-top:-9px;border:2px solid transparent;border-top:2px solid #000000;border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 800px){.signup-container{justify-content:center;align-items:flex-start;min-height:auto;padding:20px 1rem 1rem}}@media (max-width: 768px){.signup-container{justify-content:center;align-items:flex-start;min-height:auto;padding:20px 1rem 1rem}.signup-box{padding:1.5rem;max-width:none}.signup-box h2{font-size:1.5rem}}@media (max-width: 480px){.signup-box{padding:1.25rem}.signup-box h2{font-size:1.25rem;margin-bottom:1.5rem}.toast-notification{bottom:10px;right:10px;left:10px;max-width:none}}.signup-button:focus,.form-group input:focus,.login-link a:focus{outline:2px solid #85c3e8;outline-offset:2px}@media (prefers-contrast: high){.signup-box{border:2px solid #85c3e8}.form-group input{border:2px solid #333}.form-group input:focus{border:2px solid #85c3e8}}@media (prefers-reduced-motion: reduce){.signup-box,.toast-notification{animation:none}.form-group input,.signup-button,.login-link a{transition:none}}.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.login-box{background:#121212fa;border:1px solid rgba(133,195,232,.3);border-radius:12px;box-shadow:0 20px 60px #000000e6;width:100%;max-width:400px;padding:0}.login-header{display:flex;justify-content:center;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(133,195,232,.2)}.login-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.login-form{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-group-login{display:flex;flex-direction:column}.login-input{padding:.875rem 1rem;border-radius:8px;border:1px solid #333;background:#0d0d0d;color:#fff;font-size:1rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.login-input:focus{border-color:#85c3e8}.login-input::placeholder{color:#666}.forgot-password-btn{background:none;border:none;color:#85c3e8;font-size:.875rem;cursor:pointer;text-align:left;padding:0;align-self:flex-start}.forgot-password-btn:hover{color:#9fd0ed}.button-group{display:flex;gap:.75rem;flex-direction:column;margin-top:.5rem}.login-submit-btn{background:#85c3e8;color:#000;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #85c3e866}.login-submit-btn:hover{background:#9fd0ed}.login-submit-btn:active{background:#75b3d8}.signup-btn{background:transparent;color:#85c3e8;border:1px solid #85c3e8;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer}.signup-btn:hover{background:#85c3e81a}.back-btn{background:transparent;color:#888;border:1px solid #333;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;margin-top:.25rem}.back-btn:hover{color:#fff;border-color:#444}.login-error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;padding:.75rem;margin-bottom:.5rem;color:#ef4444;font-size:.875rem;text-align:center}.logged-in-notice{background:#85c3e814;border:1px solid rgba(133,195,232,.3);border-radius:8px;padding:.875rem;color:#d1d5db;font-size:.95rem;line-height:1.5;text-align:center}.login-submit-btn.loading{position:relative;color:transparent;pointer-events:none;opacity:.7}.login-submit-btn.loading:after{content:"";position:absolute;width:18px;height:18px;top:50%;left:50%;margin-left:-9px;margin-top:-9px;border:2px solid transparent;border-top:2px solid #000000;border-radius:50%;animation:spin .6s linear infinite}.login-input:disabled,.login-submit-btn:disabled,.signup-btn:disabled,.forgot-password-btn:disabled,.back-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 800px){.login-page{justify-content:center;align-items:flex-start;min-height:auto;padding:20px 1rem 1rem}}@media (max-width: 480px){.login-page{justify-content:center;align-items:flex-start;min-height:auto;padding:20px 1rem 1rem}.login-box{max-width:95%}.login-header{padding:1.25rem}.login-form{padding:1.5rem 1.25rem}}.team-analyzer-container{display:flex;justify-content:center;align-items:center;height:auto}.main-page-layout-container{margin-top:10px;display:flex;width:98%;color:#fff}.analyzed-rankings-container{width:360px;flex-shrink:0}.rank-grid-item-1{height:fit-content;border-left:4px solid rgba(133,195,232,.18);flex:1 1 auto}.auxillary-flex{display:flex;flex-direction:column;padding-left:10px;border-left:4px solid rgba(133,195,232,.18);width:400px;flex-shrink:0;scroll-margin-top:20px}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.analyzer-mobile-profile-container{display:none;flex-direction:column;width:340px;flex-shrink:0;margin-top:10px;scroll-margin-top:20px}.mobile-rankings-smallest{display:none}html{scroll-behavior:smooth}.mobile-profile-smallest{display:none;flex-direction:column;padding-left:10px;border-left:4px solid rgba(133,195,232,.18);width:340px;flex-shrink:0;margin-top:10px;scroll-margin-top:20px}@media (max-width: 1270px){.analyzer-mobile-profile-container{display:flex;padding-left:10px}.auxillary-flex{display:none}}@media (max-width: 820px){.team-analyzer-container{align-items:center;width:100%}.analyzed-rankings-container{display:none}.mobile-rankings-smallest{display:block;justify-content:stretch;width:95%}.mobile-profile-smallest{display:block;width:95%;border-left:none;padding:0;margin-bottom:30px;scroll-margin-top:20px}.rank-grid-item-1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;border-left:none;width:98%}}@media (max-width: 400px){.mobile-profile-smallest{width:300px}}.sign-in-container{min-height:90vh;display:flex}.import-league-accordian{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:55px;transition:transform .6s ease-in-out}.back-btn{padding:10px 20px;font-size:16px;background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;transition:all .3s ease}*/ .back-btn:hover{color:#fff;border-color:#fff9;background:#ffffff1a}.league-selection-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;animation:fadeIn .8s ease-out;margin-bottom:40px;min-height:90vh}.league-selection-section.centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto}.league-selection-section h2{font-size:2.5rem;font-weight:600;margin:0;background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.league-selection-section h3{font-size:1.8rem;font-weight:400;margin:0 0 -10px;color:#fffc}.league-selection-section p{color:#ffffffb3;font-size:1rem;margin:0}.accoridan-title{font-size:3rem;font-weight:700;margin:0 auto;color:#fff;padding:0 20px}.platform-logo-flex{display:flex;gap:50px;justify-content:center;align-items:center;padding:20px}@media (max-width: 1200px){.platform-logo-flex{flex-direction:column;gap:10px;overflow:visible}.import-league-accordian{margin-top:20px;gap:10px}}.platform-logo-flex>div{position:relative;cursor:pointer;transition:all .3s ease;border-radius:12px;padding:10px}.platform-logo-flex>div:before{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;background:radial-gradient(circle,rgba(255,255,255,.3),transparent 70%);opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:50%}.platform-logo-flex>div:hover{transform:scale(1.2)}.platform-logo-flex>div:hover:before{opacity:1}.espn-accoridan{width:100px}img{width:80px;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.platform-logo-flex>div:hover img{filter:drop-shadow(0 8px 16px rgba(255,255,255,.4)) brightness(1.1)}.username-input-section{display:flex;flex-direction:column;align-items:center;gap:30px;animation:slideInFromBottom .6s ease-out}.username-input-section h2{font-size:1.5rem;font-weight:600;margin:0;background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.input-container{display:flex;gap:15px;align-items:center}.username-input{padding:15px 20px;font-size:18px;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:300px;transition:all .3s ease}.username-input:focus{outline:none;border-color:#fff9;box-shadow:0 0 20px #fff3}.username-input::placeholder{color:#fff9}.continue-btn{padding:15px 30px;font-size:18px;font-weight:600;background:#85c3e8;color:#000;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.continue-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #85c3e8}.continue-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;background:#85c3e8}.continue-btn:disabled:hover{transform:none;box-shadow:none}.league-type-selection{display:flex;flex-direction:column;align-items:center;gap:20px}.league-type-selection h3{font-size:1.2rem;font-weight:600;margin:0;color:#fff}.private-league-inputs{display:flex;flex-direction:column;gap:15px;align-items:center}.leagues-container{display:flex;padding:10px;flex-direction:column;gap:20px;max-width:600px;width:400px;max-height:400px;min-height:200px;overflow-y:auto}.league-card{border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:10px 15px;cursor:pointer;transition:all .3s ease;color:#fff;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase}.league-card:hover{transform:translateY(-2px);border-color:#fff9;box-shadow:0 10px 25px #ffffff1a}.league-name{font-size:1.25rem;font-weight:700;margin-bottom:0;color:#fff}.league-details{display:flex;gap:15px;align-items:center;font-size:.9rem;opacity:.9}.league-status{background:#85c3e8;color:#000;padding:5px 12px;border-radius:20px;text-transform:capitalize;font-weight:500}.league-rosters{font-weight:500;color:#fffc}.no-leagues{text-align:center;padding:40px;color:#fff9;font-style:italic;font-size:1.1rem}.loading-dots{display:flex;gap:8px;justify-content:center;margin:20px 0}.loading-dots span{width:12px;height:12px;background:#85c3e8;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}.year-selection{display:flex;gap:15px;align-items:center;margin-bottom:20px}.year-selection label{font-size:1.1rem;font-weight:600;color:#fff;white-space:nowrap}.year-select{padding:12px 15px;font-size:16px;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}.year-select:focus{outline:none;border-color:#fff9;box-shadow:0 0 15px #fff3}.year-select option{background:#1a1a1a;color:#fff}.espn-inputs{display:flex;flex-direction:column;gap:20px;align-items:center}.error-container{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px;padding:20px;border:2px solid rgba(255,0,0,.3);border-radius:12px;background:#ff00001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInFromBottom .3s ease-out}.error-message{color:#ff6b6b;font-size:1rem;font-weight:500;text-align:center;line-height:1.4;margin:0}.retry-btn{padding:12px 24px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.retry-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff6b6b4d}.retry-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.back-btn{padding:12px 24px;font-size:16px;font-weight:600;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:20px}.back-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.refresh-btn{padding:12px 20px;font-size:16px;font-weight:600;background:#85c3e8;color:#000;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.refresh-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #00ffff4d}.refresh-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.help-btn{padding:8px 16px;font-size:14px;font-weight:600;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.help-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4caf504d}.help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.help-modal{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid rgba(255,255,255,.3);border-radius:16px;padding:30px;max-width:600px;max-height:80vh;overflow-y:auto;color:#fff;animation:slideInFromBottom .3s ease-out;box-shadow:0 20px 40px #00000080}.help-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:15px}.help-modal-header h3{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#0ff,#0cc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.close-btn{background:none;border:none;font-size:24px;color:#ffffffb3;cursor:pointer;padding:5px;transition:color .3s ease}.close-btn:hover{color:#fff}.help-modal-content{display:flex;flex-direction:column;gap:25px}.help-section h4{margin:0 0 15px;font-size:1.2rem;font-weight:600;color:#0ff}.help-section ol{margin:0;padding-left:20px;line-height:1.6}.help-section li{margin-bottom:8px;color:#ffffffe6}.help-section strong{color:#0ff;font-weight:700}@keyframes slideInFromBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 700px){.accoridan-title{text-align:center}}@media (max-width: 480px){.accoridan-title{font-size:2rem}}@media (max-width: 540px){.input-container{flex-direction:column}.username-input-section h2{text-align:center;padding:0 20px}.league-selection-section h2{text-align:center;padding:20px}}@media (max-width: 450px){.year-selection{flex-direction:column}.leagues-container{width:95%}.league-name{text-align:center}.league-card{flex-direction:column}}@media (max-height: 1200px){.league-selection-section{justify-content:flex-start;margin-top:50px}}@media (max-height: 450px){.import-league-accordian{justify-content:flex-start}}.sign-in-container-leagues{min-height:800px}.analyzer-rank-table{width:100%;border-collapse:collapse;color:#fff}.rankings-title{font-size:3rem;text-align:center;font-weight:700;font-family:Jersey;border-radius:10px;background-color:#8080801a;position:relative;display:flex;align-items:center;justify-content:center;width:98%}.rankings-collapse-arrow{display:none;background:none;border:none;color:#fff;cursor:pointer;position:absolute;right:15px;padding:5px;border-radius:4px;transition:background-color .15s ease}.rankings-collapse-arrow:hover{background-color:#ffffff1a}.arrow-icon{transition:transform .15s ease;will-change:transform}.arrow-icon.collapsed{transform:rotate(180deg)}.rankings-content{transition:max-height .2s ease-out,opacity .2s ease-out;overflow:hidden;opacity:1;display:flex;justify-content:center;will-change:max-height,opacity}.rankings-content.collapsed{max-height:0;opacity:0}.analyzer-rank-table th{padding:12px 8px;text-align:center;font-weight:800;font-size:.9rem}.analyzer-rank-table td{padding:8px 2px;text-align:center;font-size:1.2rem;font-weight:800}.analyzer-rank-table tbody{font-size:1rem}.analyzer-rank-table tr:hover{background-color:#ffffff0d}.team-score-analyzed span{font-size:.5rem;color:gray}.col-1{width:15%}.col-2 .team-name-analyzed{text-align:left}.col-3,.col-4,.col-5{width:15%}.team-logo svg{color:#ffffffb3}.team-name{font-weight:500}.team-rank{font-weight:600;font-size:1.2rem}.team-score span{color:#fff9;font-size:.9em}.team-switch-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;width:30px;height:30px;cursor:pointer;font-size:16px}.team-switch-btn:hover:not(:disabled){background:#ffffff1a;border-color:#fff9}.team-switch-btn.active{background:#00fffb33;border-color:#18817f99;color:#00ffea}.team-switch-btn:disabled{opacity:.6;cursor:not-allowed}.team-help-box{background-color:#191d298a;border-radius:20px;box-shadow:0 0 20px 8px #030408;padding:20px;text-align:center;height:fit-content}.team-help-title{color:#fff;font-weight:800;font-size:1.2rem;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.team-help-button{background:#85c3e8;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease;text-transform:uppercase;letter-spacing:1px;width:100%;will-change:transform}.team-help-button:hover{background:#6bb3dc;transform:translateY(-2px)}@media (max-width: 800px){.rankings-title{width:100%}}@media (max-width: 370px){.team-name-analyzed,.team-rank-analyzed{font-size:.87rem;font-weight:800}}@media (max-width: 320px){.analyzer-rank-table th,.analyzer-rank-table td{font-size:.9rem;padding:4px 1px}.team-name-analyzed{word-break:break-word;hyphens:auto;overflow-wrap:break-word;max-width:80px;hyphenate-limit-chars:4 2 2;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;word-wrap:break-word}.rankings-title{font-size:2.5rem}}.change-league-button{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.change-league-button button{width:98%;margin-right:6px;padding:10px;border-radius:10px;background-color:#85c3e8;border:none;color:#000;font-size:1.2rem;font-weight:800}.change-league-button button:hover{cursor:pointer;transform:scale(1.02)}@media (max-width: 820px){.change-league-button button{margin-right:0}}@media (max-width: 1270px){.rankings-title{width:98%;cursor:pointer;-webkit-user-select:none;user-select:none}.rankings-collapse-arrow{display:block}}@media (min-width: 1271px){.rankings-title{cursor:default;-webkit-user-select:auto;user-select:auto}.rankings-collapse-arrow{display:none!important}.rankings-content,.rankings-content.collapsed{max-height:none!important;opacity:1!important}}.mobile-analyzer-rankings-list{display:none}@media (max-width: 820px){.rankings-title{width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.rankings-collapse-arrow{display:block}.analyzer-rank-table .col-5{text-align:right!important}.desktop-rankings-table{display:none}.mobile-analyzer-rankings-list{display:flex;flex-direction:column;margin-top:10px;gap:8px;width:100%}.analyzer-rankings-container>.team-analyzer-mobile-section-header{display:flex!important}}.mobile-text,.rankings-header-mobile,.analyzer-rankings-container>.team-analyzer-mobile-section-header{display:none}.analyzer-positions-container{padding:0 10px}@media (max-width: 820px){.analyzer-positions-container{padding:0}}.top-bar-analyzer-flex{display:flex;align-items:center;position:relative;gap:10px;overflow:visible;background-color:#8080801a;border-radius:10px;padding:10px 20px}.team-icon-container{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;gap:30px}.mobile-dynasty-toggle{display:none}@media (max-width: 1600px){.mobile-dynasty-toggle{display:flex}.desktop-dynasty-toggle{display:none}.position-indicators{justify-content:space-between}.top-bar-score{padding-left:10px}}.team-content-container{flex:1;display:flex;flex-direction:column;gap:10px;overflow:visible}.top-bar-score-position-flex{display:flex;justify-content:space-around;flex:3}.top-bar-score-flex{display:flex;flex-direction:row;justify-content:space-between;flex:3}.team-info-row{display:flex;justify-content:space-between;align-items:center;overflow:visible;flex-direction:row}.team-name-score-wrapper{display:contents}.top-bar-score{color:gray;display:flex;align-items:center;justify-content:space-around;flex:1;padding-left:15px}.position-indicators{display:flex;align-items:center;justify-content:space-around;flex:1}@media (max-width: 1600px){.top-bar-score-position-flex{flex-direction:column}}@media (max-width: 1565px){.team-name-score-wrapper{display:flex;flex-direction:column}.top-bar-score{justify-content:flex-start}.dynasty-toggle-analyzer{margin-left:0}}@media (max-width: 1545px){.position-section-content{flex-direction:column}}.analyzed-team-name{font-size:3rem;font-weight:700;color:#fff;text-align:left;text-transform:uppercase;margin:0;font-family:Jersey}.analyzed-team-name span{font-size:.8rem;color:gray;margin-right:10px}.top-bar-score span{font-size:1.2rem;font-weight:800;color:#fff;padding-left:4px}.team-score-grade{font-size:1.2rem;font-weight:800;padding:3px 12px;border-radius:25px;color:#fff;display:inline-block;text-shadow:0 1px 2px rgba(0,0,0,.5)}.best-position,.worst-position{display:flex;align-items:center;gap:4px}.best-position .indicator-symbol,.worst-position .indicator-symbol{font-size:1rem;font-weight:600;color:#fff}.best-position .indicator-position,.worst-position .indicator-position{font-size:1.2rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#fff}.dynasty-toggle-analyzer{display:flex;align-items:center;gap:8px;margin-left:auto;z-index:1}.switch{position:relative;display:inline-block;width:48px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1158eb;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#1158eb}input:checked+.slider:before{transform:translate(24px)}.toggle-label{font-size:14px;color:#fff}.team-score-bar-container{width:100%;height:20px;background:#ffffff1a;border-radius:4px;overflow:visible;position:relative}.team-score-bar-fill{height:100%;background:linear-gradient(90deg,#85c3e8,#1158eb);border-radius:4px;transition:width 1s ease-in-out;position:relative;box-shadow:0 0 10px #1158eb80;overflow:visible;z-index:1}.team-score-scribble-bg{position:absolute;top:-48px;left:0;width:80px;height:50px;z-index:0;pointer-events:none;background:url(/texturedBackground/white_scribble.png) center center no-repeat;background-size:contain;opacity:.85;transition:left 1s ease-in-out;transform:rotate(-20deg)}.team-score-percentage{position:absolute;top:-30px;transform:translate(-50%);color:#85c3e8;font-size:1.6rem;font-weight:900;font-family:Jersey M54,Arial,sans-serif;font-style:italic;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.9),0 0 8px rgba(17,88,235,.8),0 0 12px rgba(0,255,255,.6);transition:left 1s ease-in-out;white-space:nowrap;pointer-events:none;z-index:2;display:block;visibility:visible;opacity:1}.position-buttons{width:100%;display:flex;justify-content:space-around;align-items:center;padding:10px 0 15px;background-color:#0000;flex-wrap:wrap}.position-buttons button{padding:4px 16px;border-radius:4px;height:32px;font-weight:800;font-size:.85rem;border:1px solid rgba(251,251,251,.2);background-color:#fff0;color:#fff;margin-top:10px;will-change:transform}.position-buttons button:hover,.position-buttons .active{cursor:pointer;transform:scale(1.02);background:#1158eb;color:#fff}.position-dropdown-container{position:relative;width:100%;display:none;z-index:9999;isolation:isolate}.position-dropdown-trigger{width:100%;padding:12px 16px;border-radius:8px;font-weight:800;font-size:1rem;border:1px solid rgba(251,251,251,.2);background-color:#1158eb;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10000}.position-dropdown-arrow{will-change:transform}.position-dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:#141414fa;border:1px solid rgba(251,251,251,.2);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:10001;margin-top:4px;position:fixed;transform:translateY(0)}.position-controls-desktop{display:none;width:100%;gap:15px;padding:10px 0 15px;align-items:center;justify-content:space-around}@media (min-width: 821px){.position-controls-desktop{display:flex;justify-content:space-around}.position-buttons,.position-dropdown-container-mobile{display:none}}.position-dropdown-desktop{position:relative;width:200px;z-index:9999}.position-dropdown-desktop .position-dropdown-trigger{width:100%;padding:10px 16px;border-radius:8px;font-weight:700;font-size:.95rem;border:1px solid rgba(251,251,251,.2);background-color:#85c3e8;color:#000;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.position-dropdown-desktop .position-dropdown-trigger.disabled{opacity:.5;cursor:not-allowed;background-color:#4a4a4a}.position-dropdown-desktop .position-dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:#141414fa;border:1px solid rgba(251,251,251,.2);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:10001;margin-top:4px}.show-tools-toggle-btn{width:200px;padding:10px 20px;border-radius:8px;font-weight:700;border:2px solid #85C3E8;background-color:transparent;color:#85c3e8;cursor:pointer;transition:all .15s ease;white-space:nowrap}.show-tools-toggle-btn:hover{background-color:#85c3e8;color:#000}.position-dropdown-container-mobile{position:relative;width:100%;display:none;z-index:9999}@media (max-width: 820px){.position-dropdown-container-mobile{display:block;padding:10px 0 15px}.position-controls-desktop{display:none!important}.position-buttons{display:flex}}.standalone-tools-container{width:100%;padding:10px 0}.tool-selector-desktop{position:relative;display:none;width:100%;z-index:9998;margin-bottom:15px}.tool-dropdown-trigger-desktop{width:100%;padding:12px 16px;border-radius:8px;font-weight:700;font-size:1rem;border:1px solid rgba(251,251,251,.2);background-color:#85c3e8;color:#000;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.tool-dropdown-arrow.open{transform:rotate(180deg)}.tool-dropdown-menu-desktop{position:absolute;top:100%;left:0;width:100%;background-color:#141414fa;border:1px solid rgba(251,251,251,.2);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:10001;margin-top:4px}.tool-dropdown-item{padding:12px 16px;color:#fff;cursor:pointer;font-weight:600;font-size:.9rem;border-bottom:1px solid rgba(251,251,251,.1)}.tool-dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.tool-dropdown-item:hover,.tool-dropdown-item.active{background-color:#85c3e8;color:#000}.tool-buttons-desktop{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;justify-content:center}.tool-btn{flex:0 0 calc(33.333% - 7px);padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem;border:1px solid rgba(251,251,251,.2);background-color:#fff0;color:#fff;cursor:pointer;box-sizing:border-box}.tool-btn:hover,.tool-btn.active{background-color:#1158eb;color:#fff;transform:scale(1.02)}.standalone-tool-content{padding:10px 0}@media (max-width: 1100px){.tool-buttons-desktop{display:none}.tool-selector-desktop{display:block}}@media (max-width: 920px){.position-buttons{display:none}.position-dropdown-container{display:block;padding:10px 0 15px}}.team-bar-tooltip{position:absolute;bottom:120%;left:50%;transform:translate(-50%);color:#fff;padding:15px 20px;border-radius:10px;font-size:.8rem;font-weight:500;white-space:nowrap;z-index:1000;max-width:400px;text-align:left;max-height:300px;overflow-y:auto}.team-bar-chart-container{display:flex;flex-direction:column;gap:20px;padding:20px;margin-top:20px}.team-bar-item{display:flex;align-items:center;gap:15px}.team-bar-label{color:#fff;font-weight:600;font-size:1rem;text-align:right;text-transform:uppercase;letter-spacing:1px}.team-bar-container{flex:1;height:40px;background:#ffffff1a;border-radius:20px;overflow:visible;position:relative;display:flex;align-items:center}.team-bar-fill{height:100%;background:linear-gradient(90deg,#85c3e8,#1158eb);border-radius:4px;transition:width 1s ease-in-out;position:relative;box-shadow:0 0 10px #1158eb80;overflow:visible;z-index:1}.team-bar-score{color:#fff;font-size:.9rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.8)}.top-bar-score span{font-size:1.2rem;font-weight:800}.team-bar-tooltip{position:absolute;bottom:120%;left:50%;transform:translate(-50%);color:#fff;padding:15px 20px;border-radius:10px;font-size:.8rem;font-weight:500;white-space:nowrap;z-index:1000;max-width:400px;text-align:left;animation:tooltipFadeIn .2s ease-out;max-height:300px;overflow-y:auto}.team-bar-tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;z-index:1001}.team-bar-tooltip .bar-tooltip-header{font-weight:700;font-size:.9rem;margin-bottom:12px;padding-bottom:8px;text-align:center}.team-bar-tooltip .bar-tooltip-players{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.team-bar-tooltip .bar-tooltip-player{color:#ffffffe6;font-weight:500;padding:4px 0 4px 10px;margin-left:6px;transition:transform .1s ease,color .1s ease;white-space:normal;line-height:1.3;will-change:transform}.team-bar-tooltip .bar-tooltip-player:hover{color:#fff;transform:translate(3px)}.league-positional-comparison{width:100%;border-radius:8px;padding:0}.league-comparison-header{width:100%;padding:2rem 0;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#8080801a;margin-bottom:20px}.league-comparison-header h1{font-family:Jersey,sans-serif;font-size:2.3rem;font-weight:700;color:#fff;margin:0;letter-spacing:2px}.bottom-analysis-flex{display:flex;gap:20px;width:100%;margin-bottom:30px}.league-comparison-title{font-family:Jersey,sans-serif;font-size:2.3rem;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:2px;text-align:center;width:100%;padding:2rem 0;border-radius:10px;background:#8080801a}@media (max-width: 500px){.analyzer-team-info{width:20px}.league-comparison-title{font-size:1.5rem}}.league-comparison-bars{display:flex;justify-content:space-between;align-items:center;height:250px;padding:0 10px;gap:0px;margin-top:20px}.league-comparison-bar{flex:1;display:flex;flex-direction:column;align-items:center;transition:transform .15s ease;width:70%;will-change:transform}.analyzer-team-info{order:2;display:flex;align-items:center;gap:5px;margin-top:10px;width:70%}.bar-container{order:1;width:40px;height:200px;background:#ffffff1a;border-radius:5px 5px 4px 4px;overflow:visible;position:relative;display:flex;align-items:flex-end}.bar-fill-horizontal{width:100%;background:#85c3e8;border-radius:5px 5px 4px 4px;transition:height .8s ease-in-out;position:relative;min-height:20px;display:flex;align-items:flex-start;justify-content:center;padding-top:8px;cursor:pointer;z-index:1;font-family:Jersey;font-weight:700;font-size:1.2rem}@media (max-width: 1595px){.league-comparison-bars{flex-direction:column;height:auto;gap:15px}.league-comparison-bar{flex-direction:row;align-items:center;width:100%;gap:15px}.analyzer-team-info{order:1;width:150px;flex-shrink:0;margin-top:0;align-items:flex-start}.bar-container{order:2;width:100%;height:30px;flex:1}.bar-fill-horizontal{width:0%;height:100%;padding-top:0;align-items:center;justify-content:flex-end;padding-right:10px;transition:width .8s ease-in-out;min-width:40px}}.toggle-score-mobile-flex{display:flex;justify-content:space-between}@media (max-width: 1490px){.team-info-row{flex-direction:column;align-items:stretch}.dynasty-toggle-analyzer{margin-left:0}.team-content-container{flex:1;gap:27px}.top-bar-score{justify-content:space-between;padding-left:0}.top-bar-analyzer-flex{justify-content:center}.team-icon-container{gap:50px}}@media (max-width: 600px){.mobile-rankings-smallest,.mobile-proile-smallest{width:100%}}@media (max-width: 500px){.top-bar-score-flex{flex-direction:column}.analyzed-team-name{font-size:2rem}.position-indicators{justify-content:flex-start;gap:20px}.top-bar-score{padding-left:0;justify-content:flex-start;gap:20px}.team-icon-container{gap:50px}}.mobile-logo-team-name-flex{display:none}.mobile-analyzer-team-name-flex{display:flex;align-items:center;justify-content:flex-start}.mobole-dynasty-toggle-2{display:none}@media (max-width: 400px){.mobole-dynasty-toggle-2{display:flex}.top-bar-analyzer-flex{flex-direction:column}.mobile-logo-team-name-flex{display:block;position:relative;bottom:10px}.top-bar-analyzer-flex{align-items:stretch}.team-icon-container{display:none}.top-bar-score{gap:1px}.top-bar-score-flex{flex-direction:row}.desktop-dynasty-toggle{display:none}.top-bar-score-flex{flex-wrap:wrap}}@media (max-width: 350px){.top-bar-score{justify-content:flex-start}.position-indicators{gap:0}}@media (max-width: 500px){.analyzer-team-info{width:20%}}@media (max-width: 340px){.team-content-container{flex:1;gap:38px}}.loading-player-data{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;min-height:200px}.loading-player-data .loading-dots{display:flex;gap:8px;margin-bottom:16px}.loading-player-data .loading-dots span{width:12px;height:12px;border-radius:50%;background-color:#007bff;animation:loading-bounce 1.4s ease-in-out infinite both}.loading-player-data .loading-dots span:nth-child(1){animation-delay:-.32s}.loading-player-data .loading-dots span:nth-child(2){animation-delay:-.16s}.loading-player-data p{color:#666;font-size:16px;margin:0}@keyframes loading-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.top-bar-analyzer-grid{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;grid-template-areas:"identity stats controls" "progress progress progress";gap:15px;background-color:#8080801a;border-radius:10px;padding:15px 20px;align-items:center;margin-bottom:20px;width:100%;box-sizing:border-box}.analyzer-identity{grid-area:identity;display:flex;align-items:center;gap:15px}.analyzer-icon-wrapper{width:60px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.analyzer-icon-wrapper>*{width:100%;height:auto;display:block}.analyzer-name-wrapper{font-size:1.5rem;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.analyzer-stats{grid-area:stats;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.analyzer-score-box{display:flex;align-items:center;gap:10px;color:gray;font-size:1.1rem}.analyzer-score-value{color:#fff;font-weight:700;font-size:1.2rem}.analyzer-grade-badge{font-size:1.2rem;font-weight:800;padding:3px 12px;border-radius:25px;color:#fff;display:inline-block;text-shadow:0 1px 2px rgba(0,0,0,.5)}.analyzer-pos-indicators{display:flex;gap:20px}.pos-indicator{display:flex;align-items:center;gap:5px;font-size:.9rem}.pos-indicator.best .pos-symbol{color:#4ade80}.pos-indicator.worst .pos-symbol{color:#f87171}.pos-name{color:#ccc;font-weight:700}.analyzer-controls{grid-area:controls;display:flex;align-items:center;justify-content:flex-end}.analyzer-progress-bar-container{grid-area:progress;width:100%;height:20px;background:#ffffff1a;border-radius:4px;overflow:visible;position:relative;margin-top:10px}@media (max-width: 1000px){.top-bar-analyzer-grid{grid-template-columns:1fr auto;grid-template-rows:auto auto auto;grid-template-areas:"identity controls" "stats stats" "progress progress";gap:10px}.analyzer-stats{justify-content:flex-start;padding-top:5px;gap:15px}.analyzer-icon-wrapper{width:50px}.analyzer-name-wrapper{font-size:1.3rem}}@media (max-width: 500px){.top-bar-analyzer-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"identity" "stats" "controls" "progress";padding:15px;gap:15px}.analyzer-controls{justify-content:flex-start}.analyzer-stats{flex-direction:column;align-items:flex-start;gap:10px}.analyzer-pos-indicators{width:100%;justify-content:space-between}}@media (max-width: 320px){.top-bar-analyzer-grid{padding:10px 8px}.analyzer-identity{gap:10px}.analyzer-icon-wrapper{width:35px}.analyzer-name-wrapper{font-size:1.1rem}.analyzer-score-box{font-size:.9rem}.analyzer-grade-badge{font-size:1rem;padding:2px 8px}}.player-position-tag{background:#85c3e8;color:#000;padding:2px 6px;border-radius:4px;font-size:.8rem;font-weight:700;margin-right:8px}.positions-injury-container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.injury-header{width:100%;background-color:#8080801a;padding:2rem 0;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title{font-family:Jersey,sans-serif;font-size:2.3rem;font-weight:700;color:#fff;margin:0;letter-spacing:2px}.injury-report{display:flex;justify-content:space-between;align-items:center;margin:8px 0}.spacer{width:250px}.subtitle{font-size:2rem;font-weight:700;margin:0;letter-spacing:1px}.injury-score-value{font-weight:800;text-align:center}.injury-score-number{font-size:2rem}.injury-score-number span{color:gray;font-family:Inter;font-size:1rem}.starter-mode-toggle-pos{display:flex;justify-content:flex-end;align-items:center;width:250px}.starter-toggle-btn{background:#fff;border:2px solid #2c3e50;border-radius:25px;color:#2c3e50;padding:10px 24px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.starter-toggle-btn:hover{background:#2c3e50;color:#fff}.starter-toggle-btn-pos{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;height:50px}.starter-toggle-btn-pos:hover{background:#ffffff26;border-color:#ffffff80;transform:translateY(-1px)}.starter-toggle-btn-pos.active{background:linear-gradient(135deg,gold,orange);border-color:gold;color:#000;height:fit-content;box-shadow:0 4px 12px #ffd7004d}.starter-toggle-btn-pos.active:hover{background:linear-gradient(135deg,orange,gold);transform:translateY(-2px);box-shadow:0 6px 16px #ffd70066}.injury-risk-container{width:100%;max-width:900px;margin:0 auto;padding:.5rem;display:flex}.risk-section{width:25%;display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.risk-label{display:flex;justify-content:center;align-items:center;padding:8px 24px;font-weight:700;font-size:1.1rem;letter-spacing:1px;margin-bottom:1rem;border-radius:10px;width:90%;white-space:nowrap;text-align:center}.high-risk-label{background-color:#e74c3c;color:#fff}.medium-risk-label{background-color:#f39c12;color:#2c3e50}.low-risk-label{background-color:#3498db;color:#fff}.no-risk-label{background-color:#95a5a6;color:#fff}.injury-player-card{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-bottom:.5rem;transition:all .3s ease;width:190px;height:110px;font-size:.85rem;border-radius:10px;overflow:hidden;background-color:#85c4e873;color:#fff;box-shadow:none;border:none;cursor:pointer}.injury-player-card:hover{transform:translate(5px)}.player-card-header{display:flex;width:100%;margin-bottom:0;height:24px;overflow:visible}.player-card-header-label{color:#fff;font-weight:700;font-size:.5rem;border-top-left-radius:8px;border-bottom-left-radius:0;padding:4px 8px;display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;overflow:visible}.player-card-header-blank{border-top-right-radius:8px;border-bottom-right-radius:0}.high-risk-header .player-card-header-label,.high-risk-label-bg{background:#a80000}.high-risk-header .player-card-header-blank,.high-risk-blank-bg{background:#f9d6d5}.medium-risk-header .player-card-header-label,.medium-risk-label-bg{background:#c97c00}.medium-risk-header .player-card-header-blank,.medium-risk-blank-bg{background:#fff7ce}.low-risk-header .player-card-header-label,.low-risk-label-bg{background:#008c8c}.low-risk-header .player-card-header-blank,.low-risk-blank-bg{background:#d7edf7}.no-risk-header .player-card-header-label,.no-risk-label-bg{background:#008c00}.no-risk-header .player-card-header-blank,.no-risk-blank-bg{background:#e2e2e2}.player-card-info-flex{flex:.8;display:flex;flex-direction:row;align-items:center;padding:3px}.player-headshot-injury{width:100px;height:100px;right:-5px;position:relative;top:-5px;flex:0 0 30%;min-width:60px;overflow:visible;object-fit:cover}.injury-player-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:200px;height:70px;gap:0;align-items:center;position:relative;right:10px;left:0;bottom:0;top:-10px}.grid-name{grid-column:1 / span 2;grid-row:1 / span 1;font-weight:700;font-size:1rem;font-family:Jersey,sans-serif;text-align:left;padding-left:2px;padding-bottom:0;letter-spacing:1px;overflow:hidden;text-overflow:ellipsis;white-space:wrap}.grid-adp{grid-column:1 / span 1;grid-row:2 / span 1;display:flex;flex-direction:column;align-items:flex-start;font-size:1.1rem;font-weight:700;color:#222;padding-left:6px}.games-label{font-size:.5rem;color:#fff;font-weight:600;top:3px;right:0;letter-spacing:.5px;position:relative}.games-number{font-size:1.4rem;font-weight:900;color:#fff;position:relative;top:5px;font-size:1rem;font-weight:800}.grid-logo{grid-column:2 / span 1;grid-row:2 / span 1;justify-content:flex-end;height:100%;background:url(../../public/texturedBackground/white_scribble.png);background-size:cover;display:flex;height:32px;width:52px;position:relative;right:0;align-items:center;justify-content:center;transform:rotate(-20deg)}.grid-logo .fa-text{color:#333;font-weight:900;font-size:1.2rem;font-family:Jersey,sans-serif;letter-spacing:1px;transform:rotate(20deg);text-shadow:1px 1px 2px rgba(255,255,255,.8)}.grid-logo img{width:90%;height:90%;object-fit:cover;transform:rotate(20deg);overflow:visible;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.risk-section:empty:after{content:"No players in this category";display:block;text-align:center;color:#95a5a6;font-style:italic;padding:2rem;background-color:#fff;border-radius:8px}@media (max-width: 1600px){.injury-risk-container{flex-direction:column}.risk-section{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}}.injury-risk-outside-container{width:100%}@media (max-width: 1450px){.spacer{display:none}}.injury-report-title-flex{width:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}.injury-score-row{display:flex;justify-content:space-evenly;align-items:center;width:100%;gap:1rem}.risk-score-label{padding:6px 12px;border-radius:15px;font-size:.7rem;font-weight:700;letter-spacing:.5px;text-align:center;min-width:80px}.high-risk-score{background-color:#e74c3c;color:#fff}.medium-risk-score{background-color:#f39c12;color:#2c3e50}.low-risk-score{background-color:#27ae60;color:#fff}@media (max-width: 1640px){.spacer{display:none}.injury-report{justify-content:space-between;width:85%}.starter-mode-toggle-pos{width:100px}}@media (max-width: 500px){.injury-score-row{flex-direction:column}.injury-report-title-flex .subtitle{font-size:1.2rem}.injury-report{flex-direction:column;gap:10px;justify-content:center;align-items:center}.starter-mode-toggle-pos{justify-content:center}}.team-analyzer-help-header-row{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.team-analyzer-help-button{width:30px;height:30px;border-radius:50%;background-color:#333;color:#fff;font-weight:700;font-size:18px;border:2px solid #555;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease;flex-shrink:0;position:absolute;right:14px;top:10px;transform:none}.team-analyzer-help-button:hover{background-color:#555;transform:scale(1.05)}@media (min-width: 769px){.injury-header,.bye-week-header-title,.boom-bust-header-title,.sos-header-title,.team-age-header-title{position:relative}.team-analyzer-help-header-row{position:static;padding-right:0}.injury-header .team-analyzer-help-button,.bye-week-header-title .team-analyzer-help-button,.boom-bust-header-title .team-analyzer-help-button,.sos-header-title .team-analyzer-help-button,.team-age-header-title .team-analyzer-help-button{position:absolute;top:10px;right:10px;z-index:2}}.team-analyzer-help-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:flex-start;z-index:9999;padding:80px 2rem 2rem;box-sizing:border-box;overflow-y:auto}.team-analyzer-help-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:50rem;width:100%;max-height:calc(100vh - 100px);overflow-y:auto;box-shadow:0 10px 25px #00000080;position:relative;margin:auto 0;min-height:auto}.team-analyzer-help-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(133,195,232,.2)}.team-analyzer-help-modal-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.team-analyzer-help-close-btn{background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.team-analyzer-help-close-btn:hover{color:#fff}.team-analyzer-help-section{margin-bottom:1.5rem}.team-analyzer-help-section:last-child{margin-bottom:0}.team-analyzer-help-section h2{font-size:1.25rem;font-weight:600;color:#85c3e8;margin-bottom:.75rem}.team-analyzer-help-section p{color:#d1d5db;line-height:1.6;margin-bottom:.75rem;font-size:.95rem}.team-analyzer-help-section ul{list-style:none;padding:0;margin:.75rem 0}.team-analyzer-help-section li{color:#d1d5db;padding:.5rem 0 .5rem 1.75rem;position:relative;font-size:.95rem;line-height:1.5}.team-analyzer-help-section li:before{content:"•";position:absolute;left:.5rem;color:#85c3e8;font-weight:700}@media (max-width: 768px){.team-analyzer-help-modal-overlay{padding:70px 1rem 80px}.team-analyzer-help-modal{padding:1.5rem;max-height:calc(100vh - 170px)}.team-analyzer-help-modal-header h1{font-size:1.35rem}.team-analyzer-help-section h2{font-size:1.1rem}.team-analyzer-help-section p,.team-analyzer-help-section li{font-size:.9rem}.team-analyzer-help-button{right:10px}}.bye-week-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.bye-week-header-title{width:100%;background-color:#8080801a;padding:2rem 0;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.bye-week-title-main{font-size:2.3rem;font-weight:700;color:#fff;margin:0;font-family:Jersey,sans-serif;letter-spacing:2px}.bye-week-header-container{display:flex;justify-content:space-between;align-items:center;width:95%;margin-bottom:10px}.bye-week-header-container h1{margin:0}.starter-mode-toggle{display:flex;align-items:center;justify-content:flex-end}.bye-week-bins-container{display:flex;flex-direction:column;width:95%;gap:15px;justify-content:center;align-items:center}.bye-week-bin{border:1px solid rgba(255,255,255,.3);border-radius:10px;background-color:#0a0e1a;padding:15px;width:95%;min-height:80px;display:flex;flex-direction:row;align-items:center;gap:20px}.bye-week-header{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:120px;flex-shrink:0}.bye-week-title{font-size:1.2rem;font-weight:600}.bye-week-count{font-size:.9rem;color:gray}.one-bye-symbol,.two-bye-symbol,.three-plus-bye-symbol{border-radius:10px;padding:4px 8px;font-weight:500;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.one-bye-symbol{background-color:#26ff00;color:#000}.one-bye-symbol:after{content:"Low"}.two-bye-symbol{background-color:#f6ff00;color:#000}.two-bye-symbol:after{content:"Medium"}.three-plus-bye-symbol{background-color:#fd2e2e;color:#fff}.three-plus-bye-symbol:after{content:"High"}.bye-week-players{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;overflow:visible;flex:1}.bye-week-players::-webkit-scrollbar{width:6px}.bye-week-players::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.bye-week-players::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.bye-week-players::-webkit-scrollbar-thumb:hover{background:#ffffff80}.bye-week-player-card{background-color:#0a0e1a;border-radius:8px;display:flex;align-items:center;gap:12px;transition:all .3s ease;border:1px solid white;position:relative;height:70px;min-width:200px;flex-shrink:0;cursor:pointer}.bye-week-player-card.player-card{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-bottom:.5rem;position:relative;transition:all .3s ease;width:190px;height:100px;font-size:.85rem;border-radius:10px;overflow:hidden;background-color:#85c4e873;color:#fff;box-shadow:none;border:none}.bye-week-player-card .player-card-flex-col{display:flex;flex-direction:column;width:100%;height:100%}.bye-week-player-card .player-card-header{display:flex;width:100%;margin-bottom:0;height:24px}.bye-week-player-card .player-card-header-label{flex:.3;color:#fff;font-weight:700;font-size:.5rem;border-top-left-radius:8px;border-bottom-left-radius:0;padding:4px 8px;display:flex;align-items:center;justify-content:flex-start}.bye-week-player-card .player-card-header-label.starter-label-bg{background:linear-gradient(90deg,gold 60%,orange);color:#222}.bye-week-player-card .player-card-header-label.backup-label-bg{background:linear-gradient(90deg,#4fc3f7 60%,#1976d2);color:#fff}.bye-week-player-card .player-card-header-label.bench-label-bg{background:linear-gradient(90deg,#1565c0 60%,#0d47a1);color:#fff}.bye-week-player-card .player-card-header-blank{flex:.7;border-top-right-radius:8px;border-bottom-right-radius:0}.bye-week-player-card .low-risk-blank-bg{background:#d7edf7}.bye-week-player-card .player-card-info-flex{display:flex;flex-direction:row;align-items:center;padding:4px;width:100%}.bye-week-player-card .player-headshot-injury{width:100px;height:100px;right:-5px;position:relative;top:-5px;flex:0 0 30%;min-width:60px;overflow:visible}.bye-week-player-info-grid{flex:0 0 70%;max-width:70%;min-width:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:200px;height:70px;gap:0;align-items:center;position:relative;left:0;top:-15px}.bye-week-player-info-grid .grid-name{grid-column:1 / span 2;grid-row:1 / span 1;font-weight:700;font-size:1rem;font-family:Jersey,sans-serif;text-align:left;padding-left:2px;letter-spacing:1px;overflow:hidden;text-overflow:ellipsis;white-space:wrap;position:relative;right:-10px}.bye-week-player-info-grid .grid-adp{grid-column:1 / span 1;grid-row:2 / span 1;display:flex;flex-direction:column;align-items:center;font-size:.8rem;font-weight:600;color:#222;padding-left:2px;left:5px;position:relative}.bye-week-player-info-grid .games-label{font-size:.7rem;color:#fff;font-weight:600;right:0}.bye-week-player-info-grid .games-number{font-size:1.2rem;font-weight:800;color:#fff}.bye-week-player-info-grid .grid-logo{grid-column:2 / span 1;grid-row:2 / span 1;display:flex;align-items:center;justify-content:flex-end;height:100%}.bye-week-player-info-grid .position-player-team-logo{background:url(../../public/texturedBackground/white_scribble.png);background-size:cover;height:32px;width:52px;display:flex;align-items:center;justify-content:center;right:0;transform:rotate(-20deg)}.bye-week-player-info-grid .position-player-team-logo .fa-text{color:#333;font-weight:900;font-size:.7rem;font-family:Jersey,sans-serif;letter-spacing:1px;transform:rotate(20deg);text-shadow:1px 1px 2px rgba(255,255,255,.8)}.bye-week-player-info-grid .team-logo-injury{width:45px;height:45px;position:relative;right:0;left:0;top:0;bottom:0;transform:rotate(40deg)}@media (max-width: 480px){.bye-week-bin{flex-direction:column}.bye-week-header-container h1{font-size:1.5rem;text-align:center}}.sos-tool-container-inner{padding:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:30px}.sos-header-title{width:100%;padding:2rem 0;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#8080801a}.sos-header-title h1{font-family:Jersey,sans-serif;font-size:2.3rem;font-weight:700;color:#fff;margin:0;letter-spacing:2px}.sos-leagueinfo-rankings-col{display:flex;flex-direction:column;align-items:center;flex:0 0 50%;max-width:50%;min-width:0}.sos-league-info{display:flex;align-items:center;justify-content:center;padding:4px 0 0;width:95%;color:#fff;background:none}.sos-league-info-title{font-size:2rem;font-weight:700;color:#4fc3f7;margin-bottom:6px;letter-spacing:1px;font-family:Jersey,sans-serif}.sos-ranking-title{display:flex;align-items:center;justify-content:center;margin:0 0 10px;font-weight:700}.sos-table{width:100%;border-collapse:collapse;max-width:100%;table-layout:fixed;box-sizing:border-box}.sos-table-header{border-bottom:.5px solid #cccccc37;border-left:none;border-right:none;padding:8px;color:#b0b0b0;font-size:.75rem;font-weight:500;text-align:center}.sos-table-header:nth-child(2){text-align:left;width:120px;min-width:80px;max-width:180px;white-space:normal;word-break:break-word}.sos-table-cell{border-top:.5px solid #cccccc37;border-bottom:.5px solid #cccccc30;border-left:none;border-right:none;padding:10px 2px;font-size:.95rem;font-weight:500;color:#fff;background:transparent;word-break:break-word;white-space:normal}.sos-table-cell:nth-child(2){width:120px;min-width:80px;max-width:180px;white-space:normal}.sos-table-cell:nth-child(1){width:5px}.sos-table-rank{text-align:center;font-weight:700}.sos-table-score,.sos-table-schedule,.sos-table-bar{text-align:center}.sos-table-score{font-family:Jersey}.sos-table-score span{font-size:.7rem;color:gray;font-family:Inter}.sos-score-bar-outer{width:60px;height:14px;background:#222;border-radius:8px;overflow:hidden;margin:0 auto;border:1px solid #444;display:flex;align-items:center}.sos-score-bar-outer-2{width:60px;height:14px;background:#222;border-radius:8px;overflow:hidden;margin:0 auto;border:1px solid #444;display:none;align-items:center}@media (max-width: 420px){.sos-score-bar-outer-2{display:flex}}.sos-score-bar-inner{height:100%;background:linear-gradient(90deg,#b3e0ff,#4fc3f7);border-radius:8px 0 0 8px;transition:width .3s}.sos-schedule-summary{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:20px;margin-bottom:20px;width:95%;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.sos-main-flex-row{display:flex;flex-direction:row;white-space:nowrap;width:100%;box-sizing:border-box}.sos-summary-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.sos-summary-label{font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.sos-summary-value{font-size:1.4rem;font-weight:700;color:#fff}.sos-user-schedule-container{display:flex;flex-direction:column;width:95%;gap:12px;margin:0 0 0 10px;padding:0 0 0 10px;border-left:1px solid gray}.sos-schedule-week-card{border:1px solid rgba(255,255,255,.3);border-radius:10px;background-color:#0a0e1a;padding:20px;display:flex;flex-direction:row;align-items:center;gap:20px;transition:all .3s ease;min-height:70px}.sos-schedule-week-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;border-color:#ffffff80;cursor:pointer}.sos-week-number{display:flex;flex-direction:column;align-items:center;min-width:80px;flex-shrink:0}.sos-week-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.sos-week-label{font-size:.7rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.sos-opponent-info{flex:1;display:flex;flex-direction:column;gap:6px}.sos-opponent-id{font-size:1rem;font-weight:600;color:#fff;margin:0}.sos-opponent-strength{font-size:.85rem;color:#ffffffb3;margin:0}.sos-matchup-difficulty{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:120px;flex-shrink:0}.sos-opponent-score{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.sos-difficulty-badge{padding:4px 10px;border-radius:15px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.sos-user-schedule-cell-span2{font-size:.6rem;font-weight:400;padding-left:2px}.opponent-very-weak{background-color:#22c55e;color:#fff}.opponent-weak{background-color:#84cc16;color:#fff}.opponent-average{background-color:#f59e0b;color:#fff}.opponent-strong{background-color:#ef4444;color:#fff}.opponent-very-strong{background-color:#dc2626;color:#fff}.sos-your-schedule{flex:0 0 50%;max-width:50%;min-width:0;display:flex;flex-direction:column}@media (max-width: 1100px){.sos-main-flex-row{flex-direction:column;gap:24px}.sos-leagueinfo-rankings-col,.sos-your-schedule{max-width:100%;min-width:0;width:100%;flex:1 1 100%}}@media (max-width: 768px){.sos-league-info{flex-direction:column;gap:12px}.sos-tabs-container{flex-direction:column;gap:8px;width:100%}.sos-user-schedule-container{width:100%}.sos-schedule-summary{flex-direction:column;gap:15px}.sos-schedule-week-card{flex-direction:column;align-items:flex-start;gap:15px}}.sos-table-score .sos-schedule-text{display:none}@media (max-width: 420px){.sos-table-header:nth-child(4),.sos-table-cell:nth-child(4),.sos-table-header:nth-child(5),.sos-table-cell:nth-child(5){display:none}.sos-table-cell.sos-table-score{display:flex;flex-direction:column;align-items:center;gap:6px}.sos-score-bar-outer{width:50px;height:12px}.sos-table-score .sos-schedule-text{display:block;font-size:.7rem;color:#b0b0b0;font-family:Inter;font-weight:400}}.sos-user-schedule-container{width:100%;display:flex;flex-direction:column;gap:0;align-items:center;margin-top:0}.sos-user-schedule-title-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:4px;width:100%}.sos-user-schedule-title{font-weight:800;font-size:1.3rem}.sos-user-schedule-calendar-svg{display:inline-block;vertical-align:middle}.sos-user-schedule-header-row{display:flex;align-items:center;font-weight:500;color:#b0b0b0;font-size:.75rem;margin-bottom:4px;border-radius:8px;padding:6px;width:100%}.sos-user-schedule-header-cell{flex:1;text-align:center}.sos-user-schedule-header-cell:nth-child(1){flex:1.6}.sos-user-schedule-header-cell:nth-child(2){flex:2.5}.sos-user-schedule-header-cell:nth-child(3),.sos-user-schedule-header-cell:nth-child(4){flex:2}.sos-user-schedule-rows{display:flex;flex-direction:column;gap:12px;width:100%}.sos-user-schedule-row{background:#8080800f;border-radius:10px;display:flex;align-items:center;padding:5px 0;gap:0;font-weight:700;width:100%}.sos-user-schedule-row:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;border-color:#ffffff80;cursor:pointer}.sos-user-schedule-cell{flex:1;display:flex;align-items:center;justify-content:center}.sos-user-schedule-cell:nth-child(1){flex:1.6}.sos-user-schedule-cell:nth-child(2){flex:2.5;justify-content:flex-start;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;-webkit-hyphens:auto;hyphens:auto}.sos-user-schedule-cell:nth-child(3){flex:1}.sos-user-schedule-cell:nth-child(4){flex:2}.sos-user-schedule-score{font-family:Inter,sans-serif;font-size:1.5rem;color:#fff}.sos-user-schedule-score-max{font-family:Inter,sans-serif;font-size:1rem;color:#b0b0b0;margin-left:2px}.sos-user-schedule-score-cell .sos-user-schedule-strength{display:none}.sos-user-schedule-strength{display:inline-block;padding:4px;border-radius:14px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff}.sos-user-schedule-strength.very-weak{background:#22c55e;color:#fff}.sos-user-schedule-strength.weak{background:#a3e635;color:#222}.sos-user-schedule-strength.average{background:#fde047;color:#222}.sos-user-schedule-strength.strong{background:#f87171;color:#fff}.sos-user-schedule-strength.very-strong{background:#dc2626;color:#fff}@media (max-width: 768px){.sos-user-card{flex-direction:column;align-items:flex-start;gap:15px}.sos-rank-section{align-self:flex-start;min-width:auto}.sos-schedule-details{min-width:auto;width:100%}.sos-header-container{flex-direction:column;gap:15px;align-items:flex-start}.sos-schedule-week-card{flex-direction:column;align-items:flex-start;gap:15px}.sos-week-number,.sos-matchup-difficulty{align-self:flex-start;min-width:auto}.sos-tabs-container{flex-direction:column;gap:8px}.sos-schedule-summary{flex-direction:column;gap:15px}}.sos-loading,.sos-error{font-size:1.2rem;padding:20px;text-align:center;width:95%;border-radius:10px}.sos-loading{background-color:#0064ff1a;border:1px solid rgba(0,100,255,.3);color:#66b2ff}.sos-error{background-color:#ff00001a;border:1px solid rgba(255,0,0,.3);color:#f66}@media (max-width: 1620px){.sos-main-flex-row{flex-direction:column}.sos-leagueinfo-rankings-col,.sos-your-schedule{width:98%;max-width:98%;flex:none}.sos-user-schedule-container{border-left:none;border-top:1px solid white;padding-top:30px}.sos-leagueinfo-rankings-col{padding-bottom:30px}.sos-user-schedule-container{padding-left:0;margin-left:0}}@media (max-width: 450px){.sos-user-schedule-header-cell:nth-child(4),.sos-user-schedule-cell:nth-child(4){display:none}.sos-user-schedule-score-cell{display:flex;flex-direction:column;align-items:center;gap:4px}.sos-user-schedule-score-cell .sos-user-schedule-strength{display:inline-block;width:60px;text-align:center;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-top:5px}.sos-user-schedule-header-cell:nth-child(1){flex:.5}.sos-user-schedule-header-cell:nth-child(2){flex:2}.sos-user-schedule-header-cell:nth-child(3){flex:2}.sos-user-schedule-cell:nth-child(2){flex:2}.sos-user-schedule-cell:nth-child(1){flex:.5}.sos-user-schedule-cell:nth-child(3){flex:2}.sos-user-schedule-opponent{padding-left:20px}}.boom-bust-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.boom-bust-header-title{width:100%;background-color:#8080801a;padding:2rem 0;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.boom-bust-title-main{font-size:2.3rem;font-weight:700;color:#fff;margin:0;font-family:Jersey,sans-serif;letter-spacing:2px}.boom-bust-header-container{display:flex;justify-content:space-between;align-items:center;width:95%;margin-bottom:10px}.boom-bust-header-container h1{margin:0}.starter-mode-toggle{display:flex;align-items:center}.starter-toggle-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.starter-toggle-btn:hover{background:#ffffff26;border-color:#ffffff80;transform:translateY(-1px)}.starter-toggle-btn.active{background:linear-gradient(135deg,gold,orange);border-color:gold;color:#000;box-shadow:0 4px 12px #ffd7004d}.starter-toggle-btn.active:hover{background:linear-gradient(135deg,orange,gold);transform:translateY(-2px);box-shadow:0 6px 16px #ffd70066}.boom-bust-bins-container{display:flex;flex-direction:row;width:95%;gap:20px;justify-content:center}.boom-bust-tier-bin{border:1px solid rgba(255,255,255,.3);border-radius:10px;background-color:#0a0e1a;padding:15px;width:32%;min-height:400px;display:flex;flex-direction:column;gap:15px}.boom-bust-tier-header{display:flex;align-items:center;justify-content:center;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2)}.boom-bust-tier-title{font-size:1.3rem;font-weight:600;color:#fff}.high-tier-symbol,.medium-tier-symbol,.low-tier-symbol{height:12px;width:12px;border-radius:50%}.high-tier-symbol{background-color:#26ff00;box-shadow:0 0 10px 3px #26ff00}.medium-tier-symbol{background-color:#f6ff00;box-shadow:0 0 10px 3px #f6ff00}.low-tier-symbol{background-color:#fd2e2e;box-shadow:0 0 10px 3px #fd2e2e}.boom-bust-grid{width:100%;display:grid;row-gap:10px;column-gap:10px;gap:10px;justify-content:center;align-items:center;padding-right:5px}.boom-bust-grid::-webkit-scrollbar{width:6px}.boom-bust-grid::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.boom-bust-grid::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.boom-bust-grid::-webkit-scrollbar-thumb:hover{background:#ffffff80}.boom-bust-player-card.player-card{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-bottom:.5rem;position:relative;transition:all .3s ease;width:230px;height:120px;font-size:.85rem;border-radius:10px;overflow:hidden;background-color:#85c4e873;color:#fff;box-shadow:none;border:none;cursor:pointer}.boom-bust-player-card:hover{transform:scale(1.02);box-shadow:0 6px 12px #0000004d}.boom-bust-player-card .player-card-flex-col{display:flex;flex-direction:column;width:100%;height:100%}.boom-bust-player-card .player-card-header{display:flex;width:100%;margin-bottom:0;height:28px}.boom-bust-player-card .player-card-header-label{flex:.35;color:#fff;font-weight:700;font-size:.55rem;border-top-left-radius:8px;border-bottom-left-radius:0;padding:4px 8px;display:flex;align-items:center;justify-content:flex-start;letter-spacing:.5px}.boom-bust-player-card .player-card-header-label.boom-label-bg{background:linear-gradient(90deg,#26ff00 60%,#00d900);color:#000}.boom-bust-player-card .player-card-header-label.bust-label-bg{background:linear-gradient(90deg,#fd2e2e 60%,#d10000);color:#fff}.boom-bust-player-card .player-card-header-label.boom-bust-label-bg{background:linear-gradient(90deg,#f44 30%,#fa0 70%);color:#fff}.boom-bust-player-card .player-card-header-label.steady-label-bg{background:linear-gradient(90deg,#02ce9b 60%,#00a87e);color:#000}.boom-bust-player-card .player-card-header-blank{flex:.65;border-top-right-radius:8px;border-bottom-right-radius:0}.boom-bust-player-card .high-tier-blank-bg{background:#d7f7d7}.boom-bust-player-card .medium-tier-blank-bg{background:#f7f7d7}.boom-bust-player-card .low-tier-blank-bg{background:#f7d7d7}.boom-bust-player-card .player-card-info-flex{display:flex;flex-direction:row;align-items:center;padding:6px;width:100%;height:calc(100% - 28px)}.boom-bust-player-card .player-headshot-injury{width:110px;height:110px;right:-5px;position:relative;top:-8px;flex:0 0 35%;min-width:80px;overflow:visible}.boom-bust-player-info-grid{flex:0 0 65%;max-width:65%;min-width:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;height:90px;gap:0;align-items:center;position:relative;left:0}.boom-bust-player-info-grid .grid-name{grid-column:1 / span 2;grid-row:1 / span 1;font-weight:700;font-size:.9rem;font-family:Jersey,sans-serif;text-align:left;padding-left:2px;letter-spacing:1px;overflow:hidden;text-overflow:ellipsis;white-space:wrap;position:relative;right:7px}.boom-bust-player-info-grid .grid-stats{grid-column:1 / span 1;grid-row:2 / span 1;display:flex;gap:2px;align-items:center;font-size:.8rem;font-weight:600;padding-left:2px;left:30px;position:relative}.spike-stat,.bust-stat{display:flex;flex-direction:column;align-items:center}.stats-label{font-size:.65rem;color:#fff;font-weight:600;opacity:.8}.stats-number{font-size:.7rem;font-weight:800;color:#fff}.boom-bust-player-info-grid .grid-logo{grid-column:2 / span 1;grid-row:2 / span 1;display:flex;align-items:center;justify-content:flex-end;height:40px;width:60px;top:5px;left:20px;transform:rotate(-20deg)}.boom-bust-player-info-grid .grid-logo img{position:relative;right:5px;height:auto;width:50px}.boom-bust-player-info-grid .team-logo-injury{width:60px;height:60px;position:relative;right:10px;transform:rotate(20deg)}.boom-bust-player-info-grid .grid-logo .fa-text{color:#333;font-weight:900;font-size:1.2rem;font-family:Jersey,sans-serif;letter-spacing:1px;transform:rotate(20deg);text-shadow:1px 1px 2px rgba(255,255,255,.8);position:relative;right:20px}@media (max-width: 1760px){.boom-bust-bins-container{flex-direction:column}.boom-bust-tier-bin{width:100%}.boom-bust-grid{width:100%;grid-template-columns:repeat(auto-fit,230px);justify-content:center}}@media (max-width: 570px){.boom-bust-header-container h1{font-size:1.4rem}}@media (max-width: 390px){.boom-bust-header-container h1{text-align:center}.boom-bust-header-container{flex-direction:column;gap:10px}}.team-age-inner-container{padding:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:30px}.team-age-header-title{width:100%;padding:2rem 0;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#8080801a}.team-age-header-title h1{font-family:Jersey,sans-serif;font-size:2.3rem;font-weight:700;color:#fff;margin:0;letter-spacing:2px}.team-age-controls-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px}.team-age-inner-container h3{margin-bottom:0;color:#fff;text-align:left;font-weight:600}.team-age-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;width:100%}.team-age-spacer{flex:1}.team-age-header h3{margin:0;color:#fff;font-weight:600;flex:3;display:flex;justify-content:center;font-weight:700;font-size:2rem}.year-selector{display:flex;align-items:center;gap:10px;flex:1;justify-content:flex-end}.year-selector label{color:#fffc;font-weight:500;font-size:.9rem}.year-select-dropdown{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;padding:8px 12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.year-select-dropdown:hover{background:#ffffff26;border-color:#ffffff80}.year-select-dropdown:focus{background:#ffffff26;box-shadow:0 0 0 2px #93f3}.year-select-dropdown option{background:#0a0e1a;color:#fff}.age-graph-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto}.graph-area{display:flex;align-items:stretch;width:100%;height:500px;margin:10px 0}.y-axis-label{writing-mode:vertical-rl;text-orientation:mixed;margin-bottom:20px;font-weight:700;color:#fffc}.y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-right:10px;font-size:12px;color:#ffffffb3;height:100%}.plot-area{position:relative;flex:1;border:2px solid rgba(255,255,255,.2);border-radius:4px;background:#7aaab20d;background-image:linear-gradient(to right,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.1) 1px,transparent 1px);background-size:10% 10%}.x-axis{display:flex;justify-content:space-between;width:calc(100% - 60px);margin-left:60px;padding:10px 0;font-size:12px;color:#ffffffb3}.x-axis-label{font-weight:700;color:#fffc;margin-top:5px}.player-point{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:10;transition:all .3s ease;min-width:80px}.team-age-player-headshot{width:32px;height:32px;border-radius:50%;border:2px solid white;background-color:#b9cdd2;object-fit:cover;margin-bottom:3px;transition:all .3s ease}.team-age-player-info{display:flex;flex-direction:column;align-items:center;gap:2px}.player-name-team-age{font-size:12px;color:#fff;padding:2px 6px;border-radius:4px;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis;font-weight:500;text-align:center}.team-age-player-age{font-size:10px;color:#000;background:#85c3e8;padding:1px 4px;border-radius:3px;white-space:nowrap;font-weight:500;text-align:center;border:1px solid rgba(153,51,255,.3)}.player-point:hover{transform:translate(-50%,-50%) scale(1.1);z-index:1000}.player-point:hover .player-name-team-age{background:#85c3e8;color:#000;max-width:none;overflow:visible;border-color:#85c3e8;box-shadow:0 2px 8px #85c3e859}.player-point:hover .team-age-player-age{background:#85c3e8;color:#0a0e1a;border-color:#85c3e8;box-shadow:0 2px 8px #85c3e859}.player-point:hover .team-age-player-headshot{border-color:#85c3e8;transform:scale(1.1);box-shadow:0 0 15px #85c3e873}.reference-line-vertical{position:absolute;top:0;bottom:0;width:2px;background-color:#fff9;z-index:5;box-shadow:0 0 4px #ffffff4d}.reference-line-horizontal{position:absolute;left:0;right:0;height:2px;background-color:#fff9;z-index:5;box-shadow:0 0 4px #ffffff4d}.adp-170-line{top:48.42%}.quadrant-label{position:absolute;font-size:.85rem;font-weight:600;color:#85c3e8;background:#0a0e1acc;padding:6px 10px;border-radius:6px;border:1px solid #85C3E8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3;text-align:center;box-shadow:0 2px 8px #0000004d}.quadrant-label.top-left{top:10px;left:10px}.quadrant-label.top-right{top:10px;right:10px}.quadrant-label.bottom-left{bottom:10px;left:10px}.quadrant-label.bottom-right{bottom:10px;right:10px}.position-toggles-container{margin-bottom:0;width:auto}.position-toggles{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}.position-toggle-checkbox-label{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;min-width:80px;justify-content:center;background:transparent;border:none;position:relative;transition:background .3s}.position-toggle-checkbox{display:none}.custom-checkbox{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#222b3a;border:2px solid #85C3E8;transition:background .3s,border .3s;position:relative}.position-toggle-checkbox:checked+.custom-checkbox{background:#85c3e8;border-color:#85c3e8}.custom-checkbox svg{display:block;margin:auto}.position-toggle-checkbox:checked+.custom-checkbox svg polyline{stroke:#fff}.position-toggle-label{color:#fff;font-weight:600;font-size:.9rem;margin-left:4px}.position-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#ffffff0d;min-width:80px;justify-content:center}.position-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.position-toggle.active{transform:translateY(-1px);box-shadow:0 6px 16px #0006}.position-color-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px #0000004d}.position-toggle span{color:#fff;font-weight:600;font-size:.9rem}.position-age-info{color:#ffffffb3!important;font-size:.75rem!important;font-weight:400!important}.position-specific-line{width:2px;opacity:.8;z-index:6}.position-specific-line:hover{opacity:1;width:3px;z-index:7}.position-toggle-radio{display:none}@media (min-width: 821px){.team-age-controls-container{flex-direction:column;align-items:stretch;gap:12px}.position-toggles-container{width:100%}.position-toggles{justify-content:center}.year-selector{width:auto;justify-content:center;flex:0 0 auto;margin:0 auto}.age-graph-container{position:relative;align-items:stretch}.y-axis-label{position:absolute;top:-18px;left:0;writing-mode:horizontal-tb;text-orientation:mixed;margin-bottom:0;font-size:.8rem;font-weight:800}.graph-area{margin-top:18px}}@media (max-width: 750px){.graph-area{height:700px}}.premium-blur-container{position:relative;border-radius:10px}.premium-blur-content-wrapper{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7}.premium-blur-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#0a0e1a80;border-radius:10px;overflow:visible;z-index:10}.premium-blur-glass-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;padding:20px}.premium-blur-glass-overlay.align-center{justify-content:center;align-items:center}.premium-blur-glass-overlay.align-top{justify-content:center;align-items:flex-start;padding-top:80px}.premium-blur-badge{background-color:#121212f2;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;border:2px solid rgba(133,195,232,.3);max-width:360px;box-shadow:0 12px 40px #00000080;transition:all .3s ease}.premium-blur-badge:hover{border-color:#85c3e8;box-shadow:0 16px 48px #85c3e84d}.premium-blur-icon-wrapper{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#85c3e833,#85c3e80d);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid rgba(133,195,232,.3)}.premium-blur-tag{background-color:#85c3e8;color:#000;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #85c3e866;margin-bottom:1rem}.premium-blur-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .75rem;text-align:center;line-height:1.4}.premium-blur-description{font-size:.875rem;color:#9ca3af;text-align:center;margin:0 0 1.5rem;line-height:1.6}.premium-blur-upgrade-button{width:100%;background-color:#85c3e8;color:#000;padding:1rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #85c3e84d}.premium-blur-upgrade-button:hover{background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e866}.premium-blur-upgrade-button:active{transform:translateY(0);box-shadow:0 4px 12px #85c3e84d}.premium-blur-modal-error{background-color:#ef444426;border:1px solid rgba(239,68,68,.4);color:#fca5a5;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;line-height:1.5;text-align:center}.premium-blur-modal-error a{color:#85c3e8;text-decoration:underline;font-weight:700}.premium-blur-modal-error a:hover{color:#6fb3d8}.premium-blur-container .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000001}.premium-blur-upgrade-modal-overlay{align-items:flex-start;padding:1rem;padding-top:calc(var(--upgrade-modal-top-offset, 96px) + env(safe-area-inset-top));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.premium-blur-upgrade-modal{max-height:calc(100dvh - var(--upgrade-modal-top-offset, 96px) - env(safe-area-inset-top) - 20px);overflow-y:auto}@media (max-width: 480px){.premium-blur-upgrade-modal-overlay{padding-top:calc(var(--upgrade-modal-top-offset, 112px) + env(safe-area-inset-top));padding-bottom:80px}.premium-blur-badge{padding:1.5rem;max-width:300px;margin:0 1rem}.premium-blur-icon-wrapper{width:52px;height:52px}.premium-blur-icon-wrapper svg{width:26px;height:26px}.premium-blur-tag{font-size:.65rem;padding:.25rem .75rem}.premium-blur-title{font-size:1.125rem}.premium-blur-description{font-size:.8125rem}.premium-blur-upgrade-button{padding:.875rem 1.25rem;font-size:.9375rem}}.subscription-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:60vh}.subscription-card{background-color:#121212f2;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:28rem;box-shadow:0 10px 25px #00000080}.subscription-card-success{border:1px solid #85C3E8}.subscription-card-cancel,.subscription-card-error{border:1px solid #ef4444}.subscription-header{display:flex;align-items:center;margin-bottom:1rem}.subscription-icon{width:3rem;height:3rem;margin-right:.75rem}.subscription-icon-success{color:#85c3e8}.subscription-icon-cancel,.subscription-icon-error{color:#ef4444}.subscription-title{font-size:1.5rem;font-weight:700;color:#fff}.subscription-content{margin-bottom:1.5rem}.subscription-text{color:#d1d5db;margin-bottom:.75rem}.subscription-text-debug{color:#9ca3af;font-size:.875rem;font-style:italic;margin-top:1rem;cursor:pointer}.subscription-text-debug:hover{color:#d1d5db}.subscription-text strong{color:#85c3e8;font-weight:700}.subscription-buttons{display:flex;flex-direction:column;gap:.75rem}.subscription-btn{font-weight:700;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .2s ease;color:#fff}.subscription-btn-primary{background-color:#85c3e8;color:#000}.subscription-btn-primary:hover{background-color:#6fb3d8}.subscription-btn-success{background-color:#85c3e8;color:#000}.subscription-btn-success:hover{background-color:#6fb3d8}.subscription-btn-secondary{background-color:#4b5563}.subscription-btn-secondary:hover{background-color:#374151}.subscription-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#9ca3af}.subscription-management-container{min-height:100vh;background-color:#000;padding:2rem 1rem}.page-title{text-align:center}.page-title h1{font-size:2.5rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.spinner{width:50px;height:50px;border:4px solid rgba(133,195,232,.3);border-top-color:#85c3e8;border-radius:50%;animation:spin 1s linear infinite}.alert{margin-bottom:1.5rem;padding:1rem 1.5rem;border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;animation:slideDown .3s ease-out;border:1px solid}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background-color:#121212f2;border-color:#ef4444;color:#fca5a5}.alert-success{background-color:#121212f2;border-color:#85c3e8;color:#85c3e8}.alert-warning{background-color:#121212f2;border-color:#f59e0b;color:#fbbf24}.alert p{margin:0;font-weight:500}.dismiss-button{background:transparent;border:none;color:inherit;cursor:pointer;padding:.25rem .75rem;border-radius:.25rem;transition:background-color .2s;font-weight:600}.dismiss-button:hover{background-color:#85c3e833}.subscription-card{background-color:#121212f2;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 20px 60px #000c;border:1px solid rgba(133,195,232,.3);transition:transform .3s ease,box-shadow .3s ease}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.card-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0}.badge-container{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;transition:all .2s}.badge-status-active{background-color:#85c3e8;color:#000;box-shadow:0 4px 12px #85c3e866}.badge-status-inactive{background-color:#4b5563;color:#fff}.badge-status-cancelled{background-color:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444466}.badge-type-premium{background-color:#85c3e8;color:#000;box-shadow:0 4px 12px #85c3e866}.badge-type-trial{background-color:#85c3e8b3;color:#000;box-shadow:0 4px 12px #85c3e84d}.badge-type-free{background-color:#4b5563;color:#fff}.cancellation-notice{background-color:#121212f2;border:2px solid #ef4444;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.cancellation-notice h3{color:#fca5a5;font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.cancellation-notice p{color:#d1d5db;line-height:1.6;margin:.5rem 0}.cancellation-notice .highlight{display:block;color:#fff;font-weight:600;margin-top:.75rem}.cancellation-notice .note{font-size:.875rem;color:#9ca3af;font-style:italic}.reactivate-btn{margin-top:1rem;background-color:#85c3e8;color:#000;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #85c3e84d}.reactivate-btn:hover{background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e866}.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(133,195,232,.3),transparent);margin:1.5rem 0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:1.5rem 0}.info-item label{display:block;font-size:.875rem;color:#9ca3af;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.info-item .value{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.value-active{color:#85c3e8}.value-inactive{color:#6b7280}.value-cancelled{color:#ef4444}.verification-actions{margin:1.5rem 0}.verification-message{background-color:#121212f2;border:1px solid #85C3E8;border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}.verification-message p{color:#d1d5db;margin:.5rem 0;line-height:1.6}.verification-message strong{color:#fff}.support-note{font-size:.875rem;color:#9ca3af;font-style:italic;margin-top:1rem!important}.button-container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.btn{padding:.875rem 1.75rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background-color:#85c3e8;color:#000;box-shadow:0 4px 12px #85c3e866}.btn-primary:hover{background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e880}.btn-outline{background:transparent;border:2px solid}.btn-outline-blue{border-color:#85c3e8;color:#85c3e8}.btn-outline-blue:hover{background-color:#85c3e81a;transform:translateY(-2px)}.btn-outline-purple{border-color:#85c3e8;color:#85c3e8}.btn-outline-purple:hover{background-color:#85c3e81a;transform:translateY(-2px)}.btn-outline-red{border-color:#ef4444;color:#ef4444}.btn-outline-red:hover{background-color:#ef44441a;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-item{background-color:#121212f2;border:1px solid rgba(133,195,232,.2);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.feature-item:hover{background-color:#121212;border-color:#85c3e8;transform:translateY(-4px);box-shadow:0 8px 24px #85c3e84d}.feature-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.feature-description{color:#d1d5db;line-height:1.6;margin:0;font-size:.9375rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.3);border-radius:1rem;padding:2rem;max-width:500px;width:100%;box-shadow:0 25px 75px #000000e6;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal.subscription-modal{max-width:800px;width:min(800px,calc(100vw - 2rem));max-height:calc(100vh - 10rem);overflow-y:auto}.subscription-upgrade-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:flex-start;z-index:9999;padding:112px 2rem 2rem;box-sizing:border-box;overflow-y:auto}.subscription-upgrade-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:50rem;width:100%;max-height:calc(100dvh - 132px);overflow-y:auto;box-shadow:0 10px 25px #00000080;position:relative;margin:auto 0;min-height:auto}.subscription-upgrade-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(133,195,232,.2)}.subscription-upgrade-modal-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.subscription-upgrade-close-btn{background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.subscription-upgrade-close-btn:hover{color:#fff}.modal-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.modal-text{color:#d1d5db;line-height:1.6;margin:0 0 1.5rem}.modal-buttons{display:flex;gap:1rem;flex-wrap:wrap}.modal-btn-cancel,.modal-btn-confirm{flex:1;min-width:140px;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.modal-btn-cancel{background:transparent;border:2px solid #6b7280;color:#d1d5db}.modal-btn-cancel:hover{background-color:#6b728033;border-color:#9ca3af}.modal-btn-confirm{background-color:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d}.modal-btn-confirm:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.modal-btn-confirm:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.modal-footer{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:10px}.subscription-modal .modal-footer{display:flex;flex-direction:column;gap:.875rem;align-items:stretch}.subscription-modal .modal-footer .upgrade-trial-button,.subscription-modal .modal-footer .modal-btn-cancel{width:100%;max-width:320px;margin:0 auto}.subscription-modal .modal-footer .modal-btn-cancel{flex:initial;min-width:0}.subscription-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:1.5rem}.subscription-tier{background-color:#121212f2;border:2px solid rgba(133,195,232,.2);border-radius:1rem;padding:2rem;position:relative;transition:all .3s ease}.subscription-tier:hover{border-color:#85c3e8;transform:translateY(-4px);box-shadow:0 12px 32px #85c3e84d}.subscription-tier.featured{border-color:#85c3e8;box-shadow:0 8px 24px #85c3e866}.best-value-tag{position:absolute;top:-12px;right:20px;background-color:#85c3e8;color:#000;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #85c3e866}.subscription-tier h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 1rem;text-align:center}.price{color:#fff;font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:.5rem}.price span{font-size:1rem;color:#9ca3af;font-weight:400}.savings{text-align:center;color:#85c3e8;font-weight:600;margin-bottom:1.5rem;font-size:.875rem}.features{list-style:none;padding:0;margin:1.5rem 0}.features li{color:#d1d5db;border-bottom:1px solid rgba(133,195,232,.1);position:relative;padding:.75rem 0 .75rem 1.75rem}.features li:last-child{border-bottom:none}.features li:before{content:"✓";position:absolute;left:0;color:#85c3e8;font-weight:700}.subscribe-button{width:100%;padding:1rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;margin-top:1rem}.subscribe-button.monthly{background-color:#85c3e8;color:#000;box-shadow:0 4px 12px #85c3e866}.subscribe-button.monthly:hover{background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e880}.subscribe-button.yearly{background-color:#85c3e8;color:#000;box-shadow:0 4px 12px #85c3e880}.subscribe-button.yearly:hover{background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e899}.subscribe-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.loading-spinner-inline{width:3rem;height:3rem;border:4px solid rgba(133,195,232,.3);border-top-color:#85c3e8;border-radius:50%;animation:spin 1s linear infinite;margin-right:.75rem}@media (max-width: 768px){.page-title h1{font-size:2rem}.subscription-card{padding:1.5rem}.card-header{flex-direction:column;align-items:flex-start}.info-grid{grid-template-columns:1fr}.modal-buttons{flex-direction:column}.modal-btn-cancel,.modal-btn-confirm{width:100%}.subscription-tiers{grid-template-columns:1fr}.subscription-upgrade-overlay{padding:112px 1rem 80px}.subscription-upgrade-modal{padding:1.5rem;max-height:calc(100dvh - 192px)}.subscription-upgrade-modal-header h1{font-size:1.35rem}}@media (max-width: 480px){.subscription-upgrade-overlay{padding:112px .75rem 80px}.subscription-upgrade-modal{padding:1.25rem}.subscription-upgrade-modal-header h1{font-size:1.2rem}.subscription-tier{padding:1.25rem}.price{font-size:2rem}}@media (max-width: 320px){.subscription-modal .modal-footer{gap:.75rem}.subscribe-button,.modal-btn-cancel,.modal-btn-confirm{padding:.875rem;font-size:.95rem}}.my-scouting-container{margin:5px auto auto;height:fit-content;max-width:1200px;width:95%;background-color:#1e1e24;overflow-y:auto;border-radius:10px}.my-scouting-scroll-view{padding-bottom:40px;min-height:calc(100vh - 40px)}.my-scouting-logo-name-position{display:flex;flex-direction:column;gap:10px}.scouting-logo-name-flex{display:flex}.my-scouting-loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#000;gap:20px}.my-scouting-loading-text{color:#fff;font-size:16px;font-weight:500}.my-scouting-loading-bar-container{width:200px;height:4px;background-color:#333;border-radius:4px;overflow:hidden}.my-scouting-loading-bar{width:40%;height:100%;background-color:#4299e1;border-radius:4px;animation:loadingBar 1.2s ease-in-out infinite}@keyframes loadingBar{0%{transform:translate(-100%)}50%{transform:translate(150%)}to{transform:translate(400%)}}.my-scouting-error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#1e1e24;padding:20px}.my-scouting-error-text{color:#fff;font-size:16px;text-align:center;margin-bottom:20px}.my-scouting-header{display:flex;justify-content:space-between;align-items:center;padding:20px}.my-scouting-header-left{display:flex;gap:10px;align-items:center}.my-scouting-search-nav-button{background-color:#fff3;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease}.my-scouting-search-nav-button:hover{background-color:#ffffff4d}.my-scouting-back-button{background-color:#fff3;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.my-scouting-back-button:hover{background-color:#ffffff4d}.my-scouting-save-button{background-color:#4299e1;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:16px;font-weight:700;cursor:pointer;min-width:100px;transition:all .3s ease}.my-scouting-save-button:hover{background-color:#3182ce}.my-scouting-save-button.disabled{background-color:#64748b;cursor:not-allowed}.my-scouting-player-info-section{padding:0 20px 20px}.my-scouting-player-info-container{display:flex;border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:10px;padding:16px}.my-scouting-player-image-container{margin-right:16px;display:flex;flex-direction:column;align-items:center;justify-content:center}.my-scouting-player-image{width:100px;height:100px;border-radius:60px;background-color:#ddd;margin-bottom:12px;object-fit:cover}.my-scouting-player-image img{width:200px;height:200px}.my-scouting-player-details-container{flex:1;display:flex;flex-direction:column;justify-content:flex-start;gap:5px}.my-scouting-player-name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.my-scouting-team-logo-circle{width:32px;height:32px;border-radius:16px;background-color:#fff;display:flex;align-items:center;justify-content:center;margin-right:8px;overflow:hidden}.my-scouting-team-logo-header{width:95%;height:95%;object-fit:cover}.my-scouting-player-name{font-size:20px;font-weight:700;color:#fff;flex:1;margin:0}.my-scouting-player-position{font-size:16px;color:#fffc;margin-bottom:8px}.my-scouting-draft-pick{font-size:14px;color:#fff;margin-bottom:12px;font-weight:700}.my-scouting-player-details-grid{display:flex;gap:8px}@media (max-width: 801px){.my-scouting-player-details-grid{flex-wrap:wrap}.my-scouting-player-image-container{margin-right:50px}}@media (max-width: 505px){.my-scouting-player-image-container{margin-right:16px}}.my-scouting-detail-item{width:calc(50% - 4px);margin-bottom:8px}.my-scouting-detail-label{font-size:16px;color:#fffc;font-weight:700}.my-scouting-detail-value{font-size:18px;color:#fff;margin-top:2px}.my-scouting-grade-container{display:none;flex-direction:column;align-items:center;gap:8px}.my-scouting-grade-container-2{display:flex;flex-direction:column;align-items:center;gap:8px}@media (max-width: 800px){.my-scouting-grade-container-2{display:none}.my-scouting-grade-container{display:flex}}.my-scouting-grade-label{font-size:20px;color:#fff;font-weight:600}.my-scouting-grade-badge{padding:8px 16px;border-radius:20px;min-width:60px;display:flex;align-items:center;justify-content:center}.my-scouting-grade-text{color:#fff;font-size:16px;font-weight:700}.my-scouting-grade-unit{color:#e5e7eb;font-size:12px;font-weight:400}@media (max-width: 480px){.my-scouting-detail-label{font-size:12px}.my-scouting-detail-value,.my-scouting-player-position{font-size:14px}.my-scouting-player-name{font-size:18px}.my-scouting-grade-label{font-size:14px}.my-scouting-player-image{width:80px;height:80px}.my-scouting-grade-badge{min-width:30px;padding:6px 12px}}@media (max-width: 350px){.my-scouting-detail-label{font-size:10px}.my-scouting-detail-value{font-size:12px}.my-scouting-player-position{font-size:14px}.my-scouting-player-name{font-size:18px}.my-scouting-grade-label{font-size:14px}.my-scouting-player-image{width:80px;height:80px}.my-scouting-grade-badge{min-width:30px;padding:6px 12px}}@media (max-width: 470px){.my-scouting-header{padding:15px}.my-scouting-header-left{gap:5px;width:100%;justify-content:space-between}.my-scouting-search-nav-button{font-size:12px;padding:6px 8px;border-radius:15px}.my-scouting-back-button{font-size:14px;padding:6px 8px;border-radius:15px}.my-scouting-save-button{font-size:14px;padding:6px 8px;border-radius:15px;min-width:80px}}@media (max-width: 360px){.my-scouting-header{padding:10px}.my-scouting-header-left{gap:3px}.my-scouting-search-nav-button{font-size:11px;padding:6px 8px;border-radius:12px}.my-scouting-back-button{font-size:12px;padding:6px 8px;border-radius:12px}.my-scouting-save-button{font-size:12px;padding:6px 8px;border-radius:12px;min-width:70px}}.my-scouting-search-container{min-height:100vh;display:flex;flex-direction:column;max-width:800px;margin:0 auto;padding:20px}.my-scouting-search-header{padding:60px 0 20px;text-align:center}.my-scouting-search-title{font-size:32px;font-weight:700;color:#fff;margin:0}.my-scouting-search-content{flex:1;padding:20px 0}.my-scouting-search-input-container{margin-bottom:24px}.my-scouting-search-input{width:100%;background-color:#1e2330;border:2px solid #4299e1;border-radius:25px;padding:16px 24px;color:#fff;font-size:16px;outline:none;transition:all .3s ease;box-sizing:border-box}.my-scouting-search-input:focus{border-color:#63b3ed;box-shadow:0 0 0 3px #4299e14d}.my-scouting-search-input::placeholder{color:#9ca3af}.my-scouting-search-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;color:#fff;font-size:16px;gap:16px}.my-scouting-search-spinner{width:40px;height:40px;border:3px solid rgba(66,153,225,.3);border-top-color:#4299e1;border-radius:50%;animation:my-scouting-spin 1s linear infinite}@keyframes my-scouting-spin{to{transform:rotate(360deg)}}.my-scouting-search-results{background:#1e2330;border-radius:12px;overflow:hidden;max-height:400px;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.my-scouting-search-result-item{padding:16px 24px;border-bottom:1px solid #2a3441;cursor:pointer;transition:background-color .2s ease}.my-scouting-search-result-item:hover{background:#4299e126}.my-scouting-search-result-item:last-child{border-bottom:none}.my-scouting-search-result-content{display:flex;flex-direction:column;gap:4px}.my-scouting-search-result-name{font-size:18px;font-weight:700;color:#fff}.my-scouting-search-result-details{font-size:14px;color:#9ca3af}.my-scouting-search-no-results{text-align:center;padding:40px 20px;color:#9ca3af;font-size:16px}.my-scouting-search-instructions{text-align:center;padding:40px 20px}.my-scouting-search-instructions h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:16px}.my-scouting-search-instructions p{font-size:16px;color:#9ca3af;margin-bottom:12px;line-height:1.5}.my-scouting-search-instructions .my-scouting-search-subtext{font-size:14px;color:#6b7280}@media (max-width: 768px){.my-scouting-search-container{padding:16px}.my-scouting-search-header{padding:40px 0 16px}.my-scouting-search-title{font-size:24px}.my-scouting-search-input{font-size:16px;padding:14px 20px}.my-scouting-search-result-item{padding:14px 20px}.my-scouting-search-result-name{font-size:16px}}@media (max-width: 480px){.my-scouting-search-title{font-size:22px}.my-scouting-search-instructions h2{font-size:20px}.my-scouting-search-instructions p{font-size:14px}}.scouting-toast-notification{position:fixed;top:100px;right:20px;background-color:#fff;color:#333;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:10002;display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:400px;animation:scoutingSlideIn .3s ease-out forwards}.scouting-toast-notification.success{border-left:4px solid #10b981}.scouting-toast-notification.error{border-left:4px solid #ef4444}.scouting-toast-notification.info{border-left:4px solid #0ea5e9}.scouting-toast-message{flex:1;font-size:.875rem}.scouting-toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#999;padding:.25rem .4rem}.scouting-toast-close:hover{color:#333}@media (max-width: 500px){.scouting-toast-notification{top:100px;right:10px;padding:.75rem 1rem}.scouting-toast-message{font-size:.875rem}}@media (max-width: 360px){.scouting-toast-notification{right:5px;padding:.625rem .75rem}.scouting-toast-message{font-size:.8rem}.scouting-toast-close{padding:.25rem .4rem;font-size:1rem}}@keyframes scoutingSlideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.my-scouting-help-button{width:30px;height:30px;border-radius:50%;background-color:#333;color:#fff;font-weight:700;font-size:18px;border:2px solid #555;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease;flex-shrink:0}.my-scouting-help-button:hover{background-color:#555;transform:scale(1.05)}.my-scouting-help-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;min-height:100dvh;background-color:#000000bf;display:flex;justify-content:center;align-items:flex-start;z-index:10000001;padding:2rem;padding-top:calc(var(--upgrade-modal-top-offset, 96px) + env(safe-area-inset-top));box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.my-scouting-help-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:50rem;width:100%;max-height:calc(100dvh - var(--upgrade-modal-top-offset, 96px) - env(safe-area-inset-top) - 20px);overflow-y:auto;box-shadow:0 10px 25px #00000080;position:relative;margin:auto 0;min-height:auto}.my-scouting-help-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(133,195,232,.2)}.my-scouting-help-modal-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.my-scouting-help-close-btn{background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.my-scouting-help-close-btn:hover{color:#fff}.my-scouting-help-section{margin-bottom:1.5rem}.my-scouting-help-section:last-child{margin-bottom:0}.my-scouting-help-section h2{font-size:1.25rem;font-weight:600;color:#85c3e8;margin-bottom:.75rem}.my-scouting-help-section p{color:#d1d5db;line-height:1.6;margin-bottom:.75rem;font-size:.95rem}.my-scouting-help-section ul{list-style:none;padding:0;margin:.75rem 0}.my-scouting-help-section li{color:#d1d5db;padding:.5rem 0 .5rem 1.75rem;position:relative;font-size:.95rem;line-height:1.5}.my-scouting-help-section li:before{content:"•";position:absolute;left:.5rem;color:#85c3e8;font-weight:700}.my-scouting-help-section li strong,.my-scouting-help-section p strong{color:#fff;font-weight:600}@media (max-width: 768px){.my-scouting-help-modal-overlay{padding:1rem;padding-top:calc(var(--upgrade-modal-top-offset, 110px) + env(safe-area-inset-top));padding-bottom:80px}.my-scouting-help-modal{padding:1.5rem;max-height:calc(100dvh - var(--upgrade-modal-top-offset, 110px) - env(safe-area-inset-top) - 90px)}.my-scouting-help-modal-header h1{font-size:1.35rem}.my-scouting-help-section h2{font-size:1.1rem}.my-scouting-help-section p,.my-scouting-help-section li{font-size:.9rem}}@media (max-width: 800px){.my-scouting-help-button{position:absolute;top:17px;right:10px}.my-scouting-help-button:nth-child(3){top:20px}}@media (max-width: 768px){.my-scouting-help-button:nth-child(3){top:18px}}@media (max-width: 480px){.my-scouting-help-button{width:26px;height:26px;font-size:16px}.my-scouting-help-modal-overlay{padding:.75rem;padding-top:calc(var(--upgrade-modal-top-offset, 120px) + env(safe-area-inset-top));padding-bottom:80px}.my-scouting-help-modal{padding:1.25rem}.my-scouting-help-modal-header h1{font-size:1.2rem}.my-scouting-help-section h2{font-size:1rem}}@media (max-width: 320px){.my-scouting-help-button{width:24px;height:24px;font-size:14px}}.all-positions-container,.position-section{margin-top:10px}.position-section-content{display:flex;gap:20px;justify-content:center;padding:10px 0;margin:0 auto}.position-section h4{padding-left:10px;margin:10px 0;position:relative}.position-section h4:after{content:"";position:absolute;top:50%;left:135px;right:0;height:1px;background:gray;transform:translateY(-50%);margin-left:15px;z-index:1000}.position-section:nth-child(3) h4:after{left:145px}.position-section:nth-child(4) h4:after{left:155px}.position-section:nth-child(5) h4:after{left:110px}.position-section:nth-child(6) h4:after{left:175px}.position-section h4:first-child{padding-left:10px;display:flex;justify-content:space-between;align-items:center}.position-players-container{width:100%;overflow:hidden}.position-players{display:grid;grid-template-columns:repeat(auto-fit,285px);gap:2px;justify-content:center;align-items:flex-start;width:100%}.position-player-card-all{background:url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e626,#87ceeb1a,#b0e0e61f,#f0f8ff14,#e6e6fa1a);background-size:cover;background-blend-mode:overlay;background-color:#17214043;border-radius:12px;display:flex;gap:20px;position:relative;height:100px;width:285px;align-items:center;overflow:hidden;padding:0 8px;will-change:transform}.position-player-card-all:hover{cursor:pointer;transform:scale(1.02);box-shadow:0 6px 12px #87ceeb66,0 8px 20px #add8e633;background:url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff5f,#e6e6fa33);background-size:cover,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat;background-blend-mode:overlay;background-color:#0a0e1a;border-color:#add8e680;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.headshot-stats-flexbox{position:relative;top:7px;display:flex;flex-direction:column}.position-player-headshot{width:100px;height:100px;overflow:hidden;flex-shrink:0;margin-left:0;position:relative;top:10px}.position-player-headshot img{width:100%;height:100%;object-fit:cover}.position-player-info{display:flex;width:100%;gap:8px}.position-player-adp{font-family:Jersey,sans-serif;color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.1;display:flex;gap:10px;width:200px;height:48px;background:linear-gradient(to right,#115aebd9,#1158eb2e 60%,#1158eb00),url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff2e,#e6e6fa33);border-radius:6px;align-items:flex-start;justify-items:flex-end;box-sizing:border-box;padding:4px 0 4px 15px;position:relative;right:10px;bottom:5px}.position-player-adp.two-line-adp{font-size:.85rem;line-height:1}.position-player-name{color:#fff;font-weight:600;font-size:1.5rem;line-height:1.2;font-family:Jersey;position:relative;right:110px;top:2px}.position-player-name.three-line-name{font-size:1.2rem;line-height:1.1}.position-player-team-logo{width:45px;height:35px;background:url(/assets/white_scribble-A3-2bi-c.png);right:20px;transform:rotate(-20deg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.player-card-profile-link{position:absolute;top:5px;left:5px;z-index:3}.player-card-profile-link-btn{height:24px;width:24px;border-radius:50%;background-color:#1158ebe6;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,transform .15s ease;padding:0;will-change:transform}.player-card-profile-link-btn:hover{background-color:#1158eb;border-color:#fff;transform:scale(1.1)}.player-card-profile-link-btn svg{width:14px;height:14px;fill:#fff}.player-card-profile-link-btn:after{content:"Go to Profile";position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background-color:#000000e6;color:#fff;padding:6px 10px;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.roster-status-indicator{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer}.roster-status-indicator:after{content:attr(data-tooltip);position:absolute;bottom:-35px;right:90%;transform:translate(50%);background-color:#000000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:10;pointer-events:none}.roster-status-indicator:hover:after{opacity:1;visibility:visible}.roster-status-indicator.starter{background:linear-gradient(135deg,gold,orange);box-shadow:0 2px 4px #ffd7004d}.roster-status-indicator.backup{background:linear-gradient(135deg,silver,#a0a0a0);box-shadow:0 2px 4px #c0c0c04d}.roster-status-indicator.bench{background:linear-gradient(135deg,#cd3232,#921212);box-shadow:0 2px 4px #cd7f324d}.roster-status-indicator svg{width:12px;height:12px;fill:#fff;stroke:none}.position-talent-assessment{flex:0 0 20%;border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:center;overflow:visible}.talent-score-container{display:flex;flex-direction:column;align-items:center;gap:40px;overflow:visible;padding:5px}.title-donut-style{color:#fff;font-weight:700;font-family:Jersey,"sans-serif";font-size:2rem;letter-spacing:1px;text-align:center}.position-assessment-grade-container{margin-top:14;font-size:1.1em;color:#fff;font-weight:700;font-family:Jersey;letter-spacing:1px;line-height:1}.position-assesment-letter-grade{font-size:2.5rem;color:#fff;font-weight:800;font-family:Jersey;letter-spacing:2px;line-height:1;margin-top:10px}.position-talent-grade-container{display:flex;justify-content:center;flex-direction:column;align-items:center}.position-assesment-letter-grade{text-align:center}@media (max-width: 1545px){.position-section-content{flex-direction:column}.talent-score-container{flex-direction:row;margin-bottom:0}}.donut-chart-container{position:relative;padding:10px;overflow:visible}.donut-chart{transform:rotate(-90deg);width:120px;height:120px;overflow:visible}.donut-background{fill:none;stroke:#ffffff1a;stroke-width:20}.donut-fill{fill:none;stroke:url(#donutGradient);stroke-width:20;stroke-linecap:round;transition:stroke-dasharray 1s ease-in-out}.donut-score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.score-number{color:#fff;font-size:1.8rem;font-weight:700;line-height:1}@media (max-width: 480px){.talent-score-container{flex-direction:column}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.league-comparison-bar{align-items:center;width:100%;gap:15px;display:flex;transition:transform .15s ease;flex-direction:column;will-change:transform}.bar-tooltip{position:absolute;top:-10px;left:50%;transform:translate(-50%,-100%);z-index:20010;pointer-events:none;background-color:#1d1d1d;border:1px solid rgba(255,255,255,.15);box-shadow:0 6px 18px #0000008c,0 0 0 1px #ffffff14;width:300px;border-radius:10px;overflow:hidden}.bar-tooltip-header{position:sticky;top:0}.bar-tooltip-players{max-height:220px;overflow-y:auto;scrollbar-width:thin}.bar-tooltip-players::-webkit-scrollbar{width:6px}.bar-tooltip-players::-webkit-scrollbar-track{background:#ffffff0d;border-radius:6px}.bar-tooltip-players::-webkit-scrollbar-thumb{background:#85c3e8;border-radius:6px}.bar-tooltip-player{position:relative;z-index:1}.position-section-with-assessment{display:flex;gap:20px;margin-top:10px;width:100%;box-sizing:border-box;border-left:2px solid rgba(133,195,232,.18);border-right:2px solid rgba(133,195,232,.18)}.position-sections-main{flex:1 1 0%;min-width:0}.expanded-row{height:auto!important;min-height:280px}.expanded-content{padding:25px!important;min-height:240px}.position-scores-container{width:100%;min-height:200px}.position-scores-container h4{margin-bottom:20px;color:#fff;font-size:18px;font-weight:700}.position-scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px;min-height:160px}.position-score-item{background:#ffffff0d;border-radius:12px;padding:18px;border:1px solid rgba(255,255,255,.1);min-height:120px;display:flex;flex-direction:column;gap:12px;transition:background-color .15s ease,transform .15s ease;will-change:transform}.position-score-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.position-label{font-weight:700;font-size:16px;color:#0ff;margin-bottom:8px;text-align:center;text-transform:uppercase;letter-spacing:1px}.position-details{display:flex;flex-direction:column;gap:10px;flex:1}.overall-score{font-size:18px;font-weight:700;color:#0ff;margin-bottom:10px;text-align:center;padding:8px;background:#00ffff1a;border-radius:8px;border:1px solid rgba(0,255,255,.3)}.sub-scores{display:flex;flex-direction:column;gap:6px}.sub-scores span{font-size:13px;color:#ffffffe6;padding:6px 12px;background:#ffffff14;border-radius:6px;border-left:3px solid rgba(255,255,255,.3);transition:background-color .1s ease,border-left-color .1s ease}.sub-scores span:hover{background:#ffffff1f;border-left-color:#0ff}.position-score-title{color:#fff;font-weight:700;font-family:Jersey,sans-serif;font-size:2rem;letter-spacing:1px;margin-bottom:10px;text-align:center}.position-score-details{color:#fff;font-weight:700;font-family:Jersey,sans-serif;margin:10px 0 0;text-align:center;font-size:1.1em;letter-spacing:1px}.score-detail-item{margin-top:4px}.grade-container{display:flex;flex-direction:column;align-items:center;margin-top:14px}.grade-label{font-size:1.1em;color:#fff;font-weight:700;font-family:Jersey,sans-serif;letter-spacing:1px;line-height:1}.grade-letter{font-size:2.5rem;color:#fff;font-weight:800;font-family:Jersey,sans-serif;letter-spacing:2px;line-height:1;margin-top:10px}@media (max-width: 768px){.expanded-row{min-height:350px}.expanded-content{padding:20px!important;min-height:310px}.position-scores-grid{grid-template-columns:1fr;gap:15px;min-height:250px}.position-score-item{min-height:140px;padding:15px}}.position-section-with-assessment .position-player-card-all{position:relative}.position-player-card-all.position-specific:hover{background:linear-gradient(135deg,#2c3650,#1a1f2b);border:2.5px solid #85C3E8;box-shadow:0 8px 24px #1158eb38;z-index:2}.position-player-card-all.position-specific .position-player-headshot img{width:100%;height:100%;object-fit:cover}.position-player-card-all.position-specific .position-player-info{display:flex;flex-direction:column;gap:4px;width:100%}.position-section-with-assessment .position-player-card-all .position-player-name{font-family:Jersey,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:1px;line-height:1.1;position:relative;right:30px;width:200px}.position-section-with-assessment .position-player-card-all .position-player-name.three-line-name{font-size:1.2rem;line-height:1.1}.position-section-with-assessment .position-player-card-all .position-player-team-logo{width:55px;height:45px;background:url(/texturedBackground/white_scribble.png);background-size:cover;background-position:center;right:20px;transform:rotate(-20deg);display:flex;align-items:center;justify-content:center}.position-player-card-all .position-player-team-logo img,.position-section-with-assessment .position-player-card-all .position-player-team-logo img{width:90%;height:90%;object-fit:cover;transform:rotate(20deg)}.position-player-card-all.position-specific .position-player-rank,.position-player-card-all.position-specific .position-player-ppg{font-size:.95rem;color:gold;font-family:Jersey,sans-serif;margin-left:10px;font-weight:600}.position-player-card-all.position-specific .position-player-ppg{color:#93f}.position-section-with-assessment .position-player-card-all .position-player-adp{font-family:Jersey,sans-serif;color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;width:150px;height:80px;background:linear-gradient(to left,#115aebd9,#1158eb2e 60%,#1158eb00),url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff2e,#e6e6fa33);border-radius:6px;align-items:center;justify-items:center;box-sizing:border-box;padding:4px 0;position:relative;right:10px;top:20px}.position-section-with-assessment .position-player-card-all .position-player-adp.two-line-adp{font-size:.85rem;line-height:1}.position-players .position-player-team-logo{position:relative;right:10px}.position-player-card-all-2{background:url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e626,#87ceeb1a,#b0e0e61f,#f0f8ff14,#e6e6fa1a);background-size:cover,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat;background-blend-mode:overlay;background-color:#17214043;border-radius:12px;display:flex;gap:20px;border:1px solid rgba(173,216,230,.3);position:relative;height:100px;width:100%;flex-shrink:0;margin:2px;align-items:center;overflow:hidden;padding:0 8px;will-change:transform}.position-player-card-all-2:hover{cursor:pointer;transform:scale(1.02);box-shadow:0 6px 12px #87ceeb66,0 8px 20px #add8e633;background:url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff5f,#e6e6fa33);background-size:cover,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat;background-blend-mode:overlay;background-color:#0a0e1a;border-color:#add8e680;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.position-player-headshot-2{width:100px;height:100px;overflow:visible;flex-shrink:0;margin-left:0;position:relative;top:10px}.logo-con{overflow:visible}.position-player-headshot-2 img{width:100%;height:100%;object-fit:cover;overflow:visible}.position-player-name-2{color:#fff;font-weight:600;font-size:1.5rem;line-height:1.2;font-family:Jersey;position:relative;right:20px;min-width:80px;max-width:200px;z-index:1000}.position-player-name-2.three-line-name{font-size:1.2rem;line-height:1.1}.position-players-2{display:grid;grid-template-columns:repeat(auto-fit,420px);justify-content:center}.position-player-team-logo-2{width:85px;height:65px;background:url(/assets/white_scribble-A3-2bi-c.png);background-size:cover;background-position:center;background-blend-mode:overlay;overflow:visible;transform:rotate(-20deg);display:flex;align-items:center;justify-content:center}.position-player-team-logo-2 img{overflow:visible}.talent-score-container-2{display:flex;flex-direction:column;align-items:center;gap:30px}.position-player-adp-2{font-family:Jersey;color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;width:200px;height:88px;background:linear-gradient(to right,#115aebd9,#1158eb2e 60%,#1158eb00),url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff2e,#e6e6fa33);border-radius:6px;box-sizing:border-box;padding:4px 4px 4px 10px;position:relative;top:25px}.position-player-adp-2.two-line-adp{font-size:.85rem;line-height:1}.position-player-adp-2{font-family:Jersey;color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;width:200px;height:88px;background:linear-gradient(to right,#115aebd9,#1158eb2e 60%,#1158eb00),url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff2e,#e6e6fa33);border-radius:6px;box-sizing:border-box;padding:4px 4px 4px 10px;position:relative;top:25px}.position-player-adp-2>span,.position-player-adp-2>.position-player-rank-2,.position-player-adp-2>.position-player-ppg-2{align-self:flex-start;text-align:left;width:100%;margin:0;padding:0}.position-player-adp-2>span:not(:last-child),.position-player-adp-2>.position-player-rank-2:not(:last-child),.position-player-adp-2>.position-player-ppg-2:not(:last-child){margin-bottom:2px}.position-content .position-player-info{position:relative}.position-player-adp-3{font-family:Jersey,sans-serif;color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.1;display:flex;gap:10px;width:200px;height:48px;background:linear-gradient(to right,#115aebd9,#1158eb2e 60%,#1158eb00),url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff2e,#e6e6fa33);border-radius:6px;align-items:flex-start;justify-items:flex-end;box-sizing:border-box;padding:4px 0 4px 15px;position:relative;right:10px;bottom:10px}.position-player-name-3{color:#fff;font-weight:600;font-size:1.5rem;line-height:1.2;font-family:Jersey;position:relative;right:110px;top:2px}.position-player-name-3.three-line-name{font-size:1.2rem;line-height:1.1}.position-player-team-logo-3{width:45px;height:35px;background:url(/assets/white_scribble-A3-2bi-c.png);right:20px;transform:rotate(-20deg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.position-player-team-logo-3 img{width:90%;height:90%;object-fit:cover;transform:rotate(20deg);overflow:visible}.position-player-adp-3.two-line-adp{font-size:.85rem;line-height:1}@media (max-width: 820px){.analyzer-positions-container{width:100%}}@media (max-width: 530px){.position-section-with-assessment{flex-direction:column;margin-bottom:20px}}.league-comparison-bars{display:flex;flex-direction:column;height:auto;gap:15px;padding:0 10px;margin-top:20px}.league-comparison-bar{flex-direction:column;align-items:center;width:100%;gap:15px;display:flex;transition:transform .15s ease;will-change:transform}.league-comparison-bar.user-team{transform:scale(1.02)}.analyzer-team-info{order:1;width:20%;flex-shrink:0;margin-top:0;align-items:flex-start;display:flex;flex-direction:column;align-items:center;gap:5px}.team-rank{color:#ffffffb3;font-size:.8rem;font-weight:600}.team-name{color:#fff;font-weight:500;font-size:.7rem;text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:wrap;width:130%}.league-comparison-bar.user-team .team-name{color:#0ff;font-weight:700}.bar-container{order:2;width:100%;height:30px;flex:1;background:#ffffff1a;border-radius:5px 5px 4px 4px;overflow:visible;position:relative;display:flex;align-items:flex-end}.bar-fill-horizontal{width:0%;height:100%;background:#85c3e8;border-radius:5px 5px 4px 4px;transition:width .8s ease-in-out;position:relative;min-width:40px;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;cursor:pointer;z-index:1}.position-score-details span,.grade-container span{font-family:Inter}@media (max-width: 920px){.position-section-with-assessment{flex-direction:column}.position-buttons{display:none}}.position-dropdown-container{position:relative;width:100%;max-width:300px;margin:20px auto;display:none;border-radius:8px;z-index:9999;isolation:isolate}.position-dropdown-trigger{width:100%;padding:12px 16px;border-radius:8px;font-weight:800;font-size:1rem;border:1px solid rgba(251,251,251,.2);background-color:#1158eb;color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:opacity .15s ease;position:relative;z-index:10000}.position-dropdown-arrow{transition:transform .15s ease;will-change:transform}.position-dropdown-arrow.open{transform:rotate(180deg)}.position-dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:#000000e6;border:1px solid rgba(251,251,251,.2);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:10001;margin-top:4px;background-color:#141414fa;overflow:hidden}.position-dropdown-item{padding:12px 16px;color:#fff;cursor:pointer;font-weight:600;font-size:.9rem;border-bottom:1px solid rgba(251,251,251,.1)}.position-dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.position-dropdown-item:hover,.position-dropdown-item.active{background-color:#85c3e8;color:#000}@media (max-width: 920px){.position-dropdown-container{display:block}}.position-section-with-assessment .position-player-card-all .player-card-profile-link{position:absolute;top:5px;left:5px;z-index:3}.position-section-with-assessment .position-player-card-all .player-card-profile-link-btn{height:24px;width:24px;border-radius:50%;background-color:#1158ebe6;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,transform .15s ease;padding:0;will-change:transform}.position-section-with-assessment .position-player-card-all .player-card-profile-link-btn:hover{background-color:#1158eb;border-color:#fff;transform:scale(1.1)}.position-section-with-assessment .position-player-card-all .player-card-profile-link-btn svg{width:14px;height:14px;fill:#fff}.position-player-card-all-2 .player-card-profile-link{position:absolute;top:5px;left:5px;z-index:3}.position-player-card-all-2 .player-card-profile-link-btn{height:24px;width:24px;border-radius:50%;background-color:#1158ebe6;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,transform .15s ease;padding:0;will-change:transform}.position-player-card-all-2 .player-card-profile-link-btn:hover{background-color:#1158eb;border-color:#fff;transform:scale(1.1)}.position-player-card-all-2 .player-card-profile-link-btn svg{width:14px;height:14px;fill:#fff}.player-card-profile-link-btn:after{content:"Go to Profile";position:absolute;bottom:-5px;left:72px;transform:translate(-50%);background-color:#000000e6;color:#fff;padding:6px 10px;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.player-card-profile-link-btn:hover:after{opacity:1;visibility:visible}.bar-main-content{display:flex;align-items:center;width:100%;gap:15px;flex-direction:row}.expanded-players-container{width:100%;background:#ffffff0d;border-radius:8px;margin-top:10px;overflow:hidden;transition:max-height .2s ease-out,opacity .2s ease-out}.expanded-player-item{color:#fff;font-weight:600;font-family:Jersey,sans-serif;padding:8px 12px;background:#85c3e833;border-radius:4px;font-size:.95rem;margin-top:10px;overflow:hidden;transition:background-color .15s ease}.expanded-players-header{background-color:#85c3e8;color:#000;font-weight:700;padding:12px 16px;font-family:Jersey,sans-serif;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.expanded-players-close{background:none;border:none;color:#000;font-size:1.5rem;cursor:pointer;font-weight:700;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.expanded-players-list{padding:16px;max-height:300px;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.expanded-player-item{color:#fff;font-weight:600;font-family:Jersey,sans-serif;padding:8px 12px;background:#85c3e833;border-radius:4px;font-size:.95rem}.position-player-team-logo .fa-text,.position-player-team-logo-2 .fa-text,.position-player-team-logo-3 .fa-text{color:#333;font-weight:900;font-size:1.2rem;font-family:Jersey,sans-serif;letter-spacing:1px;transform:rotate(20deg);text-shadow:1px 1px 2px rgba(255,255,255,.8)}.position-player-team-logo-2 .fa-text{font-size:1.2rem}.draft-capital-table{width:60%;display:flex;flex-direction:column}.draft-capital-mobile-top{background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;margin-bottom:10px}.draft-capital-mobile-top .title{grid-column:1 / -1;text-align:center;font-size:1.6rem;font-weight:800;letter-spacing:.3px;color:#9ca3af;text-transform:uppercase;font-family:Inter,sans-serif}.draft-capital-mobile-top .score-block{grid-column:2;justify-self:center;text-align:center}.draft-capital-mobile-top .score-block .label{font-size:1rem;font-weight:800;color:#9ca3af;margin-bottom:4px}.draft-capital-mobile-top .score-block .value{font-size:1.25rem;font-weight:900;color:#fff}.draft-capital-mobile-top .score-block .value span{font-size:.72rem;color:#9ca3af;margin-left:2px}.draft-capital-mobile-top .badge{grid-column:3;justify-self:end;padding:6px 10px;border-radius:999px;font-size:1.5rem;font-weight:900;background:#85c3e8;color:#0a0e1a;text-transform:uppercase}@media (min-width: 501px) and (max-width: 820px){.draft-capital-mobile-top .title{font-size:1.4rem}.draft-capital-mobile-top .score-block .label{font-size:1rem}.draft-capital-mobile-top .score-block .value{font-size:1.25rem}.draft-capital-mobile-top .badge{font-size:1.5rem}}@media (max-width: 500px){.draft-capital-mobile-top .title{font-size:.9rem}.draft-capital-mobile-top .score-block .label{font-size:.78rem}.draft-capital-mobile-top .score-block .value{font-size:1rem}.draft-capital-mobile-top .badge{font-size:1.1rem}}.draft-capital-overview-row{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:32px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid gray}.draft-capital-years{margin-top:20px;width:70%;flex:3;order:1}.draft-capital-header{min-width:220px;margin-left:16px;display:flex;flex-direction:column;align-items:flex-start;order:2}.draft-capital-row{display:flex;flex-direction:row;width:100%}.draft-capital-row.draft-capital-header-row{background-color:transparent}.draft-capital-row.draft-capital-header-row .draft-capital-cell{border:none;background:#8080801a;position:relative;z-index:1;font-weight:700}.draft-capital-cell.label-cell{font-weight:700;color:#fff;background-color:#8080801a;min-width:100px}@media (max-width: 1380px) and (min-width: 1270px){.draft-capital-cell.label-cell{font-size:.82rem}}.draft-capital-row.draft-capital-header-row .draft-capital-cell:first-child{border-top-left-radius:16px;overflow:hidden;font-weight:900;font-size:1.7rem;font-family:Jersey}.draft-capital-row.draft-capital-header-row .draft-capital-cell:last-child{border-top-right-radius:16px;overflow:hidden}.draft-capital-cell{flex:1 1 0;padding:4px 8px;border:1px solid #ccc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#add8e675;color:#fff}.draft-capital-cell.draft-pick-cell{color:#fff}.draft-capital-row:not(.draft-capital-header-row) .draft-capital-cell{border:1px solid rgba(128,128,128,.2)}.pick-round{font-family:Jersey,sans-serif;font-size:1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.acquired-round{font-family:Jersey,sans-serif;font-size:1.2rem}.acquired-from{font-family:Inter;font-size:.7rem;margin-left:0;margin-top:2px;display:block}@media (min-width: 1060px){.draft-capital-row .draft-capital-cell{min-width:0}.draft-capital-row .draft-capital-cell .pick-round,.draft-capital-row .draft-capital-cell .acquired-from{min-width:0;max-width:100%}.draft-capital-row .draft-capital-cell .acquired-from{white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:center}}.draft-capital-header-label{width:100%;margin-bottom:18px}.draft-pick-header{color:#fff;margin:15px 0 10px;padding-left:10px;position:relative;display:flex;align-items:center}.draft-pick-header:after{content:"";flex:1;height:1px;background:gray;margin-left:15px;display:block;position:relative;top:0;z-index:1}.draft-capital-grade-label{margin-top:14;font-size:1.1em;color:#fff;font-weight:700;font-family:Jersey;letter-spacing:1px;line-height:1;text-align:center}.draft-capital-grade-label span{font-family:"sans-serif"}.draft-capital-score-letter{font-size:2.5rem;color:#fff;font-weight:800;font-family:Jersey;letter-spacing:2px;line-height:1;margin-top:10px;text-align:center}.draft-capital-score-section{display:flex;flex-direction:column;align-items:center;justify-content:center;order:2;flex:.7;gap:60px}@media (max-width: 1545px){.draft-capital-overview-row{flex-direction:column}.draft-capital-score-section{flex-direction:row;margin-bottom:30px;gap:10px}}.draft-capital-score-title-container{display:flex;align-items:center;justify-content:center}.draft-capital-score-title{font-weight:700;font-size:1.6rem;font-family:Jersey;text-align:center}@media (max-width: 520px){.draft-capital-score-title{font-size:1.2rem;width:100px}.draft-capital-score-letter{font-size:1.6rem}}@media (max-width: 490px){.draft-capital-score-section{flex-direction:column}}@media (max-width: 1020px){.draft-capital-score-section{flex-direction:column}}.draft-capital-years-mobile{padding:15px;border-radius:8px;color:#fff;font-family:Jersey,sans-serif;font-size:1.2rem;width:98%}.draft-capital-mobile-year-block{margin-bottom:20px}.draft-capital-mobile-table{display:flex;gap:10px;width:100%}.draft-capital-mobile-column{flex:1;display:flex;flex-direction:column}.draft-capital-mobile-cell{padding:8px;margin-bottom:2px;border-radius:4px;display:flex;align-items:center}.draft-capital-mobile-cell.year-header,.draft-capital-mobile-cell.picks-header{background:#85c3e84d;font-weight:700;text-align:center;justify-content:center}.draft-capital-mobile-cell.round-label{background:#ffffff1a;font-weight:600;justify-content:center}.draft-capital-mobile-cell.picks-cell{flex-direction:column;align-items:stretch;gap:2px;padding:4px 8px}.mobile-pick-item{font-size:.9rem;padding:4px 6px;background:#85c3e833;border-radius:3px;margin:1px 0}.mobile-pick-item.no-pick{color:#ffffff80;background:#ffffff0d;text-align:center}.analyzer-profile-container{position:relative;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;width:98%}.analyzer-profile-container .rankings-title{width:100%}@media (max-width: 1270px){.analyzer-profile-container .rankings-title{width:107%;position:relative;left:2px}}.back-to-top-button-container{display:none;width:100%;margin-bottom:10px}.back-to-top-button{width:100%;padding:12px 20px;background:#85c3e8;color:#0a0e1a;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out;text-transform:uppercase;letter-spacing:1px}.back-to-top-button:hover{background:#6bb3d9;transform:translateY(-2px);box-shadow:0 4px 12px #85c3e866}@media (max-width: 430px){.back-to-top-button{padding:10px}}.gamelog-header{width:500px}.analyzer-profile-header{background:url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e626,#87ceeb1a,#b0e0e61f,#f0f8ff14,#e6e6fa1a);background-size:cover,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat;background-blend-mode:overlay;background-color:#17214043;border-radius:12px;display:flex;gap:20px;transition:all .3s ease;border:1px solid rgba(173,216,230,.3);position:relative;height:90px;width:100%;flex-shrink:0;margin:2px;align-items:center;overflow:hidden;padding:0 8px;will-change:transform}.analyzer-profile-header:hover{cursor:pointer;transform:scale(1.02);box-shadow:0 6px 12px #87ceeb66;background-color:#0a0e1a;border-color:#add8e680;z-index:10}.analyzer-profile-header:hover{cursor:pointer;transform:scale(1.05);box-shadow:0 6px 12px #0000004d;background-color:#0a0e1a;z-index:10}.analyzer-profile-header:hover:after{background-size:400% 400%;animation:gradientShift 1.5s ease infinite;left:-4px;width:104%;height:110%;z-index:-1}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.analyzer-profile-headshot{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.analyzer-profile-headshot img{width:100%;height:100%;object-fit:cover}.analyzer-profile-name{flex:1;display:flex;flex-direction:column;gap:2px}.analyzer-profile-player-name{color:#fff;font-weight:900;font-size:1.2rem;line-height:1.2;display:flex;align-items:center;gap:15px}.analyzer-profile-position-badge{background-color:#0f0f82;color:#1d9fab;padding:6px 16px;border-radius:12px;font-weight:900;font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;flex-shrink:0}.analyzer-profile-name-team{color:#ffffffb3;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:20px}.analyzer-profile-team-name{font-size:.9rem;color:#ffffffb3}.analyzer-profile-name-team img{width:20px;height:20px;border-radius:50%;overflow:hidden;flex-shrink:0}.analyzer-profile-value{color:#ffffffb3;font-size:.9rem;font-weight:500;flex-shrink:0}.analyzer-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px;border-radius:12px;align-items:center;position:relative}.analyzer-profile-stats.def-position{display:flex;flex-direction:row;justify-content:space-around}.profile-stat-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;width:70px}.profile-stat-label{color:var(--color-text-secondary);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.profile-stat-value{color:var(--color-text-primary);font-size:1rem;font-weight:700}.analyzer-profile-controls{display:flex;gap:15px;margin:5px 0 0;padding:0 20px}.analyzer-profile-controls .dropdown{position:relative;display:inline-block;width:100%;max-width:200px;z-index:1001}.analyzer-profile-controls .dropdown-toggle{width:100%;padding:12px 16px;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:8px;color:var(--color-text-primary);font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;min-width:140px}.analyzer-profile-controls .dropdown-toggle:hover{border-color:#85c3e8;background-color:var(--color-hover-bg)}.analyzer-profile-controls .dropdown-toggle.active{border-color:#85c3e8;box-shadow:0 0 15px #85c3e8}.analyzer-profile-controls .dropdown-arrow{width:12px;height:12px;border-right:2px solid var(--color-text-secondary);border-bottom:2px solid var(--color-text-secondary);transform:rotate(45deg) translateY(-3px)}.analyzer-profile-controls .dropdown-toggle.active .dropdown-arrow{transform:rotate(-135deg) translateY(3px);border-color:#85c3e8}.analyzer-profile-controls .dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:8px;box-shadow:0 10px 30px var(--color-shadow-heavy);opacity:0;visibility:hidden;transform:translateY(-10px);z-index:1002;max-height:300px;overflow-y:auto}.analyzer-profile-controls .dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.analyzer-profile-controls .dropdown-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--color-border-primary);color:var(--color-text-primary);font-size:14px}.analyzer-profile-controls .dropdown-item:last-child{border-bottom:none}.analyzer-profile-controls .dropdown-item:hover{background:var(--color-hover-bg);color:#85c3e8;padding-left:20px}.analyzer-profile-controls .dropdown-item.selected{background:#85c3e8;color:var(--color-hover-bg);font-weight:700}.analyzer-profile-category-stats{margin-top:5px;margin-bottom:10px;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.gamelog-title,.category-stats-title{color:var(--color-text-primary);font-size:2rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;text-align:center;font-family:Jersey,"Jersey 10","Jersey 15",Jersey M54,Arial Black,Arial,sans-serif;border-radius:12px;padding:12px 0;display:block;width:100%;box-sizing:border-box}.category-stats-grid{display:grid;width:90%;grid-template-columns:repeat(4,1fr);gap:15px;align-items:center;justify-content:center}.category-stats-grid.def-position{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr)}.category-stat-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;width:120x;border-radius:8px;transition:all .3s ease}.category-stat-label{color:var(--color-text-secondary);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;white-space:wrap}.category-stat-value{color:var(--color-text-primary);font-size:.9rem;font-weight:700}.analyzer-profile-gamelog-section{padding:0;border-radius:12px;width:100%;max-width:590px;overflow-y:hidden;overflow-x:visible}.analyzer-profile-gamelog-section.kicker-position{max-width:590px;overflow-x:visible}.gamelog-title{color:var(--color-text-primary);font-size:2rem;font-weight:900;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px;text-align:center;font-family:Jersey,"Jersey 10","Jersey 15",Jersey M54,Arial Black,Arial,sans-serif}.gamelog-container{width:100%;overflow-x:auto;position:relative;border-radius:12px;max-width:100%}.gamelog-container.kicker-position{min-width:100%;max-width:100%;overflow-x:auto}.gamelog-header{display:grid;grid-template-columns:28px 54px 70px repeat(10,44px);gap:0;align-items:center;padding:0;font-size:.65rem}.gamelog-header.kicker-position{grid-template-columns:28px 54px 70px repeat(18,60px);min-width:1000px;width:1000px}.gamelog-grid{display:grid;grid-template-columns:1fr;gap:1px;padding-right:2px}.gamelog-item{display:grid;grid-template-columns:28px 54px 70px repeat(10,44px);gap:0;align-items:center;padding:1px 0;border-radius:10px 10px 0 0;border-bottom:1px solid rgba(255,255,255,.511);height:35px}.gamelog-item.kicker-position{grid-template-columns:28px 54px 70px repeat(18,60px);min-width:1000px;width:1228px}@media (max-width: 1270px){.gamelog-header.kicker-position{width:1100px}.gamelog-item.kicker-position{grid-template-columns:28px 54px 70px repeat(18,60px);min-width:1000px;width:1228px}}@media (max-width: 434px){.gamelog-header.kicker-position{width:1220px}.gamelog-item.kicker-position{grid-template-columns:28px 54px 70px repeat(18,60px);min-width:900px;width:1220px}}.gamelog-header-cell{align-items:center;justify-content:center;padding:0;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden;height:28px;border-right:1px solid rgba(255,255,255,.08);font-size:.62rem;display:flex;letter-spacing:.5px}.gamelog-header-cell.kicker-stat{min-width:60px;font-size:.58rem}.gamelog-header-cell:first-child,.gamelog-week{position:sticky;left:0;z-index:3;background:#141414}.gamelog-header-cell:nth-child(2),.gamelog-opponent{position:sticky;left:28px;z-index:3;background:#141414}.gamelog-header-cell:nth-child(3),.fpts-col{position:sticky;left:81.5px;z-index:10;background:#141414}.gamelog-header-cell.fpts-col,.gamelog-item>div.fpts-col,.gamelog-result.fpts-col{width:70px}.gamelog-result.fpts-col .gamelog-fantasy-points{font-size:1.35rem;font-weight:900;font-family:Jersey,"Jersey 10","Jersey 15",Jersey M54,Arial Black,Arial,sans-serif;letter-spacing:1px}.gamelog-result.fpts-col .gamelog-fantasy-points.high-fpts{color:#85c3e8!important}.gamelog-item>div{padding:0;text-align:center;min-width:0;max-width:100%;overflow:hidden;height:28px;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.08)}.gamelog-opponent{display:flex;flex-direction:row;align-items:center;justify-content:center;width:54px;min-width:54px;white-space:nowrap}.gamelog-week{display:flex;flex-direction:column;align-items:center;width:28px;min-width:28px}.gamelog-result{display:flex;flex-direction:column;align-items:center;width:44px;min-width:44px}.gamelog-result.kicker-position{width:60px;min-width:60px}.gamelog-stat{min-width:44px;padding:0}.gamelog-stat.kicker-position{min-width:60px}.gamelog-fantasy-points{font-size:.75rem;padding:0;min-width:0;max-width:100%;overflow:hidden}.gamelog-opp-value{font-size:.75rem;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;text-align:center;letter-spacing:1px;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.gamelog-week-value{font-size:.75rem;font-weight:700;width:100%;text-align:center;letter-spacing:1px;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.analyzer-profile-container .position-player-name-2{min-width:60px;max-width:60px;right:35px;z-index:1000}.analyzer-profile-container .position-player-team-logo-2{position:relative;right:10px}.analyzer-profile-container .position-player-adp-2{background:linear-gradient(to left,#115aebd9,#1158eb2e 90%,#1158eb00),url(/texturedBackground/iceTexture.png),linear-gradient(135deg,#add8e640,#87ceeb33,#b0e0e638,#f0f8ff2e,#e6e6fa33);right:20px}@media (max-width: 1270px){.analyzer-profile-container .position-player-card-all-2{display:none}}@media (min-width: 1270px){.analyzer-profile-container .position-player-card-all{display:none}}@media (max-width: 820px){.back-to-top-button-container{display:block;width:min(90vw,400px);margin-left:auto;margin-right:auto}.analyzer-profile-container .rankings-title{width:min(90vw,400px);margin-left:auto;margin-right:auto;left:0}.analyzer-profile-container .position-player-card-all-2{display:flex;width:400px}.analyzer-profile-container .position-player-card-all{display:none}}@media (max-width: 470px){.analyzer-profile-container .position-player-card-all-2{display:none}.analyzer-profile-container .position-player-card-all{display:flex}}@media (max-width: 380px){.analyzer-profile-stats{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 610px){.analyzer-profile-gamelog-section,.analyzer-profile-gamelog-section.kicker-position{width:500px}}@media (max-width: 550px){.analyzer-profile-gamelog-section,.analyzer-profile-gamelog-section.kicker-position{width:400px}}@media (max-width: 525px){.analyzer-profile-gamelog-section,.analyzer-profile-gamelog-section.kicker-position{width:380px}}@media (max-width: 500px){.analyzer-profile-gamelog-section{width:360px}.analyzer-profile-gamelog-section.kicker-position{width:400px}}@media (max-width: 435px){.analyzer-profile-gamelog-section{width:320px}.analyzer-profile-gamelog-section.kicker-position{width:260px}}@media (max-width: 382px){.analyzer-profile-gamelog-section{width:300px}.analyzer-profile-gamelog-section.kicker-position{width:260px}}@media (max-width: 340px){.analyzer-profile-gamelog-section{width:280px}.analyzer-profile-gamelog-section.kicker-position{width:260px}}.no-gamelog-data{text-align:center}.position-player-team-logo img{width:90%;height:90%;object-fit:cover;transform:rotate(20deg);overflow:visible}.position-player-team-logo-2 img{transform:rotate(20deg)}.position-player-team-logo .fa-text{color:#333;font-weight:900;font-size:1.2rem;font-family:Jersey,sans-serif;letter-spacing:1px;transform:rotate(20deg);text-shadow:1px 1px 2px rgba(255,255,255,.8)}@media (max-width: 820px){.team-analyzer-mobile-native{width:98%;max-width:900px;margin:0 auto;padding:10px 10px 24px;display:flex;flex-direction:column;gap:12px}.team-analyzer-mobile-topbar{display:flex;align-items:center;gap:clamp(8px,1.5vw,16px);padding:clamp(10px,2vw,16px);background:#1e2330;border-bottom:2px solid #2a3441;margin-top:5px;border-radius:20px;width:100%;align-self:center;box-sizing:border-box}.team-analyzer-mobile-topbar-rank{width:clamp(55px,10vw,80px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0}.team-analyzer-mobile-rank-circle{width:clamp(50px,9vw,80px);height:clamp(50px,9vw,80px);border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d}.team-analyzer-mobile-rank-circle span{font-size:clamp(20px,4vw,30px);line-height:1;font-weight:900;letter-spacing:.6px;text-transform:uppercase;color:#fff;margin:0}.team-analyzer-mobile-rank-total{color:#6b7280;font-size:clamp(10px,1.5vw,12px);font-weight:600;text-align:center}.team-analyzer-mobile-topbar-main{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.team-analyzer-mobile-team-name{margin:0 0 6px;text-align:center;font-size:clamp(20px,5vw,40px);line-height:1.1;color:#eff6ff;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-stats-row{display:flex;align-items:center;justify-content:space-evenly;gap:clamp(4px,2vw,30px);flex-wrap:nowrap}.team-analyzer-mobile-stat-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.team-analyzer-mobile-stat-label{color:#9ca3af;font-size:clamp(9px,1.4vw,13px);font-weight:600;letter-spacing:.5px}.team-analyzer-mobile-stat-value{color:#fff;font-size:clamp(15px,3.5vw,26px);font-weight:900}.team-analyzer-mobile-stat-divider{width:1px;height:clamp(20px,5vw,40px);background-color:#2a3441;flex-shrink:0}.team-analyzer-mobile-position-indicators-compact{display:flex;flex-direction:row;gap:clamp(4px,1vw,8px);align-items:center}.team-analyzer-mobile-position-indicator-item{display:flex;align-items:center;gap:2px}.team-analyzer-mobile-position-arrow{color:#10b981;font-size:clamp(12px,2.5vw,18px);font-weight:700;line-height:1}.team-analyzer-mobile-position-arrow.down{color:#ef4444}.team-analyzer-mobile-position-label{color:#fff;font-size:clamp(14px,3vw,22px);font-weight:700;line-height:1}.team-analyzer-mobile-dynasty-toggle-inline{display:flex;flex-direction:column;align-items:center;gap:3px;background:transparent;border:0;padding:0;cursor:pointer;flex-shrink:0}.team-analyzer-mobile-dynasty-track{width:clamp(34px,6vw,46px);height:clamp(18px,4vw,24px);background:#ffffff1a;border-radius:999px;border:2px solid #2a3441;display:flex;align-items:center;padding:2px;box-sizing:border-box;position:relative}.team-analyzer-mobile-dynasty-thumb{width:clamp(12px,3vw,16px);height:clamp(12px,3vw,16px);border-radius:50%;background:#6b7280;transition:all .2s ease;position:absolute;left:2px}.team-analyzer-mobile-dynasty-track.active .team-analyzer-mobile-dynasty-thumb{background:#85c3e8;transform:translate(0);right:2px;left:auto}.team-analyzer-mobile-dynasty-label{color:#9ca3af;font-size:clamp(8px,1.2vw,11px);font-weight:700;letter-spacing:.5px}.team-analyzer-mobile-progress-shell{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:visible;position:relative;margin-top:8px}.team-analyzer-mobile-progress-fill{height:100%;background:#85c3e8;border-radius:4px;min-width:20px}.team-analyzer-mobile-section{background-color:#1e233073;border:1px solid rgba(42,52,65,.75);border-radius:14px;padding:10px 8px}.team-analyzer-mobile-section.rankings{padding:10px 8px 8px}.team-analyzer-mobile-section.rankings .rankings-title{width:100%;border:1px solid #2a3441;background:#1e2330;border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:1.1rem;font-weight:900;letter-spacing:.8px;cursor:pointer;box-sizing:border-box}.team-analyzer-mobile-section.rankings .rankings-collapse-arrow{background:transparent;border:0;padding:0;margin:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.team-analyzer-mobile-section.rankings .rankings-collapse-arrow .arrow-icon{color:#85c3e8}.desktop-text,.desktop-rankings-header{display:none!important}.mobile-text{display:inline!important}.rankings-header-mobile{display:flex!important;width:100%;border:1px solid #2a3441;background:#1e2330;border-radius:12px;padding:14px;align-items:center;justify-content:space-between;color:#fff;cursor:pointer;box-sizing:border-box;margin-bottom:5px}.rankings-header-content-mobile{display:flex;flex-direction:column}.rankings-title-mobile-text{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:.5px;line-height:1.1}.rankings-subtitle-mobile{font-size:.75rem;font-weight:600;color:#85c3e8;margin-top:2px;letter-spacing:.5px}.collapse-arrow-mobile{display:flex;align-items:center;justify-content:center}.change-league-button{width:100%;display:flex;justify-content:center;margin-bottom:12px}.change-league-button button{width:100%;background-color:#85c3e8;border-radius:12px;padding:10px 14px 14px;border:none;color:#000;font-size:16px;font-weight:800;letter-spacing:.5px;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.mobile-team-card{background-color:#1e2330;border-radius:12px;border:2px solid #2a3441;cursor:pointer;display:flex;flex-direction:column;height:auto}.mobile-team-card.active{border-color:#85c3e8;background-color:#252d3d}.mobile-team-card-content{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;box-sizing:border-box;height:auto;gap:8px}.mobile-team-left{display:flex;align-items:center;flex:1;gap:clamp(6px,2vw,10px);min-width:0;overflow:hidden}.mobile-icon-container{width:50px;height:50px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.mobile-rank-badge{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:2px solid transparent;font-size:28px;line-height:1;box-sizing:border-box}.mobile-rank-badge.gold{background-color:#ffd70026;border-color:gold}.mobile-rank-badge.silver{background-color:#c0c0c026;border-color:silver}.mobile-rank-badge.bronze{background-color:#cd7f3226;border-color:#cd7f32}.mobile-rank-badge.last{background-color:#ef444426;border-color:#ef4444}.mobile-rank-circle{width:44px;height:44px;border-radius:50%;background-color:#85c3e81a;border:2px solid #2a3441;display:flex;justify-content:center;align-items:center;color:#85c3e8;font-size:18px;font-weight:900;box-sizing:border-box}.mobile-team-info{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.mobile-team-name{color:#fff;font-size:clamp(14px,4vw,16px);font-weight:800;line-height:1.25;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.mobile-team-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mobile-rank-badge-small{background-color:#85c3e826;border-radius:8px;padding:3px 8px;display:inline-flex}.mobile-rank-badge-small span{color:#85c3e8;font-size:11px;font-weight:700}.mobile-team-right{display:flex;align-items:center;gap:clamp(8px,2.5vw,12px);flex-shrink:0}.mobile-score-container{display:flex;align-items:baseline;background-color:#85c3e81a;border-radius:8px;padding:3px 8px;border:1px solid rgba(133,195,232,.2);gap:3px}.mobile-score-container--in-meta{display:none}.mobile-score-container--next-to-switch{display:flex}.mobile-score-container .value{color:#fff;font-size:13px;font-weight:800;line-height:normal}.mobile-score-container .max{font-size:9px;color:#85c3e8;font-weight:600}.mobile-switch-button{width:40px;height:40px;border-radius:10px;border:2px solid #2a3441;background-color:transparent;display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;font-weight:900;cursor:pointer;padding:0}.mobile-switch-button.active{background-color:#85c3e833;border-color:#85c3e8}@media (max-width: 500px){.mobile-score-container--in-meta{display:flex}.mobile-score-container--next-to-switch{display:none}}.mobile-progress-bar-container{height:4px;background-color:#85c3e81a;width:100%}.mobile-progress-bar{height:100%;border-radius:2px;transition:width .5s ease}.team-analyzer-mobile-section.positions,.team-analyzer-mobile-section.tools{padding:10px 8px 12px}.team-analyzer-mobile-section.profile{padding:10px 8px}.team-analyzer-mobile-section-header{width:100%;border:1px solid #2a3441;background:#1e2330;border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between;color:#fff;cursor:pointer}.team-analyzer-mobile-section-title{font-size:1.1rem;font-weight:900;letter-spacing:.8px;text-align:start}.team-analyzer-mobile-section-subtitle{font-size:.72rem;color:#85c3e8;font-weight:700;margin-top:2px;text-align:start}.team-analyzer-mobile-section-header .arrow{font-size:.85rem;color:#85c3e8;transition:transform .2s ease;cursor:pointer}.team-analyzer-mobile-section-header .arrow.collapsed{transform:rotate(180deg)}.team-analyzer-mobile-positions-grid{display:flex;flex-direction:column;gap:12px;margin-top:8px}.team-analyzer-mobile-position-block{background:#0a0a0a;border-radius:12px;padding:10px;border:1px solid #222}.team-analyzer-mobile-position-header{display:flex;justify-content:space-between;align-items:center;border-left:4px solid #85c3e8;padding:4px 0 6px 10px;margin-bottom:8px;border-bottom:1px solid #232b3a}.team-analyzer-mobile-position-header h4{margin:0;font-size:1rem;font-weight:800;color:#fff}.team-analyzer-mobile-position-header span{background:#85c3e8;color:#0a0e1a;font-size:.82rem;font-weight:900;padding:3px 9px;border-radius:8px}.team-analyzer-mobile-position-header.qb{border-left-color:#ff6b6b}.team-analyzer-mobile-position-header.rb{border-left-color:#4ecdc4}.team-analyzer-mobile-position-header.wr{border-left-color:#45b7d1}.team-analyzer-mobile-position-header.te{border-left-color:#ffa07a}.team-analyzer-mobile-position-header.def{border-left-color:#96ceb4}.team-analyzer-mobile-position-header.k{border-left-color:#dda15e}.team-analyzer-mobile-player-list{display:flex;flex-direction:column}.team-analyzer-mobile-player-row{width:100%;display:flex;align-items:center;gap:10px;padding:8px 0;background:transparent;border:0;border-bottom:1px solid #1a1a1a;color:#fff;text-align:left;cursor:pointer}.team-analyzer-mobile-player-row:last-child{border-bottom:0}.team-analyzer-mobile-player-row img{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #2a3441}.team-analyzer-mobile-player-meta{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.team-analyzer-mobile-player-name{font-size:.92rem;font-weight:700;color:#fff}.team-analyzer-mobile-player-submeta{display:flex;gap:8px;align-items:center;font-size:.72rem;color:#9ca3af}.team-analyzer-mobile-player-submeta .position{padding:1px 8px;border-radius:999px;background:#85c3e833;color:#d8eeff;font-weight:700}.team-analyzer-mobile-player-stats{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:3px;margin-left:8px;flex-shrink:0}.team-analyzer-mobile-player-stat-item{display:flex;align-items:center;gap:4px}.team-analyzer-mobile-player-stat-label{color:#9ca3af;font-size:.62rem;font-weight:600;text-transform:uppercase}.team-analyzer-mobile-player-stat-value{color:#fff;font-size:.75rem;font-weight:700;text-align:right}.team-analyzer-mobile-tool-tabs{display:flex;gap:8px;overflow-x:auto;padding:10px 2px 8px}.team-analyzer-mobile-tool-tab{border:1px solid #2a3441;background:#1e2330;color:#9ca3af;border-radius:8px;padding:8px 12px;font-size:.78rem;font-weight:700;white-space:nowrap;cursor:pointer}.team-analyzer-mobile-tool-tab.active{background:#85c3e8;border-color:#85c3e8;color:#0a0e1a}.team-analyzer-mobile-tool-panel{margin-top:4px}.team-analyzer-mobile-comparison-list{display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-comparison-position-scroll{display:flex;gap:8px;justify-content:center;overflow-x:hidden;padding:2px 2px 10px;margin-bottom:2px}.team-analyzer-mobile-comparison-position-tab{border:1px solid rgba(42,52,65,.95);background:#ffffff14;color:#9ca3af;border-radius:999px;padding:7px 12px;font-size:.74rem;font-weight:700;white-space:nowrap;cursor:pointer}.team-analyzer-mobile-comparison-position-tab.active{background:#85c3e8;color:#0a0e1a;border-color:#85c3e8}.team-analyzer-mobile-comparison-row-wrap{display:flex;flex-direction:column;gap:6px}.team-analyzer-mobile-comparison-row{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(42,52,65,.7);width:100%;text-align:left;cursor:pointer}.team-analyzer-mobile-comparison-row.user{border-color:#85c3e8e6}.team-analyzer-mobile-comparison-row .left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.team-analyzer-mobile-comparison-row .rank{font-size:.75rem;color:#85c3e8;font-weight:800;min-width:30px}.team-analyzer-mobile-comparison-row .name{font-size:.82rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-comparison-row .right{display:flex;align-items:center;gap:8px;min-width:120px}.team-analyzer-mobile-comparison-row .score{font-size:.9rem;font-weight:900;color:#fff;min-width:26px;text-align:right}.team-analyzer-mobile-comparison-row .bar-shell{width:72px;height:7px;border-radius:999px;background:#ffffff24;overflow:hidden}.team-analyzer-mobile-comparison-row .bar-fill{height:100%;background:linear-gradient(90deg,#85c3e8,#4fa6d9)}.team-analyzer-mobile-comparison-expanded{background:#ffffff08;border:1px solid rgba(42,52,65,.7);border-radius:10px;padding:8px}.team-analyzer-mobile-comparison-expanded-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.team-analyzer-mobile-comparison-expanded-header .title{font-size:.82rem;font-weight:800;color:#85c3e8}.team-analyzer-mobile-comparison-expanded-header .close{border:0;background:transparent;color:#9ca3af;font-size:1.3rem;line-height:1;padding:0 6px;cursor:pointer}.team-analyzer-mobile-comparison-expanded-list{display:flex;flex-direction:column;gap:4px}.team-analyzer-mobile-comparison-expanded-list .item{font-size:.84rem;color:#d1d5db;line-height:1.3}.team-analyzer-mobile-comparison-expanded-list .item.empty{color:#9ca3af}@media (min-width: 526px) and (max-width: 820px){.change-league-button button{font-size:1.4rem;padding:16px}.rankings-header-mobile{padding:16px}.rankings-title-mobile-text{font-size:1.4rem}.rankings-subtitle-mobile{font-size:1.15rem}.rankings-header-mobile .arrow-icon{width:22px;height:22px}.team-analyzer-mobile-tool-tab{font-size:1rem;padding:10px 16px}.mobile-team-name{font-size:1.4rem}.mobile-rank-badge-small span{font-size:1.1rem}.mobile-score-container .value{font-size:1.25rem}.mobile-score-container .max{font-size:.95rem}.team-analyzer-mobile-section-header{padding:16px}.team-analyzer-mobile-section-title{font-size:1.4rem}.team-analyzer-mobile-section-subtitle{font-size:1.05rem}.team-analyzer-mobile-section-header .arrow{font-size:1.2rem}.team-analyzer-mobile-comparison-position-tab{font-size:1rem;padding:10px 14px}.team-analyzer-mobile-comparison-row{padding:10px 12px}.team-analyzer-mobile-comparison-row .rank,.team-analyzer-mobile-comparison-row .name{font-size:1rem}.team-analyzer-mobile-comparison-row .score{font-size:1.2rem}.team-analyzer-mobile-comparison-row .bar-shell{width:96px;height:12px}.team-analyzer-mobile-comparison-expanded-header .title{font-size:1.1rem}.team-analyzer-mobile-comparison-expanded-header .close{font-size:1.8rem}.team-analyzer-mobile-comparison-expanded-list .item{font-size:.98rem}}@media (max-width: 422px){.team-analyzer-mobile-comparison-position-scroll{justify-content:flex-start;overflow-x:auto}}@media (min-width: 501px) and (max-width: 820px){.team-analyzer-mobile-section.positions .team-analyzer-mobile-position-header h4,.team-analyzer-mobile-section.positions .team-analyzer-mobile-player-name{font-size:1.18rem}.team-analyzer-mobile-section.positions .team-analyzer-mobile-position-header span{font-size:1.4rem}.team-analyzer-mobile-section.positions .team-analyzer-mobile-player-submeta,.team-analyzer-mobile-section.positions .team-analyzer-mobile-player-submeta .position{font-size:.9rem}.team-analyzer-mobile-section.positions .team-analyzer-mobile-player-stat-value{font-size:1rem}.team-analyzer-mobile-section.positions .team-analyzer-mobile-player-stat-label{font-size:.79rem}}@media (max-width: 500px){.team-analyzer-mobile-section.positions .team-analyzer-mobile-position-header h4{font-size:1rem}.team-analyzer-mobile-section.positions .team-analyzer-mobile-position-header span{font-size:.82rem}.team-analyzer-mobile-section.positions .team-analyzer-mobile-player-name{font-size:.92rem}}.team-analyzer-mobile-tool-loading{padding:20px;font-size:.9rem;color:#9ca3af;text-align:center;background:#1e233059;border-radius:10px}.team-analyzer-mobile-injury-container{display:flex;flex-direction:column;gap:10px}.team-analyzer-mobile-injury-top{background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.team-analyzer-mobile-injury-top .team-analyzer-help-header-row,.team-analyzer-mobile-bye-top .team-analyzer-help-header-row,.team-analyzer-mobile-schedule-header .team-analyzer-help-header-row,.team-analyzer-mobile-boom-top .team-analyzer-help-header-row,.team-analyzer-mobile-tool-panel .team-age-header-title .team-analyzer-help-header-row{grid-column:1 / -1;position:relative;padding-right:0}.team-analyzer-mobile-injury-top .team-analyzer-help-button,.team-analyzer-mobile-bye-top .team-analyzer-help-button,.team-analyzer-mobile-schedule-header .team-analyzer-help-button,.team-analyzer-mobile-boom-top .team-analyzer-help-button,.team-analyzer-mobile-tool-panel .team-age-header-title .team-analyzer-help-button{position:absolute;top:0;right:0;transform:none;width:28px;height:28px;font-size:16px;border-width:2px}.team-analyzer-mobile-injury-top .title{font-size:1.5rem;font-weight:800;letter-spacing:.3px;color:#9ca3af;text-align:center;text-transform:uppercase;font-family:Inter,sans-serif}@media (max-width: 600px){.team-analyzer-mobile-injury-top .team-analyzer-help-button,.team-analyzer-mobile-bye-top .team-analyzer-help-button,.team-analyzer-mobile-schedule-header .team-analyzer-help-button,.team-analyzer-mobile-boom-top .team-analyzer-help-button,.team-analyzer-mobile-tool-panel .team-age-header-title .team-analyzer-help-button{width:24px;height:24px;font-size:13px;border-width:1.5px;top:-3px}}.team-analyzer-mobile-injury-top .score-block{grid-column:2;justify-self:center;text-align:center}.team-analyzer-mobile-injury-top .score-block .label{font-size:.7rem;font-weight:800;color:#9ca3af}.team-analyzer-mobile-injury-top .score-block .value{font-size:1.25rem;font-weight:900;color:#fff}.team-analyzer-mobile-injury-top .score-block .value span{font-size:.72rem;color:#9ca3af;margin-left:2px}.team-analyzer-mobile-injury-top .badge{grid-column:3;padding:6px 10px;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;justify-self:end}.team-analyzer-mobile-injury-top .badge.high{background:#ef4444;color:#fff}.team-analyzer-mobile-injury-top .badge.medium{background:#f59e0b;color:#0a0e1a}.team-analyzer-mobile-injury-top .badge.low{background:#10b981;color:#0a0e1a}.team-analyzer-mobile-injury-top .badge.na{background:#6b7280;color:#fff}.team-analyzer-mobile-injury-top .toggle{grid-column:1 / -1;width:100%;border:1px solid #2a3441;background:#111827;color:#9ca3af;padding:8px 10px;border-radius:8px;font-size:.78rem;font-weight:800;cursor:pointer}.team-analyzer-mobile-injury-top .toggle.active{background:#85c3e8;color:#0a0e1a;border-color:#85c3e8}.team-analyzer-mobile-injury-list{display:flex;flex-direction:column;gap:10px}.team-analyzer-mobile-injury-section{background:#0a0a0a;border:1px solid #222;border-radius:12px;overflow:hidden}.team-analyzer-mobile-injury-section-header{padding:8px 10px;font-size:.78rem;font-weight:900;letter-spacing:.3px}.team-analyzer-mobile-injury-section-header.high{background:#ef4444;color:#fff}.team-analyzer-mobile-injury-section-header.medium{background:#f59e0b;color:#0a0e1a}.team-analyzer-mobile-injury-section-header.low{background:#10b981;color:#0a0e1a}.team-analyzer-mobile-injury-section-header.no{background:#6b7280;color:#fff}.team-analyzer-mobile-injury-section-body{padding:8px;display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-injury-card{border:1px solid #1f2937;border-radius:10px;overflow:hidden;background:#111827}.team-analyzer-mobile-injury-card .progress-shell{height:6px;background:#ffffff1a}.team-analyzer-mobile-injury-card .progress-fill{height:100%}.team-analyzer-mobile-injury-card .progress-fill.high{background:#dc2626}.team-analyzer-mobile-injury-card .progress-fill.medium{background:#d97706}.team-analyzer-mobile-injury-card .progress-fill.low{background:#059669}.team-analyzer-mobile-injury-card .progress-fill.no{background:#4b5563}.team-analyzer-mobile-injury-card .content{display:grid;grid-template-columns:44px 1fr 34px;gap:8px;align-items:center;padding:8px}.team-analyzer-mobile-injury-card .content>img{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #2a3441}.team-analyzer-mobile-injury-card .meta{display:flex;flex-direction:column;gap:4px;min-width:0}.team-analyzer-mobile-injury-card .meta .name{font-size:.8rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-injury-card .meta .stat{display:flex;justify-content:flex-start;gap:6px;align-items:center}.team-analyzer-mobile-injury-card .meta .stat .label{font-size:.62rem;font-weight:700;color:#9ca3af}.team-analyzer-mobile-injury-card .meta .stat .value{font-size:.82rem;font-weight:900;color:#fff}.team-analyzer-mobile-injury-card .logo-wrap{display:flex;justify-content:center;align-items:center}.team-analyzer-mobile-injury-card .logo-wrap .logo{width:26px;height:26px;object-fit:contain}.team-analyzer-mobile-injury-card .logo-wrap .fa{font-size:.7rem;font-weight:800;color:#9ca3af}@media (min-width: 501px) and (max-width: 820px){.team-analyzer-mobile-injury-top{padding:12px;gap:10px}.team-analyzer-mobile-injury-top .score-block .label{font-size:1.4rem}.team-analyzer-mobile-injury-top .score-block .value{font-size:1.55rem}.team-analyzer-mobile-injury-top .score-block .value span{font-size:.9rem}.team-analyzer-mobile-injury-top .badge{font-size:.9rem;padding:7px 12px}.team-analyzer-mobile-injury-top .toggle,.team-analyzer-mobile-injury-section-header{font-size:1rem;padding:10px 12px}.team-analyzer-mobile-injury-card .content{grid-template-columns:52px 1fr 38px;gap:10px;padding:10px}.team-analyzer-mobile-injury-card .content>img{width:52px;height:52px}.team-analyzer-mobile-injury-card .meta .name{font-size:1rem}.team-analyzer-mobile-injury-card .meta .stat .label{font-size:.8rem}.team-analyzer-mobile-injury-card .meta .stat .value{font-size:1rem}.team-analyzer-mobile-injury-card .logo-wrap .logo{width:30px;height:30px}.team-analyzer-mobile-injury-card .logo-wrap .fa{font-size:.82rem}}@media (max-width: 500px){.team-analyzer-mobile-injury-top .score-block .label{font-size:1rem}.team-analyzer-mobile-injury-top .score-block .value{font-size:1.1rem}.team-analyzer-mobile-injury-top .score-block .value span{font-size:.66rem}.team-analyzer-mobile-injury-top .badge{font-size:.64rem;padding:5px 8px}.team-analyzer-mobile-injury-top .toggle{font-size:.72rem;padding:7px 8px}.team-analyzer-mobile-injury-section-header{font-size:.72rem}.team-analyzer-mobile-injury-card .content{grid-template-columns:40px 1fr 30px;gap:7px;padding:7px}.team-analyzer-mobile-injury-card .content>img{width:40px;height:40px}.team-analyzer-mobile-injury-card .meta .name{font-size:.74rem}.team-analyzer-mobile-injury-card .meta .stat .label{font-size:.56rem}.team-analyzer-mobile-injury-card .meta .stat .value{font-size:.74rem}.team-analyzer-mobile-injury-card .logo-wrap .logo{width:22px;height:22px}.team-analyzer-mobile-injury-card .logo-wrap .fa{font-size:.62rem}}.team-analyzer-mobile-bye-container{display:flex;flex-direction:column;gap:10px}.team-analyzer-mobile-bye-top{background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:8px}.team-analyzer-mobile-bye-top .title{font-size:.7rem;font-weight:800;letter-spacing:.3px;color:#9ca3af;text-align:center;text-transform:uppercase;font-family:Inter,sans-serif}.team-analyzer-mobile-bye-top .toggle{width:100%;border:1px solid #2a3441;background:#111827;color:#9ca3af;border-radius:8px;padding:8px 10px;font-size:.78rem;font-weight:800;cursor:pointer}.team-analyzer-mobile-bye-top .toggle.active{background:#85c3e8;color:#0a0e1a}.team-analyzer-mobile-bye-list{display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-bye-week-bin{border-radius:10px;overflow:hidden;border:1px solid #2a3441;background:#111827b3}.team-analyzer-mobile-bye-week-bin .week-header{display:flex;align-items:center;justify-content:space-between;padding:9px 10px}.team-analyzer-mobile-bye-week-bin .week-header.none{background:#4b5563}.team-analyzer-mobile-bye-week-bin .week-header.one{background:#10b981}.team-analyzer-mobile-bye-week-bin .week-header.two{background:#f59e0b}.team-analyzer-mobile-bye-week-bin .week-header.three-plus{background:#ef4444}.team-analyzer-mobile-bye-week-bin .week-title{font-size:.84rem;font-weight:900;letter-spacing:.4px;color:#fff}.team-analyzer-mobile-bye-week-bin .week-count{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff38;font-size:.78rem;font-weight:900;color:#fff}.team-analyzer-mobile-bye-week-bin .week-body{padding:8px;display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-bye-week-bin .week-body .empty{padding:8px;font-size:.74rem;font-weight:700;color:#9ca3af;text-align:center}.team-analyzer-mobile-bye-player-card{border:1px solid #1f2937;border-radius:10px;overflow:hidden;background:#111827}.team-analyzer-mobile-bye-player-card .status-bar{padding:4px 8px;font-size:.64rem;font-weight:800;letter-spacing:.35px;text-transform:uppercase}.team-analyzer-mobile-bye-player-card .status-bar.starter{background:#facc15;color:#0a0e1a}.team-analyzer-mobile-bye-player-card .status-bar.bench{background:#9ca3af;color:#0a0e1a}.team-analyzer-mobile-bye-player-card .content{display:grid;grid-template-columns:44px 1fr 34px;gap:8px;align-items:center;padding:8px}.team-analyzer-mobile-bye-player-card .content>img{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #2a3441}.team-analyzer-mobile-bye-player-card .meta{display:flex;flex-direction:column;gap:4px;min-width:0}.team-analyzer-mobile-bye-player-card .meta .name{font-size:.8rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-bye-player-card .meta .adp-row{display:flex;align-items:center;justify-content:flex-start;gap:6px}.team-analyzer-mobile-bye-player-card .meta .adp-row .label{font-size:.62rem;font-weight:700;color:#9ca3af}.team-analyzer-mobile-bye-player-card .meta .adp-row .value{font-size:.82rem;font-weight:900;color:#fff}.team-analyzer-mobile-bye-player-card .logo-wrap{display:flex;justify-content:center;align-items:center}.team-analyzer-mobile-bye-player-card .logo-wrap .logo{width:26px;height:26px;object-fit:contain}.team-analyzer-mobile-bye-player-card .logo-wrap .fa{font-size:.7rem;font-weight:800;color:#9ca3af}@media (min-width: 501px) and (max-width: 820px){.team-analyzer-mobile-bye-top{padding:12px;gap:10px}.team-analyzer-mobile-bye-top .title{font-size:1.4rem}.team-analyzer-mobile-bye-top .toggle{font-size:1rem;padding:10px 12px}.team-analyzer-mobile-bye-week-bin .week-title{font-size:1rem}.team-analyzer-mobile-bye-week-bin .week-count{font-size:.92rem;width:28px;height:28px}.team-analyzer-mobile-bye-week-bin .week-body .empty{font-size:.9rem}.team-analyzer-mobile-bye-player-card .status-bar{font-size:.82rem}.team-analyzer-mobile-bye-player-card .meta .name{font-size:1rem}.team-analyzer-mobile-bye-player-card .meta .adp-row .label{font-size:.8rem}.team-analyzer-mobile-bye-player-card .meta .adp-row .value{font-size:1rem}.team-analyzer-mobile-bye-player-card .logo-wrap .fa{font-size:.82rem}}@media (max-width: 500px){.team-analyzer-mobile-bye-top .title{font-size:1rem}.team-analyzer-mobile-bye-top .toggle{font-size:.72rem;padding:7px 8px}.team-analyzer-mobile-bye-week-bin .week-title{font-size:.72rem}.team-analyzer-mobile-bye-week-bin .week-count{font-size:.7rem;width:22px;height:22px}.team-analyzer-mobile-bye-week-bin .week-body .empty{font-size:.68rem}.team-analyzer-mobile-bye-player-card .status-bar{font-size:.58rem}.team-analyzer-mobile-bye-player-card .meta .name{font-size:.74rem}.team-analyzer-mobile-bye-player-card .meta .adp-row .label{font-size:.56rem}.team-analyzer-mobile-bye-player-card .meta .adp-row .value{font-size:.74rem}.team-analyzer-mobile-bye-player-card .logo-wrap .fa{font-size:.62rem}}.team-analyzer-mobile-schedule-container{display:flex;flex-direction:column;gap:10px}.team-analyzer-mobile-schedule-header{background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:8px}.team-analyzer-mobile-schedule-header .title{font-size:.9rem;font-weight:800;letter-spacing:.3px;color:#9ca3af;text-align:center;text-transform:uppercase;font-family:Inter,sans-serif}.team-analyzer-mobile-schedule-section{border:1px solid #2a3441;border-radius:10px;background:#111827a6;padding:8px;display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-schedule-section .section-title{font-size:.95rem;font-weight:900;color:#fff;letter-spacing:.45px}.team-analyzer-mobile-schedule-section .rankings-list,.team-analyzer-mobile-schedule-section .user-schedule-list{display:flex;flex-direction:column;gap:7px}.team-analyzer-mobile-schedule-section .rank-row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"left difficulty" "right right";gap:6px;padding:8px;border-radius:9px;border:1px solid #1f2937;background:#111827}.team-analyzer-mobile-schedule-section .rank-row.user{border-color:#85c3e8;background:#85c3e81f}.team-analyzer-mobile-schedule-section .rank-row .left{grid-area:left;display:flex;align-items:center;gap:8px;min-width:0}.team-analyzer-mobile-schedule-section .rank-row .rank{font-size:.78rem;font-weight:900;color:#85c3e8;flex-shrink:0}.team-analyzer-mobile-schedule-section .rank-row .team{font-size:.92rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-schedule-section .rank-row .right{grid-area:right;display:flex;flex-direction:column;gap:4px}.team-analyzer-mobile-schedule-section .rank-row .right .score-line{display:flex;align-items:baseline;gap:2px}.team-analyzer-mobile-schedule-section .rank-row .right .score{font-size:.86rem;font-weight:900;color:#fff}.team-analyzer-mobile-schedule-section .rank-row .right .max{font-size:.68rem;font-weight:700;color:#9ca3af}.team-analyzer-mobile-schedule-section .rank-row .difficulty{grid-area:difficulty;padding:3px 8px;border-radius:999px;font-size:.62rem;font-weight:900;text-transform:uppercase;align-self:start}.team-analyzer-mobile-schedule-section .rank-row .bar-shell,.team-analyzer-mobile-schedule-section .user-schedule-row .bar-shell{height:6px;border-radius:999px;overflow:hidden;background:#ffffff1f}.team-analyzer-mobile-schedule-section .rank-row .bar-fill,.team-analyzer-mobile-schedule-section .user-schedule-row .bar-fill{height:100%}.team-analyzer-mobile-schedule-section .user-schedule-row{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"week opp" "strength strength";gap:6px;padding:8px;border-radius:9px;border:1px solid #1f2937;background:#111827}.team-analyzer-mobile-schedule-section .user-schedule-row .week{grid-area:week;font-size:.72rem;font-weight:900;color:#85c3e8}.team-analyzer-mobile-schedule-section .user-schedule-row .opponent{grid-area:opp;font-size:.92rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap{grid-area:strength;display:flex;flex-direction:column;gap:4px}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .top-line{display:flex;align-items:center;gap:4px}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .score{font-size:.82rem;font-weight:900;color:#fff}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .max{font-size:.66rem;font-weight:700;color:#9ca3af;margin-right:auto}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .badge{padding:2px 7px;border-radius:999px;font-size:.6rem;font-weight:900;text-transform:uppercase}.team-analyzer-mobile-schedule-section .very-easy{background:#10b981;color:#0a0e1a}.team-analyzer-mobile-schedule-section .easy{background:#84cc16;color:#0a0e1a}.team-analyzer-mobile-schedule-section .medium,.team-analyzer-mobile-schedule-section .average{background:#f59e0b;color:#0a0e1a}.team-analyzer-mobile-schedule-section .hard,.team-analyzer-mobile-schedule-section .strong{background:#f97316;color:#fff}.team-analyzer-mobile-schedule-section .very-hard,.team-analyzer-mobile-schedule-section .very-strong{background:#ef4444;color:#fff}.team-analyzer-mobile-schedule-section .weak{background:#a3e635;color:#0a0e1a}@media (min-width: 501px) and (max-width: 820px){.team-analyzer-mobile-schedule-header{padding:12px;gap:10px}.team-analyzer-mobile-schedule-header .title{font-size:1.4rem}.team-analyzer-mobile-schedule-section .section-title{font-size:1.2rem}.team-analyzer-mobile-schedule-section .rank-row .rank{font-size:.92rem}.team-analyzer-mobile-schedule-section .rank-row .team{font-size:1.18rem}.team-analyzer-mobile-schedule-section .rank-row .right .score{font-size:1rem}.team-analyzer-mobile-schedule-section .rank-row .right .max,.team-analyzer-mobile-schedule-section .rank-row .difficulty{font-size:.8rem}.team-analyzer-mobile-schedule-section .user-schedule-row .week{font-size:.84rem}.team-analyzer-mobile-schedule-section .user-schedule-row .opponent{font-size:1.18rem}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .score{font-size:1rem}.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .max,.team-analyzer-mobile-schedule-section .user-schedule-row .strength-wrap .badge{font-size:.78rem}}.team-analyzer-mobile-boom-container{display:flex;flex-direction:column;gap:10px}.team-analyzer-mobile-boom-top{background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:8px}.team-analyzer-mobile-boom-top .title{font-size:1rem;font-weight:800;letter-spacing:.3px;color:#9ca3af;text-align:center;text-transform:uppercase;font-family:Inter,sans-serif}.team-analyzer-mobile-boom-top .toggle{width:100%;border:1px solid #2a3441;background:#111827;color:#9ca3af;border-radius:8px;padding:8px 10px;font-size:.78rem;font-weight:800;cursor:pointer}.team-analyzer-mobile-boom-top .toggle.active{background:#85c3e8;color:#0a0e1a}.team-analyzer-mobile-boom-list{display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-boom-tier{border-radius:10px;overflow:hidden;border:1px solid #2a3441;background:#111827ad}.team-analyzer-mobile-boom-tier .tier-header{padding:9px 10px;font-size:.8rem;font-weight:900;letter-spacing:.4px}.team-analyzer-mobile-boom-tier .tier-header.high{background:#10b981;color:#0a0e1a}.team-analyzer-mobile-boom-tier .tier-header.medium{background:#f59e0b;color:#0a0e1a}.team-analyzer-mobile-boom-tier .tier-header.low{background:#ef4444;color:#fff}.team-analyzer-mobile-boom-tier .tier-body{padding:8px;display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-boom-card{border:1px solid #1f2937;border-radius:10px;overflow:hidden;background:#111827}.team-analyzer-mobile-boom-card .status{padding:4px 8px;font-size:.64rem;font-weight:800;letter-spacing:.35px;text-transform:uppercase}.team-analyzer-mobile-boom-card .status.boom{background:#10b981;color:#0a0e1a}.team-analyzer-mobile-boom-card .status.bust{background:#ef4444;color:#fff}.team-analyzer-mobile-boom-card .status.boom-bust{background:#f59e0b;color:#0a0e1a}.team-analyzer-mobile-boom-card .status.steady{background:#6b7280;color:#fff}.team-analyzer-mobile-boom-card .content{display:grid;grid-template-columns:44px 1fr 34px;gap:8px;align-items:center;padding:8px}.team-analyzer-mobile-boom-card .content>img{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid #2a3441}.team-analyzer-mobile-boom-card .meta{display:flex;flex-direction:column;gap:4px;min-width:0}.team-analyzer-mobile-boom-card .meta .name{font-size:.8rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-boom-card .meta .stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.team-analyzer-mobile-boom-card .meta .stats-row .stat{display:flex;justify-content:flex-start;gap:4px;border:1px solid #1f2937;border-radius:6px;padding:4px 6px;background:#ffffff08}.team-analyzer-mobile-boom-card .meta .stats-row .label{font-size:.6rem;font-weight:700;color:#9ca3af}.team-analyzer-mobile-boom-card .meta .stats-row .label:after{content:":"}.team-analyzer-mobile-boom-card .meta .stats-row .value{font-size:.74rem;font-weight:900;color:#fff;margin-left:2px}.team-analyzer-mobile-boom-card .logo-wrap{display:flex;justify-content:center;align-items:center}.team-analyzer-mobile-boom-card .logo-wrap .logo{width:26px;height:26px;object-fit:contain}.team-analyzer-mobile-boom-card .logo-wrap .fa{font-size:.7rem;font-weight:800;color:#9ca3af}.team-analyzer-mobile-tool-panel .team-age-header-title{width:100%;background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:center}.team-analyzer-mobile-tool-panel .team-age-header-title h1{font-family:Inter,sans-serif;font-size:.9rem;font-weight:800;letter-spacing:.3px;color:#9ca3af;text-transform:uppercase;margin:0}.team-analyzer-mobile-tool-panel .team-age-controls-container{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-bottom:12px}.team-analyzer-mobile-tool-panel .position-toggles-container{width:100%}.team-analyzer-mobile-tool-panel .position-toggles{gap:8px;justify-content:center}.team-analyzer-mobile-tool-panel .position-toggle-checkbox-label{padding:7px 10px;border-radius:8px;border:1px solid #2a3441;background:#111827}.team-analyzer-mobile-tool-panel .year-selector{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #2a3441;border-radius:10px;background:#111827}.team-analyzer-mobile-tool-panel .year-selector label{font-size:.78rem;font-weight:800;letter-spacing:.3px;text-transform:uppercase;color:#9ca3af}.team-analyzer-mobile-tool-panel .year-select-dropdown{background:#1e2330;border:1px solid #2a3441;border-radius:8px;padding:7px 10px;font-size:.78rem;font-weight:800;color:#fff}.team-analyzer-mobile-tool-panel .year-select-dropdown:hover,.team-analyzer-mobile-tool-panel .year-select-dropdown:focus{background:#1e2330;border-color:#85c3e8}.team-analyzer-mobile-tool-panel .age-graph-container{position:relative}.team-analyzer-mobile-tool-panel .y-axis-label{position:absolute;top:-18px;left:0;writing-mode:horizontal-tb;text-orientation:mixed;margin-bottom:0;font-size:.72rem;font-weight:800;margin-top:7px}@media (max-width: 500px){.team-analyzer-mobile-tool-panel .year-selector{padding:10px 12px;min-height:52px}.team-analyzer-mobile-tool-panel .year-select-dropdown{min-height:40px;padding:9px 12px}}@media (min-width: 501px) and (max-width: 820px){.team-analyzer-mobile-tool-panel .team-age-header-title{padding:12px}.team-analyzer-mobile-tool-panel .team-age-header-title h1{font-size:1.4rem}.team-analyzer-mobile-tool-panel .team-age-controls-container{gap:12px}.team-analyzer-mobile-tool-panel .position-toggle-checkbox-label{padding:8px 12px}.team-analyzer-mobile-tool-panel .position-toggle-label{font-size:1rem}.team-analyzer-mobile-tool-panel .position-age-info{font-size:.85rem!important}.team-analyzer-mobile-tool-panel .year-selector{padding:10px 12px}.team-analyzer-mobile-tool-panel .year-selector label,.team-analyzer-mobile-tool-panel .year-select-dropdown{font-size:1rem}.team-analyzer-mobile-boom-top{padding:12px;gap:10px}.team-analyzer-mobile-boom-top .title{font-size:1.4rem}.team-analyzer-mobile-boom-top .toggle{font-size:1rem;padding:10px 12px}.team-analyzer-mobile-boom-tier .tier-header{font-size:1rem}.team-analyzer-mobile-boom-card .status{font-size:.82rem}.team-analyzer-mobile-boom-card .meta .name{font-size:1rem}.team-analyzer-mobile-boom-card .meta .stats-row .label{font-size:.8rem}.team-analyzer-mobile-boom-card .meta .stats-row .value{font-size:1rem}.team-analyzer-mobile-boom-card .logo-wrap .fa{font-size:.82rem}}.team-analyzer-mobile-profile-content{display:flex;flex-direction:column;gap:12px;margin-top:8px}.team-analyzer-mobile-profile-card{background:#1e2330;border:2px solid #2a3441;border-radius:16px;padding:14px}.team-analyzer-mobile-profile-card .top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.team-analyzer-mobile-profile-card .top .player-headshot{width:78px;height:78px;border-radius:40px;object-fit:cover;border:3px solid #85c3e8}.team-analyzer-mobile-profile-card .identity{display:flex;flex-direction:column;gap:4px;min-width:0}.team-analyzer-mobile-profile-card .name{font-size:1.08rem;font-weight:900;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-analyzer-mobile-profile-card .meta{display:flex;gap:8px;align-items:center;font-size:.78rem;color:#c7d2e0}.team-analyzer-mobile-profile-card .position{padding:3px 10px;border-radius:999px;background:#85c3e8;color:#0a0e1a;font-weight:900;font-size:.72rem}.team-analyzer-mobile-profile-card .team-wrap{display:inline-flex;align-items:center;gap:6px}.team-analyzer-mobile-profile-card .team{font-size:.78rem;font-weight:700;color:#9ca3af}.team-analyzer-mobile-profile-card .team-logo{width:20px;height:20px;border-radius:10px;object-fit:contain;border:0}.team-analyzer-mobile-profile-card .quick-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:12px;border-top:1px solid #2a3441}.team-analyzer-mobile-profile-card .quick-stats .item{background:#ffffff0a;border:1px solid #2a3441;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:3px}.team-analyzer-mobile-profile-card .quick-stats .label{font-size:.65rem;color:#9ca3af;text-transform:uppercase;font-weight:700}.team-analyzer-mobile-profile-card .quick-stats .value{font-size:.95rem;font-weight:900;color:#fff}.team-analyzer-mobile-profile-full-link{width:100%;background:#85c3e8;border:0;border-radius:10px;padding:10px 12px;font-size:.86rem;font-weight:800;color:#0a0e1a;cursor:pointer}.team-analyzer-mobile-profile-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px}.team-analyzer-mobile-profile-controls select{width:100%;background:#1e2330;border:1px solid #2a3441;color:#fff;border-radius:10px;padding:10px;font-size:.8rem;font-weight:700;cursor:pointer}.team-analyzer-mobile-profile-base-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.team-analyzer-mobile-profile-base-stats .base-stat-item{background:#1e2330;border:1px solid #2a3441;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:4px}.team-analyzer-mobile-profile-base-stats .base-stat-item .label{font-size:.68rem;font-weight:700;color:#9ca3af;text-transform:uppercase}.team-analyzer-mobile-profile-base-stats .base-stat-item .value{font-size:1rem;font-weight:900;color:#fff}.team-analyzer-mobile-profile-category-section{display:flex;flex-direction:column;gap:8px}.team-analyzer-mobile-profile-category-title{font-size:1rem;font-weight:900;text-align:center;letter-spacing:.6px;color:#85c3e8}.team-analyzer-mobile-gamelog-section{background:#1e2330;border:1px solid #2a3441;border-radius:12px;padding:10px}.team-analyzer-mobile-gamelog-title{font-size:1rem;font-weight:900;color:#85c3e8;text-align:center;letter-spacing:.5px;margin-bottom:8px}.team-analyzer-mobile-gamelog-container{overflow-x:auto;border-radius:10px;border:1px solid #1f2937}.team-analyzer-mobile-gamelog-table{width:100%;border-collapse:collapse;min-width:420px}.team-analyzer-mobile-gamelog-table thead tr{background:#111827}.team-analyzer-mobile-gamelog-table th,.team-analyzer-mobile-gamelog-table td{padding:7px 8px;font-size:.8rem;text-align:center;border-bottom:1px solid #1f2937;white-space:nowrap}.team-analyzer-mobile-gamelog-table th{color:#9ca3af;font-weight:800}.team-analyzer-mobile-gamelog-table td{color:#fff;font-weight:700}.team-analyzer-mobile-gamelog-table .high-fpts{color:#22c55e}.team-analyzer-mobile-gamelog-empty{padding:16px;text-align:center;font-size:.82rem;color:#9ca3af}.team-analyzer-mobile-profile-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.team-analyzer-mobile-profile-category-grid .category-item{background:#0a0a0a;border:1px solid #1f2937;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:4px}.team-analyzer-mobile-profile-category-grid .label{font-size:.7rem;color:#9ca3af;font-weight:700}.team-analyzer-mobile-profile-category-grid .value{font-size:1rem;font-weight:900;color:#fff}.team-analyzer-mobile-native .analyzer-rankings-container,.team-analyzer-mobile-native .analyzer-positions-container,.team-analyzer-mobile-native .analyzer-profile-container{width:100%;margin:0}.team-analyzer-mobile-native .change-league-button{margin-top:0}.team-analyzer-mobile-native .analyzer-profile-container{width:100%}.team-analyzer-mobile-native .position-content{margin-top:8px}@media (min-width: 501px) and (max-width: 820px){.team-analyzer-mobile-profile-content{gap:14px}.team-analyzer-mobile-profile-card{padding:18px;border-radius:18px}.team-analyzer-mobile-profile-card .top{gap:14px;margin-bottom:14px}.team-analyzer-mobile-profile-card .top .player-headshot{width:88px;height:88px;border-radius:44px}.team-analyzer-mobile-profile-card .name{font-size:1.6rem}.team-analyzer-mobile-profile-card .meta{font-size:.9rem;gap:10px}.team-analyzer-mobile-profile-card .position{font-size:.82rem;padding:4px 12px}.team-analyzer-mobile-profile-card .team{font-size:1.18rem}.team-analyzer-mobile-profile-card .team-logo{width:40px;height:40px;border-radius:11px}.team-analyzer-mobile-profile-card .quick-stats{gap:10px;padding-top:14px}.team-analyzer-mobile-profile-card .quick-stats .item{padding:10px;border-radius:10px}.team-analyzer-mobile-profile-card .quick-stats .label{font-size:.9rem}.team-analyzer-mobile-profile-card .quick-stats .value{font-size:1.18rem}.team-analyzer-mobile-profile-full-link{padding:12px 14px;font-size:1.18rem;border-radius:12px}.team-analyzer-mobile-profile-controls{gap:10px}.team-analyzer-mobile-profile-controls select{padding:12px;font-size:1.18rem;border-radius:12px}.team-analyzer-mobile-profile-base-stats{gap:12px}.team-analyzer-mobile-profile-base-stats .base-stat-item{padding:12px;border-radius:12px}.team-analyzer-mobile-profile-base-stats .base-stat-item .label{font-size:.9rem}.team-analyzer-mobile-profile-base-stats .base-stat-item .value{font-size:1.18rem}.team-analyzer-mobile-profile-category-title{font-size:1.12rem}.team-analyzer-mobile-profile-category-grid{gap:10px}.team-analyzer-mobile-profile-category-grid .category-item{padding:12px;border-radius:12px}.team-analyzer-mobile-profile-category-grid .label{font-size:.9rem}.team-analyzer-mobile-profile-category-grid .value{font-size:1.18rem}.team-analyzer-mobile-gamelog-section{padding:12px;border-radius:14px}.team-analyzer-mobile-gamelog-title{font-size:1.12rem}.team-analyzer-mobile-gamelog-table{min-width:500px}.team-analyzer-mobile-gamelog-table th,.team-analyzer-mobile-gamelog-table td{font-size:1rem;padding:9px 10px}.team-analyzer-mobile-gamelog-empty{font-size:.92rem}}@media (max-width: 380px){.team-analyzer-mobile-position-indicators-compact{flex-direction:column;gap:2px}.team-analyzer-mobile-position-label{font-size:14px}.team-analyzer-mobile-stats-row{gap:4px}}}@media (max-width: 820px) and (min-width: 541px){.team-analyzer-mobile-dynasty-toggle-inline{gap:6px}.team-analyzer-mobile-dynasty-track{width:54px;height:30px}.team-analyzer-mobile-dynasty-thumb{width:20px;height:20px}.team-analyzer-mobile-dynasty-label{font-size:11px}}@media (max-width: 550px){.team-analyzer-mobile-team-name{text-align:left;margin-left:20px}}.full-profile-container{width:100%;position:relative;color:#fff;z-index:1;display:flex;justify-content:center}.player-profile-container{z-index:1}.profile-flex-container{display:flex;justify-content:center;align-items:flex-start;max-width:1800px;margin-bottom:100px}.profile-flex-container-1600{display:flex;align-items:flex-start;max-width:1800px;gap:20px}.profile-left-container{width:840px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;gap:10px}.profile-right-container{width:770px;display:flex;justify-content:center;margin-top:30px}.profile-under-container{display:none}.background-profile-logo{position:absolute;width:430px;height:auto;top:0;left:-10px;opacity:20%;z-index:0}.player-profile-header{display:flex;position:relative;top:30px}.player-profile-headshot img{height:auto;width:400px}.profile-name-position-flex{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:40px;position:relative;z-index:1000;right:50px}.player-profile-name{font-size:4.5rem;font-family:Jersey;position:relative;top:40px;line-height:.95}.position-number-flex{display:flex;align-items:center;position:relative}.player-profile-position{font-size:2.3rem;color:#bebcbc;font-family:Jersey;font-weight:500;text-transform:uppercase;flex:1}.player-profile-dot{position:relative;bottom:18px;font-size:2rem;height:5px;font-weight:700;flex:.1}.player-profile-number{font-size:2.3rem;font-weight:500;font-family:Jersey;color:#bebcbc;background:url(/assets/white_scribble-A3-2bi-c.png);background-size:cover;background-position:center;width:220px;height:110px;position:relative;overflow-y:visible;top:35px;transform:rotate(-20deg);display:flex;justify-content:center;align-items:center;flex:.6}.number-profile-real{position:relative;right:5px;bottom:5px;font-size:4.3rem;transform:rotate(20deg);font-weight:800}.number-profile-real span{font-family:Inter;font-size:1.9rem}.height-weight-box{width:800px;height:150px;position:relative;background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);color:gray;text-transform:uppercase;display:flex;align-items:center;padding-left:30px;padding-top:0}.height-weight-box span{color:#fff;font-weight:600}.height-weight-box-flex{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;font-size:1rem}.height-weight-flex{display:flex;gap:60px;font-size:1.2rem;justify-content:center;align-items:center;border-bottom:1px solid rgba(128,128,128,.709);color:gray;text-transform:uppercase;font-size:1rem}.team-height-weight-box{display:flex;flex-direction:column;flex:0 0 35%;width:35%;gap:4px}.team-height-weight-box>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0;gap:12px;align-items:flex-start}.team-height-weight-box>div span{text-align:right;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.college-flex-box{display:flex;align-items:flex-start;flex:0 0 25%;flex-direction:column;width:25%;gap:4px}.college-flex-box>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0}.stats-flex-box{margin-top:22px;display:flex;align-items:flex-start;flex:0 0 25%;flex-direction:column;width:25%;gap:4px}.stats-flex-box>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0}.full-year-stats-container{width:800px;border-radius:20px;height:175px;background-color:#121212;display:flex;flex-direction:column;padding:5px 20px}.full-year-stats-container-1{border-radius:10px;height:175px;background-color:#121212;display:flex;flex-direction:column;padding:5px 20px}.full-year-stats-container-1 .full-stats-stat-flex{flex-direction:column}.full-stats-title-flex{display:flex;justify-content:center;align-items:center;gap:40px}.full-stats-title-title{font-family:Jersey;font-size:2rem}.full-stats-stat-flex{display:flex;align-items:center;gap:30px}.full-stats-category-flex{display:flex;flex-direction:column;flex:1}.full-stats-category-stat-flex{display:flex;justify-content:space-between}.full-stats-label{color:gray;font-size:1rem}.full-stats-value{font-size:1.1rem}.full-stats-category-title{text-align:center;font-size:1.3rem;margin-bottom:10px}.depth-stock-container{display:flex;gap:30px}.depth-chart-container{width:300px;height:330px;color:#fff;position:relative;z-index:10;overflow-x:visible}.depth-chart-title{display:flex;justify-content:center;align-items:center;height:10px;font-size:2rem;font-family:Jersey;padding:20px 10px}.depth-chart-flex{gap:5px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:visible;height:330px;padding-right:5px}.depth-chart-flex::-webkit-scrollbar{width:6px}.depth-chart-flex::-webkit-scrollbar-track{background:#000;border-radius:3px}.depth-chart-flex::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.depth-chart-flex::-webkit-scrollbar-thumb:hover{background:#555}.depth-player-card{background-color:#ffffff1a;border-radius:8px;border:2px solid rgba(255,255,255,.3);display:flex;justify-content:space-between;padding:5px 10px;align-items:center;overflow-y:hidden;overflow-x:visible;height:70px;min-height:70px;width:100%;transition:transform .2s ease-in-out;z-index:11;position:relative;flex-shrink:0}.depth-player-card:hover{background-color:#ffffff81;cursor:pointer}.depth-player-card.current-player{background-color:#ffffff81;border-radius:8px;border:2px solid rgba(255,255,255,.3)}.dpc-headshot{position:relative;flex:0 0 80px;display:flex;justify-content:center;align-items:center}.dpc-headshot img{width:110px;height:auto}.dpc-name{font-family:Jersey;font-size:1.2rem;flex:1;text-align:left;padding-left:10px}.dpc-depth{font-family:Jersey;font-size:1.2rem;flex:0 0 30px;text-align:center}.stock-adp-flex{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;position:relative}.stock-adp-title{font-size:2rem;font-family:Jersey;height:35px}.profile-adp-container{width:470px;height:100px;display:flex;background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);padding:5px 30px;gap:30px}.profile-adp-left,.profile-adp-right{font-size:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:gray;text-transform:uppercase;gap:4px;flex:1}@media (max-width: 1000px){.profile-adp-left,.profile-adp-right{font-size:.8rem}}.profile-adp-left{flex-wrap:nowrap}.profile-adp-left>div,.profile-adp-right>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0;gap:12px;align-items:flex-start}.profile-adp-left>div span,.profile-adp-right>div span{text-align:right;flex-shrink:1;min-width:0;color:#fff;font-weight:600}.profile-adp-right>div span{word-wrap:break-word;overflow-wrap:break-word}.stock-container{background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);font-size:1rem}.fantasy-performance-title-flex{display:flex;justify-content:center;gap:10px;align-items:center}.format-selector-dropdown{width:120px;display:flex;height:35px;background-color:#1e1e1ee6;border:1px solid rgba(128,128,128,.4);justify-content:space-between;border-radius:8px;padding:8px 12px;align-items:center;position:relative;cursor:pointer;transition:all .2s ease}.format-selector-dropdown:hover{border-color:#808080b3;background-color:#282828e6}.format-selector-dropdown-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer}.format-selector-dropdown-title{text-transform:uppercase;font-weight:500;font-family:Jersey;display:flex;align-items:center;font-size:.9rem;color:#fff}.dropdown-arrow-profile{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #ccc;transition:transform .2s ease}.dropdown-arrow-profile.open{transform:rotate(180deg)}.format-selector-dropdown-menu{position:absolute;width:120px;top:37px;left:-1px;z-index:2000;background-color:#141414f2;border:1px solid rgba(128,128,128,.4);border-top:none;border-radius:0 0 8px 8px;text-transform:uppercase;padding:8px 0;box-shadow:0 4px 6px #0000004d}.format-selector-dropdown-options{padding:8px 12px;transition:background-color ease;font-family:Jersey;font-size:.9rem}.format-selector-dropdown-options:hover{cursor:pointer;background-color:#3c3c3ccc}.contract-container{display:flex;gap:20px;justify-content:space-between;width:100%}.contract-container-1{width:300px;display:flex;flex-direction:column;gap:20px}.profile-contracts{width:300px;background-color:#121212;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:15px}.profile-contracts-title{font-size:2.2rem;font-weight:700;text-transform:uppercase;font-family:Jersey}.profile-contracts-title-flex{display:flex;align-items:center;justify-content:center;gap:20px;border-bottom:1px solid rgba(128,128,128,.226);width:100%}.contracts-title-symbol img{width:40px;height:auto}.contracts-label{font-size:.7rem;color:gray}.contracts-value{font-size:.8rem}.profile-contracts-year-value,.profile-contracts-start-end{display:flex;gap:10px}.contracts-value-label{display:flex;flex-direction:column;align-items:center}.contracts-table{border-collapse:collapse}.contracts-table thead{font-size:.6rem;color:gray;border-bottom:1px solid gray}.contracts-table tbody{font-size:.6rem;font-weight:400}.contracts-table tr{border-bottom:1px solid gray}.contracts-table td{text-align:center;padding:10px}.contract-icon{width:40px;height:40px}.dep-positions-container{width:300px;background-color:#121212;border-radius:20px;padding:20px;height:640px}.dep-title-flex{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:10px;border-bottom:1px solid rgba(128,128,128,.33)}.dep-title{font-family:Jersey;font-size:1.4rem}.dep-title-symbol img{width:30px;height:auto}.dep-wr-container{display:flex;flex-direction:column;gap:5px}.dep-position-title-flex{display:flex;align-items:center;justify-content:center}.dep-position-title{font-size:.9rem}.dep-title-flex-inner{display:flex;justify-content:space-between;align-items:center;width:200px}.dep-position-flex{display:flex}.dep-player-flex{display:flex;justify-content:center;background:linear-gradient(135deg,#ffffff08,#ffffff03);padding:15px;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.dep-single-player-flex{display:flex;flex-direction:column;align-items:center;width:55px;transition:transform .3s ease;gap:2px}.dep-single-player-flex:hover{transform:scale(1.05);cursor:pointer}.dep-player-headshot{height:50px;width:50px;border-radius:20px;background-color:#4f4f4f49;display:flex;justify-content:center;align-items:center;overflow:hidden}.dep-player-headshot img{width:70px;height:auto;object-fit:cover}.dep-player-name{font-size:.6rem;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:80px}.dep-player-rank{font-size:.6rem;text-align:center}.dep-player-rank span{color:gray}.profile-oline-container{background-color:#121212;border-radius:20px;display:flex;flex-direction:column;padding:12px;margin-left:10px;width:460px;border:1px solid rgba(255,255,255,.05)}.profile-oline-title-flex{display:flex;justify-content:center;align-items:center;gap:12px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:15px}.profile-oline-title{font-size:2.1rem;font-family:Jersey;letter-spacing:1px}.profile-oline-symbol img{width:30px;height:auto;opacity:.9}.title-ranks-flex{display:flex;flex-direction:column}.profile-oline-ranks{display:flex;justify-content:space-around;align-items:center;gap:30px}.profile-oline-run-rank,.profile-oline-pass-rank{flex:1;text-align:center;display:flex;flex-direction:column;gap:8px}.oline-rank-label{font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.oline-rank-value{font-size:.95rem;font-weight:700;border-radius:8px;padding:8px 14px;box-shadow:0 4px 8px #0003;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.oline-rank-value:hover{transform:scale(1.05);box-shadow:0 6px 12px #0000004d}.oline-rank-value span{font-size:.65rem;opacity:.9;margin-left:1px}.profile-coach-container{background-color:#121212;border-radius:20px;margin-left:10px;margin-top:10px;width:460px;height:auto;display:flex;flex-direction:column;align-items:center;padding:20px;gap:15px;border:1px solid rgba(255,255,255,.05)}.coach-title-flex{display:flex;align-items:center;gap:12px;width:100%;justify-content:center;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.coach-title{font-size:1.4rem;font-family:Jersey;letter-spacing:1.5px;font-weight:600}.coach-title-symbol img{width:28px;opacity:.9}.coach-head-name-flex{display:flex;flex-direction:column;align-items:center;gap:6px}.coach-headshot{border-radius:12px;width:50px;height:50px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);overflow:hidden;display:flex;justify-content:center;align-items:center;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.coach-headshot img{margin-top:16px;width:50px}.coach-name-flex{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:100px}.coach-position-title{font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;font-weight:600}.coach-name{text-align:center;font-size:.75rem;width:100px;font-weight:500;color:#ffffffe6}.coach-row-flex{display:flex;gap:20px;width:100%;padding:8px 15px;background:linear-gradient(135deg,#ffffff08,#ffffff03);border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.coach-row-flex:hover{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.coach-stats-flex{display:flex;gap:15px;flex:1;justify-content:space-around}.coach-stat-single-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;flex:1}.coach-stat-label{font-size:.65rem;color:#ffffff80;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.coach-stat-value{font-size:.95rem;font-weight:700;border-radius:8px;padding:6px 14px;min-width:45px;text-align:center;box-shadow:0 4px 8px #0003;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.coach-stat-value:hover{transform:scale(1.05);box-shadow:0 6px 12px #0000004d}.coach-stat-value span{font-size:.65rem;opacity:.9;margin-left:1px}.profile-gamelog-container{width:460px}.profile-gamelog-container-2{height:500px;width:460px;background-color:#121212;border-radius:20px;margin-left:10px;margin-top:10px}.profile-gamelog-title-flex{display:flex;justify-content:center;align-items:center;padding:10px 0;gap:20px;border-bottom:1px solid rgba(128,128,128,.199);margin-bottom:10px}.profile-gamelog-title{font-family:Jersey;font-size:1.6rem}.profile-gamelog-symbol img{width:30px}.profile-gamelog-table-container{overflow-y:auto;height:410px;padding-bottom:20px}.profile-gamelog-table-container::-webkit-scrollbar{width:6px}.profile-gamelog-table-container::-webkit-scrollbar-track{background:#121212;border-radius:3px}.profile-gamelog-table-container::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.profile-gamelog-table-container::-webkit-scrollbar-thumb:hover{background:#555}.profile-gamelog-table{border-collapse:collapse}.profile-gamelog-table thead{position:sticky;top:0;z-index:200;background-color:#121212}.profile-gamelog-table thead tr{z-index:10}.profile-gamelog-table thead tr:first-child th{font-size:.6rem;padding:2px;border-right:2px solid black;margin-right:1px;z-index:11}.profile-gamelog-table thead tr:last-child th{font-size:.6rem;color:gray;padding:12px 4px;background-color:#121212;z-index:12}.passing-header-profile,.rushing-header-profile,.receiving-header-profile{background-color:#9d969622;color:#fff;height:25px;position:sticky;top:0;z-index:2}.profile-gamelog-table tbody{overflow:auto;z-index:1}.profile-gamelog-table tbody tr{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.profile-gamelog-logo{font-family:Jersey;position:relative;height:50px;left:2px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:80px;z-index:1;white-space:wrap;font-size:.75rem;padding:8px 4px}.profile-gamelog-logo span{color:gray;font-size:.6rem}.profile-gamelog-logo img{position:absolute;opacity:.15;z-index:-1;width:100px;height:auto;right:0}.profile-fpts{width:50px;text-align:center;font-size:.85rem;font-weight:800;padding:8px 4px}.stat-check{text-align:center;width:45px;font-size:.78rem;padding:8px 4px}.stock-container{width:470px;height:220px}@media (max-width: 1670px){.profile-flex-container-1600{display:flex;flex-direction:column;justify-content:center;align-items:center}.profile-right-container{flex-direction:column-reverse;align-items:center;width:460px;gap:30px}.profile-gamelog-container{gap:10px;display:flex;flex-direction:column}.profile-under-container{display:flex;justify-content:center;width:100%;position:relative}.contract-container{display:flex;gap:20px;justify-content:space-between;width:100%}.contract-container>*:not(:last-child){position:relative}.contract-container>*:not(:last-child):after{content:"";position:absolute;right:-10px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(128,128,128,.3) 10%,rgba(128,128,128,.3) 90%,transparent);left:auto;transform:translate(90px)}.contract-container-1,.full-year-stats-container{display:none}.full-year-stats-container-1{height:auto;width:330px}.full-stats-stat-flex{justify-content:space-between;align-items:stretch;padding:20px;flex-direction:column}.profile-gamelog-container-2{height:260px}.profile-gamelog-table-container{height:240px}.profile-oline-container{margin-left:0}.profile-coach-container,.profile-gamelog-container-2{margin:0}.height-weight-box{width:98%}.depth-stock-container{width:100%;justify-content:space-evenly}.full-stats-title-title{font-size:1.7rem}.full-stats-category-title{font-weight:600}}@media (max-width: 1320px){.full-profile-container{margin-top:-30px}.background-profile-logo{left:120px}.profile-flex-container{flex-direction:column;width:100%;align-items:center}.profile-flex-container-1600,.profile-left-container{width:95%}.height-weight-box{width:100%}.profile-right-container{width:95%;flex-direction:row;align-items:flex-start;margin-top:20px}.full-year-stats-container{display:flex;height:auto;padding-top:20px}.full-stats-stat-flex{flex-direction:row}.contract-container{display:none}.contract-container-1{display:flex;gap:20px}.profile-gamelog-container-2{height:515px}.profile-gamelog-table-container{height:430px}.depth-stock-container{width:100%;justify-content:center}.stock-adp-flex{flex:1}.profile-adp-container{width:100%}.fantasy-performance-title-flex{width:100%;justify-content:center;gap:60px}.stock-container{width:100%}.full-year-stats-container{width:100%;margin-top:10px}.profile-gamelog-container{flex:1;width:100%;display:flex;flex-direction:column;align-items:center}.profile-oline-container,.profile-coach-container{width:100%}.profile-gamelog-container-2{width:100%;display:flex;flex-direction:column;align-items:center}.height-weight-box-flex{justify-content:space-between;padding-right:30px}}@media (max-width: 900px){.background-profile-logo{left:0}.stock-adp-title{font-size:1.5rem}.fantasy-performance-title-flex{margin-top:5px}}@media (max-width: 830px){.player-profile-headshot img{width:300px}.profile-gamelog-container{gap:30px}.player-profile-dot{font-size:1rem;bottom:8px}.depth-stock-container{margin-bottom:30px}.depth-chart-container{width:95%;height:auto}.height-weight-box-flex{font-size:.85rem}.profile-adp-container{width:100%;font-size:.75rem}.stock-adp-flex{width:100%}.depth-stock-container{flex-direction:column-reverse;align-items:center}.fantasy-performance-title-flex{gap:40px}.profile-right-container{flex-direction:column-reverse;align-items:center}.contract-container-1{flex-direction:row;justify-content:center}}@media (max-width: 800px){.app-layout .responsive-navbar{background:inherit!important}.app-layout .navbar-dropdown-menu{background:inherit!important;border-top:1px solid rgba(255,255,255,.1)!important}.app-layout .navbar-mobile-menu{background:inherit!important}}@media (max-width: 750px){.player-profile-name{font-size:3rem;top:25px}.player-profile-position{font-size:1.7rem}.player-profile-number{width:110px;height:70px}.number-profile-real{font-size:2.5rem}.background-profile-logo{width:300px;top:30px}.full-stats-stat-flex{font-size:.8rem}.full-stats-label{font-size:.73rem}.full-stats-value{font-size:.85rem}}@media (max-width: 700px){.contract-container-1{flex-direction:column;width:100%}.profile-contracts,.dep-positions-container{width:100%}.dep-player-flex{gap:20px}.player-profile-position{font-size:1.5rem}}@media (max-width: 600px){.player-profile-headshot img{width:230px}.profile-name-position-flex{right:20px}.height-weight-box-flex{font-size:.6rem}.player-profile_name{font-size:2.5rem;top:18px}.player-profile-position{font-size:1.2rem}.player-profile-number{width:90px;height:50px}.number-profile-real{font-size:1.6rem}.height-weight-box{height:120px}.profile-adp-left,.profile-adp-right{font-size:.8rem}.depth-stock-container{gap:15px;margin-bottom:20px}.depth-chart-title{font-size:1.6rem;margin-bottom:15px}.full-stats-label{font-size:.5rem}.full-stats-value{font-size:.65rem}.full-stats-category-title{font-size:1rem}.full-stats-title-title{font-size:1.6rem}}@media (max-width: 500px){.player-profile-position{font-size:.75rem}.height-weight-box-flex{font-size:.5rem;gap:10px}.stats-flex-box{margin-top:10px}.player-profile-headshot img{width:200px}.profile-adp-left,.profile-adp-right{font-size:.75rem}.height-weight-box,.profile-adp-container{height:80px}.full-year-stats-container{height:500px}.full-stats-label{font-size:1rem}.full-stats-value{font-size:1.2rem}.full-stats-category-title{font-size:1rem}.full-stats-stat-flex{flex-direction:column;padding:0 60px}.full-stats-title-title{font-size:1.2rem}.full-stats-title-flex{margin-bottom:10px}.format-selector-dropdown:nth-child(1){width:70px}.dep-player-flex{gap:0px}.coach-row-flex{flex-direction:column}}@media (max-width: 400px){.profile-gamelog-table-container{overflow-x:auto;width:100%}.profile-gamelog-table{width:100%;font-size:.65rem}.profile-gamelog-table thead tr:first-child th{font-size:.45rem;padding:1px}.profile-gamelog-table thead tr:last-child th{font-size:.45rem;padding:6px 1px}.profile-gamelog-logo{font-size:.5rem;width:50px;padding:4px 1px}.profile-gamelog-logo span{font-size:.45rem}.profile-fpts{width:30px;font-size:.6rem;padding:4px 1px}.stat-check{width:25px;font-size:.55rem;padding:4px 1px}.profile-gamelog-title-flex{gap:10px;padding:8px 0}.profile-gamelog-title{font-size:1.3rem}.profile-gamelog-symbol img{width:20px}.profile-oline-title{font-size:1.6rem}.profile-oline-symbol img{width:20px}.oline-rank-label{font-size:.7rem}.oline-rank-value{font-size:.75rem;padding:6px 10px}.coach-title{font-size:1.1rem}.coach-title-symbol img{width:20px}.coach-stat-label{font-size:.55rem}.coach-stat-value{font-size:.75rem;padding:4px 8px;min-width:35px}.coach-position-title{font-size:.65rem}.coach-name{font-size:.6rem;width:80px}.coach-headshot{width:40px;height:40px}.coach-headshot img{width:40px;margin-top:12px}.recharts-surface{font-size:.8rem}.profile-left-container{gap:10px}.height-weight-box-flex{font-size:.4rem;gap:10px}.fantasy-performance-title-flex{margin-top:0;align-items:center}.format-selector-dropdown{height:22px}.format-selector-dropdown-title{font-size:.6rem;padding:2px 4px}.stock-adp-flex{gap:7px}.profile-adp-container{height:80px}.stock-adp-title{font-size:.8rem;height:10px;margin-top:0;margin-bottom:10px}.profile-adp-left,.profile-adp-right{font-size:.5rem}.height-weight-box{height:90px}.stats-flex-box{margin-top:10px}.player-profile-headshot img{width:140px}.profile-name-position-flex{right:20px;margin-bottom:20px}.player-profile-name{font-size:1.8rem;top:9px}.player-profile_position{font-size:.8rem}.player-profile-number{width:50px;height:30px}.number-profile-real{font-size:1rem;right:0;bottom:1px}.number-profile-real span{font-size:.8rem}.background-profile-logo{width:150px}.player-profile-dot{font-size:1rem;bottom:8px}.player-profile-number{top:10px}.full-stats-stat-flex{flex-direction:column;padding:0 30px}.full-stats-title-title{font-size:1.15rem}.contracts-title-symbol svg{width:25px;height:25px}.profile-contracts-title{font-size:1.6rem}.contracts-value{font-size:.65rem}.contracts-label{font-size:.55rem}.contracts-table thead,.contracts-table tbody{font-size:.45rem}.contracts-table td{padding:6px}.dep-title{font-size:1.3rem}.dep-title-symbol img{width:20px}.dep-player-name,.dep-player-rank{font-size:.5rem}.depth-chart-title{font-size:1.3rem}.dpc-name,.dpc-depth{font-size:1rem}.dep-player-headshot{height:40px;width:40px}}.loading-container-profile{display:flex;justify-content:center;align-items:center;height:80vh;width:100%}.loader{width:50px;height:50px;border:5px solid rgba(133,195,232,.3);border-top:5px solid #85C3E8;border-radius:50%;animation:spin 1s linear infinite}.profile-search-flex{position:relative;width:100%;max-width:500px;padding:0 1rem;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px}.profile-dropdown-menu.show{position:absolute;display:flex;flex-direction:column;background:linear-gradient(135deg,#121212fa,#1e1e1efa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(133,195,232,.3);border-top:none;border-radius:0 0 16px 16px;max-height:400px;overflow-y:auto;padding:.5rem;margin-top:-12px;box-shadow:0 12px 48px #0009;z-index:100}.back-buttons-container{display:flex;gap:10px;position:absolute;left:1rem;top:30px;z-index:2000}.back-to-search-button{all:unset;height:40px;padding:0 1.25rem;background:linear-gradient(135deg,#85c3e833,#85c3e81a);border-color:#85c3e8;font-size:.875rem;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600;border:2px solid rgba(133,195,232,.3);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000004d}.back-to-search-button:hover{background:linear-gradient(135deg,#85c3e833,#85c3e81a);border-color:#85c3e8;transform:translate(-4px);box-shadow:0 6px 24px #85c3e84d}@media (max-width: 600px){.profile-search-flex{max-width:90%}.profile-search-bar{font-size:1rem;padding:.875rem 1.25rem}.profile-dropdown-player-row{padding:.75rem .875rem;gap:.75rem}.profile-dropdown-headshot{width:50px;height:40px}.profile-dropdown-headshot img{width:70px}.profile-dropdown-name{font-size:.9rem}.profile-dropdown-position{font-size:.75rem;padding:.2rem .6rem}.profile-dropdown-team{font-size:.8rem}.back-to-search-button{height:36px;padding:0 1rem;font-size:.8rem;top:20px}}.profile-search-title{color:#fff}.profile-search-container{display:flex;justify-content:center;align-items:center;height:80vh}.profile-search-flex{width:100%;max-width:500px;padding:0 1rem;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:10px}.profile-search-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.profile-search-bar-wrapper{position:relative;width:100%}.profile-search-bar{width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#121212f2,#1e1e1ef2);border:2px solid rgba(133,195,232,.3);border-radius:16px;outline:none;transition:all .3s ease;box-shadow:0 8px 32px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-search-bar::placeholder{color:#ffffff80;font-weight:400}.profile-search-bar:focus{border-color:#85c3e8;box-shadow:0 8px 32px #85c3e84d,0 0 0 4px #85c3e81a;background:linear-gradient(135deg,#121212,#1e1e1e)}.profile-dropdown-menu{display:none}.profile-dropdown-menu.show{position:absolute;display:flex;left:0;right:0;flex-direction:column;width:100%;background:linear-gradient(135deg,#121212fa,#1e1e1efa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(133,195,232,.3);border-top:none;border-radius:0 0 16px 16px;max-height:400px;overflow-y:auto;padding:.5rem;box-shadow:0 12px 48px #0009;z-index:100}.profile-dropdown-menu.show::-webkit-scrollbar{width:8px}.profile-dropdown-menu.show::-webkit-scrollbar-track{background:#12121280;border-radius:4px}.profile-dropdown-menu.show::-webkit-scrollbar-thumb{background:#85c3e8;border-radius:4px}.profile-dropdown-menu.show::-webkit-scrollbar-thumb:hover{background:#6fb3d8}.profile-dropdown-player-row{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:10px;transition:all .2s ease;cursor:pointer;border:1px solid transparent;background:#ffffff05;margin-bottom:.25rem}.profile-dropdown-player-row:hover{background:linear-gradient(135deg,#85c3e826,#85c3e814);border-color:#85c3e84d;transform:translate(4px)}.profile-dropdown-player-row.exact-match{background:linear-gradient(135deg,#85c3e833,#85c3e81a);border-color:#85c3e866}.profile-dropdown-player-row.exact-match:hover{background:linear-gradient(135deg,#85c3e840,#85c3e826);border-color:#85c3e8}.profile-dropdown-headshot{background:linear-gradient(135deg,#85c3e81a,#85c3e80d);border:2px solid rgba(133,195,232,.2);border-radius:12px;overflow:hidden;width:60px;height:50px;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:all .2s ease}.profile-dropdown-player-row:hover .profile-dropdown-headshot{border-color:#85c3e8;transform:scale(1.05)}.profile-dropdown-headshot img{width:80px;height:auto}.profile-dropdown-name{font-weight:700;font-size:1rem;color:#fff;flex:1;min-width:0}.profile-dropdown-position{font-size:.875rem;color:#85c3e8;font-weight:600;text-transform:uppercase;padding:.25rem .75rem;background:#85c3e826;border-radius:6px;letter-spacing:.5px}.profile-dropdown-team{font-size:.875rem;color:#ffffffb3;font-weight:500;min-width:50px;text-align:right}.profile-dropdown-no-results{padding:2rem;text-align:center;color:#ffffff80;font-size:.95rem;font-weight:500}.profile-dropdown-no-results:hover{cursor:default;background:transparent;transform:none}@media (max-width: 600px){.profile-search-flex{max-width:90%}.profile-search-bar{font-size:1rem;padding:.875rem 1.25rem}.profile-dropdown-player-row{padding:.75rem .875rem;gap:.75rem}.profile-dropdown-headshot{width:50px;height:40px}.profile-dropdown-headshot img{width:70px}.profile-dropdown-name{font-size:.9rem}.profile-dropdown-position{font-size:.75rem;padding:.2rem .6rem}.profile-dropdown-team{font-size:.8rem}.profile-search-title{font-size:1.2rem}}.mobile-search-container-profile{flex:1;padding-top:60px;min-height:100vh}.mobile-search-container-profile .mobile-search-header{padding:0 24px 32px;text-align:center}.mobile-search-container-profile .mobile-search-header-title{color:#fff;font-size:32px;font-weight:800;margin-bottom:8px;letter-spacing:1px}.mobile-search-container-profile .mobile-search-header-subtitle{color:#85c3e8;font-size:16px;font-weight:600;letter-spacing:.5px}.mobile-search-container-profile .mobile-search-wrapper{padding:0 20px;flex:1}.mobile-search-container-profile .mobile-search-input-container{display:flex;align-items:center;background-color:#1e2330;border-radius:12px;padding:4px 16px;border:2px solid #2a3441;gap:12px}.mobile-search-container-profile .mobile-search-icon{font-size:20px;opacity:.6}.mobile-search-container-profile .mobile-search-input{flex:1;color:#fff;font-size:16px;font-weight:600;padding:12px 10px;background:transparent;border:none;outline:none}.mobile-search-container-profile .mobile-search-input::placeholder{color:#6b7280}.mobile-search-container-profile .mobile-search-clear-button{padding:4px;background:transparent;border:none;color:#85c3e8;font-size:20px;font-weight:700;cursor:pointer}.mobile-search-container-profile .mobile-search-results-container{background-color:#1e2330;border-radius:12px;margin-top:12px;max-height:500px;border:2px solid #2a3441;overflow-y:auto}.mobile-search-container-profile .mobile-search-result-item{display:flex;align-items:center;padding:16px;gap:16px;border-bottom:1px solid #2a3441;cursor:pointer;transition:background-color .2s ease}.mobile-search-container-profile .mobile-search-result-item:hover{background-color:#85c3e81a}.mobile-search-container-profile .mobile-search-result-item:last-child{border-bottom:none}.mobile-search-container-profile .mobile-search-result-headshot{width:55px;height:55px;border-radius:10px;background-color:#0a0e1a;border:2px solid #2a3441;object-fit:cover}.mobile-search-container-profile .mobile-search-result-info{flex:1;display:flex;flex-direction:column;gap:6px}.mobile-search-container-profile .mobile-search-result-name{color:#fff;font-size:16px;font-weight:800;letter-spacing:.3px}.mobile-search-container-profile .mobile-search-result-meta-row{display:flex;align-items:center;gap:8px}.mobile-search-container-profile .mobile-search-result-position-badge{background-color:#85c3e8;border-radius:8px;padding:4px 10px;color:#0a0e1a;font-size:12px;font-weight:800;letter-spacing:.5px}.mobile-search-container-profile .mobile-search-result-team{color:#9ca3af;font-size:14px;font-weight:700}.mobile-search-container-profile .mobile-search-no-results{background-color:#1e2330;border-radius:12px;margin-top:12px;padding:40px;text-align:center;border:2px solid #2a3441;color:#9ca3af;font-size:16px;font-weight:600}.mobile-profile-container{width:100%;min-height:100vh;background-color:#0a0e1a;display:none}@media (max-width: 820px){.mobile-profile-container{display:block}.full-profile-container{display:none}}.mobile-profile-scroll{width:100%;overflow-y:auto;padding-bottom:20px}.mobile-profile-info-container{width:100%}.mobile-profile-header-section{position:relative;padding:5px 20px 30px;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end;gap:16px;border-bottom:2px solid #2a3441;margin-bottom:16px}.mobile-back-button-container{padding:0 16px;margin-bottom:16px;display:flex;gap:10px}.mobile-back-to-search-button{flex:1;padding:5px 14px;background:#000;border:1px solid #2a3441;border-radius:12px;color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #0000004d;height:auto;display:flex;align-items:center;justify-content:center;letter-spacing:.5px}.mobile-back-to-search-button:hover{background:#1a1a1a}.mobile-background-logo{position:absolute;width:300px;height:300px;opacity:.08;right:-80px;top:-20px;pointer-events:none}.mobile-profile-header-content{display:flex;align-items:center;gap:20px;position:relative;z-index:1}.mobile-profile-headshot{width:160px;height:160px;border-radius:16px;border:3px solid #2a3441;object-fit:cover;background:#fff;z-index:1}.mobile-profile-text-content{flex:1;display:flex;flex-direction:column;gap:6px;margin-bottom:10px;z-index:1}@media (max-width: 400px){.mobile-profile-text-content{gap:0px;margin-bottom:0}}.mobile-profile-player-name{font-size:28px;font-weight:900;margin:0 0 4px;color:#fff;line-height:32px;letter-spacing:.5px}.mobile-profile-metadata{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mobile-profile-position-badge{font-size:16px;color:#85c3e8;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.mobile-profile-number-badge{background:#85c3e826;padding:6px 12px;border-radius:10px;border:2px solid #2a3441;align-self:flex-start}.mobile-profile-number{font-size:18px;font-weight:900;color:#fff}.mobile-profile-basic-info-card{margin:0 16px 16px;padding:20px;background:#1e2330;border-radius:12px;border:2px solid #2a3441}.mobile-profile-card-title{color:#fff;font-size:20px;font-weight:800;margin-bottom:16px;text-align:center;letter-spacing:1px;text-transform:uppercase}.mobile-profile-primary-info-section{display:flex;justify-content:space-between;margin-bottom:16px;gap:8px}.mobile-profile-primary-info-item{flex:1;background:#0a0e1a80;padding:12px;border-radius:10px;border:1px solid #2a3441;display:flex;flex-direction:column;align-items:center}.mobile-profile-primary-info-label{color:#85c3e8;font-size:12px;margin-bottom:4px;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.mobile-profile-primary-info-value{color:#fff;font-size:16px;font-weight:800;text-align:center}.mobile-profile-secondary-info-section{background:#0a0e1a80;border-radius:10px;border:1px solid #2a3441;padding:16px}.mobile-profile-secondary-info-row{display:flex;justify-content:space-between;margin-bottom:12px}.mobile-profile-secondary-info-row:last-child{margin-bottom:0}.mobile-profile-secondary-info-item{flex:1;margin-right:8px;display:flex;flex-direction:column}.mobile-profile-secondary-info-item:last-child{margin-right:0}.mobile-profile-secondary-info-label{color:#85c3e8;font-size:12px;margin-bottom:4px;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.mobile-profile-secondary-info-value{color:#fff;font-size:16px;font-weight:800}.mobile-profile-status-healthy{color:#4ade80}.mobile-profile-status-injured{color:#f87171}.mobile-profile-fantasy-card{margin:0 16px 16px;padding:20px;background:#1e2330;border-radius:12px;border:2px solid #2a3441}.mobile-profile-card-header-with-dropdown{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-profile-fantasy-title{color:#fff;font-size:15px;font-weight:800;text-align:center;letter-spacing:1px;text-transform:uppercase;margin-right:5px}.mobile-profile-year-dropdown{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}@media (max-width: 400px){.mobile-profile-year-dropdown{min-width:0;width:120px}}.mobile-profile-year-dropdown:focus{outline:none;border-color:#85c3e8}.mobile-profile-fantasy-section{background:#0a0e1a80;border-radius:10px;border:1px solid #2a3441;padding:16px}.mobile-profile-fantasy-row{display:flex;justify-content:space-between;margin-bottom:12px}.mobile-profile-fantasy-row:last-child{margin-bottom:0}.mobile-profile-fantasy-item{flex:1;margin-right:8px;display:flex;flex-direction:column}.mobile-profile-fantasy-item:last-child{margin-right:0}.mobile-profile-fantasy-label{color:#85c3e8;font-size:12px;margin-bottom:4px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;text-align:center}.mobile-profile-fantasy-value{color:#fff;font-size:16px;font-weight:800;text-align:center}@media (max-width: 400px){.mobile-profile-player-name{font-size:24px;line-height:28px}.mobile-profile-headshot{width:120px;height:120px}.mobile-profile-header-section{gap:12px}.mobile-profile-fantasy-value{font-size:14px}}.mobile-gamelogs-container{margin:16px;padding:20px;background:#121212e6;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.mobile-gamelogs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-year-selector{padding:8px 12px;background:#1e1e1ee6;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:600}.mobile-gamelogs-scroll{max-height:500px;overflow-y:auto}.mobile-gamelog-card{margin:0 16px 16px;padding:20px;background:#1e2330;border-radius:12px;border:2px solid #2a3441}.mobile-gamelogs-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-gamelogs-card-title{color:#fff;font-size:20px;font-weight:800;margin:0;letter-spacing:1px;text-transform:uppercase}.mobile-gamelogs-year-picker{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.mobile-gamelogs-year-picker:focus{outline:none;border-color:#85c3e8}.mobile-gamelog-wrapper{--mobile-gamelog-opp-width: 94px;--mobile-gamelog-pts-width: 58px;background:#1e2330;border-radius:10px;overflow:hidden;border:1px solid #2a3441;overscroll-behavior:none}.mobile-gamelog-header-text{color:#85c3e8;font-size:10px;font-weight:800;text-align:center;letter-spacing:.5px;text-transform:uppercase;line-height:12px}.mobile-gamelog-table-scroll{width:100%;max-height:400px;overflow:auto;-webkit-overflow-scrolling:auto;overscroll-behavior:none;overscroll-behavior-x:none;overscroll-behavior-y:none;touch-action:pan-x pan-y;isolation:isolate}.mobile-gamelog-table{border-collapse:separate;border-spacing:0;min-width:100%;width:max-content}.mobile-gamelog-table th,.mobile-gamelog-table td{border-bottom:1px solid #2a3441;background:#0a0e1a59;height:45px;padding:10px 6px;text-align:center;vertical-align:middle;white-space:nowrap}.mobile-gamelog-table thead th{position:sticky;top:0;background:#0a0e1af5;border-bottom:2px solid #2a3441;z-index:5}.mobile-gamelog-table tbody tr:nth-child(odd) td{background:#0a0e1a80}.mobile-gamelog-table .mobile-gamelog-col-opp,.mobile-gamelog-table .mobile-gamelog-col-pts{position:sticky;background:#0b1220!important;background-clip:padding-box;opacity:1}.mobile-gamelog-table .mobile-gamelog-col-opp{left:0;width:var(--mobile-gamelog-opp-width);min-width:var(--mobile-gamelog-opp-width);max-width:var(--mobile-gamelog-opp-width);z-index:20}.mobile-gamelog-table .mobile-gamelog-col-pts{left:var(--mobile-gamelog-opp-width);width:var(--mobile-gamelog-pts-width);min-width:var(--mobile-gamelog-pts-width);max-width:var(--mobile-gamelog-pts-width);z-index:20}.mobile-gamelog-table thead .mobile-gamelog-col-opp{z-index:30}.mobile-gamelog-table thead .mobile-gamelog-col-pts{z-index:29}.mobile-gamelog-table tbody .mobile-gamelog-col-opp,.mobile-gamelog-table tbody .mobile-gamelog-col-pts{box-shadow:1px 0 #2a3441;background:#0b1220!important;z-index:21}.mobile-gamelog-table tbody tr:nth-child(odd) .mobile-gamelog-col-opp,.mobile-gamelog-table tbody tr:nth-child(odd) .mobile-gamelog-col-pts,.mobile-gamelog-table tbody tr:nth-child(2n) .mobile-gamelog-col-opp,.mobile-gamelog-table tbody tr:nth-child(2n) .mobile-gamelog-col-pts{background:#0b1220!important}.mobile-gamelog-opp-cell{display:flex;flex-direction:row;align-items:center;gap:6px;justify-content:flex-start;text-align:left}.mobile-gamelog-opp-logo{width:24px;height:24px}.mobile-gamelog-opp-text-container{flex:1}.mobile-gamelog-week-text{color:#9ca3af;font-size:9px;font-weight:600}.mobile-gamelog-opp-text{color:#fff;font-size:10px;font-weight:700}.mobile-gamelog-points-cell{width:100%;display:inline-flex;justify-content:center;align-items:center;border-radius:4px;padding:2px 4px;min-height:24px}.mobile-gamelog-cell{color:#fff;font-size:12px;text-align:center;font-weight:700}.mobile-gamelog-high-score-cell{background:#173524;border:1px solid #4ade80}.mobile-gamelog-high-score-text{color:#4ade80;font-weight:900}.mobile-gamelog-table-scroll::-webkit-scrollbar{height:8px;width:8px}.mobile-gamelog-table-scroll::-webkit-scrollbar-track{background:#0a0e1a80}.mobile-gamelog-table-scroll::-webkit-scrollbar-thumb{background:#4a5568;border-radius:4px}.mobile-gamelog-table-scroll::-webkit-scrollbar-thumb:hover{background:#5a6578}.mobile-gamelog-stat-column-small{width:40px;min-width:40px}.mobile-gamelog-stat-column-medium{width:50px;min-width:50px}@media (max-width: 400px){.mobile-gamelogs-card-title{font-size:18px}.mobile-gamelogs-year-picker{width:120px}.mobile-gamelog-header-text{font-size:9px}.mobile-gamelog-cell{font-size:11px}.mobile-gamelog-week-text{font-size:8px}.mobile-gamelog-opp-text{font-size:9px}}.mobile-yearly-card{background-color:#1e2330;margin:0 16px 16px;padding:20px;border-radius:12px;border:2px solid #2a3441}.mobile-yearly-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-yearly-title{color:#fff;font-size:20px;font-weight:800;text-align:center;letter-spacing:1px;text-transform:uppercase;margin:0}.mobile-yearly-dropdown{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.mobile-yearly-dropdown:focus{outline:none;border-color:#85c3e8}.mobile-yearly-stats-section{background-color:#0a0e1a80;border-radius:10px;border:1px solid #2a3441;padding:16px}.mobile-yearly-columns{display:flex;gap:16px}.mobile-yearly-column{flex:1}.mobile-yearly-column-title{color:#85c3e8;font-size:14px;font-weight:800;margin-bottom:12px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.mobile-yearly-stat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(133,195,232,.1)}.mobile-yearly-stat-row:last-child{border-bottom:none}.mobile-yearly-stat-label{color:#9ca3af;font-size:12px;font-weight:600}.mobile-yearly-stat-value{color:#fff;font-size:14px;font-weight:800}.mobile-depth-container{margin:16px;padding:20px;background:#121212e6;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.mobile-depth-list{display:flex;flex-direction:column;gap:12px}.mobile-depth-player{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff0d;border-radius:12px;border:2px solid rgba(255,255,255,.1);transition:all .3s ease}.mobile-depth-player.current{background:#85c3e826;border-color:#85c3e866}.mobile-depth-headshot{width:60px;height:60px;border-radius:10px;background:#ffffff1a;display:flex;justify-content:center;align-items:center;overflow:hidden}.mobile-depth-headshot img{width:80px;height:auto}.mobile-depth-info{flex:1;display:flex;flex-direction:column;gap:4px}.mobile-depth-name{font-family:Jersey,sans-serif;font-size:1.1rem;color:#fff}.mobile-depth-position{font-size:12px;color:#fff9;text-transform:uppercase}.mobile-depth-rank{font-family:Jersey,sans-serif;font-size:1.5rem;color:#fff}.mobile-depth-chart-card{margin:0 16px 16px;padding:20px;background:#1e2330;border-radius:12px;border:2px solid #2a3441}.mobile-depth-chart-title{font-family:Jersey,sans-serif;font-size:1.25rem;color:#fff;margin:0 0 16px;text-align:center;font-weight:800;letter-spacing:1px;text-transform:uppercase}.mobile-depth-chart-scroll{max-height:400px;overflow-y:auto;padding-bottom:4px}.mobile-depth-chart-scroll::-webkit-scrollbar{width:6px}.mobile-depth-chart-scroll::-webkit-scrollbar-track{background:#2a34414d;border-radius:3px}.mobile-depth-chart-scroll::-webkit-scrollbar-thumb{background:#2a3441;border-radius:3px}.mobile-depth-chart-scroll::-webkit-scrollbar-thumb:hover{background:#3a4451}.mobile-depth-chart-list{display:flex;flex-direction:column;gap:12px}.mobile-depth-chart-player{display:flex;align-items:center;gap:12px;padding:12px;background:#0a0e1a80;border-radius:10px;border:2px solid #2a3441;transition:all .3s ease;cursor:pointer}.mobile-depth-chart-player:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.mobile-depth-chart-player.mobile-depth-current{background:#85c3e826;border-color:#85c3e8}.mobile-depth-player-headshot-container{width:60px;height:60px;min-width:60px;border-radius:30px;background:#0a0e1a;border:2px solid #2a3441;overflow:hidden;display:flex;justify-content:center;align-items:center}.mobile-depth-player-headshot-img{width:100%;height:100%;object-fit:cover;background-color:#fff}.mobile-depth-player-info-section{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-depth-player-name{font-family:Jersey,sans-serif;font-size:.875rem;color:#fff;font-weight:700;flex:1;line-height:1.2;font-size:1.3rem}@media (max-width: 515px){.mobile-depth-player-name{font-size:.95rem}}.mobile-depth-player-badge{background:#85c3e8;padding:6px 12px;border-radius:12px;min-width:32px;display:flex;justify-content:center;align-items:center}.mobile-depth-player-rank{font-family:Jersey,sans-serif;font-size:.875rem;color:#0a0e1a;font-weight:800}.mobile-depth-container,.mobile-depth-list,.mobile-depth-player,.mobile-depth-headshot,.mobile-depth-info,.mobile-depth-position,.mobile-depth-player-position{display:none}.mobile-stock-container{margin:16px;padding:20px;background:#121212e6;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.mobile-stock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-format-dropdown{position:relative}.mobile-stock-format-dropdown{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.mobile-format-button{padding:8px 16px;background:#1e1e1ee6;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.mobile-dropdown-arrow{font-size:10px;transition:transform .2s ease}.mobile-dropdown-arrow.open{transform:rotate(180deg)}.mobile-format-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#141414f2;border:1px solid rgba(255,255,255,.2);border-radius:8px;overflow:hidden;z-index:1000;min-width:120px}.mobile-format-option{padding:12px 16px;color:#fff;font-size:14px;cursor:pointer;transition:background .2s ease}.mobile-format-option:hover{background:#ffffff1a}.mobile-current-adp{display:flex;justify-content:space-around;margin-bottom:20px;padding:16px;background:#ffffff08;border-radius:12px}.mobile-adp-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-adp-label{font-size:11px;color:#fff9;text-transform:uppercase}.mobile-adp-value{font-size:18px;color:#fff;font-weight:700}.mobile-chart-container{width:100%;height:200px}.mobile-stock-chart-card{margin:16px;padding:20px;background:#1e2330f2;border-radius:12px;border:2px solid #2a3441}.mobile-stock-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-stock-card-title{font-family:Jersey,sans-serif;font-size:1.3rem;color:#fff;margin:0;font-weight:800;text-transform:uppercase;letter-spacing:1px}.mobile-stock-format-dropdown{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.mobile-stock-format-dropdown:focus{outline:none;border-color:#85c3e8}.mobile-stock-dropdown-arrow{font-size:10px;transition:transform .2s ease}.mobile-stock-dropdown-arrow.open{transform:rotate(180deg)}.mobile-stock-format-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#141414f2;border:2px solid #2a3441;border-radius:10px;overflow:hidden;z-index:1000;min-width:120px;box-shadow:0 4px 6px #0000004d}.mobile-stock-format-option{padding:12px 16px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease;text-align:center;text-transform:uppercase;letter-spacing:.5px}.mobile-stock-format-option:hover{background:#85c3e833;color:#85c3e8}.mobile-stock-current-stats{display:flex;justify-content:space-around;margin-bottom:20px;padding:16px;background:#0a0e1a80;border-radius:10px;border:1px solid #2a3441}.mobile-stock-stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.mobile-stock-stat-label{font-size:11px;color:#85c3e8;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.mobile-stock-stat-value{font-size:24px;color:#fff;font-weight:900}.mobile-stock-trend-up{color:#4ade80}.mobile-stock-trend-down{color:#f87171}.mobile-stock-chart-wrapper{width:100%;height:220px;background:#0a0e1a80;border-radius:10px;border:1px solid #2a3441;padding:10px}.mobile-stock-container,.mobile-stock-header,.mobile-format-dropdown,.mobile-format-button,.mobile-dropdown-arrow,.mobile-format-menu,.mobile-format-option,.mobile-current-adp,.mobile-adp-stat,.mobile-adp-label,.mobile-adp-value,.mobile-chart-container{display:none}.mobile-dependent-container{margin:16px;padding:20px;background:#121212e6;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.mobile-position-group{margin-bottom:20px}.mobile-position-group:last-child{margin-bottom:0}.mobile-position-title{font-family:Jersey,sans-serif;font-size:1.2rem;color:#fff;margin:0 0 12px;text-align:center}.mobile-players-grid{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.mobile-players-grid::-webkit-scrollbar{height:4px}.mobile-players-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.mobile-players-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.mobile-teammate-card{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px;padding:12px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.mobile-teammate-headshot{width:60px;height:60px;border-radius:10px;background:#ffffff1a;display:flex;justify-content:center;align-items:center;overflow:hidden}.mobile-teammate-headshot img{width:80px;height:auto}.mobile-teammate-name{font-size:12px;color:#fff;text-align:center;font-weight:600}.mobile-teammate-rank{font-size:11px;color:#fff9}.mobile-dependent-positions-card{margin:0 16px 16px;padding:10px;background:#1e2330;border-radius:12px;border:2px solid #2a3441}.mobile-dependent-card-title{color:#fff;font-size:20px;font-weight:800;margin-bottom:16px;text-align:center;letter-spacing:1px;text-transform:uppercase}.mobile-dependent-position-section{margin-bottom:20px}.mobile-dependent-position-section:last-child{margin-bottom:0}.mobile-dependent-position-header{color:#85c3e8;font-size:15px;font-weight:800;margin-bottom:14px;text-transform:uppercase;letter-spacing:1px;text-align:center}.mobile-dependent-players-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.mobile-dependent-player-card{width:calc((100% - 24px) / 3);min-width:90px;max-width:110px;background:#0a0e1a80;border-radius:10px;padding:15px;display:flex;flex-direction:column;align-items:center;border:2px solid #2a3441;cursor:pointer;transition:all .3s ease}.mobile-dependent-player-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.mobile-dependent-player-headshot{width:65px;height:65px;border-radius:10px;margin-bottom:10px;border:2px solid #2a3441;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.mobile-dependent-player-headshot img{width:85px;height:auto}.mobile-dependent-player-info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:45px;width:100%}.mobile-dependent-player-name{font-size:11px;color:#fff;text-align:center;font-weight:800;margin-bottom:6px;letter-spacing:.3px}.mobile-dependent-player-rank{font-size:11px;color:#fff;font-weight:700}.mobile-dependent-player-rank-label{color:#85c3e8;font-weight:700}.mobile-contract-container{margin:16px;padding:20px;background:#121212e6;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.mobile-contract-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-contract-icon{width:28px;height:28px;color:#fff}.mobile-contract-summary{display:flex;justify-content:space-around;margin-bottom:16px;padding:16px;background:#ffffff08;border-radius:12px}.mobile-contract-years{display:flex;justify-content:space-around;margin-bottom:20px;padding:16px;background:#ffffff08;border-radius:12px}.mobile-contract-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-contract-label{font-size:11px;color:#fff9;text-transform:uppercase;font-weight:600}.mobile-contract-value{font-size:14px;color:#fff;font-weight:700}.mobile-contract-table-container{overflow-x:auto}.mobile-contract-table{width:100%;border-collapse:collapse}.mobile-contract-table thead{background:#ffffff0d}.mobile-contract-table th{padding:10px 8px;font-size:11px;color:#fff9;text-transform:uppercase;font-weight:600}.mobile-contract-table td{padding:12px 8px;text-align:center;font-size:13px;color:#fff;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-contract-table tbody tr:last-child td{border-bottom:none}.mobile-contract-details-card{margin:16px;padding:20px;background-color:#1e2330;border-radius:12px;border:2px solid #2a3441}.mobile-contract-header-section{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.mobile-contract-icon-svg{width:28px;height:28px;color:#fff}.mobile-contract-card-title{color:#fff;font-size:20px;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin:0}.mobile-contract-summary-box{background-color:#0a0e1a80;border-radius:10px;border:1px solid #2a3441;padding:16px;margin-bottom:16px}.mobile-contract-summary-row{display:flex;justify-content:space-between;margin-bottom:12px}.mobile-contract-summary-row:last-child{margin-bottom:0}.mobile-contract-summary-item{display:flex;flex-direction:column;align-items:center;flex:1;margin-right:8px}.mobile-contract-summary-item:last-child{margin-right:0}.mobile-contract-summary-label{color:#85c3e8;font-size:12px;margin-bottom:4px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;text-align:center}.mobile-contract-summary-value{color:#fff;font-size:16px;font-weight:800;text-align:center}.mobile-contract-table-wrapper{margin-top:8px}.mobile-contract-table-scroll{overflow-x:auto}.mobile-contract-data-table{width:100%;background-color:#0a0e1a80;border-radius:10px;overflow:hidden;border:2px solid #2a3441;border-collapse:collapse}.mobile-contract-data-table thead{background-color:#85c3e81a}.mobile-contract-data-table thead tr{border-bottom:1px solid #2a3441}.mobile-contract-data-table th{padding:10px;color:#85c3e8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;text-align:center}.mobile-contract-data-table tbody tr{border-bottom:1px solid rgba(42,52,65,.5)}.mobile-contract-data-table tbody tr:last-child{border-bottom:none}.mobile-contract-data-table td{padding:10px;text-align:center;color:#fff;font-size:13px;font-weight:700;letter-spacing:.3px}.mobile-coach-oline-wrapper{display:flex;flex-direction:column;gap:16px;margin:16px}.mobile-oline-card{background-color:#1e2330;margin:0;padding:20px;border-radius:12px;border:2px solid #2a3441}.mobile-oline-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-oline-card-title{color:#fff;font-size:20px;font-weight:800;text-align:center;letter-spacing:1px;text-transform:uppercase}.mobile-oline-ranks-row{display:flex;justify-content:space-around;gap:16px}.mobile-oline-rank-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;background-color:#0a0e1a80;padding:16px;border-radius:10px;border:2px solid #2a3441}.mobile-oline-rank-label{color:#85c3e8;font-size:11px;text-transform:uppercase;text-align:center;font-weight:700;letter-spacing:.5px}.mobile-oline-rank-badge{border-radius:10px;padding:12px;min-width:65px;text-align:center;border:2px solid rgba(255,255,255,.1)}.mobile-oline-rank-text{color:#fff;font-size:18px;font-weight:900}.mobile-oline-rank-postfix{font-size:11px;opacity:.9;font-weight:700}.mobile-oline-year-dropdown{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.mobile-oline-year-dropdown:focus{outline:none;border-color:#85c3e8}.mobile-coach-card{background-color:#1e2330;margin:0;padding:20px;border-radius:12px;border:2px solid #2a3441}.mobile-coach-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-coach-card-title{color:#fff;font-size:13px;font-weight:800;text-align:center;letter-spacing:1px;text-transform:uppercase}.mobile-coach-year-dropdown{background-color:#0a0e1a;padding:10px 32px 10px 16px;border-radius:10px;border:2px solid #2a3441;min-width:120px;color:#85c3e8;font-size:13px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.mobile-coach-year-dropdown:focus{outline:none;border-color:#85c3e8}.mobile-coach-staff-row{background-color:#0a0e1a80;border-radius:10px;padding:14px;margin-bottom:12px;border:2px solid #2a3441}.mobile-coach-staff-row:last-child{margin-bottom:0}.mobile-coach-info-section{display:flex;align-items:center;margin-bottom:14px;gap:12px}.mobile-coach-position-label{color:#85c3e8;font-size:13px;font-weight:800;width:35px;letter-spacing:.5px}.mobile-coach-headshot-container{display:flex;align-items:center;gap:12px;flex:1}.mobile-coach-headshot-wrapper{width:45px;height:45px;border-radius:10px;background-color:#ffffff0d;border:2px solid #2a3441;display:flex;justify-content:center;align-items:center;overflow:hidden}.mobile-coach-headshot-wrapper img{width:45px;height:45px;object-fit:cover}.mobile-coach-headshot-empty{width:45px;height:45px;border-radius:10px;background:#ffffff08;border:2px dashed rgba(255,255,255,.04)}.mobile-coach-name-text{color:#fff;font-size:14px;font-weight:800;flex:1;letter-spacing:.3px}.mobile-coach-stats-row{display:flex;justify-content:space-around;gap:10px}.mobile-coach-single-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.mobile-coach-stat-label-text{color:#85c3e8;font-size:10px;text-transform:uppercase;font-weight:700;text-align:center;letter-spacing:.5px}.mobile-coach-stat-badge{border-radius:8px;padding:8px;min-width:45px;text-align:center;border:2px solid rgba(255,255,255,.1)}.mobile-coach-stat-text{color:#fff;font-size:15px;font-weight:900}.mobile-coach-stat-postfix{font-size:10px;opacity:.9;font-weight:700}.mobile-coach-no-experience{color:#9fb0c3;background:#ffffff05;border:1px solid rgba(255,255,255,.04);padding:10px;border-radius:8px;text-align:center;font-weight:600}.dpp-shell{width:min(1440px,96vw);margin:0 auto 80px;color:#eef5ff;font-family:Inter,sans-serif}.dpp-back-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 14px}@media (min-width: 821px){.dpp-back-row{position:fixed!important;bottom:20px!important;left:20px!important;top:auto!important;right:auto!important;margin:0;flex-wrap:nowrap;display:inline-flex;align-items:center;z-index:2147483647;pointer-events:auto;isolation:isolate;visibility:visible!important;opacity:1!important}.dpp-back-btn{box-shadow:0 2px 8px #0000004d}}.dpp-back-btn{border:1px solid rgba(255,255,255,.18);background:#08101eb3;color:#d5e5f7;border-radius:10px;padding:9px 15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.dpp-back-btn:hover{background:#08101ee6;border-color:#ffffff47;transform:translateY(-1px)}.dpp-hero-card{display:grid;grid-template-columns:1.5fr 1fr;gap:16px;background:linear-gradient(180deg,#081222f2,#040912eb);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff12,0 14px 28px #02071173}.dpp-team-logo-watermark{position:absolute;top:-22px;right:-22px;width:170px;opacity:.09;pointer-events:none}.dpp-hero-main{display:grid;grid-template-columns:300px 1fr;gap:16px;min-height:290px}.dpp-headshot-wrap{border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#040910f2}.dpp-headshot{width:100%;height:100%;object-fit:cover;display:block}.dpp-player-meta{display:flex;flex-direction:column;min-width:0}.dpp-name-row{display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px;min-width:0;margin-bottom:5px}.dpp-name-row h1{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1;white-space:wrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1378px){.dpp-name-row h1{font-size:1.8rem}}.dpp-name-row span{color:#bdd4ed;font-size:1.1rem}.dpp-role{opacity:.9}.dpp-number{font-weight:700;color:var(--team-primary);text-shadow:0 0 14px rgba(133,195,232,.25)}.dpp-team-logo-inline{height:36px;width:auto;margin-left:auto;opacity:.95}@media (max-width: 1240px){.dpp-team-logo-inline{margin-left:10px}}.dpp-basic-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.dpp-basic-info-grid div{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:6px;min-width:0}.dpp-basic-info-grid label{display:block;color:#8ca4bc;font-size:.76rem;text-transform:uppercase;letter-spacing:.7px}.dpp-basic-info-grid p{margin:2px 0 0;font-size:.97rem;font-weight:600;white-space:wrap;overflow:hidden;text-overflow:ellipsis}.dpp-stock-panel{border-radius:12px;background:#060c16d1;border:1px solid rgba(255,255,255,.12);padding:12px;display:flex;flex-direction:column;min-height:290px}.dpp-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}.dpp-card-header h3{margin:0;font-size:1.34rem;font-weight:700}.dpp-card-header select,.dpp-card-header span,.dpp-select-group select{background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#e8f1fc;border-radius:8px;padding:6px 10px;font-weight:600;min-height:34px;cursor:pointer}.dpp-card-header select:hover,.dpp-select-group select:hover{cursor:pointer}@media (min-width: 800px){.dpp-shell select{color:#e8f1fc;background-color:#080e1af2}.dpp-shell select option,.dpp-shell select optgroup{color:#e8f1fc;background-color:#0b1524}}.dpp-select-group{display:flex;gap:8px;flex-wrap:wrap}.dpp-stock-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px}.dpp-stock-meta div{background:#ffffff12;border-radius:8px;padding:8px 9px;border:1px solid rgba(255,255,255,.08)}.dpp-stock-meta span{display:block;color:#8ca4bc;font-size:.72rem;text-transform:uppercase;letter-spacing:.6px}.dpp-stock-meta strong{font-size:1.12rem}.dpp-stock-subtitle{color:#91a8bd;font-size:.78rem;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.dpp-stock-chart-wrap{min-height:184px;flex:1}.dpp-grid-row{display:grid;gap:12px;margin-top:12px}.dpp-grid-primary{grid-template-columns:2.3fr 1fr 1fr;max-height:500px;align-items:stretch}.dpp-grid-primary>*{min-height:0;min-width:0;max-height:100%}.dpp-grid-primary .dpp-card{height:100%;max-height:350px;min-height:0;min-width:0}.dpp-grid-secondary{grid-template-columns:1.25fr 1fr 1.25fr}.dpp-card{background:linear-gradient(180deg,#0a1220f2,#060a12f2);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px 12px 13px;min-height:180px;box-shadow:inset 0 1px #ffffff0a,0 8px 18px #01050c57}.dpp-performance{display:flex;flex-direction:column;justify-content:flex-start;gap:8px}.dpp-kpi-row{display:flex;flex-direction:column;gap:8px}.dpp-kpi-row div{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:5px;gap:8px}.dpp-kpi-row span{color:#99adc1;font-size:.9rem;text-transform:uppercase;letter-spacing:.6px}.dpp-kpi-row strong{font-size:.96rem}.dpp-depth-list,.dpp-gamelog-list,.dpp-dependent-list{display:flex;flex-direction:column;gap:8px}.dpp-depth-card{display:flex;flex-direction:column;min-height:0}.dpp-depth-card--secondary,.dpp-depth-secondary-wrap{display:none}.dpp-depth-list{flex:1;min-height:0;overflow-y:auto;padding-right:6px}.dpp-depth-item,.dpp-dependent-group button{width:100%;border:1px solid rgba(255,255,255,.16);background:#ffffff0d;color:#d8e6f5;border-radius:8px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.dpp-depth-item{display:grid;grid-template-columns:34px 36px 1fr;align-items:center;gap:8px;padding:8px 10px}.dpp-depth-item:hover,.dpp-dependent-group button:hover{border-color:#ffffff4d;background:#ffffff1a;transform:translateY(-1px)}.dpp-depth-item span{background:#ffffff29;border-radius:6px;font-weight:700;text-align:center;padding:3px 0}.dpp-depth-item p{margin:0;text-align:left}.dpp-depth-headshot{width:34px;height:34px;border-radius:50%;object-fit:cover;display:block}.dpp-depth-item.active{border-color:var(--team-primary);background:#85c3e833}.dpp-yearly-columns{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.dpp-yearly-card{display:flex;flex-direction:column;min-height:0}.dpp-yearly-column{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;overflow-y:visible;min-height:fit-content}.dpp-yearly-column h4{margin:0;color:#c3d7eb;font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.dpp-yearly-column div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:5px;padding-right:10px;gap:8px}.dpp-yearly-column span{color:#99adc1;font-size:.9rem}.dpp-yearly-column strong{font-size:.96rem}.dpp-grade-list{display:flex;flex-direction:column;gap:14px}.dpp-grade-list div{display:flex;justify-content:space-between;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:6px}.dpp-grade-list div:last-child{border-bottom:none;padding-bottom:0}.dpp-grade-list label,.dpp-tendency-row label{color:#9cb0c4;min-width:82px;font-size:.9rem}.dpp-grade-bar,.dpp-tendency-bar{width:100%;height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden}.dpp-grade-bar i,.dpp-tendency-bar i{display:block;height:100%;background:linear-gradient(90deg,#37ad77,var(--team-primary))}.dpp-tendency-row{display:grid;grid-template-columns:minmax(90px,auto) auto 1fr;align-items:center;gap:8px;margin-bottom:10px}.dpp-tendency-row:last-child{margin-bottom:0}.dpp-coach-card,.dpp-oline-coach-card{display:flex;flex-direction:column}.dpp-oline-coach-section{display:flex;flex-direction:column;gap:10px}.dpp-oline-coach-section--coach{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.dpp-coach-list{display:flex;flex-direction:column;gap:10px}.dpp-coach-staff-row{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:10px}.dpp-coach-staff-info{display:flex;align-items:center;gap:8px;min-width:0}.dpp-coach-role{color:#8fb2cf;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;width:24px;flex:0 0 auto}.dpp-coach-headshot{width:36px;height:36px;border-radius:8px;object-fit:cover;border:1px solid rgba(255,255,255,.15);flex:0 0 auto}.dpp-coach-name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dpp-coach-ranks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dpp-coach-headshot-empty{width:36px;height:36px;border-radius:8px;background:#ffffff05;border:1px dashed rgba(255,255,255,.06);flex:0 0 auto}.dpp-coach-rank-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px;text-align:center}.dpp-coach-rank-item label{display:block;color:#97b0c6;font-size:.7rem;text-transform:uppercase;letter-spacing:.55px;margin-bottom:3px}.dpp-coach-rank-item strong{font-size:1rem}.dpp-coach-no-experience{color:#9fb0c3;background:#ffffff05;border:1px solid rgba(255,255,255,.04);padding:10px;border-radius:8px;text-align:center;font-weight:600}.dpp-gamelog-item{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.12);padding:8px 0}.dpp-gamelog-item span{color:#acc0d5;font-size:.88rem}.dpp-gamelog-item strong{font-size:.88rem;white-space:nowrap}.dpp-gamelogs-card{display:flex;flex-direction:column;min-height:0}.dpp-gamelog-table-wrap{flex:1;min-height:0}.dpp-gamelog-table-scroll{height:100%;overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:8px}.dpp-gamelog-table{width:max-content;min-width:100%;border-collapse:collapse}.dpp-gamelog-table th,.dpp-gamelog-table td{border-bottom:1px solid rgba(255,255,255,.1);padding:8px 10px;text-align:center;white-space:nowrap;font-size:.82rem}.dpp-gamelog-table th{position:sticky;top:0;z-index:1;color:#9fc0dc;background:#0a0e1af2;font-size:.72rem;text-transform:uppercase;letter-spacing:.6px}.dpp-gamelog-table tbody tr:nth-child(odd){background:#ffffff05}.dpp-gamelog-table tbody tr:hover{background:#85c3e814}.dpp-gamelog-table .dpp-gamelog-opp-cell{display:flex;align-items:center;gap:8px;min-width:150px;text-align:left}.dpp-gamelog-opp-logo{width:22px;height:22px;object-fit:contain}.dpp-gamelog-opp-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.dpp-gamelog-opp-text span{color:#90a5ba;font-size:.7rem}.dpp-gamelog-opp-text strong{font-size:.82rem}.dpp-gamelog-points{display:inline-flex;justify-content:center;align-items:center;min-width:44px;border-radius:6px;padding:2px 6px}.dpp-gamelog-points--high{background:#4ade8033;border:1px solid rgba(74,222,128,.7);color:#86efac;font-weight:700}.dpp-contract-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dpp-contract-grid div{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:9px}.dpp-contract-grid span{display:block;color:#8ea3b8;font-size:.74rem;text-transform:uppercase;letter-spacing:.6px}.dpp-contract-grid strong{display:block;margin-top:3px;font-size:.94rem}.dpp-contract-card{display:flex;flex-direction:column}.dpp-contract-years-wrap{margin-top:10px}.dpp-contract-years-title{color:#9ab2c9;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.55px;margin:0 0 6px}.dpp-contract-years-scroll{overflow-x:auto;border:1px solid rgba(255,255,255,.12);border-radius:8px}.dpp-contract-years-table{width:100%;min-width:520px;border-collapse:collapse}.dpp-contract-years-table th,.dpp-contract-years-table td{text-align:center;padding:8px 10px;font-size:.82rem;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.1)}.dpp-contract-years-table th{color:#9fc0dc;font-size:.72rem;text-transform:uppercase;letter-spacing:.6px;background:#0a0e1ae6}.dpp-contract-years-table tbody tr:last-child td{border-bottom:none}.dpp-dependent-group{display:flex;flex-direction:column;gap:7px}.dpp-dependent-card{display:flex;flex-direction:column;min-height:0}.dpp-dependent-list{flex:1;min-height:0;overflow-y:auto;padding-right:6px}.dpp-dependent-group-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.dpp-dependent-group label{color:#9ab2c9;font-weight:700;font-size:.86rem;text-transform:uppercase;letter-spacing:.5px}.dpp-dependent-adp-label{color:#8ea5bc;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.dpp-dependent-group button{padding:7px 9px;display:flex;justify-content:space-between;align-items:center;gap:8px}.dpp-dependent-group button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dpp-dependent-player-main{display:flex;align-items:center;gap:8px;min-width:0}.dpp-dependent-headshot{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:0 0 auto}.dpp-dependent-player-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dpp-empty{color:#9ab0c6;margin:8px 0;font-size:.88rem;text-align:center}@media (max-width: 1240px){.dpp-shell{width:min(1480px,97vw)}.dpp-grid-primary,.dpp-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.dpp-hero-card{grid-template-columns:1fr}}@media (max-width: 1240px) and (min-width: 821px){.dpp-grid-primary{grid-template-columns:minmax(0,7fr) minmax(0,3fr)}.dpp-depth-primary-wrap,.dpp-depth-card--primary{display:none}.dpp-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.dpp-depth-secondary-wrap{display:block;order:1;height:100%}.dpp-depth-secondary-wrap .premium-blur-container,.dpp-depth-secondary-wrap .premium-blur-content-wrapper,.dpp-depth-secondary-wrap .dpp-depth-card--secondary{height:100%}.dpp-depth-card--secondary{display:flex}.dpp-oline-coach-card{order:2}.dpp-dependent-card{order:3}.dpp-contract-card{order:4}}@media (max-width: 1396px) and (min-width: 1241px){.dpp-depth-primary-wrap .premium-blur-glass-overlay.align-center{align-items:flex-start;padding-top:10px;padding-bottom:10px}.dpp-depth-primary-wrap .premium-blur-badge{padding:1.1rem;max-width:280px}.dpp-depth-primary-wrap .premium-blur-icon-wrapper{width:48px;height:48px;margin-bottom:.6rem}.dpp-depth-primary-wrap .premium-blur-title{font-size:1rem;margin-bottom:.5rem}.dpp-depth-primary-wrap .premium-blur-description{font-size:.78rem;line-height:1.35;margin-bottom:.9rem}.dpp-depth-primary-wrap .premium-blur-upgrade-button{font-size:.85rem;padding:.7rem 1rem}}@media (max-width: 960px){.dpp-shell{width:min(98vw,1440px)}.dpp-headshot-wrap{max-height:350px}.dpp-name-row{flex-wrap:wrap}.dpp-team-logo-inline{margin-left:0}}@media (max-width: 920px) and (min-width: 800px){.dpp-name-row{flex-wrap:wrap;align-items:flex-start;gap:6px 10px}.dpp-name-row h1{flex:0 0 100%}.dpp-role,.dpp-number,.dpp-team-logo-inline{width:auto;margin-left:0}.dpp-team-logo-inline{position:relative;bottom:8px}}@media (max-width: 820px){.dpp-shell{display:none}}.toast{position:fixed;bottom:20px;right:20px;background:#121212fa;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 10px 40px #000c;z-index:100000000;display:flex;align-items:center;gap:1rem;min-width:300px;max-width:400px;animation:slideInFromBottom .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-success{border-color:#85c3e8;background:linear-gradient(135deg,#121212fa,#85c3e826);box-shadow:0 10px 40px #85c3e84d}.toast-error{border-color:#ef4444;background:linear-gradient(135deg,#121212fa,#ef444426);box-shadow:0 10px 40px #ef44444d}.toast-info{border-color:#85c3e8;background:linear-gradient(135deg,#121212fa,#85c3e81a);box-shadow:0 10px 40px #85c3e833}.toast-icon{width:24px;height:24px;flex-shrink:0;stroke-width:2.5}.toast-success .toast-icon{stroke:#85c3e8;filter:drop-shadow(0 0 8px rgba(133,195,232,.5))}.toast-error .toast-icon{stroke:#ef4444;filter:drop-shadow(0 0 8px rgba(239,68,68,.5))}.toast-info .toast-icon{stroke:#85c3e8}.toast-message{color:#fff;font-size:.95rem;font-weight:500;flex:1;letter-spacing:.3px}.toast-close{background:none;border:none;color:#fff9;font-size:1.75rem;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;flex-shrink:0;line-height:1}.toast-close:hover{color:#fff;background:#ffffff1a;transform:scale(1.1)}@media (max-width: 768px){.toast{bottom:10px;right:10px;min-width:300px;max-width:400px}}@media (max-width: 480px){.toast{padding:.875rem 1.25rem}.toast-icon{width:20px;height:20px}.toast-message{font-size:.875rem}.toast-close{font-size:1.5rem;width:24px;height:24px}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}.App{min-height:100vh;height:auto}.bg-player-profile{background:linear-gradient(to bottom right,#101010,#1e1e1e,#292929)}.bg-team-analyzer,.bg-rankings{background-color:#000}.bg-default{background-color:#111}.app-layout{position:relative;overflow:hidden}.app-layout:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:inherit;pointer-events:none;z-index:1;border:none;box-shadow:none}.app-main,.ResponsiveNavbar{position:relative;z-index:2}.forgot-password-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:80vh}.forgot-password-card{background-color:#121212f2;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:28rem;width:100%;box-shadow:0 10px 25px #00000080}.forgot-password-header{display:flex;align-items:center;margin-bottom:1.5rem}.forgot-password-icon{width:3rem;height:3rem;margin-right:.75rem;flex-shrink:0}.forgot-password-icon-success,.forgot-password-icon-default{color:#85c3e8}.forgot-password-icon-error{color:#ef4444}.forgot-password-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.forgot-password-content{margin-bottom:1.5rem}.forgot-password-text{color:#d1d5db;margin-bottom:.75rem;line-height:1.6}.forgot-password-text:last-child{margin-bottom:0}.forgot-password-form{width:100%}.form-label{display:block;font-size:.875rem;font-weight:600;color:#d1d5db;margin-bottom:.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#d1d5db;margin-bottom:.5rem;margin-top:1rem}.form-input{width:100%;padding:.75rem 1rem;background-color:#0000004d;border:1px solid rgba(133,195,232,.2);border-radius:.375rem;color:#fff;font-size:1rem;transition:all .2s ease}.form-input:focus{outline:none;border-color:#85c3e8;background-color:#0006;box-shadow:0 0 0 3px #85c3e81a}.form-input:disabled{opacity:.6;cursor:not-allowed}.form-input::placeholder{color:#9ca3af}.error-message{background-color:#ef44441a;border:1px solid #ef4444;border-radius:.375rem;padding:.75rem;margin-bottom:1rem}.error-message p{color:#fca5a5;margin:0;font-size:.875rem}.password-strength-container{margin-top:.5rem}.password-strength-bar{height:4px;background-color:#85c3e833;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.password-strength-fill{height:100%;width:0;transition:all .3s ease;border-radius:2px}.strength-weak .password-strength-fill{width:33%;background-color:#ef4444}.strength-medium .password-strength-fill{width:66%;background-color:#f59e0b}.strength-strong .password-strength-fill{width:100%;background-color:#85c3e8}.password-strength-text{font-size:.75rem;color:#9ca3af;margin:0}.password-match-error{color:#ef4444;font-size:.75rem;margin-top:.5rem;margin-bottom:0}.loading-spinner-inline{width:3rem;height:3rem;border:4px solid rgba(133,195,232,.3);border-top-color:#85c3e8;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}.forgot-password-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.forgot-password-btn{font-weight:700;padding:.9rem 1.5rem;min-height:48px;line-height:1.2;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s ease;color:#fff;font-size:1rem;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.reset-password-container .reset-password-action-btn{padding:.9rem 1.5rem!important;min-height:48px!important;line-height:1.2!important;font-size:1rem!important;align-self:auto!important}.forgot-password-btn-primary{background-color:#85c3e8;color:#000;box-shadow:0 4px 12px #85c3e84d}.forgot-password-btn-primary:hover:not(:disabled){background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e866}.forgot-password-btn-secondary{background:transparent;border:2px solid #6b7280;color:#d1d5db}.forgot-password-btn-secondary:hover:not(:disabled){background-color:#6b728033;border-color:#9ca3af}.forgot-password-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@media (max-width: 820px){.forgot-password-container,.reset-password-container{justify-content:flex-start;align-items:center;min-height:auto;padding:20px 1rem 1rem}}@media (min-width: 640px){.forgot-password-buttons{flex-direction:row}.forgot-password-btn{width:auto;flex:1}}@media (max-width: 640px){.forgot-password-container,.reset-password-container{justify-content:flex-start;align-items:center;min-height:auto;padding:20px 1rem 1rem}.forgot-password-card{padding:1.5rem}.forgot-password-icon{width:2.5rem;height:2.5rem}.forgot-password-title{font-size:1.25rem}}.legal-container,.feedback-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:60vh}.legal-content,.feedback-content{background-color:#121212f2;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:50rem;width:100%;box-shadow:0 10px 25px #00000080}.legal-header{margin-bottom:2rem;text-align:center}.legal-title,.legal-content h1,.feedback-content h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.effective-date{font-size:.875rem;color:#9ca3af;font-style:italic}.legal-section{margin-bottom:2rem}.section-title,.legal-content h2{font-size:1.5rem;font-weight:600;color:#85c3e8;margin-bottom:1rem}.section-text,.legal-content p,.feedback-intro{color:#d1d5db;line-height:1.6;margin-bottom:.75rem}.text-bold{color:#fff;font-weight:600}.list-container,.legal-content ul{list-style:none;padding:0;margin:1rem 0}.list-item,.legal-content li{color:#d1d5db;padding:.5rem 0 .5rem 1.75rem;position:relative}.list-item:before,.legal-content li:before{content:"•";position:absolute;left:.5rem;color:#85c3e8;font-weight:700}.email-link,.legal-content a{color:#85c3e8;text-decoration:none;font-weight:500}.email-link:hover,.legal-content a:hover{text-decoration:underline}.feedback-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;color:#9ca3af;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.required{color:#ef4444}.form-group input,.form-group textarea{width:100%;padding:.75rem;background-color:#0000004d;border:1px solid rgba(133,195,232,.3);border-radius:.375rem;color:#fff;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#85c3e8}.form-group textarea{resize:vertical;min-height:120px}.feedback-button{width:100%;font-weight:700;padding:.875rem 1rem;border-radius:.375rem;border:none;cursor:pointer;transition:all .3s ease;background-color:#85c3e8;color:#000;font-size:1rem;box-shadow:0 4px 12px #85c3e866}.feedback-button:hover:not(:disabled){background-color:#6fb3d8;transform:translateY(-2px);box-shadow:0 6px 16px #85c3e880}.feedback-button:disabled{opacity:.5;cursor:not-allowed}.feedback-success{text-align:center;padding:2rem}.success-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;background-color:#85c3e8;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;box-shadow:0 4px 12px #85c3e866}.feedback-success h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.feedback-success p{color:#d1d5db;margin-bottom:1.5rem;line-height:1.6}.error-message{background-color:#ef44441a;border:1px solid #ef4444;color:#fca5a5;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem}@media (max-width: 768px){.legal-content,.feedback-content{padding:1.5rem}.legal-title,.legal-content h1,.feedback-content h1{font-size:1.75rem}.section-title,.legal-content h2{font-size:1.25rem}}.custom-rankings-container{width:98%;height:110vh;margin:auto}.main-flex-container{display:flex;gap:20px;width:100%}.left-flex-container{width:50%;display:flex;flex-direction:column;height:calc(110vh - 60px);min-height:500px;max-height:1200px;position:relative}.left-flex-container:before{content:"EXPERT RANKINGS";position:absolute;top:-30px;left:0;color:var(--color-accent-cyan);font-weight:800;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;border-bottom:2px solid var(--color-accent-cyan);padding-bottom:5px}.right-flex-container{width:50%;display:flex;flex-direction:column;height:calc(110vh - 60px);min-height:500px;max-height:1200px;position:relative;overflow-x:visible}.right-flex-container:before{content:"CUSTOM RANKINGS";position:absolute;top:-30px;left:0;color:var(--color-accent-cyan);font-weight:800;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;border-bottom:2px solid var(--color-accent-cyan);padding-bottom:5px}.left-container-settings-container{display:flex;flex-direction:column;padding:1.2rem;background:var(--gradient-primary, linear-gradient(135deg, #1e2330 0%, #161b26 100%));border:1px solid var(--color-border-primary, #2a3441);border-radius:12px;box-shadow:0 8px 32px var(--color-shadow-light, rgba(0, 0, 0, .3)),inset 0 1px 0 var(--color-glass-highlight, rgba(255, 255, 255, .1));position:relative;z-index:100;height:125px;justify-content:center}.left-container-settings-container .table-controls{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;z-index:inherit}.left-container-settings-container .table-controls>*{min-width:0}.left-container-settings-container .controls-left{display:flex;gap:1.2rem;align-items:center}.left-container-settings-container .controls-right{display:flex;align-items:center}.left-container-settings-container .search-bar{padding:.4rem 1.2rem;height:36.8px;border-radius:8px;border:1px solid var(--color-border-primary, #2a3441);background:var(--color-surface, #0d1117);color:var(--color-text-primary, #ffffff);font-size:.95rem;width:100%;min-width:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.left-container-settings-container .search-bar:focus{outline:none;border-color:var(--color-accent-cyan, #00FFFF);box-shadow:0 0 15px var(--color-accent-cyan-glow, rgba(0, 255, 255, .3))}.left-container-settings-container .search-bar::placeholder{color:var(--color-text-secondary, #9ca3af)}@media (max-width: 1810px){.left-container-settings-container .table-controls{grid-template-columns:190px 190px;margin:0 auto}}@media (max-width: 2000px){.left-container-settings-container{padding:1rem;min-height:100px}}@media (max-width: 1600px){.left-container-settings-container .table-controls{gap:.8rem}.left-container-settings-container .search-bar{font-size:.9rem}.left-container-settings-container .dropdown-toggle{font-size:.85rem;padding:4px 12px}}@media (max-width: 1200px){.left-container-settings-container{padding:.8rem}.left-container-settings-container .table-controls{gap:.6rem}.left-container-settings-container .search-bar{width:183px;padding:.35rem 1rem}.left-container-settings-container .dropdown-toggle{font-size:.8rem;padding:4px 10px;min-width:100px}}@media (max-width: 912px){.left-container-settings-container{padding:.7rem;height:200px}.left-container-settings-container .table-controls{grid-template-columns:1fr;gap:.5rem;width:100%;margin:0}.left-container-settings-container .search-bar,.left-container-settings-container .dropdown-toggle{width:190px}.left-container-settings-container .controls-left{flex-direction:column;gap:.5rem;width:100%}.left-container-settings-container .search-bar{width:100%}.left-container-settings-container .dropdown{width:100%;flex:none}.left-container-settings-container .dropdown-toggle{width:100%}}@media (max-width: 768px){.left-container-settings-container{padding:.6rem}.left-container-settings-container .search-bar{font-size:.8rem;height:34px}.left-container-settings-container .dropdown-toggle{font-size:.75rem;height:34px}.left-container-settings-container p{font-size:.75rem}}@media (max-width: 530px){.left-container-settings-container{padding:.5rem}.left-container-settings-container .table-controls{gap:.4rem}.left-container-settings-container .search-bar{font-size:.75rem;height:32px;padding:.3rem .8rem}.left-container-settings-container .dropdown-toggle{font-size:.7rem;height:32px;padding:3px 8px}.left-container-settings-container .dropdown-arrow{width:10px;height:10px}}@media (max-width: 380px){.left-container-settings-container{padding:.4rem}.left-container-settings-container .table-controls{gap:.3rem}.left-container-settings-container .search-bar{font-size:.7rem;height:30px;padding:.25rem .6rem}.left-container-settings-container .dropdown-toggle{font-size:.65rem;height:30px;padding:2px 6px;min-width:80px}.left-container-settings-container .dropdown-arrow{width:8px;height:8px}.left-container-settings-container p{font-size:.65rem}}@media (max-width: 320px){.left-container-settings-container{padding:.3rem}.left-container-settings-container .search-bar{font-size:.65rem;height:28px;padding:.2rem .5rem}.left-container-settings-container .dropdown-toggle{font-size:.6rem;height:28px;padding:2px 5px;min-width:70px}.left-container-settings-container p{font-size:.6rem}}.left-container-settings-container .dropdown{position:relative;display:inline-block;z-index:1}.left-container-settings-container .dropdown-toggle{padding:5px 16px;background:var(--color-secondary-bg, #1e2330);border:1px solid var(--color-border-primary, #2a3441);border-radius:8px;color:var(--color-text-primary, #ffffff);font-size:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;min-width:50px;height:36.8px;flex:1;width:100%}.left-container-settings-container .dropdown-toggle:hover{border-color:var(--color-accent-cyan, #00FFFF);background:var(--color-hover-bg, #252b3a)}.left-container-settings-container .dropdown-toggle.active{border-color:var(--color-accent-cyan, #00FFFF);box-shadow:0 0 15px var(--color-accent-cyan-glow, rgba(0, 255, 255, .3))}.left-container-settings-container .dropdown-arrow{width:12px;height:12px;border-right:2px solid var(--color-text-secondary, #9ca3af);border-bottom:2px solid var(--color-text-secondary, #9ca3af);transform:rotate(45deg) translateY(-3px);transition:transform .3s}.left-container-settings-container .dropdown-toggle.active .dropdown-arrow{transform:rotate(-135deg) translateY(3px);border-color:var(--color-accent-cyan, #00FFFF)}.left-container-settings-container .dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--color-secondary-bg, #1e2330);border:1px solid var(--color-border-primary, #2a3441);border-radius:8px;box-shadow:0 10px 30px var(--color-shadow-heavy, rgba(0, 0, 0, .5));opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;z-index:1000;max-height:300px;overflow-y:auto}.left-container-settings-container .dropdown.open{z-index:9999}.left-container-settings-container .dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.left-container-settings-container .dropdown-item{padding:12px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid var(--color-border-primary, #2a3441);color:var(--color-text-primary, #ffffff);font-size:14px}.left-container-settings-container .dropdown-item.selected{background:var(--color-accent-cyan, #00FFFF);color:var(--color-hover-bg, #252b3a);font-weight:700}.left-container-settings-container .dropdown-item:last-child{border-bottom:none}.left-container-settings-container .dropdown-item:hover{background:var(--color-hover-bg, #252b3a);color:var(--color-accent-cyan, #00FFFF);padding-left:20px}.right-container-settings-container{background:var(--gradient-primary, linear-gradient(135deg, #1e2330 0%, #161b26 100%));border:1px solid var(--color-border-primary, #2a3441);border-radius:12px;box-shadow:0 8px 32px var(--color-shadow-light, rgba(0, 0, 0, .3)),inset 0 1px 0 var(--color-glass-highlight, rgba(255, 255, 255, .1));padding:1.5rem;display:flex;flex-direction:column;gap:1rem;height:125px;justify-content:center;align-items:space-between}.right-container-title{font-size:1.25rem;font-weight:700;color:var(--color-text-primary, #ffffff);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;text-align:center}.rankings-management-section{display:flex;flex-direction:column;gap:1rem}.ranking-name-and-actions-row{display:flex;align-items:center;gap:1rem;width:100%;flex-wrap:nowrap}.ranking-name-section{display:flex;flex-direction:row;align-items:center;gap:1rem;flex:1}.save-status{display:flex;align-items:center;gap:.5rem}.ranking-name-label{font-size:.8rem;font-weight:600;color:var(--color-text-secondary, #9ca3af);text-transform:uppercase;letter-spacing:.5px}.ranking-name-input{padding:.6rem .8rem;border-radius:6px;border:1px solid var(--color-border-primary, #2a3441);background:var(--color-surface, #0d1117);color:var(--color-text-primary, #ffffff);font-size:.9rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease;flex:1}.ranking-name-input:focus{outline:none;border-color:var(--color-accent-cyan, #00FFFF);box-shadow:0 0 15px var(--color-accent-cyan-glow, rgba(0, 255, 255, .3));transform:translateY(-1px)}.ranking-name-input::placeholder{color:var(--color-text-secondary, #9ca3af)}.save-status{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;text-align:center}.save-status.saved{color:#0f8}.save-status.unsaved{color:#f80}.ranking-actions-section{display:flex;flex:1}.ranking-action-button{display:flex;align-items:center;gap:.4rem;padding:.6rem .8rem;border:1px solid var(--color-accent-cyan, #00FFFF);border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;min-width:70px;flex:1;background:transparent;color:var(--color-accent-cyan, #00FFFF);box-shadow:0 0 10px #0ff3,inset 0 0 10px #00ffff1a}.ranking-action-button:hover{background:var(--color-accent-cyan, #00FFFF);color:#000;transform:translateY(-2px);box-shadow:0 0 20px #00ffff80,0 4px 15px #00ffff4d,inset 0 0 20px #0ff3;border-color:var(--color-accent-cyan, #00FFFF)}.ranking-action-button:active{transform:translateY(-1px);box-shadow:0 0 15px #0ff6,0 2px 10px #0ff3}.ranking-action-button:disabled{opacity:.4;cursor:not-allowed;transform:none;background:transparent;color:#0ff6;border-color:#0ff6;box-shadow:none}.ranking-action-button:disabled:hover{background:transparent;color:#0ff6;transform:none;box-shadow:none}@media (max-width: 1860px){.right-container-settings-container{height:auto}}@media (max-width: 1600px){.right-container-settings-container{padding:1rem}.ranking-name-input{font-size:.85rem;padding:.5rem .7rem}.ranking-action-button{font-size:.75rem;padding:.5rem .7rem;min-width:65px}.ranking-name-label{font-size:.75rem}.save-status{font-size:.65rem}}@media (max-width: 1200px){.right-container-settings-container{padding:.8rem}.ranking-name-section{min-width:180px;max-width:250px}.ranking-name-input{font-size:.8rem;padding:.45rem .6rem}.ranking-action-button{font-size:.7rem;padding:.45rem .6rem;min-width:60px;gap:.3rem}.ranking-action-button svg{width:14px;height:14px}}@media (max-width: 1860px){.ranking-name-and-actions-row{align-items:center}.ranking-name-section{flex-direction:column;align-items:center;flex:0}.save-status{flex-direction:row}.ranking-actions-section{flex-shrink:0;align-items:center;flex-direction:column;gap:5px}.ranking-action-button{width:80%}}@media (max-width: 1020px){.ranking-actions-section{flex-direction:column;gap:5px}.ranking-action-button{width:100%}}@media (max-width: 768px){.right-container-settings-container{padding:.6rem}.ranking-name-input{font-size:.75rem;padding:.4rem .5rem}.ranking-action-button{font-size:.65rem;padding:.4rem .5rem;min-width:55px}.ranking-name-label{font-size:.7rem}.save-status{font-size:.6rem}}@media (max-width: 530px){.right-container-settings-container{padding:.5rem}.ranking-name-input{font-size:.7rem;padding:.35rem .45rem}.ranking-action-button{font-size:.6rem;padding:.35rem .45rem;min-width:50px;gap:.2rem}.ranking-action-button svg{width:12px;height:12px}.ranking-actions-section{gap:.3rem}}@media (max-width: 380px){.right-container-settings-container{padding:.4rem}.ranking-name-input{font-size:.65rem;padding:.3rem .4rem}.ranking-action-button{font-size:.55rem;padding:.3rem .4rem;min-width:45px}.ranking-action-button svg{width:10px;height:10px}.ranking-name-label{font-size:.65rem}.save-status{font-size:.55rem}}@media (max-width: 320px){.right-container-settings-container{padding:.3rem}.ranking-name-input{font-size:.6rem;padding:.25rem .35rem}.ranking-action-button{font-size:.5rem;padding:.25rem .35rem;min-width:40px}.ranking-action-button svg{width:8px;height:8px}.ranking-name-label{font-size:.6rem}.save-status{font-size:.5rem}.ranking-actions-section{gap:.2rem}}.delete-button{background:#f44;color:#fff;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #ff44444d}.player-row:hover .delete-button,.custom-player-row:hover .delete-button{opacity:1}.delete-button:hover{background:linear-gradient(135deg,#f44,#c00);transform:scale(1.1);box-shadow:0 4px 12px #ff444480,0 0 20px #ff44444d}.delete-button:active{transform:scale(.95)}.delete-button svg{width:16px;height:16px;flex-shrink:0}.delete-button:before{content:"Remove";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:11;margin-bottom:5px}.delete-button:hover:before{opacity:1}.insert-button{background:#4a90e2;color:#fff;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.insert-above{top:10px;right:50px}.insert-below{top:10px;right:90px}.insert-below-tier{top:50%;right:140px}.player-row:hover .insert-button,.custom-player-row:hover .insert-button,.tier-row:hover .insert-button{opacity:1}.insert-button:hover{background:linear-gradient(135deg,#4a90e2,#357abd);transform:scale(1.1);box-shadow:0 4px 12px #4a90e280,0 0 20px #4a90e24d}.insert-above-tier:hover,.insert-below-tier:hover{transform:translateY(-10%) scale(1.1)}.insert-button:active{transform:scale(.95)}.insert-above-tier:active,.insert-below-tier:active{transform:translateY(-10%) scale(.95)}.insert-button svg{width:16px;height:16px;flex-shrink:0}.insert-button:before{content:"Insert";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:11;margin-bottom:5px}.insert-button:hover:before{opacity:1}.custom-rankings-container .tier-row{margin:20px auto;min-height:86.67px;height:auto;display:flex;align-items:center;justify-content:center;width:95%;max-width:95%;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.tier-content{position:relative;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;width:100%;max-width:100%;gap:10px;min-height:40px;padding:8px 0;box-sizing:border-box}.tier-label{cursor:pointer;transition:all .3s ease;position:relative;padding:8px 16px;border-radius:4px;width:180px;max-width:180px;min-width:180px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;text-align:center;line-height:1.3;flex-shrink:0}.tier-label:hover:after{opacity:1}.tier-label.saved{animation:tierNameSaved .6s ease-out}.tier-row.editing{cursor:default;background:#0ff3!important;border:2px solid #00FFFF!important}.tier-row.editing:hover{transform:none;box-shadow:0 0 20px #0ff6!important}.tier-row.editing .tier-label:after{display:none}.tier-edit-container{display:flex;align-items:center;justify-content:center;width:100%}.tier-name-input{background:#000c;border:2px solid #00FFFF;border-radius:6px;color:#0ff;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:8px 16px;text-align:center;min-width:200px;max-width:400px;outline:none;box-shadow:0 0 15px #00ffff4d}.tier-name-input:focus{box-shadow:0 0 25px #00ffff80;transform:scale(1.02)}.tier-name-input::placeholder{color:#0ff9;text-transform:none;letter-spacing:normal}.add-tier-button{background:#0ff;color:#000;border:none;border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00ffff4d;margin-top:10px}.add-tier-button:hover{background:#00d9ff;transform:translateY(-1px);box-shadow:0 4px 12px #0ff6}.add-tier-button:active{transform:translateY(0)}.edit-tier-button{background:#4a90e2;color:#fff;border:none;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px #4a90e24d}.tier-row:hover .edit-tier-button{opacity:1}.edit-tier-button:hover{background:#357abd;transform:translateY(-10%) scale(1.1);box-shadow:0 4px 12px #4a90e280}.edit-tier-button svg{width:14px;height:14px;flex-shrink:0}.tier-delete{background:#f44;color:#fff;border:none;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px #ff44444d}.tier-row:hover .tier-delete{opacity:1}.tier-delete:hover{background:#f22;transform:translateY(-10%) scale(1.1);box-shadow:0 4px 12px #ff444480}.tier-delete svg{width:14px;height:14px;flex-shrink:0}.tier-row.editing .edit-tier-button,.tier-row.editing .tier-delete{pointer-events:none;opacity:.3}.player-row{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.player-row.dragging{pointer-events:none;z-index:1000}.drag-overlay-player{background:#1e1e1efa;border:2px solid #00d4aa;border-radius:8px;padding:8px 12px;box-shadow:0 8px 24px #0000004d;z-index:9999;pointer-events:none;transform:rotate(5deg)}.drag-overlay-content{display:flex;align-items:center;gap:8px;white-space:nowrap}.drag-overlay-content .headshot-circle{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.drag-overlay-content .headshot-circle img{width:100%;height:100%;object-fit:cover}.drag-overlay-content .player-info{display:flex;flex-direction:column;gap:2px}.drag-overlay-content .player-name{color:#fff;font-weight:600;font-size:14px}.drag-overlay-content .position-badge{background:#00d4aa;color:#000;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700;width:fit-content}.empty-slot{transition:background-color .2s ease}.empty-slot:hover{background-color:#00d4aa1a;border:1px dashed #00d4aa}.right-container-table-container,.left-container-table-container{contain:layout style paint}.dragging .fantasy-stats-section,.dragging .adp-proj-section{display:none}.load-more-container{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;flex-shrink:0;position:relative;z-index:10}.load-more-button{background:var(--color-accent-cyan);color:var(--color-primary-bg);border:none;border-radius:8px;padding:5px 20px;font-weight:600;font-size:.9rem;height:44px;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:1px}.load-more-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0003;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.load-more-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.showing-count{font-size:12px;color:#fff9;text-align:center}.left-container-table-container,.right-container-table-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:20px}.left-container-table-container::-webkit-scrollbar,.right-container-table-container::-webkit-scrollbar{display:none}.left-container-table-container table,.right-container-table-container table{flex:1;height:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none}.left-container-table-container table::-webkit-scrollbar,.right-container-table-container table::-webkit-scrollbar{display:none}.custom-rankings-container thead{display:none}.custom-rankings-container .player-row{width:95%}.custom-ranks-player-stat-label,.custom-ranks-player-stat-value{color:#fff}.custom-player-row{display:flex;background:#0a0a0a;border:1px solid #222;border-radius:8px;padding:16px 20px;margin:10px auto;justify-content:space-between;align-items:center;transition:all .3s;width:100%;position:relative;min-height:80px;cursor:pointer}.custom-player-row:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-accent-cyan);border-radius:10px 0 0 10px;transform:scaleY(0);transition:transform .3s}.custom-player-row:hover:before{transform:scaleY(1)}.custom-player-row:hover{border-color:#85c3e8;box-shadow:0 0 15px #00ffff4d;background:#00ffff0d}.custom-player-row.selected-left-row,.player-row.empty-slot.selected-right-row,.custom-player-row.selected-right-row{border-color:#0ff;background:#00ffff1a;box-shadow:0 0 10px #00ffff80}.custom-rank-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.custom-rank-profile-column{display:flex;flex-direction:column;align-items:center;gap:6px}@media (max-width: 1510px){.custom-rank-profile-column{margin-right:10px}}.custom-rank-number{width:50px;height:50px;border:2px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:22px;color:#666;transition:all .3s;text-shadow:none;flex-shrink:0;min-width:50px;min-height:50px}@media (max-width: 1510px){.custom-rank-number{width:30px;height:30px;min-width:30px;min-height:30px;font-size:14px}}@media (max-width: 830px){.custom-rank-number{width:30px;height:30px;min-width:24px;min-height:24px;font-size:11px}}.custom-player-row:hover .custom-rank-number{border-color:#85c3e8;color:#85c3e8;box-shadow:0 0 20px #85c3e8;text-shadow:none}.custom-rank-cell .custom-profile-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:0;background:var(--color-accent-cyan);color:var(--color-primary-bg);border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00ffff4d}@media (max-width: 1510px){.custom-rank-cell .custom-profile-button{width:30px;min-width:30px;height:30px}}@media (max-width: 830px){.custom-rank-cell .custom-profile-button{width:24px;min-width:24px;height:24px}.custom-rank-cell .custom-profile-button svg{width:12px;height:12px}}.custom-rank-cell .custom-profile-button:hover{background:var(--color-accent-cyan-hover);transform:scale(1.1);box-shadow:0 4px 12px #0ff6}.custom-rank-cell .custom-profile-button:active{transform:scale(.95)}.custom-rank-cell .custom-profile-button svg{width:22px;height:22px;flex-shrink:0}@media (max-width: 1510px){.custom-rank-cell .custom-profile-button svg{width:14px;height:14px}}.custom-headshot-cell{display:flex;justify-content:center;align-items:center;padding:0;margin-right:15px;background:transparent}.custom-headshot-circle{width:80px;height:80px;border-radius:8px;background:transparent;border:1px solid var(--color-border-primary);display:inline-block;overflow:hidden;box-shadow:0 6px 20px var(--color-shadow-light);transition:all .3s ease;position:relative;flex-shrink:0}.custom-headshot-circle:hover{transform:scale(1.05);border-color:var(--color-accent-cyan);box-shadow:0 8px 25px var(--color-shadow-medium),0 0 15px #85c3e8}.custom-headshot-circle img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.custom-player-main-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:20px;flex:1;display:none}.custom-player-info-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1;min-width:0}.custom-player-name-row{display:flex;align-items:center;gap:16px;width:100%}.custom-player-name{color:var(--color-text-primary);font-weight:700;font-size:1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-team-position-row{display:flex;align-items:center;gap:12px;font-size:.9rem}.custom-position-badge{background:var(--color-accent-cyan);color:var(--color-primary-bg);padding:4px 12px;border-radius:12px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.custom-team-info{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary);font-weight:600;flex-direction:row;font-size:1.2rem;overflow:visible}.custom-team-info span{width:150px}.custom-logo-circle{width:40px;height:40px;border-radius:4px;background:transparent;border:none;display:inline-block;overflow:visible;transition:all .3s ease;flex-shrink:0}.custom-logo-circle img{width:100%;height:100%;object-fit:contain}.custom-fantasy-stats-section{display:flex;flex-direction:column;align-items:center;gap:4px;flex:.7;min-width:120px}.custom-rank-stats-label{color:var(--color-text-secondary);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.custom-rank-stats-value{color:var(--color-text-primary);font-size:1.6rem;font-weight:700}.custom-adp-proj-section{display:flex;gap:24px;align-items:center;flex-shrink:0}.custom-player-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:60px}.custom-player-stat-label{color:var(--color-text-secondary);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.custom-player-stat-value{color:var(--color-text-primary);font-size:1.6rem;font-weight:700}.custom-rank-name-info-mobile-flex{display:flex;flex-direction:row;align-items:center}.custom-mobile-rank-headshot-flex{display:flex}.custom-player-info-section-mobile{display:flex;flex-direction:column;gap:5px;width:400px}.custom-fantasy-stats-mobile-flex-2{display:flex;justify-content:flex-start;gap:30px;display:none}.custom-fantasy-stats-section-mobile-2{display:flex;align-items:center;justify-content:space-between;gap:10px}.custom-adp-proj-section-mobile-2{display:flex;flex-direction:row;gap:10px}.custom-fantasy-stats-section-mobile{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:20px}.custom-adp-proj-section-mobile{display:flex;flex-direction:column;justify-content:center;align-items:center}.custom-player-submenu-row{height:auto;background:var(--color-background);border:1px solid var(--color-border-primary);border-radius:12px;margin:0 0 15px;padding:0;box-shadow:inset 0 0 20px #00ffff0d,0 4px 15px var(--color-shadow-light);display:block;width:100%;position:relative}.custom-player-submenu-row:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-accent-cyan);border-radius:10px 0 0 10px;transform:scaleY(0);transition:transform .3s}.custom-player-submenu-row:hover:before{transform:scaleY(1)}.custom-player-submenu-row:hover{border-color:#0ff;box-shadow:inset 0 0 20px #00ffff0d,0 4px 15px var(--color-shadow-light);cursor:default}.custom-player-submenu-row td{display:block;width:100%;padding:0;margin:0;border-radius:0;border:none;box-shadow:none;background:transparent}.custom-player-submenu-content{padding:5px 18px;width:100%;display:flex;flex-direction:column;gap:20px;background:transparent;box-sizing:border-box}.custom-v3-layout{display:flex;flex-direction:column;gap:10px;padding-bottom:12px}.custom-v3-header{display:flex;align-items:center;gap:20px;padding:10px 0}.custom-v3-mini-headshot{width:60px;height:60px;border-radius:8px;border:2px solid var(--color-accent-cyan);overflow:hidden;flex-shrink:0}.custom-v3-mini-headshot img{width:100%;height:100%;object-fit:cover}.custom-v3-quick-info{display:flex;gap:4px;flex-wrap:wrap}.custom-v3-info-pill{padding:0 16px;border-radius:20px;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:8px}.custom-v3-info-pill span:first-child{color:var(--color-text-primary)}.custom-v3-info-pill span:last-child{color:var(--color-text-primary);font-weight:700}.custom-v3-tabs{display:flex;gap:10px;align-items:center}.custom-v3-tabs .custom-dropdown{max-width:200px;min-width:150px}.custom-v3-tabs .custom-dropdown-toggle{background:var(--color-surface);border:1px solid var(--color-border-primary);border-radius:6px;padding:5px 16px;font-size:.9rem;font-weight:700;color:var(--color-text-primary);min-width:180px;height:30px;margin-bottom:5px}.custom-v3-tabs .custom-dropdown-toggle:hover{border-color:var(--color-accent-cyan);background:var(--color-hover-bg)}.custom-v3-tabs .custom-dropdown-toggle.active{background:var(--color-accent-cyan);color:var(--color-primary-bg);border-color:var(--color-accent-cyan)}.custom-v3-tabs .custom-dropdown-toggle.active .custom-dropdown-arrow{border-color:var(--color-primary-bg)}.custom-v3-tab,.custom-v3-tab.active{display:block}.custom-v3-content{border:1px solid var(--color-border-primary);border-radius:8px;padding:10px}.custom-stat-section{margin-bottom:15px}.custom-stat-section:last-child{margin-bottom:0}.custom-second-and-third-stat-flex .custom-stat-section{flex:1}.custom-second-and-third-stat-flex .custom-stat-section:first-child{display:flex;flex-direction:column}.custom-second-and-third-stat-flex .custom-stat-section:first-child .custom-stat-item{margin-bottom:10px}.custom-second-and-third-stat-flex .custom-stat-section:first-child .custom-stat-item:last-child{margin-bottom:0}.custom-section-title{color:var(--color-text-primary);font-size:1.1rem;font-weight:700;height:20px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--color-border-primary)}.custom-second-and-third-stat-flex .custom-section-title{margin-bottom:15px}.custom-basic-stats-list{display:flex;gap:20px;padding:12px;background:var(--color-primary-bg);border-radius:8px;justify-content:space-around;border:1px solid var(--color-border-primary)}.custom-basic-stat-item{text-align:center;flex:1}.custom-basic-stat-value{font-size:.9rem;color:var(--color-text-primary);font-weight:700;margin-bottom:3px}.custom-basic-stat-label{font-size:.9rem;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.custom-enhanced-stats:nth-child(2){display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px}.custom-enhanced-stats:first-child{display:flex;flex-direction:column}.custom-stat-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;min-width:60px;height:63px;background:var(--color-primary-bg);border:1px solid var(--color-border-primary);border-radius:8px;padding:6px 8px;position:relative;overflow:hidden;transition:all .3s ease}.custom-stat-item:hover{border-color:var(--color-accent-cyan);transform:translateY(-2px);box-shadow:0 4px 12px #85c3e8}.custom-stat-header-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:80px}.custom-stat-value{color:var(--color-text-primary);font-size:.9rem;font-weight:700;margin:2px 0}.custom-stat-label{color:var(--color-text-primary);font-size:.9em;font-weight:600;text-transform:uppercase;letter-spacing:1px}.custom-metric-bar-flex{display:flex;flex-direction:column;justify-content:center;flex:1;padding:10px}.custom-metric-stats-flex{display:flex;justify-content:space-between;font-size:.5rem}.custom-metric-bar-flex span{color:var(--color-text-primary)}.custom-metric-bar-container{width:100%;height:15px;background:var(--color-border-primary);border-radius:2px;position:relative;overflow:hidden;margin:2px 0}.custom-metric-bar-fill{height:100%;border-radius:3px;transition:width .6s ease;position:relative}.custom-metric-bar-fill.elite{background:linear-gradient(90deg,#c0f,#93f)}.custom-metric-bar-fill.great{background:#93f}.custom-metric-bar-fill.good{background:#0ff}.custom-metric-bar-fill.average{background:#00d9ff}.custom-metric-bar-fill.below{background:#7a7a7a}.custom-metric-bar-fill.poor{background:#5a5a5a}.custom-percentile-badge{font-size:.9rem;font-weight:700;padding:1px 6px;border-radius:8px;text-transform:uppercase}.custom-percentile-elite{background:#c0f;color:#fff}.custom-percentile-great{background:#93f;color:#fff}.custom-percentile-good{background:#0ff;color:#000}.custom-percentile-average{background:#00d9ff;color:#000}.custom-percentile-below{background:#7a7a7a;color:#fff}.custom-percentile-poor{background:#5a5a5a;color:#fff}.custom-percentile-flex{display:flex;justify-content:center;align-items:center}.custom-overall-rating{display:flex;flex-direction:column;align-items:center;gap:4px}.custom-overall-score{font-size:1.4rem;font-weight:900;color:var(--color-accent-cyan);text-shadow:0 0 10px var(--color-accent-cyan-glow)}.custom-overall-label{font-size:.9rem;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:1px;font-weight:600}.custom-first-stat-title-with-divs{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:10px}.custom-player-header-title-row{display:flex;align-items:center;gap:12px}.custom-player-header-title{margin:0;color:var(--color-text-primary);font-weight:700;font-size:1.1rem}.custom-player-header-flex{gap:8px;display:flex;flex-direction:column;flex:1}.custom-profile-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;color:var(--color-primary-bg);border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00ffff4d;height:24px}.custom-profile-button:hover{background:var(--color-accent-cyan-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0ff6}.custom-profile-button:active{transform:translateY(0)}.custom-profile-button svg{width:14px;height:14px;flex-shrink:0}.custom-player-badges{display:flex;gap:6px;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;flex-shrink:0;max-width:560px;padding:2px 0;scrollbar-width:none;-ms-overflow-style:none}.custom-player-badges::-webkit-scrollbar{display:none}.custom-badge{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000004d;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;flex-shrink:0;white-space:nowrap}.custom-badge:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 4px 12px #0006}.custom-badge-icon{width:16px;height:16px;flex-shrink:0}.custom-badge-icon svg{width:100%;height:100%}.custom-badge-text{font-size:.6rem;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.5)}.custom-badge-position-rank{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-position-rank:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-target-share{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-target-share:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-health{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-health:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-injury-risk{background:linear-gradient(135deg,#ff0040,#c03);color:#fff;border:1px solid #FF0040;box-shadow:0 0 15px #ff0040b3}.custom-badge-injury-risk:hover{box-shadow:0 4px 12px #ff0040e6,0 0 25px #ff0040cc}.custom-badge-age-concern{background:linear-gradient(135deg,#ff0040,#c03);color:#fff;border:1px solid #FF0040;box-shadow:0 0 15px #ff0040b3}.custom-badge-age-concern:hover{box-shadow:0 4px 12px #ff0040e6,0 0 25px #ff0040cc}.custom-badge-competition{background:linear-gradient(135deg,#ff0040,#c03);color:#fff;border:1px solid #FF0040;box-shadow:0 0 15px #ff0040b3}.custom-badge-competition:hover{box-shadow:0 4px 12px #ff0040e6,0 0 25px #ff0040cc}.custom-badge-rookie{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-rookie:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-sleeper{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-sleeper:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-breakout{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-breakout:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-contract{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-contract:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-badge-qb-quality{background:linear-gradient(135deg,#93f,#c0f);color:#fff;border:1px solid #CC00FF;box-shadow:0 0 10px #cc00ff80}.custom-badge-qb-quality:hover{box-shadow:0 4px 12px #c0fc,0 0 20px #c0f9}.custom-dropdown{position:relative;display:inline-block;width:100%;max-width:200px;z-index:0}.custom-dropdown-toggle{width:100%;padding:12px 16px;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:8px;color:var(--color-text-primary);font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;min-width:140px;height:36.8px}.custom-dropdown-toggle:hover{border-color:var(--color-accent-cyan);background:var(--color-hover-bg)}.custom-dropdown-toggle.active{border-color:var(--color-accent-cyan);box-shadow:0 0 15px var(--color-accent-cyan-glow)}.custom-dropdown-arrow{width:12px;height:12px;border-right:2px solid var(--color-text-secondary);border-bottom:2px solid var(--color-text-secondary);transform:rotate(45deg) translateY(-3px);transition:transform .3s}.custom-dropdown-toggle.active .custom-dropdown-arrow{transform:rotate(-135deg) translateY(3px);border-color:var(--color-accent-cyan)}.custom-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--color-secondary-bg, #1e2330);border:1px solid var(--color-border-primary, #2a3441);border-radius:8px;box-shadow:0 10px 30px var(--color-shadow-heavy);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;z-index:1000;max-height:300px;overflow-y:auto}.custom-dropdown.open{z-index:9999}.custom-dropdown.open .custom-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.custom-dropdown-item{padding:12px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid var(--color-border-primary, #2a3441);color:var(--color-text-primary, #ffffff);font-size:14px}.custom-dropdown-item.selected{background:var(--color-accent-cyan, #00FFFF);color:var(--color-hover-bg, #252b3a);font-weight:700}.custom-dropdown-item:last-child{border-bottom:none}.custom-dropdown-item:hover{background:var(--color-hover-bg, #252b3a);color:var(--color-accent-cyan, #00FFFF);padding-left:20px}.custom-dropdown-menu::-webkit-scrollbar{width:6px}.custom-dropdown-menu::-webkit-scrollbar-track{background:var(--color-secondary-bg)}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:var(--color-accent-cyan);border-radius:3px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--color-accent-cyan-hover)}@media (max-width: 1760px){.custom-player-info-section-mobile{width:280px}}@media (max-width: 1510px){.custom-rank-stats-label,.custom-player-stat-label{font-size:.8rem;text-align:center}.custom-rank-stats-value,.custom-player-stat-value{font-size:1rem}.custom-player-name{font-size:1.2rem}.custom-position-badge{font-size:.8rem}.custom-team-info span{width:90px;font-size:.9rem}.custom-logo-circle{width:30px}.custom-headshot-circle{width:50px;height:50px}.custom-rank-cell{min-width:0;min-height:0;margin-right:7px}.custom-fantasy-stats-section-mobile{margin-right:5px}.custom-player-info-section-mobile{gap:0;width:200px}}@media (max-width: 1120px){.custom-fantasy-stats-section-mobile,.custom-adp-proj-section-mobile{display:none}.custom-team-info span{width:150px;font-size:.9rem}.custom-fantasy-stats-mobile-flex-2{display:flex}.custom-rank-stats-label,.custom-player-stat-label{font-size:.6rem;text-align:center}.custom-rank-stats-value,.custom-player-stat-value{font-size:.7rem}.custom-player-stat-item{display:flex;flex-direction:row;gap:20px}}@media (max-width: 912px){.custom-team-info span{width:100px;font-size:.7rem}}@media (max-width: 825px){.custom-player-stat-item{display:flex;flex-direction:row;gap:10px}.custom-fantasy-stats-mobile-flex-2{gap:10px}.custom-rank-stats-label,.custom-player-stat-label{font-size:.5rem;text-align:center}.custom-rank-stats-value,.custom-player-stat-value{font-size:.7rem}.custom-player-name{font-size:.9rem}.custom-position-badge{font-size:.6rem;padding:2px 5px}.custom-team-info span{width:90px;font-size:.7rem}.custom-logo-circle{width:20px}.custom-headshot-circle{width:50px;height:50px}.custom-rank-cell{width:40px;height:40px;min-width:0;min-height:0;margin-right:7px}.custom-fantasy-stats-section-mobile{margin-right:2px}.custom-player-info-section-mobile{gap:0;width:160px}.custom-team-position-row{height:30px}}@media (max-width: 700px){.custom-mobile-rank-headshot-flex{flex-direction:column;gap:5px}.custom-headshot-circle{width:30px;height:30px}.custom-rank-cell{width:30px;height:30px;min-width:0;min-height:0;margin-right:7px}.custom-team-info span{font-size:.6rem;width:70px}.custom-player-info-section-mobile{width:150px}}@media (max-width: 530px){.custom-player-row{padding:5px;justify-content:center}.custom-player-info-section-mobile{width:115px}.custom-fantasy-stats-mobile-flex-2{flex-direction:column;gap:2px}.custom-fantasy-stats-section-mobile-2{justify-content:flex-start}.custom-player-stat-item{display:flex;flex-direction:row;gap:10px}.custom-rank-stats-label,.custom-player-stat-label{font-size:.4rem;text-align:center}.custom-rank-stats-value,.custom-player-stat-value{font-size:.45rem}.custom-player-name{font-size:.6rem}.custom-position-badge{font-size:.4rem;padding:2px 3px}.custom-team-info span{width:40px;font-size:.5rem}.custom-logo-circle{width:15px}.custom-headshot-circle{width:30px;height:30px}.custom-rank-cell{width:30px;height:30px;min-width:0;min-height:0;margin-right:7px;font-size:.8rem}.custom-fantasy-stats-section-mobile{margin-right:2px}.custom-player-info-section-mobile{gap:0}.custom-team-position-row{height:30px}}@media (max-width: 380px){.custom-player-info-section-mobile{width:70px}.custom-team-position-row{gap:4px}.custom-headshot-circle{width:20px;height:20px}.custom-rank-cell{width:20px;height:20px;min-width:0;min-height:0;margin-right:7px}.custom-team-info span{width:30px;font-size:.35rem}.custom-player-name{font-size:.4rem}.custom-position-badge{font-size:.4rem;padding:2px}.custom-rank-stats-label,.custom-player-stat-label{font-size:.3rem;text-align:center}.custom-rank-stats-value,.custom-player-stat-value{font-size:.4rem}.custom-fantasy-stats-section-mobile-2,.custom-player-stat-item{gap:5px}.custom-team-info{gap:2px}.custom-player-row{padding:5px;justify-content:center}}.player-row.empty-slot{display:flex;justify-content:flex-start}.custom-empty-rank-cell{width:50px;height:50px;border:2px solid #333!important;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;font-weight:900;font-size:22px;color:#666!important;margin-right:15px;text-shadow:none!important;flex-shrink:0;min-width:50px;min-height:50px}.custom-empty-headshot-cell{display:flex!important;justify-content:center;align-items:center;padding:0!important;margin-right:15px;background:transparent!important}.player-row.empty-slot .custom-empty-headshot-circle.empty{background:#ffffff1a;border:2px dashed #666;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.5rem;font-weight:700}.custom-empty-headshot-circle{width:80px;height:80px;border-radius:8px;background:transparent;border:1px solid var(--color-border-primary);display:inline-block;overflow:hidden;box-shadow:0 6px 20px var(--color-shadow-light);position:relative;flex-shrink:0}.custom-empty-player-main-content{display:flex!important;justify-content:space-between;align-items:center;width:100%;gap:20px;flex:1}.custom-empty-player-info-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1;min-width:0}.custom-empty-player-name-row{display:flex;align-items:center;gap:16px;width:100%}.custom-player-row.empty-slot .custom-player-name.empty-text{color:#666;font-style:italic;font-weight:400;font-size:1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 845px){.player-row.empty-slot{gap:10px}.tier-cell{width:200px}.custom-rankings-container .tier-content{justify-content:center}.custom-rankings-container .tier-label{margin-left:0}}@media (max-width: 734px){.custom-empty-headshot-circle{width:40px;height:40px}.custom-empty-rank-cell{margin-right:2px;width:40px;height:40px;font-size:.8rem;min-width:0;min-height:0}.custom-player-name.custom-empty-text{font-size:.6rem}.custom-empty-headshot-cell{margin-right:2px}}@media (max-width: 460px){.player-row.empty-slot{gap:2px}.custom-empty-headshot-circle{width:25px;height:25px}.custom-empty-headshot-circle span{font-size:1rem}.custom-empty-rank-cell{margin-right:2px;width:25px;height:25px;font-size:.8rem;min-width:0;min-height:0}.custom-player-name.custom-empty-text{font-size:.6rem}.custom-empty-headshot-cell{margin-right:2px}}@media (max-width: 420px){.delete-button{width:18px;height:18px;top:5px;right:5px}.delete-button svg{width:8px;height:8px}}@media (max-width: 734px){.insert-button{width:24px;height:24px}.insert-above{top:8px;right:40px}.insert-below{top:8px;right:70px}.insert-button svg{width:12px;height:12px}}@media (max-width: 460px){.insert-button{width:20px;height:20px}.insert-above{top:6px;right:32px}.insert-below{top:6px;right:56px}.insert-button svg{width:10px;height:10px}}@media (max-width: 420px){.insert-button{width:18px;height:18px}.insert-above{top:5px;right:28px}.insert-below{top:5px;right:50px}.insert-button svg{width:8px;height:8px}}@media (max-width: 700px){.ranking-action-button{font-size:.45rem}}@media (max-width: 550px){.ranking-action-button{font-size:.4rem}}@media (max-width: 480px){.ranking-action-button{font-size:.35rem}}.tier-button-flex{display:flex;justify-content:center;gap:20px}@media (max-width: 800px){.tier-button-flex{gap:10px}.insert-button,.edit-tier-button,.delete-button{width:20px;height:20px}}@media (max-width: 600px){.tier-content{flex-direction:column;gap:10px}.tier-label{font-size:.9rem}.tier-cell{width:50px}}.player-row-insert-button.insert-below{top:4px;right:4px;position:absolute;background:#4a90e2;color:#fff;border:none;border-radius:6px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.player-row-insert-button.insert-above{position:absolute;top:4px;right:28px;background:#4a90e2;color:#fff;border:none;border-radius:6px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.player-row-delete-button{position:absolute;top:4px;right:52px;background:#f44;color:#fff;border:none;border-radius:6px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.player-row-delete-button svg{height:16px;width:16px}.player-row-insert-button svg{height:16px;width:16px}@media (max-width: 870px){.player-row-insert-button.insert-below{height:18px;width:18px}.player-row-insert-button.insert-below svg{height:10px;width:10px}.player-row-insert-button.insert-above{height:18px;width:18px}.player-row-insert-button.insert-above svg{height:10px;width:10px}.player-row-delete-button{height:18px;width:18px}.player-row-delete-button svg{height:10px;width:10px}}@media (max-width: 650px){.player-row-insert-button.insert-below{height:12px;width:12px}.player-row-insert-button.insert-below svg{height:8px;width:8px}.player-row-insert-button.insert-above{height:12px;width:12px}.player-row-insert-button.insert-above svg{height:8px;width:8px}.player-row-delete-button{height:12px;width:12px}.player-row-delete-button svg{height:8px;width:8px}}@media (max-width: 530px){.player-row-insert-button.insert-below{height:8px;width:10px;right:2px;top:2px}.player-row-insert-button.insert-below svg{height:6px;width:6px}.player-row-insert-button.insert-above{height:8px;width:10px;right:14px;top:2px}.player-row-insert-button.insert-above svg{height:6px;width:6px}.player-row-delete-button{height:8px;width:10px;right:26px;top:2px}.player-row-delete-button svg{height:6px;width:6px}}.empty-row-insert-button.insert-above{position:absolute;top:2px;right:5px;background:#4a90e2;color:#fff;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.empty-row-insert-button.insert-below{position:absolute;top:2px;right:50px;background:#4a90e2;color:#fff;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.empty-row-delete-button{position:absolute;top:2px;right:95px;background:#f44;color:#fff;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:15;box-shadow:0 2px 8px #4a90e24d}.player-row.empty-slot:hover .empty-row-insert-button,.player-row.empty-slot:hover .empty-row-delete-button{opacity:1}.empty-row-insert-button:hover,.empty-row-delete-button:hover{transform:scale(1.1)}.empty-row-insert-button:hover{background:#357abd;box-shadow:0 4px 12px #4a90e280}.empty-row-delete-button:hover{background:#f22;box-shadow:0 4px 12px #ff444480}@media (max-width: 420px){.empty-row-insert-button.insert-below{width:20px;height:20px;right:30px}.empty-row-insert-button.insert-below svg{width:15px;height:15px}.empty-row-insert-button.insert-above{width:20px;height:20px;right:4px}.empty-row-insert-button.insert-above svg{width:15px;height:15px}.empty-row-delete-button{width:20px;height:20px;right:56px}.empty-row-delete-button svg{width:15px;height:15px}}@media (max-width: 450px){.custom-rankings-container .primary-button{font-size:.56rem;padding:4px 12px}.left-flex-container:before{font-size:.5rem;top:-25px}.right-flex-container:before{font-size:.5rem;top:-25px}}.ranking-name-section{position:relative}.custom-help-button{margin-left:8px;width:20px;height:20px;border-radius:50%;background:transparent;border:1px solid white;color:var(--color-text-primary);font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;line-height:1;transition:all .18s ease}.custom-help-button:hover{background:var(--color-hover-bg);border-color:var(--color-accent-cyan);color:var(--color-accent-cyan);transform:translateY(-1px);box-shadow:0 4px 8px #0000001f}.help-popup{background-color:#121212fa;color:#e6eef8;border-radius:1rem;padding:1.25rem;max-width:520px;width:100%;animation:slideUp .22s ease-out}.help-popup-content{display:block;line-height:1.5;font-size:.98rem;color:#d1d5db}.help-popup-close{margin-top:.75rem;display:inline-block;padding:.6rem .9rem;border-radius:.5rem;background:transparent;border:2px solid rgba(107,114,128,.18);color:#e6eef8;font-weight:600;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform .08s ease}.custom-pick-modal{border-radius:1rem;padding:1.25rem 1.5rem;max-width:480px;width:100%;color:#e5e7eb;animation:slideUp .22s ease-out}.custom-pick-modal h2{margin:0 0 .5rem;color:#fff;font-size:1.125rem;font-weight:700}.custom-pick-modal .pick-buttons{display:flex;gap:.75rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.custom-pick-modal .pick-buttons button{min-width:140px;padding:.6rem .9rem;border-radius:.6rem;font-weight:700;cursor:pointer;border:none;color:#fff;transition:transform .12s ease,background-color .12s ease,box-shadow .12s ease;box-shadow:0 8px 20px #00000073}.custom-pick-modal .pick-buttons button:nth-child(1){background:linear-gradient(180deg,#0ea5e9,#0284c7)}.custom-pick-modal .pick-buttons button:nth-child(1):hover{background:linear-gradient(180deg,#0284c7,#0369a1);transform:translateY(-2px)}.custom-pick-modal .pick-buttons button:nth-child(2){background:linear-gradient(180deg,#7c3aed,#6d28d9)}.custom-pick-modal .pick-buttons button:nth-child(2):hover{background:linear-gradient(180deg,#6d28d9,#5b21b6);transform:translateY(-2px)}.custom-pick-modal .pick-buttons button.cancel{background:transparent;color:#d1d5db;border:2px solid rgba(107,114,128,.22);box-shadow:none}.custom-pick-modal .pick-buttons button.cancel:hover{background:#6b728014;transform:none}@media (max-width: 520px){.custom-pick-modal{padding:.9rem}.custom-pick-modal .pick-buttons{flex-direction:column;gap:.5rem}.custom-pick-modal .pick-buttons button{width:100%;min-width:0}}.manage-rankings-container{width:100%;height:100%;margin:auto}.manage-rankings{width:100%;border-spacing:0px 20px;table-layout:fixed}.manage-rankings tr{font-weight:700}.manage-rankings td{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;display:table-cell;padding:10px 15px;display:flex;border:1px solid gray;align-items:center;border-radius:8px}.manage-rankings .ranking-row{background:#0a0a0a;border:1px solid gray;border-radius:8px;padding:26px 20px;margin:10px auto;justify-content:space-between;align-items:center;width:100%;position:relative;height:auto;min-height:70px;cursor:pointer}.ranking-row:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#0ff;border-radius:10px 0 0 10px;transform:scaleY(0);transition:transform .3s}.ranking-row:hover:before{transform:scaleY(1)}.ranking-row:hover{border-color:#0ff!important;box-shadow:0 0 15px #00ffff4d!important;background:#00ffff0d!important}.ranking-row-flex{display:flex;flex-direction:row;width:100%;align-items:center}.ranking-col{flex:1;display:flex;flex-direction:column;min-width:0;gap:6px}.ranking-label{font-weight:700;font-size:.95rem;color:#85c3e8}.ranking-value{white-space:wrap;margin-right:2px}.ranking-labels-flex{display:flex;flex:2}.ranking-actions{display:flex;flex-direction:row;gap:25px;align-items:center;justify-content:center}.ranking-actions button{padding:6px 16px;border-radius:6px;border:none;background:#85c3e8;color:#0a0a0a;font-weight:700;cursor:pointer;transition:background .2s}.ranking-actions button:hover{background:#00d9ff}@media (max-width: 750px){.ranking-actions button{font-size:.6rem}}@media (max-width: 460px){.ranking-actions button{font-size:.45rem;padding:2px 6px}}@media (max-width: 1205px){.ranking-row-flex{flex-direction:column;align-items:stretch;gap:10px}.ranking-labels-flex{justify-content:space-between;flex:0}.ranking-col{align-items:center}}@media (max-width: 965px){.ranking-label,.ranking-value{font-size:.8rem}}@media (max-width: 722px){.ranking-label,.ranking-value{font-size:.7rem}}@media (max-width: 615px){.ranking-label,.ranking-value{font-size:.55rem}.ranking-col:nth-child(2){display:none}}@media (max-width: 433px){.ranking-label,.ranking-value{font-size:.45rem}.ranking-col:nth-child(2){display:none}.manage-rankings td{padding:1px}}.mobile-container{width:100%;height:110vh;min-height:600px;background-color:#000;overflow:hidden}.mobile-container.modal-open{overflow:visible}.mobile-side-by-side-container{display:flex;gap:4px;height:120%}.mobile-left-panel,.mobile-right-panel{width:50%;background-color:#000;display:flex;flex-direction:column;overflow:hidden}.mobile-panel-header{padding:8px;border-bottom:2px solid #85c3e8;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.mobile-panel-title{color:#85c3e8;font-size:17px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;display:block;text-align:center}.mobile-search-container-custom{padding:0 8px;margin-bottom:6px;margin-top:0}.mobile-search-input{width:100%;background-color:#1e2330;border-radius:6px;padding:12px;color:#fff;border:1px solid #2a3441;font-size:15px;font-weight:600;min-height:44px;outline:none}@media (max-width: 450px){.mobile-search-input{font-size:13px}}@media (max-width: 380px){.mobile-search-input{font-size:11px}}.mobile-search-input:focus{border-color:#85c3e8;box-shadow:0 0 10px #85c3e84d}.mobile-filter-column{padding:0 8px 8px;display:flex;flex-direction:column;gap:4px}.mobile-custom-filter-dropdown{flex:0 0 auto;min-width:100px;background-color:#0a0e1a;border-radius:8px;padding:12px 32px 12px 12px;border:2px solid #2a3441;color:#85c3e8;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;outline:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;width:100%}.mobile-custom-filter-dropdown:focus{outline:none}.mobile-list-content{flex:1;overflow-y:auto;padding:5px;display:flex;flex-direction:column;gap:6px}.mobile-list-content::-webkit-scrollbar{display:none}.mobile-list-content{scrollbar-width:none;-ms-overflow-style:none}.mobile-player-card{background-color:#1e2330;border-radius:8px;padding:10px;border:1px solid #2a3441;cursor:pointer;transition:all .3s ease;height:auto}.mobile-player-card:hover{border-color:#85c3e8;background-color:#85c3e80d}.mobile-player-card-selected{border-color:#85c3e8;background-color:#85c3e81a;box-shadow:0 0 10px #85c3e84d}.mobile-player-card-last{margin-bottom:200px}.mobile-empty-slot{opacity:.6}.mobile-player-main-row{display:flex;align-items:center;gap:10px}@media (max-width: 390px){.mobile-player-main-row{gap:3px}}.mobile-rank-headshot-column{display:flex;flex-direction:row;align-items:center;gap:8px;margin-right:0}.mobile-rank-profile-column{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-rank-circle{width:28px;height:28px;border-radius:14px;background-color:#85c3e81a;border:1px solid #2a3441;display:flex;justify-content:center;align-items:center;flex-shrink:0}.mobile-rank-text{color:#85c3e8;font-size:12px;font-weight:900}.mobile-rank-profile-column .mobile-custom-profile-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;padding:0;background:var(--color-accent-cyan, #00FFFF);color:var(--color-primary-bg, #0a0e1a);border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #00ffff4d;flex-shrink:0}.mobile-rank-profile-column .mobile-custom-profile-button:hover{background:var(--color-accent-cyan-hover, #00cccc);transform:scale(1.05)}.mobile-rank-profile-column .mobile-custom-profile-button:active{transform:scale(.95)}.mobile-rank-profile-column .mobile-custom-profile-button svg{width:12px;height:12px;flex-shrink:0}.mobile-headshot{width:40px;height:40px;border-radius:6px;border:1px solid #2a3441;background-color:#0a0e1a;object-fit:cover}.mobile-empty-headshot{display:flex;justify-content:center;align-items:center;border-style:dashed}.mobile-empty-text{color:#666;font-size:20px;font-weight:900}.mobile-player-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.custom-mobile-player-name{color:#fff;font-size:15px;font-weight:800;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:wrap}@media (max-width: 450px){.custom-mobile-player-name{font-size:13px}}@media (max-width: 420px){.mobile-rank-headshot-column{flex-direction:column;align-items:center;gap:4px;margin-right:10px}.mobile-rank-profile-column{flex-direction:column;align-items:center;gap:5px}.mobile-rank-profile-column,.mobile-rank-circle{order:1}.mobile-headshot{order:2;width:32px;height:32px}.mobile-rank-profile-column .mobile-custom-profile-button{order:2;width:28px;height:18px;min-width:28px}.mobile-rank-profile-column .mobile-custom-profile-button svg{width:10px;height:10px}}@media (max-width: 360px){.custom-mobile-player-name{font-size:11px}}.mobile-empty-player-name{color:#666;font-style:italic;font-weight:600}.mobile-player-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mobile-position-badge{background-color:#85c3e8;border-radius:8px;padding:2px 6px;color:#0a0e1a;font-size:9px;font-weight:800;letter-spacing:.4px}.custom-mobile-team-text{color:#9ca3af;font-size:13px;font-weight:700}@media (max-width: 450px){.custom-mobile-team-text{font-size:11px}}.mobile-action-buttons{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap}.mobile-action-button{flex:1;background-color:#4a90e2;border-radius:4px;padding:4px;min-height:34px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:70px}.mobile-action-button:hover{background-color:#357abd;transform:scale(1.05)}.mobile-delete-button{background-color:#f44}.mobile-delete-button:hover{background-color:#f22}.mobile-action-button-text{color:#fff;font-size:18px;font-weight:700}.mobile-tier-card{background-color:#85c3e81a;border-radius:8px;padding:12px;border:1px solid #85c3e8;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;height:300px}.mobile-tier-text{color:#85c3e8;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;text-align:center;width:150px;max-width:150px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.3}@media (max-width: 400px){.mobile-tier-text{font-size:12px;width:120px;max-width:120px;letter-spacing:.5px}}.mobile-player-tier-selected{background-color:#3d657cf7}.mobile-name-container{padding:0 6px 6px;margin-top:0;margin-left:0;margin-right:0}.mobile-name-input{width:100%;background-color:#1e2330;border-radius:6px;padding:12px;color:#fff;border:1px solid #2a3441;font-size:15px;font-weight:600;min-height:44px;outline:none}@media (max-width: 450px){.mobile-name-input{font-size:13px}}@media (max-width: 380px){.mobile-name-input{font-size:11px}}.mobile-name-input:focus{border-color:#85c3e8;box-shadow:0 0 10px #85c3e84d}.mobile-change-name-container{padding:0 8px 6px}.mobile-change-name-button{width:100%;background-color:#4a90e2;border-radius:6px;padding:10px;border:none;min-height:44px;cursor:pointer;transition:all .3s ease}.mobile-change-name-button:hover{background-color:#357abd}.mobile-change-name-button-active{background-color:#14293e;border-color:#357abd;transform:translateY(-1px);box-shadow:0 6px 18px #357abd1f}.mobile-change-name-button-text{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase}.mobile-action-row{display:flex;gap:4px;padding:0 8px;flex-wrap:wrap}.mobile-action-btn{flex:1;background-color:#85c3e8;border-radius:6px;padding:2px;min-height:44px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:65px}.mobile-action-btn:hover{background-color:#6ab3d8;transform:translateY(-2px)}.mobile-action-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-action-btn-text{color:#0a0e1a;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 450px){.mobile-action-btn-text{font-size:11px}}.mobile-autosave-status{text-align:center;padding:6px 8px;font-size:12px;font-weight:600;letter-spacing:.5px;margin-top:2px}.mobile-autosave-saving{color:#85c3e8}.mobile-autosave-saved{color:#4ade80}.mobile-toggle-row{padding:0 8px 8px}.mobile-toggle-btn{width:100%;background-color:#1e2330;border-radius:6px;padding:12px;border:1px solid #2a3441;min-height:44px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin:6px 0 0}.mobile-toggle-btn:hover{border-color:#85c3e8}.mobile-toggle-btn-active{background-color:#85c3e8;border-color:#85c3e8}.mobile-toggle-btn-text{color:#fff;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.toggleBtnTextDisabled{color:#666}@media (max-width: 450px){.mobile-toggle-btn-text{font-size:11px}}.mobile-add-more-button{background-color:#1e2330;border-radius:6px;padding:12px;border:1px solid #2a3441;cursor:pointer;transition:all .3s ease;width:100%}.mobile-add-more-button:hover{border-color:#85c3e8}.mobile-add-more-button-text{color:#85c3e8;font-size:11px;font-weight:800;text-transform:uppercase}.mobile-load-more-container{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px;margin-bottom:200px}.mobile-load-more-button{background-color:#1e2330;border-radius:6px;padding:12px;border:1px solid #2a3441;cursor:pointer;transition:all .3s ease;width:100%}.mobile-load-more-button:hover{border-color:#85c3e8}.mobile-load-more-button-text{color:#85c3e8;font-size:11px;font-weight:800;text-transform:uppercase}.mobile-showing-count{color:#6b7a8c;font-size:10px;font-weight:600}.mobile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:99999}.mobile-modal-content{background-color:#1e2330;border-radius:16px;max-height:50%;width:70%;padding-bottom:20px;border:2px solid #2a3441;overflow:hidden;display:flex;flex-direction:column}.mobile-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:2px solid #2a3441}.mobile-modal-title{color:#fff;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.mobile-modal-close{color:#85c3e8;font-size:24px;font-weight:700;background:none;border:none;cursor:pointer;padding:0;line-height:1}.mobile-modal-options{overflow-y:auto;flex:1}.mobile-modal-option{padding:16px;border-bottom:1px solid #2a3441;cursor:pointer;min-height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.mobile-modal-option:hover{background-color:#252b3a}.mobile-modal-option-selected{background-color:#85c3e833}.mobile-modal-option-text{color:#fff;font-size:12px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.5px}.mobile-modal-option-text-selected{color:#85c3e8;font-weight:900}.mobile-tier-edit-modal{background-color:#1e2330;border-radius:12px;padding:20px;width:80%;border:2px solid #2a3441}.mobile-tier-edit-title{color:#fff;font-size:16px;font-weight:800;margin-bottom:12px;text-align:center;display:block}.mobile-tier-edit-input{width:100%;background-color:#0a0e1a;border-radius:6px;padding:14px;color:#fff;border:1px solid #2a3441;font-size:14px;font-weight:600;margin-bottom:12px;min-height:50px;outline:none}.mobile-tier-edit-input:focus{border-color:#85c3e8;box-shadow:0 0 10px #85c3e84d}.mobile-tier-edit-buttons{display:flex;gap:8px}.mobile-tier-edit-button{flex:1;padding:14px;border-radius:6px;border:none;cursor:pointer;min-height:48px;display:flex;align-items:center;justify-content:center}.mobile-tier-edit-cancel{background-color:#666}.mobile-tier-edit-save{background-color:#85c3e8}.mobile-tier-edit-button-text{color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.mobile-tier-edit-body{padding:16px;display:flex;flex-direction:column;gap:12px}.mobile-tier-edit-save-button{background-color:#85c3e8;border:none;border-radius:6px;padding:14px;min-height:48px;cursor:pointer;color:#0a0e1a;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.mobile-tier-edit-save-button:hover{background-color:#6ab3d8;transform:translateY(-2px)}.mobile-load-modal-content{background-color:#1e2330;border-radius:16px;max-height:70%;width:85%;border:2px solid #2a3441;overflow:hidden;display:flex;flex-direction:column;position:absolute;top:100px}.mobile-rankings-list{padding:16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.mobile-ranking-item{background-color:#0a0e1a;border-radius:8px;padding:12px;border:1px solid #2a3441;display:flex;flex-direction:column;gap:12px}.mobile-ranking-info{display:flex;flex-direction:column;gap:4px}.mobile-ranking-title{color:#fff;font-size:14px;font-weight:700;margin-bottom:4px}.mobile-ranking-dates{display:flex;align-items:center}.mobile-ranking-date-label{color:#9ca3af;font-size:11px;font-weight:600}.mobile-ranking-date-value{color:#fff;font-size:11px;font-weight:600}.mobile-ranking-actions{display:flex;gap:8px}.mobile-load-button{flex:1;background-color:#85c3e8;border-radius:6px;padding:10px;border:none;cursor:pointer;min-height:40px;display:flex;align-items:center;justify-content:center}.mobile-load-button-text{color:#0a0e1a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.mobile-delete-ranking-button{flex:1;background-color:#f44;border-radius:6px;padding:10px;border:none;cursor:pointer;min-height:40px;display:flex;align-items:center;justify-content:center}.mobile-delete-ranking-button-text{color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.mobile-empty-rankings{padding:40px;display:flex;align-items:center;justify-content:center}.mobile-empty-rankings-text{color:#9ca3af;font-size:14px;font-weight:600;text-align:center}.custom-mobile-help-button{margin-left:8px;width:20px;height:20px;border-radius:50%;background:transparent;border:1px solid white;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;line-height:1;transition:all .18s ease}.custom-mobile-help-button:hover{background:#252b3a;border-color:#85c3e8;color:#85c3e8;transform:translateY(-1px);box-shadow:0 4px 8px #0000001f}.help-popup{color:#e6eef8;border-radius:1rem;padding:1.25rem;max-width:520px;width:100%;animation:slideUp .22s ease-out}.help-popup-content{display:block;line-height:1.5;font-size:.98rem;color:#d1d5db;max-height:300px;overflow-y:auto}.help-popup-content strong,.help-popup-content h3{display:block;color:#fff;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.help-popup-close{margin-top:.75rem;display:inline-block;padding:.6rem .9rem;border-radius:.5rem;background:transparent;border:2px solid rgba(107,114,128,.18);color:#e6eef8;font-weight:600;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform .08s ease;box-shadow:0 8px 20px #00000073}.help-popup-close:hover{background-color:#6b728014;border-color:#9ca3af38;transform:translateY(-1px)}@media (max-width: 520px){.help-popup{padding:.9rem;max-width:92%}.help-popup-close{width:100%}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background-color:#0a0e1a;color:#e6eef8;border:1px solid rgba(133,195,232,.12);border-radius:10px;padding:10px 14px;z-index:2200;box-shadow:0 25px 75px #0009;font-weight:700;font-size:13px;letter-spacing:.2px;max-width:90%;text-align:center;animation:slideUp .2s ease-out}:root{--primary-bg: rgb(93, 91, 91);--white: #FBFBFB;--dark-gray: rgb(76, 73, 73);--light-gray: lightgray;--medium-gray: gray;--border-radius: .5rem;--box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--table-shadow: 3px 4px 6px -1px rgba(0, 0, 0, .1), 3px 2px 4px -1px rgba(0, 0, 0, .06)}body{margin:0;padding:0;font-family:Arial,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.college-table-rankings-container{width:100%;display:flex;flex-direction:column;align-items:center}.college-page-title{width:100%;padding:0 1rem;margin:1.3rem 0;text-align:center;display:flex;justify-content:center;align-items:center;position:relative}.college-page-title h1{font-size:2rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.college-help-button{width:25px;height:25px;border-radius:50%;background-color:var(--primary-bg);color:#fff;border:none;font-weight:700;margin-left:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background-color .2s,transform .2s}.college-help-button:hover{background-color:#4a4a4a;transform:scale(1.1)}.college-help-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);width:90%;max-width:600px;background-color:#282828;border-radius:8px;box-shadow:0 4px 12px #0006;padding:20px;z-index:1000;text-align:left;color:#fbfbfb;margin-top:15px;animation:fadeIn .3s ease-out}.college-help-tooltip p{margin-top:0;font-size:1rem;line-height:1.5}.college-help-tooltip p:last-of-type{margin-bottom:15px;font-style:italic}.college-help-tooltip ul{padding-left:20px;margin-bottom:15px}.college-help-tooltip li{margin-bottom:8px;font-size:.95rem;line-height:1.4}.college-close-help{background-color:var(--primary-bg);color:#fff;border:none;border-radius:4px;padding:8px 15px;font-size:.9rem;cursor:pointer;float:right}.college-close-help:hover{background-color:#4a4a4a}@media (max-width: 768px){.college-help-tooltip{width:95%;padding:15px;max-width:450px}.college-help-tooltip p,.college-help-tooltip li{font-size:.9rem}}@media (max-width: 600px){.college-help-tooltip{max-width:95%;padding:12px}.college-help-tooltip p{font-size:.85rem}.college-help-tooltip li{font-size:.8rem;margin-bottom:6px}}@media (max-width: 420px){.college-page-title{flex-direction:column}.college-help-button{margin:8px 0 0}.college-help-tooltip{left:50%;width:100%;box-sizing:border-box;border-radius:6px}}@media (max-width: 350px){.college-help-tooltip{padding:10px}.college-help-tooltip li{font-size:.75rem}.college-close-help{padding:6px 12px;font-size:.8rem}}@media (min-width: 1600px){.college-help-tooltip{max-width:700px;padding:25px}.college-help-tooltip p{font-size:1.1rem}.college-help-tooltip li{font-size:1.05rem;margin-bottom:10px}.college-help-button{width:30px;height:30px;font-size:18px}}.college-info-banner{width:98%;max-width:2000px;min-width:320px;height:50px;margin:0 auto 1rem;background-color:#5d5b5be6;color:#fff;border-left:4px solid #4299e1;box-shadow:var(--box-shadow);border-radius:var(--border-radius);padding:.75rem;text-align:center;z-index:10}.college-info-banner-content{display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:500}.college-info-icon{font-size:1.2rem;margin-right:.5rem}@media (max-width: 480px){.college-info-banner{padding:.5rem}.college-info-banner-content{font-size:.8rem}.college-info-icon{font-size:1rem;margin-right:.3rem}}@media (min-width: 1024px){.college-info-banner-content{font-size:1.1rem}.college-info-icon{font-size:1.3rem}}.college-full-menu-container{display:flex;flex-direction:column;align-items:center;width:100%;gap:.5rem}.college-menu-bar-container{display:flex;flex-direction:row;align-items:center;width:96%;padding:0 .5rem;gap:1rem}.college-search-bar{width:96%;display:flex;justify-content:center}.college-search-bar input{width:100%;height:40px;border-radius:30px;border:1px solid black;padding:0 1.5rem;background-color:var(--dark-gray);color:#fff;box-shadow:var(--box-shadow);font-weight:700}.college-filters-toggle-button{display:none;width:100%;max-width:800px;height:40px;border-radius:30px;border:1px solid black;background-color:var(--primary-bg);color:#fff;font-weight:700;font-size:1rem;text-transform:uppercase;cursor:pointer;box-shadow:var(--box-shadow);transition:background-color .2s ease,transform .2s ease}.college-filters-toggle-button:hover{background-color:#4a4a4a;transform:scale(1.02)}.college-filters-toggle-button:active{transform:scale(.98)}.college-filter-rows.hidden,.college-toggle-container.hidden{display:none}.college-filter-rows.visible,.college-toggle-container.visible{display:flex}.college-filter-rows{display:flex;width:95%;gap:.5rem;justify-content:center}.college-menu-item{font-size:1.5vw;width:94%;font-weight:700;border-radius:var(--border-radius);display:flex;justify-content:center;align-items:center;white-space:nowrap;position:relative;box-shadow:var(--box-shadow);background-color:var(--primary-bg);height:45px;text-align:center;padding:0;text-transform:uppercase;color:#fff;overflow:visible;cursor:pointer}.college-menu-item>a{color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;padding:5px 10px;position:relative;transition:color .3s ease,transform .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;pointer-events:none}@media (min-width: 901px){.college-menu-item>a{pointer-events:auto}}.college-menu-item>a:after{content:"";position:absolute;bottom:-5px;left:0;width:0%;height:2px;background-color:#fff;transition:width .3s ease;z-index:-1}.college-menu-item:hover>a:after{width:100%;background-color:gray}.college-menu-item:hover>a:before{transform:rotate(180deg)}.college-menu-item:hover{background-color:#4a4a4a;color:#fff;z-index:10;box-shadow:0 5px 8px #0003;transform:translateY(-1px);transition:all .2s ease-in-out}.college-sub-menu-rankings{position:absolute;border-radius:5px;top:100%;left:0;right:0;background:var(--light-gray);display:none;list-style:none;margin:0;padding:0;z-index:100;min-width:100%;width:100%;max-width:none;max-height:300px;overflow-y:auto;box-shadow:0 4px 6px #0000001a;scrollbar-width:none;-ms-overflow-style:none;transition:none!important;transform:none!important;animation:none!important}.college-menu-item:hover>.college-sub-menu-rankings{display:block;transition:none!important;animation:none!important}.college-sub-menu-active{display:block!important;transition:none!important;animation:none!important;transform:none!important}.college-sub-menu-rankings-item{width:100%;font-weight:700}.college-sub-menu-rankings-item a{display:flex;height:45px;font-size:1.5vw;color:#000;text-decoration:none;position:relative;padding:0 15px;align-items:center;justify-content:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.college-sub-menu-rankings-item.selected a{background-color:#4a4a4a;color:#fff;font-weight:700}.college-sub-menu-rankings-item a:hover{background-color:#4a4a4a;color:#fff}.college-toggle-container{width:100%;display:flex;justify-content:space-around;text-transform:uppercase}.college-toggle-option{display:flex;align-items:center;margin:0 10px}.college-toggle-option-label{margin-right:10px;font-size:1rem;color:#fff}.college-toggle-label{position:relative;display:inline-block;width:3rem;height:1.5rem;cursor:pointer;margin-left:1rem}.college-toggle-background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:1rem;transition:background-color .3s}.college-toggle-knob{position:absolute;top:.25rem;left:.25rem;width:1rem;height:1rem;background-color:#fff;border-radius:50%;transition:transform .3s}.college-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.peer:checked~.college-toggle-background{background-color:#4299e1}.peer:checked~.college-toggle-knob{transform:translate(1.5rem)}.college-table-container{width:98%;overflow-x:scroll;-webkit-overflow-scrolling:touch;margin:0 .5rem;position:relative;border-radius:.75rem}.college-table-container table{width:100%;border-spacing:0;border-radius:.75rem;border-collapse:separate;margin-top:1rem;box-shadow:var(--table-shadow);min-width:1200px}.college-table-container th,.college-table-container td{white-space:normal;text-overflow:ellipsis;overflow:hidden;border:none}.college-table-container thead tr{background-color:#d3d3d341;height:40px;font-size:1rem;font-weight:700;text-align:left;border-radius:.75rem}.college-table-container thead th{padding:.75rem 1rem;position:sticky;top:0;background-color:#d3d3d3e6;z-index:1;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;min-width:120px}.college-table-container th:nth-child(5),.college-table-container th:nth-child(6),.college-table-container th:nth-child(7){min-width:140px}.college-table-container tbody tr{color:#fff;position:relative;z-index:0;overflow:hidden}.college-table-container tbody td{font-size:1rem;font-weight:700;padding:1.2rem 1rem}.college-table-container th:nth-child(2),.college-table-container td:nth-child(2){position:sticky;left:0;z-index:2;box-shadow:2px 0 5px #0000001a;min-width:180px}.college-table-container thead th:nth-child(2){background-color:var(--medium-gray)}.college-table-container tbody tr td:nth-child(2){background-color:inherit}*/ .college-table-container tbody tr{position:relative;z-index:0}.college-table-container tbody tr:hover{cursor:pointer;box-shadow:5px 2px 8px #0000001a;border-radius:.5rem;z-index:5}.college-player-info{display:flex;align-items:center;justify-content:flex-start;background-color:inherit;position:relative;padding-right:40px}.college-player-info .college-player-name{flex:1;margin-right:5px;overflow:hidden;color:#fff}.college-placeholder-circle{width:60px;height:60px;border-radius:50%;-webkit-border-radius:50%;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;vertical-align:middle;overflow:hidden;-webkit-overflow:hidden;position:relative;flex-shrink:0}.college-placeholder-circle img{width:100%;height:100%;object-fit:cover;-webkit-object-fit:cover;object-position:center top;position:absolute;border-radius:50%;-webkit-border-radius:50%;display:block;max-width:100%;max-height:100%}.college-team-info{display:flex;align-items:center;white-space:nowrap;overflow:hidden;max-width:100%}.college-placeholder-square{width:60px;height:60px;background-color:#fff;border-radius:50%;display:inline-block;margin-right:8px;vertical-align:middle;overflow:hidden;padding:8px}.college-placeholder-square img{width:100%;height:100%}.college-placeholder-square:hover{transition-duration:.2s}.college-team-name{text-overflow:ellipsis;overflow:hidden;color:#fff!important}.college-table-container .college-team-info .college-team-name{color:#fff!important}.college-split-stat-container{display:flex;color:#fff}.college-stat-name-container{margin-left:0;color:#fff}.college-stat-number-container{margin-left:10px;color:#fff}.college-tablestat{line-height:1.5rem;color:#fff}.college-add-dash-button{text-align:center;align-items:center;background-color:#fff;color:#000;border:none;border-radius:8px;padding:0;cursor:pointer;position:relative;overflow:hidden;transition:width .1s ease,background-color .3s ease,transform .2s ease;min-width:25px;min-height:30px;margin-right:5px!important;vertical-align:middle;margin-left:5px}.college-add-dash-button:hover{transform:scale(1.15);z-index:10}.college-player-info .college-add-dash-button{position:absolute;right:5px;top:50%;transform:translateY(-50%);margin:0!important}.college-player-info .college-add-dash-button:hover{transform:translateY(-50%) scale(1.15)}.college-load-more-container{display:flex;justify-content:center;align-items:center;margin:2rem 0}.college-load-more-button{width:200px;height:50px;border-radius:30px;background-color:var(--primary-bg);color:#fff;font-size:1.1rem;border:1px solid black;cursor:pointer}.college-load-more-button:hover{transform:scale(1.05);transition-duration:.2s}.college-recruit-draft-pick{font-size:.95rem;color:#fff;display:inline-block;font-weight:700}@media (max-width: 470px){.college-recruit-draft-pick{font-size:.85rem}}@media (max-width: 470px){.college-player-info{padding-right:27px!important}.college-placeholder-circle,.college-placeholder-square{width:40px!important;height:40px!important;margin-right:4px!important}.college-table-container tbody td{font-size:.9rem!important;padding:.8rem .5rem!important}.college-add-dash-button{min-width:20px!important;min-height:20px!important;right:-10px!important}.college-player-info{padding-right:5px!important}.college-placeholder-circle{width:35px!important;height:35px!important}.college-player-info .college-player-name{text-align:center;width:100%;display:flex;justify-content:center}.college-player-info span{display:flex;justify-content:center}.college-split-stat-container{font-size:.85rem!important}.college-stat-number-container{margin-left:5px!important}.college-table-container th,.college-table-container td{min-width:90px!important}.college-table-container th:nth-child(1),.college-table-container td:nth-child(1){min-width:20px!important;padding-left:5px!important;padding-right:5px!important}.college-table-container th:nth-child(2),.college-table-container td:nth-child(2){max-width:130px!important}.college-table-container th:nth-child(3),.college-table-container td:nth-child(3){min-width:60px!important}.college-sub-menu-rankings{max-width:100%;width:100%}.college-menu-item>a{justify-content:space-between;padding:5px 15px}.college-menu-item>a:before{margin-left:10px}.college-toggle-option{margin:5px 0;width:100%;justify-content:space-between}.college-menu-item>.college-sub-menu-rankings,.college-sub-menu-rankings-item a{transition:none!important;animation:none!important;transform:none!important}.college-menu-item{position:relative}}@media (max-width: 360px){.college-add-dash-button{min-width:20px!important;min-height:20px!important;right:2px!important}.college-player-info{padding-right:5px!important}.college-placeholder-circle{width:35px!important;height:35px!important}}@media (max-width: 670px){.college-menu-item{height:35px!important}.college-sub-menu-rankings-item a{padding:2px 5px}.college-sub-menu-rankings-item a{height:35px!important;padding:0 15px}}@media (max-width: 900px){.college-menu-bar-container{flex-direction:column;margin-bottom:.5rem;width:101%}.college-filter-rows{flex-direction:column;width:100%}.college-filter-rows .college-menu-item{font-size:1rem!important}.college-filter-rows .college-sub-menu-rankings-item a{font-size:1rem!important;height:45px}.college-filters-toggle-button{display:block}.college-filter-rows,.college-toggle-container{display:none}.college-filter-rows.visible,.college-toggle-container.visible{display:flex}.college-menu-item:hover>.college-sub-menu-rankings{display:none}.college-sub-menu-active{display:block!important}}@media (min-width: 720px) and (max-width: 900px){.college-table-container{min-height:300px}}@media (min-width: 901px){.college-filter-rows{flex-direction:row;justify-content:space-between}.college-menu-item:hover>.college-sub-menu-rankings{display:block}}@media (min-width: 670px){.college-filter-rows{align-items:center;justify-content:space-between}.college-toggle-container{width:100%}}@media (min-width: 1024px){.college-page-title h1{font-size:2.5rem}.college-menu-bar-container{gap:1rem}.college-search-bar{min-width:300px;margin-bottom:0}.college-search-bar input{min-width:300px}.college-table-container thead th{font-size:1.2rem}.college-table-container tbody td{font-size:1.3rem;padding:1.5rem 1.6rem}.college-menu-item{padding:0;margin:.5rem 0}}@media (min-width: 1200px){.college-page-title h1{font-size:2.8rem}.college-sub-menu-rankings{width:100%}.college-toggle-option-label{font-size:1.2rem}.college-toggle-label{width:3.5rem;height:1.75rem}.college-toggle-knob{top:.375rem;left:.375rem}.peer:checked~.college-toggle-knob{transform:translate(2rem)}.college-sub-menu-rankings-item a{font-size:1.5vw;padding:0 20px;height:45px}}@media (min-width: 1600px){.college-table-container{overflow-x:auto;width:95%;max-width:2000px;margin:0 auto}.college-table-container th:nth-child(2),.college-table-container td:nth-child(2){position:sticky;left:0;box-shadow:2px 0 5px #0000001a;z-index:2;min-width:250px}.college-table-container table{width:100%;min-width:1200px;table-layout:auto}.college-table-container th,.college-table-container td{white-space:normal;padding:1rem;min-width:120px}.college-table-container th:nth-child(1),.college-table-container td:nth-child(1){min-width:70px}.college-table-container th:nth-child(2),.college-table-container td:nth-child(2){min-width:250px}.college-table-container th:nth-child(3),.college-table-container td:nth-child(3){min-width:100px}.college-table-container th:nth-child(4),.college-table-container td:nth-child(4){min-width:180px}.college-table-container th:nth-child(5),.college-table-container td:nth-child(5),.college-table-container th:nth-child(6),.college-table-container td:nth-child(6),.college-table-container th:nth-child(7),.college-table-container td:nth-child(7){min-width:200px}}.college-toast-notification{position:fixed;bottom:2rem;left:1rem;right:1rem;margin:0 auto;background-color:#fff;color:#333;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:10002;display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:400px;animation:slideIn .3s ease-out forwards}@media (max-width: 500px){.college-toast-notification{bottom:1rem;left:.75rem;right:.75rem;padding:.75rem 1rem}.college-toast-message{font-size:.875rem}}@media (max-width: 360px){.college-toast-notification{left:.5rem;right:.5rem;padding:.625rem .75rem}.college-toast-message{font-size:.8rem}.college-toast-close{padding:.25rem .4rem;font-size:1rem}}.college-toast-notification.success{border-left:4px solid #10b981}.college-toast-notification.error{border-left:4px solid #ef4444}.college-toast-notification.info{border-left:4px solid #0ea5e9}.college-toast-message{flex:1;font-size:.875rem}.college-toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;margin-left:1rem;color:#999}.college-toast-close:hover{color:#333}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 380px){.college-toggle-container{flex-direction:column;align-items:stretch;gap:10px}.college-toggle-option{margin:0;justify-content:space-between;width:100%}.college-toggle-label{margin-left:0}}.college-fixed-scrollbar{position:fixed;bottom:0;left:0;right:0;height:25px;overflow-x:scroll;overflow-y:hidden;background-color:#1e2330fa;border-top:2px solid #3a4555;z-index:100;-webkit-overflow-scrolling:touch}.college-fixed-scrollbar-inner{height:24px}.college-fixed-scrollbar::-webkit-scrollbar{height:24px}.college-fixed-scrollbar::-webkit-scrollbar-track{background:#1e2330;border-radius:0;height:80px}.college-fixed-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7a7a7a,#5a5a5a);border-radius:4px;border:4px solid #1e2330;min-width:80px}.college-fixed-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#85c3e8,#5a9bc0)}.college-fixed-scrollbar::-webkit-scrollbar-button{width:28px;height:28px;background-color:#3a4555;border-radius:4px}.college-fixed-scrollbar::-webkit-scrollbar-button:hover{background-color:#85c3e8}.college-fixed-scrollbar::-webkit-scrollbar-button:horizontal:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px}.college-fixed-scrollbar::-webkit-scrollbar-button:horizontal:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px}.college-fixed-scrollbar{scrollbar-width:auto;scrollbar-color:#5d5b5b #1e2330}.college-table-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.college-table-container::-webkit-scrollbar{display:none}.college-table-rankings-container{padding-bottom:35px}@media (max-width: 720px){.college-fixed-scrollbar{display:none}}.mobile-rankings-container{width:100%;padding:0;background-color:#000;min-height:100vh}.rankings-mobile-header{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 20px;background-color:#000}.college-rankings-mobile-title{font-size:32px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:1.2px;margin:0}@media (max-width: 540px){.college-rankings-mobile-title{font-size:28px}}@media (max-width: 400px){.college-rankings-mobile-title{font-size:24px}}.college-mobile-search-container{margin-top:10px;padding:0 16px;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;gap:0px}.mobile-search-input{flex:1;border-radius:20px;padding:8px 20px;font-size:16px;font-weight:700;border:1px solid #2a3441;background-color:#1e2330;color:#fff;outline:none;height:40px}.mobile-help-button{width:32px;height:32px;border-radius:16px;background-color:#85c3e8;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:#fff;font-size:14px;font-weight:700}.mobile-help-button:hover{background-color:#6ba8c9}.mobile-info-banner{background-color:#5d5b5be6;padding:6px 16px;margin:4px 16px;border-radius:8px;border-left:4px solid #4299e1}.mobile-info-banner-text{color:#fff;font-size:14px;text-align:center;font-weight:500}.mobile-filter-scroll{padding-left:16px;margin-bottom:12px;display:flex;overflow-x:auto;gap:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}@media (max-width: 500px){.mobile-filter-scroll{gap:2px}}.mobile-filter-scroll::-webkit-scrollbar{display:none}.mobile-filter-button{background-color:#1e2330;padding:8px 16px;border-radius:8px;height:40px;border:2px solid #2a3441;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;flex-shrink:0}.mobile-filter-button:hover{background-color:#2a3441}.mobile-toggle-option{display:flex;flex-direction:row;align-items:center;padding:0 8px;gap:8px;flex-shrink:0}.mobile-toggle-label{font-size:14px;font-weight:700;text-transform:uppercase;color:#fff;white-space:nowrap}.mobile-switch{position:relative;display:inline-block;width:40px;height:24px}.mobile-switch input{opacity:0;width:0;height:0}.mobile-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:24px}.mobile-switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}.mobile-switch input:checked+.mobile-switch-slider{background-color:#85c3e8}.mobile-switch input:checked+.mobile-switch-slider:before{transform:translate(16px)}.mobile-players-list{flex:1;padding:0 16px}.mobile-player-row{background-color:#1e2330;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 4px #0000001a;border:2px solid #2a3441;cursor:pointer}.mobile-player-row:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.college-rankings-mobile-player-header{display:flex;flex-direction:row;align-items:center;margin-bottom:12px}.mobile-rankings-player-rank{display:flex;align-items:center;justify-content:center}.mobile-rankings-rank-text{font-size:15px;width:20px;font-weight:700;color:#fff}.college-rankings-mobile-player-info{flex:1;display:flex;flex-direction:row;align-items:center;margin-left:12px}.college-rankings-mobile-player-image{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;-webkit-border-radius:50%;background-color:#ddd;object-fit:cover;-webkit-object-fit:cover;object-position:center top;display:block;max-width:100%;max-height:100%;overflow:hidden;flex-shrink:0}.college-rankings-mobile-player-details{flex:1;margin-left:12px;display:flex;flex-direction:column;gap:5px}@media (max-width: 380px){.college-rankings-mobile-player-details{gap:5px;display:flex;flex-direction:column}}.college-rankings-mobile-name-team-row{display:flex;flex-direction:column;align-items:flex-start;gap:7px}@media (max-width: 380px){.college-rankings-mobile-name-team-row{gap:5px}}.college-rankings-mobile-player-name{font-size:16px;font-weight:700;color:#fff;margin-bottom:0}.college-rankings-mobile-player-position{font-size:14px;color:#fff;margin-bottom:4px}.college-rankings-mobile-team-info{display:flex;flex-direction:row;align-items:center;margin-bottom:0}.college-rankings-mobile-team-logo-container{width:20px;height:20px;border-radius:10px;background-color:#fff;margin-right:6px;display:flex;align-items:center;justify-content:center}.college-rankings-mobile-team-logo{width:18px;height:18px;border-radius:9px;object-fit:contain}.college-rankings-mobile-team-name{font-size:12px;color:#fff;font-weight:500}.college-rankings-mobile-draft-pick{font-size:12px;color:#fff;font-weight:700}.college-rankings-mobile-add-button{width:32px;height:32px;border-radius:16px;background-color:#85c3e8;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0}.college-rankings-mobile-add-button:hover{background-color:#6ba8c9}.college-rankings-mobile-add-button-text{font-size:20px;font-weight:700;color:#0a0e1a;line-height:1}.college-rankings-mobile-stats-container{display:flex;flex-direction:row;justify-content:space-between;gap:8px}@media (max-width: 450px){.college-rankings-mobile-stats-container{gap:0px}}.mobile-stat-column{flex:1;padding:0 8px}.mobile-stat-header{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px;text-align:left}.mobile-stat-text{font-size:12px;color:#fff;margin-bottom:2px;text-align:left}.mobile-inline-stats{display:flex;flex-direction:row;justify-content:space-between;flex:1;margin:0 8px;gap:8px}.mobile-inline-stat-text{font-size:10px;color:#fff}.mobile-load-more-button{background-color:#1e2330;padding:16px 32px;border-radius:25px;margin:20px auto 100px;border:2px solid #2a3441;cursor:pointer;display:block}.mobile-load-more-button:hover{background-color:#2a3441}.mobile-load-more-text{color:#fff;font-size:16px;font-weight:700;text-transform:uppercase}.mobile-loading-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.mobile-loading-text{margin-top:12px;font-size:16px;color:#9ca3af}.mobile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000;animation:none}.mobile-modal-content{background-color:#1e2330;border-top-left-radius:12px;border-top-right-radius:12px;max-height:80%;width:100%;border:2px solid #2a3441;overflow-y:auto;animation:none}.mobile-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #2a3441}.mobile-modal-close{font-size:24px;color:#85c3e8;background:none;border:none;cursor:pointer}.mobile-modal-option{padding:20px;border-bottom:1px solid #2a3441;cursor:pointer}.mobile-selected-option{background-color:#85c3e833}.mobile-selected-option-text{color:#fff;font-weight:700}.mobile-help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.mobile-help-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:15px}.mobile-help-close-button{font-size:24px;color:#85c3e8;background:none;border:none;cursor:pointer}@media (max-width: 460px){.mobile-stat-text{font-size:11px}}@media (max-width: 380px){.college-rankings-mobile-title{font-size:23px}.college-rankings-mobile-player-name{font-size:14px}.college-rankings-mobile-player-position,.mobile-stat-header{font-size:12px}.mobile-stat-text{font-size:9px}}@media (min-width: 580px) and (max-width: 720px){.college-rankings-mobile-name-team-row{flex-direction:row;align-items:center;gap:12px}.college-rankings-mobile-player-name,.college-rankings-mobile-team-info{margin-bottom:0}}@media (min-width: 460px) and (max-width: 720px){.mobile-player-row{padding:20px}.college-rankings-mobile-player-image{width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;-webkit-border-radius:50%}.college-rankings-mobile-player-name{font-size:20px}.college-rankings-mobile-player-position{font-size:16px}.college-rankings-mobile-team-name{font-size:14px}.mobile-rankings-rank-text{font-size:18px;width:28px}.mobile-stat-header{font-size:15px}.mobile-stat-text{font-size:12px}}:root{--bg-primary: #000000;--bg-secondary: #111827;--bg-tertiary: #1f2937;--bg-card: #374151;--text-primary: #ffffff;--text-secondary: #9ca3af;--accent-color: #85C3E8;--accent-hover: #6DAFD6;--border-color: #374151;--success-color: #10b981;--danger-color: #ef4444;--info-color: #3b82f6;--card-radius: 12px;--btn-radius: 8px;--transition: all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif}.dashboard-container-mock{display:flex;flex-direction:column;height:93vh;min-height:700px;background-color:var(--bg-primary);overflow:hidden}.mockdraft-load-more-btn{width:100%;padding:12px;margin-top:8px;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.mockdraft-load-more-btn:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--bg-primary)}.mockdraft-toast{position:fixed;top:100px;right:20px;background:#121212fa;border:1px solid rgba(133,195,232,.3);border-radius:10px;padding:1rem 1.5rem;box-shadow:0 10px 30px #000c;z-index:100000000;display:flex;align-items:center;gap:1rem;max-width:400px;animation:mockdraft-toast-slide-in .3s ease-out}@keyframes mockdraft-toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.mockdraft-toast.success{border-color:var(--success-color)}.mockdraft-toast.error{border-color:var(--danger-color)}.mockdraft-toast.info{border-color:var(--info-color)}.mockdraft-toast-message{color:var(--text-primary);font-size:14px;font-weight:500}.mockdraft-toast-close{background:none;border:none;color:var(--text-secondary);font-size:20px;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.mockdraft-toast-close:hover{color:var(--text-primary)}.dashboard-header-mock{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);height:70px;flex-shrink:0}.dashboard-header-mock h1{font-size:24px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);margin:0}.header-actions-mock{display:flex;gap:12px;align-items:center}.header-btn{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);padding:8px 16px;border-radius:var(--btn-radius);font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:8px;font-size:14px}.header-btn:hover{background-color:var(--bg-card);border-color:var(--text-secondary)}.header-btn svg{width:16px;height:16px}.settings-toggle-mock{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:8px;border-radius:50%;transition:var(--transition)}.settings-toggle-mock:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.settings-toggle-mock:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.draft-status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);height:60px;flex-shrink:0}.status-info{display:flex;gap:24px;align-items:center}.status-item{display:flex;flex-direction:column}.status-label{font-size:11px;text-transform:uppercase;color:var(--text-secondary);font-weight:600}.status-value{font-size:16px;font-weight:700;color:var(--text-primary)}.status-value.highlight{color:var(--text-primary)}.status-value.warning{color:var(--danger-color)}.draft-controls{display:flex;gap:12px}.control-btn{padding:8px 20px;border-radius:var(--btn-radius);font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;gap:8px;transition:var(--transition);font-size:14px}.control-btn.start{background-color:var(--success-color);color:#fff}.control-btn.start:hover{background-color:#059669}.control-btn.pause{background-color:var(--accent-color);color:#fff}.control-btn.pause:hover{background-color:var(--accent-hover)}.control-btn.reset{background-color:var(--bg-tertiary);color:var(--text-secondary)}.control-btn.reset:hover{background-color:var(--bg-card);color:var(--text-primary)}.draft-main-grid{display:grid;grid-template-columns:350px 1fr 300px;gap:1px;background-color:var(--border-color);flex:1;overflow:hidden}.grid-panel{background-color:var(--bg-primary);display:flex;flex-direction:column;overflow:hidden}.players-panel-header{padding:16px;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.search-container{position:relative;margin-bottom:12px}.search-input{width:100%;background-color:var(--bg-tertiary);border:1px solid var(--border-color);padding:10px 12px;border-radius:var(--btn-radius);color:var(--text-primary);font-size:14px}.search-input:focus{outline:none;border-color:var(--accent-color)}.filter-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.filter-tab{background:none;border:none;color:var(--text-secondary);font-size:13px;font-weight:600;padding:4px 8px;cursor:pointer;border-radius:4px;white-space:nowrap}.filter-tab.active{background-color:var(--bg-tertiary);color:var(--text-primary)}.players-list{flex:1;overflow-y:auto;padding:8px}.player-list-item{display:flex;align-items:center;padding:10px;border-radius:var(--btn-radius);margin-bottom:4px;cursor:pointer;transition:var(--transition);border:1px solid transparent}.player-list-item:hover{background-color:var(--bg-secondary)}.player-list-item.selected{background-color:var(--bg-tertiary);border-color:var(--accent-color)}.player-avatar{width:40px;height:40px;border-radius:50%;background-color:#000;overflow:hidden;margin-right:12px;flex-shrink:0}.player-avatar img{width:100%;height:100%;object-fit:cover}.mockdraft-player-info,.player-info{flex:1;min-width:0}.player-name{font-weight:600;font-size:14px;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.player-meta{font-size:12px;color:var(--text-secondary);display:flex;gap:6px;align-items:center}.player-rank-badge{background-color:var(--bg-card);padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.draft-btn-small{background-color:var(--success-color);color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;margin-left:8px;flex-shrink:0;opacity:0;transition:var(--transition)}.player-list-item:hover .draft-btn-small{opacity:1}.board-panel{background-color:var(--bg-secondary);position:relative}.board-header{padding:16px;display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.board-header h2{font-size:16px;font-weight:700;color:var(--text-primary)}.board-container{flex:1;overflow:auto;padding:20px;display:flex}.draft-grid{display:grid;gap:8px;margin:auto}.draft-slot{width:100%;height:100%;min-height:0;background-color:var(--bg-tertiary);border-radius:6px;padding:6px 8px;display:flex;flex-direction:column;justify-content:space-between;position:relative;border:1px solid transparent;transition:var(--transition);overflow:hidden}.draft-slot.picked{background-color:var(--bg-card)}.draft-slot.current{border-color:var(--accent-color);box-shadow:0 0 0 2px #85c3e833}.draft-slot.user-pick{background-color:#3b82f61a;border-color:#3b82f64d}.slot-header{display:flex;justify-content:space-between;font-size:10.5px;color:var(--text-secondary);margin-bottom:4px;white-space:nowrap}.slot-header span{overflow:hidden;text-overflow:ellipsis;max-width:50%}.slot-content{display:flex;align-items:center;gap:8px;flex:1;min-height:0}.slot-player-img{width:36px;height:36px;border-radius:50%;background-color:#000;object-fit:cover;flex-shrink:0}.slot-player-info{display:flex;flex-direction:column;overflow:hidden;flex:1;min-width:0;justify-content:center}.slot-player-name{font-size:11.5px;font-weight:700;white-space:normal;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:2px}.slot-player-pos{font-size:10.5px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slot-empty-text{font-size:11px;color:var(--text-secondary);text-align:center;width:100%;margin-top:4px}.team-panel{border-left:1px solid var(--border-color)}.panel-section{padding:16px;border-bottom:1px solid var(--border-color)}.panel-section h3{font-size:14px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px}.roster-summary{display:flex;flex-direction:column;gap:12px}.roster-row{display:flex;align-items:center;gap:12px}.pos-badge{width:32px;height:32px;border-radius:6px;background-color:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:var(--text-secondary)}.progress-container{flex:1;height:6px;background-color:var(--bg-tertiary);border-radius:3px;overflow:hidden}.progress-bar{height:100%;background-color:var(--info-color);border-radius:3px}.progress-bar.full{background-color:var(--success-color)}.count-label{font-size:12px;font-weight:600;color:var(--text-primary);width:30px;text-align:right}.recent-picks-list{display:flex;flex-direction:column;gap:8px}.recent-pick-item{display:flex;gap:10px;padding:8px;background-color:var(--bg-tertiary);border-radius:6px;align-items:center}.pick-badge{font-size:10px;font-weight:700;color:var(--text-secondary);background-color:var(--bg-primary);padding:2px 6px;border-radius:4px}.recent-player-name{font-size:12px;font-weight:600}.recent-team{font-size:10px;color:var(--text-secondary)}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:100;display:flex;justify-content:flex-end}.settings-sidebar{width:400px;background-color:var(--bg-secondary);height:100%;padding:24px;overflow-y:auto;box-shadow:-4px 0 20px #00000080;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ffffffb3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #fff0}to{transform:scale(1);box-shadow:0 0 #fff0}}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.settings-header h2{font-size:20px;font-weight:700}.close-btn{background:none;border:none;color:var(--text-secondary);font-size:24px;cursor:pointer}.setting-group{margin-bottom:24px}.setting-group label{display:block;font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.setting-control{width:100%}.setting-select,.setting-input{width:100%;padding:12px 16px;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--btn-radius);color:var(--text-primary);font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.setting-select:focus,.setting-input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #85c3e833}.setting-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer}.setting-input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:var(--bg-tertiary);border-radius:3px;outline:none;padding:0;border:none}.setting-input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent-color);cursor:pointer;transition:background .15s ease,transform .15s ease}.setting-input[type=range]::-webkit-slider-thumb:hover{background:var(--accent-hover);transform:scale(1.1)}.setting-input[type=range]::-moz-range-thumb{width:18px;height:18px;border:none;border-radius:50%;background:var(--accent-color);cursor:pointer;transition:background .15s ease,transform .15s ease}.setting-input[type=range]::-moz-range-thumb:hover{background:var(--accent-hover);transform:scale(1.1)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:200;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#121212fa;border-radius:var(--card-radius);padding:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;border:1px solid var(--border-color);box-shadow:0 10px 25px #00000080}.pick-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;z-index:300;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pick-selector-modal{background-color:var(--bg-secondary);border-radius:var(--card-radius);width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;border:1px solid var(--border-color);box-shadow:0 20px 50px #00000080;overflow:hidden}.pick-selector-header{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-tertiary)}.pick-selector-header h3{margin:0;font-size:18px;font-weight:700;color:var(--text-primary)}.close-selector-button{background:none;border:none;color:var(--text-secondary);font-size:24px;cursor:pointer;padding:4px;line-height:1;border-radius:4px;transition:var(--transition)}.close-selector-button:hover{background-color:var(--bg-card);color:var(--text-primary)}.pick-selector-content{padding:24px;overflow-y:auto;flex:1}.pick-selector-info{margin-bottom:20px}.pick-selector-info p{color:var(--text-secondary);font-size:14px;margin-bottom:12px}.pick-selector-summary{background-color:var(--bg-primary);padding:12px;border-radius:var(--btn-radius);border:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.pick-selector-summary span{font-family:monospace;color:var(--accent-color);font-size:14px}.clear-picks-button{background-color:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-color);padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:var(--transition)}.clear-picks-button:hover{background-color:var(--danger-color);color:#fff;border-color:var(--danger-color)}.compact-pick-grid-container{max-height:400px;overflow-y:auto;padding-right:8px}.compact-pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px;margin-top:16px}.compact-pick-cell{aspect-ratio:1;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s ease;-webkit-user-select:none;user-select:none}.compact-pick-cell:hover{border-color:var(--text-secondary);transform:translateY(-2px)}.compact-pick-cell.selected{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px #85c3e84d}.compact-pick-cell.hovered:not(.selected){background-color:var(--bg-card)}.compact-pick-label{font-size:14px;font-weight:700}.pick-selector-footer{padding:20px 24px;border-top:1px solid var(--border-color);background-color:var(--bg-tertiary);display:flex;justify-content:flex-end;gap:12px}.cancel-button{background-color:transparent;color:var(--text-secondary);border:1px solid var(--border-color);padding:10px 24px;border-radius:var(--btn-radius);font-weight:600;font-size:14px;cursor:pointer;transition:var(--transition)}.cancel-button:hover{background-color:var(--bg-card);color:var(--text-primary);border-color:var(--text-secondary)}.save-picks-button{background-color:var(--success-color);color:#fff;border:none;padding:10px 24px;border-radius:var(--btn-radius);font-weight:600;font-size:14px;cursor:pointer;transition:var(--transition)}.save-picks-button:hover{background-color:#059669;transform:translateY(-1px)}.team-needs-modal{background-color:var(--bg-secondary);border-radius:var(--card-radius);width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;border:1px solid var(--border-color);box-shadow:0 20px 50px #00000080;overflow:hidden}.team-needs-header{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background-color:var(--bg-tertiary)}.team-needs-header h3{margin:0;font-size:18px;font-weight:700;color:var(--text-primary)}.team-needs-help-button{width:24px;height:24px;border-radius:50%;background-color:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:var(--transition)}.team-needs-help-button:hover{background-color:var(--info-color);color:#fff;border-color:var(--info-color)}.team-needs-table-container{padding:24px;overflow-y:auto;flex:1}.team-needs-table{width:100%;border-collapse:collapse}.team-needs-table th{text-align:left;padding:12px;border-bottom:1px solid var(--border-color);color:var(--text-secondary);font-size:12px;text-transform:uppercase;font-weight:600;position:sticky;top:0;background-color:var(--bg-secondary)}.team-needs-table td{padding:8px 12px;border-bottom:1px solid var(--border-color);color:var(--text-primary);font-size:14px}.team-needs-table tr:hover td{background-color:var(--bg-tertiary)}.need-select{width:100%;padding:6px 24px 6px 6px;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:13px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 4px center;background-size:14px;min-width:50px}.team-needs-actions{padding:20px 24px;border-top:1px solid var(--border-color);background-color:var(--bg-tertiary);display:flex;justify-content:flex-end;gap:12px}.randomize-needs-button{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);padding:10px 20px;border-radius:var(--btn-radius);font-weight:600;font-size:14px;cursor:pointer;transition:var(--transition)}.randomize-needs-button:hover{background-color:var(--bg-tertiary);border-color:var(--text-secondary)}.save-needs-button{background-color:var(--success-color);color:#fff;border:none;padding:10px 24px;border-radius:var(--btn-radius);font-weight:600;font-size:14px;cursor:pointer;transition:var(--transition)}.save-needs-button:hover{background-color:#059669;transform:translateY(-1px)}.team-needs-help-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:400;display:flex;align-items:center;justify-content:center}.team-needs-help-content{background-color:var(--bg-card);border-radius:var(--card-radius);padding:24px;max-width:500px;width:90%;border:1px solid var(--border-color);box-shadow:0 10px 30px #00000080}.team-needs-help-content h4{margin-top:0;margin-bottom:16px;color:var(--text-primary);font-size:18px}.team-needs-help-content p{color:var(--text-secondary);font-size:14px;line-height:1.5;margin-bottom:12px}.team-needs-help-content ul{margin-bottom:20px;padding-left:20px}.team-needs-help-content li{color:var(--text-secondary);font-size:14px;margin-bottom:8px}.team-needs-help-content strong{color:var(--accent-color)}.close-help-popup-button{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);padding:8px 16px;border-radius:var(--btn-radius);font-weight:600;cursor:pointer;width:100%;transition:var(--transition)}.close-help-popup-button:hover{background-color:var(--bg-secondary)}.draft-recap-modal{max-width:700px}.draft-recap-header{display:flex;align-items:center;gap:24px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color)}.draft-grade-container{flex-shrink:0}.draft-grade{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:900;color:#fff;background-color:var(--bg-tertiary);border:4px solid var(--border-color)}.draft-grade.a-grade{background-color:var(--success-color);border-color:#059669}.draft-grade.b-grade{background-color:var(--info-color);border-color:#2563eb}.draft-grade.c-grade{background-color:var(--accent-color);border-color:var(--accent-hover)}.draft-grade.d-grade,.draft-grade.f-grade{background-color:var(--danger-color);border-color:#dc2626}.draft-grade-label{text-align:center;font-size:12px;font-weight:700;color:var(--text-secondary);margin-top:8px;text-transform:uppercase}.draft-recap-summary{flex:1}.recap-summary-text{font-size:16px;line-height:1.5;color:var(--text-primary);margin-bottom:20px}.draft-stats{display:flex;gap:24px}.draft-stat{display:flex;flex-direction:column}.draft-stat-value{font-size:24px;font-weight:700;color:var(--text-primary)}.draft-stat-label{font-size:11px;text-transform:uppercase;color:var(--text-secondary);font-weight:600}.draft-team-recap h4{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.draft-position-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.draft-position-group h5{font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:12px;text-transform:uppercase}.draft-players-list{display:flex;gap:8px}.draft-player-item{display:flex;align-items:center;padding:8px;border-radius:6px;background-color:var(--bg-tertiary);position:relative;overflow:hidden}.draft-player-item:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background-color:inherit;filter:brightness(1.2)}.draft-player-img{width:36px;height:36px;border-radius:50%;object-fit:cover;margin-right:12px;background-color:var(--bg-primary);z-index:1}.draft-player-info{flex:1;display:flex;flex-direction:column;z-index:1}.draft-player-name{font-size:13px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.draft-player-team{font-size:11px;color:#fffc}.draft-player-actions{display:flex;gap:4px;z-index:1}.draft-player-action-btn{background-color:#0000004d;border:none;color:#fff;width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.draft-player-action-btn:hover{background-color:#0009;transform:scale(1.1)}.draft-player-action-btn svg{width:16px;height:16px}.mobile-tab{display:none}@media (max-width: 1024px){.mobile-tab{display:block}.draft-main-grid{grid-template-columns:300px 1fr}.team-panel{display:none}}@media (max-width: 768px){.draft-main-grid{grid-template-columns:1fr}.board-panel{display:none}}.mock-tutorial-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:9999;display:flex;align-items:center;justify-content:center}.mock-tutorial-modal{background-color:var(--bg-card);border-radius:var(--card-radius);padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid var(--border-color);box-shadow:0 10px 30px #00000080}.mock-tutorial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mock-tutorial-header h3{margin:0;font-size:18px;font-weight:700;color:var(--text-primary)}.close-tutorial-button{background:none;border:none;color:var(--text-secondary);font-size:24px;cursor:pointer;padding:0;line-height:1}.close-tutorial-button:hover{color:var(--text-primary)}.mock-tutorial-content{color:var(--text-secondary);line-height:1.5}.mock-tutorial-intro{font-size:14px;margin-bottom:16px;color:var(--text-secondary)}.mock-tutorial-section{margin-bottom:12px}.mock-tutorial-section h4{color:var(--accent-color);font-size:14px;margin-bottom:4px;font-weight:700}.mock-tutorial-section p{font-size:14px;margin-bottom:0;color:var(--text-secondary)}.mock-tutorial-section ul{margin:8px 0 0 20px;font-size:14px;padding-left:0}.mock-tutorial-section li{margin-bottom:6px;color:var(--text-secondary)}.mock-tutorial-section strong{color:var(--text-primary)}.mock-tutorial-footer{margin-top:20px}.mock-tutorial-footer .start-draft-button{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);padding:8px 16px;border-radius:var(--btn-radius);font-weight:600;cursor:pointer;width:100%;transition:var(--transition)}.mock-tutorial-footer .start-draft-button:hover{background-color:var(--bg-card);border-color:var(--text-secondary)}.mock-custom-dropdown{position:relative;display:inline-block;width:100%}.mock-custom-dropdown-trigger{width:100%;padding:10px 12px 10px 15px;height:40px;box-sizing:border-box;border:1px solid var(--border-color);border-radius:15px;font-size:14px;font-weight:700;cursor:pointer;background-color:var(--bg-primary);color:var(--text-primary);box-shadow:0 4px 6px -1px #0003;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;transition:all .2s ease}.mock-custom-dropdown-trigger:hover{background-color:var(--bg-tertiary);border-color:var(--text-secondary)}.mock-custom-dropdown-trigger:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #85c3e833}.mock-custom-dropdown.disabled .mock-custom-dropdown-trigger{opacity:.6;cursor:not-allowed}.mock-custom-dropdown-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.mock-custom-dropdown-arrow{display:flex;align-items:center;flex-shrink:0}.mock-custom-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:250px;overflow-y:auto;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:15px;z-index:1000;box-shadow:0 8px 16px #0006;animation:dropdownFadeIn .15s ease-out}.mock-custom-dropdown-item{padding:12px 15px;cursor:pointer;color:var(--text-primary);font-size:14px;transition:background-color .15s ease;border-bottom:1px solid var(--border-color)}.mock-custom-dropdown-item:hover{background-color:var(--bg-tertiary)}.mock-custom-dropdown-item.selected{background-color:var(--bg-tertiary);font-weight:700;color:var(--accent-color)}.mock-custom-dropdown-item:last-child{border-bottom:none;border-radius:0 0 15px 15px}.mock-custom-dropdown-item:first-child{border-radius:15px 15px 0 0}.mock-custom-dropdown-item:only-child{border-radius:15px}.mock-custom-dropdown-item.disabled{color:var(--text-secondary);cursor:default;font-style:italic}.mock-custom-dropdown-item.disabled:hover{background-color:transparent}.mock-custom-dropdown-menu::-webkit-scrollbar{width:8px}.mock-custom-dropdown-menu::-webkit-scrollbar-track{background:var(--bg-primary);border-radius:0 15px 15px 0}.mock-custom-dropdown-menu::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}.mock-custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.slider-control-wrapper{display:flex;align-items:center;gap:12px;width:100%}.slider-arrow-btn{background-color:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-weight:700;font-size:16px}.slider-arrow-btn:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff;transform:scale(1.1)}.slider-arrow-btn:active{transform:scale(.95)}.slider-arrow-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.radio-label{display:flex;align-items:center;cursor:pointer;transition:opacity .2s;font-size:16px;font-weight:500}.radio-label:hover{opacity:.8}.radio-label input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:24px;height:24px;border:2px solid var(--text-secondary);border-radius:50%;margin-right:8px;position:relative;cursor:pointer;background-color:var(--bg-primary);transition:all .2s ease}.radio-label input[type=radio]:checked{border-color:var(--accent-color);background-color:var(--bg-primary)}.radio-label input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px;height:14px;background-color:var(--accent-color);border-radius:50%}.radio-label input[type=radio]:hover{border-color:var(--accent-color)}.mockdraft-help-button{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:var(--transition);flex-shrink:0}.mockdraft-help-button:hover{background:var(--bg-card);border-color:var(--accent-color);color:var(--accent-color)}.mockdraft-help-button:active{transform:scale(.95)}:root{--primary-color: #4B9CD3;--primary-hover: #2E7AC2;--secondary-color: #0ea5e9;--accent-color: #f97316;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--background-color: #0a0a1a;--card-bg: #2d2d2d;--text-primary: #ffffff;--text-secondary: #cccccc;--text-light: #888888;--border-color: #404040;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 10px 10px -5px rgba(0, 0, 0, .3);--border-radius-sm: .375rem;--border-radius: .5rem;--border-radius-lg: .75rem;--transition: all .2s ease-in-out}.mobile-mockdraft-container{display:flex;flex-direction:column;min-height:100vh;background-color:#000;position:relative;overflow-y:auto}.mockdraft-mobile-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#000}.mobile-header-buttons{display:flex;flex-direction:row;align-items:center;gap:10px}.mobile-recap-button,.mobile-settings-button{width:36px;height:36px;border-radius:18px;display:flex;align-items:center;justify-content:center;background-color:#374151;border:none;color:#fff;cursor:pointer;transition:background-color .2s}.mobile-recap-button:hover,.mobile-settings-button:hover{background-color:#4b5563}.mock-mobile-title{font-size:28px;font-weight:900;text-transform:uppercase;letter-spacing:1.2px;color:#fff;margin:0}.mobile-back-button{display:flex;flex-direction:row;align-items:center;gap:8px;background:none;border:none;color:var(--primary-color);font-size:16px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s}.mobile-back-button:hover{background-color:#4b9cd31a}.mobile-controls-container{padding:16px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#000;border-bottom:1px solid #1f2937}.mobile-draft-info{flex:1}.mobile-draft-info-text{font-size:18px;font-weight:700;color:#fff}.mobile-draft-info-subtext,.mobile-draft-year{font-size:14px;margin-top:2px;color:#9ca3af}.mobile-timer-text{font-size:16px;font-weight:600;margin-top:4px;color:var(--primary-color)}.mobile-your-turn-text{font-size:14px;font-weight:700;margin-top:4px;text-align:center;color:#10b981}.mobile-draft-actions{display:flex;flex-direction:row;gap:8px}.mobile-action-button{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-radius:6px;gap:4px;border:none;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .2s}.mobile-action-button:hover{opacity:.9}.mobile-start-button{background-color:#10b981}.mobile-pause-button{background-color:#f59e0b}.mobile-resume-button{background-color:#0ea5e9}.mobile-reset-button{background-color:#ef4444}.mobile-draft-board{flex:1;width:100%;position:relative;z-index:1}.mobile-draft-board-container{padding:16px 16px 150px;height:100%;overflow-y:auto}.mobile-section-title{font-size:20px;font-weight:700;margin-bottom:16px;text-align:center;color:#fff}.mobile-picks-grid{margin:8px 0}.mobile-round-picks-container{margin-bottom:16px}.mobile-round-label{font-size:16px;font-weight:700;margin-bottom:8px;color:#fff}.mobile-picks-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.mockdraft-mobile-pick-card{width:calc(50% - 4px);padding:12px;border-radius:8px;margin-bottom:8px;border:1px solid #374151;cursor:pointer;transition:border-color .2s}.mockdraft-mobile-pick-card.user-pick{border-color:var(--primary-color);border-width:2px;background-color:#4b9cd31a!important}.mockdraft-mobile-pick-card.current-pick{border-color:var(--primary-color);border-width:2px}.mockdraft-mobile-pick-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.mockdraft-mobile-pick-number{font-size:14px;font-weight:700;color:#fff}.mockdraft-mobile-round-info{font-size:12px;color:#9ca3af}.mockdraft-mobile-selected-player{display:flex;flex-direction:row;align-items:center;gap:8px}.mockdraft-mobile-player-image-container{width:32px!important;height:32px!important;min-width:32px;max-width:32px;border-radius:16px;background-color:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.mockdraft-mobile-player-image{width:32px!important;height:32px!important;min-width:32px;max-width:32px;border-radius:16px;object-fit:cover}.mockdraft-mobile-player-info{flex:1}.mockdraft-mobile-player-name{font-size:14px;font-weight:700;color:#fff}.mockdraft-mobile-player-details{font-size:12px;margin-top:2px;color:#fff}.mockdraft-mobile-empty-slot{display:flex;flex-direction:column;align-items:center;padding:8px 0}.mockdraft-mobile-team-label{font-size:12px;font-weight:500;color:#9ca3af}.mockdraft-mobile-select-hint{font-size:10px;margin-top:4px;font-style:italic;color:var(--primary-color)}.mobile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:flex-end;z-index:10000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-modal-container{background-color:#0a0e1a;width:100%;max-height:90vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:visible}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #1f2937;background-color:#1f2937}.mobile-modal-title{font-size:20px;font-weight:700;color:#fff;margin:0}.mobile-close-button{background:none;border:none;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.mobile-premium-banner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#4b9cd326;border-bottom:2px solid var(--primary-color);padding:16px 20px}.mobile-premium-banner-content{display:flex;flex-direction:row;align-items:center;flex:1;gap:10px;color:var(--primary-color)}.mobile-premium-banner-text{color:#fff;font-size:14px;font-weight:600}.mobile-premium-banner-button{background-color:var(--primary-color);padding:8px 16px;border-radius:8px;border:none;color:#1e2330;font-size:14px;font-weight:800;text-transform:uppercase;cursor:pointer}.mobile-settings-content-view{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px 40px}.mobile-settings-content{padding:20px 20px 60px;overflow-y:auto;flex:1}.mobile-setting-label{font-size:16px;font-weight:700;margin-bottom:12px;margin-top:20px;color:#fff}.mobile-setting-label:first-child{margin-top:0}.mobile-year-selector{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.mobile-year-button{padding:8px 16px;border-radius:6px;border:1px solid #374151;background-color:#374151;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color .2s}.mobile-year-button:hover{background-color:#4b5563}.mobile-year-button.active{background-color:var(--primary-color);border-color:var(--primary-color)}.mobile-year-button.locked{opacity:.6}.mobile-year-button:disabled{opacity:.5;cursor:not-allowed}.mobile-number-input-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;margin:8px 0}.mobile-number-button{width:40px;height:40px;border-radius:20px;border:1px solid #374151;background-color:#374151;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.mobile-number-button:hover{background-color:#4b5563}.mobile-number-button:disabled{opacity:.5;cursor:not-allowed}.mobile-number-display{padding:10px 20px;border-radius:8px;border:1px solid #374151;background-color:#374151;min-width:60px;text-align:center;color:#fff;font-size:16px;font-weight:700}.mobile-mode-selector{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:8px 0}.mobile-mode-button{padding:8px 12px;border-radius:6px;border:1px solid #374151;background-color:#374151;color:#fff;font-size:12px;font-weight:700;min-width:80px;text-align:center;cursor:pointer;transition:background-color .2s}.mobile-mode-button:hover{background-color:#4b5563}.mobile-mode-button.active{background-color:var(--primary-color);border-color:var(--primary-color)}.mobile-mode-button:disabled{opacity:.5;cursor:not-allowed}.mobile-pick-selector{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.mobile-pick-button{padding:8px 12px;border-radius:6px;border:1px solid #374151;background-color:#374151;color:#fff;font-size:14px;font-weight:700;min-width:40px;text-align:center;cursor:pointer;transition:background-color .2s}.mobile-pick-button:hover{background-color:#4b5563}.mobile-pick-button.active{background-color:var(--primary-color);border-color:var(--primary-color)}.mobile-pick-button:disabled{opacity:.5;cursor:not-allowed}.mobile-custom-picks-container{margin:8px 0}.mobile-round-section{margin-bottom:16px}.mobile-round-header{background-color:#0000001a;padding:8px 12px;border-radius:6px;margin-bottom:8px;text-align:center}.mobile-round-header span{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff}.mobile-round-picks{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.mobile-pick-toggle-button{width:40px;height:40px;border-radius:20px;border:1px solid #374151;background-color:#374151;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.mobile-pick-toggle-button:hover{background-color:#4b5563}.mobile-pick-toggle-button.selected{background-color:var(--primary-color);border-color:var(--primary-color)}.mobile-pick-toggle-button:disabled{opacity:.5;cursor:not-allowed}.mobile-available-players-bar{position:fixed;bottom:45px;left:0;right:0;height:130px;background-color:#1f2937;border-top:2px solid #374151;display:flex;flex-direction:column;box-shadow:0 -4px 20px #00000080;z-index:9999}.mobile-available-players-header{padding:8px 14px;border-bottom:1px solid #374151;background-color:#111827;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.mobile-available-players-header-left{display:flex;flex-direction:row;align-items:center;gap:8px}.mobile-available-players-header-right{display:flex;flex-direction:row;align-items:center}.mobile-pick-clock{font-size:14px;font-weight:700;color:#fff;background-color:#374151;padding:4px 8px;border-radius:4px;border:1px solid #4b5563}.mobile-available-players-title{font-size:16px;font-weight:700;color:#fff;margin:0}.mobile-your-pick-indicator{font-size:12px;font-weight:700;color:#10b981;text-transform:uppercase;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mobile-available-players-container{flex:1;display:flex;flex-direction:row;align-items:center;gap:8px;position:relative}.mobile-scroll-button{display:none}.mobile-scroll-button:hover{background-color:var(--primary-color);color:#000;transform:scale(1.1)}.mobile-scroll-button:active{transform:scale(.95)}.mobile-available-players-scroll{flex:1;overflow-x:auto;overflow-y:hidden;padding:8px 10px;-webkit-overflow-scrolling:touch;display:flex;flex-direction:row;gap:10px;align-items:center}.mobile-available-players-scroll::-webkit-scrollbar{height:8px}.mobile-available-players-scroll::-webkit-scrollbar-track{background:#111827;border-radius:4px}.mobile-available-players-scroll::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.mobile-available-players-scroll::-webkit-scrollbar-thumb:hover{background:#d97706}.mockdraft-mobile-player-card{display:flex;flex-direction:row;align-items:center;padding:8px 10px;border-radius:6px;border:1px solid #374151;cursor:pointer;transition:opacity .2s,transform .1s;background-color:#374151;min-width:210px;flex-shrink:0;height:60px}.mockdraft-mobile-player-card.selectable:hover{opacity:.9;transform:scale(1.02)}.mockdraft-mobile-player-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mockdraft-mobile-player-card-image{width:36px;height:36px;border-radius:18px;margin-right:10px;object-fit:cover;background-color:#000}.mockdraft-mobile-player-card-info{flex:1}.mockdraft-mobile-player-card-name{font-size:14px;font-weight:700;color:#fff;line-height:1.2}.mockdraft-mobile-player-card-details{font-size:12px;margin-top:2px;color:#9ca3af;line-height:1.2}.mockdraft-mobile-player-rank{font-size:11px;margin-top:2px;color:#9ca3af;line-height:1.2}.mobile-recap-content-view{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:20px}.mobile-recap-modal{max-height:90vh}.mobile-recap-header-left{display:flex;flex-direction:row;align-items:center;gap:10px}.mobile-recap-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-recap-header-section{padding:20px;background-color:#1f2937;margin-bottom:8px}.mobile-grade-container{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;padding:20px 40px;border-radius:16px;align-self:center}.mobile-grade{font-size:56px;font-weight:800;letter-spacing:-2px}.mobile-grade-label{font-size:14px;font-weight:500;margin-top:4px;color:#9ca3af}.mobile-recap-summary{display:flex;flex-direction:column;align-items:center}.mobile-summary-text{font-size:16px;text-align:center;margin-bottom:24px;line-height:22px;padding:0 20px;color:#fff}.mobile-stats-container{display:flex;flex-direction:row;justify-content:space-around;width:100%;gap:12px;flex-wrap:wrap}.mobile-stat-card{display:flex;flex-direction:column;align-items:center;padding:16px 20px;border-radius:12px;background-color:#374151;min-width:80px;flex:1}.mobile-stat-value{font-size:28px;font-weight:700;margin-top:8px;color:#fff}.mobile-stat-label{font-size:12px;font-weight:500;margin-top:4px;color:#9ca3af;text-align:center}.mobile-recap-section{margin-bottom:8px}.mobile-section-header{padding:12px 20px;background-color:#1f2937;border-top:1px solid #374151}.mobile-section-header-content{display:flex;flex-direction:row;align-items:center;gap:10px}.mobile-position-title{font-size:17px;font-weight:600;color:#fff;flex:1}.mobile-count-badge{padding:4px 10px;border-radius:12px;background-color:#374151;color:#fff;font-size:14px;font-weight:600}.mobile-recap-player-card{display:flex;flex-direction:row;align-items:center;padding:16px;margin:6px 20px;border-radius:12px;position:relative}.mobile-value-pick-card{position:relative}.mobile-value-badge{position:absolute;top:8px;right:8px;padding:4px;border-radius:8px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.mobile-recap-player-image{width:48px;height:48px;border-radius:24px;margin-right:14px;object-fit:cover;background-color:#000}.mobile-recap-player-info{flex:1}.mobile-recap-player-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:2px}.mobile-recap-player-details{font-size:14px;color:#fff;margin-bottom:2px}.mobile-recap-v2-rank-text{font-size:12px;font-weight:500;color:#9ca3af}.mobile-recap-v2-player-actions{display:flex;flex-direction:row;align-items:center;gap:8px;margin-left:8px;z-index:10}.mobile-recap-v2-action-btn{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;width:36px;height:36px;border-radius:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;z-index:10}.mobile-recap-v2-action-btn:active{transform:scale(.95)}.mobile-recap-v2-action-btn.dashboard-btn{color:#10b981;background-color:#10b9811a;border-color:#10b98133}.mobile-recap-v2-action-btn.recruit-btn{color:#3b82f6;background-color:#3b82f61a;border-color:#3b82f633}.mobile-recap-v2-reset-button{background-color:#374151;border:1px solid #4b5563;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s}.mobile-recap-v2-reset-button:active{transform:scale(.98);background-color:#4b5563}@media (max-width: 400px){.mockdraft-mobile-pick-card{width:100%}.mock-mobile-title{font-size:18px}.mobile-draft-info-text{font-size:16px}.mobile-recap-player-card{padding:12px;margin:6px 12px}.mobile-recap-player-image{width:40px;height:40px;border-radius:20px;margin-right:10px}.mobile-recap-player-name{font-size:14px}.mobile-recap-player-details{font-size:12px}.mobile-recap-v2-action-btn{width:32px;height:32px}.mobile-stats-container{gap:8px}.mobile-stat-card{padding:12px 8px;min-width:70px}.mobile-stat-value{font-size:22px}.mobile-stat-label{font-size:10px}}@media (max-width: 340px){.mobile-recap-player-card{padding:10px;margin:6px 8px}.mobile-recap-player-image{width:32px;height:32px;margin-right:8px}.mobile-recap-player-name{font-size:13px}.mobile-recap-v2-action-btn{width:28px;height:28px}.mobile-stats-container{gap:6px;padding:0 8px}.mobile-stat-card{padding:10px 6px;min-width:60px}.mobile-stat-card svg{width:20px;height:20px}.mobile-stat-value{font-size:18px}.mobile-stat-label{font-size:9px}}.mobile-settings-locked-tooltip{position:fixed;top:60px;right:16px;z-index:10000;background-color:#1f2937;border:1px solid #ef4444;border-radius:12px;padding:16px;width:280px;box-shadow:0 4px 20px #00000080}.mobile-settings-locked-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mobile-settings-locked-title{font-weight:700;font-size:15px;color:#ef4444}.mobile-settings-locked-message{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}.mobile-team-needs-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;background-color:#374151;border:1px solid #4b5563;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}.mobile-team-needs-button:hover{background-color:#4b5563}.mobile-team-needs-button:disabled{opacity:.5;cursor:not-allowed}.mobile-team-needs-content{flex:1;padding:0 20px 20px;overflow:visible}.mobile-team-needs-content-view{flex:1;padding:0 20px 20px;overflow:visible;display:flex;flex-direction:column}.mobile-team-needs-header{margin-bottom:20px;text-align:center}.mobile-team-needs-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 8px}.mobile-team-needs-subtitle{font-size:14px;color:#9ca3af;margin:0}.mobile-team-needs-table-container{background-color:#1f2937;border-radius:12px;height:auto;margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.mobile-team-needs-table{width:100%;border-collapse:collapse}.mobile-team-needs-table thead{background-color:#374151;position:sticky;top:0;z-index:10}.mobile-team-needs-table th{padding:12px 8px;font-size:12px;font-weight:700;text-transform:uppercase;color:#9ca3af;text-align:center;background-color:#374151}.mobile-team-needs-table th:first-child{text-align:left;padding-left:16px}.mobile-team-needs-table tbody tr{border-bottom:1px solid #374151}.mobile-team-needs-table tbody tr:last-child{border-bottom:none}.mobile-team-needs-team-cell{padding:12px 16px;font-size:14px;font-weight:600;color:#fff}.mobile-team-needs-table td{padding:8px;text-align:center}.mobile-team-needs-select{width:50px;padding:8px;background-color:#374151;border:1px solid #4b5563;border-radius:6px;color:#fff;font-size:14px;font-weight:600;text-align:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile-team-needs-select:focus{outline:none;border-color:#f59e0b}.mobile-team-needs-actions{display:flex;gap:12px;margin-bottom:20px}.mobile-randomize-needs-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background-color:#374151;border:1px solid #4b5563;border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.mobile-randomize-needs-button:hover{background-color:#4b5563}.mobile-save-needs-button{flex:1;padding:14px;background-color:var(--primary-color);border:none;border-radius:10px;color:#000;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s}.mobile-save-needs-button:hover{background-color:var(--primary-hover)}.mobile-team-needs-help{background-color:#1f2937;border-radius:12px;padding:16px}.mobile-team-needs-help h4{font-size:14px;font-weight:700;color:#fff;margin:0 0 12px}.mobile-team-needs-help ul{margin:0;padding-left:20px}.mobile-team-needs-help li{font-size:13px;color:#9ca3af;margin-bottom:6px;line-height:1.4}.mobile-team-needs-help li:last-child{margin-bottom:0}.mobile-team-needs-help strong{color:var(--primary-color)}.mobile-tutorial-button{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:18px;display:flex;align-items:center;justify-content:center;background-color:#374151;border:none;color:#fff;cursor:pointer;transition:background-color .2s;overflow:visible;padding:0;font-size:18px;font-weight:700}.mobile-tutorial-button:hover{background-color:#4b5563}.mobile-tutorial-content-view{flex:1;padding:0 20px 20px;overflow-y:auto;display:flex;flex-direction:column}.mobile-tutorial-header{margin-bottom:24px;text-align:center}.mobile-tutorial-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 12px}.mobile-tutorial-subtitle{font-size:14px;color:#9ca3af;margin:0;line-height:1.5}.mobile-tutorial-sections{display:flex;flex-direction:column;gap:16px;flex:1}.mobile-tutorial-section{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background-color:#1f2937;border-radius:12px;padding:16px}.mobile-tutorial-section-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background-color:#4b9cd31a;display:flex;align-items:center;justify-content:center}.mobile-tutorial-section-content{flex:1}.mobile-tutorial-section-content h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 6px}.mobile-tutorial-section-content p{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}.mobile-tutorial-actions{margin-top:24px;display:flex;justify-content:center}.mobile-tutorial-button-primary{background-color:var(--primary-color);color:#fff;border:none;border-radius:12px;padding:14px 48px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.mobile-tutorial-button-primary:hover{background-color:var(--primary-hover)}.mobile-custom-dropdown{position:relative;display:inline-block;width:50px}.mobile-custom-dropdown.disabled{opacity:.5;pointer-events:none}.mobile-custom-dropdown-trigger{width:100%;padding:8px;background-color:#374151;border:1px solid #4b5563;border-radius:6px;color:#fff;font-size:14px;font-weight:600;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s}.mobile-custom-dropdown-trigger:focus{outline:none;border-color:#f59e0b}.mobile-custom-dropdown-trigger:hover{border-color:#6b7280}.mobile-custom-dropdown-text{flex:1;text-align:center}.mobile-custom-dropdown-arrow{display:flex;align-items:center;justify-content:center;margin-left:4px}.mobile-custom-dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#374151;border:1px solid #4b5563;border-radius:6px;box-shadow:0 4px 6px -1px #0006;z-index:10001;max-height:200px;overflow-y:auto}.mobile-custom-dropdown-item{padding:8px 12px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;text-align:center;transition:background-color .2s}.mobile-custom-dropdown-item:hover{background-color:#4b5563}.mobile-custom-dropdown-item.selected{background-color:#f59e0b;color:#000}@media (max-width: 380px){.mobile-team-needs-team-cell{padding:12px 8px;font-size:13px;white-space:nowrap}.mobile-team-needs-table th,.mobile-team-needs-table td{padding:8px 4px;min-width:50px}.mobile-custom-dropdown{width:44px}}:root{--primary-bg: rgb(93, 91, 91);--card-radius: 15px;--btn-radius: 12px;--menu-radius: 5px;--primary-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.recruiting-dashboard-container{width:100%;max-width:1600px;display:flex;flex-direction:column;margin:0 auto;font-family:Arial,sans-serif;padding:20px}.search-filter-container-dashboard{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1240px;margin:0 auto;gap:20px}.search-bar-dashboard{width:100%;display:flex;justify-content:center;margin-bottom:10px}.search-bar-dashboard input{width:100%;max-width:600px;height:40px;border-radius:30px;border:1px solid black;padding:0 1.5rem;background-color:var(--dark-gray);color:#fff;box-shadow:var(--box-shadow);font-weight:700}.dash-title-container{display:flex;justify-content:center;align-items:center;gap:10px;padding:0 1rem;position:relative;width:100%}.dash-title{margin:0;text-align:center;text-transform:uppercase;font-weight:bolder;font-size:2rem;letter-spacing:1px}.help-button-container{position:relative;display:inline-flex}.help-button{width:30px;height:30px;border-radius:50%;background-color:#333;color:#fff;font-weight:700;font-size:18px;border:2px solid #333;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-left:5px}.help-button:hover{background-color:#555;transform:scale(1.05)}.help-tooltip-dash{position:absolute;top:calc(100% + 10px);left:55%;transform:translate(-50%);width:320px!important;min-width:280px!important;max-width:90vw;background-color:#fff;color:#333;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:15px;z-index:1000;font-size:14px;font-weight:400;box-sizing:border-box;display:block}.help-tooltip-close{position:absolute;top:8px;right:8px;width:20px;height:20px;background-color:transparent;border:none;color:#777;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%}.help-tooltip-close:hover{color:#333;background-color:#f0f0f0}.help-tooltip-dash h3{margin-top:0;margin-bottom:10px;font-size:16px;color:#333;padding-right:20px}.help-tooltip-dash:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white}.help-tooltip-dash h3{margin-top:0;margin-bottom:10px;font-size:16px;color:#333}.help-tooltip-dash p{margin:8px 0;line-height:1.4}.dark-theme .help-button{background-color:#666;border-color:#666;color:#fff}.dark-theme .help-button:hover{background-color:#888}.help-tooltip-dash{background-color:#333;color:#fff}.help-tooltip-dash:before{border-bottom-color:#333}.help-tooltip-dash h3{color:#fff}.help-tooltip-close{color:#aaa}.help-tooltip-close:hover{color:#fff;background-color:#444}@media screen and (min-width: 1200px){.help-tooltip-dash{width:450px!important;min-width:400px!important;max-width:40vw;left:auto;right:-9px;transform:none}.help-tooltip-dash:before{left:auto;right:15px;transform:none}}@media screen and (max-width: 768px){.help-tooltip-dash{width:280px}}@media screen and (max-width: 576px){.help-tooltip-dash{width:260px;padding:12px;font-size:13px}.help-tooltip-dash h3{font-size:15px}.dash-title-container{flex-wrap:wrap;justify-content:center}.help-button-container{margin-bottom:10px}}@media screen and (max-width: 480px){.help-button{width:26px;height:26px;font-size:16px}.help-tooltip-dash{width:250px;font-size:12px}.help-tooltip-dash h3{font-size:14px}}@media screen and (max-width: 375px){.help-tooltip-dash{width:calc(100vw - 40px);left:50%;transform:translate(-50%);right:auto}.help-tooltip-dash:before{left:50%;transform:translate(-50%);right:auto}}@media screen and (max-width: 320px){.help-tooltip-dash{width:calc(100vw - 20px);padding:10px}.dash-title{font-size:1.7rem}.help-button{width:24px;height:24px;font-size:14px}}.filter-dash-container{display:flex;justify-content:space-between;align-items:center;width:100%;gap:15px;margin-bottom:20px}.search-bar-dashboard{display:flex;justify-content:center;align-items:center}.add-player-search-container{position:relative;width:100%;max-width:400px;margin:0 auto 15px}.add-player-search-input{width:100%;height:44px;border-radius:22px;border:2px solid #333;padding:0 20px;background-color:#1a1a2e;font-size:15px;font-weight:500;color:#fff;outline:none;transition:border-color .2s ease}.add-player-search-input:focus{border-color:#85c3e8}.add-player-search-input::placeholder{color:#888;font-style:italic}.add-player-results-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid #333;border-top:none;border-radius:0 0 var(--btn-radius) var(--btn-radius);max-height:320px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.add-player-result-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .15s ease}.add-player-result-item:hover{background-color:#f0f7ff}.add-player-result-item:last-child{border-bottom:none}.add-player-result-info{display:flex;flex-direction:column;gap:2px}.add-player-result-name{font-weight:700;font-size:15px;color:#333}.add-player-result-details{font-size:13px;color:#666}.add-player-result-button{background-color:#333;color:#fff;border:none;padding:8px 16px;border-radius:var(--btn-radius);font-weight:700;font-size:14px;cursor:pointer;transition:background-color .15s ease;min-width:70px}.add-player-result-button:hover{background-color:#555}.add-player-result-button:disabled{background-color:#888;cursor:not-allowed}.menu-item-dash{font-weight:700;border-radius:var(--menu-radius);display:flex;justify-content:center;align-items:center;white-space:nowrap;position:relative;flex:1;box-shadow:var(--primary-shadow);background-color:var(--primary-bg);height:45px;font-size:16px;padding:0;text-transform:uppercase;color:#fff;min-width:0}.menu-item-dash>a{color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;padding:5px 10px;position:relative;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item-dash:hover{background-color:#d3d3d3;color:#000;z-index:10}.menu-item-dash:hover>a{color:#000}.sub-menu{position:absolute;border-radius:var(--menu-radius);top:100%;left:0;background:#d3d3d3;display:none;list-style:none;margin:0;padding:0;z-index:100;box-shadow:var(--primary-shadow);max-height:300px;overflow-y:auto;width:100%;min-width:100%;max-width:none;scrollbar-width:none;-ms-overflow-style:none}.sub-menu::-webkit-scrollbar{display:none}@media screen and (min-width: 971px){.menu-item-dash:hover>.sub-menu{display:block}}@media screen and (max-width: 970px){.menu-item-dash:hover>.sub-menu{display:none}.sub-menu-active{display:block!important}}.sub-menu-item{width:100%;font-weight:700}.sub-menu-item a{display:flex;height:45px;font-size:16px;color:#000;text-decoration:none;position:relative;padding:0 15px;align-items:center;justify-content:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.sub-menu-item a:hover{background-color:gray;color:#fff}.player-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1540px;margin:0 auto;width:100%}.player-ind-card{width:300px;height:auto;min-height:450px;position:relative;z-index:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:15px;color:#fff;gap:5px;font-size:26px;border-radius:var(--card-radius);font-weight:700;box-shadow:0 4px 8px #0003}.player-ind-card:hover{box-shadow:0 6px 12px #0000004d;cursor:pointer}.player-name-rec{font-size:28px;text-align:center;margin-top:3px}.dash-custom-rankings-container{display:flex;flex-direction:column;align-items:center;gap:2px;margin:6px 0;padding:6px 12px;background-color:#00000040;border-radius:8px;min-height:43px}.custom-ranking-row{display:flex;gap:6px;font-size:13px;color:#ffffffe6}.ranking-label{color:#ffffffb3}.ranking-value{font-weight:700;color:#fff}.custom-rankings-loading{font-size:12px;color:#fff9;animation:rankings-pulse 1s ease-in-out infinite}.custom-rankings-none{font-size:12px;color:#ffffff80;font-style:italic}@keyframes rankings-pulse{0%,to{opacity:.4}50%{opacity:1}}.white-circle-dash{background-color:#fff;border-radius:50%;-webkit-border-radius:50%;width:180px;height:180px;min-width:180px;min-height:180px;overflow:hidden;-webkit-overflow:hidden;border:3px solid rgba(255,255,255,.5);flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}.white-circle-dash img{width:100%;height:100%;object-fit:cover;-webkit-object-fit:cover;object-position:center top;position:absolute;border-radius:50%;-webkit-border-radius:50%}.white-circle-logo-dash img{width:100%;height:100%}.team-line-rec{font-size:21px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center;gap:6px;line-height:1.2;width:100%;padding:0 5px;flex-wrap:wrap;min-height:30px}.team-line-rec.long-name{flex-direction:column;gap:4px}.white-circle-logo-dash{width:30px;height:30px;min-width:30px;min-height:30px;border-radius:50%;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;padding:2px;flex-shrink:0;margin:0 0 0 2px}@media screen and (max-width: 340px){.team-line-rec{font-size:18px}}.player-position-line{font-size:21px}.live-stats-container{margin-top:5px;font-size:21px;display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;text-align:center}.live-stats-coming{font-size:15px;opacity:.8;text-align:center;width:100%}.go-to-recruit-button{background-color:#fff;color:#000;font-weight:700;font-size:16px;border-radius:var(--btn-radius);padding:8px 16px;border:none;margin-top:8px;cursor:pointer;width:150px;text-align:center}.go-to-recruit-button:hover{background-color:#f0f0f0}.go-to-scout-button{background-color:#85c3e8;color:#000;font-weight:700;font-size:16px;border-radius:var(--btn-radius);padding:8px 16px;border:none;margin-top:5px;cursor:pointer;width:150px;text-align:center}.go-to-scout-button:hover{background-color:#6fb3d8}.remove-recruit-button{position:absolute;top:10px;right:10px;background-color:#ffffffb3;color:#333;border:none;border-radius:50%;width:26px;height:26px;font-size:20px;line-height:1;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10;padding:0}.remove-recruit-button:hover{background-color:#ff0000b3;color:#fff}.loading-indicator,.error-message,.empty-state{text-align:center;font-size:18px;margin:50px 0;color:#333}.error-message{color:#d32f2f}.empty-dashboard-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background-color:#1e233299;border-radius:12px;border:2px dashed #4a5568;margin:40px auto;max-width:600px;width:100%}.empty-dashboard-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:16px;text-align:center}.empty-dashboard-text{font-size:16px;color:#9ca3af;text-align:center;line-height:26px;max-width:500px}.player-draft-class{font-size:18px;font-weight:700;margin-top:3px;text-align:center}.recruiting-toast-notification{position:fixed;top:100px;right:20px;background-color:#fff;color:#333;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:10002;display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:400px;animation:slideIn .3s ease-out forwards}.recruiting-toast-notification.success{border-left:4px solid #10b981}.recruiting-toast-notification.error{border-left:4px solid #ef4444}.recruiting-toast-notification.info{border-left:4px solid #0ea5e9}.recruiting-toast-message{flex:1;font-size:.875rem}.recruiting-toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#999;padding:.25rem .4rem}.recruiting-toast-close:hover{color:#333}@media (max-width: 500px){.recruiting-toast-notification{top:100px;right:10px;padding:.75rem 1rem}.recruiting-toast-message{font-size:.875rem}}@media (max-width: 360px){.recruiting-toast-notification{right:5px;padding:.625rem .75rem}.recruiting-toast-message{font-size:.8rem}.recruiting-toast-close{padding:.25rem .4rem;font-size:1rem}}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.live-stats-grid{display:grid;grid-template-rows:repeat(5,auto);grid-template-columns:repeat(5,1fr);gap:2px;width:100%;margin-top:5px;background:#ffffff0d;border-radius:8px;font-size:15px;overflow:hidden}.live-stats-grid-row{display:contents}.live-stats-grid-header>div{font-weight:700;text-align:center;background:#ffffff1a;color:#fff;padding:2px 0;grid-column:span 1}.live-stat-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:32px;border-bottom:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);padding:2px 0;background:#00000008}.live-stat-cell:last-child{border-right:none}.live-stat-category{font-size:12px;color:#bbb;font-weight:600;text-align:center;line-height:1}.live-stat-value{font-size:15px;color:#fff;font-weight:700;text-align:center;line-height:1.2}@media screen and (max-width: 480px){.live-stats-grid{font-size:13px}.live-stat-category{font-size:10px}.live-stat-value{font-size:13px}}.live-game-summary{width:100%;margin:6px 0 8px;padding:6px 0 8px;background:#ffffff1a;border-radius:8px;display:flex;flex-direction:column;align-items:center;font-size:15px;font-weight:700;color:#fff;box-sizing:border-box}.live-game-teams{display:flex;align-items:center;justify-content:center;gap:18px;width:100%}.live-game-team{display:flex;flex-direction:column;align-items:center;min-width:80px;max-width:120px;text-align:center}.live-game-team-logo{width:32px;height:32px;border-radius:50%;background:#fff;object-fit:contain;margin-bottom:2px;border:1px solid #eee}.live-game-team-name{font-size:13px;color:#fff;margin-bottom:2px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.12);max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-game-team-points{font-size:22px;color:#fff;font-weight:700;margin-top:1px}.live-game-vs{font-size:15px;color:#fff;font-weight:700;margin:0 8px;align-self:center}.live-game-period-clock{margin-top:4px;font-size:14px;color:#fff;font-weight:600;letter-spacing:.5px}@media screen and (max-width: 480px){.live-game-summary{font-size:13px;padding:4px 0 6px}.live-game-team-logo{width:24px;height:24px}.live-game-team-name{font-size:11px;max-width:60px}.live-game-team-points{font-size:15px}.live-game-period-clock{font-size:12px}}@media screen and (max-width: 1200px){.filter-dash-container{padding:0 15px}.menu-item-dash,.sub-menu-item a{font-size:12px;height:45px}}@media screen and (max-width: 970px){.filter-dash-container{flex-wrap:wrap}.menu-item-dash{min-width:48%;flex:0 0 48%}.menu-item-dash,.sub-menu-item a{font-size:18px;height:45px}}@media screen and (max-width: 768px){.filter-dash-container{flex-direction:column;align-items:stretch}.menu-item-dash,.sub-menu-item a{width:100%;min-width:100%;max-width:none;font-size:16px;height:45px}.sub-menu{max-height:250px;width:100%}.sub-menu-item a{justify-content:center;padding:0 15px}.white-circle-dash{width:150px;height:150px;min-width:150px;min-height:150px}.player-ind-card{width:280px;height:auto;min-height:420px}}@media screen and (max-width: 480px){.search-bar-dashboard input{font-size:14px}.dash-title{font-size:2rem}.white-circle-dash{width:120px;height:120px;min-width:120px;min-height:120px}.player-name-rec{font-size:22px}}@media screen and (max-width: 320px){.live-stats-coming{font-size:13px;padding:0 4px;word-wrap:break-word}.live-stats-container{padding:0 5px}.player-ind-card{min-width:0;width:100%;max-width:280px}}.menu-item-dash,.sub-menu-item a{height:32px;font-size:16px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:700}.menu-item-dash{padding:0}.sub-menu-item a{padding:0 15px;justify-content:flex-start}.dark-theme .dash-title{color:#fff}@media (min-width: 1024px){.dash-title{font-size:2.5rem}}@media (min-width: 1200px){.dash-title{font-size:2.8rem}}@supports (-webkit-touch-callout: none){.white-circle-dash img{-webkit-transform:translateZ(0)}}.player-card-container{width:300px;height:620px;perspective:1000px;position:relative}.player-card-container.flipped .card-front{transform:rotateY(-180deg)}.player-card-container.flipped .card-back{transform:rotateY(0)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .3s ease-in-out;border-radius:var(--card-radius)}.card-front{transform:rotateY(0);z-index:2}.card-back{transform:rotateY(180deg);z-index:1;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.ovr-grade-container{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;align-items:center;background-color:#0009;padding:6px 10px;border-radius:8px;z-index:5}.ovr-label{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px}.ovr-value{font-size:24px;font-weight:700}.ovr-loading{color:#fff9;animation:ovr-pulse 1s ease-in-out infinite}@keyframes ovr-pulse{0%,to{opacity:.4}50%{opacity:1}}.go-to-attributes-button{background-color:#fc0;color:#000;font-weight:700;font-size:16px;border-radius:var(--btn-radius);padding:8px 16px;border:none;margin-top:5px;cursor:pointer;width:150px;text-align:center}.go-to-attributes-button:hover{background-color:#e6b800}.flip-back-button{position:absolute;top:10px;right:10px;background-color:#fffc;color:#333;border:none;border-radius:50%;width:30px;height:30px;font-size:18px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10}.flip-back-button:hover{background-color:#fff}.attributes-header{text-align:center;padding-top:15px;margin-bottom:10px}.attributes-player-name{font-size:22px;font-weight:700;color:#fff;margin-bottom:5px}.attributes-position{font-size:16px;color:#fffc;margin-bottom:8px}.attributes-ovr{display:flex;align-items:center;justify-content:center;gap:8px}.ovr-label-back{font-size:14px;font-weight:700;color:#fff}.ovr-value-back{font-size:28px;font-weight:700}.attributes-list{padding:0 15px;flex:1;overflow:hidden;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.attributes-pagination-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.attributes-page-indicator{font-size:12px;color:#fff}.attributes-pagination-buttons{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.attr-page-btn{flex:1;padding:8px;background:#00000080;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s ease}.attr-page-btn:hover:not(:disabled){background:#000000b3}.attr-page-btn:disabled{opacity:.5;cursor:default}.attributes-section{margin-bottom:15px;width:100%;box-sizing:border-box}.attributes-section:last-child{margin-bottom:0}.attributes-section-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:4px}.attribute-row{display:flex;align-items:center;margin-bottom:8px;gap:8px;width:100%;box-sizing:border-box}.attribute-name{flex:0 0 120px;min-width:0;font-size:13px;color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attribute-bar-container{flex:1;min-width:0;height:10px;background-color:#fff3;border-radius:5px;overflow:hidden}.attribute-bar{height:100%;border-radius:5px;transition:width .3s ease}.attribute-value{flex:0 0 35px;min-width:35px;font-size:14px;font-weight:700;text-align:right}.card-back-buttons{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 15px 15px;margin-top:auto}@media screen and (max-width: 480px){.player-card-container{width:280px;height:500px}.ovr-grade-container{padding:4px 8px}.ovr-label{font-size:10px}.ovr-value{font-size:20px}.attribute-name{flex:0 0 100px;font-size:11px}.attribute-value{font-size:12px}.attributes-player-name{font-size:18px}.card-back-buttons{padding:8px 15px 12px;gap:6px}}.attributes-help-button{position:absolute;top:10px;left:10px;background-color:#fffc;color:#333;border:none;border-radius:50%;width:30px;height:30px;font-size:18px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10;transition:background-color .2s ease}.attributes-help-button:hover{background-color:#fff}.help-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.help-modal{background-color:#1a1a2e;border-radius:12px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000080;border:1px solid rgba(255,255,255,.1)}.help-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.help-modal-header h3{margin:0;color:#fff;font-size:20px}.help-modal-header .close-btn{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;line-height:1;opacity:.7;transition:opacity .2s ease}.help-modal-header .close-btn:hover{opacity:1}.help-modal-content{padding:20px}.help-section{margin-bottom:20px}.help-section:last-child{margin-bottom:0}.help-section h4{color:#e6b800;margin:0 0 10px;font-size:16px}.help-section p{color:#ffffffd9;margin:0 0 10px;line-height:1.5;font-size:14px}.help-section ol{margin:0;padding-left:20px;color:#ffffffd9}.help-section ol li{margin-bottom:8px;line-height:1.4;font-size:14px}.help-section ol li:last-child{margin-bottom:0}.recruiting-help-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:flex-start;z-index:9999;padding:80px 2rem 2rem;box-sizing:border-box;overflow-y:auto}.recruiting-help-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:50rem;width:100%;max-height:calc(100vh - 100px);overflow-y:auto;box-shadow:0 10px 25px #00000080;position:relative;margin:auto 0}.recruiting-help-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(133,195,232,.2)}.recruiting-help-modal-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.recruiting-help-close-btn{background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.recruiting-help-close-btn:hover{color:#fff}.recruiting-help-modal.dashboard-help-content{min-height:auto}.recruiting-help-modal .dashboard-help-section{margin-bottom:1.5rem}.recruiting-help-modal .dashboard-help-section:last-child{margin-bottom:0}.recruiting-help-modal .dashboard-help-section h2{font-size:1.25rem;font-weight:600;color:#85c3e8;margin-bottom:.75rem}.recruiting-help-modal .dashboard-help-section p{color:#d1d5db;line-height:1.6;margin-bottom:.75rem;font-size:.95rem}.recruiting-help-modal .dashboard-help-section ul{list-style:none;padding:0;margin:.75rem 0}.recruiting-help-modal .dashboard-help-section li{color:#d1d5db;padding:.5rem 0 .5rem 1.75rem;position:relative;font-size:.95rem;line-height:1.5}.recruiting-help-modal .dashboard-help-section li:before{content:"•";position:absolute;left:.5rem;color:#85c3e8;font-weight:700}.recruiting-help-modal .dashboard-help-section li strong,.recruiting-help-modal .dashboard-help-section p strong{color:#fff;font-weight:600}@media (max-width: 768px){.recruiting-help-modal-overlay{padding:70px 1rem 80px}.recruiting-help-modal{padding:1.5rem;max-height:calc(100vh - 170px)}.recruiting-help-modal-header h1{font-size:1.35rem}.recruiting-help-modal .dashboard-help-section h2{font-size:1.1rem}.recruiting-help-modal .dashboard-help-section p,.recruiting-help-modal .dashboard-help-section li{font-size:.9rem}}.dashboard-load-more-container{display:flex;flex-direction:column;align-items:center;gap:10px;margin:30px auto;padding:20px}.dashboard-load-more-button{background:linear-gradient(135deg,#85c3e8,#5a9fd4);color:#1a1a2e;border:none;border-radius:8px;padding:12px 40px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #85c3e84d}.dashboard-load-more-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #85c3e866;background:linear-gradient(135deg,#9dd0f0,#6aadde)}.dashboard-load-more-button:active{transform:translateY(0);box-shadow:0 2px 10px #85c3e84d}.dashboard-showing-count{font-size:13px;color:#fff9;text-align:center}.mobile-dashboard-container{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.mobile-centered-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px}.mobile-header{background-color:#000;padding-left:20px;padding-right:20px;padding-bottom:15px;border-bottom:1px solid #2a3441;position:sticky;top:0;z-index:100}.mobile-header-top{display:flex;justify-content:center;align-items:center;margin-bottom:15px}.mobile-title{font-size:32px;font-weight:900;text-transform:uppercase;color:#fff;letter-spacing:1.2px;text-align:center}@media (max-width: 480px){.mobile-title{font-size:28px}}.mobile-search-container-dashboard{display:flex;flex-direction:row;align-items:center;margin-bottom:15px}.mobile-search-input{flex:1;height:40px;border-radius:20px;border:1px solid #2a3441;padding-left:20px;padding-right:20px;font-size:16px;font-weight:700;margin-right:12px;color:#fff;outline:none}.mobile-search-input::placeholder{color:#9ca3af}.mobile-add-player-search-container{position:relative;width:100%;margin-bottom:15px}.mobile-add-player-search-input{width:100%;height:44px;border-radius:22px;border:2px solid #333;padding:0 20px;background-color:#1a1a2e;font-size:15px;font-weight:500;color:#fff;outline:none;transition:border-color .2s ease}.mobile-add-player-search-input:focus{border-color:#85c3e8}.mobile-add-player-search-input::placeholder{color:#888;font-style:italic}.mobile-add-player-results-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#1e2330;border:2px solid #333;border-top:none;border-radius:0 0 16px 16px;max-height:280px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000004d}.mobile-add-player-result-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #2a3441}.mobile-add-player-result-item:last-child{border-bottom:none}.mobile-add-player-result-info{display:flex;flex-direction:column;gap:2px}.mobile-add-player-result-name{font-weight:700;font-size:15px;color:#fff}.mobile-add-player-result-details{font-size:13px;color:#9ca3af}.mobile-add-player-result-button{background-color:#333;color:#fff;border:none;padding:8px 14px;border-radius:16px;font-weight:700;font-size:13px;cursor:pointer;min-width:60px}.mobile-add-player-result-button:disabled{background-color:#555;cursor:not-allowed}.mobile-help-button{width:32px;height:32px;border-radius:16px;background-color:#85c3e8;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;flex-shrink:0}.mobile-help-button-text{color:#0a0e1a;font-size:14px;font-weight:700}.mobile-filter-container{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:5px;scrollbar-width:none;-ms-overflow-style:none}.mobile-filter-container::-webkit-scrollbar{display:none}.mobile-filter-container.centered{justify-content:center;flex-wrap:wrap}.mobile-filter-button{background-color:#1e2330;padding:8px 16px;border-radius:8px;margin-right:12px;height:40px;border:2px solid #2a3441;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mobile-filter-button-text{color:#85c3e8;font-size:14px;font-weight:700;text-transform:uppercase}.mobile-list-container{padding:15px 15px 100px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,380px));gap:20px;justify-content:center}.mobile-list-container.two-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.mobile-list-container.single-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,380px));gap:20px;justify-content:center}.mobile-recruit-card{border-radius:15px;padding:15px;display:flex;flex-direction:column;align-items:center;min-height:400px;position:relative;background-color:#1e2330;border:1px solid #2a3441;cursor:pointer;width:100%;max-width:380px;box-sizing:border-box;justify-self:center}.mobile-recruit-card:hover{box-shadow:0 4px 12px #0000004d}.mobile-remove-button{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:13px;background-color:#f44c;display:flex;justify-content:center;align-items:center;z-index:10;border:none;cursor:pointer;transition:background-color .2s ease}.mobile-remove-button:hover{background-color:#f44}.mobile-remove-button-text{color:#fff;font-size:20px;font-weight:700;line-height:1}.mobile-player-image-container{width:150px;height:150px;border-radius:75px;background-color:#fff;overflow:hidden;margin-bottom:10px;display:flex;align-items:center;justify-content:center;position:relative}.mobile-player-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;max-width:100%;max-height:100%;border-radius:75px}.mobile-player-name{font-size:22px;font-weight:700;color:#fff;text-align:center;margin-bottom:5px}.mobile-custom-rankings-container{display:flex;flex-direction:column;align-items:center;gap:2px;margin:4px 0;padding:5px 10px;background-color:#00000040;border-radius:6px;min-height:45px}.mobile-custom-ranking-row{display:flex;gap:4px;font-size:12px;color:#ffffffe6}.mobile-ranking-label{color:#ffffffb3}.mobile-ranking-value{font-weight:700;color:#fff}.mobile-custom-rankings-loading{font-size:11px;color:#fff9;animation:mobile-rankings-pulse 1s ease-in-out infinite}.mobile-custom-rankings-none{font-size:11px;color:#ffffff80;font-style:italic}@keyframes mobile-rankings-pulse{0%,to{opacity:.4}50%{opacity:1}}.mobile-team-line{display:flex;flex-direction:row;align-items:center;margin-bottom:5px}.mobile-team-text{font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;margin-right:8px}.mobile-team-logo{width:25px;height:25px;border-radius:12.5px;background-color:#fff;object-fit:cover}.mobile-position-text{font-size:18px;font-weight:700;color:#fff;margin-bottom:5px}.mobile-draft-class-text{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}.mobile-live-game-summary{width:100%;background-color:#85c3e81a;border-radius:8px;padding:8px;margin-bottom:10px;border:1px solid #2a3441;box-sizing:border-box}.mobile-live-game-teams{display:flex;flex-direction:row;justify-content:space-around;align-items:center;margin-bottom:5px}.mobile-live-game-team{display:flex;flex-direction:column;align-items:center;flex:1}.mobile-live-game-logo-container{width:28px;height:28px;border-radius:14px;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:2px}.mobile-live-game-logo{width:20px;height:20px;border-radius:10px;object-fit:cover}.mobile-live-game-team-name{font-size:11px;color:#fff;font-weight:600;text-align:center}.mobile-live-game-score{font-size:18px;color:#fff;font-weight:700}.mobile-live-game-vs{font-size:14px;color:#fff;font-weight:700;margin:0 10px}.mobile-live-game-clock{font-size:12px;color:#fff;text-align:center;font-weight:600}.mobile-live-game-next-details{text-align:center;font-size:13px;margin-top:4px;color:#fff}.mobile-live-game-next-details b{font-weight:700}.mobile-live-stats-container{display:flex;flex-direction:column;align-items:center;margin:10px 0;width:100%}.mobile-live-stats-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:5px}.mobile-live-stats-text{font-size:14px;color:#fff;text-align:center}.mobile-live-stats-coming-soon{font-size:13px;color:#fff;opacity:.8;text-align:center;font-style:italic}.mobile-live-stats-section{width:100%;margin-top:5px}.mobile-stat-category-row{margin-bottom:8px}.mobile-stat-category-title{font-size:12px;color:#fff;font-weight:700;margin-bottom:3px;text-align:center}.mobile-stat-row{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}.mobile-live-stat-item{min-width:22%;max-width:25%;margin-bottom:2px;display:flex;flex-direction:column;align-items:center}.mobile-live-stat-category{font-size:10px;color:#fff;font-weight:700}.mobile-live-stat-value{font-size:12px;color:#fff;font-weight:700}.mobile-recruit-page-button{background-color:#85c3e8;padding:10px 20px;border-radius:12px;margin-top:10px;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.mobile-recruit-page-button:hover{background-color:#6bb0d8;transform:scale(1.02)}.mobile-recruit-page-button-text{color:#0a0e1a;font-weight:700;font-size:14px}.mobile-loading-text{margin-top:10px;font-size:16px;color:#9ca3af}.mobile-error-text{font-size:16px;color:#f44;text-align:center;margin-bottom:20px}.mobile-retry-button{background-color:#85c3e8;padding:10px 20px;border-radius:8px;border:none;cursor:pointer}.mobile-retry-button-text{color:#0a0e1a;font-weight:700}.mobile-empty-state-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px;text-align:center}.mobile-empty-state-text{font-size:16px;color:#9ca3af;text-align:center;line-height:22px}.mobile-empty-dashboard-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background-color:#1e233299;border-radius:12px;border:1px dashed #4a5568;margin:20px 0}.mobile-empty-dashboard-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px;text-align:center}.mobile-empty-dashboard-text{font-size:15px;color:#9ca3af;text-align:center;line-height:24px;max-width:320px}.mobile-login-button{background-color:#85c3e8;padding:10px 20px;border-radius:8px;margin-top:10px;border:none;cursor:pointer}.mobile-login-button-text{color:#0a0e1a;font-weight:700;font-size:16px}.mobile-modal-overlay-dash{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.mobile-help-modal{background-color:#1e2330;border-radius:12px;padding:20px;margin:20px;max-width:400px;width:90%;border:2px solid #2a3441}.mobile-help-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid #2a3441;padding-bottom:10px}.mobile-help-title{font-size:18px;font-weight:700;color:#fff}.mobile-help-close-button{font-size:24px;color:#85c3e8;background:none;border:none;cursor:pointer;padding:0;line-height:1}.mobile-help-text{font-size:14px;color:#9ca3af;line-height:20px;margin-bottom:10px}.mobile-help-section{margin-bottom:15px}.mobile-help-section:last-child{margin-bottom:0}.mobile-help-section-title{display:block;color:#e6b800;font-size:15px;font-weight:700;margin-bottom:8px}.mobile-help-list{margin:0;padding-left:20px;color:#9ca3af}.mobile-help-list li{margin-bottom:6px;line-height:1.4;font-size:14px}.mobile-help-list li:last-child{margin-bottom:0}.mobile-modal-content{background-color:#1e2330;border-top-left-radius:12px;border-top-right-radius:12px;max-height:80%;width:100%;position:fixed;bottom:0;left:0;right:0;border:2px solid #2a3441;border-bottom:none;z-index:1001;overflow-y:auto}.mobile-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #2a3441;position:sticky;top:0;background-color:#1e2330}.mobile-modal-title{font-size:18px;font-weight:700;color:#fff}.mobile-modal-close{font-size:24px;color:#85c3e8;background:none;border:none;cursor:pointer;padding:0}.mobile-modal-option{padding:20px;border-bottom:1px solid #2a3441;cursor:pointer;transition:background-color .2s ease}.mobile-modal-option:hover{background-color:#85c3e81a}.mobile-modal-option.selected{background-color:#85c3e833}.mobile-modal-option-text{font-size:16px;color:#fff}.mobile-modal-option.selected .mobile-modal-option-text{color:#fff;font-weight:700}.mobile-loading-spinner{width:40px;height:40px;border:4px solid #2a3441;border-top:4px solid #85c3e8;border-radius:50%;animation:spin 1s linear infinite}@media screen and (min-width: 540px){.mobile-title{font-size:40px}}@media screen and (max-width: 340px){.mobile-list-container,.mobile-list-container.single-column{grid-template-columns:1fr}.mobile-recruit-card{max-width:100%}}@media screen and (min-width: 1200px){.mobile-list-container,.mobile-list-container.single-column{grid-template-columns:repeat(auto-fit,minmax(300px,380px));max-width:1200px;margin:0 auto}}.mobile-card-container{width:100%;max-width:380px;height:520px;perspective:1000px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;position:relative;justify-self:center}.mobile-card-container.flipped .mobile-card-front{transform:rotateY(-180deg)}.mobile-card-container.flipped .mobile-card-back{transform:rotateY(0)}.mobile-card-front,.mobile-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .3s ease-in-out;border-radius:15px}.mobile-card-front{transform:rotateY(0);z-index:2}.mobile-card-back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);z-index:1;display:flex!important;flex-direction:column!important;align-items:stretch!important;min-height:0;transform-style:flat;-webkit-transform-style:flat;height:100%;box-sizing:border-box}.mobile-card-back .rd-mobile-attributes-scroll-container{flex:1 1 auto;width:100%}@supports (-webkit-touch-callout: none){.mobile-card-container.flipped .mobile-card-back{-webkit-transform:rotateY(0deg);transform:rotateY(0)}}.mobile-ovr-grade-container{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;align-items:center;background-color:#0009;padding:6px 10px;border-radius:8px;z-index:5}.mobile-ovr-label{font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px}.mobile-ovr-value{font-size:22px;font-weight:700}.mobile-ovr-loading{color:#fff9;animation:mobile-ovr-pulse 1s ease-in-out infinite}@keyframes mobile-ovr-pulse{0%,to{opacity:.4}50%{opacity:1}}.mobile-attributes-button{background-color:#fc0;padding:10px 20px;border-radius:12px;margin-top:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.mobile-attributes-button:hover{background-color:#e6b800;transform:scale(1.02)}.mobile-attributes-button-text{color:#0a0e1a;font-weight:700;font-size:14px}.mobile-scout-button{background-color:#85c3e8;padding:10px 20px;border-radius:12px;margin-top:8px;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.mobile-scout-button:hover{background-color:#6bb0d8;transform:scale(1.02)}.mobile-scout-button-text{color:#0a0e1a;font-weight:700;font-size:14px}.mobile-attributes-help-button{position:absolute;top:10px;left:10px;background-color:#fffc;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10;transition:background-color .2s ease}.mobile-attributes-help-button:hover{background-color:#fff}.mobile-attributes-help-text{color:#333;font-size:18px;font-weight:700}.mobile-flip-back-button{position:absolute;top:10px;right:10px;background-color:#fffc;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10}.mobile-flip-back-button:hover{background-color:#fff}.mobile-flip-back-text{color:#333;font-size:16px;font-weight:700}.mobile-attributes-header{text-align:center;padding-top:15px;margin-bottom:10px;flex-shrink:0}.mobile-attributes-player-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:5px}.mobile-attributes-position{font-size:14px;color:#fffc;margin-bottom:8px}.mobile-attributes-ovr{display:flex;align-items:center;justify-content:center;gap:8px}.mobile-ovr-label-back{font-size:13px;font-weight:700;color:#fff}.mobile-ovr-value-back{font-size:26px;font-weight:700}.rd-mobile-attributes-scroll-container{padding:0 10px 0 15px;flex:1 1 auto;overflow:hidden!important;max-height:340px;min-height:0;margin-bottom:10px;transform:translateZ(0);-webkit-transform:translateZ(0);scrollbar-width:none;-ms-overflow-style:none}.rd-mobile-attributes-scroll-container::-webkit-scrollbar{display:none;width:0;height:0}.rd-mobile-attr-section{margin-bottom:12px;display:block;visibility:visible;opacity:1}.rd-mobile-attr-section:last-child{margin-bottom:0}.rd-mobile-attr-section-custom{margin-top:8px;padding-top:8px}.rd-mobile-attr-section-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:3px;display:block;visibility:visible}.rd-mobile-attr-row{display:flex;align-items:center;margin-bottom:8px;gap:8px;visibility:visible;opacity:1}.rd-mobile-attr-name{flex:0 0 110px;font-size:12px;color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-mobile-attr-bar-bg{flex:1;height:10px;background-color:#fff3;border-radius:5px;overflow:hidden}.rd-mobile-attr-bar-fill{height:100%;border-radius:5px;transition:width .3s ease}.rd-mobile-attr-value{flex:0 0 30px;font-size:13px;font-weight:700;text-align:right}.mobile-card-back-buttons{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 15px 15px;margin-top:auto;flex-shrink:0}@media screen and (max-width: 380px){.mobile-card-container{height:480px}.rd-mobile-attr-name{flex:0 0 90px;font-size:11px}.mobile-ovr-grade-container{padding:4px 8px}.mobile-ovr-label{font-size:10px}.mobile-ovr-value{font-size:18px}.mobile-attributes-player-name{font-size:16px}.rd-mobile-attributes-scroll-container{max-height:200px;-webkit-overflow-scrolling:touch;touch-action:pan-y;overflow-y:auto!important}.mobile-card-back-buttons{padding:8px 15px 12px;gap:6px}}.my-scouting-attributes-container{padding:20px;border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:10px;margin:0 20px 20px;background-color:#0000001a}.my-scouting-attributes-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.my-scouting-section-title{font-size:20px;font-weight:700;color:#fff;margin-right:5px}.my-scouting-add-attribute-button{background-color:#fcfcfc;color:#000;border:none;padding:6px 12px;border-radius:15px;font-size:12px;font-weight:700;cursor:pointer;transition:all .3s ease}.my-scouting-add-attribute-button:hover{background-color:#e5e5e5}.my-scouting-attributes-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:12px}.my-scouting-attribute-item{border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:12px;padding:12px;background-color:#ffffff0d;width:48%}@media (max-width: 800px){.my-scouting-attribute-item{width:98%}.my-scouting-attributes-container{position:relative}}.my-scouting-attribute-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;gap:3px;flex-wrap:wrap}.my-scouting-attribute-title-row{display:flex;align-items:center;flex:1;min-width:0}.my-scouting-attribute-name{font-size:18px;font-weight:700;color:#fff;flex:1;margin-right:5px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.my-scouting-remove-attribute-button{width:24px;height:24px;border-radius:12px;background-color:#ef4444;color:#fff;border:none;display:flex;align-items:center;justify-content:center;margin-left:2px;cursor:pointer;font-size:16px;font-weight:700}.my-scouting-remove-attribute-button:hover{background-color:#dc2626}.my-scouting-score-display{padding:6px 12px;border-radius:16px;min-width:50px;text-align:center;background-color:#4299e1;margin-left:10px}@media (max-width: 500px){.my-scouting-score-display{margin-left:5px}}.my-scouting-score-text{color:#fff;font-size:14px;font-weight:700}.my-scouting-score-unit{color:#becbe1;font-size:11px;font-weight:400}.my-scouting-attribute-description{font-size:14px;color:#fffc;margin-bottom:12px;line-height:18px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.my-scouting-custom-label{color:#4299e1;font-style:italic;font-size:12px}.my-scouting-slider-container{margin-top:4px}.my-scouting-attribute-slider{width:100%;height:4px;border-radius:2px;background:#707070;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.my-scouting-attribute-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer}.my-scouting-attribute-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;border:none}.my-scouting-slider-labels{display:flex;justify-content:space-between;margin-top:4px;padding:0 8px}.my-scouting-slider-label{color:#fffc;font-size:12px}.my-scouting-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.my-scouting-modal-content{background-color:#374151;border-radius:12px;margin:20px;max-width:400px;width:90%}.my-scouting-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #4b5563}.my-scouting-modal-title{font-size:18px;font-weight:700;color:#fff}.my-scouting-modal-close{font-size:24px;color:#9ca3af;font-weight:700;background:none;border:none;cursor:pointer}.my-scouting-modal-body{padding:20px}.my-scouting-modal-label{font-size:16px;color:#fff;font-weight:600;margin-bottom:8px;margin-top:12px;display:block}.my-scouting-modal-input{background-color:#4b5563;color:#fff;font-size:16px;padding:10px 12px;border-radius:8px;border:1px solid #6b7280;width:100%;box-sizing:border-box}.my-scouting-modal-input::placeholder{color:#64748b}.my-scouting-modal-text-area{min-height:80px;resize:vertical}.my-scouting-modal-buttons{display:flex;justify-content:space-between;margin-top:24px;gap:12px}.my-scouting-modal-cancel-button{flex:1;background-color:#6b7280;color:#fff;padding:12px;border-radius:8px;border:none;font-size:16px;font-weight:700;cursor:pointer}.my-scouting-modal-cancel-button:hover{background-color:#5b6370}.my-scouting-modal-add-button{flex:1;background-color:#4299e1;color:#fff;padding:12px;border-radius:8px;border:none;font-size:16px;font-weight:700;cursor:pointer}.my-scouting-modal-add-button:hover{background-color:#3182ce}.my-scouting-attribute-controls{display:flex;gap:8px;align-items:center}.my-scouting-notes-toggle-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:12px;transition:all .2s ease}.my-scouting-notes-toggle-button:hover{background:#fff3;border-color:#ffffff4d}.my-scouting-attribute-notes-container{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.my-scouting-attribute-notes-label{display:block;color:#fffc;font-size:12px;margin-bottom:6px;font-weight:500}.my-scouting-attribute-notes-textarea{width:100%;padding:8px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:14px;line-height:1.4;resize:vertical;min-height:60px}.my-scouting-attribute-notes-textarea:focus{outline:none;border-color:#fff6;background:#0006}.my-scouting-attribute-notes-textarea::placeholder{color:#ffffff80}@media (max-width: 768px){.my-scouting-attributes-container{padding:16px}.my-scouting-modal-content{margin:16px}}@media (max-width: 440px){.my-scouting-attribute-header{position:relative;padding-right:60px}.my-scouting-attribute-title-row{flex:1}.my-scouting-attribute-controls{position:absolute;right:0;top:0}.my-scouting-score-display{position:absolute;right:0;top:32px;margin-left:0}.my-scouting-attribute-description{padding-right:65px}.my-scouting-attribute-controls{gap:2px}.my-scouting-slider-container{padding-top:10px}}.my-scouting-attributes-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.my-scouting-auto-save-indicator{display:flex;align-items:center;gap:6px;color:#fffc;font-size:12px;padding:4px 10px;background-color:#ffffff1a;border-radius:12px}.my-scouting-auto-save-spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top:2px solid rgba(255,255,255,.8);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-scouting-auto-save-text{font-weight:500}.my-scouting-autosave-status{display:flex;align-items:center;gap:4px;color:#fffc;font-size:12px;padding:4px 10px;background-color:#ffffff1a;border-radius:12px}.my-scouting-autosave-status.off{color:#fffc;background-color:#9ca3af1a}.my-scouting-autosave-status-icon{font-weight:700}.my-scouting-autosave-status-text{font-weight:500}.my-scouting-attributes-save-button{background-color:#22c55e;color:#fff;border:none;padding:6px 16px;border-radius:15px;font-size:12px;font-weight:700;cursor:pointer;transition:all .3s ease}.my-scouting-attributes-save-button:hover{background-color:#16a34a}.my-scouting-attributes-save-button.disabled{background-color:#6b7280;cursor:not-allowed;opacity:.7}@media (max-width: 800px){.my-scouting-attributes-header-actions{margin-right:30px}}@media (max-width: 800px){.my-scouting-attributes-section-header{flex-direction:column;align-items:flex-start;gap:10px}.my-scouting-attributes-header-actions{width:100%;justify-content:flex-start}}.custom-confirm-modal{border-radius:1rem;padding:1.5rem 1.75rem;max-width:520px;width:100%;color:#d1d5db;animation:slideUp .25s ease-out}.custom-confirm-modal h2{margin:0 0 .5rem;color:#fff;font-size:1.25rem;font-weight:700}.custom-confirm-modal p{margin:0 0 1rem;color:#d1d5db;line-height:1.5}.custom-confirm-modal .modal-button-row{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.75rem}.custom-confirm-modal .cancel-btn{flex:0 0 auto;min-width:120px;padding:.6rem 1rem;border-radius:.5rem;background:transparent;border:2px solid #6b7280;color:#d1d5db;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.custom-confirm-modal .cancel-btn:hover{background-color:#6b72801f;border-color:#9ca3af}.custom-confirm-modal .confirm-btn{flex:0 0 auto;min-width:140px;padding:.6rem 1rem;border-radius:.5rem;background-color:#ef4444;color:#fff;border:none;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #ef44442e;transition:background-color .12s ease,transform .12s ease}.custom-confirm-modal .confirm-btn:hover{background-color:#dc2626;transform:translateY(-1px)}.custom-confirm-modal .confirm-btn:disabled,.custom-confirm-modal .cancel-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media (max-width: 520px){.custom-confirm-modal{padding:1rem}.custom-confirm-modal .modal-button-row{flex-direction:column-reverse;gap:.5rem}.custom-confirm-modal .cancel-btn,.custom-confirm-modal .confirm-btn{width:100%;min-width:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.my-scouting-rankings-container{padding:20px;border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:10px;margin:0 20px 20px;background-color:#0000001a}.my-scouting-rankings-header-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.my-scouting-rankings-header-actions{display:flex;align-items:center;gap:12px}@media (max-width: 800px){.my-scouting-rankings-header-actions{margin-right:30px}}.my-scouting-auto-save-indicator{display:flex;align-items:center;gap:8px;background-color:#ffffff1a;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.3)}.my-scouting-auto-save-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top:2px solid rgba(255,255,255,.8);border-radius:50%;animation:autoSaveSpin .8s linear infinite}@keyframes autoSaveSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-scouting-auto-save-text{font-size:12px;color:#fffc;font-weight:600}.my-scouting-autosave-status{display:flex;align-items:center;gap:6px;background-color:#ffffff1a;padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.3)}.my-scouting-autosave-status.off{background-color:#94a3b833;border:1px solid rgba(255,255,255,.3)}.my-scouting-autosave-status-icon{font-size:12px;color:#fffc;font-weight:700}.my-scouting-autosave-status-text{font-size:11px;color:#fffc;font-weight:600}.my-scouting-autosave-status.off .my-scouting-autosave-status-text{color:#fffc}.my-scouting-rankings-save-button{background-color:#4299e1;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;min-width:60px;transition:all .3s ease}.my-scouting-rankings-save-button:hover{background-color:#3182ce}.my-scouting-rankings-save-button.disabled{background-color:#64748b;cursor:not-allowed}.my-scouting-rankings-instructions{background-color:#ffffff1a;padding:12px;border-radius:8px;margin-bottom:16px}.my-scouting-rankings-instructions-text{font-size:12px;color:#e5e7eb;text-align:center;font-style:italic;margin:0}.my-scouting-rankings-range-text{font-size:12px;color:#d1d5db;text-align:center;font-weight:700;margin:8px 0 0}@media (max-width: 440px){.my-scouting-rankings-header-actions{flex-direction:column;gap:2px}.my-scouting-rankings-save-button{height:28px;width:100%;padding:0}}.my-scouting-not-in-rankings-banner{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#fbbf24;color:#1f2937;padding:10px 16px;border-radius:8px;margin-bottom:16px}.my-scouting-not-in-rankings-icon{font-size:18px}.my-scouting-not-in-rankings-text{font-size:14px;font-weight:700;text-align:center}.my-scouting-current-player-controls{display:flex;margin-bottom:16px;align-items:stretch;justify-content:space-around}.my-scouting-add-current-player-button{flex:1;background-color:#8b5cf6;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;max-width:70%;word-wrap:break-word;white-space:normal;line-height:1.3}.my-scouting-add-current-player-button:hover:not(.disabled){background-color:#7c3aed}.my-scouting-add-current-player-button.disabled{background-color:#64748b;cursor:not-allowed;opacity:.7}.my-scouting-year-selector{display:flex;flex-direction:column;justify-content:center;width:25%;gap:4px;min-width:100px}.my-scouting-year-label{font-size:12px;color:#fffc;font-weight:700}.my-scouting-year-dropdown{background-color:#374151;color:#fff;border:1px solid #4b5563;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:700;cursor:pointer}@media (max-width: 500px){.my-scouting-year-dropdown{height:40px}}.my-scouting-year-dropdown:focus{outline:none;border-color:#4299e1}.my-scouting-ranking-buttons-container{margin-bottom:16px}.my-scouting-ranking-label-button{background-color:#4299e1;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;width:100%;margin-bottom:8px;transition:all .3s ease}.my-scouting-ranking-label-button:hover:not(:disabled){background-color:#3182ce}.my-scouting-ranking-label-button.active{background-color:#276749;border:2px solid #68d391;cursor:default;opacity:1;box-shadow:0 0 8px #68d39166}.my-scouting-ranking-label-button .current-label{font-size:11px;font-weight:600;background-color:#fff3;padding:1px 8px;border-radius:4px;margin-left:8px;vertical-align:middle;letter-spacing:.5px;text-transform:uppercase}@media (max-width: 500px){.my-scouting-current-player-controls{flex-direction:column;gap:5px}.my-scouting-add-current-player-button{width:100%;max-width:none}.my-scouting-year-selector{width:100%}}.my-scouting-add-delete-buttons-container{display:flex;gap:8px;margin-bottom:16px}.my-scouting-add-player-button,.my-scouting-delete-player-button{flex:1;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;border:none}.my-scouting-add-player-button{background-color:#10b981;color:#fff}.my-scouting-add-player-button:hover{background-color:#059669}.my-scouting-delete-player-button{background-color:#ef4444;color:#fff}.my-scouting-delete-player-button:hover{background-color:#dc2626}.my-scouting-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.my-scouting-modal-content{background-color:#1f2937;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid #374151}.my-scouting-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #374151}.my-scouting-modal-title{color:#fff;font-size:18px;font-weight:700;margin:0}.my-scouting-modal-close{background:none;border:none;color:#9ca3af;font-size:28px;cursor:pointer;padding:0;line-height:1}.my-scouting-modal-close:hover{color:#fff}.my-scouting-modal-body{padding:20px;overflow-y:auto}.my-scouting-modal-search-input{width:100%;padding:12px 16px;border:1px solid #374151;border-radius:8px;background-color:#374151;color:#fff;font-size:16px;margin-bottom:16px;box-sizing:border-box}.my-scouting-modal-search-input:focus{outline:none;border-color:#4299e1}.my-scouting-modal-search-input::placeholder{color:#9ca3af}.my-scouting-modal-results{max-height:400px;overflow-y:auto}.my-scouting-modal-result-item{display:flex;align-items:center;padding:12px;border-radius:8px;background-color:#374151;margin-bottom:8px;cursor:pointer;transition:all .2s ease;gap:12px}.my-scouting-modal-result-item:hover{background-color:#4b5563}.my-scouting-modal-result-item.add-at-end{background-color:#065f46;border:2px dashed #10b981}.my-scouting-modal-result-item.add-at-end:hover{background-color:#047857}.my-scouting-modal-result-item.delete-item:hover{background-color:#7f1d1d}.my-scouting-modal-rank{color:#9ca3af;font-size:12px;font-weight:700;min-width:30px}.my-scouting-modal-result-name{color:#fff;font-weight:700;flex:1}.my-scouting-modal-result-details{color:#9ca3af;font-size:12px}.my-scouting-modal-delete-icon{font-size:16px}.my-scouting-modal-selected-player{color:#10b981;font-size:16px;margin-bottom:8px}.my-scouting-modal-instruction{color:#9ca3af;font-size:14px;margin-bottom:16px}.my-scouting-modal-loading{text-align:center;color:#4299e1;font-weight:700;padding:16px}.my-scouting-modal-no-results{text-align:center;color:#9ca3af;font-style:italic;padding:16px}.my-scouting-rankings-grid{display:flex;gap:16px;margin-bottom:16px}.my-scouting-ranking-item{flex:1;display:flex;flex-direction:column}.my-scouting-ranking-label{font-size:14px;color:#fff;font-weight:600;margin-bottom:8px}.my-scouting-ranking-input{background-color:#4b5563;color:#fff;border:1px solid #6b7280;border-radius:8px;padding:8px 12px;font-size:16px}.my-scouting-ranking-input:focus{outline:none;border-color:#4299e1}.my-scouting-rankings-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:20px;background-color:transparent}.my-scouting-rankings-loading-text{color:#fff;font-size:16px;font-weight:500}.my-scouting-rankings-loading-bar-container{width:200px;height:4px;background-color:#333;border-radius:4px;overflow:hidden}.my-scouting-rankings-loading-bar{width:40%;height:100%;background-color:#4299e1;border-radius:4px;animation:my-scouting-rankings-loading-bar 1.2s ease-in-out infinite}@keyframes my-scouting-rankings-loading-bar{0%{transform:translate(-100%)}50%{transform:translate(150%)}to{transform:translate(400%)}}.my-scouting-load-more-container{display:flex;justify-content:center;margin:12px 0}.my-scouting-load-more-button{background-color:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.3);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:150px}.my-scouting-load-more-button:hover{background-color:#fff3;transform:translateY(-1px)}.my-scouting-load-more-button:active{transform:translateY(0)}.my-scouting-players-list-container{margin-top:16px}.my-scouting-player-row{display:flex;align-items:center;border-radius:8px;padding:12px;margin-bottom:8px;border:1px solid #4b5563;cursor:pointer;transition:all .3s ease}.my-scouting-player-row:hover{border-color:#6b7280}.my-scouting-player-row.current-player{border-color:#10b981;border-width:2px}.my-scouting-player-row.dragged-player{border-color:#3b82f6;border-width:2px}.my-scouting-drag-handle{width:20px;text-align:center;margin-right:8px}.my-scouting-drag-handle-text{color:#9ca3af;font-size:16px;font-weight:700}.my-scouting-rank-number{font-size:16px;font-weight:700;color:#fff;width:24px;text-align:center;margin-right:12px}.my-scouting-player-image-rank{background-color:#fff;width:40px;height:40px;border-radius:20px;margin-right:12px;object-fit:cover;flex-shrink:0;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.my-scouting-placeholder-image{width:40px;height:40px;border-radius:20px;background-color:#6b7280;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.my-scouting-placeholder-text{color:#fff;font-size:16px;font-weight:700}.my-scouting-player-info{flex:1}.my-scouting-player-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.my-scouting-player-name.current-player-name{color:#10b981}.my-scouting-team-info{display:flex;align-items:center}.my-scouting-team-logo-container{width:18px;height:18px;border-radius:9px;background-color:#fff;margin-right:6px;display:flex;align-items:center;justify-content:center}.my-scouting-team-logo{width:16px;height:16px;border-radius:8px;object-fit:contain}.my-scouting-player-team{font-size:12px;color:#fff}.my-scouting-current-player-badge{background-color:#10b981;padding:4px 8px;border-radius:12px}.my-scouting-current-player-badge-text{color:#fff;font-size:10px;font-weight:700}.my-scouting-drag-instructions{background-color:#1e40af;padding:8px;border-radius:8px;margin-top:8px}.my-scouting-drag-instructions-text{color:#fff;font-size:12px;text-align:center;font-weight:700;margin:0}@media (max-width: 768px){.my-scouting-rankings-container{margin:0 16px 16px;padding:16px}.my-scouting-rankings-grid{flex-direction:column;gap:12px}.my-scouting-player-row{padding:10px}.my-scouting-player-image-rank,.my-scouting-placeholder-image{width:36px;height:36px;border-radius:18px;min-width:36px;min-height:36px;max-width:36px;max-height:36px}}@media (max-width: 800px){.my-scouting-rankings-container{position:relative}}:root{--color-background-primary: rgba(0, 0, 0,);--color-background-secondary: rgba(0, 0, 0);--color-background-tertiary: rgba(0, 0, 0, 0);--color-background-accent: rgba(0, 0, 0, .5);--color-background-light: rgba(255, 255, 255, .1);--color-background-lighter: rgba(255, 255, 255, .15);--color-background-lightest: rgba(255, 255, 255, .2);--color-text-primary: #fff;--color-text-secondary: rgba(255, 255, 255, .8);--color-text-tertiary: rgba(255, 255, 255, .6);--color-border-light: rgba(255, 255, 255, .1);--color-border-medium: rgba(255, 255, 255, .2);--color-button-primary: #85c3e8;--color-button-hover: #6db3d9;--color-success: #2ecc71;--color-success-bg: rgba(46, 204, 113, .2);--color-danger: #e74c3c;--color-danger-bg: rgba(231, 76, 60, .2);--color-warning: #f39c12;--color-neutral: #95a5a6;--color-neutral-bg: rgba(149, 165, 166, .2);--gradient-success: linear-gradient(135deg, rgba(46, 204, 113, .2), rgba(46, 204, 113, .4));--gradient-danger: linear-gradient(135deg, rgba(231, 76, 60, .2), rgba(231, 76, 60, .4));--gradient-neutral: linear-gradient(135deg, rgba(149, 165, 166, .2), rgba(149, 165, 166, .4));--gradient-button: linear-gradient(135deg, rgba(52, 152, 219, .5), rgba(41, 128, 185, .8));--color-live-indicator: #ff5252;--color-grade-a: #4CAF50;--color-grade-b: #8BC34A;--color-grade-c: #FFC107;--color-grade-d: #FF9800;--color-grade-f: #F44336;--shadow-light: 0 2px 8px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .15);--shadow-dark: 0 4px 15px rgba(0, 0, 0, .2)}.recruit-profile-container{width:100%;max-width:1200px;margin:0 auto;padding:20px;border-radius:10px;box-shadow:var(--shadow-light);color:var(--color-text-primary);transition:all .3s ease;position:relative;z-index:0}.recruit-profile-container{width:95%;max-width:1200px;padding:20px;border-radius:10px;box-shadow:var(--shadow-light);color:var(--color-text-primary);transition:all .3s ease;position:relative;z-index:0}.recruit-profile-container:before{content:"";position:absolute;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNSAwWk02IDRMNCA2Wk0tMSAxTDEgLTFaIiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=);mix-blend-mode:multiply;opacity:.2;z-index:-1;top:0;left:0;width:100%;height:100%;border-radius:10px}.recruit-info-box{display:flex;flex-wrap:wrap;padding:20px;margin-bottom:20px;border-bottom:1px solid var(--color-border-medium)}.recruit-info-box{display:flex;flex-wrap:wrap;padding:20px;margin-bottom:20px;border-bottom:1px solid var(--color-border-medium);gap:15px;position:relative}.recruit-picture-info-box{flex:0 0 180px;display:flex;justify-content:center;align-items:center;margin-right:20px}.recruit-picture-info-box{flex:0 0 auto;display:flex;justify-content:center;align-items:center;margin-right:0}.recruit-profile-placeholder-circle{width:170px;height:170px;border-radius:50%;background:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center}.recruit-profile-placeholder-circle{width:clamp(100px,15vw,170px);height:clamp(100px,15vw,170px);border-radius:50%;-webkit-border-radius:50%;background:#fff;overflow:hidden;-webkit-overflow:hidden;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-light);position:relative}.recruit-profile-placeholder-circle img{width:100%;height:100%;object-fit:cover;-webkit-object-fit:cover;object-position:center top;position:absolute;border-radius:50%;-webkit-border-radius:50%}.recruit-text-info-box{flex:1}.recruit-text-info-box{flex:1;display:flex;flex-direction:column}.recruit-name-text{font-size:28px;font-weight:700;margin-bottom:10px;display:flex;align-items:center}.recruit-name-text{font-size:clamp(18px,3vw,28px);font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:10px}.recruit-placeholder-info-square{width:40px;height:40px;background:#fff;margin-right:10px;border-radius:5px;overflow:hidden;display:flex;justify-content:center;align-items:center}.recruit-placeholder-info-square{width:clamp(30px,5vw,40px);height:clamp(30px,5vw,40px);background:#fff;border-radius:5px;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-shrink:0}.recruit-logo-profile-page{width:100%;height:100%;object-fit:contain}.recruit-second-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;width:100%}.recruit-number-text{background:var(--color-background-lighter);padding:5px 10px;border-radius:5px;font-weight:700;margin-right:5px}.recruit-double-entry{display:flex;align-items:center;background:var(--color-background-light);padding:5px 10px;border-radius:5px;margin-right:5px}.recruit-double-entry-container{display:flex;flex-wrap:wrap;gap:0}.recruit-double-entry-container{display:flex;flex-wrap:wrap;gap:0;width:100%;margin-bottom:10px}.recruit-double-entry-container .recruit-double-entry:first-child{border-radius:5px 0 0 5px;margin-right:0;border-right:1px solid rgba(255,255,255,.1)}.recruit-double-entry-container .recruit-double-entry:not(:first-child):not(:last-child){border-radius:0;margin-right:0;border-right:1px solid rgba(255,255,255,.1)}.recruit-double-entry-container .recruit-double-entry:last-child{border-radius:0 5px 5px 0}.recruit-double-entry-container .recruit-double-entry:only-child{border-radius:5px;border-right:none}.recruit-double-text{margin-right:5px}.recruit-double-text:first-child{opacity:.8;margin-right:5px}.recruit-double-entry-text{margin-right:5px}.recruit-double-entry-text:first-child{opacity:.8}.recruit-stats-box{padding:20px}.recruit-filter-button-box{display:flex;justify-content:space-between;margin-bottom:20px}.recruit-filter-box{display:flex;gap:10px}.recruit-filter-button{background:var(--color-background-light);border:none;color:var(--color-text-primary);padding:8px 16px;border-radius:5px;cursor:pointer;transition:all .2s ease}.recruit-filter-button:hover{background:#fff3;transform:scale(1.05)}.recruit-filter-button.active{background:var(--color-background-lightest);font-weight:700}.recruit-add-dashb-button{background:var(--color-background-lighter);border:none;color:var(--color-text-primary);padding:8px 16px;border-radius:5px;cursor:pointer;transition:all .2s ease}.recruit-add-dashb-button:hover{background:var(--color-background-lightest)}.recruit-stats-table{width:100%;overflow-x:auto}.recruit-stats-table table{width:100%;border-collapse:collapse;color:var(--color-text-primary)}.recruit-stats-table th{text-align:left;padding:10px;background:var(--color-background-tertiary);font-weight:700}.recruit-stats-table td{padding:10px;border-bottom:1px solid var(--color-border-light)}.recruit-stats-table tr:hover td{background:var(--color-background-light)}.recruit-additional-info{padding:20px;margin-top:20px}.recruit-return-button{position:fixed;bottom:20px;left:20px;background:var(--color-button-primary);color:var(--color-text-primary);border:none;border-radius:25px;padding:10px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;z-index:100}.recruit-return-button:hover{background:var(--color-button-hover);transform:translateY(-2px)}.recruit-return-button svg{width:20px;height:20px}.recruit-return-button.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #1a73e8b3}70%{box-shadow:0 0 0 10px #1a73e800}to{box-shadow:0 0 #1a73e800}}.recruit-my-scouting-button{position:fixed;bottom:20px;right:20px;background:var(--color-button-primary);color:var(--color-text-primary);border:none;border-radius:25px;padding:10px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;z-index:100;font-size:14px;font-weight:700}.recruit-my-scouting-button:hover{background:var(--color-button-hover);transform:translateY(-2px)}.recruit-my-scouting-button svg{width:20px;height:20px}.recruit-return-button+.recruit-my-scouting-button{right:180px}.recruit-back-button{position:fixed;bottom:20px;left:200px;background:var(--color-button-primary);color:var(--color-text-primary);border:none;border-radius:25px;padding:10px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;z-index:100;font-size:14px;font-weight:700}.recruit-back-button:hover{background:var(--color-button-hover);transform:translateY(-2px)}.recruit-back-button svg{width:20px;height:20px}@media (max-width: 768px){.recruit-back-button{padding:8px 16px;font-size:12px;bottom:16px;left:160px}.recruit-back-button svg{width:16px;height:16px}}@media (max-width: 450px){.recruit-back-button{bottom:57px;left:10px}}.recruit-loading-indicator,.recruit-error-message,.recruit-empty-state{text-align:center;padding:40px;font-size:18px}.recruit-loading-indicator{color:var(--color-text-tertiary)}.recruit-error-message{color:var(--color-danger)}.recruit-empty-state{color:var(--color-text-tertiary)}@media (max-width: 480px){.recruit-info-box{justify-content:center;align-items:center}.recruit-text-info-box{align-items:center;justify-content:center;width:90%}.recruit-second-row{flex-direction:column;align-items:center}.recruit-number-text{width:90%}.recruit-double-entry{width:90%;justify-content:center;margin-right:0}.recruit-double-entry-container{gap:8px;justify-content:center}}.recruit-draft-projection-box{margin:1.5rem 0;padding:1.25rem;border-radius:10px;background-color:var(--color-background-primary);box-shadow:var(--shadow-light);color:var(--color-text-primary)}.recruit-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-border-medium);color:var(--color-text-primary)}.recruit-draft-projection-content{display:flex;flex-direction:column;gap:1.5rem}.recruit-subsection-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--color-text-secondary)}.recruit-landing-spots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.info-button{margin-left:10px;border:1px solid #ccc;border-radius:50%;width:18px;height:18px;font-size:12px;text-align:center;line-height:16px;background-color:#f0f0f0;cursor:pointer;padding:0;color:#000;font-weight:700;-webkit-text-fill-color:black!important}.recruit-draft-pick{margin-top:5px}.info-tooltip{-webkit-text-fill-color:black!important;position:absolute;top:20px;text-wrap:wrap;height:fit-content;left:0;z-index:10;width:200px;background-color:#fff;color:#000;border:1px solid #ccc;padding:10px;font-size:13px;border-radius:6px;box-shadow:0 2px 12px #0000001a}.recruit-landing-spot-card{display:flex;flex-direction:column;align-items:center;background-color:var(--color-background-light);border-radius:8px;padding:1rem;transition:transform .2s,background-color .2s}.recruit-landing-spot-card:hover{transform:translateY(-3px);background-color:var(--color-background-lighter)}.recruit-team-logo-container{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background-color:var(--color-text-secondary);border-radius:50%;padding:.25rem}.recruit-team-logo{max-width:100%;max-height:100%;object-fit:contain}.recruit-team-name{font-size:.9rem;font-weight:600;text-align:center;color:var(--color-text-primary)}.recruit-scouting-report{margin-top:.5rem}.recruit-scouting-content{display:flex;background-color:var(--color-background-light);border-radius:8px;padding:1.25rem;position:relative}.recruit-analysis-icon{flex-shrink:0;width:36px;height:36px;margin-right:1rem;color:var(--color-text-secondary)}.recruit-analysis-text{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);font-style:italic;margin:0}@media (min-width: 768px){.recruit-draft-projection-content{flex-direction:row}.recruit-landing-spots{flex:1;margin-right:1.5rem}.recruit-scouting-report{flex:1;margin-top:0}}@media (max-width: 767px){.recruit-landing-spots-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.recruit-team-logo-container{width:50px;height:50px}}@media (max-width: 768px){.recruit-profile-container{padding:10px}.recruit-info-box{flex-direction:column;align-items:center;text-align:center;padding:15px}.recruit-picture-info-box{margin-right:0;margin-bottom:20px}.recruit-text-info-box{display:flex;flex-direction:column;align-items:center;width:100%}.recruit-name-text,.recruit-second-row{justify-content:center}.recruit-stats-table{font-size:14px}.recruit-filter-button-box{flex-direction:column}.recruit-filter-box{margin-bottom:15px;justify-content:center}}@media (max-width: 767px){.recruit-profile-container{padding:12px;margin:0 auto}.recruit-info-box{flex-direction:column;align-items:center;text-align:center;padding:12px}.recruit-picture-info-box{margin-bottom:15px}.recruit-text-info-box{align-items:center;width:100%}.recruit-name-text{justify-content:center;text-align:center}.recruit-second-row{justify-content:center;flex-wrap:wrap;gap:8px}.recruit-double-entry-container{justify-content:center;width:100%}}@media (max-width: 480px){.recruit-info-box{padding:10px}.recruit-filter-button{width:80px;font-size:.6rem}}.recruit-youtube-box{padding:20px;background-color:var(--color-background-primary);border-radius:10px;color:var(--color-text-primary);max-height:700px;overflow:hidden}.recruit-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-top:15px;border-radius:8px;background-color:#0003;max-height:600px}.recruit-youtube-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;box-shadow:var(--shadow-medium);max-height:600px}.recruit-video-container:hover{box-shadow:0 8px 20px #0000004d;transition:box-shadow .3s ease}.recruit-video-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--color-background-light);border-radius:8px}.recruit-video-loading-text{font-size:16px;color:var(--color-text-secondary)}.recruit-search-container{min-height:100vh;display:flex;flex-direction:column;padding:40px 20px}.recruit-search-header{text-align:center;padding:40px 0 20px}.recruit-search-title{font-size:clamp(28px,5vw,42px);font-weight:700;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.recruit-search-content{max-width:600px;width:100%;margin:0 auto;padding:20px}.recruit-search-input-container{margin-bottom:24px}.recruit-search-input{width:100%;padding:16px 24px;font-size:18px;border-radius:30px;border:2px solid #4299e1;background:#1e2330;color:#fff;outline:none;transition:all .3s ease;box-sizing:border-box}.recruit-search-input::placeholder{color:#9ca3af}.recruit-search-input:focus{border-color:#63b3ed;box-shadow:0 0 0 3px #4299e14d}.recruit-search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#fff;font-size:16px}.recruit-search-spinner{width:40px;height:40px;border:3px solid rgba(66,153,225,.3);border-top-color:#4299e1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.recruit-search-results{background:#1e2330;border-radius:12px;overflow:hidden;max-height:400px;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.recruit-search-result-item{padding:16px 24px;border-bottom:1px solid #2a3441;cursor:pointer;transition:background-color .2s ease}.recruit-search-result-item:hover{background:#4299e126}.recruit-search-result-item:last-child{border-bottom:none}.recruit-search-result-content{display:flex;flex-direction:column;gap:4px}.recruit-search-result-name{font-size:18px;font-weight:700;color:#fff}.recruit-search-result-details{font-size:14px;color:#9ca3af}.recruit-search-no-results{text-align:center;padding:40px 20px;color:#9ca3af;font-size:16px}.recruit-search-instructions{text-align:center;padding:40px 20px}.recruit-search-instructions h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:16px}.recruit-search-instructions p{font-size:16px;color:#9ca3af;margin-bottom:12px;line-height:1.5}.recruit-search-instructions .recruit-search-subtext{font-size:14px;color:#6b7280}@media (max-width: 768px){.recruit-search-container{padding:20px 16px}.recruit-search-header{padding:20px 0 16px}.recruit-search-content{padding:16px 0}.recruit-search-input{font-size:16px;padding:14px 20px}.recruit-search-result-item{padding:14px 20px}.recruit-search-result-name{font-size:16px}}@media (max-width: 480px){.recruit-search-title{font-size:24px}.recruit-search-instructions h2{font-size:20px}.recruit-search-instructions p{font-size:14px}}.recruit-search-button{position:fixed;bottom:20px;left:20px;background:var(--color-button-primary);color:var(--color-text-primary);border:none;border-radius:25px;padding:10px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;z-index:100;font-size:14px;font-weight:700}.recruit-search-button:hover{background:var(--color-button-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0006}.recruit-search-button svg{width:20px;height:20px}.recruit-return-button+.recruit-search-button{bottom:80px}@media (max-width: 768px){.recruit-search-button{padding:8px 16px;font-size:12px;bottom:16px;left:16px}.recruit-search-button svg{width:16px;height:16px}}@media (max-width: 768px){.recruit-search-button{padding:9px 14px;font-size:12px;bottom:14px;left:10px;gap:8px;border-radius:22px}.recruit-search-button svg{width:18px;height:18px}.recruit-my-scouting-button{padding:9px 14px;font-size:12px;bottom:14px;right:10px;gap:8px;border-radius:22px}.recruit-my-scouting-button svg{width:18px;height:18px}.recruit-return-button+.recruit-my-scouting-button{right:10px}}@media (max-width: 360px){.recruit-search-button{padding:8px 12px;font-size:11px;bottom:12px;left:8px;gap:6px}.recruit-search-button svg{width:16px;height:16px}.recruit-my-scouting-button{padding:8px 12px;font-size:11px;bottom:12px;right:8px;gap:6px}.recruit-my-scouting-button svg{width:16px;height:16px}}.recruit-add-dashboard-btn{position:absolute;top:12px;right:12px;background:#fffffff2;color:#333;border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;z-index:10;box-shadow:0 2px 6px #00000026;white-space:nowrap}.recruit-add-dashboard-btn:hover{transform:scale(1.08);background:#fff;box-shadow:0 3px 10px #0003}.recruit-add-dashboard-btn .icon{font-size:16px;font-weight:700;line-height:1}@media (max-width: 768px){.recruit-add-dashboard-btn{padding:5px 10px;font-size:11px;top:8px;right:8px;gap:4px}.recruit-add-dashboard-btn .icon{font-size:14px}}@media (max-width: 450px){.recruit-add-dashboard-btn{padding:4px 8px;font-size:10px;top:6px;right:6px;gap:3px}.recruit-add-dashboard-btn .icon{font-size:12px}}@media (max-width: 320px){.recruit-add-dashboard-btn{padding:3px 6px;font-size:9px;top:4px;right:4px;gap:2px;border-radius:6px}.recruit-add-dashboard-btn .icon{font-size:11px}}.player-info-mobile-container{position:relative}.recruit-toast-notification{position:fixed;bottom:5rem;left:1rem;right:1rem;margin:0 auto;background-color:#fff;color:#333;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:10002;display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:400px;animation:recruitToastSlideIn .3s ease-out forwards}@keyframes recruitToastSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.recruit-toast-notification.success{border-left:4px solid #10b981}.recruit-toast-notification.error{border-left:4px solid #ef4444}.recruit-toast-notification.info{border-left:4px solid #0ea5e9}.recruit-toast-message{flex:1;font-size:.875rem}.recruit-toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;margin-left:1rem;color:#999}.recruit-toast-close:hover{color:#333}@media (max-width: 500px){.recruit-toast-notification{bottom:4rem;left:.75rem;right:.75rem;padding:.75rem 1rem}.recruit-toast-message{font-size:.8rem}}@media (max-width: 360px){.recruit-toast-notification{left:.5rem;right:.5rem;padding:.625rem .75rem}.recruit-toast-message{font-size:.75rem}.recruit-toast-close{padding:.25rem .4rem;font-size:1rem}}.recruit-live-stats-box{border-left:3px solid white;border-top:1px solid white;border-right:1px solid white;border-bottom:1px solid white;margin:20px 0;padding:20px;background-color:var(--color-background-primary);border-radius:10px;position:relative}.recruit-live-season-note{font-size:.8em;opacity:.8;margin-left:8px;font-style:italic;font-weight:400}.recruit-live-indicator{display:flex;align-items:center;font-weight:700;color:#fff;margin-bottom:15px;font-size:16px}.recruit-live-dot{width:10px;height:10px;background-color:var(--color-live-indicator);border-radius:50%;margin-right:6px;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(.8);opacity:1}70%{transform:scale(1.2);opacity:.7}to{transform:scale(.8);opacity:1}}.recruit-game-info{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--color-border-medium)}.recruit-game-teams{display:flex;justify-content:center;align-items:center;margin-bottom:10px;font-size:18px}.recruit-home-team,.recruit-away-team{display:flex;align-items:center;flex:1}.recruit-home-team{justify-content:flex-end;text-align:right}.recruit-away-team{justify-content:flex-start;text-align:left}.recruit-team-logo{width:30px;height:30px;object-fit:contain;border-radius:50%;background:transparent}.white-circle-logo{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;width:38px;height:38px;margin-right:8px;margin-left:0;box-shadow:0 1px 4px #00000012}.recruit-vs{margin:0 15px;font-weight:700;opacity:.6}.recruit-score{font-size:24px;font-weight:700;margin:0 10px}.recruit-game-time{text-align:center;opacity:.8;font-size:14px}.recruit-live-stats-container{background-color:var(--color-background-tertiary);padding:15px;border-radius:8px}.recruit-live-stats-title{text-align:center;margin-bottom:15px;font-size:16px;font-weight:700}.recruit-live-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.recruit-stat-item{background-color:var(--color-background-light);padding:10px;border-radius:6px;text-align:center}.recruit-stat-value{font-size:24px;font-weight:700;margin-bottom:5px}.recruit-stat-label{font-size:12px;opacity:.7;text-transform:uppercase}@media (max-width: 768px){.recruit-live-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.recruit-game-teams{flex-direction:column;gap:10px;align-items:flex-start}.recruit-home-team,.recruit-away-team{justify-content:flex-start!important;text-align:left;width:100%;flex-direction:row!important}.recruit-vs{margin:5px 0;align-self:center}.recruit-home-team .white-circle-logo,.recruit-away-team .white-circle-logo{order:1;margin-right:8px;margin-left:0}.recruit-home-team>span:not(.white-circle-logo),.recruit-away-team>span:not(.white-circle-logo){order:2}.recruit-home-team .recruit-score,.recruit-away-team .recruit-score{order:3}}@media (max-width: 360px){.recruit-game-teams{font-size:12px}.recruit-team-logo{width:24px;height:24px}.white-circle-logo{width:30px;height:30px;margin-right:6px}.recruit-score{font-size:18px;margin:0 6px}.recruit-vs{font-size:12px}}.recruit-live-stats-box.placeholder{opacity:.7}.recruit-live-dot.placeholder{background-color:#888;animation:none}.recruit-placeholder-team-home{display:flex;align-items:center;flex:1;justify-content:flex-end;text-align:right}.recruit-placeholder-team-away{display:flex;align-items:center;flex:1;justify-content:flex-start;text-align:left}.recruit-placeholder-score{margin-left:10px;margin-right:10px;font-size:20px}.recruit-placeholder-logo-circle{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;width:38px;height:38px;margin-right:8px;margin-left:8px}.recruit-placeholder-logo-circle img{width:30px;height:30px;object-fit:contain;border-radius:50%}.recruit-placeholder-tbd{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#888;font-size:12px}.recruit-placeholder-time{text-align:center;color:#fff9;font-size:14px}.recruit-placeholder-message{text-align:center;padding:15px 0;margin-bottom:15px;background-color:#ffffff0d;border-radius:8px;color:#fffc;font-size:14px;font-style:italic}.recruit-placeholder-stats-container{margin-top:15px}.recruit-placeholder-stats-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:15px}.recruit-placeholder-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.recruit-placeholder-stats-grid.two-col{grid-template-columns:repeat(2,1fr)}.recruit-placeholder-stat-item{text-align:center;padding:10px;background-color:#ffffff0d;border-radius:8px}.recruit-placeholder-stat-value{font-size:24px;font-weight:700;color:#ffffff80}.recruit-placeholder-stat-label{font-size:11px;color:#fff9;margin-top:4px}@media (max-width: 700px){.recruit-placeholder-team-home,.recruit-placeholder-team-away{flex-direction:row;justify-content:flex-start;text-align:left;width:100%}.recruit-placeholder-logo-circle{margin-right:8px;margin-left:0}.recruit-placeholder-team-home .recruit-placeholder-score,.recruit-placeholder-team-away .recruit-placeholder-score{margin-left:auto;order:3}.recruit-placeholder-team-away .recruit-placeholder-logo-circle{order:1}.recruit-placeholder-team-away .recruit-placeholder-team-name{order:2}}.fantasy-stock-section{margin:20px 0;padding:20px;background-color:var(--color-background-primary);border-radius:10px;position:relative}.fantasy-stock-chart{background-color:var(--color-background-primary);padding:0 0 40%;border-radius:8px;margin-bottom:20px;position:relative;overflow:hidden;aspect-ratio:1000 / 400;min-height:220px;height:auto}@media (max-width: 700px){.fantasy-stock-chart{aspect-ratio:1000/500}}@media (max-width: 540px){.fantasy-stock-chart{aspect-ratio:1000/600}}@media (max-width: 445px){.fantasy-stock-chart{width:100%}.chart-svg{height:300px}}@media (max-width: 320px){.fantasy-stock-chart{width:320px;max-width:100%;margin:0 auto;aspect-ratio:unset;padding-bottom:40%;min-height:120px;overflow:visible}.chart-svg{position:absolute;top:0;left:0;width:100%;height:100%}.chart-point{r:3;stroke-width:1.25}.chart-label{font-size:9px}.y-axis-label{font-size:8px}.fantasy-stock-chart .chart-point:hover{r:5!important}}.chart-svg{width:100%;height:100%;position:absolute;top:0;left:0;display:block;overflow:visible}.chart-x-axis,.chart-y-axis{stroke:var(--color-border-medium);stroke-width:1}.chart-line{fill:none;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.chart-area{opacity:.15}.chart-point{fill:var(--color-text-primary);stroke-width:2;r:4;transition:r .3s ease}.chart-point[data-point-count="1"],.chart-point[data-point-count="2"],.chart-point[data-point-count="3"]{r:6;stroke-width:3}.chart-point[data-point-count="4"],.chart-point[data-point-count="5"],.chart-point[data-point-count="6"]{r:5;stroke-width:2.5}.chart-point[data-point-count="7"],.chart-point[data-point-count="8"],.chart-point[data-point-count="9"],.chart-point[data-point-count="10"]{r:4;stroke-width:2}.chart-point[data-point-count="11"],.chart-point[data-point-count="12"],.chart-point[data-point-count="13"],.chart-point[data-point-count="14"],.chart-point[data-point-count="15"]{r:3.5;stroke-width:1.75}.chart-point[data-point-count="16"],.chart-point[data-point-count="17"],.chart-point[data-point-count="18"],.chart-point[data-point-count="19"],.chart-point[data-point-count="20"]{r:3;stroke-width:1.5}.chart-point[data-point-count="21"],.chart-point[data-point-count="22"],.chart-point[data-point-count="23"],.chart-point[data-point-count="24"],.chart-point[data-point-count="25"]{r:2.5;stroke-width:1.25}.chart-point[data-point-count="26"],.chart-point[data-point-count="27"],.chart-point[data-point-count="28"],.chart-point[data-point-count="29"],.chart-point[data-point-count="30"]{r:2;stroke-width:1}.chart-point[data-point-count="31"],.chart-point[data-point-count="32"],.chart-point[data-point-count="33"],.chart-point[data-point-count="34"],.chart-point[data-point-count="35"],.chart-point[data-point-count=many]{r:1.5;stroke-width:.75}.chart-point:hover{r:6!important;stroke-width:3!important;filter:brightness(1.3);cursor:pointer;z-index:10}@media (max-width: 768px){.chart-point[data-point-count="1"],.chart-point[data-point-count="2"],.chart-point[data-point-count="3"]{r:5}.chart-point[data-point-count="4"],.chart-point[data-point-count="5"],.chart-point[data-point-count="6"]{r:4.5}.chart-point:hover{r:5!important}}@media (max-width: 480px){.chart-point[data-point-count="1"],.chart-point[data-point-count="2"],.chart-point[data-point-count="3"]{r:4.5}.chart-point[data-point-count="4"],.chart-point[data-point-count="5"],.chart-point[data-point-count="6"]{r:4}.chart-point[data-point-count="7"],.chart-point[data-point-count="8"],.chart-point[data-point-count="9"],.chart-point[data-point-count="10"]{r:3.5}.chart-point[data-point-count="11"],.chart-point[data-point-count="12"],.chart-point[data-point-count="13"],.chart-point[data-point-count="14"],.chart-point[data-point-count="15"]{r:3}.chart-point[data-point-count="16"],.chart-point[data-point-count=many]{r:2.5}.chart-point:hover{r:4.5!important}.chart-label{font-size:10px}.y-axis-label{font-size:9px}}.chart-line.up{stroke:var(--color-success)}.chart-area.up{fill:var(--color-success)}.chart-point.up{stroke:var(--color-success)}.chart-line.down{stroke:var(--color-danger)}.chart-area.down{fill:var(--color-danger)}.chart-point.down{stroke:var(--color-danger)}.chart-line.neutral{stroke:var(--color-neutral)}.chart-area.neutral{fill:var(--color-neutral)}.chart-point.neutral{stroke:var(--color-neutral)}.chart-label{fill:var(--color-text-tertiary);font-size:12px}.y-axis-label{text-anchor:end;font-size:12px;fill:var(--color-text-tertiary)}.stop-color-up{stop-color:var(--color-success)}.stop-color-down{stop-color:var(--color-danger)}.stop-color-neutral{stop-color:var(--color-neutral)}.fantasy-stock-insights{background-color:var(--color-background-light);padding:15px;border-radius:8px;margin-top:20px}.insights-title{font-size:22px;font-weight:700}.fantasy-stock-insights-title{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--color-text-primary)}.fantasy-stock-insights h3{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--color-text-primary)}.fantasy-stock-section{margin:25px 0;padding:25px;background-color:var(--color-background-primary);border-radius:15px;box-shadow:var(--shadow-medium);position:relative;overflow:hidden}.fantasy-stock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--color-border-light)}.fantasy-stock-title{font-size:24px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--color-text-primary);text-shadow:1px 1px 3px rgba(0,0,0,.3);position:relative;padding-left:30px}.fantasy-stock-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7h8m0 0v8m0-8l-8 8-4-4-6 6'%3E%3C/path%3E%3C/svg%3E");background-size:contain;opacity:.8}.fantasy-stock-change{display:flex;align-items:center;padding:8px 16px;border-radius:50px;font-weight:700;font-size:16px;box-shadow:var(--shadow-light);position:relative;overflow:hidden;transition:transform .2s ease}.fantasy-stock-change:hover{transform:translateY(-2px)}.stock-arrow{font-size:22px;margin-right:8px;font-weight:700}.stock-up{background:var(--gradient-success);color:var(--color-success)}.stock-down{background:var(--gradient-danger);color:var(--color-danger)}.stock-neutral{background:var(--gradient-neutral);color:var(--color-text-primary)}.fantasy-adp-format-toggle{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px;padding:10px;background:var(--color-background-primary);border-radius:12px;position:relative}.adp-format-button{flex:1;min-width:100px;background:var(--color-background-light);color:var(--color-text-primary);padding:10px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;transition:transform .2s ease,background-color .2s ease}.adp-format-button:hover{background-color:#fff3;transform:scale(1.05)}.adp-format-button:after{content:none}.adp-format-button.active{background:var(--gradient-button);box-shadow:0 0 0 2px var(--color-border-light),var(--shadow-light);color:var(--color-text-primary);font-weight:700}.fantasy-stock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:25px}.fantasy-stock-metric{background:var(--color-background-light);padding:5px 15px;border-radius:15px;text-align:center;box-shadow:0 4px 12px #0000001a;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.metric-value{font-size:24px;font-weight:800;margin-bottom:2px;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1}.fantasy-stock-metric .metric-label{font-size:12px;line-height:1.2}.insights-list{list-style:none;padding:0;margin:0}.insights-item{display:flex;align-items:center;margin-bottom:8px;padding:5px 0}.insight-icon{margin-right:10px;font-size:14px;font-weight:700}.insight-icon.up{color:var(--color-success)}.insight-icon.down{color:var(--color-danger)}.insight-icon.neutral{color:var(--color-neutral)}.insights-icon{margin-right:8px;font-size:18px}@media (max-width: 420px){.fantasy-stock-change{font-size:.5rem;width:300px;padding:1rem;display:flex;justify-content:center}.fantasy-stock-metric .metric-label{font-size:.6rem}}.fantasy-stock-mobile-container{border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:10px;padding:16px;margin-top:22px;margin-bottom:20px}.fantasy-stock-mobile-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.fantasy-stock-mobile-title{font-size:18px;font-weight:700;color:#fff}.fantasy-stock-mobile-change-indicator{display:flex;flex-direction:row;align-items:center}.fantasy-stock-mobile-arrow{font-size:16px;font-weight:700;margin-right:4px}.fantasy-stock-mobile-change-text{color:#fff;font-size:12px;font-weight:500}.fantasy-stock-mobile-format-toggle{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px;gap:4px}.fantasy-stock-mobile-format-button{flex:1;background-color:transparent;border:1px solid #fff;border-radius:4px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.fantasy-stock-mobile-format-button.active{background-color:#fff3;border-width:2px;border-color:#fff}.fantasy-stock-mobile-format-button-text{color:#fff;font-size:12px;font-weight:700}.fantasy-stock-mobile-metrics-grid{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.fantasy-stock-mobile-metric-card{flex:1;display:flex;flex-direction:column;align-items:center;margin-left:4px;margin-right:4px}.fantasy-stock-mobile-metric-value{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px}.fantasy-stock-mobile-metric-label{font-size:10px;color:#fff;text-align:center;line-height:1.2}.fantasy-stock-mobile-chart-container{height:240px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.fantasy-stock-mobile-no-data-container{padding:40px;display:flex;align-items:center;justify-content:center}.fantasy-stock-mobile-no-data-text{color:#ffffffb3;font-size:14px;text-align:center}.fantasy-stock-mobile-insights-container{border-left:3px solid #fff;padding-left:12px}.fantasy-stock-mobile-insights-header{display:flex;flex-direction:row;align-items:center;margin-bottom:12px}.fantasy-stock-mobile-insights-icon{font-size:16px;margin-right:8px}.fantasy-stock-mobile-insights-title{font-size:16px;font-weight:700;color:#fff}.fantasy-stock-mobile-insights-list{display:flex;flex-direction:column}.fantasy-stock-mobile-insight-item{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:8px}.fantasy-stock-mobile-insight-icon{font-size:14px;font-weight:700;margin-right:8px;margin-top:2px}.fantasy-stock-mobile-insight-text{flex:1;font-size:14px;color:#fff;line-height:1.3}.draft-range-section{background-color:var(--color-background-primary);border-radius:12px;padding:20px;margin:20px 0;box-shadow:0 4px 8px #0003;color:#fff}.draft-range-header{margin-bottom:15px}.draft-range-title{font-size:24px;font-weight:700;margin-bottom:5px}.draft-range-subtitle{font-size:14px;opacity:.8;margin-bottom:15px}.draft-range-adp-value{font-weight:700}.draft-range-grid{display:flex;flex-direction:column;gap:5px}.draft-range-labels{display:flex;flex-direction:column;gap:10px;margin-bottom:5px}.draft-round-container{display:flex;flex-direction:column;margin-bottom:10px}.draft-round-label{font-weight:700;padding:5px;background-color:#ffffff1a;border-radius:4px;margin-bottom:5px}.draft-picks-container{display:flex;flex-direction:column;gap:10px}.draft-board-compact{width:100%}.draft-round{display:grid;grid-template-columns:repeat(12,1fr);gap:5px;width:100%;overflow:hidden}.draft-pick{flex:1;height:30px;background-color:#ffffff14;border-radius:2px;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;min-width:0}.pick-number{font-size:1.2rem;font-weight:500;opacity:.9;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.adp-marker{position:absolute;width:6px;height:6px;background-color:#fff;border-radius:50%;bottom:2px;left:51%;transform:translate(-50%);box-shadow:0 0 2px #00000080;z-index:1}.fantasy-adp-format-toggle{display:flex;gap:8px;margin-bottom:20px}.draft-range-format-toggle{margin-bottom:15px}.adp-format-button{background:transparent;color:#fff;border:1px solid #fff;padding:8px 16px;border-radius:5px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.adp-format-button:hover{background:#ffffff1a;transform:scale(1.02)}.adp-format-button.active{font-weight:700}.draft-range-legend{display:flex;justify-content:flex-end;gap:12px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);opacity:.9}.legend-item{display:flex;align-items:center;gap:4px;font-size:12px}.legend-color{width:10px;height:10px;border-radius:2px}.exact-adp{background-color:#2ecc71!important}.close-adp{background-color:#2ecc71bf!important}.near-adp{background-color:#2ecc7180!important}.far-adp{background-color:#2ecc7140!important}.legend-color.exact-adp{background-color:#2ecc71}.legend-color.close-adp{background-color:#2ecc71bf}.legend-color.near-adp{background-color:#2ecc7180}.legend-color.far-adp{background-color:#2ecc7140}@media (max-width: 768px){.draft-range-header{flex-direction:column;align-items:flex-start;gap:4px}.draft-round-label{width:60px;font-size:11px}.draft-range-legend{flex-wrap:wrap}.pick-number{font-size:15px}.fantasy-adp-format-toggle{flex-wrap:wrap;gap:6px}.adp-format-button{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.draft-pick{height:20px}.pick-number{transform:scale(.9)}.draft-round{gap:3px}}@media (max-width: 450px){.draft-round{grid-template-columns:repeat(6,1fr);gap:2px;margin-bottom:8px}.draft-pick{height:18px}.pick-number{font-size:8px;transform:scale(.85)}.adp-marker{width:4px;height:4px}}@media (max-width: 374px){.draft-round{grid-template-columns:repeat(4,1fr)}.pick-number{font-size:7px;transform:scale(.8)}}@media (max-width: 320px){.draft-round{grid-template-columns:repeat(3,1fr);gap:1px}.draft-round-label{font-size:10px;padding:3px}.pick-number{font-size:6px;transform:scale(.75)}}.draft-range-mobile-container{margin-top:22px;margin-bottom:20px;border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:10px;padding:16px}.draft-range-mobile-header{margin-bottom:12px;display:flex;flex-direction:column;align-items:center}.draft-range-mobile-title{font-size:18px;font-weight:700;color:#fff;text-align:center;margin-bottom:6px}.draft-range-mobile-subtitle{font-size:14px;color:#fff;text-align:center}.draft-range-mobile-adp-value{font-weight:700;color:#fff}.draft-range-mobile-format-toggle{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:12px;flex-wrap:wrap;gap:4px}.draft-range-mobile-format-button{background-color:transparent;border:1px solid #fff;border-radius:16px;padding:6px 8px;min-width:60px;cursor:pointer}.draft-range-mobile-format-button-text{color:#fff;font-size:10px;font-weight:700;text-align:center}.draft-range-mobile-round-container{margin-bottom:8px}.draft-range-mobile-round-label{color:#fff;font-size:14px;font-weight:700;margin-bottom:6px;text-align:center;display:block}.draft-range-mobile-round-row{display:flex;flex-direction:row;margin-bottom:2px;justify-content:space-between}.draft-range-mobile-round-row.wide{justify-content:center}.draft-range-mobile-draft-pick{width:48px;height:32px;border:1px solid rgba(255,255,255,.3);border-radius:3px;display:flex;justify-content:center;align-items:center;margin:1px;position:relative}.draft-range-mobile-draft-pick.wide{margin-left:10px;margin-right:10px}.draft-range-mobile-pick-number{font-size:12px;font-weight:700}@media (max-width: 360px){.draft-range-mobile-pick-number{font-size:9px}}.draft-range-mobile-adp-marker{position:absolute;top:1px;right:1px;width:4px;height:4px;border-radius:2px;background-color:#fff}.draft-range-mobile-legend{display:flex;flex-direction:row;justify-content:space-around;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.3)}.draft-range-mobile-legend-item{display:flex;flex-direction:row;align-items:center}.draft-range-mobile-legend-color{width:10px;height:10px;border-radius:2px;margin-right:3px}.draft-range-mobile-legend-text{color:#fff;font-size:10px}.player-poll-section{border-radius:10px;margin:25px 0;padding:20px;color:#fff}.player-poll-header{margin-bottom:20px}.player-poll-title{font-size:24px;font-weight:700;margin-bottom:5px}.player-poll-subtitle{font-size:16px;opacity:.8}.player-poll-options{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}.poll-option{display:flex;flex-direction:column;align-items:center;padding:15px;border-radius:8px;border:2px solid;flex:1;min-width:100px;cursor:pointer;transition:all .2s ease;font-weight:700;color:#fff}.poll-option:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.poll-icon{width:30px;height:30px;margin-bottom:10px}.poll-loading,.poll-error{width:100%;text-align:center;padding:10px;margin-top:15px}.poll-error{color:#e74c3c;background-color:#e74c3c33;border-radius:5px}.player-poll-results{padding:10px}.poll-results-header{margin-bottom:20px}.poll-results-title{font-size:18px;font-weight:700}.poll-results-subtitle{font-size:14px;opacity:.8}.poll-results-bars{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.poll-bar-group{width:100%}.poll-bar-label{display:flex;justify-content:space-between;margin-bottom:5px}.poll-bar-container{height:24px;width:100%;background-color:#ffffff1a;border-radius:4px;position:relative}.poll-bar{height:100%;min-width:5%;position:relative;transition:width .5s ease}.poll-bar.user-voted{box-shadow:0 0 10px #ffffff26}.poll-bar-percentage{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:14px}.poll-total-votes{text-align:right;font-size:14px;opacity:.8;margin-top:10px}.poll-user-vote{display:flex;align-items:center;margin-top:25px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2)}.poll-user-vote-label{margin-right:10px}.poll-user-vote-value{font-weight:700;margin-right:20px}.poll-change-vote{margin-left:auto;transition:all .2s ease}.poll-change-vote:hover{background-color:#ffffff1a}.poll-consensus{margin-top:20px;padding:15px;background-color:#ffffff1a;border-radius:8px;display:flex;flex-direction:column;gap:10px}.poll-consensus-header{display:flex;flex-direction:column;gap:5px}.poll-consensus-title{font-weight:700;font-size:16px}.poll-consensus-value{font-size:18px;font-weight:700}.poll-consensus-rank{margin-top:5px;font-size:14px;padding-top:5px;border-top:1px solid rgba(255,255,255,.1)}.poll-rank-label{opacity:.8;margin-right:5px}.poll-rank-value{font-weight:700;font-size:16px;margin-right:5px}.poll-rank-format{font-style:italic;opacity:.7}@media (max-width: 768px){.poll-consensus-header{flex-direction:column}}.recruit-game-logs{margin-top:20px;background-color:var(--player-color, rgba(30, 30, 36, .9));border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px #0000001a;color:#fff}.gamelogs-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.recruit-game-logs h3{margin:0;color:#fff;font-size:18px;font-weight:600;letter-spacing:.5px}.toggle-button{background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;cursor:pointer;transition:all .2s ease}.toggle-button:hover{background-color:#ffffff1a;border-color:#fff}.game-logs-content{padding:15px;display:flex;flex-direction:column;gap:15px}.game-row{display:flex;flex-direction:column;background-color:#0003;border-radius:8px;padding:15px;border:1px solid rgba(255,255,255,.05)}@media (min-width: 910px){.game-row{flex-direction:row;align-items:flex-start;gap:20px}}.game-week{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:700;min-width:60px;padding-top:6px}.game-info-gamelog{display:flex;flex-direction:column;gap:8px;min-width:200px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 910px){.game-info-gamelog{padding-bottom:0;border-bottom:none;border-right:1px solid rgba(255,255,255,.1);padding-right:20px}}.gamelog-team-info{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:6px;background-color:#ffffff08}.gamelog-team-info.gamelog-winner{background-color:#4ade801a;border:1px solid rgba(74,222,128,.2)}.gamelog-team-logo{width:24px;height:24px;border-radius:50%;background-color:#fff;padding:2px;object-fit:contain;margin-right:10px}.gamelog-team-name{font-size:14px;font-weight:500;color:#ffffffe6;flex:1}.gamelog-team-score{font-size:14px;font-weight:600;color:#fff}.gamelog-team-score.gamelog-winner{color:#4ade80}.gamelog-vs{font-size:10px;color:#fff6;text-align:center;margin:-4px 0}.game-stats{flex:1;display:flex;flex-wrap:wrap;gap:15px}.stat-category-section{flex:1;min-width:150px;background-color:#ffffff08;border-radius:6px;padding:10px}.category-title{font-size:11px;color:#ffffff80;text-transform:uppercase;margin-bottom:8px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:4px}.stats-grid{display:flex;justify-content:space-between;gap:8px}.stat-cell{display:flex;flex-direction:column;align-items:center;flex:1}.stat-category{font-size:10px;color:#fff9;margin-bottom:4px;font-weight:600}.stat-value{font-size:14px;color:#fff;font-weight:500}.player-info-mobile-container{padding:20px;border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;margin-bottom:20px;border-radius:10px;display:flex;flex-direction:column;align-items:center}.player-info-mobile-image-container{width:120px;height:120px;border-radius:60px;-webkit-border-radius:60px;background-color:#ddd;overflow:hidden;-webkit-overflow:hidden;position:relative;margin-bottom:20px}.player-info-mobile-image{width:100%;height:100%;object-fit:cover;-webkit-object-fit:cover;position:absolute;border-radius:60px;-webkit-border-radius:60px}.player-info-mobile-details-container{display:flex;flex-direction:column;align-items:center}.player-info-mobile-name-row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.player-info-mobile-team-logo-circle{width:40px;height:40px;border-radius:20px;background-color:#fff;display:flex;align-items:center;justify-content:center;margin-right:10px}.player-info-mobile-team-logo{width:30px;height:30px;object-fit:contain}.player-info-mobile-name{font-size:24px;font-weight:700;color:#fff}.player-info-mobile-draft-pick{font-size:16px;color:#fff;margin-bottom:20px;font-weight:700}.player-info-mobile-details-grid{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.player-info-mobile-detail-item{margin-bottom:12px}.player-info-mobile-detail-item-wide{width:23%}.player-info-mobile-detail-item-narrow{width:48%}.player-info-mobile-detail-label{font-size:14px;color:#fff;font-weight:700;display:block}.player-info-mobile-detail-value{font-size:14px;color:#fff;margin-top:2px;display:block}.player-stats-mobile-container{margin-bottom:20px;border-left:3px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:10px;padding:16px}.player-stats-mobile-section-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:16px;text-align:center}.player-stats-mobile-filter-container{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-bottom:4px}.player-stats-mobile-filter-container::-webkit-scrollbar{display:none}.player-stats-mobile-filter-button{background-color:#fff3;padding:8px 16px;border-radius:20px;border:none;cursor:pointer;transition:background-color .2s ease;flex-shrink:0;white-space:nowrap}.player-stats-mobile-filter-button.active{background-color:#fff}.player-stats-mobile-filter-button-text{color:#fff;font-size:14px;font-weight:700}.player-stats-mobile-filter-button.active .player-stats-mobile-filter-button-text{color:#000}.player-stats-mobile-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.player-stats-mobile-table{min-width:calc(100vw - 64px)}.player-stats-mobile-header-row{display:flex;flex-direction:row;border-bottom:2px solid #fff;padding-bottom:8px;margin-bottom:8px}.player-stats-mobile-header-cell{flex:1;color:#fff;font-size:12px;font-weight:700;text-align:center;min-width:60px}.player-stats-mobile-data-row{display:flex;flex-direction:row;padding-top:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.3)}.player-stats-mobile-data-cell{flex:1;color:#fff;font-size:12px;text-align:center;min-width:60px}.scoreboard-container{text-align:center}.scoreboard-title{font-size:3rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1200px){.scoreboard-title{font-size:2rem}}@media (max-width: 480px){.scoreboard-title{font-size:1.5rem}}.scoreboard-main-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,400px));justify-content:center;align-items:center}.live-game-card{border:1px solid gray;border-radius:10px;height:200px;margin:10px;padding:5px 0;display:flex;flex-direction:column;transition:transform .2s ease}.live-game-card:hover{cursor:pointer;transform:scale(1.02)}.live-game-card-live{border:1px solid gray;border-radius:10px;height:200px;margin:10px;padding:5px 0;display:flex;flex-direction:column;transition:transform .2s ease;box-shadow:0 0 10px 10px #4299e1e6}.live-game-card-live:hover{cursor:pointer;transform:scale(1.02)}.live-game-card-completed{border:1px solid gray;border-radius:10px;height:200px;margin:10px;padding:5px 0;display:flex;flex-direction:column;transition:transform .2s ease}.live-game-card-completed:hover{cursor:pointer;transform:scale(1.02)}.date-time-flexbox{display:flex;flex:.2;font-weight:600;padding-bottom:10px}.day-date-flex{position:relative;display:flex;flex-direction:column;align-items:center;flex:0 0 120px}.scoreboard-day{text-align:center}.slash-gap{position:absolute;top:15%;left:130px;font-size:1.5rem}.scoreboard-time{display:flex;align-items:center;justify-content:center;flex:0 0 180px}.scoreboard-network{display:flex;align-items:center;justify-content:center;flex:0 0 75px}.teams-flex-box{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.scoreb-team-bar{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:5px 0}.scoreb-team-logo{flex:0 0 45px;display:flex;justify-content:center;align-items:center}.scoreb-team-record{flex:0 0 60px}.scoreb-team-odds{flex:0 0 50px}@media (max-width: 430px){.scoreb-team-odds{display:none}}.scoreb-team-logo img{width:35px;height:auto}.scoreb-team-name{flex:0 0 150px;text-align:left;font-weight:700;white-space:normal;word-break:break-word;font-size:1rem;line-height:1.2}@media (max-width: 430px){.scoreb-team-name{flex:0 0 190px}}@media (max-width: 370px){.scoreb-team-name{flex:0 0 155px}}@media (max-width: 340px){.scoreb-team-name{flex:0 0 135px}}.scoreb-live-score{font-weight:1000}.betting-flex-box{flex:.5;display:flex;justify-content:center;align-items:center;gap:50px}.scoreboard-filters-container{display:flex;justify-content:center;margin-bottom:20px;width:100%;margin-top:15px}@media (max-width: 1390px){.scoreboard-filters-container{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#85c3e8 #2a3441;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:0 16px 10px;position:relative}.scoreboard-filters-container::-webkit-scrollbar{height:6px;display:block}.scoreboard-filters-container::-webkit-scrollbar-track{background:#2a3441;border-radius:3px}.scoreboard-filters-container::-webkit-scrollbar-thumb{background:#85c3e8;border-radius:3px;transition:background .2s}.scoreboard-filters-container::-webkit-scrollbar-thumb:hover{background:#6ab4d8}}.scoreboard-filter-item{position:relative;margin:0 10px}@media (max-width: 1100px){.scoreboard-filter-item{flex:0 0 auto;margin:0}}.scoreboard-menu-item{flex:0 0 auto;min-width:120px;width:250px;background-color:#0a0e1a;border-radius:8px;padding:12px 32px 12px 12px;border:2px solid #2a3441;color:#85c3e8;font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;outline:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;height:auto;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;justify-content:center}.scoreboard-toggle-container{display:flex;align-items:center;gap:.25rem;min-width:160px;flex:0 0 auto;font-size:1.2rem;background-color:#0a0e1a;border-radius:8px;padding:12px;border:2px solid #2a3441;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.scoreboard-toggle-wrapper{position:relative;display:flex;align-items:center;margin:0 10px}@media (max-width: 1100px){.scoreboard-toggle-wrapper{margin:0}}.scoreboard-toggle-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;border-radius:8px;border:1px solid rgba(133,195,232,.35);background:#0a0e1ab8;color:#d6e6f5;text-transform:uppercase;letter-spacing:.6px;cursor:default;box-sizing:border-box}.scoreboard-toggle-lock-left{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.scoreboard-toggle-lock-text{font-size:.7rem;font-weight:700;line-height:1}.scoreboard-toggle-lock-cta{font-size:.7rem;font-weight:800;background:#85c3e8;color:#0a0e1a;padding:4px 10px;border-radius:6px;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.6px;min-width:74px;text-align:center}.scoreboard-toggle-lock-cta:hover{background:#6fb3d8}.scoreboard-help-button{width:24px;height:24px;border-radius:50%;background-color:#333;color:#fff;font-weight:700;font-size:14px;border:2px solid #555;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease}.scoreboard-help-button:hover{background-color:#555;transform:scale(1.05)}.scoreboard-help-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:flex-start;z-index:9999;padding:80px 2rem 2rem;box-sizing:border-box;overflow-y:auto}.scoreboard-help-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.2);border-radius:.5rem;padding:2rem;max-width:50rem;width:100%;max-height:calc(100vh - 100px);overflow-y:auto;box-shadow:0 10px 25px #00000080;position:relative;margin:auto 0;min-height:auto}.scoreboard-help-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(133,195,232,.2)}.scoreboard-help-modal-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.scoreboard-help-close-btn{background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.scoreboard-help-close-btn:hover{color:#fff}.scoreboard-help-section{margin-bottom:1.5rem}.scoreboard-help-section:last-child{margin-bottom:0}.scoreboard-help-section h2{font-size:1.25rem;font-weight:600;color:#85c3e8;margin-bottom:.75rem}.scoreboard-help-section p{color:#d1d5db;line-height:1.6;margin-bottom:.75rem;font-size:.95rem}.scoreboard-help-section ul{list-style:none;padding:0;margin:.75rem 0}.scoreboard-help-section li{color:#d1d5db;padding:.5rem 0 .5rem 1.75rem;position:relative;font-size:.95rem;line-height:1.5}.scoreboard-help-section li:before{content:"•";position:absolute;left:.5rem;color:#85c3e8;font-weight:700}.scoreboard-help-section li strong,.scoreboard-help-section p strong{color:#fff;font-weight:600}@media (max-width: 768px){.scoreboard-help-modal-overlay{padding:70px 1rem 80px}.scoreboard-help-modal{padding:1.5rem;max-height:calc(100vh - 170px)}.scoreboard-help-modal-header h1{font-size:1.35rem}.scoreboard-help-section h2{font-size:1.1rem}.scoreboard-help-section p,.scoreboard-help-section li{font-size:.9rem}}.scoreboard-toggle-switch{position:relative;width:3rem;height:1.5rem;background-color:#2a3441;border-radius:.75rem;cursor:pointer;transition:background-color .2s}.scoreboard-toggle-switch:hover{background-color:#3a4551}.scoreboard-toggle-knob{position:absolute;width:1rem;height:1rem;background-color:#85c3e8;border-radius:50%;top:.25rem;left:.25rem;transition:transform .2s}@media (max-width: 1000px){.scoreboard-menu-item{width:200px;font-size:1rem}.scoreboard-toggle-container{min-width:140px;flex:0 0 auto;font-size:1rem}.scoreboard-toggle-label{font-size:1rem}.scoreboard-toggle-switch{width:2.5rem;height:1.25rem}.scoreboard-toggle-knob{width:.875rem;height:.875rem;top:.1875rem;left:.1875rem}.peer:checked~.scoreboard-toggle-knob{transform:translate(1.25rem)}}@media (max-width: 600px){.scoreboard-menu-item{width:150px;font-size:.9rem}.scoreboard-toggle-container{min-width:120px;flex:0 0 auto;font-size:.9rem}.scoreboard-toggle-label{font-size:.9rem}.scoreboard-toggle-switch{width:2rem;height:1rem}.scoreboard-toggle-knob{width:.75rem;height:.75rem;top:.125rem;left:.125rem}.peer:checked~.scoreboard-toggle-knob{transform:translate(1rem)}}.scoreboard-mobile-select{flex:0 0 auto;min-width:120px;background-color:#0a0e1a;border-radius:8px;padding:12px 32px 12px 12px;border:2px solid #2a3441;color:#85c3e8;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2385c3e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;outline:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .3s ease}.scoreboard-mobile-select:hover{background-color:#1e2330;border-color:#85c3e8}.scoreboard-mobile-select:focus{outline:none;background-color:#1e2330;border-color:#85c3e8}.scoreboard-calendar-dropdown{position:fixed;background:#0a0e1a;border:2px solid #2a3441;border-radius:8px;display:none;z-index:10;box-shadow:0 4px 6px #0000001a;padding:10px;color:#85c3e8}.scoreboard-calendar-dropdown.show{display:block}.calendar-header{margin-bottom:15px;position:sticky;top:0;background-color:#1e2330;z-index:1;padding-top:20px;border-radius:10px}.calendar-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.calendar-nav button{background-color:#1e2330;color:#85c3e8;border:2px solid #2a3441;border-radius:4px;padding:5px 10px;cursor:pointer;font-weight:700}.calendar-nav button:hover{background-color:#2a3441}.calendar-month-year{font-weight:700;color:#85c3e8;font-size:1.1rem}.calendar-all-button{width:100%;background-color:#1e2330;color:#85c3e8;border:2px solid #2a3441;border-radius:4px;padding:8px;cursor:pointer;font-weight:700;text-transform:uppercase}.calendar-all-button:hover{background-color:#2a3441}.calendar-all-button.selected{background-color:#add8e6;color:#0a0e1a}.calendar-grid{width:100%}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:5px}.calendar-weekday{text-align:center;font-weight:700;color:#85c3e8;padding:5px;font-size:.9rem}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-day{text-align:center;padding:8px;border-radius:3px;cursor:pointer;transition:background-color .2s ease;min-height:30px;display:flex;align-items:center;justify-content:center;color:#85c3e8}.calendar-day.selectable:hover{background-color:#1e2330;color:#85c3e8}.calendar-day.selected{background-color:#add8e6;color:#0a0e1a}.calendar-day.empty{cursor:default}.scoreboard-conference-dropdown{position:fixed;background:#0a0e1a;border:2px solid #2a3441;border-radius:8px;display:none;z-index:100;width:250px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto}@media (max-width: 1000px){.scoreboard-conference-dropdown{width:200px}}@media (max-width: 600px){.scoreboard-conference-dropdown{width:150px}}.scoreboard-conference-dropdown.show{display:block}.conference-option{padding:10px 15px;cursor:pointer;border-bottom:1px solid #2a3441;transition:background-color .2s ease;color:#85c3e8;font-weight:700;text-transform:uppercase;white-space:normal;word-break:break-word;overflow-wrap:break-word;background-color:#0a0e1a;border-radius:8px;margin:2px 0}.conference-option:hover{background-color:#1e2330;color:#85c3e8}.conference-option.selected{background-color:#add8e6;color:#0a0e1a}.conference-option:last-child{border-bottom:none}.scoreboard-toggle-container{display:flex;align-items:center;justify-content:center;padding:10px 15px;background-color:#0a0e1a;border:2px solid #2a3441;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;cursor:pointer;min-width:150px;-webkit-user-select:none;user-select:none;color:#85c3e8;font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.scoreboard-toggle-container:hover{background-color:#1e2330;border-color:#85c3e8;box-shadow:0 5px 8px #0003;transform:translateY(-1px)}.scoreboard-toggle-label{color:#85c3e8;font-weight:700;font-size:1.2rem;text-transform:uppercase;font-weight:800;margin-right:10px;white-space:nowrap}@media (max-width: 1000px){.scoreboard-toggle-label{font-size:1rem}}@media (max-width: 600px){.scoreboard-toggle-label{font-size:.9rem}}.scoreboard-toggle-switch{position:relative;display:inline-block;width:3rem;height:1.5rem;cursor:pointer}.scoreboard-toggle-background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:1rem;transition:background-color .3s}.scoreboard-toggle-knob{position:absolute;top:.25rem;left:.25rem;width:1rem;height:1rem;background-color:#fff;border-radius:50%;transition:transform .3s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.peer:checked~.scoreboard-toggle-background{background-color:#4299e1}.peer:checked~.scoreboard-toggle-knob{transform:translate(1.5rem)}.scoreboard-team-dropdown{position:fixed;background:#0a0e1a;border:2px solid #2a3441;border-radius:8px;display:none;z-index:100;width:250px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto}@media (max-width: 1000px){.scoreboard-team-dropdown{width:200px}}@media (max-width: 600px){.scoreboard-team-dropdown{width:150px}}.scoreboard-team-dropdown.show{display:block}.team-option{padding:10px 15px;cursor:pointer;border-bottom:1px solid #2a3441;transition:background-color .2s ease;color:#85c3e8;font-weight:700;text-transform:uppercase;white-space:normal;word-break:break-word;overflow-wrap:break-word;background-color:#0a0e1a;border-radius:8px;margin:2px 0}.team-option:hover{background-color:#1e2330;color:#85c3e8}.team-option.selected{background-color:#add8e6;color:#0a0e1a}.team-option:last-child{border-bottom:none}.scoreboard-week-dropdown{position:fixed;background:#0a0e1a;border:2px solid #2a3441;border-radius:8px;display:none;z-index:100;width:250px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto}@media (max-width: 1000px){.scoreboard-week-dropdown{width:200px}}@media (max-width: 600px){.scoreboard-week-dropdown{width:150px}}.scoreboard-week-dropdown.show{display:block}.week-option{padding:10px 15px;cursor:pointer;border-bottom:1px solid #2a3441;transition:background-color .2s ease;color:#85c3e8;font-weight:700;text-transform:uppercase;white-space:normal;word-break:break-word;overflow-wrap:break-word;background-color:#0a0e1a;border-radius:8px;margin:2px 0}.week-option:hover{background-color:#1e2330;color:#85c3e8}.week-option.selected{background-color:#add8e6;color:#0a0e1a}.week-option:last-child{border-bottom:none}.date-time-flexbox-live{display:flex;font-weight:600;padding-bottom:10px}.scoreboard-live-gametime-flex{position:relative;display:flex;align-items:center;flex:0 0 120px}.day-date-flex-live{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-left:20px;flex:0 0 180px}.scoreboard-day-live{text-align:center}.slash-gap-live{position:absolute;top:15%;left:140px;font-size:1.5rem}.scoreboard-live-gametime-flex-live{position:relative;display:flex;align-items:center;flex:0 0 100px}.scoreboard-live-clock-live{padding-left:10px}.scoreboard-network-live{display:flex;align-items:center;justify-content:center;flex:0 0 75px;font-size:.8rem}.teams-flex-box-live{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.scoreb-team-bar-live{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:5px 0}.scoreb-team-logo-live{flex:0 0 45px;display:flex;justify-content:center;align-items:center}.scoreb-team-logo-live img{width:35px;height:auto}.scoreb-team-name-live{flex:0 0 130px;text-align:left;font-weight:700;white-space:normal;word-break:break-word;font-size:1rem;line-height:1.2}.scoreb-team-record-live{flex:0 0 60px}.scoreb-team-odds-live{flex:0 0 70px}@media (max-width: 430px){.scoreb-team-odds-live{display:none}}@media (max-width: 430px){.scoreb-team-bar-live{justify-content:space-between}}.betting-flex-box-live{flex:.5;display:flex;justify-content:center;align-items:center;gap:50px}.date-time-flexbox-completed{display:flex;flex:.2;font-weight:600;padding-bottom:10px}.day-date-flex-completed{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-left:20px;flex:0 0 180px}.scoreboard-day-completed{text-align:center}.slash-gap-completed{position:absolute;top:15%;left:130px;font-size:1.5rem}.scoreboard-time-completed{display:flex;align-items:center;justify-content:center;flex:0 0 180px}.scoreboard-network-completed{display:flex;align-items:center;justify-content:center;flex:0 0 75px}.teams-flex-box-completed{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.scoreb-team-bar-completed{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:5px 0}.scoreb-team-logo-completed{flex:0 0 45px;display:flex;justify-content:center;align-items:center}.scoreb-team-logo-completed img{width:35px;height:auto}.scoreb-team-name-completed{flex:0 0 130px;text-align:left;font-weight:700;white-space:normal;word-break:break-word;font-size:1rem;line-height:1.2}.scoreb-team-record-completed{flex:0 0 60px}.scoreb-team-odds-completed{flex:0 0 70px}@media (max-width: 430px){.scoreb-team-odds-completed{display:none}}@media (max-width: 430px){.scoreb-team-bar-completed{justify-content:space-between}}.scoreb-live-score-completed{font-weight:900;font-size:1.2rem}.betting-flex-box-completed{flex:.5;display:flex;justify-content:center;align-items:center;gap:50px}.dropdown-wrap{display:flex;flex-wrap:wrap;gap:6px;max-width:320px}.scoreb-logo-bg{background:#fff;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000012}.scoreb-logo-bg img{width:26px;height:26px;object-fit:cover;border-radius:50%;background:transparent;overflow:visible}.scoreboard-load-more-btn{font-size:1.2rem;width:200px;font-weight:700;border-radius:.5rem;display:flex;justify-content:center;align-items:center;white-space:nowrap;position:relative;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:#5d5b5b;height:45px;text-align:center;padding:0;text-transform:uppercase;color:#fff;overflow:visible;cursor:pointer;border:none}.scoreboard-load-more-btn:hover{background-color:#4a4a4a;color:#fff;z-index:10;box-shadow:0 5px 8px #0003;transform:translateY(-1px);transition:all .2s ease-in-out}.mobile-modal-overlay-dash{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000}.mobile-modal-content{position:fixed;bottom:0;left:0;right:0;background-color:#1e2330;border-top-left-radius:20px;border-top-right-radius:20px;padding:0 20px 20px;height:70vh;overflow-y:auto;z-index:1001}.mobile-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mobile-modal-title{font-size:20px;font-weight:700;color:#fff}.mobile-modal-close{background:none;border:none;color:#85c3e8;font-size:24px;cursor:pointer}.mobile-modal-option{width:100%;padding:15px;background-color:#0a0e1a;border:1px solid #2a3441;border-radius:10px;margin-bottom:10px;cursor:pointer;color:#fff;font-size:16px;font-weight:700;text-align:center}.mobile-modal-option:hover{background-color:#2a3441}.mobile-modal-option.selected{background-color:#85c3e8;color:#0a0e1a}.sb-scoreboard-recruit-view-container{position:relative;width:100%;height:100vh;overflow:hidden}.sb-exit-selected-game{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;z-index:10}.sb-back-button{position:absolute;top:10px;left:5px;background:#85c3e8;color:#fff;border:none;padding:8px 12px;font-size:14px;cursor:pointer;border-radius:4px;z-index:10}.sb-back-button:hover{background:#0056b3}.sb-score-section{display:flex;flex-direction:row;align-items:center;padding:16px}.sb-team-score{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;border-radius:12px;margin:0 4px;min-height:80px;color:#fff}.sb-team-logo-name-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:48px;gap:5px}.sb-team-name-row{display:flex;flex-direction:row;align-items:center;justify-content:center}.sb-team-score-name{font-size:15px;font-weight:700;text-align:center}.sb-team-score-score{font-size:24px;font-weight:700}.sb-game-info{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px}.sb-game-status{font-size:16px;font-weight:700}.sb-game-clock{font-size:12px}.sb-last-play-text{font-size:10px;text-align:center;margin-top:4px;font-style:italic;padding:0 8px}.sb-tab-container{display:flex;flex-direction:row;margin:0 16px 16px;border-radius:8px;overflow:hidden}.sb-tab{flex:1;padding:12px;text-align:center;background-color:#f0f0f0;cursor:pointer;font-weight:700;color:#000}.sb-tab.active{background-color:#85c3e8;color:#fff}.sb-content{flex:1;padding:0 16px;overflow-y:auto}.sb-recruits-container{padding-bottom:20px}.sb-team-section{margin-bottom:24px}.sb-team-header{padding:12px 16px;border-radius:8px;margin-bottom:8px}.sb-team-header-text{font-size:18px;font-weight:700;color:#fff;text-align:center}.sb-recruit-row{display:flex;flex-direction:row;align-items:center;padding:12px 16px;border-bottom:1px solid #ddd;max-width:490px;margin:auto}.sb-player-row{display:flex;flex-direction:row;align-items:center;padding:12px 16px;border-bottom:1px solid #ddd;max-width:490px}.sb-player-headshot{width:50px;height:50px;border-radius:25px;background-color:#fff;margin-right:12px}.sb-player-headshot-placeholder{width:50px;height:50px;border-radius:25px;display:flex;align-items:center;justify-content:center;border:2px solid #ddd;background-color:#f0f0f0;margin-right:12px}.sb-jersey-number{font-size:12px;font-weight:700;color:#666}.sb-player-details{flex:1;margin-right:12px}.sb-player-name{font-size:16px;font-weight:700}.sb-player-meta{font-size:14px;margin-top:2px;color:gray}.sb-stats-container{padding-bottom:20px;min-width:140px;display:flex;flex-direction:column}.sb-stat-section{margin-bottom:8px}.sb-stat-section-label{font-size:10px;font-weight:700;margin-bottom:2px;text-transform:uppercase;color:gray}.sb-stat-row{display:flex;flex-direction:row;flex-wrap:wrap}.sb-stat-item{font-size:11px;font-weight:700;margin-right:8px;margin-bottom:2px}.sb-empty-container{display:flex;align-items:center;justify-content:center;padding:40px 0}.sb-empty-text{font-size:16px;text-align:center;color:gray}.sb-lockout-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 16px;border:1px dashed rgba(133,195,232,.55);border-radius:12px;background:transparent;text-align:center;gap:12px}.sb-lockout-title{font-size:18px;font-weight:700;color:#f2f6f9}.sb-lockout-text{font-size:15px;color:#d6dde3;max-width:420px}.sb-lockout-button{background:#85c3e8;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:700;cursor:pointer}.sb-lockout-button:hover{background:#5aaad6}.sb-my-recruits-table-container{width:100%;opacity:0;transform:translateY(-20px);transition:opacity .8s ease-in-out 1.2s,transform .8s ease-in-out 1.2s;overflow-x:auto;max-width:100%}.sb-my-recruits-table-container.animate{opacity:1;transform:translateY(0)}.sb-my-recruits-table-container table{width:100%;border-collapse:collapse;border-radius:0 0 8px 8px}.sb-my-recruits-table-container th,.sb-my-recruits-table-container td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.sb-my-recruits-table-container th{font-weight:700;border-bottom:2px solid #333}.sb-my-recruits-table-container tr:hover{background-color:#0000000d}.sb-player-headshot{background-color:#fff;width:40px;height:40px;border-radius:50%;object-fit:cover}.sb-player-headshot-placeholder{width:40px;height:40px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#666;border:2px solid #ddd}.sb-my-recruits-table-container td{vertical-align:middle}.sb-scoreboard-quarter-clock-flex{width:100%;display:flex;justify-content:center;align-items:center;margin:12px 0 18px;min-height:40px;position:relative}.sb-scoreboard-quarter-clock-center{font-size:1.7rem;font-weight:700;color:#fff;border-radius:8px;padding:8px 28px;box-shadow:0 2px 8px #0000000f;letter-spacing:1px;background:transparent;z-index:1}.sb-scoreboard-possession-football{display:flex;align-items:center;justify-content:center;width:38px;height:38px;z-index:2}.sb-scoreboard-possession-football.left{margin-right:18px}.sb-scoreboard-possession-football.right{margin-left:18px}.sb-position-section{display:flex;flex-direction:column;justify-content:center;margin-bottom:16px}.sb-position-title{display:flex;justify-content:center;align-items:center;font-weight:500}.sb-position-header{display:flex;justify-content:center;align-items:center;font-size:1.5rem}.sb-recruit-players-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.sb-recruit-logo-bg img{width:70px;height:70px}.sb-recruit-logo-bg{background:#fff;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000012;border:1px solid #ddd}.sb-scoreboard-recruit-view-container{height:auto;min-height:100vh}@media (max-width: 768px){.sb-scoreboard-recruit-view-container{height:auto;min-height:100vh}.sb-back-button{top:10px}.sb-score-section{padding:16px}.sb-team-score{padding:24px;min-height:120px}.sb-team-score-name{font-size:16px;line-height:18px;max-width:120px}.sb-team-score-score{font-size:36px}.sb-game-status{font-size:20px}.sb-game-clock{font-size:16px}.sb-last-play-text{font-size:14px}.sb-tab{padding:16px;font-size:18px}.sb-content{padding:0 24px}.sb-team-header-text{font-size:24px}.sb-recruit-row{padding:16px 24px}.sb-player-headshot,.sb-player-headshot-placeholder{width:70px;height:70px;border-radius:35px}.sb-jersey-number{font-size:16px}.sb-player-name{font-size:20px}.sb-player-meta{font-size:16px}.sb-stat-section-label{font-size:12px}.sb-stat-item{font-size:14px}.sb-empty-text{font-size:20px}.sb-recruit-logo-bg img{width:70px;height:70px}.sb-my-recruits-table-container th,.sb-my-recruits-table-container td{padding:16px;font-size:16px}}@media (max-width: 520px){.sb-position-section{gap:16px}.sb-recruit-logo-bg img{width:30px;height:30px}.sb-recruit-logo-bg{width:40px;height:40px}}@media (max-width: 460px){.sb-scoreboard-recruit-view-container{height:auto;min-height:100vh}.sb-back-button{top:0;width:65px;height:30px;padding:5px;font-size:12px;font-weight:700}.sb-score-section{padding:12px}.sb-team-score{padding:12px;min-height:100px}.sb-team-score-name{font-size:10px;line-height:12px;max-width:60px}.sb-team-score-score{font-size:20px}.sb-game-status{font-size:14px}.sb-game-clock{font-size:12px}.sb-last-play-text{font-size:10px}.sb-tab{padding:8px;font-size:14px}.sb-content{padding:0 12px}.sb-team-header-text{font-size:18px}.sb-recruit-row{padding:8px 12px}.sb-player-headshot,.sb-player-headshot-placeholder{width:50px;height:50px;border-radius:25px}.sb-jersey-number{font-size:12px}.sb-player-name{font-size:16px}.sb-player-meta{font-size:14px}.sb-stat-section-label{font-size:10px}.sb-stat-item{font-size:12px}.sb-empty-text{font-size:18px}}.score-flex-box,.selected-player-stats-section{display:none}@media (min-width: 768px){.score-flex-box,.selected-player-stats-section{display:block}}.intro-container{position:relative;width:100%;min-height:100vh;background:#111;overflow-x:hidden}.intro-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:50px;background:linear-gradient(to bottom,#000000,transparent);z-index:10;pointer-events:none}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;z-index:1000}.loading-content{display:flex;flex-direction:column;align-items:center;gap:10px}.welcome-text{font-size:2rem;color:#ccc;font-weight:300;letter-spacing:5px;text-transform:uppercase;margin:0;opacity:0;animation:fadeInDown 1s ease forwards .2s}.logo-container{display:flex;align-items:center;gap:15px;opacity:0;animation:fadeInUp 1s ease forwards .8s}.fantasy-text{font-size:4rem;color:#fff;text-transform:uppercase;letter-spacing:2px;font-weight:300;margin:0;text-shadow:0 0 10px rgba(255,255,255,.3)}.buddy-text{font-size:4rem;color:#85c3e8;text-transform:uppercase;letter-spacing:2px;font-weight:800;margin:0;text-shadow:0 0 15px rgba(133,195,232,.5)}.intro-logo{height:120px;width:120px;background-color:#85c3e8;-webkit-mask:url(/logo.png) no-repeat center;mask:url(/logo.png) no-repeat center;-webkit-mask-size:contain;mask-size:contain;opacity:0;transform:scale(0);animation:popInLogo .8s cubic-bezier(.175,.885,.32,1.275) forwards 1.5s;filter:drop-shadow(0 0 20px rgba(133,195,232,.8)) drop-shadow(0 0 40px rgba(133,195,232,.4))}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes popInLogo{0%{opacity:0;transform:scale(0) rotate(-45deg)}to{opacity:1;transform:scale(1) rotate(0)}}.fade-in{animation:fadeInPage 1.5s ease forwards}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}.hero-section{position:relative;width:100%;height:95vh;overflow:hidden}@media (max-width: 768px){.hero-section{height:85vh}.split h1{font-size:1.8rem}.split p{font-size:1rem}.split.right .content{bottom:100px}.btn{font-size:1rem;padding:12px 24px}}.split{position:absolute;width:50%;height:100%;overflow:hidden;cursor:pointer;transition:transform .5s ease-in-out}.split.left{left:0;background:linear-gradient(to right,#000,#2c2c2c);background-size:cover;border-right:1px solid rgba(255,255,255,.1)}.split.right{right:0;background:linear-gradient(to right,#85c3e8,#6ba4c9);background-size:cover;border-left:1px solid rgba(255,255,255,.1)}.split.right .content{color:#111}.split.right .btn{color:#111;border-color:#111}.split.right .btn:hover{background:#111;color:#fff}.split .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;transition:all .5s ease;z-index:1}.split .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;white-space:nowrap;z-index:2;transition:all .5s ease}.split h1{font-size:3rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.split p{font-size:1.2rem;margin-bottom:2rem;max-width:400px;white-space:normal;margin-left:auto;margin-right:auto;opacity:.9}.btn{padding:15px 30px;font-size:1.2rem;color:#fff;border:2px solid #fff;background:transparent;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;font-weight:700;position:relative;overflow:hidden;z-index:3}.btn:hover{background:#fff;color:#333;box-shadow:0 0 20px #ffffff80}.split:hover .overlay{background:radial-gradient(circle at center,#ffffff1a,#0000001a 60%,#0003)}.split:hover .content{transform:translate(-50%,-50%) scale(1.05)}.split:hover h1{text-shadow:0 4px 20px rgba(255,255,255,.4)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.8;animation:bounce-mobile 2s infinite;z-index:2;position:relative}.scroll-indicator p{color:#fff;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.arrow-down{width:20px;height:20px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}@keyframes bounce-mobile{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes bounce-desktop{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.landing-section{position:relative;background:#111;z-index:10;padding:100px 0}.premium-link-cta{width:min(900px,calc(100% - 40px));margin:20px auto 0;text-align:center;padding:56px 24px;border:1px solid rgba(133,195,232,.35);border-radius:20px;background:linear-gradient(120deg,#85c3e814,#ffffff05)}.premium-link-cta h2{margin:0 0 12px;color:#fff;font-size:clamp(1.7rem,4vw,2.5rem)}.premium-link-cta p{margin:0 auto 24px;max-width:650px;color:#cfd8de;line-height:1.6}.feature-block{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:0 10%;gap:5%;opacity:0;transform:translateY(50px);animation:fadeUp 1s ease forwards;animation-timeline:view();animation-range:entry 10% cover 40%}.feature-block:nth-child(2n){flex-direction:row-reverse}.feature-content{flex:1;color:#fff}.feature-content h2{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#85c3e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feature-content p{font-size:1.2rem;line-height:1.6;color:#ccc;margin-bottom:2rem}.feature-tags{display:flex;gap:15px;flex-wrap:wrap}.feature-tags span{padding:8px 16px;background:#85c3e81a;border:1px solid rgba(133,195,232,.3);border-radius:20px;color:#85c3e8;font-size:.9rem;font-weight:600}.feature-visual{flex:1;height:400px;background:#1a1a1a;border-radius:20px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080;transition:transform .3s ease}.feature-visual:hover{transform:translateY(-10px);border-color:#85c3e880;box-shadow:0 30px 60px #85c3e81a}.placeholder-text{color:#333;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1555px){.split .content{white-space:normal;width:85%}.split h1{font-size:2.2rem}}@media (max-width: 768px){.split{width:100%;height:50%}.split.left{top:0;width:100%;height:42%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.split.right{bottom:0;top:auto;width:100%;height:58%;border-left:none;border-top:1px solid rgba(255,255,255,.1)}.split.right .content{bottom:-100px}.split.right:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(to bottom,transparent,#000);z-index:2;pointer-events:none}.scroll-indicator{position:absolute;bottom:5px;left:50%;transform:translate(-50%);z-index:20}.logo-container{flex-direction:column;gap:10px}.fantasy-text,.buddy-text{font-size:2.5rem}.intro-logo{height:60px}.feature-block{flex-direction:column!important;text-align:center;padding:50px 20px;gap:30px}.feature-content h2{font-size:2rem}.feature-tags{justify-content:center}.feature-visual{width:100%;height:250px}}@media (max-width: 700px){.arrow-down{width:15px;height:15px}.scroll-indicator{gap:0px}.scroll-indicator p{font-size:.7rem}}@media (min-width: 769px){.scroll-indicator{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.8;animation:bounce-desktop 2s infinite}}.premium-page{width:100%;background:#0b0f13;color:#fff;overflow-x:hidden}.premium-section{padding:100px 20px}.premium-section-inner{width:min(1320px,100%);margin:0 auto}.premium-brief-section{background:#06090d;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.premium-brief-section .premium-section-inner{width:min(1100px,100%)}.premium-brief-section h2{margin:0 0 10px;font-size:clamp(1.4rem,2.8vw,2rem)}.premium-brief-section p{margin:0;color:#ffffffd1;line-height:1.65}.premium-brief-chip-row{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.premium-brief-chip-row span{border:1px solid rgba(133,195,232,.35);border-radius:999px;padding:7px 12px;font-size:.86rem;font-weight:700;color:#d9effd;background:#85c3e814}.premium-pill-row{margin-top:22px;display:flex;gap:10px;flex-wrap:wrap}.premium-pill-row span{padding:8px 14px;border-radius:999px;border:1px solid rgba(133,195,232,.35);background:#85c3e814;color:#cce8f8;font-size:.86rem;font-weight:700}.premium-eyebrow{letter-spacing:.18em;text-transform:uppercase;font-weight:700;font-size:.85rem;color:#85c3e8;margin-bottom:20px}.premium-content{position:relative;z-index:2;width:min(980px,calc(100% - 40px));margin:0 auto;text-align:center;transform:translateY(calc(var(--parallax-content-shift, 0px) * -1));will-change:transform}.premium-content h1,.premium-content h2{margin:0;line-height:1.15}.premium-content h1{font-size:clamp(2.2rem,5vw,4.4rem);margin-bottom:20px}.premium-content h2{font-size:clamp(1.9rem,4vw,3rem);margin-bottom:14px}.premium-subtitle,.premium-content p{color:#ffffffe6;font-size:clamp(1rem,1.5vw,1.2rem);max-width:760px;margin:0 auto;line-height:1.65}.premium-cta-row{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:32px}.premium-btn{border:none;border-radius:999px;padding:13px 26px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.premium-btn:hover{transform:translateY(-2px)}.premium-btn-primary{background:#85c3e8;color:#0b0f13;box-shadow:0 10px 24px #85c3e859}.premium-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}.premium-inline-link{margin-top:14px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:transparent;color:#e8f5ff;padding:8px 14px;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;font-weight:700;cursor:pointer}.premium-inline-link:hover{border-color:#85c3e8;color:#85c3e8}.premium-parallax{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;background-attachment:fixed;background-position:center calc(44% + var(--parallax-shift, 0px));background-repeat:no-repeat;background-size:118% auto;will-change:background-position}.premium-parallax:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 30%,transparent 70%,rgba(255,255,255,.03));z-index:1;pointer-events:none}.premium-parallax-hero{min-height:92vh;background-color:#0b0f13;background-image:linear-gradient(120deg,#04080cb8,#09121e70),url(/demoPics/jsn_catch_myfantasybuddy.webp);background-position:center top}.premium-parallax-mid{background-color:#0b0f13;background-image:linear-gradient(130deg,#060c16ad,#070d1480),url(/demoPics/mendoza_td_myfantasybuddy.webp);background-position:center 20%}.premium-parallax-final{min-height:66vh;background-image:linear-gradient(125deg,#070f1adb,#0d1422bd),url(https://picsum.photos/seed/fb-final-bg/1920/1080)}.premium-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#85c3e81f,#00000059 65%)}.premium-story h2,.premium-narrative h2,.premium-parallax-copy h2{font-size:clamp(1.8rem,3.4vw,2.9rem);margin:0 0 14px}.premium-story p,.premium-narrative p,.premium-parallax-copy p{color:#fffc;font-size:1.05rem;line-height:1.75;max-width:860px}.premium-parallax-copy{position:relative;z-index:2;width:min(980px,calc(100% - 40px));text-align:center;transform:translateY(calc(var(--parallax-content-shift, 0px) * -1));will-change:transform}.premium-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:20px}.premium-tool-grid{margin-top:26px}.premium-section-title{margin:0;font-size:clamp(1.9rem,3.5vw,2.8rem)}.premium-feature-card{background:#ffffff0a;border:1px solid rgba(133,195,232,.25);border-radius:18px;padding:26px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.premium-feature-card h3{margin:0 0 10px;font-size:1.25rem}.premium-feature-card p{margin:0;color:#ffffffc7;line-height:1.6}.premium-screenshot-heading{margin-bottom:20px}.premium-screenshot-heading h2{margin:0 0 10px;font-size:clamp(1.8rem,3.5vw,2.8rem)}.premium-screenshot-heading p{margin:0;color:#ffffffc7;max-width:820px;line-height:1.7}.premium-screenshot-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:22px}.premium-shot-group{margin-top:34px}.premium-shot-group h3{margin:0 0 14px;font-size:clamp(1.35rem,2.6vw,1.75rem)}.premium-carousel-slot{border:1px dashed rgba(133,195,232,.45);border-radius:14px;background:#85c3e814;color:#e8f5ffe6;padding:16px;margin-bottom:16px;text-align:center;font-weight:700}.premium-shot-card{border:1px solid rgba(133,195,232,.32);border-radius:16px;overflow:hidden;background:#ffffff08}.premium-shot-carousel{position:relative;background:#06090d}.premium-shot-carousel img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:contain}.premium-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#0b0f13b8;color:#e8f5ff;font-size:1.25rem;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:2}.premium-carousel-btn:hover{border-color:#85c3e8;color:#85c3e8}.premium-carousel-btn-prev{left:10px}.premium-carousel-btn-next{right:10px}.premium-carousel-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:flex;gap:6px;z-index:2}.premium-carousel-dot{width:7px;height:7px;border-radius:999px;background:#ffffff7a}.premium-carousel-dot.is-active{background:#85c3e8}.premium-shot-meta{padding:16px 16px 18px}.premium-shot-meta h3{margin:0 0 8px;font-size:1.06rem}.premium-shot-meta p{margin:0 0 10px;color:#ffffffc4;line-height:1.55}.premium-shot-meta p:last-of-type{margin-bottom:0}.premium-shot-meta strong{color:#e8f5ff}.premium-narrative-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:26px;align-items:start}.premium-narrative-points{display:grid;gap:16px;margin-top:8px}.premium-narrative-points div{border-left:3px solid rgba(133,195,232,.7);padding-left:14px;color:#ffffffd6;line-height:1.5}.premium-content-compact{max-width:820px}@media (max-width: 900px){.premium-feature-grid,.premium-narrative-layout,.premium-screenshot-grid{grid-template-columns:1fr}.premium-section{padding:72px 18px}.premium-parallax{min-height:62vh;background-attachment:scroll;background-size:cover}.premium-parallax-hero{min-height:78vh}.premium-screenshot-grid{grid-template-columns:1fr}}@media (min-width: 1800px){.premium-section-inner{width:min(1500px,100%)}.premium-content,.premium-parallax-copy{width:min(1180px,calc(100% - 72px))}}@media (max-width: 480px){.premium-section{padding:56px 14px}.premium-content,.premium-parallax-copy{width:calc(100% - 20px)}.premium-content h1{font-size:clamp(1.55rem,8.4vw,2.1rem)}.premium-content h2,.premium-story h2,.premium-narrative h2,.premium-parallax-copy h2,.premium-section-title,.premium-screenshot-heading h2{font-size:clamp(1.35rem,6.8vw,1.9rem)}.premium-feature-card,.premium-shot-meta{padding:14px}.premium-brief-chip-row span{width:100%;text-align:center}.premium-shot-card{border-radius:14px}.premium-btn{width:100%}.premium-carousel-btn{width:30px;height:30px}}@media (max-width: 360px){.premium-section{padding:48px 10px}.premium-content,.premium-parallax-copy{width:calc(100% - 10px)}.premium-inline-link{width:100%}}.player-comparison-container{font-family:Roboto,Arial,sans-serif;max-width:1200px;margin:0 auto;padding:10px;background-color:#000;color:var(--text-color)}.player-comparison-layout{display:flex;flex-direction:column;margin-bottom:20px}.comparison-box{display:flex;flex-direction:row;border:1px solid #ddd;border-radius:8px;overflow:hidden;margin-bottom:20px;box-shadow:0 2px 10px #0000001a;z-index:0}.page-title{width:100%;padding:0 1rem;margin:2rem 0 1.3rem;text-align:center;display:flex;justify-content:center;align-items:center;position:relative}.page-title h1{font-size:2rem;font-weight:700;color:var(--page-title-color);margin:0;text-transform:uppercase;letter-spacing:1px}.pc-help-button{width:25px;height:25px;border-radius:50%;background-color:var(--primary-bg, rgb(93, 91, 91));color:#fff;border:none;font-weight:700;margin-left:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background-color .2s,transform .2s}.pc-help-button:hover{background-color:#4a4a4a;transform:scale(1.1)}.pc-help-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);width:90%;max-width:600px;background-color:#282828;border-radius:8px;box-shadow:0 4px 12px #0006;padding:20px;z-index:1000;text-align:left;color:#fbfbfb;margin-top:15px;animation:fadeIn .3s ease-out}.pc-help-tooltip p{margin-top:0;font-size:1rem;line-height:1.5}.pc-help-tooltip p:last-of-type{margin-bottom:15px;font-style:italic}.pc-help-tooltip ul{padding-left:20px;margin-bottom:15px}.pc-help-tooltip li{margin-bottom:8px;font-size:.95rem;line-height:1.4}.pc-close-help{background-color:var(--primary-bg, rgb(93, 91, 91));color:#fff;border:none;border-radius:4px;padding:8px 15px;font-size:.9rem;cursor:pointer;float:right}.pc-close-help:hover{background-color:#4a4a4a}@media (max-width: 768px){.pc-help-tooltip{width:95%;padding:15px;max-width:450px}.pc-help-tooltip p,.pc-help-tooltip li{font-size:.9rem}}@media (max-width: 600px){.page-title h1{font-size:1.75rem}.pc-help-tooltip{max-width:95%;padding:12px}.pc-help-tooltip p{font-size:.85rem}.pc-help-tooltip li{font-size:.8rem;margin-bottom:6px}}@media (max-width: 420px){.page-title{flex-direction:column}.pc-help-button{margin:8px 0 0}.pc-help-tooltip{left:50%;width:100%;box-sizing:border-box;border-radius:6px}}@media (max-width: 350px){.page-title h1{font-size:1.5rem}.pc-help-tooltip{padding:10px}.pc-help-tooltip li{font-size:.75rem}.pc-close-help{padding:6px 12px;font-size:.8rem}}@media (min-width: 1600px){.pc-help-tooltip{max-width:700px;padding:25px}.pc-help-tooltip p{font-size:1.1rem}.pc-help-tooltip li{font-size:1.05rem;margin-bottom:10px}.pc-help-button{width:30px;height:30px;font-size:18px}}.comparison-controls{display:flex;justify-content:space-between;margin-bottom:20px;align-items:center;flex-wrap:nowrap}.player-column{display:flex;flex-direction:column;width:38%}.player-controls-wrapper{display:flex;width:100%;gap:10px;flex-direction:column;align-items:stretch;height:auto}.player-position-label{font-size:16px;font-weight:600;padding:6px 12px;background-color:transparent;color:var(--position-label-color);border-radius:6px;margin-bottom:10px;text-align:center;height:22px;line-height:22px;display:flex;align-items:center;justify-content:center;box-shadow:none;text-transform:uppercase}.player-column .left-search,.player-column .right-search{position:relative;width:100%;height:41px}.player-column .left-search input,.player-column .right-search input{width:100%;height:40px;border-radius:30px;border:1px solid black;padding:0 1.5rem;background-color:#4c4949;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-weight:700;box-sizing:border-box}.player-column .left-search input::placeholder,.player-column .right-search input::placeholder{color:#ffffffb3;font-weight:400}.pc-search-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:300px;overflow-y:auto;background-color:#333!important;color:#fff!important;border:1px solid #555!important;border-radius:15px!important;z-index:100;box-shadow:0 4px 12px #0000004d;margin-top:5px}.pc-search-dropdown-item{padding:10px 15px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #444;color:#fff!important}.pc-search-dropdown-item:hover{background-color:#555!important}.pc-search-dropdown-item:last-child{border-bottom:none;border-radius:0 0 15px 15px}.pc-search-dropdown-item:first-child{border-radius:15px 15px 0 0}.pc-search-dropdown-item:only-child{border-radius:15px}.pc-season-select,.pc-filter-select{width:100%!important;padding:10px 35px 10px 15px!important;height:40px!important;box-sizing:border-box!important;border:1px solid #555!important;border-radius:15px!important;font-size:14px!important;font-weight:700!important;cursor:pointer!important;background-color:#333!important;color:#fff!important;box-shadow:0 4px 6px -1px #0003!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:20px!important}.pc-season-select:hover,.pc-filter-select:hover{background-color:#444!important;border-color:#666!important}.pc-season-select:focus,.pc-filter-select:focus{outline:none!important;border-color:#777!important;box-shadow:0 0 0 2px #ffffff1a!important}.pc-season-select:disabled{opacity:.6!important;cursor:not-allowed!important}.pc-season-select option,.pc-filter-select option{background-color:#333!important;color:#fff!important;padding:10px!important}.pc-filter-select{max-width:180px!important}.pc-custom-dropdown{position:relative;display:inline-block;width:100%}.pc-custom-dropdown-trigger{width:100%;padding:10px 12px 10px 15px;height:40px;box-sizing:border-box;border:1px solid #555;border-radius:15px;font-size:14px;font-weight:700;cursor:pointer;background-color:#333;color:#fff;box-shadow:0 4px 6px -1px #0003;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;transition:all .2s ease}.pc-custom-dropdown-trigger:hover{background-color:#444;border-color:#666}.pc-custom-dropdown-trigger:focus{outline:none;border-color:#777;box-shadow:0 0 0 2px #ffffff1a}.pc-custom-dropdown.disabled .pc-custom-dropdown-trigger{opacity:.6;cursor:not-allowed}.pc-custom-dropdown-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.pc-custom-dropdown-arrow{display:flex;align-items:center;flex-shrink:0}.pc-custom-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:250px;overflow-y:auto;background-color:#333;border:1px solid #555;border-radius:15px;z-index:1000;box-shadow:0 8px 16px #0006;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.pc-custom-dropdown-item{padding:12px 15px;cursor:pointer;color:#fff;font-size:14px;transition:background-color .15s ease;border-bottom:1px solid #444}.pc-custom-dropdown-item:hover{background-color:#555}.pc-custom-dropdown-item.selected{background-color:#4a4a4a;font-weight:700}.pc-custom-dropdown-item:last-child{border-bottom:none;border-radius:0 0 15px 15px}.pc-custom-dropdown-item:first-child{border-radius:15px 15px 0 0}.pc-custom-dropdown-item:only-child{border-radius:15px}.pc-custom-dropdown-item.disabled{color:#888;cursor:default;font-style:italic}.pc-custom-dropdown-item.disabled:hover{background-color:transparent}.pc-custom-dropdown-menu::-webkit-scrollbar{width:8px}.pc-custom-dropdown-menu::-webkit-scrollbar-track{background:#2a2a2a;border-radius:0 15px 15px 0}.pc-custom-dropdown-menu::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.pc-custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#666}.pc-custom-dropdown.filter-dropdown{max-width:180px}.search-results{position:absolute;top:100%;left:0;width:100%;max-height:300px;overflow-y:auto;background-color:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 15px 15px;z-index:10;box-shadow:0 4px 6px #0000001a}.search-result-item{padding:8px 15px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.search-result-item:hover{background-color:#f0f0f0}.search-result-item:last-child{border-bottom:none}.player-comparison-container .search-results{background-color:#333;color:#fff;border:1px solid #555;border-radius:15px;box-shadow:0 4px 8px #0003;z-index:10}.player-comparison-container .search-result-item{padding:8px 12px;border-bottom:1px solid #555;color:#fff;cursor:pointer}.player-comparison-container .search-result-item:last-child{border-bottom:none}.player-comparison-container .search-result-item:hover{background-color:#444}.player-comparison-container.dark-theme .search-results,.player-comparison-container .search-results{background-color:#333;color:#fff}.player-comparison-container.dark-theme .search-result-item,.player-comparison-container .search-result-item{color:#fff}.player-column select{width:100%;padding:10px 30px 10px 10px;height:40px;box-sizing:border-box;border:1px solid black;border-radius:30px;font-size:14px;background-color:#4c4949;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px top 50%}.stats-filter-container{display:none}.stats-filter-label{font-size:16px;font-weight:500;margin-bottom:8px;text-align:center;white-space:nowrap}.stats-filter-select{width:100%;max-width:180px;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;height:41px;box-sizing:border-box;cursor:pointer;background-color:#fff}.filters-container{display:flex;flex-direction:column;width:24%;align-items:center;justify-content:center;gap:15px}.filter-group{display:flex;flex-direction:column;width:100%;align-items:center}.filter-label{font-size:16px;font-weight:600;margin-bottom:8px;text-align:center;white-space:nowrap;height:22px;line-height:22px;color:var(--filter-label-color);background-color:transparent;border-radius:6px;padding:0 12px;box-shadow:none;text-transform:uppercase}.filter-select{width:100%;max-width:180px;padding:10px 30px 10px 10px;height:40px;box-sizing:border-box;border:1px solid black;border-radius:30px;font-size:14px;font-weight:700;cursor:pointer;background-color:#4c4949;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px top 50%}.player-section{flex:1;min-width:0;padding:20px;overflow:hidden;width:50%;position:relative;z-index:0;color:#fff}.player-section:before{content:"";position:absolute;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNSAwWk02IDRMNCA2Wk0tMSAxTDEgLTFaIiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=);mix-blend-mode:multiply;opacity:.2;z-index:-1;top:0;left:0;width:100%;height:100%}.left-player{border-right:1px solid #ddd}.player-placeholder{display:flex;justify-content:center;align-items:center;height:300px;font-style:italic}.player-placeholder .light-placeholder{color:#333!important}.player-placeholder .dark-placeholder{color:#fbfbfb!important}.player-header-container{position:relative;overflow:visible;width:100%;margin-bottom:15px;height:auto!important;min-height:120px}.player-header{display:flex;margin-bottom:12px;gap:12px;height:auto!important;overflow:visible;align-items:center;flex-wrap:wrap}.left-player .player-header{flex-direction:row}.right-player .player-header{flex-direction:row;justify-content:space-between}.player-headshot{width:clamp(70px,12vw,120px);height:clamp(70px,12vw,120px);border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 3px 7px #00000040;flex-shrink:0}.pc-player-info{flex:1;padding:0;min-width:0;color:#fff;display:flex;flex-direction:column;max-width:calc(100% - 150px);justify-content:center}.pc-player-info h2{margin-top:0;margin-bottom:10px;font-size:clamp(22px,3.2vw,32px);font-weight:700;word-break:break-word;line-height:1.2;text-align:center}.player-bio-details{display:flex;flex-wrap:wrap;margin:10px 0 0;gap:8px;height:auto!important;align-content:flex-start;overflow:visible;position:relative;z-index:1}.player-bio-details p{margin:4px 0;font-size:14px;background-color:#d2d2d240;padding:4px 8px;border-radius:4px;display:inline-block;word-break:break-word;flex:1 1 calc(50% - 8px);min-width:0;box-sizing:border-box;white-space:normal}.left-player .pc-player-info{text-align:left}.right-player .pc-player-info{text-align:right}.pc-player-info p{margin:5px 0;font-size:14px}.player-bio{margin-top:10px;font-size:14px;font-style:italic;color:#fff}.bio-spacer{width:100%;flex-grow:1;min-height:5px}.player-stats,.combine-results{margin-bottom:20px;position:relative;margin-top:20px;clear:both}.player-stats h3,.combine-results h3{margin-top:0;margin-bottom:15px;padding-bottom:5px;border-bottom:2px solid #fff;font-size:18px;color:#fff}.left-player .player-stats h3,.left-player .combine-results h3{text-align:left}.right-player .player-stats h3,.right-player .combine-results h3{text-align:right}.left-player .stat-group h4{margin-top:15px;margin-bottom:10px;color:#fff;text-align:left}.right-player .stat-group h4{margin-top:15px;margin-bottom:10px;color:#fff;text-align:right}.stat-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.2);position:relative}.left-player .stat-row{padding-right:30px}.right-player .stat-row{padding-left:30px}.stat-label,.stat-value{font-size:14px;color:#fff}.left-player .stat-label{text-align:left}.right-player .stat-label{text-align:right}.left-player .stat-value{font-weight:700;text-align:right}.right-player .stat-value{font-weight:700;text-align:left}.left-wins:after,.right-wins:after{content:"";position:absolute;width:20px;height:20px;background-color:#dcdcdceb;border:1px solid rgba(255,255,255,.45);border-radius:6px;box-shadow:0 2px 6px #00000040,inset 0 1px #ffffff73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-size:cover;top:50%;transform:translateY(-50%)}.left-player .left-wins:after{right:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5 9-9"></path></svg>')}.left-player .right-wins:after{right:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 18L18 6M6 6l12 12"></path></svg>')}.right-player .right-wins:after{left:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5 9-9"></path></svg>')}.right-player .left-wins:after{left:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 18L18 6M6 6l12 12"></path></svg>')}.comparison-summary{margin-bottom:30px;padding:20px;border:1px solid var(--border-color);border-radius:8px;background-color:var(--summary-bg-color);color:var(--text-color)}.comparison-summary h3{margin-top:0;margin-bottom:15px;text-align:center;font-size:20px;color:var(--text-color)}.summary-content{display:flex;justify-content:space-between;margin-bottom:20px}.summary-player,.summary-ties{flex:1;text-align:center;padding:10px}.summary-player.winner{background-color:var(--winner-bg-color)}.summary-player h4,.summary-ties h4{margin-top:0;margin-bottom:10px;font-size:18px;color:var(--text-color)}.summary-player p,.summary-ties p{margin:5px 0;font-size:14px;color:var(--text-color)}.summary-verdict{text-align:center;padding-top:15px;border-top:1px solid var(--border-color)}.summary-verdict h4{margin-top:0;margin-bottom:10px;font-size:18px;color:var(--text-color)}.summary-verdict p{margin:5px 0;font-size:16px;font-weight:500;color:var(--text-color)}.radar-charts-container{padding:20px;border:1px solid var(--border-color);border-radius:8px;background-color:var(--chart-bg-color);margin-bottom:30px;display:flex;flex-direction:column;align-items:center;width:100%}.radar-charts-container h3{margin-top:0;margin-bottom:20px;text-align:center;font-size:22px;color:var(--chart-text-color)}.radar-charts-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%;max-width:1200px}.radar-chart-box{flex:1 1 300px;min-width:300px;max-width:600px;border:1px solid var(--border-color);border-radius:6px;padding:15px;box-shadow:0 2px 5px #0000000d;background-color:var(--card-bg-color);display:flex;flex-direction:column;align-items:center}.radar-chart-box h4{margin-top:0;margin-bottom:15px;text-align:center;font-size:18px;color:var(--chart-text-color);width:100%}.radar-chart{height:350px;width:100%;position:relative;display:flex;justify-content:center;align-items:center}.radar-chart canvas{max-width:100%!important;max-height:100%!important}.player-position-labels,.season-selectors-container{display:none}.player-adp-display{font-size:16px;font-weight:500;margin-top:0;display:flex;align-items:center;justify-content:center;gap:5px}.player-adp-display>span:not(.adp-indicator){color:#fff}.left-player .player-adp-display,.right-player .player-adp-display{justify-content:center}.adp-better{color:#2ecc71}.adp-worse{color:#e74c3c}.adp-indicator{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:6px;border:1px solid rgba(255,255,255,.45);box-shadow:0 2px 6px #00000040,inset 0 1px #ffffff73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-weight:700;font-size:12px}.adp-check{background-color:#dcdcdceb;color:#2ecc71}.adp-x{background-color:#dcdcdceb;color:#e74c3c}@media (max-width: 1200px){.pc-player-info p{font-size:13px}.pc-player-info h2{font-size:28px}.player-headshot{width:110px;height:110px}.pc-player-info{max-width:calc(100% - 130px)}.player-bio-details p{min-width:calc(25% - 12px)}}@media (min-width: 1200px){.page-title h1{font-size:2.8rem}}@media (max-width: 1100px){.player-column{width:36%}.filters-container{width:28%}.filter-label{font-size:15px}.filter-select{max-width:170px}}@media (max-width: 992px){.player-header{height:150px}.stat-label,.stat-value{font-size:13px}.player-bio-details p{min-width:calc(33.333% - 12px)}.player-column{width:34%}.filters-container{width:32%}.filter-label{font-size:14px}}@media (max-width: 900px){.player-header-container{height:130px!important}.player-bio-details{height:85px}}@media (max-width: 768px){.comparison-controls{flex-wrap:wrap;justify-content:center;gap:15px}.player-column{width:45%}.filters-container{width:100%;flex-direction:row;justify-content:center;gap:20px;order:3;margin-top:15px}.filter-group{width:auto;min-width:200px}.filter-select{max-width:200px}.player-header-container{height:190px!important}.player-header,.left-player .player-header,.right-player .player-header{flex-direction:column!important;align-items:center}.right-player .pc-player-info{order:1;text-align:center!important;max-width:100%;width:100%;padding-top:0}.pc-player-info{text-align:center!important;padding:0;max-width:100%}.pc-player-info h2{margin-top:0;margin-bottom:8px;font-size:26px}.radar-charts-container{padding:15px}.radar-chart-box{padding:10px}.radar-chart-box h4{font-size:16px}.radar-chart{height:280px}.player-controls-wrapper{height:auto}.filter-label,.player-position-label{width:100%;height:auto;padding:8px 0}}@media (max-width: 700px){.player-column .left-search input,.player-column .right-search input,.pc-custom-dropdown-trigger,.pc-custom-dropdown-item{font-size:16px}.player-controls-wrapper .left-search,.player-controls-wrapper .right-search{order:1}.player-controls-wrapper .pc-custom-dropdown{order:2}}@media (max-width: 576px){.comparison-controls{flex-direction:column;align-items:center;flex-wrap:wrap}.player-column{width:100%;max-width:450px;display:block}.player-controls-wrapper{flex-direction:column;gap:5px;width:100%}.player-column .left-search,.player-column .right-search,.player-column select{width:100%}.filters-container{flex-direction:column;gap:10px;margin:0}.filter-group{width:100%;max-width:450px}.filter-select{max-width:100%}.filters-container{order:7}.player-position-label.left-label{order:1}.player-column.left-column .left-search{order:2}.player-column.left-column select{order:3}.player-position-label.right-label{order:4;margin-top:20px}.player-column.right-column .right-search{order:5}.player-column.right-column .pc-custom-dropdown{order:6}.player-position-label,.left-search,.right-search,.player-column select,.filters-container{width:100%;max-width:450px;margin-bottom:10px}.search-results{width:100%}.comparison-box{flex-direction:column}.player-section{width:100%}.left-player{border-right:none;border-bottom:1px solid #ddd}.summary-content{flex-direction:column;gap:15px}.right-player .player-stats h3,.right-player .combine-results h3,.right-player .stat-group h4{text-align:left}.left-label .position-text:before{content:"   (Top)";font-size:14px;vertical-align:middle;line-height:normal;margin-left:10px;display:inline-block;padding-bottom:1px}.right-label .position-text:before{content:"   (Bottom)";font-size:14px;margin-left:10px;vertical-align:middle;line-height:normal;display:inline-block;padding-bottom:1px}.position-text{font-size:0;display:inline-block;vertical-align:middle}.player-header-container{height:180px!important}.player-bio-details{justify-content:center}.player-bio-details p{flex:1 1 calc(50% - 6px);font-size:12px;padding:3px 5px;text-align:center}.pc-player-info h2{font-size:24px;margin-bottom:8px}.radar-chart-box{min-width:250px;max-width:100%;padding:10px}.radar-chart{height:250px}.radar-charts-container{padding:10px}.radar-charts-container h3{font-size:18px}.player-adp-display{font-size:14px}}@media (max-width: 400px){.player-header{height:160px}.player-headshot{width:90px;height:90px}.player-header-container{height:110px!important}.player-bio-details p{min-width:calc(100% - 12px)}.player-header-container{height:130px!important}.player-bio-details p{flex:1 1 100%;font-size:11px}.player-headshot{width:70px;height:70px;border-width:2px}.pc-player-info h2{font-size:20px;margin-bottom:5px}.radar-chart-box{min-width:100%;padding:6px}.radar-chart{height:200px}.radar-charts-container{padding:10px}.radar-charts-container h3{font-size:16px;margin-bottom:10px}.player-adp-display{font-size:12px}.adp-indicator{width:16px;height:16px;font-size:10px}}@media (max-width: 320px){.player-header-container{height:100px!important}.radar-charts-container{padding:5px;margin-bottom:15px}.radar-charts-wrapper{gap:10px}.radar-chart-box{padding:5px;border-radius:4px;box-shadow:0 1px 3px #0000000d}.radar-chart{height:180px}.radar-chart-box h4{font-size:13px;margin-bottom:5px}}@media (min-width: 1024px){.page-title h1{font-size:2.5rem}}:root{--background-color: rgb(22, 21, 21);--text-color: #FBFBFB;--border-color: #555555;--card-bg-color: rgb(40, 40, 40);--page-title-color: #FFFFFF;--filter-label-color: #FBFBFB;--summary-bg-color: rgb(40, 40, 40);--chart-bg-color: rgb(40, 40, 40);--chart-text-color: #FBFBFB;--winner-bg-color: rgba(76, 175, 80, .2);--position-label-color: #FBFBFB;--chart-grid-color: rgba(255, 255, 255, .2)}.player-column input,.filter-select{background-color:#4c4949;color:#fff}.search-results{background-color:#282828;border-color:#555}.search-result-item{border-bottom-color:#555;color:#fbfbfb}.search-result-item:hover{background-color:#3c3c3c}.radar-chart-box{color:#fff}.radar-chart-box canvas{filter:brightness(1.1)}.radar-charts-container h3,.radar-chart-box h4,.radar-chart text,.radar-chart .chartjs-tooltip{color:#fff!important}
