*{box-sizing:border-box;margin:0;padding:0}@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}.app-layout{display:flex;flex-direction:column;min-height:100vh;height:auto;width:100%}.app-main{min-height:100vh;height:auto}:root{--font-500: clamp(1rem, 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:900;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:400px;color:var(--color-primary);background-color:#000;font-weight:700;display:flex;justify-content:center;flex-direction:column;align-items:center;padding-bottom:20px;transition:all .3s ease;pointer-events:none;opacity:0;transform:translateY(-100%);visibility:hidden;border-radius:0 0 20px 20px;border-bottom:1px solid gray}@media screen and (max-height: 511px){.dropdown-navbar{height:400px}}.dropdown-navbar.show{opacity:1;transform:translateY(0);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:2em}.dropdown-item-nav{font-size:1.5rem;text-align:center;opacity:0;transform:translateY(-20px)}.dropdown-content.slide-in{animation:dropdown-slide-in .5s ease forwards}.dropdown-content.slide-out{animation:dropdown-slide-out .5s ease forward .5s}.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 .2s}.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 .3s}.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}.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 .3s 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:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 10px 40px #00000080;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 #333}.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}.login-form{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-group{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:#a3d4f0}.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}.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}@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:6px;font-family:inherit;font-size:inherit}.username-display{font-weight:600}.user-menu-arrow{font-size:.7rem;transition:transform .05 ease;color:var(--color-text-secondary)}.user-menu-arrow.open{transform:rotate(180deg);color:var(--color-accent-cyan)}.user-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:12px;box-shadow:0 10px 30px var(--color-shadow-heavy);min-width:200px;z-index:2000;overflow:hidden}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-info{padding:1rem;background:#00ffff0d;border-bottom:1px solid var(--color-border-primary)}.user-greeting{color:var(--color-text-primary);font-weight:600;font-size:.9rem}.user-menu-divider{height:1px;background:var(--color-border-primary);margin:.5rem 0}.user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--color-text-primary);font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;font-family:inherit}.user-menu-item:hover{background:var(--color-hover-bg);color:var(--color-accent-cyan);padding-left:1.25rem}.logout-item{color:#ff6b6b;border-top:1px solid var(--color-border-primary);margin-top:.5rem}.logout-item:hover{background:#ff6b6b1a;color:#ff8a8a}.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 (max-width: 768px){.user-dropdown-menu{right:-1rem;min-width:180px}.user-info{padding:.75rem}.user-greeting{font-size:.8rem}.user-menu-item{padding:.6rem .75rem;font-size:.85rem}.username-display{font-size:.9rem}}@media (max-width: 480px){.user-dropdown-menu{right:-2rem;min-width:160px}.user-menu-trigger{padding:.4rem .8rem}.username-display{font-size:.8rem}.user-menu-item{padding:.5rem .6rem;font-size:.8rem}}.user-menu-trigger:focus,.user-menu-item:focus{outline:2px solid var(--color-accent-cyan);outline-offset:2px}@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}: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;transition:all .3s;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;border-right:2px solid var(--color-text-secondary);border-bottom:2px solid var(--color-text-secondary);transform:rotate(45deg) translateY(-3px);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;transition:all .2s;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}}.custom-rankings-container{width:100%;height:90vh}.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{background:#00ffff1a;transform:scale(1.02)}.tier-label:after{content:"Double-click to edit";position:absolute;bottom:-25px;left:50%;transform:translate(-50%);background:#000000e6;color:#0ff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:400;text-transform:none;letter-spacing:normal;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:15}.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}.custom-empty-rank-cell{}}.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}}.signup-container{min-height:100vh;background:var(--color-primary-bg);display:flex;justify-content:center;align-items:center;padding:2rem;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.signup-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,255,255,.05) 0%,transparent 50%);pointer-events:none}.signup-box{background:var(--gradient-primary);border:1px solid var(--color-border-primary);border-radius:16px;box-shadow:0 20px 60px var(--color-shadow-heavy);width:100%;max-width:480px;padding:3rem;position:relative;z-index:1;animation:slideInUp .6s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.signup-box h2{color:var(--color-text-primary);font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:2rem;position:relative}.signup-box h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--color-accent-cyan);border-radius:2px;box-shadow:0 0 15px var(--color-accent-cyan-glow)}.signup-box form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input{padding:1rem 1.25rem;border-radius:10px;border:1px solid var(--color-border-primary);background:var(--color-surface);color:var(--color-text-primary);font-size:1rem;font-family:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus{border-color:var(--color-accent-cyan);background:var(--color-tertiary-bg)}.form-group input::placeholder{color:var(--color-text-muted)}.form-group input:focus::placeholder{color:var(--color-text-secondary)}.error-message{color:#f44;font-size:.875rem;font-weight:500;margin:0;padding:.25rem 0;display:flex;align-items:center;gap:.5rem}.error-message:before{content:"⚠";color:#f44;font-size:1rem}.general-error{background:#ff44441a;border:1px solid rgba(255,68,68,.3);border-radius:8px;padding:1rem;margin-bottom:1rem;text-align:center}.password-requirements{background:#00ffff0d;border:1px solid rgba(0,255,255,.2);border-radius:8px;padding:1rem;margin-top:.5rem}.password-requirements p{color:var(--color-text-secondary);font-size:.875rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.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}.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:#0f8}.requirement-met .requirement-icon{background:#0f8;color:#000}.requirement-not-met{color:var(--color-text-muted)}.requirement-not-met .requirement-icon{background:var(--color-border-primary);color:var(--color-text-muted);border:2px solid var(--color-text-muted)}.signup-button{background:linear-gradient(90deg,var(--color-accent-cyan),var(--color-accent-cyan-hover));color:#000;border:none;border-radius:10px;padding:1.25rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;margin-top:1rem;font-family:inherit}.signup-button:hover{background:linear-gradient(90deg,var(--color-accent-cyan-hover),var(--color-accent-cyan))}.signup-button:active{transform:translateY(0)}.signup-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-link{text-align:center;color:var(--color-text-secondary);font-size:.9rem;margin-top:1.5rem}.login-link a{color:var(--color-accent-cyan);text-decoration:none;font-weight:600;position:relative}.login-link a:hover{color:var(--color-accent-cyan-hover)}.login-link a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--color-accent-cyan)}.login-link a:hover:after{width:100%}.toast-notification{position:fixed;top:20px;right:20px;background:var(--color-secondary-bg);border:1px solid var(--color-border-primary);border-radius:10px;padding:1rem 1.5rem;box-shadow:0 10px 30px var(--color-shadow-heavy);z-index:10000;display:flex;align-items:center;gap:1rem;max-width:400px;animation:slideInFromRight .4s ease-out}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-notification.success{border-left:4px solid #00ff88;background:linear-gradient(135deg,var(--color-secondary-bg),rgba(0,255,136,.1))}.toast-notification.error{border-left:4px solid #ff4444;background:linear-gradient(135deg,var(--color-secondary-bg),rgba(255,68,68,.1))}.toast-notification.info{border-left:4px solid var(--color-accent-cyan);background:linear-gradient(135deg,var(--color-secondary-bg),var(--color-accent-cyan-light))}.toast-message{color:var(--color-text-primary);font-size:.9rem;font-weight:500;flex:1}.toast-close{background:none;border:none;color:var(--color-text-secondary);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:var(--color-text-primary);background:var(--color-hover-bg)}@media (max-width: 768px){.signup-container{padding:1rem}.signup-box{padding:2rem;max-width:none;margin:1rem}.signup-box h2{font-size:1.5rem}.form-group input{padding:.875rem 1rem;font-size:.9rem}.signup-button{padding:1rem 1.5rem;font-size:.9rem}.password-requirements{padding:.75rem}.password-requirements ul{gap:.4rem}.toast-notification{top:10px;right:10px;left:10px;max-width:none}}@media (max-width: 480px){.signup-box{padding:1.5rem}.signup-box h2{font-size:1.25rem;margin-bottom:1.5rem}.form-group input{padding:.75rem;font-size:.85rem}.signup-button{padding:.875rem 1.25rem;font-size:.85rem}.password-requirements li{font-size:.8rem}.requirement-icon{width:16px;height:16px;font-size:.7rem}}.signup-button.loading{position:relative;color:transparent}.signup-button.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid transparent;border-top:2px solid #000000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signup-button:focus,.form-group input:focus,.login-link a:focus{outline:2px solid var(--color-accent-cyan);outline-offset:2px}@media (prefers-contrast: high){.signup-box{border:2px solid var(--color-accent-cyan)}.form-group input{border:2px solid var(--color-border-primary)}.form-group input:focus{border:2px solid var(--color-accent-cyan)}}@media (prefers-reduced-motion: reduce){.signup-box,.toast-notification{animation:none}.form-group input,.signup-button,.login-link a{transition:none}}} } @media (prefers-reduced-motion: reduce){.signup-box,.toast-notification{animation:none}.form-group input,.signup-button,.login-link a{transition:none}}:root{--font-title: 10rem;--loading-title-font: 1.2rem;--svg-size: 150px;--loading-bar-width: 300px}.loader-container{display:flex;height:100vh;justify-content:center;align-items:center;flex-direction:column}.flex-box-loading{display:flex;flex-direction:column;justify-content:center;align-items:center}.fantasy-span{display:inline-block;color:var(--color-secondary-light);animation:slide-in-fantasy 1.5s ease-out forwards,flicker-white 2s ease-in-out 1.5s forwards}.buddy-span{display:inline-block;color:var(--color-secondary-light);font-size:var(--font-title);font-weight:900;animation:slide-in-fantasy 1.5s ease-out forwards,flicker-neon 2s ease-in-out 1.5s forwards}.logo-container{font-size:var(--font-title);font-weight:900;position:relative}@media screen and (max-width : 1501px){:root{--font-title: 7rem;--svg-size: 100px}}@media screen and (max-width : 1060px){:root{--font-title: 5rem;--svg-size: 80px}}@media screen and (max-width : 820px){:root{--font-title: 4rem;--svg-size: 70px;--loading-bar-width: 200px;--loading-title-font: 1rem}}@media screen and (max-width : 648px){:root{--font-title: 3rem;--svg-size: 50px}}@media screen and (max-width : 477px){:root{--font-title: 1.9rem;--svg-size: 30px;--loading-bar-width: 120px;--loading-title-font: .9rem}}} */ .ligtning-logo{display:inline-block}.lightning-svg{fill:gray;width:var(--svg-size);animation:slide-in-fantasy 1.5s ease-out forwards,flicker-neon-fill 2s ease-in-out 1.5s forwards}.loading-title{color:var(--color-secondary);font-size:var(--loading-title-font);font-weight:700}.title-loading{display:flex;justify-content:center;align-items:center}.loading-bar{position:relative;width:var(--loading-bar-width);height:20px;border:2px solid var(--color-secondary);border-radius:10px;overflow:hidden;margin:1rem 0;background-color:var(--color-background)}.loading-bar:before{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background-color:var(--color-secondary);animation:fill-bar 3s ease-out forwards;box-shadow:0 0 5px var(--color-secondary),0 0 15px var(--color-secondary);border-radius:10px}.logo-transitioning{position:fixed;z-index:1000;transition:all .6s ease-in-out}.center-position{top:50%;left:50%;transform:translate(-50%,-50%)}.topright-position{left:20px;transform:scale(.5)}@keyframes slide-in-fantasy{0%{transform:translate(-1000%);color:gray}to{transform:translate(0)}}@keyframes flicker-white{0%{color:gray;opacity:1}10%{color:var(--color-primary);opacity:1}20%{color:gray;opacity:1}30%{color:var(--color-primary);opacity:1}40%{color:gray;opacity:1}50%{color:var(--color-primary);opacity:1}60%{color:var(--color-primary);opacity:1}70%{color:gray;opacity:1}80%{color:var(--color-primary);opacity:1}to{color:var(--color-primary);opacity:1}}@keyframes flicker-neon{0%{color:gray;opacity:1}10%{color:var(--color-secondary);opacity:1}20%{color:gray;opacity:1}30%{color:var(--color-secondary);opacity:1}40%{color:gray;opacity:1}50%{color:var(--color-secondary);opacity:1}60%{color:var(--color-secondary);opacity:1}70%{color:gray;opacity:1}80%{color:var(--color-secondary);opacity:1}to{color:var(--color-secondary);opacity:1}}@keyframes flicker-neon-fill{0%{fill:gray;opacity:1}10%{fill:var(--color-secondary);opacity:1}20%{fill:gray;opacity:1}30%{fill:var(--color-secondary);opacity:1}40%{fill:gray;opacity:1}50%{fill:var(--color-secondary);opacity:1}60%{fill:var(--color-secondary);opacity:1}70%{fill:gray;opacity:1}80%{fill:var(--color-secondary);opacity:1}to{fill:var(--color-secondary);opacity:1;filter:drop-shadow(0 0 6px var(--color-secondary)) drop-shadow(0 0 12px var(--color-secondary))}}@keyframes fill-bar{0%{width:0%}to{width:100%}}.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;padding-left:10px;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)}}@keyframes fadeIn{0%{opacity:0}to{opacity: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"}.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}.background-profile-logo{position:absolute;width:430px;height:auto;top:0;left:-10px;opacity:20%;z-index:0}.player-profile-header{display:flex;position:relative;top:30px}.player-profile-headshot img{height:auto;width:400px}.profile-name-position-flex{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:40px;position:relative;z-index:1000;right:50px}.player-profile-name{font-size:4.5rem;font-family:Jersey;position:relative;top:40px;line-height:.95}.position-number-flex{display:flex;align-items:center;position:relative}.player-profile-position{font-size:2.3rem;color:#bebcbc;font-family:Jersey;font-weight:500;text-transform:uppercase;flex:1}.player-profile-dot{position:relative;bottom:18px;font-size:2rem;height:5px;font-weight:700;flex:.1}.player-profile-number{font-size:2.3rem;font-weight:500;font-family:Jersey;color:#bebcbc;background:url(/assets/white_scribble-A3-2bi-c.png);background-size:cover;background-position:center;width:220px;height:110px;position:relative;overflow-y:visible;top:35px;transform:rotate(-20deg);display:flex;justify-content:center;align-items:center;flex:.6}.number-profile-real{position:relative;right:5px;bottom:5px;font-size:4.3rem;transform:rotate(20deg);font-weight:800}.number-profile-real span{font-family:Inter;font-size:1.9rem}.height-weight-box{width:800px;height:150px;position:relative;background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);color:gray;text-transform:uppercase;display:flex;align-items:center;padding-left:30px;padding-top:0}.height-weight-box span{color:#fff;font-weight:600}.height-weight-box-flex{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;font-size:1rem}.height-weight-flex{display:flex;gap:60px;font-size:1.2rem;justify-content:center;align-items:center;border-bottom:1px solid rgba(128,128,128,.709);color:gray;text-transform:uppercase;font-size:1rem}.team-height-weight-box{display:flex;flex-direction:column;flex:0 0 35%;width:35%;gap:4px}.team-height-weight-box>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0;gap:12px;align-items:flex-start}.team-height-weight-box>div span{text-align:right;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.college-flex-box{display:flex;align-items:flex-start;flex:0 0 25%;flex-direction:column;width:25%;gap:4px}.college-flex-box>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0}.stats-flex-box{margin-top:22px;display:flex;align-items:flex-start;flex:0 0 25%;flex-direction:column;width:25%;gap:4px}.stats-flex-box>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0}.full-year-stats-container{width:800px;border-radius:20px;height:175px;background-color:#121212;display:flex;flex-direction:column;padding:5px 20px}.full-year-stats-container-1{border-radius:10px;height:175px;background-color:#121212;display:flex;flex-direction:column;padding:5px 20px}.full-year-stats-container-1 .full-stats-stat-flex{flex-direction:column}.full-stats-title-flex{display:flex;justify-content:center;align-items:center;gap:40px}.full-stats-title-title{font-family:Jersey;font-size:2rem}.full-stats-stat-flex{display:flex;align-items:center;gap:30px}.full-stats-category-flex{display:flex;flex-direction:column;flex:1}.full-stats-category-stat-flex{display:flex;justify-content:space-between}.full-stats-label{color:gray;font-size:1rem}.full-stats-value{font-size:1.1rem}.full-stats-category-title{text-align:center;font-size:1.3rem;margin-bottom:10px}.depth-stock-container{display:flex;gap:30px}.depth-chart-container{width:300px;height:330px;color:#fff;position:relative;z-index:10;overflow-x:visible}.depth-chart-title{display:flex;justify-content:center;align-items:center;height:10px;font-size:2rem;font-family:Jersey;padding:20px 10px}.depth-chart-flex{gap:5px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:visible;height:330px;padding-right:5px}.depth-chart-flex::-webkit-scrollbar{width:6px}.depth-chart-flex::-webkit-scrollbar-track{background:#000;border-radius:3px}.depth-chart-flex::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.depth-chart-flex::-webkit-scrollbar-thumb:hover{background:#555}.depth-player-card{background-color:#ffffff1a;border-radius:8px;border:2px solid rgba(255,255,255,.3);display:flex;justify-content:space-between;padding:5px 10px;align-items:center;overflow-y:hidden;overflow-x:visible;height:70px;min-height:70px;width:100%;transition:transform .2s ease-in-out;z-index:11;position:relative;flex-shrink:0}.depth-player-card:hover{background-color:#ffffff81;cursor:pointer}.depth-player-card.current-player{background-color:#ffffff81;border-radius:8px;border:2px solid rgba(255,255,255,.3)}.dpc-headshot{position:relative;flex:0 0 80px;display:flex;justify-content:center;align-items:center}.dpc-headshot img{width:110px;height:auto}.dpc-name{font-family:Jersey;font-size:1.2rem;flex:1;text-align:left;padding-left:10px}.dpc-depth{font-family:Jersey;font-size:1.2rem;flex:0 0 30px;text-align:center}.stock-adp-flex{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;position:relative}.stock-adp-title{font-size:2rem;font-family:Jersey;height:35px}.profile-adp-container{width:470px;height:100px;display:flex;background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);padding:5px 30px;gap:30px}.profile-adp-left,.profile-adp-right{font-size:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:gray;text-transform:uppercase;gap:4px;flex:1}@media (max-width: 1000px){.profile-adp-left,.profile-adp-right{font-size:.8rem}}.profile-adp-left{flex-wrap:nowrap}.profile-adp-left>div,.profile-adp-right>div{display:flex;justify-content:space-between;width:100%;margin-bottom:0;gap:12px;align-items:flex-start}.profile-adp-left>div span,.profile-adp-right>div span{text-align:right;flex-shrink:1;min-width:0;color:#fff;font-weight:600}.profile-adp-right>div span{word-wrap:break-word;overflow-wrap:break-word}.stock-container{background-color:#121212;border-radius:20px;backdrop-filter:blur(12px) saturate(200%);-webkit-backdrop-filter:blur(12px) saturate(200%);font-size:1rem}.fantasy-performance-title-flex{display:flex;justify-content:center;gap:10px;align-items:center}.format-selector-dropdown{width:120px;display:flex;height:35px;background-color:#1e1e1ee6;border:1px solid rgba(128,128,128,.4);justify-content:space-between;border-radius:8px;padding:8px 12px;align-items:center;position:relative;cursor:pointer;transition:all .2s ease}.format-selector-dropdown:hover{border-color:#808080b3;background-color:#282828e6}.format-selector-dropdown-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer}.format-selector-dropdown-title{text-transform:uppercase;font-weight:500;font-family:Jersey;display:flex;align-items:center;font-size:.9rem;color:#fff}.dropdown-arrow-profile{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #ccc;transition:transform .2s ease}.dropdown-arrow-profile.open{transform:rotate(180deg)}.format-selector-dropdown-menu{position:absolute;width:120px;top:37px;left:-1px;z-index:2000;background-color:#141414f2;border:1px solid rgba(128,128,128,.4);border-top:none;border-radius:0 0 8px 8px;text-transform:uppercase;padding:8px 0;box-shadow:0 4px 6px #0000004d}.format-selector-dropdown-options{padding:8px 12px;transition:background-color ease;font-family:Jersey;font-size:.9rem}.format-selector-dropdown-options:hover{cursor:pointer;background-color:#3c3c3ccc}.contract-container{display:flex;gap:20px;justify-content:space-between;width:100%}.contract-container-1{width:300px;display:flex;flex-direction:column;gap:20px}.profile-contracts{width:300px;background-color:#121212;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:15px}.profile-contracts-title{font-size:2.2rem;font-weight:700;text-transform:uppercase;font-family:Jersey}.profile-contracts-title-flex{display:flex;align-items:center;justify-content:center;gap:20px;border-bottom:1px solid rgba(128,128,128,.226);width:100%}.contracts-title-symbol img{width:40px;height:auto}.contracts-label{font-size:.7rem;color:gray}.contracts-value{font-size:.8rem}.profile-contracts-year-value,.profile-contracts-start-end{display:flex;gap:10px}.contracts-value-label{display:flex;flex-direction:column;align-items:center}.contracts-table{border-collapse:collapse}.contracts-table thead{font-size:.6rem;color:gray;border-bottom:1px solid gray}.contracts-table tbody{font-size:.6rem;font-weight:400}.contracts-table tr{border-bottom:1px solid gray}.contracts-table td{text-align:center;padding:10px}.contract-icon{width:40px;height:40px}.dep-positions-container{width:300px;background-color:#121212;border-radius:20px;padding:20px;height:640px}.dep-title-flex{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:10px;border-bottom:1px solid rgba(128,128,128,.33)}.dep-title{font-family:Jersey;font-size:1.4rem}.dep-title-symbol img{width:30px;height:auto}.dep-wr-container{display:flex;flex-direction:column;gap:5px}.dep-position-title-flex{display:flex;align-items:center;justify-content:center}.dep-position-title{font-size:.9rem}.dep-title-flex-inner{display:flex;justify-content:space-between;align-items:center;width:200px}.dep-position-flex{display:flex}.dep-player-flex{display:flex;justify-content:center;background:linear-gradient(135deg,#ffffff08,#ffffff03);padding:15px;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.dep-single-player-flex{display:flex;flex-direction:column;align-items:center;width:55px;transition:transform .3s ease;gap:2px}.dep-single-player-flex:hover{transform:scale(1.05);cursor:pointer}.dep-player-headshot{height:50px;width:50px;border-radius:20px;background-color:#4f4f4f49;display:flex;justify-content:center;align-items:center;overflow:hidden}.dep-player-headshot img{width:70px;height:auto;object-fit:cover}.dep-player-name{font-size:.6rem;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:80px}.dep-player-rank{font-size:.6rem;text-align:center}.dep-player-rank span{color:gray}.profile-oline-container{background-color:#121212;border-radius:20px;display:flex;flex-direction:column;padding:12px;margin-left:10px;width:460px;border:1px solid rgba(255,255,255,.05)}.profile-oline-title-flex{display:flex;justify-content:center;align-items:center;gap:12px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:15px}.profile-oline-title{font-size:2.1rem;font-family:Jersey;letter-spacing:1px}.profile-oline-symbol img{width:30px;height:auto;opacity:.9}.title-ranks-flex{display:flex;flex-direction:column}.profile-oline-ranks{display:flex;justify-content:space-around;align-items:center;gap:30px}.profile-oline-run-rank,.profile-oline-pass-rank{flex:1;text-align:center;display:flex;flex-direction:column;gap:8px}.oline-rank-label{font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.oline-rank-value{font-size:.95rem;font-weight:700;border-radius:8px;padding:8px 14px;box-shadow:0 4px 8px #0003;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.oline-rank-value:hover{transform:scale(1.05);box-shadow:0 6px 12px #0000004d}.oline-rank-value span{font-size:.65rem;opacity:.9;margin-left:1px}.profile-coach-container{background-color:#121212;border-radius:20px;margin-left:10px;margin-top:10px;width:460px;height:auto;display:flex;flex-direction:column;align-items:center;padding:20px;gap:15px;border:1px solid rgba(255,255,255,.05)}.coach-title-flex{display:flex;align-items:center;gap:12px;width:100%;justify-content:center;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.coach-title{font-size:1.4rem;font-family:Jersey;letter-spacing:1.5px;font-weight:600}.coach-title-symbol img{width:28px;opacity:.9}.coach-head-name-flex{display:flex;flex-direction:column;align-items:center;gap:6px}.coach-headshot{border-radius:12px;width:50px;height:50px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);overflow:hidden;display:flex;justify-content:center;align-items:center;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.coach-headshot img{margin-top:16px;width:50px}.coach-name-flex{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:100px}.coach-position-title{font-size:.8rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;font-weight:600}.coach-name{text-align:center;font-size:.75rem;width:100px;font-weight:500;color:#ffffffe6}.coach-row-flex{display:flex;gap:20px;width:100%;padding:8px 15px;background:linear-gradient(135deg,#ffffff08,#ffffff03);border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.coach-row-flex:hover{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.coach-stats-flex{display:flex;gap:15px;flex:1;justify-content:space-around}.coach-stat-single-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;flex:1}.coach-stat-label{font-size:.65rem;color:#ffffff80;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.coach-stat-value{font-size:.95rem;font-weight:700;border-radius:8px;padding:6px 14px;min-width:45px;text-align:center;box-shadow:0 4px 8px #0003;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.coach-stat-value:hover{transform:scale(1.05);box-shadow:0 6px 12px #0000004d}.coach-stat-value span{font-size:.65rem;opacity:.9;margin-left:1px}.profile-gamelog-container{width:460px}.profile-gamelog-container-2{height:500px;width:460px;background-color:#121212;border-radius:20px;margin-left:10px;margin-top:10px}.profile-gamelog-title-flex{display:flex;justify-content:center;align-items:center;padding:10px 0;gap:20px;border-bottom:1px solid rgba(128,128,128,.199);margin-bottom:10px}.profile-gamelog-title{font-family:Jersey;font-size:1.6rem}.profile-gamelog-symbol img{width:30px}.profile-gamelog-table-container{overflow-y:auto;height:410px;padding-bottom:20px}.profile-gamelog-table-container::-webkit-scrollbar{width:6px}.profile-gamelog-table-container::-webkit-scrollbar-track{background:#121212;border-radius:3px}.profile-gamelog-table-container::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.profile-gamelog-table-container::-webkit-scrollbar-thumb:hover{background:#555}.profile-gamelog-table{border-collapse:collapse}.profile-gamelog-table thead{position:sticky;top:0;z-index:200;background-color:#121212}.profile-gamelog-table thead tr{z-index:10}.profile-gamelog-table thead tr:first-child th{font-size:.6rem;padding:2px;border-right:2px solid black;margin-right:1px;z-index:11}.profile-gamelog-table thead tr:last-child th{font-size:.6rem;color:gray;padding:12px 4px;background-color:#121212;z-index:12}.passing-header-profile,.rushing-header-profile,.receiving-header-profile{background-color:#9d969622;color:#fff;height:25px;position:sticky;top:0;z-index:2}.profile-gamelog-table tbody{overflow:auto;z-index:1}.profile-gamelog-table tbody tr{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.profile-gamelog-logo{font-family:Jersey;position:relative;height:50px;left:2px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:80px;z-index:1;white-space:wrap;font-size:.75rem;padding:8px 4px}.profile-gamelog-logo span{color:gray;font-size:.6rem}.profile-gamelog-logo img{position:absolute;opacity:.15;z-index:-1;width:100px;height:auto;right:0}.profile-fpts{width:50px;text-align:center;font-size:.85rem;font-weight:800;padding:8px 4px}.stat-check{text-align:center;width:45px;font-size:.78rem;padding:8px 4px}.stock-container{width:470px;height:220px}@media (max-width: 1670px){.profile-flex-container-1600{display:flex;flex-direction:column;justify-content:center;align-items:center}.profile-right-container{flex-direction:column-reverse;align-items:center;width:460px;gap:30px}.profile-gamelog-container{gap:10px;display:flex;flex-direction:column}.profile-under-container{display:flex;justify-content:center;width:100%;position:relative}.contract-container{display:flex;gap:20px;justify-content:space-between;width:100%}.contract-container>*:not(:last-child){position:relative}.contract-container>*:not(:last-child):after{content:"";position:absolute;right:-10px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(128,128,128,.3) 10%,rgba(128,128,128,.3) 90%,transparent);left:auto;transform:translate(90px)}.contract-container-1,.full-year-stats-container{display:none}.full-year-stats-container-1{height:auto;width:330px}.full-stats-stat-flex{justify-content:space-between;align-items:stretch;padding:20px;flex-direction:column}.profile-gamelog-container-2{height:260px}.profile-gamelog-table-container{height:240px}.profile-oline-container{margin-left:0}.profile-coach-container,.profile-gamelog-container-2{margin:0}.height-weight-box{width:98%}.depth-stock-container{width:100%;justify-content:space-evenly}.full-stats-title-title{font-size:1.7rem}.full-stats-category-title{font-weight:600}}@media (max-width: 1320px){.full-profile-container{margin-top:-30px}.background-profile-logo{left:120px}.profile-flex-container{flex-direction:column;width:100%;align-items:center}.profile-flex-container-1600,.profile-left-container{width:95%}.height-weight-box{width:100%}.profile-right-container{width:95%;flex-direction:row;align-items:flex-start;margin-top:20px}.full-year-stats-container{display:flex;height:auto;padding-top:20px}.full-stats-stat-flex{flex-direction:row}.contract-container{display:none}.contract-container-1{display:flex;gap:20px}.profile-gamelog-container-2{height:515px}.profile-gamelog-table-container{height:430px}.depth-stock-container{width:100%;justify-content:center}.stock-adp-flex{flex:1}.profile-adp-container{width:100%}.fantasy-performance-title-flex{width:100%;justify-content:center;gap:60px}.stock-container{width:100%}.full-year-stats-container{width:100%;margin-top:10px}.profile-gamelog-container{flex:1;width:100%;display:flex;flex-direction:column;align-items:center}.profile-oline-container,.profile-coach-container{width:100%}.profile-gamelog-container-2{width:100%;display:flex;flex-direction:column;align-items:center}.height-weight-box-flex{justify-content:space-between;padding-right:30px}}@media (max-width: 900px){.background-profile-logo{left:0}.stock-adp-title{font-size:1.5rem}.fantasy-performance-title-flex{margin-top:5px}}@media (max-width: 830px){.player-profile-headshot img{width:300px}.profile-gamelog-container{gap:30px}.player-profile-dot{font-size:1rem;bottom:8px}.depth-stock-container{margin-bottom:30px}.depth-chart-container{width:95%;height:auto}.height-weight-box-flex{font-size:.85rem}.profile-adp-container{width:100%;font-size:.75rem}.stock-adp-flex{width:100%}.depth-stock-container{flex-direction:column-reverse;align-items:center}.fantasy-performance-title-flex{gap:40px}.profile-right-container{flex-direction:column-reverse;align-items:center}.contract-container-1{flex-direction:row;justify-content:center}}@media (max-width: 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}}@media (max-width: 320px){.profile-gamelog-table{font-size:.55rem}.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{font-size:1.1rem}.profile-gamelog-symbol img{width:18px}.profile-oline-title{font-size:1.4rem}.oline-rank-label{font-size:.6rem}.oline-rank-value{font-size:.7rem;padding:5px 8px}.coach-title{font-size:1rem}.coach-stat-label{font-size:.5rem}.coach-stat-value{font-size:.7rem;padding:3px 6px;min-width:30px}.player-profile-headshot img{width:120px}.player-profile-name{font-size:1.5rem;top:8px}.player-profile-position{font-size:.7rem}.player-profile-number{width:45px;height:28px}.number-profile-real{font-size:.9rem}.number-profile-real span{font-size:.7rem}.height-weight-box-flex{font-size:.35rem;gap:8px}.height-weight-box{height:85px}.profile-adp-left,.profile-adp-right{font-size:.45rem}.profile-adp-container{height:75px;padding:5px 15px}.stock-adp-title{font-size:.7rem}.full-stats-stat-flex{padding:0 20px}.full-stats-title-title{font-size:1rem}.full-stats-category-title{font-size:.85rem}.contracts-title-symbol svg{width:22px;height:22px}.profile-contracts-title{font-size:1.4rem}.dep-title,.depth-chart-title{font-size:1.2rem}.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}.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}}.profile-search-container{display:flex;justify-content:center;align-items:center;height:80vh}.profile-search-bar{border-radius:5px;background-color:#333;border:none;width:350px;color:#fff;padding:10px;font-weight:700;position:relative;border:1px solid white}.profile-dropdown-menu{display:none}.profile-dropdown-menu.show{position:absolute;display:flex;flex-direction:column;width:350px;background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:auto;padding:5px;background-color:#333;color:#fff;max-height:350px;overflow:auto;--sb-track-color: #232E33;--sb-thumb-color: #85C3E8;--sb-size: 10px}.profile-dropdown-menu.show:hover{cursor:pointer}.back-to-search-button{all:unset;height:30px;width:100px;position:absolute;background-color:#121212;left:10px;top:30px;font-size:.7rem;z-index:2000;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:7px}.back-to-search-button:hover{cursor:pointer}.loader{width:120px;height:22px;border-radius:20px;color:#85c3e8;border:2px solid;position:relative}.loader:before{content:"";position:absolute;margin:2px;top:0;right:100%;bottom:0;left:0;border-radius:inherit;background:#85c3e8;animation:l6 .6s forwards}@keyframes l6{to{top:0;right:0;bottom:0;left:0}}.loading-container-profile{height:80vh;display:flex;justify-content:center;align-items:center}.profile-dropdown-player-row{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:4px 0}.profile-dropdown-name{font-weight:700}.profile-dropdown-position,.profile-dropdown-team{font-size:.8rem;color:gray}.profile-dropdown-headshot{background-color:#cccccc37;border-radius:10px;overflow:hidden;width:50px;height:40px;display:flex;justify-content:center;align-items:center}.profile-dropdown-headshot img{width:70px}.profile-dropdown-menu.show::-webkit-scrollbar{width:var(--sb-size)}.profile-dropdown-menu.show::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:3px}.profile-dropdown-menu.show::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:3px}.profile-dropdown-no-result:hover{cursor:default}.App{min-height:100vh;height:auto}.bg-player-profile{background:linear-gradient(to bottom right,#101010,#1e1e1e,#292929)}.bg-team-analyzer{background:#000;background-color:#0d0d0d}.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}
