@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&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;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-overlay-main:hover{cursor:pointer}.modal-content{cursor:default}.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:2000;opacity:0;animation:modalOverlayFade .25s ease-out forwards}.modal-content{background:transparent;display:flex;justify-content:center;align-items:center;border-radius:12px;padding:20px;max-width:480px;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;height:auto}.app-footer{color:#fff;position:relative;z-index:10;backdrop-filter:none;-webkit-backdrop-filter:none;background:#000000f2;border-top:1px solid rgba(133,195,232,.2);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(.9rem, 3vw, 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}.navbar-title{font-weight:950;letter-spacing:1.5px}.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:5em;color:var(--color-secondary-light);font-weight:700;font-size:var(--font-300)}.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}@media screen and (max-height: 511px){.dropdown-navbar{height:400px}}.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-item-nav:hover{background:#000;border-color:gray}.dropdown-nav-icon{width:20px;height:20px;stroke:currentColor;flex-shrink:0;opacity:.85}.dropdown-item-nav:hover .dropdown-nav-icon{opacity:1}.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}.dropdown-arrow{font-size:.8rem;color:#fff}.user-dropdown-wrapper:hover .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:hover .dropdown-submenu{max-height:200px;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:#ffffffe6;cursor:pointer;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-weight:500;letter-spacing:.2px}.dropdown-submenu-item:hover{background:#85c3e826;border-color:#85c3e84d;color:#fff}.submenu-icon{width:18px;height:18px;stroke:currentColor;flex-shrink:0;opacity:.9}.logout-submenu{color:#ff6b6b;background:#ff6b6b0d;border-color:#ff6b6b33}.logout-submenu:hover{background:#ff6b6b26;color:#f99;border-color:#ff6b6b59}.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:2em}}@media (max-width: 1000px){:root{--font-500: 2.9rem;--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}.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-header h2{color:#fff;font-size:1.5rem;font-weight:700;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}.close-btn-x:hover{color:#85c3e8;background:#85c3e81a}.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}.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}.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;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}.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:none;border:none;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;border-top:1px solid rgba(255,255,255,.08)}.logout-item:before{background:linear-gradient(90deg,#ff6b6b,transparent)}.logout-item:hover{background:#ff6b6b14;color:#ff8a8a}.more-menu-container{position:relative}.more-menu-trigger{background:transparent;border:none;color:#fff;font-weight:700;font-size:var(--font-300);cursor:pointer;padding:0}.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-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}.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,.close-btn:disabled{opacity:.5;cursor:not-allowed}@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:15px;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);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);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;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(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;transition:transform .3s}.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);transition:all .3s;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}.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{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:250px}}@media (max-width: 1320px){.controls-left{flex-wrap:wrap;gap:.8rem}.dropdown{max-width:160px;flex:1 1 auto}.search-bar{min-width:200px;flex:1}.primary-button{width:680px}}@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);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);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{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{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{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{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}}.mobile-rankings-container{background-color:#000;min-height:100vh;padding-bottom:20px;will-change:scroll-position}.mobile-search-container{padding:16px;background-color:#1e2330;margin:16px;border-radius:12px;border:2px solid #2a3441}.mobile-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}.mobile-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}.mobile-filter-row::-webkit-scrollbar{height:30px;display:block}.mobile-filter-row::-webkit-scrollbar-track{background:#2a3441;height:30px;border-radius:3px;margin:0 16px}.mobile-filter-row::-webkit-scrollbar-thumb{background:#85c3e8;border-radius:3px;transition:background .2s}.mobile-filter-row::-webkit-scrollbar-thumb:hover{background:#6ab4d8}@media (hover: none) and (pointer: coarse){.mobile-filter-row{scrollbar-width:none;-ms-overflow-style:none}.mobile-filter-row::-webkit-scrollbar{display:none}}.mobile-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}.mobile-filter-dropdown:focus{outline:none}.mobile-list-content{padding:16px;display:flex;flex-direction:column;gap:12px;contain:layout style paint}.mobile-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}.mobile-player-card:focus{outline:none}.mobile-player-card:focus-visible{outline:none}.mobile-player-main-row{display:flex;align-items:center;gap:12px}.mobile-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}.mobile-rank-text{color:#85c3e8;font-size:16px;font-weight:900}.mobile-headshot{width:50px;height:50px;border-radius:8px;border:2px solid #2a3441;background-color:#0a0e1a;object-fit:cover;flex-shrink:0}.mobile-player-name{color:#fff;font-size:16px;font-weight:800;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-player-meta{display:flex;align-items:center;gap:8px}.mobile-position-badge{background-color:#85c3e8;border-radius:12px;padding:2px 8px;color:#0a0e1a;font-size:12px;font-weight:800;letter-spacing:.5px}.mobile-team-info{display:flex;align-items:center;gap:4px}.mobile-team-text{color:#9ca3af;font-size:12px;font-weight:700}.mobile-team-logo{width:20px;height:20px;object-fit:contain}.mobile-stats-section{display:flex;flex-direction:column;gap:8px;align-items:flex-end;flex-shrink:0}.mobile-stat-item{display:flex;flex-direction:column;align-items:center}.mobile-stat-label{color:#85c3e8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.mobile-stat-value{color:#fff;font-size:14px;font-weight:900}.mobile-expanded-section{margin-top:16px;padding-top:16px;border-top:2px solid #2a3441}.mobile-yearly-stats-row{display:flex;justify-content:space-around;margin-bottom:16px;background-color:#0a0e1a80;border-radius:10px;padding:16px;border:1px solid #2a3441}.mobile-stat-column{display:flex;flex-direction:column;gap:4px;align-items:center;flex:1}.mobile-stat-column-title{color:#85c3e8;font-size:10px;font-weight:800;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.mobile-stat-line{color:#fff;font-size:11px;font-weight:600}.mobile-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}.mobile-profile-button:hover{background-color:#6ab4d8}.mobile-profile-button:active{background-color:#5a9fc8}.mobile-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}.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;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:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-notification.success{border-left:4px solid #85c3e8}.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: 768px){.signup-container{padding: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{top: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}}.team-analyzer-container{display:flex;justify-content:center}.main-page-layout-container{margin-top:10px;display:flex;width:98%;color:#fff}.analyzed-rankings-container{width:360px;padding-right:12px;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)}}.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){.mobile-profile-container{display:flex}.auxillary-flex{display:none}}@media (max-width: 820px){.team-analyzer-container{align-items:center;width:98%;padding-left:10px}.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{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}.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;height:fit-content}.league-selection-section{justify-content:flex-start;margin-top:30px}}.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;flex-direction:column;gap:20px;max-width:600px;width:400px}.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}.league-selection-section{height:fit-content}}@media (max-height: 1200px){.league-selection-section{justify-content:flex-start;margin-top:50px}.sign-in-container{height:fit-content;margin-bottom:20px}}@media (max-height: 450px){.import-league-accordian{justify-content:flex-start}}.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}.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 .3s ease}.rankings-collapse-arrow:hover{background-color:#ffffff1a}.arrow-icon{transition:transform .3s ease}.arrow-icon.collapsed{transform:rotate(180deg)}.rankings-content{transition:max-height .3s ease,opacity .3s ease;overflow:hidden;max-height:1000px;opacity:1}.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;transition:all .3s ease}.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:all .3s ease;text-transform:uppercase;letter-spacing:1px;width:100%}.team-help-button:hover{background:#85c3e8;transform:translateY(-2px);box-shadow:0 8px 16px #9933ff4d}@media (max-width: 800px){.rankings-title{width:100%}}@media (max-width: 370px){.team-name-analyzed,.team-rank-analyzed{font-size:.87rem;font-weight:800}}.change-league-button{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.change-league-button button{width:100%;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: 1270px){.rankings-title{width:100%;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}}@media (max-width: 820px){.rankings-title{width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.rankings-collapse-arrow{display:block}}.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}.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;transition:all .3s ease;margin-top:10px}.position-buttons button:hover,.position-buttons .active{cursor:pointer;transform:scale(1.02);transition:all .3s ease;background:#1158eb;color:#fff}.position-dropdown-container{position:relative;width:100%;display:none;z-index:9999;isolation:isolate}.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;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;transform:translateY(0)}@media (max-width: 920px){.position-buttons{display:none}.position-dropdown-container{display:block;padding:10px 0 15px}}.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:all .2s ease;white-space:normal;line-height:1.3}.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:all .3s ease;width:70%}.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}}.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}}.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"}.no-bye-symbol{width:20px;height:20px;border-radius:50%;background-color:#4ade80}.one-bye-symbol{width:20px;height:20px;border-radius:50%;background-color:#9ca3af}.two-bye-symbol{width:20px;height:20px;border-radius:50%;background-color:#fbbf24}.three-plus-bye-symbol{width:20px;height:20px;border-radius:50%;background-color:#ef4444}.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}.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}.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}.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:#9933ffe6;color:#fff;max-width:none;overflow:visible;border-color:#93f;box-shadow:0 2px 8px #9933ff4d}.player-point:hover .player-age{background:#0ffc;color:#0a0e1a;border-color:#0ff;box-shadow:0 2px 8px #00ffff4d}.player-point:hover .player-headshot{border-color:#0ff;transform:scale(1.1);box-shadow:0 0 15px #0ff6}.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 (max-width: 750px){.graph-area{height:700px}}.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;transition:all .3s ease;position:relative;height:100px;width:285px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);align-items:center;overflow:hidden;padding:0 8px}.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:all .3s ease;padding:0}.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:all .3s ease;flex-direction:column}.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:all .3s ease}.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:all .2s 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;transition:all .3s ease;border:1px solid rgba(173,216,230,.3);position:relative;height:100px;width:100%;flex-shrink:0;margin:2px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);align-items:center;overflow:hidden;padding:0 8px}.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:all .3s ease}.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:all .3s ease;position:relative;z-index:10000}.position-dropdown-arrow{transition:transform .3s ease}.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;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.position-dropdown-item{padding:12px 16px;color:#fff;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease;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:#1158eb;color:#fff}@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:all .3s ease;padding:0}.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:all .3s ease;padding:0}.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:all .3s ease}.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:all .3s 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-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}.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}.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{margin-top:20px;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:all .3s ease;text-transform:uppercase;letter-spacing:1px}.back-to-top-button:hover{background:#6bb3d9;transform:translateY(-2px);box-shadow:0 4px 12px #85c3e866}.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;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);align-items:center;overflow:hidden;padding:0 8px}.analyzer-profile-header: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)}.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;transition:all .3s;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: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);transition:transform .3s}.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);transition:all .3s;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;transition:all .2s;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);transition:all .3s ease;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{text-align: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{font-family:Jersey,"Jersey 10","Jersey 15",Jersey M54,Arial Black,Arial,sans-serif;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}.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,.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)}.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}.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}.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}.depth-stock-container{display:flex;gap:30px}.stock-container{background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);font-size:1rem}.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-title-flex-inner{display:flex;justify-content:space-between;align-items:center;width:200px}.title-ranks-flex{display:flex;flex-direction:column}.profile-gamelog-container{width:460px}.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}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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-to-search-button{all:unset;height:40px;padding:0 1.25rem;position:absolute;background:linear-gradient(135deg,#85c3e833,#85c3e81a);border-color:#85c3e8;left:1rem;top:30px;font-size:.875rem;z-index:2000;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;background-color:#0a0e1a;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 0;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}.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}@media (max-width: 1670px){.height-weight-box{width:98%}}@media (max-width: 1320px){.background-profile-logo{left:120px}.height-weight-box{width:100%}.height-weight-box-flex{justify-content:space-between;padding-right:30px}}@media (max-width: 900px){.background-profile-logo{left:0}}@media (max-width: 830px){.player-profile-headshot img{width:300px}.player-profile-dot{font-size:1rem;bottom:8px}.height-weight-box-flex{font-size:.85rem}}@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}}@media (max-width: 700px){.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-position{font-size:1.2rem}.player-profile-number{width:90px;height:50px}.number-profile-real{font-size:1.6rem}.height-weight-box{height:120px}}@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}.height-weight-box{height:80px}}@media (max-width: 400px){.height-weight-box-flex{font-size:.4rem;gap: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}.height-weight-box{height:90px}}.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}@media (max-width: 830px){.depth-chart-container{width:95%;height:auto}}@media (max-width: 600px){.depth-chart-title{font-size:1.6rem;margin-bottom:15px}}@media (max-width: 400px){.depth-chart-title{font-size:1.3rem}.dpc-name,.dpc-depth{font-size:1rem}.dep-player-headshot{height:40px;width:40px}}.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}.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;width:470px;height:220px}.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}@media (max-width: 1000px){.profile-adp-left,.profile-adp-right{font-size:.8rem}}@media (max-width: 1320px){.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%}}@media (max-width: 900px){.stock-adp-title{font-size:1.5rem}.fantasy-performance-title-flex{margin-top:5px}}@media (max-width: 830px){.profile-adp-container{width:100%;font-size:.75rem}.stock-adp-flex{width:100%}.fantasy-performance-title-flex{gap:40px}}@media (max-width: 600px){.profile-adp-left,.profile-adp-right{font-size:.8rem}}@media (max-width: 500px){.profile-adp-left,.profile-adp-right{font-size:.75rem}.profile-adp-container{height:80px}}@media (max-width: 400px){.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}}@media (max-width: 320px){.format-selector-dropdown{height:20px;width:60px}.format-selector-dropdown-title{font-size:.55rem}.dropdown-arrow-profile{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #ccc}}.full-year-stats-container{width:800px;border-radius:20px;height:175px;background-color:#121212;display:flex;flex-direction:column;padding:5px 20px}.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}@media (max-width: 1670px){.full-year-stats-container{width:100%;height:auto;margin-top:10px}.full-stats-stat-flex{flex-direction:column;padding:0 20px}.full-stats-title-title{font-size:1.7rem}.full-stats-category-title{font-weight:600}}@media (max-width: 1320px){.full-stats-stat-flex{flex-direction:row}}@media (max-width: 750px){.full-stats-stat-flex{font-size:.8rem}.full-stats-label{font-size:.73rem}.full-stats-value{font-size:.85rem}}@media (max-width: 600px){.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){.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}}@media (max-width: 400px){.full-stats-stat-flex{padding:0 30px}.full-stats-title-title{font-size:1.15rem}}.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}@media (max-width: 1670px){.profile-gamelog-container-2{height:260px;margin:0}.profile-gamelog-table-container{height:240px}}@media (max-width: 1320px){.profile-gamelog-container-2{height:515px;width:100%;display:flex;flex-direction:column;align-items:center}.profile-gamelog-table-container{height:430px}}.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-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}@media (max-width: 700px){.dep-positions-container{width:100%}.dep-player-flex{gap:20px}}@media (max-width: 500px){.dep-player-flex{gap:0px}}@media (max-width: 400px){.dep-title{font-size:1.3rem}.dep-title-symbol img{width:20px}.dep-player-name,.dep-player-rank{font-size:.5rem}.dep-player-headshot{height:40px;width:40px}}.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}.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}@media (max-width: 1670px){.profile-oline-container{margin-left:0}.profile-coach-container{margin:0}}@media (max-width: 1320px){.profile-oline-container,.profile-coach-container{width:100%}}@media (max-width: 500px){.coach-row-flex{flex-direction:column}}@media (max-width: 400px){.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}}@media (max-width: 320px){.coach-row-flex{padding:6px 10px;gap:15px}.coach-name{font-size:.55rem;width:70px}.coach-headshot{width:35px;height:35px}.coach-headshot img{width:35px;margin-top:10px}}.mobile-profile-container{width:100%;min-height:100vh;background-color:#0a0e1a;display:none}@media (max-width: 800px){.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}.mobile-back-to-search-button{width:100%;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:30px;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}.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}.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}.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{display:flex;flex-direction:row;background:#1e2330;border-radius:10px;overflow:hidden;max-height:400px}.mobile-gamelog-sticky-columns{background:#1e2330;border-right:2px solid #2a3441;z-index:10}.mobile-gamelog-sticky-header{display:flex;flex-direction:row;background:#0a0e1af2;padding:10px;border-bottom:2px solid #2a3441;min-height:45px}.mobile-gamelog-opp-column{width:80px;display:flex;justify-content:center;align-items:center}.mobile-gamelog-pts-column{width:45px;display:flex;justify-content:center;align-items:center}.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-sticky-scroll{max-height:358px;overflow-y:auto}.mobile-gamelog-sticky-scroll::-webkit-scrollbar{display:none}.mobile-gamelog-sticky-row{display:flex;flex-direction:row;padding:10px;border-bottom:1px solid #2a3441;background:#0a0e1af2;align-items:center;height:45px}.mobile-gamelog-opp-cell{width:80px;display:flex;flex-direction:row;align-items:center;gap:6px}.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:35px;display:flex;justify-content:center;align-items:center;border-radius:4px;padding:2px 0}.mobile-gamelog-cell{color:#fff;font-size:12px;text-align:center;font-weight:700}.mobile-gamelog-high-score-cell{background:#4ade8033;border:1px solid #4ade80}.mobile-gamelog-high-score-text{color:#4ade80;font-weight:900}.mobile-gamelog-scrollable-container{flex:1;background:#1e2330;overflow:hidden}.mobile-gamelog-scrollable-horizontal{overflow-x:auto;overflow-y:hidden;height:100%}.mobile-gamelog-scrollable-horizontal::-webkit-scrollbar{height:8px}.mobile-gamelog-scrollable-horizontal::-webkit-scrollbar-track{background:#0a0e1a80}.mobile-gamelog-scrollable-horizontal::-webkit-scrollbar-thumb{background:#4a5568;border-radius:4px}.mobile-gamelog-scrollable-horizontal::-webkit-scrollbar-thumb:hover{background:#5a6578}.mobile-gamelog-scrollable-content{min-width:max-content;display:flex;flex-direction:column}.mobile-gamelog-scrollable-header{display:flex;flex-direction:row;background:#0a0e1acc;padding:10px;border-bottom:2px solid #2a3441;min-height:45px;gap:6px;min-width:max-content}.mobile-gamelog-stat-column-small{width:40px;display:flex;justify-content:center;align-items:center}.mobile-gamelog-stat-column-medium{width:50px;display:flex;justify-content:center;align-items:center}.mobile-gamelog-scrollable-data{max-height:355px;overflow-y:auto;min-width:max-content}.mobile-gamelog-scrollable-row{display:flex;flex-direction:row;padding:10px;border-bottom:1px solid #2a3441;background:#0a0e1a4d;align-items:center;height:45px;gap:6px;min-width:max-content}@media (max-width: 400px){.mobile-gamelogs-card-title{font-size:18px}.mobile-gamelogs-year-picker{font-size:12px;padding:6px 10px;min-width:70px}.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}.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{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-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-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}.upgrade-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:50}.upgrade-modal-container{background-color:#fff;width:90%;max-width:42rem;border-radius:1rem;padding:2rem;position:relative;box-shadow:0 10px 25px #0000001a}.upgrade-modal-close-btn{position:absolute;top:1rem;right:1rem;color:#6b7280;background:none;border:none;font-size:1.5rem;cursor:pointer}.upgrade-modal-close-btn:hover{color:#374151}.upgrade-modal-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;text-align:center}.upgrade-modal-description{text-align:center;margin-bottom:1.5rem;color:#4b5563}.upgrade-modal-price-container{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.upgrade-modal-price-badge{background-color:#2563eb;color:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s ease}.upgrade-modal-price-badge:hover{background-color:#1d4ed8}.upgrade-modal-price-yearly{background-color:#10b981;color:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s ease}.upgrade-modal-price-yearly:hover{background-color:#059669}.upgrade-modal-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.upgrade-modal-btn-secondary{background-color:#e5e7eb;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease}.upgrade-modal-btn-secondary:hover{background-color:#d1d5db}.upgrade-modal-btn-primary{background-color:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer}.upgrade-modal-btn-primary:hover{background-color:#1d4ed8}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.toast{position:fixed;top:80px;right:20px;background:#121212fa;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 10px 40px #000c;z-index:100000;display:flex;align-items:center;gap:1rem;min-width:300px;max-width:400px;animation:slideInFromRight .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%) scale(.8)}to{opacity:1;transform:translate(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{top:70px;right:10px;left:10px;min-width:auto;max-width:none}}@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}}.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}.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}.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}}.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:1px solid rgba(255,255,255,.15);box-shadow:0 4px 30px #0000001a}.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}@keyframes spin{to{transform:rotate(360deg)}}.forgot-password-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.forgot-password-btn{font-weight:700;padding:.75rem 1.5rem;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}.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 (min-width: 640px){.forgot-password-buttons{flex-direction:row}.forgot-password-btn{width:auto;flex:1}}@media (max-width: 640px){.forgot-password-container{padding: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:90vh;margin:auto}.main-flex-container{display:flex;gap:20px;width:100%}.left-flex-container{width:50%;height:auto;min-height:700px;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:auto;min-height:700px;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;gap:1rem;padding:1.2rem;background:var(--gradient-primary, linear-gradient(135deg, #1e2330 0%, #161b26 100%));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);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;align-items:center;justify-content:center}.left-container-settings-container .table-controls{display:flex;justify-content:center;align-items:center;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;gap:1rem;z-index:inherit;flex-wrap:wrap}.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:190px;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: 2000px){.left-container-settings-container{padding:1rem;height:auto;min-height:100px}}@media (max-width: 1600px){.left-container-settings-container .table-controls{gap:.8rem}.left-container-settings-container .search-bar{width:160px;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;height:auto}.left-container-settings-container .table-controls{gap:.6rem}.left-container-settings-container .search-bar{width:140px;font-size:.85rem;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}.left-container-settings-container .table-controls{flex-direction:column;align-items:stretch;gap:.5rem}.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}.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%));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);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}.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:flex-start;gap:1rem;flex-wrap:wrap}.ranking-name-section{display:flex;flex-direction:column;gap:.25rem;min-width:200px;max-width:300px;flex:0 0 auto}.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;width:100%;flex:2}.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;gap:.5rem;flex-wrap:wrap;flex:1;align-items:center;margin-top:1.2rem;justify-content:center}.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;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: 2000px){.right-container-settings-container{padding:1.2rem;height:auto;min-height:100px}}@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: 912px){.right-container-settings-container{padding:.7rem}.ranking-name-and-actions-row{flex-direction:column;align-items:stretch;gap:.8rem}.ranking-name-section{min-width:100%;max-width:100%}.ranking-actions-section{margin-top:0;justify-content:space-between;width:100%}.ranking-action-button{flex:1}}@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;height:86.67px;display:flex;align-items:center;justify-content:center;width:95%;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.tier-content{position:relative;display:flex;justify-content:center;width:100%;align-items:center;gap:20px;min-height:40px}.tier-label{cursor:pointer;transition:all .3s ease;position:relative;padding:8px 16px;border-radius:4px}.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:#1e1e1ef2;border:2px solid #00d4aa;border-radius:8px;padding:8px 12px;box-shadow:0 8px 24px #0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);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}.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;height:70vh;min-height:500px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{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;margin-right:15px;transition:all .3s;text-shadow:none;flex-shrink:0;min-width:50px;min-height:50px}.custom-player-row:hover .custom-rank-cell{border-color:#85c3e8;color:#85c3e8;box-shadow:0 0 20px #85c3e8;text-shadow:none}.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: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}.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{width:40px;height:40px;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:15px;width:15px}.player-row-insert-button.insert-below svg{height:10px;width:10px}.player-row-insert-button.insert-above{height:15px;width:15px}.player-row-insert-button.insert-above svg{height:10px;width:10px}.player-row-delete-button{height:15px;width:15px}.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}.help-button{margin-left:8px;width:20px;height:20px;border-radius:50%;background:transparent;border:1px solid var(--color-border-primary);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}.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:1px solid rgba(133,195,232,.12);border-radius:1rem;padding:1.25rem;max-width:520px;width:100%;box-shadow:0 25px 75px #000c;animation:slideUp .22s ease-out}.help-popup-content{display:block;line-height:1.5;font-size:.98rem;color:#d1d5db}.custom-confirm-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.3);border-radius:1rem;padding:1.5rem 1.75rem;max-width:520px;width:100%;box-shadow:0 25px 75px #000000e6;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)}}.custom-pick-modal{background-color:#121212fa;border:1px solid rgba(133,195,232,.12);border-radius:1rem;padding:1.25rem 1.5rem;max-width:480px;width:100%;box-shadow:0 20px 60px #000000e6;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:90vh;background-color:#000;overflow:hidden}.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}.mobile-rank-headshot-column{display:flex;flex-direction:column;align-items:center;gap:6px;margin-right:8px}.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}.mobile-rank-text{color:#85c3e8;font-size:12px;font-weight:900}.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}.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){.mobile-player-name{font-size:13px}}@media (max-width: 360px){.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}.mobile-team-text{color:#9ca3af;font-size:13px;font-weight:700}@media (max-width: 450px){.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}.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 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-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}.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- .mobile-add-more-button{background-color:#1e2330;border-radius:6px;padding:12px;border:1px solid #2a3441;cursor:pointer;margin-top:8px;transition:all .3s ease;margin-bottom:200px}.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-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:1000}.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-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}.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}.help-button{margin-left:8px;width:20px;height:20px;border-radius:50%;background:transparent;border:1px solid #2a3441;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}.help-button:hover{background:#252b3a;border-color:#85c3e8;color:#85c3e8;transform:translateY(-1px);box-shadow:0 4px 8px #0000001f}.help-popup{background-color:#121212fa;color:#e6eef8;border:1px solid rgba(133,195,232,.12);border-radius:1rem;padding:1.25rem;max-width:520px;width:100%;box-shadow:0 25px 75px #0009;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:2rem 0 1.3rem;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:500px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:15px 20px;z-index:1000;text-align:left;color:#333;margin-top:15px;animation:fadeIn .3s ease-out}.college-help-tooltip p{margin-top:0;font-size:.95rem}.college-help-tooltip ul{padding-left:20px;margin-bottom:15px}.college-help-tooltip li{margin-bottom:5px;font-size:.9rem}.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: 600px){.college-help-tooltip{width:95%;padding:12px 15px}.college-help-tooltip p,.college-help-tooltip li{font-size:.85rem}}.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);text-transform:uppercase;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;transition:all .3s ease;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%;background-color:#fff;display:inline-block;margin-right:8px;vertical-align:middle;overflow:hidden}.college-placeholder-circle img{width:100%;height:100%;object-fit:cover}.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: 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;right:2rem;background-color:#fff;color:#333;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:1001;display:flex;align-items:center;justify-content:space-between;min-width:300px;max-width:400px;animation:slideIn .3s ease-out forwards}.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}@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}}.mobile-rankings-container{width:100%;padding:0;background-color:#000;min-height:100vh}.mobile-header{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 20px;background-color:#000}.mobile-title{font-size:32px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:1.2px;margin:0}@media (max-width: 540px){.mobile-title{font-size:28px}}@media (max-width: 400px){.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:12px}.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-search-input::placeholder{color:#9ca3af}.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}.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-filter-button-text{color:#85c3e8;font-size:14px;font-weight:700;text-transform:uppercase}.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;transition:.4s;border-radius:24px}.mobile-switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;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;transition:transform .2s,box-shadow .2s}.mobile-player-row:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.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}.mobile-player-info{flex:1;display:flex;flex-direction:row;align-items:center;margin-left:12px}.mobile-player-image{width:50px;height:50px;border-radius:25px;background-color:#ddd;object-fit:cover}.mobile-player-details{flex:1;margin-left:12px}.mobile-player-name{font-size:16px;font-weight:700;color:#fff;margin-bottom:2px}.mobile-player-position{font-size:14px;color:#fff;margin-bottom:4px}.mobile-team-info{display:flex;flex-direction:row;align-items:center;margin-bottom:4px}.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}.mobile-team-logo{width:18px;height:18px;border-radius:9px;object-fit:contain}.mobile-team-name{font-size:12px;color:#fff;font-weight:500}.mobile-draft-pick{font-size:12px;color:#fff;font-weight:700}.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}.mobile-add-button:hover{background-color:#6ba8c9}.mobile-add-button-text{font-size:20px;font-weight:700;color:#0a0e1a;line-height:1}.mobile-stats-container{display:flex;flex-direction:row;justify-content:space-between;gap:8px}.mobile-stat-column{flex:1;padding:0 8px}.mobile-stat-header{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px;text-align:center}.mobile-stat-text{font-size:12px;color:#fff;margin-bottom:2px;text-align:center}.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}.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}.mobile-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #2a3441}.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}.mobile-modal-option{padding:20px;border-bottom:1px solid #2a3441;cursor:pointer}.mobile-modal-option:hover{background-color:#85c3e81a}.mobile-selected-option{background-color:#85c3e833}.mobile-modal-option-text{font-size:16px;color:#fff}.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-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}.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}.mobile-help-text{font-size:14px;color:#9ca3af;line-height:20px;margin-bottom:10px}@media (max-width: 380px){.mobile-title{font-size:24px}.mobile-player-name{font-size:14px}.mobile-player-position,.mobile-stat-header{font-size:12px}.mobile-stat-text{font-size:11px}}@media (min-width: 480px) and (max-width: 720px){.mobile-player-row{padding:20px}.mobile-player-image{width:60px;height:60px;border-radius:30px}.mobile-player-name{font-size:18px}.mobile-stat-header{font-size:15px}.mobile-stat-text{font-size:13px}}: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}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--background-color);color:var(--text-primary);line-height:1.5}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.dashboard-container-mock{width:96%;margin:2rem auto;padding:0 .5rem}.dashboard-header-mock{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;position:relative}.header-left-mock{width:170px}.dashboard-header-mock h1{position:absolute;left:50%;transform:translate(-50%);font-size:2.2rem;text-transform:uppercase;font-weight:700;color:#fff;margin:0;white-space:nowrap;text-align:center}.header-actions-mock{display:flex;align-items:center;gap:8px}.grid-container-mock{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr 1fr 1fr;gap:12px;height:calc(100vh - 120px);padding:12px;box-sizing:border-box;overflow:hidden;flex-grow:1}.draft-controls-mock,.recommendation-panel-mock,.team-summary-panel-mock,.recent-picks-panel-mock{grid-row:1 / 2;min-height:auto;max-height:180px;overflow-y:auto;min-width:0;width:100%}.draft-controls-mock{grid-column:1/2;background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.2rem 1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0;gap:.75rem}.draft-info-mock{display:flex;justify-content:space-between;gap:1rem;flex-direction:column}.draft-info-item-mock{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.info-label-mock{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.info-value-mock{font-size:2rem;font-weight:700;color:var(--text-secondary)}.info-value-mock.warning-mock{color:var(--danger-color);animation:pulse 1s infinite}.info-value-mock.user-turn-mock{color:var(--success-color);font-weight:800}.progress-tracker-mock{display:flex;flex-direction:column;gap:.5rem}.progress-bar-mock{height:.5rem;background-color:var(--border-color);border-radius:1rem;overflow:hidden}.progress-fill-mock{height:100%;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border-radius:1rem;transition:width .3s ease}.progress-labels-mock{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-secondary)}.draft-actions-mock{display:flex;justify-content:center;gap:1rem}.action-button-mock{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm)}.action-button-mock svg{width:1.25rem;height:1.25rem}.action-button-mock.start-mock{background-color:var(--success-color);color:#fff}.action-button-mock.start-mock:hover{background-color:#0d9488;transform:translateY(-2px)}.action-button-mock.pause-mock{background-color:var(--warning-color);color:#fff}.action-button-mock.pause-mock:hover{background-color:#d97706;transform:translateY(-2px)}.action-button-mock.resume-mock{background-color:var(--secondary-color);color:#fff}.action-button-mock.resume-mock:hover{background-color:#0284c7;transform:translateY(-2px)}.action-button-mock.reset-mock{background-color:var(--danger-color);color:#fff}.action-button-mock.reset-mock:hover{background-color:#dc2626;transform:translateY(-2px)}.action-button-mock.view-recap-mock{background-color:var(--success-color);color:#fff}.action-button-mock.view-recap-mock:hover{background-color:#0d9488;transform:translateY(-2px)}.action-button-mock.disabled-mock{background-color:var(--text-light);cursor:not-allowed;transform:none!important}.import-league-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background-color:var(--primary-color, #4c51bf);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;margin-right:10px}.dashboard-controls{display:flex;align-items:center;gap:8px}.import-league-container{position:relative}.import-league-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background-color:var(--primary-color, #4c51bf);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.import-league-button:hover{background-color:var(--primary-color-dark, #434190)}.import-league-button svg{width:18px;height:18px}.import-options-dropdown{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid var(--border-color);border-radius:4px;box-shadow:var(--shadow);z-index:100;overflow:hidden;margin-top:4px}.import-options-dropdown button{width:100%;padding:8px 16px;text-align:left;border:none;background-color:transparent;cursor:pointer;transition:background-color .2s}.import-options-dropdown button:hover{background-color:var(--background-color)}.import-options-dropdown button:not(:last-child){border-bottom:1px solid var(--border-color)}.dark-theme .import-league-button{background-color:var(--primary-color-dark, #434190);color:var(--text-light, #f7fafc)}.dark-theme .import-league-button:hover{background-color:var(--primary-color, #4c51bf)}.dark-theme .import-options-dropdown{background-color:var(--card-bg);border-color:var(--border-color)}.dark-theme .import-options-dropdown button{color:var(--text-primary)}.dark-theme .import-options-dropdown button:hover{background-color:var(--background-color)}@media screen and (max-width: 500px){.import-league-button{width:100%;max-width:200px}}.recommendation-panel-mock{grid-column:2 / 3;background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.25rem;box-shadow:var(--shadow);min-width:0}.recommendation-panel-mock h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.recommended-player-mock{border-radius:var(--border-radius-sm);overflow:hidden;color:#fff;background-color:var(--primary-color)}.rec-player-header-mock{display:flex;padding:.75rem;gap:.75rem}.rec-player-image-mock{width:3.5rem;height:3.5rem;border-radius:50%;border:2px solid white;overflow:hidden;flex-shrink:0}.rec-player-image-mock img{width:100%;height:100%;object-fit:cover}.rec-player-details-mock{display:flex;flex-direction:column;gap:.25rem}.rec-player-name-mock{font-size:1rem;font-weight:600}.rec-player-info-mock{display:flex;gap:.5rem;font-size:.875rem}.rec-player-rank-mock{font-size:.75rem;opacity:.9;margin-top:-.25rem}.rec-reason-mock{padding:.75rem;background-color:#0003;font-size:.875rem}.draft-rec-button-mock{width:100%;padding:.625rem 0;border:none;background-color:#0000004d;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:var(--transition)}.draft-rec-button-mock:hover{background-color:#0006}.draft-rec-button-mock:disabled{background-color:#0003;cursor:not-allowed;opacity:.7}.recommend-flex-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem}#user-priority-display-draft{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:3px;max-width:60%;min-height:26px}#user-priority-display-draft .team-priorities-display{margin:0;padding:0;justify-content:flex-end}#user-priority-display-draft .priority-badge{font-size:.65rem;padding:.1rem .15rem;white-space:nowrap}@media screen and (max-width: 768px){.recommend-flex-header{flex-direction:column;align-items:flex-start}#user-priority-display-draft{max-width:100%;justify-content:flex-start;margin-top:.25rem}}.team-summary-panel-mock{grid-column:3 / 4;background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.25rem;box-shadow:var(--shadow);min-width:0}.team-summary-panel-mock h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary);border-bottom:1px solid var (--border-color);padding-bottom:.5rem}.team-positions-mock{display:flex;flex-direction:column;gap:.1rem;margin-bottom:0rem}.team-position-count-mock{display:flex;align-items:center;gap:.5rem;min-height:24px}.position-progress-mock{flex:1;height:.375rem;background-color:var(--border-color);border-radius:1rem;overflow:hidden;min-width:50px;position:relative;z-index:1}.position-progress-fill-mock{height:100%;background-color:var(--primary-color);border-radius:1rem;transition:width .3s ease;position:absolute;left:0;top:0;min-width:0}.position-badge-mock{font-size:.7rem;padding:.05rem .1rem;min-width:18px;display:flex;justify-content:center}.team-needs-mock{margin-bottom:1.25rem}.team-needs-mock h4{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--text-secondary)}.needs-list-mock{display:flex;flex-direction:column;gap:.5rem}.need-item-mock{font-size:.825rem;padding:.375rem .5rem;background-color:var(--background-color);border-radius:var(--border-radius-sm);display:flex;justify-content:space-between}.need-position-mock{font-weight:600;color:var(--text-primary)}.need-count-mock{color:var(--text-secondary)}.need-item-mock.completed-mock{background-color:#10b9811a;color:var(--success-color);font-weight:500;text-align:center;justify-content:center}.roster-requirements-mock{margin-top:1.5rem;border-top:1px solid var(--border-color);padding-top:1.5rem}.roster-requirements-mock h3{font-size:1rem;margin-bottom:1rem;color:var(--text-primary)}.position-requirements-mock{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.position-requirement-mock{display:flex;flex-direction:column;gap:.5rem}.position-label-mock{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.position-controls-mock{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);overflow:hidden}.position-controls-mock button{border:none;background-color:var(--background-color);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.position-controls-mock button:hover{background-color:var(--border-color)}.position-controls-mock button:disabled{color:var(--text-light);cursor:not-allowed}.position-controls-mock span{flex:1;text-align:center;font-size:.875rem;font-weight:600;color:var(--text-primary)}.view-team-button-mock,.view-history-button-mock,.select-picks-button,.configure-needs-button{width:100%;padding:.5rem 0;text-align:center;border:none;background-color:#1790f3;color:#fff;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);margin-top:.75rem;height:36px;display:flex;align-items:center;justify-content:center}.view-team-button-mock:hover,.view-history-button-mock:hover,.select-picks-button:hover,.configure-needs-button:hover{background-color:#1277cd}.configure-needs-button{background-color:var(--secondary-color)}.configure-needs-button:hover{background-color:#0284c7}.recent-picks-panel-mock{grid-column:4 /5;background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.25rem;box-shadow:var(--shadow);min-width:0}.recent-picks-panel-mock h3{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.recent-picks-list-mock{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.recent-pick-mock{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;background-color:var(--background-color);border-radius:var(--border-radius-sm)}.recent-pick-number-mock{font-weight:600;font-size:.875rem;color:var(--text-secondary);min-width:2rem;text-align:center;padding-top:.125rem}.recent-pick-details-mock{flex:1;display:flex;flex-direction:column;justify-content:center}.recent-pick-player-mock{font-size:.875rem;font-weight:500;margin-bottom:.125rem}.recent-pick-meta-mock{display:flex;justify-content:flex-start;font-size:.75rem;color:var(--text-secondary)}.no-picks-mock{text-align:center;padding:1rem;color:var(--text-secondary);font-size:.875rem}.recent-picks-panel-mock .view-history-button-mock{height:36px;min-height:36px;padding:.5rem 0;display:flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box}.draft-board-mock{grid-column:1/4;grid-row:2/5;background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);overflow:auto;display:flex;flex-direction:column}.draft-board-mock h2{font-size:1.25rem;margin-bottom:1rem;color:var (--text-primary);flex-shrink:0}.draft-board-scroll-container{overflow-x:auto;overflow-y:visible;max-width:100%;padding-bottom:1rem;flex:1}.board-grid-mock{display:grid;gap:.35rem;max-height:none;overflow-y:visible}.board-slot-mock{position:relative;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:0;min-height:4.5rem;transition:var(--transition);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;height:100%;transition:transform .2s ease}.board-slot-mock:not(.picked-mock){padding:.5rem}.board-slot-mock.user-slot-mock{border:2px dashed var(--accent-color);background-color:#f973160d}.board-slot-mock.current-mock{border:2px solid var(--primary-color)}.board-slot-mock.current-user-mock{border:2px solid var(--success-color);background-color:#10b9810d;box-shadow:0 0 0 4px #10b9811a}.pick-number-mock{position:absolute;top:0;right:0;font-size:.7rem;font-weight:600;color:#fff;z-index:5;background-color:#0009;padding:.1rem .3rem;border-top-left-radius:0;border-bottom-left-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.picked-player-mock{position:relative;display:flex;align-items:center;gap:.5rem;padding:.75rem .5rem .5rem;color:#fff;height:100%;width:100%;border-radius:var(--border-radius-sm);box-sizing:border-box}.picked-player-mock img{width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(255,255,255,.7);object-fit:cover;flex-shrink:0;box-shadow:0 2px 4px #0000001a}.player-info-mock{display:flex;flex-direction:column;flex:1;overflow:hidden;padding-right:.25rem}.player-name-mock-mock{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;line-height:1.2;max-width:100%;margin-bottom:.1rem}.player-pos-mock{font-size:.75rem;opacity:.9;white-space:nowrap;color:#fff}.empty-slot-mock{align-items:center;justify-content:center;height:100%;width:100%;font-size:.75rem;color:var(--text-light);text-align:center;padding:.5rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.player-tabs-mock{grid-column:4/5;grid-row:2/5;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.tab-buttons-mock{display:flex;border-bottom:1px solid var(--border-color);flex-shrink:0}.tab-button-mock{flex:1;padding:.75rem .5rem;border:none;background-color:transparent;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:var(--transition)}.tab-button-mock:hover{color:var(--primary-color)}.tab-button-mock.active-mock{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.player-filters-mock{padding:.6rem .75rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.search-bar-mock{position:relative;margin-bottom:.75rem}.search-bar-mock input{width:100%;padding:.5rem 2.5rem .5rem .75rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);font-size:.8rem;height:2.25rem;transition:var(--transition)}.search-bar-mock input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e51a}.clear-search-mock{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%}.clear-search-mock:hover{background-color:var(--background-color)}.position-filters-mock{display:flex;gap:.4rem;margin-bottom:.6rem;flex-wrap:wrap;color:var(--text-dark)}.position-filter-mock{padding:.25rem .5rem;border:1px solid var(--border-color);background-color:var(--background-color);border-radius:var(--border-radius-sm);font-size:.7rem;font-weight:600;cursor:pointer;transition:var(--transition)}.position-filter-mock:hover{border-color:var(--primary-color);transform:scale(1.1)}.position-filter-mock.active-mock{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.sort-options-mock{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sort-options-mock span{font-size:.7rem;color:var(--text-secondary);margin-right:.25rem}.sort-option-mock{padding:.2rem .4rem;border:none;background-color:transparent;font-size:.7rem;color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-sm)}.sort-option-mock:hover{background-color:var(--background-color)}.sort-option-mock.active-mock{color:var(--primary-color);font-weight:600}.draft-players-mock{background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow)}.draft-players-mock h2{font-size:1.25rem;margin-bottom:1rem;color:var (--text-primary)}.available-players-mock{color:#fff;max-height:none;flex:1;overflow-y:auto;width:100%;padding:.75rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:auto}.available-players-tab-mock{display:flex;flex-direction:column;height:100%}.player-card-mock{min-height:30px;margin-top:5px;border-radius:10px;padding:5px;position:relative;z-index:0;display:flex;align-items:center;flex-wrap:wrap;font-size:12px;width:100%;cursor:pointer}.player-card-mock:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNSAwWk02IDRMNCA2Wk0tMSAxTDEgLTFaIiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=);mix-blend-mode:multiply;opacity:.3;z-index:-1;border-radius:10px;pointer-events:none}.white-circle-mock{width:25px;height:25px;border-radius:50%;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:5px;overflow:hidden;flex-shrink:0}.player-card-mock img{width:100%;height:100%;object-fit:cover;border-radius:50%}.player-card-info-mock{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.1rem;font-size:.875rem}@media screen and (min-width: 511px){.player-card-info-mock{flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap;width:100%}.player-metadata-mock{margin-left:.25rem}}.player-rank-mock{font-weight:600;margin-right:.25rem;line-height:1.1}.player-name-text{line-height:1.1;font-weight:500}.player-metadata-mock{margin-left:0;opacity:.9;line-height:1.1;font-size:.8rem}.player-btn-mock{height:20px;margin-left:auto;margin-right:0;background:var(--border-color);color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:10px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-weight:700;padding:0 5px;flex-shrink:0}.your-roster-tab-mock{padding:1rem;display:flex;flex-direction:column;height:100%;overflow:hidden}.your-roster-tab-mock h3{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-primary);flex-shrink:0}.roster-by-position-mock{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;flex:1;padding-right:.5rem;-webkit-overflow-scrolling:touch}.empty-roster-mock{text-align:center;padding:3rem 1rem;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:center;height:100%}.roster-player-card-mock{border-radius:var(--border-radius-sm);overflow:hidden;color:#fff;box-shadow:var(--shadow-sm);transition:var(--transition);height:100%;display:flex;flex-direction:column}.roster-player-card-mock:hover{transform:translateY(-2px);box-shadow:var(--shadow);cursor:pointer}.roster-player-image-mock{height:7rem;display:flex;align-items:center;justify-content:center;background-color:#0000001a;position:relative;overflow:hidden}.roster-player-image-mock img{height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}.roster-player-card-mock:hover .roster-player-image-mock img{transform:scale(1.05)}.roster-player-info-mock{padding:.75rem;background-color:#00000026;flex:1;display:flex;flex-direction:column}.roster-player-name-mock{font-size:.95rem;font-weight:600;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.roster-player-team-mock{font-size:.8rem;margin-bottom:.4rem;opacity:.9}.roster-player-rank-mock{font-size:.75rem;opacity:.8;margin-top:auto;background-color:#00000026;padding:.2rem .5rem;border-radius:20px;display:inline-block;align-self:flex-start}.position-group-mock{margin-bottom:2rem}.position-heading-mock{font-size:1.1rem;margin-bottom:1rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.position-heading-mock:after{content:"";flex:1;height:1px;background-color:var(--border-color)}.position-players-mock{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.roster-empty-slot-mock{border:2px dashed var(--border-color);border-radius:var(--border-radius-sm);height:12rem;display:flex;align-items:center;justify-content:center;background-color:#00000005;transition:var(--transition)}.roster-empty-slot-mock:hover{border-color:var(--primary-color);background-color:#4f46e50d}.empty-slot-text-mock{color:var(--text-light);font-size:.875rem;text-align:center;padding:1rem}.draft-history-tab-mock{padding:1rem;display:flex;flex-direction:column;height:100%;overflow:hidden}.draft-history-tab-mock h3{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-primary);flex-shrink:0}.history-scroll-container{overflow-x:auto;overflow-y:auto;max-width:100%;flex:1;padding-bottom:1rem;-webkit-overflow-scrolling:touch;white-space:nowrap;scrollbar-width:thin;border:1px solid var(--border-color);border-radius:var(--border-radius-sm)}.empty-history-mock{text-align:center;padding:3rem 1rem;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:center;height:100%}.history-list-mock{width:100%;min-width:850px;table-layout:fixed}.history-header-mock{display:grid;grid-template-columns:.7fr 1fr 2fr .8fr 1.8fr;padding:.75rem .5rem;font-size:.75rem;font-weight:600;color:var(--text-secondary);border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0;position:sticky;top:0;z-index:5;background-color:var(--background-color)}.history-row-mock{display:grid;grid-template-columns:.7fr 1fr 2fr .8fr 1.8fr;padding:.75rem .5rem;font-size:.875rem;border-bottom:1px solid var(--border-color)}.history-row-mock:last-child{border-bottom:none}.user-pick-history-mock{background-color:#4f46e50d}.history-col-mock{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem}.history-col-mock.player-name-mock-mock{font-weight:500;padding-right:1rem}.empty-history-mock{text-align:center;padding:3rem 1rem;color:var (--text-secondary)}.settings-panel-mock{position:absolute;top:8rem;right:1rem;width:450px;background-color:var(--card-bg);border-radius:var(--border-radius);padding:1.5rem 1.5rem 2.5rem;box-shadow:var(--shadow-xl);z-index:100;border:1px solid var(--border-color);max-height:80vh;overflow-y:scroll}.settings-panel-wrapper{position:relative}.settings-panel-mock h2{font-size:1.25rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.settings-grid-mock{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;overflow-y:visible}.setting-item-mock{display:flex;flex-direction:column}.setting-item-mock label{font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.setting-item-mock input,.setting-item-mock select{height:2.5rem;padding:0 .75rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background-color:var(--card-bg);font-size:.875rem;color:var(--text-primary);transition:var(--transition)}.setting-item-mock input:focus,.setting-item-mock select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e533}.setting-item-mock .number-input-container{display:flex;align-items:center;height:2.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);overflow:hidden;background-color:var(--card-bg)}.setting-item-mock .number-input-container button{width:2.5rem;height:100%;border:none;background-color:var(--background-color);color:var(--text-primary);font-size:1.2rem;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.setting-item-mock .number-input-container button:hover{background-color:var(--border-color)}.setting-item-mock .number-input-container button:active{background-color:var(--primary-color);color:#fff}.setting-item-mock .number-input-container input{width:100%;height:100%;border:none;text-align:center;font-size:1rem;font-weight:500;color:var(--text-primary);-moz-appearance:textfield;background-color:var(--card-bg)}.setting-item-mock .number-input-container input:focus{outline:none}.setting-item-mock .number-input-container input::-webkit-outer-spin-button,.setting-item-mock .number-input-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.settings-footer-mock{margin-top:2rem;margin-bottom:6rem;display:flex;justify-content:flex-end;background-color:var(--card-bg);padding:.5rem 0;z-index:5}.settings-footer-mock button{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.settings-footer-mock button:hover{background-color:var(--primary-hover)}.settings-panel-locked,.settings-panel-tooltip-locked{pointer-events:none}.help-modal-container{position:absolute;top:200px;right:30px;z-index:2200;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);max-width:350px;width:100%;overflow:auto;height:50vh;padding-bottom:4rem;pointer-events:auto}.mock-tutorial-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem;overflow-y:auto}.mock-tutorial-modal{background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-xl);width:100%;max-width:650px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mock-tutorial-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-color);color:#fff}.mock-tutorial-header h3{font-size:1.5rem;font-weight:600;margin:0}.close-tutorial-button{background:transparent;border:none;cursor:pointer;font-size:1.5rem;color:#fff;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition)}.close-tutorial-button:hover{background-color:#fff3}.mock-tutorial-content{padding:1.5rem;overflow-y:auto;flex:1}.mock-tutorial-intro{font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;color:var(--text-primary)}.mock-tutorial-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.mock-tutorial-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.mock-tutorial-section h4{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var (--primary-color)}.mock-tutorial-section p{font-size:1rem;line-height:1.5;margin:0 0 .75rem;color:var(--text-secondary)}.mock-tutorial-section ul{margin:.5rem 0 .75rem 1.5rem;padding:0}.mock-tutorial-section li{font-size:1rem;line-height:1.5;margin-bottom:.5rem;color:var(--text-secondary)}.mock-tutorial-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end}.start-draft-button{padding:.75rem 2rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.start-draft-button:hover{background-color:var(--primary-hover)}@media screen and (max-width: 768px){.mock-tutorial-modal{max-width:95%;max-height:90vh}.mock-tutorial-header h3{font-size:1.3rem}.mock-tutorial-intro,.mock-tutorial-section h4{font-size:1rem}.mock-tutorial-section p,.mock-tutorial-section li{font-size:.9rem}.start-draft-button{padding:.6rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 576px){.mock-tutorial-modal{position:fixed;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0;max-height:80vh;height:auto;width:90%}.mock-tutorial-overlay{align-items:center;padding:0}.mock-tutorial-modal{top:20px;height:50vh}.mock-tutorial-modal{max-width:100%;max-height:95vh}.mock-tutorial-header{padding:1rem}.mock-tutorial-header h3{font-size:1.1rem}.mock-tutorial-content{padding:1rem}.mock-tutorial-intro{font-size:.9rem;margin-bottom:1rem}.mock-tutorial-section{margin-bottom:1rem;padding-bottom:1rem}.mock-tutorial-section h4{font-size:.9rem;margin-bottom:.5rem}.mock-tutorial-section p,.mock-tutorial-section li{font-size:.85rem;line-height:1.4;margin-bottom:.5rem}.mock-tutorial-footer{padding:1rem}.start-draft-button{padding:.5rem 1.25rem;font-size:.85rem;width:100%}}@media screen and (max-width: 350px){.mock-tutorial-header h3{font-size:1rem}.close-tutorial-button{font-size:1.25rem;width:1.75rem;height:1.75rem}.mock-tutorial-intro{font-size:.8rem}.mock-tutorial-section h4{font-size:.85rem}.mock-tutorial-section p,.mock-tutorial-section li{font-size:.8rem}}.dark-theme .mock-tutorial-modal{background-color:var(--card-bg)}.dark-theme .mock-tutorial-section h4{color:var(--primary-color)}.dark-theme .mock-tutorial-intro,.dark-theme .mock-tutorial-section p,.dark-theme .mock-tutorial-section li{color:var(--text-secondary)}@media screen and (max-width: 768px){.settings-panel-mock{position:fixed;top:80px;left:0;right:0;bottom:0;width:100%;height:95vh;max-height:100vh;margin:0;padding-top:6rem;padding-bottom:2rem;border-radius:0;overflow-y:auto;z-index:1000;display:flex;flex-direction:column}.settings-header-mock{background-color:var(--card-bg);z-index:10;padding-top:1rem}.settings-footer-mock{background-color:var(--card-bg);padding:1rem 0;z-index:10;margin-bottom:8rem;margin-top:auto}.settings-grid-mock,.roster-requirements-mock{overflow:visible}.settings-header-buttons{gap:.6rem}.settings-header-save-button{padding:.45rem .9rem;font-size:.85rem}}@media screen and (max-width: 576px){.settings-panel-mock{padding-top:1rem;padding-bottom:7rem}.settings-grid-mock{grid-template-columns:1fr;gap:.75rem}.setting-item-mock{margin-bottom:.5rem}.position-requirements-mock{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.settings-header-buttons{gap:.5rem}.settings-header-save-button{padding:.4rem .8rem;font-size:.8rem}}@media screen and (max-width: 375px){.settings-panel-mock{padding-top:4rem;padding-bottom:4rem}.settings-footer-mock{padding:1rem .5rem;margin-bottom:10rem}.roster-requirements-mock{margin-bottom:2rem}.settings-header-mock{flex-wrap:wrap;row-gap:.75rem}.settings-header-mock h2{width:100%}.settings-header-buttons{width:100%;justify-content:space-between}}@media screen and (max-width: 320px){.settings-panel-mock{padding:.75rem}.settings-header-mock h2{font-size:1.1rem}.setting-item-mock label{font-size:.8rem;margin-bottom:.3rem}.setting-item-mock input,.setting-item-mock select{height:2.25rem;font-size:.8rem}.number-input-container{height:2.25rem}.number-input-container button{width:2.25rem}.pick-mode-toggle{display:flex;flex-direction:column;gap:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem}.settings-header-save-button{font-size:.75rem;padding:.35rem .7rem}.settings-header-buttons{gap:.4rem}}@media screen and (max-width: 320px){.settings-panel-mock{padding-top:1rem;padding-bottom:10rem}.settings-header-mock h2{font-size:.9rem}.setting-item-mock label,.setting-item-mock input,.setting-item-mock select,.number-input-container input{font-size:.75rem}.number-input-container button{font-size:1rem}.custom-picks-preview{font-size:.7rem}.roster-requirements-mock h3{font-size:.9rem}.position-label-mock{font-size:.75rem}.help-button-mock{width:1.5rem;height:1.5rem}.settings-grid-mock{gap:.5rem}}.settings-toggle-mock{display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;cursor:pointer;transition:var(--transition)}.settings-toggle-mock:hover{background-color:var(--primary-hover);transform:rotate(30deg)}.settings-toggle-mock:disabled{background-color:var(--text-light);cursor:not-allowed}.settings-toggle-mock svg{width:1.25rem;height:1.25rem}.export-button-mock{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--secondary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var (--transition)}.export-button-mock:hover{background-color:#0284c7}.export-button-mock:disabled{background-color:var(--text-light);cursor:not-allowed}.export-button-mock svg{width:1rem;height:1rem}.tutorial-button-mock{display:flex;align-items:center;justify-content:center;background-color:var(--accent-color);color:#fff;border:none;border-radius:50%;width:2.8rem;height:2.8rem;cursor:pointer;transition:all .2s ease-in-out;padding:0;overflow:visible;position:relative;margin-left:px;animation:pulse 2s infinite}.tutorial-button-mock:hover{background-color:#ea580c;transform:scale(1.05);animation:none}.tutorial-button-mock svg{width:65%;height:65%;overflow:visible;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.toggle-button-mock{justify-content:center;background-color:var(--secondary-color);color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.setting-header-mock{display:flex;justify-content:space-between}.help-button-mock{background:transparent;border:2px solid var(--text-secondary);color:var(--text-secondary);width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);padding:.25rem;box-sizing:border-box;overflow:visible;position:relative;z-index:5;min-width:1.75rem;min-height:1.75rem}.help-button-mock:hover{background-color:var(--background-color);color:var(--primary-color);border-color:var(--primary-color);transform:scale(1.05)}.help-button-mock svg{width:1.25rem;height:1.25rem;min-width:.8rem;min-height:.8rem}@media screen and (max-width: 1200px){.help-button-mock{width:1.6rem;height:1.6rem}.help-button-mock svg{width:1.1rem;height:1.1rem}}@media screen and (max-width: 768px){.help-button-mock{width:1.5rem;height:1.5rem}.help-button-mock svg{width:1rem;height:1rem}}@media screen and (max-width: 576px){.help-button-mock{width:1.4rem;height:1.4rem;margin-bottom:10px}}@media screen and (max-width: 480px){.settings-header-mock{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.settings-header-mock h2{font-size:1.1rem;margin-right:.5rem;white-space:nowrap}.help-button-mock{width:1.3rem;height:1.3rem;min-width:1.3rem;min-height:1.3rem;margin-bottom:10px;padding:.2rem}.help-button-mock svg{width:.9rem;height:.9rem}}@media screen and (max-width: 375px){.help-button-mock{width:1.2rem;height:1.2rem;min-width:1.2rem;min-height:1.2rem;padding:.15rem;margin-left:.3rem}.help-button-mock svg{width:.85rem;height:.85rem}}@media screen and (max-width: 320px){.help-button-mock{width:1.1rem;height:1.1rem;min-width:1.1rem;min-height:1.1rem;padding:.1rem}.help-button-mock svg{width:.8rem;height:.8rem}.settings-header-mock h2{font-size:1rem}}.settings-header-mock{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.settings-header-buttons{display:flex;align-items:center;gap:.75rem}.settings-header-save-button{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.settings-header-save-button:hover{background-color:var(--primary-hover)}.setting-header-mock{display:flex;align-items:center;justify-content:space-between}.settings-header-mock h2{border:none;margin-bottom:-5px}.help-modal-container{position:absolute;top:200px;right:30px;z-index:2200;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);max-width:350px;width:100%;overflow:auto;height:50vh;padding-bottom:4rem}.help-modal-header{padding:.75rem 1rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.help-modal-header h3{font-size:1rem;margin:0;color:var(--text-primary)}.help-modal-content{max-height:400px;padding:1rem;margin-bottom:2rem}.help-section{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.help-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.help-section h4{font-size:.9rem;margin-bottom:.5rem;color:var(--text-primary)}.help-section p{font-size:.8125rem;margin-bottom:.4rem;color:var(--text-secondary);line-height:1.4}.close-modal-button{background:transparent;border:none;cursor:pointer;font-size:1.25rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:50%;width:1.5rem;height:1.5rem}.close-modal-button:hover{background-color:var(--background-color);color:var(--text-primary)}.modal-overlay{display:none}.help-tooltip{position:absolute;z-index:1200;top:50%;right:50%;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);width:300px;padding:1.25rem;animation:fadeIn .3s ease-in-out}.help-tooltip-draft-pick-mode{position:fixed;top:50%!important;left:68%!important;transform:translate(-50%,-50%)!important;margin-top:0;width:400px;max-width:90vw;max-height:80vh;overflow-y:auto;z-index:2300;pointer-events:auto}.help-tooltip-cpu-behavior{position:fixed;top:50%!important;left:68%!important;transform:translate(-50%,-50%)!important;margin-top:0;width:400px;max-width:90vw;max-height:80vh;overflow-y:auto;z-index:2300;pointer-events:auto}.help-tooltip-draft-pick-mode:after,.help-tooltip-cpu-behavior:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0003;z-index:-1}.help-tooltip-draft-pick-mode:before,.help-tooltip-cpu-behavior:before{display:none}@media screen and (max-width: 480px){.help-tooltip-draft-pick-mode,.help-tooltip-cpu-behavior{width:320px}}@media screen and (max-width: 600px){.help-tooltip,.help-tooltip-draft-pick-mode,.help-tooltip-cpu-behavior{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;max-width:90vw;width:400px;max-height:80vh;overflow-y:auto;z-index:2000}.tooltip-content{display:flex;flex-direction:column;gap:.5rem}.draft-pick-mode-header,.cpu-behavior-mode-header{display:flex;justify-content:space-between;align-items:center;top:0;background-color:var(--card-bg);padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid var(--border-color);z-index:1}.help-tooltip:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0003;z-index:-1}}@media screen and (max-width: 350px){.help-tooltip,.help-tooltip-draft-pick-mode,.help-tooltip-cpu-behavior{width:95vw;padding:1rem}.tooltip-content h4{font-size:1rem}.tooltip-content p{font-size:.875rem}}.help-tooltip-draft-pick-mode{top:50%;right:50%;margin-top:.5rem;pointer-events:auto}.draft-pick-mode-header,.cpu-behavior-mode-header{display:flex;justify-content:space-between}.help-tooltip-cpu-behavior{top:50%;right:20%!important;margin-top:.5rem;height:20vh;overflow-y:auto;pointer-events:auto}.help-tooltip-draft-pick-mode:before,.help-tooltip-cpu-behavior:before{content:"";position:absolute;top:-.5rem;left:1rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid var(--card-bg);z-index:2200}.help-tooltip:before{content:"";position:absolute;top:-.5rem;left:1rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-bottom:.5rem solid var(--card-bg);z-index:2200}.tooltip-content h4{font-size:1rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:600}.tooltip-content p{font-size:.875rem;margin-bottom:.5rem;color:var(--text-secondary)}.close-tooltip{margin-top:.5rem;padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition);display:block;text-align:center}.close-tooltip:hover{background-color:var(--primary-hover)}.pick-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;z-index:1000;padding:2rem 0;overscroll-behavior:contain}.pick-selector-modal{background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-xl);width:90%;max-width:900px;display:flex;flex-direction:column;overflow:hidden;margin:6rem auto;position:relative;max-height:85vh}.pick-selector-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.pick-selector-header h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.close-selector-button{background:transparent;border:none;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-secondary);border-radius:50%;transition:var(--transition)}.close-selector-button:hover{background-color:var(--background-color);color:var(--text-primary)}.pick-selector-content{padding:1.5rem;overflow-y:auto;max-height:none;flex:1;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;position:relative;scroll-behavior:auto}.pick-selector-info{margin-bottom:1.5rem}.pick-selector-info p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.875rem}.pick-selector-summary{background-color:var(--background-color);padding:.75rem 1rem;border-radius:var(--border-radius-sm);font-size:.875rem;color:var(--text-primary);display:flex;justify-content:space-between;align-items:center}.clear-picks-button{background:transparent;border:none;color:var(--danger-color);font-size:.75rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:var(--border-radius-sm)}.clear-picks-button:hover{background-color:#ef44441a}.clear-picks-button:disabled{color:var(--text-light);cursor:not-allowed}.pick-selector-board-container{overflow-x:auto;margin-bottom:1rem;overscroll-behavior:contain}.pick-selector-board{display:flex;flex-direction:column}.pick-selector-header-row{display:flex;border-bottom:1px solid var(--border-color)}.pick-selector-header-cell{flex:1;padding:.75rem .5rem;text-align:center;font-size:.75rem;font-weight:600;color:var(--text-secondary);border-right:1px solid var (--border-color)}.pick-selector-header-cell:last-child{border-right:none}.pick-selector-grid{display:flex;flex-direction:column}.pick-selector-team-row{display:flex;border-bottom:1px solid var(--border-color)}.pick-selector-team-row:last-child{border-bottom:none}.pick-selector-cell{flex:1;height:4rem;padding:.5rem;border-right:1px solid var(--border-color);cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;transition:var(--transition);pointer-events:auto}.pick-selector-cell:last-child{border-right:none}.pick-selector-cell:hover{background-color:#4f46e50d}.pick-selector-cell.selected{background-color:var(--primary-color);color:#fff}.pick-selector-cell.selected:hover{background-color:var(--primary-hover)}.pick-selector-cell.hovered:not(.selected){background-color:#4f46e51a}.pick-number{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.team-label{font-size:.75rem;opacity:.9}.pick-selector-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:1rem}.cancel-button,.save-picks-button{padding:.625rem 1.25rem;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.cancel-button{background-color:var(--background-color);color:var(--text-primary);border:1px solid var(--border-color)}.cancel-button:hover{background-color:var(--border-color)}.save-picks-button{background-color:var(--primary-color);color:#fff;border:none}.save-picks-button:hover{background-color:var(--primary-hover)}.save-picks-button:disabled{background-color:var(--text-light);cursor:not-allowed}.compact-pick-grid-container{width:100%;margin-bottom:1.5rem;overflow:visible;padding:.5rem}.compact-pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.5rem;max-height:400px;width:100%}.compact-pick-cell{height:1.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);padding:.15rem;position:relative;background-color:var(--background-color)}.compact-pick-cell.selected{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.compact-pick-cell:hover{background-color:#4f46e51a}.compact-pick-cell.selected:hover{background-color:var(--primary-hover)}.compact-pick-cell.hovered:not(.selected){background-color:#4f46e526}.compact-pick-label{font-size:.7rem;font-weight:700;text-align:center}.team-needs-modal{max-width:850px;max-height:75vh;margin:12vh auto;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-xl);padding:.75rem;overflow:visible;display:flex;flex-direction:column;width:90%}.team-needs-modal h3{margin:0 0 .5rem;font-size:1rem;padding-bottom:.25rem;border-bottom:1px solid var(--border-color)}.team-needs-table-container{flex:1;max-height:calc(75vh - 88px);overflow-y:auto}.team-needs-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.75rem}.team-needs-table th{position:sticky;top:0;z-index:10;text-align:center;padding:.25rem .1rem;background-color:var(--primary-color);color:#fff;font-size:.75rem;font-weight:600}.team-needs-table td{padding:.15rem .1rem;border-bottom:1px solid var(--border-color);text-align:center;font-size:.75rem}.team-needs-table th:first-child,.team-needs-table td:first-child{width:65px;text-align:left;padding-left:.5rem}.team-needs-table th:not(:first-child),.team-needs-table td:not(:first-child){width:calc((100% - 65px)/4)}.team-needs-table tbody tr:nth-child(2n){background-color:#00000005}.need-select{width:2rem;height:1.5rem;padding:0;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);background-color:var(--card-bg);font-size:.75rem;color:var(--text-primary);text-align:center;cursor:pointer}.team-needs-actions{display:flex;justify-content:space-between;margin-top:.5rem;gap:.5rem}.randomize-needs-button{padding:.4rem .75rem;background-color:var(--secondary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition)}.randomize-needs-button:hover{background-color:#0284c7}.save-needs-button{padding:.4rem .75rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition)}.save-needs-button:hover{background-color:var(--primary-hover)}.team-needs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.team-needs-header h3{margin:0}.team-needs-help-button{width:1.5rem;height:1.5rem;border-radius:50%;background-color:var(--primary-color);color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;cursor:pointer;transition:var(--transition)}.team-needs-help-button:hover{background-color:var(--primary-hover);transform:scale(1.1)}.team-needs-help-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center}.team-needs-help-content{background-color:var(--card-bg);border-radius:var (--border-radius);box-shadow:var(--shadow-xl);padding:1.25rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;margin-top:80px;padding-bottom:100px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.team-needs-help-content h4{font-size:1.1rem;margin-bottom:.75rem;color:var(--primary-color);border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.team-needs-help-content p{font-size:.9rem;margin-bottom:.75rem;color:var(--text-primary);line-height:1.4}.team-needs-help-content ul{margin:.75rem 0;padding-left:1.5rem}.team-needs-help-content li{font-size:.9rem;margin-bottom:.5rem;color:var(--text-primary);line-height:1.4}.close-help-popup-button{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.85rem;font-weight:500;cursor:pointer;transition:var(--transition);margin-top:.75rem;display:block;width:100%}.close-help-popup-button:hover{background-color:var(--primary-hover)}.team-needs-help-box{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:.75rem;margin-bottom:1rem;position:relative;box-shadow:var(--shadow-sm)}.team-needs-help-box h4{font-size:.9rem;margin-bottom:.5rem;color:var (--primary-color)}.team-needs-help-box p{font-size:.8rem;margin-bottom:.5rem;color:var(--text-primary)}.team-needs-help-box ul{margin:.5rem 0;padding-left:1.5rem}.team-needs-help-box li{font-size:.8rem;margin-bottom:.25rem;color:var(--text-primary)}.close-help-button{padding:.3rem .6rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.75rem;cursor:pointer;transition:var(--transition);margin-top:.5rem}.close-help-button:hover{background-color:var(--primary-hover)}.draft-recap-modal{max-width:800px;max-height:80vh;margin-top:150px;display:flex;flex-direction:column;overflow:hidden}.draft-recap-header{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.draft-grade-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.draft-grade{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:.5rem}.draft-grade-label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.draft-recap-summary{flex:1}.recap-summary-text{font-size:1rem;line-height:1.5;margin-bottom:1.25rem;color:var(--text-primary)}.draft-stats{display:flex;gap:1.5rem;margin-top:1rem}.draft-stat{display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;background-color:var(--background-color);border-radius:var(--border-radius-sm);flex:1}.draft-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.draft-stat-label{font-size:.75rem;color:var(--text-secondary);text-align:center}.draft-team-recap{margin-top:1rem}.draft-team-recap h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.draft-position-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%;max-height:none}.draft-position-group{background-color:var (--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);overflow:hidden;display:flex;flex-direction:column}.draft-position-group h5{font-size:.875rem;font-weight:600;padding:.75rem 1rem;background-color:var(--background-color);color:var(--text-primary);margin:0}.draft-players-list{padding:.5rem;max-height:18rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:auto}.draft-player-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--border-radius-sm);margin-bottom:.5rem;color:#fff}.draft-player-img{width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(255,255,255,.5);object-fit:cover}.draft-player-info{flex:1;display:flex;flex-direction:column;margin-right:.5rem}.draft-player-name{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.draft-player-team{font-size:.75rem;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.25rem}.draft-player-actions{display:flex;align-items:center;margin-left:auto;gap:.375rem}.draft-player-action-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;border:none;background-color:#fff3;color:#fff;cursor:pointer;transition:all .2s ease}.draft-player-action-btn svg{width:1rem;height:1rem}.draft-player-action-btn:hover{background-color:#ffffff4d;transform:scale(1.1)}.draft-player-action-btn.dashboard-btn:hover{background-color:#10b98199}.draft-player-action-btn.profile-btn:hover{background-color:#3b82f699}.draft-player-action-btn.recruit-btn:hover{background-color:#f9731699}.draft-no-players{text-align:center;padding:1.5rem 0;color:var(--text-light);font-size:.875rem;font-style:italic}.restart-draft-button,.export-draft-button,.share-draft-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.restart-draft-button{background-color:var(--danger-color);color:#fff;border:none}.restart-draft-button:hover{background-color:#dc2626}.export-draft-button{background-color:var(--secondary-color);color:#fff;border:none}.export-draft-button:hover{background-color:#0284c7}.share-draft-button{background-color:var(--primary-color);color:#fff;border:none}.share-draft-button:hover{background-color:var(--primary-hover)}.restart-draft-button svg,.export-draft-button svg,.share-draft-button svg{width:1rem;height:1rem}.return-to-draft-button{position:fixed;bottom:2rem;right:2rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow);cursor:pointer;transition:all .2s ease-in-out;z-index:1000}.return-to-draft-button:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.return-to-draft-button svg{width:1.25rem;height:1.25rem}.return-to-draft-button.pulse{animation:pulse 2s infinite}.toggle-box{line-height:18px;gap:10px}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #f9731680}70%{transform:scale(1.05);box-shadow:0 0 0 10px #f9731600}to{transform:scale(1);box-shadow:0 0 #f9731600}}@media screen and (max-height: 700px){.draft-recap-modal{max-height:90vh;margin-top:5vh}.draft-players-list{max-height:12rem}}.dark-theme .setting-item-mock .number-input-container{background-color:var(--card-bg);border-color:var(--border-color)}.dark-theme .setting-item-mock .number-input-container button{background-color:#ffffff1a;color:var (--text-primary)}.dark-theme .setting-item-mock .number-input-container button:hover{background-color:#ffffff26}.dark-theme .setting-item-mock .number-input-container button:active{background-color:var(--primary-color)}.dark-theme .setting-item-mock .number-input-container input{color:var(--text-primary);background-color:var(--card-bg)}.dark-theme .position-filter-mock{color:#fff}.dark-theme .help-modal{background-color:var(--card-bg)}.dark-theme .help-modal-header h3,.dark-theme .help-section h4,.dark-theme .tooltip-content h4{color:var(--text-primary)}.dark-theme .help-section p,.dark-theme .tooltip-content p{color:var(--text-secondary)}.dark-theme .help-tooltip{background-color:var(--card-bg);border-color:var(--border-color)}.dark-theme .help-modal-header,.dark-theme .help-section{border-color:var(--border-color)}.dark-theme .dashboard-header-mock h1,.dark-theme .history-col-mock.player-name-mock-mock{color:#fff}@media screen and (max-width: 1130px){.dashboard-header-mock{flex-direction:column;gap:1.5rem;padding-top:.2rem}.dashboard-header-mock h1{position:relative;left:auto;transform:none;margin-bottom:.5rem}.header-actions-mock{margin:0 auto}.header-left-mock{display:none}}@media screen and (max-width: 600px){.dashboard-header-mock h1{font-size:1.8rem}}@media screen and (max-width: 500px){.dashboard-header-mock h1{font-size:1.5rem;padding:0 10px}}@media screen and (max-width: 400px){.dashboard-header-mock h1{font-size:1.3rem;white-space:normal;width:100%;text-align:center}.dashboard-header-mock{padding:1rem .3rem}}@media screen and (max-width: 350px){.dashboard-header-mock h1{font-size:2rem}}@media screen and (max-width: 1200px){.draft-content-mock{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto 1fr}.help-tooltip-draft-pick-mode,.help-tooltip-cpu-behavior{top:50%!important;right:50%!important;margin-top:.5rem}.draft-controls-mock{grid-column:1;grid-row:1}.recommendation-panel-mock{grid-column:2;grid-row:1}.team-summary-panel-mock{grid-column:1;grid-row:2}.recent-picks-panel-mock{grid-column:2;grid-row:2}.main-content-mock{grid-column:1 / span 2;grid-row:3}}@media screen and (max-width: 1200px){.grid-container-mock{grid-template-rows:auto auto auto auto auto}.draft-board-mock{grid-column:1 / span 4;grid-row:2 / 3;min-height:500px;max-height:none}.player-tabs-mock{grid-column:1 / span 4;grid-row:3 / 4;min-height:400px}.recommendation-panel-mock,.team-summary-panel-mock,.recent-picks-panel-mock{grid-row:4 / 5}.available-players-mock{max-height:300px}}@media screen and (max-width: 768px){.draft-content-mock{grid-template-columns:1fr;grid-template-rows:auto auto auto auto 1fr}.help-tooltip-draft-pick-mode{top:50%!important;right:20px!important;margin-top:.5rem}.help-tooltip-cpu-behavior{top:50%!important;right:10px!important;margin-top:.5rem}.draft-controls-mock{grid-column:1;grid-row:1}.recommendation-panel-mock{grid-column:1;grid-row:2}.team-summary-panel-mock{grid-column:1;grid-row:3}.recent-picks-panel-mock{grid-column:1;grid-row:4}.main-content-mock{grid-column:1;grid-row:5;grid-template-columns:1fr}.help-modal-container{right:40px;top:250px;max-width:300px}.compact-pick-grid{grid-template-columns:repeat(auto-fill,minmax(35px,1fr))}.compact-pick-cell{height:1.4rem}.compact-pick-label{font-size:.65rem}.history-list-mock{min-width:600px}.history-scroll-container{margin:0 -.5rem;width:calc(100% + 1rem);border-left:none;border-right:none;border-radius:0}.draft-board-mock{max-height:50vh}.player-tabs-mock{max-height:calc(50vh + 100px)}.available-players-mock{max-height:calc(50vh - 20px)}.roster-by-position-mock,.history-scroll-container{max-height:calc(50vh + 20px)}}@media screen and (max-width: 576px){.compact-pick-grid{grid-template-columns:repeat(auto-fill,minmax(30px,1fr))}.help-tooltip-draft-pick-mode{top:245px;right:50px;margin-top:.5rem}.help-tooltip-cpu-behavior{top:50%;right:10px;margin-top:.5rem}.compact-pick-cell{height:1.25rem}.compact-pick-label{font-size:.6rem}.draft-grade{width:4rem;height:4rem;font-size:2.2rem}}@media screen and (max-width: 480px){.help-modal-container{height:40vh;right:0;top:150px;max-width:calc(100% - 20px);overflow-y:auto}.setting-item-mock .number-input-container button{width:2.2rem}.history-list-mock{min-width:600px}}@media screen and (max-width: 400px){.draft-grade{width:3.5rem;height:3.5rem;font-size:1.8rem}.help-tooltip-draft-pick-mode{width:80%;margin-top:.5rem}.help-tooltip-cpu-behavior{height:30vh;top:50%;right:10px;margin-top:.5rem}}@media screen and (max-width: 340px){.draft-grade{width:3rem;height:3rem;font-size:1.6rem}}@media screen and (min-width: 1300px){.draft-controls-mock,.recommendation-panel-mock,.team-summary-panel-mock,.recent-picks-panel-mock{height:180px;min-height:180px;max-height:180px;overflow:hidden;display:flex;flex-direction:column}.draft-controls-mock{padding:.5rem .6rem;gap:.5rem;justify-content:space-between}.draft-info-mock{flex-direction:row;gap:.3rem;margin-bottom:.3rem;flex-wrap:wrap;justify-content:space-between}.draft-info-item-mock{padding:0;flex:1;min-width:calc(25% - .3rem);max-width:calc(25% - .3rem);height:55px;display:flex;flex-direction:column;justify-content:center}.info-label-mock{font-size:.7rem;margin-bottom:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-value-mock{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-tracker-mock{gap:.15rem;margin-bottom:.3rem}.progress-bar-mock{height:.35rem}.progress-labels-mock{font-size:.65rem}.draft-actions-mock{gap:.5rem;margin-bottom:60px}.action-button-mock{padding:.35rem .75rem;font-size:.7rem;min-height:30px}.action-button-mock svg{width:.9rem;height:.9rem}.recommendation-panel-mock{padding:.3rem .7rem}.recommendation-panel-mock h3{margin:0 0 .2rem;font-size:.8rem;padding-bottom:.1rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.recommended-player-mock{display:flex;flex-direction:column;height:calc(180px - 2.2rem)}.rec-player-header-mock{padding:.3rem .4rem;gap:.4rem;height:40%;min-height:0}.rec-player-image-mock{width:2rem;height:2rem;border-width:1px}.rec-player-details-mock{gap:.15rem}.rec-player-name-mock{font-size:.8rem;line-height:1.1}.rec-player-info-mock{font-size:.75rem;gap:.3rem}.rec-player-rank-mock{font-size:.65rem;margin-top:-.2rem}.rec-reason-mock{padding:.3rem .4rem;font-size:.75rem;line-height:1.1;height:30%;display:flex;align-items:center}.rec-reason-mock p{margin:0;padding:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.draft-rec-button-mock{padding:.3rem 0;font-size:.75rem;height:30%;margin-top:auto}.team-summary-panel-mock{padding:.4rem;display:flex;flex-direction:column;height:180px}.team-summary-panel-mock h3{margin:0 0 .2rem;font-size:.8rem;padding-bottom:.1rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.team-positions-mock{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:0rem;margin-bottom:.1rem;flex-shrink:0}.team-position-count-mock:nth-child(1){grid-column:1;grid-row:1}.team-position-count-mock:nth-child(2){grid-column:2;grid-row:1}.team-position-count-mock:nth-child(3){grid-column:1;grid-row:2}.team-position-count-mock:nth-child(4){grid-column:2;grid-row:2}.team-position-count-mock{display:grid;grid-row:1;position:relative;z-index:1;min-width:40px;margin:0 4px}.position-count-mock{font-size:.65rem;min-width:8px;margin-right:2px;grid-column:3;grid-row:1}.position-total-mock{display:none}.position-badge-mock{font-size:.6rem;padding:.05rem .1rem;min-width:18px;display:flex;justify-content:center;grid-column:1;grid-row:1}.team-needs-mock{margin-bottom:.2rem;flex:1;overflow:hidden;display:flex;flex-direction:column;max-height:100px}.team-needs-mock h4{font-size:.7rem;margin-bottom:.2rem;flex-shrink:0}.needs-list-mock{display:grid;grid-template-columns:repeat(2,1fr);gap:.2rem;overflow-y:auto;padding-right:.1rem;max-height:75px}.need-item-mock{font-size:.55rem;padding:.15rem .2rem;line-height:1.2;min-height:0;height:auto}.need-item-mock.completed-mock{grid-column:span 2;padding:.15rem}.view-team-button-mock{margin-top:.15rem}.recent-picks-panel-mock{padding:.5rem;display:flex;flex-direction:column}.recent-picks-panel-mock h3{margin-bottom:.15rem;font-size:.85rem;padding-bottom:.1rem;border-bottom-width:1px;flex-shrink:0}.recent-picks-list-mock{gap:.15rem;margin-bottom:.25rem;overflow-y:auto;flex:1;max-height:125px}.recent-pick-mock{padding:.15rem .25rem;min-height:0}.recent-pick-number-mock{min-width:1.75rem;font-size:.7rem}.recent-pick-player-mock{font-size:.65rem;line-height:1.1}.recent-pick-meta-mock{font-size:.6rem}.no-picks-mock{font-size:.75rem;padding:.5rem}.view-history-button-mock{padding:.2rem 0;font-size:.7rem;margin-top:.15rem;height:22px;flex-shrink:0}.recent-picks-panel-mock .view-history-button-mock{height:36px!important;min-height:36px!important;padding:.5rem 0!important;margin-top:.75rem!important}}@media screen and (max-width: 1300px){.grid-container-mock{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto auto;gap:12px;height:auto;min-height:800px;overflow:visible}.draft-controls-mock{grid-column:1 / span 4;grid-row:1 / 2;width:100%;max-height:220px;overflow-y:auto;padding:.75rem}.draft-info-mock{flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.draft-info-item-mock{min-width:110px;flex:1}.info-value-mock{font-size:1.5rem}.info-label-mock{font-size:.8rem;margin-bottom:.25rem}.progress-tracker-mock{margin:.25rem 0;gap:.25rem}.draft-actions-mock{margin-top:.5rem;gap:.5rem;flex-wrap:wrap;justify-content:space-around}.action-button-mock{padding:.5rem .75rem;font-size:.8rem;flex-grow:0;min-width:100px}.action-button-mock svg{width:1rem;height:1rem}.draft-board-mock{grid-column:1 / span 3;grid-row:2 / 3}.player-tabs-mock{grid-column:4 / span 1;grid-row:2 / 3}.recommendation-panel-mock,.team-summary-panel-mock,.recent-picks-panel-mock{grid-row:3 / 4;max-height:none}.recommendation-panel-mock{grid-column:1 / span 1}.team-summary-panel-mock{grid-column:2 / span 1}.recent-picks-panel-mock{grid-column:3 / span 2}.dashboard-container-mock{height:auto;overflow:visible;padding-bottom:2rem}}@media screen and (max-width: 1200px){.draft-info-mock{justify-content:center}.draft-info-item-mock{min-width:100px;flex-basis:calc(50% - .75rem);margin-bottom:.5rem}.info-value-mock{font-size:1.4rem}.action-button-mock{font-size:.75rem;padding:.4rem .6rem;min-width:90px}.action-button-mock svg{width:.9rem;height:.9rem}.grid-container-mock{grid-template-columns:1fr}.draft-controls-mock{grid-column:1;max-height:250px}.draft-board-mock{grid-column:1;grid-row:2}.player-tabs-mock{grid-column:1;grid-row:3}.recommendation-panel-mock{grid-column:1;grid-row:4}.team-summary-panel-mock{grid-column:1;grid-row:5}.recent-picks-panel-mock{grid-column:1;grid-row:6}.draft-controls-mock{gap:.3rem}}@media screen and (max-width: 600px){.draft-info-mock{flex-direction:column;gap:.2rem}.draft-info-item-mock{flex-basis:100%;margin-bottom:.3rem}.info-value-mock{font-size:1.2rem}.progress-tracker-mock{margin:.2rem 0}.draft-actions-mock{flex-direction:column;gap:.2rem}.action-button-mock{width:100%}.draft-controls-mock{padding:.6rem .5rem;gap:.3rem;max-height:none;overflow-y:visible}.draft-info-mock{display:grid;grid-template-columns:repeat(2,1fr);gap:.3rem;margin-bottom:.3rem}.draft-info-item-mock{text-align:center;min-width:0;margin-bottom:0}.info-label-mock{font-size:.7rem;margin-bottom:.15rem}.info-value-mock{font-size:1.2rem;line-height:1.1}.progress-tracker-mock{gap:.2rem;margin:.2rem 0 .3rem}.progress-bar-mock{height:.3rem}.progress-labels-mock{font-size:.65rem}.draft-actions-mock{flex-wrap:wrap;gap:.3rem;justify-content:center}.action-button-mock{padding:.4rem .6rem;font-size:.75rem;flex:1 1 calc(50% - .3rem);min-height:2rem}.action-button-mock svg{width:.8rem;height:.8rem}}@media screen and (max-width: 375px){.draft-controls-mock{padding:.4rem .3rem}.info-label-mock{font-size:.65rem}.info-value-mock{font-size:1rem}.action-button-mock{flex:1 1 100%;padding:.35rem .5rem;margin-bottom:.2rem}.action-button-mock svg{display:none}}@media screen and (min-width: 368px) and (max-width: 375px){.draft-controls-mock{padding:.4rem .25rem}.action-button-mock{padding:.35rem .3rem;font-size:.7rem;flex:0 1 calc(50% - .2rem);min-width:0;max-width:calc(50% - .2rem);margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.draft-actions-mock{gap:.2rem;justify-content:space-between}.action-button-mock svg{width:.7rem;height:.7rem;min-width:.7rem}}@media screen and (max-width: 370px){.draft-controls-mock{padding:.4rem .3rem}.info-label-mock{font-size:.65rem}.info-value-mock{font-size:1rem}.action-button-mock{padding:.35rem .3rem;font-size:.7rem;flex:1 1 calc(50% - .3rem);min-width:0;max-width:calc(50% - .3rem);margin-bottom:.2rem;display:flex;justify-content:center;align-items:center;gap:.2rem;text-align:center;line-height:1.1;word-break:break-word;overflow:hidden;white-space:nowrap}.action-button-mock svg{width:.7rem;height:.7rem;min-width:.7rem}.board-slot-mock{min-height:3.5rem;width:140px}.board-slot-mock:not(.picked-mock){padding:.25rem}.picked-player-mock{padding:.4rem .25rem .25rem;gap:.25rem}.picked-player-mock img{width:1.5rem;height:1.5rem;min-width:1.5rem}.player-info-mock{min-width:0;padding-right:.1rem}.player-name-mock-mock{font-size:.7rem;margin-bottom:0}.player-pos-mock{font-size:.65rem}.pick-number-mock{font-size:.6rem;padding:.05rem .2rem}.board-grid-mock{gap:.2rem}.draft-board-scroll-container{padding-bottom:.5rem}}@media screen and (max-width: 320px){.draft-info-mock{grid-template-columns:1fr}.action-button-mock{padding:.25rem;font-size:.65rem;line-height:1}.action-button-mock svg{display:none}}@media screen and (max-width: 1300px){.draft-board-mock{max-height:70vh;overflow:hidden;display:flex;flex-direction:column}.draft-board-scroll-container{flex:1;overflow-y:auto;overflow-x:auto}.player-tabs-mock{max-height:70vh;overflow:hidden;display:flex;flex-direction:column}.available-players-tab-mock,.your-roster-tab-mock,.draft-history-tab-mock{height:100%;display:flex;flex-direction:column;overflow:hidden}.available-players-mock{flex:1;overflow-y:auto;max-height:calc(60vh - 120px)}.roster-by-position-mock,.history-scroll-container{flex:1;overflow-y:auto;max-height:calc(60vh - 80px)}}@media screen and (max-width: 768px){.draft-board-mock{max-height:50vh}.player-tabs-mock{max-height:calc(50vh + 100px)}.available-players-mock{max-height:calc(50vh - 20px)}.roster-by-position-mock,.history-scroll-container{max-height:calc(50vh + 20px)}}@media screen and (max-width: 500px){.header-actions-mock{flex-direction:column;gap:.75rem;align-items:center;width:100%}.header-actions-mock .export-button-mock,.header-actions-mock .view-recap-button{width:100%;max-width:200px;margin:0}.header-actions-mock .tutorial-button-mock,.header-actions-mock .settings-toggle-mock{width:2.8rem;height:2.8rem;margin:0;align-self:center}.header-actions-mock .settings-toggle-mock{width:2.5rem;height:2.5rem}}@media screen and (max-width: 850px){.draft-player-item{flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1rem .5rem}.draft-player-img{width:3rem;height:3rem;margin-bottom:.25rem}.draft-player-info{margin-right:0;align-items:center;width:100%}.draft-player-name,.draft-player-team{max-width:100%;text-align:center}.draft-player-actions{margin-left:0;margin-top:.5rem;justify-content:center}}@media screen and (max-width: 1200px){.dashboard-container-mock{width:98%;margin:1.5rem auto;padding:0 .25rem}}@media screen and (max-width: 768px){.dashboard-container-mock{width:99%;margin:1rem auto;padding:0}.grid-container-mock{gap:8px;padding:8px}}@media screen and (max-width: 480px){.dashboard-container-mock{width:100%;margin:.5rem auto}.grid-container-mock{gap:6px;padding:6px}.dashboard-header-mock{padding:.75rem .5rem}}@media screen and (max-width: 320px){.help-tooltip{max-width:85%;width:85%;left:7.5%;right:auto;padding:.5rem;font-size:.75rem;line-height:1.3}.help-tooltip-draft-pick-mode,.help-tooltip-cpu-behavior{position:fixed;top:50%!important;right:0;transform:translate(-50%,-50%);margin-top:0;z-index:3000}.tooltip-content h4{font-size:.85rem;margin-bottom:.35rem}.tooltip-content p{font-size:.75rem;margin-bottom:.35rem}.close-tooltip{padding:.35rem .75rem;font-size:.75rem;margin-top:.35rem}}.import-settings-panel{background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:1.5rem;margin:0 auto 1.5rem;width:96%;max-width:1200px;position:relative;animation:slideInDown .3s ease-out}@keyframes slideInDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.import-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.import-settings-header h3{font-size:1.25rem;color:var(--text-primary);margin:0}.close-import-settings{background:transparent;border:none;cursor:pointer;font-size:1.5rem;color:var(--text-secondary);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition)}.close-import-settings:hover{background-color:var(--background-color);color:var(--text-primary)}.import-settings-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1rem}.import-setting-item{display:flex;align-items:center;padding:.75rem;background-color:var(--background-color);border-radius:var(--border-radius-sm);transition:var(--transition)}.import-setting-item:hover{background-color:#4f46e50d}.import-setting-toggle{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.import-setting-toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:relative;display:inline-block;width:3rem;height:1.5rem;background-color:var(--border-color);border-radius:1.5rem;margin-right:1rem;flex-shrink:0;transition:var(--transition)}.toggle-slider:before{position:absolute;content:"";height:1.1rem;width:1.1rem;left:.2rem;bottom:.2rem;background-color:#fff;border-radius:50%;transition:var(--transition)}.import-setting-toggle input:checked+.toggle-slider{background-color:var(--primary-color)}.import-setting-toggle input:checked+.toggle-slider:before{transform:translate(1.5rem)}.toggle-label-mock{font-family:arial;font-weight:bolder;margin-top:5px;font-size:.8rem;color:var(--text-primary);line-height:1.4;width:90%}.user-priority-display-draft{font-size:.8rem;margin-top:5px}.user-priorities-container{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}.priorities-label{font-size:.75rem;opacity:.85;margin-bottom:2px}.priorities-empty{font-size:.75rem;opacity:.7;font-style:italic}.priority-badge{padding:2px 6px;border-radius:10px;font-size:.75rem;font-weight:600;display:inline-block;text-align:center;color:#fff;margin-right:3px}.priority-very-high{background-color:#ef4444}.priority-high{background-color:#f97316}.priority-medium{background-color:#eab308}.priority-low{background-color:#6b7280}.import-settings-footer{margin-top:1.5rem;display:flex;justify-content:flex-end}.apply-import-settings{padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.apply-import-settings:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.empty-slot-flex-conatiner{display:flex;flex-direction:column}.dark-theme .import-settings-panel{background-color:var(--card-bg)}.dark-theme .import-setting-item{background-color:#ffffff0d}.dark-theme .import-setting-item:hover{background-color:#4f46e51a}.dark-theme .toggle-slider{background-color:var(--border-color)}.dark-theme .toggle-slider:before{background-color:var(--card-bg)}@media screen and (max-width: 768px){.import-settings-panel{padding:1.25rem;width:98%}.import-settings-content{grid-template-columns:1fr;gap:.75rem}.import-settings-header h3{font-size:1.1rem}.close-import-settings{font-size:1.25rem;width:1.75rem;height:1.75rem}.import-setting-item{padding:.5rem}.apply-import-settings{padding:.6rem 1.25rem;font-size:.8rem}}@media screen and (max-width: 480px){.import-settings-panel{padding:1rem;width:100%;border-radius:0}.import-settings-header h3{font-size:1rem}.toggle-label-mock{font-size:.8rem}.toggle-slider{width:2.5rem;height:1.25rem;margin-right:.75rem}.toggle-slider:before{height:.9rem;width:.9rem;left:.175rem;bottom:.175rem}.import-setting-toggle input:checked+.toggle-slider:before{transform:translate(1.25rem)}.apply-import-settings{padding:.5rem 1rem;font-size:.75rem;width:100%}.import-settings-footer{margin-top:1rem}}.team-priorities-display{display:flex;flex-wrap:wrap;justify-content:center;gap:3px;margin-top:4px;padding:3px;max-width:100%}.recommended-flex-header{display:flex;justify-content:space-between}.priority-item{display:inline-flex;align-items:center;animation:fadeIn .3s ease-in-out}.priority-badge{transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000001a}.priority-badge:hover{transform:translateY(-2px);box-shadow:0 3px 5px #0003}.empty-slot-flex-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.team-priority-slot-display{width:100%;min-height:25px;display:flex;justify-content:center;align-items:center;margin-top:3px}.priority-score-high{background-color:#d32f2f;color:#fff}.priority-score-medium{background-color:#ff9800;color:#fff}.priority-score-low-medium{background-color:#ffeb3b;color:#000}.priority-score-low{background-color:#8bc34a;color:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.board-slot-mock{position:relative;transition:transform .2s ease}.board-slot-mock:hover{transform:scale(1.02);z-index:2}.empty-slot-mock{display:flex;flex-direction:column;justify-content:space-between}.priority-not-found{font-size:.65rem;padding:.2rem .3rem;color:var(--text-secondary);font-style:italic;background-color:var(--background-color);border-radius:3px;white-space:nowrap}.mobile-mockdraft-container{display:flex;flex-direction:column;min-height:100vh;background-color:#000;position:relative}.mobile-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding: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}.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:#f59e0b;font-size:16px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s}.mobile-back-button:hover{background-color:#f59e0b1a}.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:#f59e0b}.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:0 0 auto;width:100%;position:relative;z-index:1}.mobile-draft-board-container{padding:16px 16px 150px}.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}.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}.mobile-pick-card.user-pick{border-color:#f59e0b;border-width:2px;background-color:#f59e0b1a!important}.mobile-pick-card.current-pick{border-color:#f59e0b;border-width:2px}.mobile-pick-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.mobile-pick-number{font-size:14px;font-weight:700;color:#fff}.mobile-round-info{font-size:12px;color:#9ca3af}.mobile-selected-player{display:flex;flex-direction:row;align-items:center;gap:8px}.mobile-player-image-container{width:32px;height:32px;border-radius:16px;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-player-image{width:32px;height:32px;border-radius:16px;object-fit:cover}.mobile-player-info{flex:1}.mobile-player-name{font-size:14px;font-weight:700;color:#fff}.mobile-player-details{font-size:12px;margin-top:2px;color:#fff}.mobile-empty-slot{display:flex;flex-direction:column;align-items:center;padding:8px 0}.mobile-team-label{font-size:12px;font-weight:500;color:#9ca3af}.mobile-select-hint{font-size:10px;margin-top:4px;font-style:italic;color:#f59e0b}.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:hidden}@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:#fbbf2426;border-bottom:2px solid #fbbf24;padding:16px 20px}.mobile-premium-banner-content{display:flex;flex-direction:row;align-items:center;flex:1;gap:10px;color:#fbbf24}.mobile-premium-banner-text{color:#fff;font-size:14px;font-weight:600}.mobile-premium-banner-button{background-color:#fbbf24;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:#f59e0b;border-color:#f59e0b}.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:#f59e0b;border-color:#f59e0b}.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:#f59e0b;border-color:#f59e0b}.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:#f59e0b;border-color:#f59e0b}.mobile-pick-toggle-button:disabled{opacity:.5;cursor:not-allowed}.mobile-available-players-bar{position:fixed;bottom:50px;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:100}.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-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:#f59e0b;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:#f59e0b;border-radius:4px}.mobile-available-players-scroll::-webkit-scrollbar-thumb:hover{background:#d97706}.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}.mobile-player-card.selectable:hover{opacity:.9;transform:scale(1.02)}.mobile-player-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mobile-player-card-image{width:36px;height:36px;border-radius:18px;margin-right:10px;object-fit:cover}.mobile-player-card-info{flex:1}.mobile-player-card-name{font-size:14px;font-weight:700;color:#fff;line-height:1.2}.mobile-player-card-details{font-size:12px;margin-top:2px;color:#9ca3af;line-height:1.2}.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}.mobile-stat-card{display:flex;flex-direction:column;align-items:center;padding:16px 20px;border-radius:12px;background-color:#374151;min-width:100px;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}.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:#f59e0b;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}.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-rank-text{font-size:12px;font-weight:500;color:#9ca3af}@media (max-width: 400px){.mobile-pick-card{width:100%}.mobile-title{font-size:24px}.mobile-draft-info-text{font-size:16px}}: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);text-transform:uppercase;font-weight:700}.dash-title-container{display:flex;justify-content:center;align-items:center;gap:10px;padding:0 1rem;margin-top:15px;position:relative;width:100%}.dash-title{margin:0;text-align:center;text-transform:uppercase;font-weight:bolder;font-size:2rem;color:#333;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;transition:all .2s ease-in-out;padding:0;margin-left:5px}.help-button:hover{background-color:#555;transform:scale(1.05)}.help-tooltip{position:absolute;top:calc(100% + 10px);left:50%;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;animation:fadeIn .3s ease-out;box-sizing:border-box;display:block;position:relative}.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;transition:color .2s ease-in-out;border-radius:50%}.help-tooltip-close:hover{color:#333;background-color:#f0f0f0}.help-tooltip h3{margin-top:0;margin-bottom:10px;font-size:16px;color:#333;padding-right:20px}.help-tooltip: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 h3{margin-top:0;margin-bottom:10px;font-size:16px;color:#333}.help-tooltip 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}.dark-theme .help-tooltip{background-color:#333;color:#fff}.dark-theme .help-tooltip:before{border-bottom-color:#333}.dark-theme .help-tooltip h3{color:#fff}.dark-theme .help-tooltip-close{color:#aaa}.dark-theme .help-tooltip-close:hover{color:#fff;background-color:#444}@media screen and (min-width: 1200px){.help-tooltip{width:450px!important;min-width:400px!important;max-width:40vw;left:auto;right:0;transform:none}.help-tooltip:before{left:auto;right:15px;transform:none}}@media screen and (min-width: 600px) and (max-width: 1199px){.help-tooltip{width:400px!important;min-width:350px!important;max-width:80vw}}@media screen and (max-width: 768px){.help-tooltip{width:280px}}@media screen and (max-width: 576px){.help-tooltip{width:260px;padding:12px;font-size:13px}.help-tooltip h3{font-size:15px}.dash-title-container{flex-wrap:wrap;justify-content:center}.help-button-container{margin-top:5px;margin-bottom:10px}}@media screen and (max-width: 480px){.help-button{width:26px;height:26px;font-size:16px}.help-tooltip{width:250px;font-size:12px}.help-tooltip h3{font-size:14px}}@media screen and (max-width: 375px){.help-tooltip{width:calc(100vw - 40px);left:50%;transform:translate(-50%);right:auto}.help-tooltip:before{left:50%;transform:translate(-50%);right:auto}}@media screen and (max-width: 320px){.help-tooltip{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}.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;transition:all .3s ease;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;transition:color .3s ease,transform .3s ease;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;right: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;animation:fadeIn .2s ease-out}}@media screen and (max-width: 970px){.menu-item-dash:hover>.sub-menu{display:none}.sub-menu-active{display:block!important;animation:fadeIn .2s ease-out}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.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;transition:all .2s ease;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;transition:all .15s ease-in-out}.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:10px;font-size:26px;border-radius:var(--card-radius);font-weight:700;box-shadow:0 4px 8px #0003;transition:transform .3s ease,box-shadow .3s ease}.player-ind-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000004d}.player-ind-card: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:var(--card-radius)}.player-name-rec{font-size:28px;text-align:center;margin-top:3px}.white-circle-dash{background-color:#fff;border-radius:50%;width:180px;height:180px;min-width:180px;min-height:180px;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;object-position:center top;position:absolute}.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;transition:transform .2s ease,background-color .2s ease}.go-to-recruit-button:hover{transform:scale(1.05);background-color:#f0f0f0}.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;transition:all .2s ease;z-index:10;padding:0}.remove-recruit-button:hover{background-color:#ff0000b3;color:#fff;transform:scale(1.1)}.remove-recruit-button:active{transform:scale(.95)}.loading-indicator,.error-message,.empty-state{text-align:center;font-size:18px;margin:50px 0;color:#333}.error-message{color:#d32f2f}.player-draft-class{font-size:18px;font-weight:700;margin-top:3px;text-align:center}.toast-notification{position:fixed;bottom:2rem;right:2rem;background-color:#fff;color:#333;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:1001;display:flex;align-items:center;justify-content:space-between;min-width:300px;max-width:400px;animation:slideIn .3s ease-out forwards}.toast-notification.success{border-left:4px solid #10b981}.toast-notification.error{border-left:4px solid #ef4444}.toast-notification.info{border-left:4px solid #0ea5e9}.toast-message{flex:1;font-size:.875rem}.toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;margin-left:1rem;color:#999}.toast-close:hover{color:#333}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(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}}.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}.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-attribute-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:3px}.my-scouting-attribute-title-row{display:flex;align-items:center;flex:1}.my-scouting-attribute-name{font-size:18px;font-weight:700;color:#fff;flex:1}.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:8px;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}.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:#9ca3af;margin-bottom:12px;line-height:18px}.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:#9ca3af;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{margin:0 16px 16px;padding:16px}.my-scouting-modal-content{margin:16px}}.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-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}.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{background-color:#3182ce}.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-loading-container{display:flex;align-items:center;justify-content:center;padding:20px}.my-scouting-loading-text{color:#e5e7eb;margin-left:8px;font-size:14px}.my-scouting-load-more-container{display:flex;justify-content:center;margin:12px 0}.my-scouting-load-more-button{background-color:#6366f1;color:#fff;border:none;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:#4f46e5;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}}.my-scouting-container{margin:auto;height:fit-content;max-width:1000px;background-color:#1e1e24;overflow-y:auto}.my-scouting-scroll-view{padding-bottom:40px;min-height:calc(100vh - 40px)}.my-scouting-logo-name-position{display:flex;flex-direction:column}.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:#1e1e24}.my-scouting-loading-indicator{color:#4299e1;font-size:18px;margin-bottom:16px}.my-scouting-loading-text{color:#fff;font-size:16px}.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:60px 20px 20px}.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;margin-bottom:16px}.my-scouting-player-image-container{margin-right:16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.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}.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}.my-scouting-team-logo{width:24px;height:24px;object-fit:contain}.my-scouting-player-name{font-size:20px;font-weight:700;color:#fff;flex:1;margin:0}.my-scouting-player-position{font-size:14px;color:#9ca3af;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: 850px){.my-scouting-player-details-grid{flex-wrap:wrap}}.my-scouting-detail-item{width:calc(50% - 4px);margin-bottom:8px}.my-scouting-detail-label{font-size:12px;color:#9ca3af;font-weight:700}.my-scouting-detail-value{font-size:12px;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:14px;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}: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: #1a73e8;--color-button-hover: #185abc;--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:30px 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:100%;max-width:1200px;margin:40px 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: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}.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:var(--color-background-lighter);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%;background:var(--color-background-lighter);overflow:hidden;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-light)}.recruit-profile-placeholder-circle img{width:100%;height:100%;object-fit:cover}.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:var(--color-background-lighter);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:var(--color-background-lighter);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:15px}.recruit-second-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px;width:100%}.recruit-number-text{background:var(--color-background-lighter);padding:5px 10px;border-radius:5px;font-weight:700}.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-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:30px 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%}.recruit-double-entry:not(:first-child):not(:last-child){border-radius:0}}@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)}.player-comparison-container{font-family:Roboto,Arial,sans-serif;max-width:1200px;margin:0 auto;padding:10px;background-color:var(--background-color);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}.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}.help-button:hover{background-color:#4a4a4a;transform:scale(1.1)}.help-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);width:90%;max-width:600px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:20px;z-index:1000;text-align:left;color:#333;margin-top:15px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.help-tooltip p{margin-top:0;font-size:1rem;line-height:1.5}.help-tooltip p:last-of-type{margin-bottom:15px;font-style:italic}.help-tooltip ul{padding-left:20px;margin-bottom:15px}.help-tooltip li{margin-bottom:8px;font-size:.95rem;line-height:1.4}.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}.close-help:hover{background-color:#4a4a4a}@media (max-width: 768px){.help-tooltip{width:95%;padding:15px;max-width:450px}.help-tooltip p,.help-tooltip li{font-size:.9rem}}@media (max-width: 600px){.page-title h1{font-size:1.75rem}.help-tooltip{max-width:95%;padding:12px}.help-tooltip p{font-size:.85rem}.help-tooltip li{font-size:.8rem;margin-bottom:6px}}@media (max-width: 420px){.page-title{flex-direction:column}.help-button{margin:8px 0 0}.help-tooltip{left:50%;width:100%;box-sizing:border-box;border-radius:6px}}@media (max-width: 350px){.page-title h1{font-size:1.5rem}.help-tooltip{padding:10px}.help-tooltip li{font-size:.75rem}.close-help{padding:6px 12px;font-size:.8rem}}@media (min-width: 1600px){.help-tooltip{max-width:700px;padding:25px}.help-tooltip p{font-size:1.1rem}.help-tooltip li{font-size:1.05rem;margin-bottom:10px}.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}.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 8px 8px;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:4px;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%}.player-section h2,.player-section h3,.player-section h4,.player-section p,.player-section .stat-label,.player-section .stat-value,.player-section strong,.player-section span{color:#fff}.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-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}.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:50%;font-weight:700;font-size:12px}.adp-check{background-color:#2ecc7133;color:#2ecc71}.adp-x{background-color:#e74c3c33;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: 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 select{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: #ffffff;--text-color: #333333;--border-color: #dddddd;--card-bg-color: #ffffff;--page-title-color: #333;--filter-label-color: black;--summary-bg-color: #ffffff;--chart-bg-color: #ffffff;--chart-text-color: #333;--winner-bg-color: rgba(76, 175, 80, .1);--position-label-color: black;--chart-grid-color: rgba(0, 0, 0, .1)}body.dark-theme,.dark-theme{--background-color: rgb(22, 21, 21);--text-color: #FBFBFB;--border-color: #555555;--card-bg-color: rgb(40, 40, 40);--page-title-color: #FBFBFB;--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)}.theme-toggle-button{background:transparent;border:none;cursor:pointer;font-size:1.5rem;margin-left:15px;padding:5px 10px;border-radius:50%;transition:background-color .3s}.dark-theme .theme-toggle-button{background-color:#ffffff1a}.theme-toggle-button:hover{background-color:#80808033}.dark-theme .player-column input,.dark-theme .filter-select{background-color:#4c4949;color:#fff}.dark-theme .search-results{background-color:#282828;border-color:#555}.dark-theme .search-result-item{border-bottom-color:#555;color:#fbfbfb}.dark-theme .search-result-item:hover{background-color:#3c3c3c}.dark-theme .radar-chart-box{color:#fff}.dark-theme .radar-chart-box canvas{filter:brightness(1.1)}.dark-theme .radar-charts-container h3,.dark-theme .radar-chart-box h4,.dark-theme .radar-chart text,.dark-theme .radar-chart .chartjs-tooltip{color:#fff!important}.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: 480px){.recruit-game-teams{flex-direction:column;gap:10px}.recruit-home-team,.recruit-away-team{justify-content:center}.recruit-vs{margin:5px 0}}.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}}.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:22px;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:0;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:8px}.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)}}.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}.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;padding:10px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;color:#fff}.recruit-game-logs h3{color:#fff}.game-logs-content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;gap:10px}.game-row{display:flex;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background-color:#ffffff0d;gap:15px;max-width:600px}.game-info-gamelog{display:flex;flex-direction:column;align-items:flex-start;gap:5px;flex:1.6;min-width:0}.team-info{display:flex;align-items:center;gap:5px;flex:1;min-width:0}.team-info.winner{background:#06b6d412;border-radius:6px;padding:4px 6px;transition:background-color .18s ease,transform .12s ease}.team-info.winner:hover{transform:translateY(-2px)}.team-info.winner .team-name{color:#06b6d4;font-weight:700}.team-logo{width:24px;height:24px;background-color:#fff;border-radius:50%;padding:1px;box-sizing:border-box;flex-shrink:0}.team-name{font-weight:700;color:#fff;font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:wrap;text-align:center}.team-score{font-size:14px;font-weight:400;color:#fff;min-width:20px;text-align:center;flex-shrink:0}.team-score.winner{font-weight:800;color:#06b6d4}.vs{font-weight:700;color:#fff;font-size:12px;padding-left:20px}.game-week{font-size:12px;color:#ffffffb3;flex-shrink:0;white-space:nowrap}.game-stats{display:flex;flex-direction:column;gap:15px;flex:2;min-width:0}.stat-category-section{flex:1;min-width:0}.category-title{color:#fff;font-size:11px;margin-bottom:5px;font-weight:700;text-transform:uppercase}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.stat-cell{display:flex;flex-direction:column;align-items:center;padding:3px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;border-radius:3px;min-height:30px}.stat-category{font-size:8px;color:#fff9;text-transform:uppercase;margin-bottom:1px}.stat-value{font-size:10px;font-weight:700;color:#fff}.gamelogs-header{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.toggle-button{background-color:#ffffff1f;color:#fff;border:none;padding:8px 12px;border-radius:18px;cursor:pointer;font-weight:700;font-size:13px;transition:transform .15s ease,background-color .15s ease}.toggle-button:hover{transform:translateY(-2px);background-color:#ffffff2e}@media (max-width: 420px){.toggle-button{padding:6px 10px;font-size:12px}}@media (max-width: 950px){.game-row{width:90%}}@media (max-width:670px){.game-row{flex-direction:column}.team-info{justify-content:space-between}.game-info-gamelog{flex-direction:row;align-items:center}.team-score{margin:0;padding:0}.vs{padding:0 10px}}@media (max-width: 350px){.team-name{font-size:.4rem}.team-info img{width:20px;height:20px}.team-info span{font-size:.5rem}}.scoreboard-container{margin-top:50px;text-align:center}.scoreboard-title{font-size:3rem;font-weight:700;color:var(--page-title-color);margin:0;text-transform:uppercase;letter-spacing:1px}@media (max-width: 600px){.scoreboard-title{font-size:2rem}}.scoreboard-main-grid{display:grid;grid-template-columns:repeat(auto-fill,400px);justify-content:center;align-items:center}@media (max-width: 460px){.scoreboard-main-grid{display:grid;grid-template-columns:repeat(auto-fill,300px);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}.scoreb-team-logo img{width:35px;height:auto}.scoreb-team-name{flex:0 0 150px;text-align:left;font-weight:700;white-space:nowrap;overflow:hidden;font-size:1rem;line-height:1.2}.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%}@media (max-width: 900px){.scoreboard-filters-container{overflow:visible;flex-direction:column;align-items:center;justify-content:center;gap:1rem}}.scoreboard-filter-item{position:relative;margin:0 10px}.scoreboard-menu-item{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}.scoreboard-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}.scoreboard-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}.scoreboard-calendar-dropdown{position:absolute;top:100%;background:#d3d3d3;border-radius:5px;display:none;z-index:10;box-shadow:0 4px 6px #0000001a;padding:10px}.scoreboard-calendar-dropdown.show{display:block}.calendar-header{margin-bottom:15px}.calendar-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.calendar-nav button{color:#000;border:none;border-radius:4px;padding:5px 10px;cursor:pointer;font-weight:700}.calendar-nav button:hover{background-color:#333}.calendar-month-year{font-weight:700;color:#000;font-size:1.1rem}.calendar-all-button{width:100%;background-color:#5d5b5b;color:#fff;border:none;border-radius:4px;padding:8px;cursor:pointer;font-weight:700;text-transform:uppercase}.calendar-all-button:hover{background-color:#4a4a4a}.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:#000;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:#000}.calendar-day.selectable:hover{background-color:#4a4a4a;color:#fff}.calendar-day.empty{cursor:default}@media (max-width: 600px){.scoreboard-calendar-dropdown{min-width:280px;left:-50px}.scoreboard-menu-item{width:180px;font-size:1rem}.calendar-nav button{padding:3px 6px;font-size:.9rem}.calendar-month-year{font-size:1rem}}@media (max-width: 400px){.scoreboard-calendar-dropdown{width:200px;padding:5px}.calendar-nav button{padding:3px 6px;font-size:.8rem}.calendar-month-year{font-size:1rem}.calendar-all-button{padding:6px;font-size:.9rem}.calendar-weekday{padding:2px;font-size:.9rem}.calendar-day{padding:0;min-height:25px;font-size:.7rem}}.scoreboard-conference-dropdown{position:absolute;top:100%;left:0;right:0;background:#d3d3d3;border-radius:5px;display:none;z-index:100;min-width:200px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto}.scoreboard-conference-dropdown.show{display:block}.conference-option{padding:10px 15px;cursor:pointer;border-bottom:1px solid #ccc;transition:background-color .2s ease;color:#000;font-weight:700;text-transform:uppercase;white-space:normal;word-break:break-word;overflow-wrap:break-word}.conference-option:hover{background-color:#4a4a4a;color:#fff}.conference-option.selected{background-color:#5d5b5b;color:#fff}.conference-option:last-child{border-bottom:none}@media (max-width: 600px){.scoreboard-conference-dropdown{min-width:180px}}.scoreboard-toggle-container{display:flex;align-items:center;justify-content:center;padding:10px 15px;background-color:#5d5b5b;border-radius:.5rem;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}.scoreboard-toggle-container:hover{background-color:#4a4a4a;box-shadow:0 5px 8px #0003;transform:translateY(-1px)}.scoreboard-toggle-label{color:#fff;font-weight:700;font-size:1.2rem;text-transform:uppercase;margin-right:10px;white-space:nowrap}.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)}@media (max-width: 600px){.scoreboard-toggle-container{min-width:130px;padding:8px 12px}.scoreboard-toggle-label{font-size:1rem;margin-right:8px}.scoreboard-toggle-switch{width:2.5rem;height:1.25rem}.scoreboard-toggle-knob{width:.75rem;height:.75rem;top:.25rem;left:.25rem}.peer:checked~.scoreboard-toggle-knob{transform:translate(1.25rem)}}.scoreboard-team-dropdown{position:absolute;top:100%;left:0;right:0;background:#d3d3d3;border-radius:5px;display:none;z-index:100;min-width:200px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto}.scoreboard-team-dropdown.show{display:block}.team-option{padding:10px 15px;cursor:pointer;border-bottom:1px solid #ccc;transition:background-color .2s ease;color:#000;font-weight:700;text-transform:uppercase;white-space:normal;word-break:break-word;overflow-wrap:break-word}.team-option:hover{background-color:#4a4a4a;color:#fff}.team-option.selected{background-color:#5d5b5b;color:#fff}.team-option:last-child{border-bottom:none}@media (max-width: 600px){.scoreboard-team-dropdown{min-width:180px}}.scoreboard-week-dropdown{position:absolute;top:100%;left:0;right:0;background:#d3d3d3;border-radius:5px;display:none;z-index:100;min-width:200px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto}.scoreboard-week-dropdown.show{display:block}.week-option{padding:10px 15px;cursor:pointer;border-bottom:1px solid #ccc;transition:background-color .2s ease;color:#000;font-weight:700;text-transform:uppercase;white-space:normal;word-break:break-word;overflow-wrap:break-word}.week-option:hover{background-color:#4a4a4a;color:#fff}.week-option.selected{background-color:#5d5b5b;color:#fff}.week-option:last-child{border-bottom:none}@media (max-width: 600px){.scoreboard-week-dropdown{min-width:180px}}.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:nowrap;overflow:hidden;font-size:1rem;line-height:1.2}.scoreb-team-record-live{flex:0 0 60px}.scoreb-team-odds-live{flex:0 0 70px}.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:nowrap;overflow:hidden;font-size:1rem;line-height:1.2}.scoreb-team-record-completed{flex:0 0 60px}.scoreb-team-odds-completed{flex:0 0 70px}.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}@media (max-width: 460px){.live-game-card,.live-game-card-live,.live-game-card-completed{height:170px;margin:5px;padding:3px 0}.date-time-flexbox,.date-time-flexbox-live,.date-time-flexbox-completed{padding-bottom:5px}.day-date-flex,.day-date-flex-live,.day-date-flex-completed{flex:0 0 100px}.slash-gap,.slash-gap-live,.slash-gap-completed{left:105px;font-size:1.2rem}.scoreboard-time,.scoreboard-live-gametime-flex,.scoreboard-time-completed{flex:0 0 140px}.scoreboard-network,.scoreboard-network-live,.scoreboard-network-completed{flex:0 0 60px;font-size:.8rem}.scoreb-team-bar,.scoreb-team-bar-live,.scoreb-team-bar-completed{padding:3px 0;gap:8px}.scoreb-team-logo,.scoreb-team-logo-live,.scoreb-team-logo-completed{flex:0 0 40px}.scoreb-team-logo img{width:28px;height:auto}.scoreb-team-name,.scoreb-team-name-live,.scoreb-team-name-completed{flex:0 0 80px;font-size:.9rem;white-space:wrap}.scoreb-team-record,.scoreb-team-record-live,.scoreb-team-record-completed,.scoreb-team-odds,.scoreb-team-odds-live,.scoreb-team-odds-completed{flex:0 0 50px;font-size:.9rem}.scoreb-live-score,.scoreb-live-score-live,.scoreb-live-score-completed{font-size:1rem}.betting-flex-box,.betting-flex-box-live,.betting-flex-box-completed{gap:30px}.scoreb-logo-bg{width:28px;height:28px}.scoreb-logo-bg img{width:20px;height:20px}}.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}@media (max-width: 600px){.scoreboard-load-more-btn{width:180px;font-size:1rem}}@media (max-width: 400px){.scoreboard-load-more-btn{width:160px;font-size:.9rem}}.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:110px;left:0;background:#007bff;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}.sb-team-name-row{display:flex;flex-direction:row;align-items:center;justify-content:center}.sb-team-score-name{font-size:11px;font-weight:700;text-align:center;line-height:12px;max-width:80px}.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:#007bff;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-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:140px}.sb-score-section{padding:24px}.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{width:60px;height:60px}.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:90px}.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:150px;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}.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)}.hero-section:hover .split:not(:hover) .overlay{background:#000000d9}.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{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.8;animation:bounce 2s infinite}.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{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}.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%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.split.right{bottom:0;top:auto;width:100%;border-left:none;border-top:1px solid rgba(255,255,255,.1)}.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}}
