@charset "UTF-8";.AuthInput{max-width:448px;min-width:0;width:100%}.AuthInput__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;color:#cbd7fd;margin:0}.AuthInput__input-wrapper{margin-top:8px;position:relative;width:100%}.AuthInput__input{padding:9px 44px 9px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#21243a;box-shadow:inset 0 1px #ffffff0f;color:#f0f1f5;outline:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;box-sizing:border-box;cursor:text;min-width:0;width:100%}.AuthInput__input::placeholder{color:#a4aacab3}.AuthInput__input:focus{border-color:#9df4ff59;outline:none}.AuthInput__input::-webkit-search-decoration,.AuthInput__input::-webkit-search-results-button,.AuthInput__input::-webkit-search-results-decoration{display:none}.AuthInput__input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-right:0;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.AuthInput__input::-moz-search-clear-button{width:12px;height:12px;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-size:12px 12px;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:1}.AuthInput__input--error{border-color:#f5344a}.AuthInput__input--error:focus{border-color:#f5344a}.AuthInput__toggle-password{align-items:center;animation:none;background:none;border:none;color:#a4aacab3;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:color .15s;width:44px}.AuthInput__toggle-password:hover{color:#cbd7fd}.AuthInput__error{font-family:Work Sans,sans-serif;font-size:13px;line-height:1.2;font-weight:400;letter-spacing:0;color:#f5344a;margin:5px 0 0}.AuthInput__error a{color:#55e8ff;text-decoration:underline}@media (max-width: 900px){.AuthInput__input{font-size:16px;line-height:1.3;min-height:44px;padding-top:12px;padding-bottom:12px}}.AuthBtn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:12px 16px;cursor:pointer;white-space:nowrap;position:relative;overflow:hidden;border:none;color:#fff;transition:filter .15s ease,box-shadow .15s ease;background:linear-gradient(149.7deg,#245297,#0a2e63);box-shadow:0 0 0 1px #00506466,0 6px 20px #0000005c;max-width:448px;min-width:0;width:100%}.AuthBtn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;pointer-events:none;background:linear-gradient(to bottom,#ffffff26,#ffffff0d)}.AuthBtn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.AuthBtn:hover{filter:brightness(1.15)}.AuthBtn svg{position:relative;z-index:1;flex-shrink:0;color:#fff}.AuthBtn--disable{cursor:not-allowed;filter:brightness(.9);opacity:.55;pointer-events:none}.AuthBtn--disable:hover{filter:brightness(.9)}.SignInForm{display:flex;flex-direction:column;align-items:stretch;gap:24px;width:100%}.SignInForm__section{display:flex;flex-direction:column;gap:16px;width:100%}.SignInForm__section-row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:12px 16px;justify-content:space-between;width:100%}.SignInForm__section-row>a{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;color:#55e8ff;transition:color .15s}.SignInForm__section-row>a:hover{color:#73efff}.SignInForm__chek{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;min-height:44px}.SignInForm__chek>p{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;color:#a4aacab3;margin:0}.SignInForm__chek-btn{display:flex;flex-direction:column;align-items:center;background:#21243a;border:1px solid rgba(255,255,255,.13);border-radius:4px;box-shadow:inset 0 1px #ffffff0f;box-sizing:border-box;height:16px;justify-content:center;transition:border-color .15s;width:16px}.SignInForm__chek-btn:hover{border-color:#9df4ff59}.SignInForm__chek-btn svg path{stroke:#55e8ff}.SignInForm__link-btn{display:flex;flex-direction:column;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;color:#a4aacab3}.SignInForm__link-btn>a{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:700;letter-spacing:0;color:#55e8ff;letter-spacing:.3px;text-transform:none;transition:color .15s}.SignInForm__link-btn>a:hover{color:#73efff}.SignInForm__legal{font-family:DM Sans,sans-serif;font-size:12px;line-height:1.4;font-weight:400;letter-spacing:0;color:#a4aacab3;margin:0;text-align:center}.SignInForm__legal a{font-family:DM Sans,sans-serif;font-size:12px;line-height:1.4;font-weight:600;letter-spacing:0;color:#55e8ff;text-decoration:none;transition:color .15s}.SignInForm__legal a:hover{color:#73efff}@media (max-width: 400px){.SignInForm__section-row{align-items:flex-start;flex-direction:column}}.SignIn{display:flex;flex-direction:row;background-color:#13152a;background-image:url("data:image/svg+xml,%3csvg%20width='2364'%20height='2589'%20viewBox='0%200%202364%202589'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='base'%20x1='0'%20y1='0'%20x2='2364'%20y2='2589'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0%25'%20stop-color='%23171A2B'/%3e%3cstop%20offset='48%25'%20stop-color='%2321243A'/%3e%3cstop%20offset='100%25'%20stop-color='%23181B2C'/%3e%3c/linearGradient%3e%3cradialGradient%20id='r1'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(425.52%20207.12)%20scale(1702.08%201190.94)'%3e%3cstop%20offset='0%25'%20stop-color='%23BED7FF'%20stop-opacity='0.085'/%3e%3cstop%20offset='52%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r2'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(1796.64%20466.02)%20scale(1371.12%20984.82)'%3e%3cstop%20offset='0%25'%20stop-color='%2378A5EB'%20stop-opacity='0.055'/%3e%3cstop%20offset='54%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r3'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(472.8%202278.32)%20scale(1654.8%201346.28)'%3e%3cstop%20offset='0%25'%20stop-color='%2391B9F5'%20stop-opacity='0.06'/%3e%3cstop%20offset='56%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r4'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(2080.32%202122.98)%20scale(1087.44%201605.18)'%3e%3cstop%20offset='0%25'%20stop-color='%23D2E4FF'%20stop-opacity='0.052'/%3e%3cstop%20offset='55%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient%20id='l1'%20x1='0'%20y1='0'%20x2='2364'%20y2='2589'%20gradientUnits='userSpaceOnUse'%20gradientTransform='rotate(-17%201182%201294.5)'%3e%3cstop%20offset='0%25'%20stop-color='%23FFFFFF'%20stop-opacity='0.045'/%3e%3cstop%20offset='18%25'%20stop-opacity='0'/%3e%3cstop%20offset='38%25'%20stop-color='%2387AFF0'%20stop-opacity='0.052'/%3e%3cstop%20offset='61%25'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23D2E4FF'%20stop-opacity='0.04'/%3e%3c/linearGradient%3e%3clinearGradient%20id='l2'%20x1='0'%20y1='2589'%20x2='2364'%20y2='0'%20gradientUnits='userSpaceOnUse'%20gradientTransform='rotate(9%201182%201294.5)'%3e%3cstop%20offset='0%25'%20stop-opacity='0'/%3e%3cstop%20offset='28%25'%20stop-color='%236E91D7'%20stop-opacity='0.045'/%3e%3cstop%20offset='49%25'%20stop-opacity='0'/%3e%3cstop%20offset='73%25'%20stop-color='%23E6F0FF'%20stop-opacity='0.032'/%3e%3cstop%20offset='100%25'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23base)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23l2)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23l1)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r4)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r3)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r2)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r1)'/%3e%3c/svg%3e");background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed;box-sizing:border-box;height:100%;max-width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);-webkit-overflow-scrolling:touch}.SignIn__section{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;flex:1;gap:40px;height:100%;justify-content:center;min-height:100%;min-width:0;width:100%}.SignIn__image{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--sign-in-image-bg);border-bottom-right-radius:clamp(180px,20vw,260px);overflow:hidden;padding:24px}.SignIn__logo{max-width:min(528px,100%);min-width:0;width:100%}.SignIn__logo svg{aspect-ratio:528/110;display:block;height:auto;max-width:100%;width:100%}.SignIn__form{padding:24px}.SignIn__form-container{display:flex;flex-direction:column;align-items:stretch;background:#21243a;border:1px solid rgba(255,255,255,.13);border-radius:16px;box-shadow:inset 0 1px #ffffff0f,0 6px 20px #0000003d;gap:30px;max-width:min(440px,100%);min-width:0;padding:40px;width:100%}.SignIn__form-container .PlPageTitle{align-self:center}.SignIn__session-message{color:#a4aacab3;font-size:14px;line-height:1.4;margin:0;text-align:center}@media (max-width: 900px){.SignIn{flex-direction:column;height:auto;min-height:100%;min-height:100dvh}.SignIn__section{flex:0 0 auto;height:auto;min-height:0}.SignIn__image{border-bottom-right-radius:72px;padding:28px 24px 32px}.SignIn__image svg{max-width:100%}.SignIn__logo{max-width:280px}.SignIn__form{flex:1 0 auto;justify-content:flex-start;padding:20px 20px max(24px,env(safe-area-inset-bottom))}.SignIn__form-container{gap:24px;padding:28px 20px}}@media (max-width: 480px){.SignIn__image{border-bottom-right-radius:48px;padding:20px 16px 24px}.SignIn__image svg{max-width:220px}.SignIn__logo{max-width:220px}.SignIn__form{padding-inline:16px}.SignIn__form-container{padding:24px 16px}}.OnboardingStepper{display:flex;flex-direction:row;align-items:center;gap:10px}.OnboardingStepper__line{height:2px;flex:1;background-color:#8d96b3}.TransparentBtn{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:700;letter-spacing:0;color:#fff;letter-spacing:.28px}.TransparentBtn--disable{color:#c0c4d8b8}.OnboardingTeamInput .css-ka7ti6-MuiAutocomplete-root,.OnboardingTeamInput .css-rpdoox-MuiFormControl-root-MuiTextField-root,.OnboardingTeamInput .css-1o0kqxp-MuiInputBase-root-MuiOutlinedInput-root{height:47px!important;box-sizing:border-box!important}.OnboardingTeamInput .css-1pkh4lu-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator{color:#fff!important}.OnboardingPlayersInput{max-width:528px}.OnboardingPlayersInput .css-ka7ti6-MuiAutocomplete-root,.OnboardingPlayersInput .css-rpdoox-MuiFormControl-root-MuiTextField-root{height:47px!important;box-sizing:border-box!important}.OnboardingPlayersInput .css-1o0kqxp-MuiInputBase-root-MuiOutlinedInput-root{box-sizing:border-box!important}.OnboardingPlayersInput .css-bql6zh-MuiInputBase-root-MuiOutlinedInput-root{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px 0px!important}.OnboardingPlayersInput .css-2anpn7-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator,.OnboardingPlayersInput .css-2anpn7-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover,.OnboardingPlayersInput .css-1u79w6-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator,.OnboardingPlayersInput .css-1u79w6-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover{color:#fff!important}.OnboardingPlayersInput .css-1x6bjyf-MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input{padding:0 4px!important}.OnboardingPlayersInput .MuiChip-label{color:#fff!important;font-family:Work Sans,sans-serif;font-size:14px;line-height:16px;font-weight:400;letter-spacing:0;padding:0 6px 0 10px;margin-right:10px}.OnboardingPlayersInput .MuiAutocomplete-tag{margin:0 10px 0 0!important;border-radius:8px;background:#010c21;height:28px}.Onboarding{display:flex;flex-direction:row;background:radial-gradient(153.82% 105.44% at 63.3% -50.07%,#184394,#0d1d46);height:100vh}.Onboarding__main{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.Onboarding__main-wrapper{display:flex;flex-direction:column}.Onboarding__text{font-family:Work Sans,sans-serif;font-size:16px;line-height:19px;font-weight:500;letter-spacing:0;color:#c0c4d8b8;margin-bottom:44px}.Onboarding__title{font-family:Work Sans,sans-serif;font-size:24px;line-height:28px;font-weight:500;letter-spacing:0;color:#fff;margin:44px 0 32px}.Onboarding__image{min-width:42%;max-width:42%;background-repeat:no-repeat;background-size:cover}.pl-page{display:flex;flex-direction:column;box-sizing:border-box;max-width:none;min-width:0;width:100%}.pl-page__body{display:flex;flex-direction:column;width:100%;max-width:var(--pl-page-column-max, 1280px);margin-inline:auto;padding-inline:24px;transition:max-width .38s cubic-bezier(.4,0,.2,1);box-sizing:border-box;flex:1 1 auto;min-width:0;padding-block:24px}.Provider{display:flex;flex-direction:column;text-align:left;border-radius:16px;border:1px solid rgba(141,150,179,.18);background-color:#202233;padding:0;cursor:pointer;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.Provider:hover{border-color:#55e8ff73;box-shadow:0 8px 28px #00000052}.Provider:focus-visible{outline:2px solid rgba(85,232,255,.85);outline-offset:3px}.Provider__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 24px;border-bottom:1px solid rgba(141,150,179,.18);min-height:140px}.Provider__logo-img{max-width:70%;max-height:72px;width:auto;height:auto;object-fit:contain;display:block}.Provider__logo-img--fantrax{max-width:88%}.Provider__logo-img--nfc{max-width:60%}.Provider__body{display:flex;flex-direction:column;gap:4px;padding:16px 20px 18px}.Provider__name{font-family:DM Sans,sans-serif;font-size:15px;line-height:20px;font-weight:700;letter-spacing:0;color:#fff;letter-spacing:.5px}.Provider__hint{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:400;letter-spacing:0;color:#c0c4d8b8}.DashboardHubBanner{display:flex;flex-direction:column;margin-top:24px;margin-bottom:24px;width:100%}.DashboardHubBanner__container{display:flex;flex-direction:column;width:100%}.BlurWrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background:#0f0f0f9c;z-index:4}.FantraxAuthForm{display:flex;flex-direction:column;align-items:center;gap:28px}.FantraxAuthForm__instructions{text-align:center;font-family:Work Sans,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#c0c4d8b8;margin-bottom:10px}.FantraxAuthForm__example{margin-top:8px;font-family:Work Sans,sans-serif;font-size:15px;line-height:22px;font-weight:400;letter-spacing:0}.FantraxAuthForm__example strong{color:#55e8ff}.FantraxAuthForm__section{display:flex;flex-direction:column;align-items:center;gap:24px}.FantraxAuthForm__link-btn{display:flex;flex-direction:row;align-items:center;gap:6px;font-family:Work Sans,sans-serif;font-size:16px;line-height:22px;font-weight:400;letter-spacing:0;color:#c0c4d8b8}.FantraxAuthForm__link-btn>a{color:#55e8ff;text-transform:uppercase;font-family:Work Sans,sans-serif;font-size:16px;line-height:22px;font-weight:700;letter-spacing:0}.ExtensionAuthForm{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:440px}.ExtensionAuthForm__description{font-family:Work Sans,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#cbd7fd;text-align:center;margin:0}.ExtensionAuthForm__steps{display:flex;flex-direction:column;gap:12px;width:100%;margin:0;padding:0;list-style:none}.ExtensionAuthForm__step{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:14px 16px;background:#21243a;border:1px solid rgba(255,255,255,.13);border-radius:10px;box-shadow:inset 0 1px #ffffff0f}.ExtensionAuthForm .pl-step-number{margin-top:1px}.ExtensionAuthForm__step-content{display:flex;flex-direction:column;gap:6px}.ExtensionAuthForm__step-title{font-family:Work Sans,sans-serif;font-size:15px;line-height:20px;font-weight:600;letter-spacing:0;color:#f6f8fff5;margin:0}.ExtensionAuthForm__step-detail{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:400;letter-spacing:0;color:#c0c4d8b8;margin:0}.ExtensionAuthForm__step-detail a{color:#55e8ff;text-decoration:none}.ExtensionAuthForm__step-detail a:hover{text-decoration:underline}.ExtensionAuthForm__guide-link{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:600;letter-spacing:0;color:#55e8ff;text-decoration:none;text-align:center;transition:text-shadow .2s}.ExtensionAuthForm__guide-link:hover{text-decoration:underline;text-shadow:0 0 10px rgba(85,232,255,.5)}.ExtensionAuthForm__actions{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:4px}.ExtensionAuthForm__secondary{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;background:none;border:none;color:#cbd7fd;cursor:pointer;padding:4px 8px;letter-spacing:.3px;transition:color .2s}.ExtensionAuthForm__secondary:hover{color:#fff}.ModalLoader{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.ModalLoader__title{font-family:Work Sans,sans-serif;font-size:24px;line-height:27px;font-weight:500;letter-spacing:0;color:#fff;max-width:300px;text-align:center}.ModalLoader__text{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#c0c4d8b8;max-width:300px;text-align:center}.ProviderAuthModal{display:flex;flex-direction:column;align-items:center;padding:40px;border-radius:12px;background-color:#20284d;position:relative;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047}.ProviderAuthModal__closeBtn{position:absolute;top:16px;right:20px}.ProviderAuthModal__wrapper{display:flex;flex-direction:column;align-items:center;gap:28px;transition:all 0s!important}.ProviderAuthModal__wrapper--hidden{visibility:hidden;height:0;overflow:hidden}.ProviderAuthModal__title{font-family:DM Sans,sans-serif;font-size:36px;line-height:36px;font-weight:700;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.ProviderSuccessModal{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px;border-radius:12px;background-color:#20284d;position:relative}.ProviderSuccessModal__closeBtn{position:absolute;top:16px;right:20px}.ProviderSuccessModal__title{font-family:DM Sans,sans-serif;font-size:36px;line-height:36px;font-weight:700;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.ProviderSuccessModal__error,.ProviderSuccessModal__message{color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.Providers{display:flex;flex-direction:column;width:100%;gap:24px}.Providers__intro{display:flex;flex-direction:column;width:100%}.Providers__intro-copy{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:820px;margin-inline:auto;gap:10px}.Providers__intro-title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.Providers__intro-text{font-family:Work Sans,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#c0c4d8b8;margin:0}.Providers__intro-link{color:#55e8ff;text-decoration:none;transition:text-shadow .2s}.Providers__intro-link:hover{text-decoration:underline;text-shadow:0 0 10px rgba(85,232,255,.5)}.Providers__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;width:100%;align-items:stretch}.DataLastUpdated{font-family:DM Sans,sans-serif;font-size:12px;line-height:1.25;font-weight:400;letter-spacing:0;align-items:baseline;color:#a4aacab3;display:inline-flex;flex:0 0 auto;gap:0;letter-spacing:.36px;margin-left:auto;white-space:nowrap}.ReloadMenuButton{position:relative;display:inline-flex;align-items:stretch;border-radius:8px;background:#ffc2770f}.ReloadMenuButton__button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border-radius:8px;color:#a4aacab3;background:transparent;border:none;cursor:pointer;transition:all .2s}.ReloadMenuButton__button:hover:not(:disabled){color:#ffc277;background:#ffc2771a}.ReloadMenuButton__button:disabled{cursor:default;opacity:.7}.ReloadMenuButton__button svg{flex-shrink:0}.ReloadMenuButton__sync-warning{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;background:#f5a05e;box-shadow:0 0 6px #f5a05eb3;cursor:pointer;pointer-events:auto;z-index:1}.pl-status-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;width:100%;margin:0;padding:32px 24px;text-align:center}.pl-status-message__body{margin:0;max-width:36rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.45;font-weight:400;letter-spacing:0}.pl-status-message--error .pl-status-message__body{color:#ff8a8a}.pl-status-message--empty .pl-status-message__body{color:#a4aacab3}.pl-status-message__retry.pl-btn{flex:0 0 auto}.pl-status-message--compact{padding:16px 8px;gap:10px}.pl-status-message--compact .pl-status-message__body{font-size:13px;line-height:1.4}.FantasyLeagues{display:flex;flex-direction:column;min-width:0;width:100%}.ResyncFailureNotice{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;margin:12px 0 16px;padding:10px 12px 10px 14px;border-radius:8px;border:1px solid rgba(245,160,94,.45);background:#f5a05e1a;color:#a4aacab3}.ResyncFailureNotice--info{border-color:#72cbfd73;background:#72cbfd1a}.ResyncFailureNotice--info .ResyncFailureNotice__icon{background:#72cbfd40;color:#72cbfd}.ResyncFailureNotice__icon{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#f5a05e40;color:#f5a05e;font-weight:700;font-size:13px;line-height:1}.ResyncFailureNotice__text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.ResyncFailureNotice__title{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.3;font-weight:500;letter-spacing:0;font-weight:600}.ResyncFailureNotice__body{font-family:DM Sans,sans-serif;font-size:13px;line-height:1.4;font-weight:500;letter-spacing:0;opacity:.85}.ResyncFailureNotice__action{font-family:DM Sans,sans-serif;font-size:13px;line-height:1.2;font-weight:500;letter-spacing:0;flex-shrink:0;padding:6px 12px;border-radius:8px;color:#ffc277;background:#ffc2771a;text-decoration:none;white-space:nowrap;transition:background .2s}.ResyncFailureNotice__action:hover{background:#ffc2772e}.ResyncFailureNotice__dismiss{flex-shrink:0;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:#a4aacab3;font-size:18px;line-height:1;cursor:pointer;opacity:.6;transition:opacity .2s}.ResyncFailureNotice__dismiss:hover{opacity:1}.FanLeaguesTeamLayout__resync{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;min-height:320px;flex:1}.FanLeaguesTeamLayout__resync-text{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.4;font-weight:500;letter-spacing:0;color:#a4aacab3}.RedBtn{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:37px;border-radius:5px;background:linear-gradient(270deg,#ff5f5f -31.31%,#ff5f5f 105.74%);box-shadow:0 17px 5px #0000,0 11px 4px #00000003,0 6px 4px #0000000d,0 3px 3px #00000017,0 1px 2px #0000001a;color:#fff;font-family:Work Sans,sans-serif;font-size:14px;line-height:14px;font-weight:700;letter-spacing:0;letter-spacing:.28px}.DeleteModal{position:fixed;top:0;left:0;height:100vh;width:100vw;background:linear-gradient(0deg,#0003,#0003),#0003;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5000}.DeleteModal__container{box-sizing:border-box;display:flex;flex-direction:column;gap:24px;padding:28px;border-radius:16px;background:#20284d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047}.DeleteModal__title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;color:#ff5f5f;text-align:center;margin:0}.DeleteModal__text{color:#cbd7fd;white-space:pre-line;font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0}.DeleteModal__btns{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.FanLeaguesTeamSelect{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:720px;margin-inline:auto;flex:1}.FanLeaguesTeamSelect__reload-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#292c42;border:none;border-radius:8px;color:#6b6d7b;cursor:pointer;height:36px;width:36px;padding:0;transition:color .15s,background-color .15s}.FanLeaguesTeamSelect__reload-btn:hover{color:#fff;background-color:#34374c}.FanLeaguesTeamSelect__loading{display:flex;justify-content:center;align-items:center;width:100%;min-height:300px}.ApplicationsSection{display:flex;flex-direction:column;gap:10px;position:relative}.ApplicationsSection__title{padding:2px 8px;margin:24px 0 4px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:500;letter-spacing:0;letter-spacing:1px;text-transform:uppercase;color:#ffc277d1}.ApplicationsSection__title--onboard{position:relative;z-index:5001;border-radius:8px;box-shadow:0 0 0 2px #55e8ff,0 0 28px #00e5ff47}.ApplicationsSection__list{display:flex;flex-direction:column;gap:4px}.ApplicationsSection__item{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:400;letter-spacing:0;letter-spacing:.64px;color:#cbd7fd;height:44px;min-height:44px;border-radius:8px;padding:0 12px;background-color:#fff0;transition:background-color .2s,box-shadow .2s,color .2s;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:10px;width:100%;border:none;cursor:pointer;text-align:left;white-space:nowrap;text-decoration:none;box-sizing:border-box}.ApplicationsSection__item:visited{color:#cbd7fd}.ApplicationsSection__item:hover{background-color:#ffffff0a}.ApplicationsSection__item--active{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:600;letter-spacing:0;letter-spacing:.64px;color:#fff;background:linear-gradient(152.33deg,#975100,#cd8532 100.64%);box-shadow:0 0 25px #f2b24b4d,0 0 0 1px #ffc27766,0 6px 20px #0000005c,inset 0 1px #ffffff4d}.ApplicationsSection__item--active:visited{color:#fff}.ApplicationsSection__item--active:hover{background:linear-gradient(152.33deg,#975100,#cd8532 100.64%)}.ApplicationsSection__item--icon-only{width:100%;justify-content:flex-start;padding:0 12px}.ApplicationsSection__item-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:inherit}.ApplicationsSection__item-icon svg{display:block;width:18px;height:18px;flex-shrink:0}.ApplicationsSection__label{flex:1;min-width:0;text-align:left;white-space:nowrap;letter-spacing:.64px}.AccountSection{display:flex;flex-direction:column;gap:10px}.AccountSection__list{display:flex;flex-direction:column;gap:4px}.AccountSection__title{padding:var(--05, 2px) var(--3, 8px);margin:24px 0 4px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:500;letter-spacing:0;letter-spacing:1px;text-transform:uppercase;color:#ffc277d1}.AccountSection__item{font-family:DM Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:400;letter-spacing:0;letter-spacing:.64px;color:#cbd7fd;height:44px;min-height:44px;border-radius:8px;padding:0 12px;background-color:#fff0;transition:background-color .2s,box-shadow .2s,color .2s;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:10px;white-space:nowrap;border:none;cursor:pointer;width:100%;text-align:left}.AccountSection__item:visited{color:#cbd7fd}.AccountSection__item:hover{background-color:#ffffff0a}.AccountSection__item--active{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:600;letter-spacing:0;letter-spacing:.64px;color:#fff;background:linear-gradient(152.33deg,#975100,#cd8532 100.64%);box-shadow:0 0 25px #f2b24b4d,0 0 0 1px #ffc27766,0 6px 20px #0000005c,inset 0 1px #ffffff4d}.AccountSection__item--active:visited{color:#fff}.AccountSection__item--active:hover{background:linear-gradient(152.33deg,#975100,#cd8532 100.64%)}.AccountSection__item--icon-only{width:100%;justify-content:flex-start}.AccountSection__item-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:inherit}.AccountSection__item-icon svg{display:block;width:18px;height:18px;flex-shrink:0}.AccountSection__label{flex:1;min-width:0;text-align:left;white-space:nowrap;letter-spacing:.64px}.DashboardsNav{display:flex;flex-direction:column;gap:10px}.DashboardsNav__list{display:flex;flex-direction:column;gap:4px}.DashboardsNav__item{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:400;letter-spacing:0;letter-spacing:.64px;color:#cbd7fd;height:44px;min-height:44px;border-radius:8px;padding:0 12px;background-color:#fff0;transition:background-color .2s,box-shadow .2s,color .2s;align-items:center;flex-wrap:nowrap;gap:10px;border:none;cursor:pointer;text-align:left;white-space:nowrap;text-decoration:none;box-sizing:border-box;width:100%}.DashboardsNav__item:visited{color:#cbd7fd}.DashboardsNav__item:hover{background-color:#ffffff0a}.DashboardsNav__item-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:inherit}.DashboardsNav__item-icon svg{display:block;width:18px;height:18px;flex-shrink:0}.DashboardsNav__item--active{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:600;letter-spacing:0;letter-spacing:.64px;color:#fff;background:linear-gradient(152.33deg,#975100,#cd8532 100.64%);box-shadow:0 0 25px #f2b24b4d,0 0 0 1px #ffc27766,0 6px 20px #0000005c,inset 0 1px #ffffff4d}.DashboardsNav__item--active:visited{color:#fff}.DashboardsNav__item--active:hover{background:linear-gradient(152.33deg,#975100,#cd8532 100.64%)}.DashboardsNav__item--onboard{position:relative;z-index:5001;box-shadow:0 0 0 2px #55e8ff,0 0 28px #00e5ff47,0 6px 20px #0000005c}.DashboardsNav__label{flex:1;min-width:0;text-align:left;white-space:nowrap;letter-spacing:.64px}.NavGroup__header{position:relative;display:flex;align-items:center;width:100%;min-height:44px;border-radius:8px;transition:background-color .2s,box-shadow .2s,color .2s}.NavGroup__header:hover:not(.NavGroup__header--active){background-color:#ffffff0a}.NavGroup__header--active{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:600;letter-spacing:0;letter-spacing:.64px;color:#fff;background:linear-gradient(152.33deg,#975100,#cd8532 100.64%);box-shadow:0 0 25px #f2b24b4d,0 0 0 1px #ffc27766,0 6px 20px #0000005c,inset 0 1px #ffffff4d}.NavGroup__header--active:visited{color:#fff}.NavGroup__header--active:hover{background:linear-gradient(152.33deg,#975100,#cd8532 100.64%)}.NavGroup__link{flex:1;min-width:0;width:100%}.NavGroup__link.DashboardsNav__item{background:transparent;box-shadow:none;padding-right:26px}.NavGroup__link.DashboardsNav__item:hover{background:transparent;box-shadow:none}.NavGroup__link.DashboardsNav__item.DashboardsNav__item--active{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:600;letter-spacing:0;letter-spacing:.64px;color:#fff;background:linear-gradient(152.33deg,#975100,#cd8532 100.64%);box-shadow:0 0 25px #f2b24b4d,0 0 0 1px #ffc27766,0 6px 20px #0000005c,inset 0 1px #ffffff4d}.NavGroup__link.DashboardsNav__item.DashboardsNav__item--active:visited{color:#fff}.NavGroup__link.DashboardsNav__item.DashboardsNav__item--active:hover{background:linear-gradient(152.33deg,#975100,#cd8532 100.64%)}.NavGroup__header--active .NavGroup__link.DashboardsNav__item,.NavGroup__header--active .NavGroup__link.DashboardsNav__item:hover{background:transparent;box-shadow:none}.NavGroup__header--active .NavGroup__link.DashboardsNav__item:visited{color:#fff}.NavGroup__caret-btn{position:absolute;right:5px;top:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;margin:0;border:none;cursor:pointer;color:inherit;background:transparent;border-radius:8px;transform:translateY(-50%)}.NavGroup__caret-btn:hover{background:#ffffff14}.NavGroup__caret-btn:focus-visible{outline:2px solid #55e8ff;outline-offset:-2px}.NavGroup__header--active .NavGroup__caret-btn:hover{background:transparent}.NavGroup__caret{flex-shrink:0;color:inherit;transition:transform .28s cubic-bezier(.4,0,.2,1);transform:rotate(-90deg)}.NavGroup--open .NavGroup__caret{transform:rotate(0)}.NavGroup__items{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .28s cubic-bezier(.4,0,.2,1)}.NavGroup--open .NavGroup__items{grid-template-rows:1fr}.NavGroup__items-inner{min-height:0;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1),visibility 0s linear .28s}.NavGroup--open .NavGroup__items-inner{visibility:visible;opacity:1;transition:opacity .2s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.NavGroup__sub{margin-right:12px;padding-left:38px;padding-right:0;font-size:15px;color:#f0f8ff}.NavGroup__sub:visited{color:#f0f8ff}.NavGroup__sub .DashboardsNav__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.NavGroup__sub.DashboardsNav__item--active,.NavGroup__sub.DashboardsNav__item--active:visited{color:#fff}.NavGroup__import{width:calc(100% - 50px);margin:6px 12px 4px 38px;min-height:45px;height:45px;font-size:14px;font-weight:600;border-radius:8px;padding:0 10px;gap:8px;text-decoration:none;box-sizing:border-box}.NavGroup__import .pl-btn__label{font-size:14px}.Sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:3;height:100vh;max-height:100vh;width:320px;min-width:320px;max-width:320px;overflow:hidden;isolation:isolate;background:transparent;border-right:1px solid rgba(85,232,255,.12);box-shadow:4px 0 5px #0000001a,inset -1px 0 #55e8ff1f;transition:width .38s cubic-bezier(.4,0,.2,1),min-width .38s cubic-bezier(.4,0,.2,1),max-width .38s cubic-bezier(.4,0,.2,1)}.Sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#898a940d,#81838d0d);pointer-events:none;z-index:0}.Sidebar__container,.Sidebar__header,.Sidebar__scroll,.Sidebar__footer{position:relative;z-index:1}.Sidebar--compact{flex-basis:78px;width:78px;min-width:78px;max-width:78px}.Sidebar__container{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;overflow:hidden}.Sidebar__scroll{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.Sidebar__scroll::-webkit-scrollbar{width:0;height:0}.Sidebar__header{position:relative;flex-shrink:0;height:100px;min-height:100px;max-height:100px}.Sidebar__title{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px;text-decoration:none;color:inherit;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .34s cubic-bezier(.4,0,.2,1),transform .34s cubic-bezier(.4,0,.2,1),visibility .34s cubic-bezier(.4,0,.2,1)}.Sidebar--compact .Sidebar__title{opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none;transition:opacity .26s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1),visibility .26s cubic-bezier(.4,0,.2,1)}.Sidebar__title-img{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;min-height:52px}.Sidebar__logo{display:flex;flex-direction:column;align-items:center;gap:3px;width:100%;max-width:226px;margin:0 auto}.Sidebar__logo-row{display:block;width:auto;max-width:100%;flex-shrink:0}.Sidebar__logo-row--top{height:22px}.Sidebar__logo-row--bottom{height:20px}.Sidebar__brand--compact{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;text-decoration:none;color:inherit;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .26s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1),visibility .26s cubic-bezier(.4,0,.2,1)}.Sidebar__brand--compact img{height:auto;max-height:50px;max-width:100%;object-fit:contain;width:auto}.Sidebar--compact .Sidebar__brand--compact{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity .34s cubic-bezier(.4,0,.2,1),transform .34s cubic-bezier(.4,0,.2,1),visibility .34s cubic-bezier(.4,0,.2,1);transition-delay:.07s}.Sidebar__sections{display:flex;flex-direction:column;gap:18px;padding:0 20px 24px;flex-shrink:0;transition:gap .38s cubic-bezier(.4,0,.2,1),padding-top .38s cubic-bezier(.4,0,.2,1)}.Sidebar--compact .Sidebar__sections{gap:10px;padding-top:20px}.Sidebar__footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 21px 20px 32px}.Sidebar--compact .Sidebar__footer{justify-content:center}.Sidebar__legal{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px;min-width:0;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;color:#cbd7fd;opacity:.72;transition:opacity .34s cubic-bezier(.4,0,.2,1),visibility .34s cubic-bezier(.4,0,.2,1)}.Sidebar__legal a{color:inherit;text-decoration:none;white-space:nowrap}.Sidebar__legal a:hover{color:#55e8ff;opacity:1}.Sidebar__legal a:focus-visible{outline:2px solid #55e8ff;outline-offset:2px;border-radius:2px}.Sidebar__legal-sep{opacity:.55}.Sidebar--compact .Sidebar__legal{display:none}.Sidebar__toggle{display:flex;align-items:center;justify-content:center;min-width:36px;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:#ffffff14;color:#cbd7fd;cursor:pointer;transition:background .15s ease;line-height:0}.Sidebar__toggle svg{display:block;flex-shrink:0}.Sidebar__toggle svg path{stroke:currentColor}.Sidebar__toggle:hover{background:#ffffff24}.Sidebar__toggle:focus-visible{outline:2px solid #55e8ff;outline-offset:2px}.Sidebar--compact .DashboardsNav,.Sidebar--compact .ApplicationsSection,.Sidebar--compact .AccountSection{gap:0;transition:gap .38s cubic-bezier(.4,0,.2,1)}.Sidebar--compact .DashboardsNav__list,.Sidebar--compact .ApplicationsSection__list,.Sidebar--compact .AccountSection__list{gap:2px;align-items:flex-start;transition:gap .38s cubic-bezier(.4,0,.2,1)}.Sidebar--compact .DashboardsNav__title,.Sidebar--compact .ApplicationsSection__title,.Sidebar--compact .AccountSection__title,.Sidebar--compact .DashboardsNav__import-btn,.Sidebar--compact .NavGroup__caret,.Sidebar--compact .NavGroup__caret-btn{opacity:0;visibility:hidden;transform:translateY(-8px);max-height:0;margin:0!important;padding:0!important;overflow:hidden;pointer-events:none;transition:opacity .26s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1),visibility .26s cubic-bezier(.4,0,.2,1),max-height .38s cubic-bezier(.4,0,.2,1),margin .38s cubic-bezier(.4,0,.2,1),padding .38s cubic-bezier(.4,0,.2,1),filter .15s ease,box-shadow .15s ease}.Sidebar--compact .NavGroup__caret,.Sidebar--compact .NavGroup__caret-btn{max-width:0;width:0}.Sidebar--compact .DashboardsNav__label,.Sidebar--compact .ApplicationsSection__label,.Sidebar--compact .AccountSection__label{opacity:0;visibility:hidden;transform:translateY(-6px);max-width:0;overflow:hidden;display:inline-block;white-space:nowrap;vertical-align:middle;transition:opacity .26s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1),visibility .26s cubic-bezier(.4,0,.2,1),max-width .38s cubic-bezier(.4,0,.2,1)}.Sidebar--compact .DashboardsNav__item,.Sidebar--compact .ApplicationsSection__item,.Sidebar--compact .AccountSection__item{justify-content:flex-start;gap:0;width:auto;max-width:100%;align-self:flex-start;box-sizing:border-box;padding:0 8px;transition:background-color .2s,box-shadow .2s,color .2s,gap .38s cubic-bezier(.4,0,.2,1)}.Sidebar--compact.Sidebar--compactNavSettled .DashboardsNav__list,.Sidebar--compact.Sidebar--compactNavSettled .ApplicationsSection__list,.Sidebar--compact.Sidebar--compactNavSettled .AccountSection__list{align-items:stretch}.Sidebar--compact.Sidebar--compactNavSettled .DashboardsNav__item,.Sidebar--compact.Sidebar--compactNavSettled .ApplicationsSection__item,.Sidebar--compact.Sidebar--compactNavSettled .AccountSection__item{justify-content:center;width:100%;max-width:100%;align-self:stretch;padding:0 8px}.Sidebar--compact.Sidebar--compactNavSettled .DashboardsNav__item-icon,.Sidebar--compact.Sidebar--compactNavSettled .ApplicationsSection__item-icon,.Sidebar--compact.Sidebar--compactNavSettled .AccountSection__item-icon{display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;flex-shrink:0}.Sidebar:not(.Sidebar--compact) .DashboardsNav,.Sidebar:not(.Sidebar--compact) .ApplicationsSection,.Sidebar:not(.Sidebar--compact) .AccountSection{gap:10px;transition:gap .38s cubic-bezier(.4,0,.2,1)}.Sidebar:not(.Sidebar--compact) .DashboardsNav__list,.Sidebar:not(.Sidebar--compact) .ApplicationsSection__list,.Sidebar:not(.Sidebar--compact) .AccountSection__list{gap:4px;align-items:stretch;transition:gap .38s cubic-bezier(.4,0,.2,1)}.Sidebar:not(.Sidebar--compact) .DashboardsNav__item,.Sidebar:not(.Sidebar--compact) .ApplicationsSection__item,.Sidebar:not(.Sidebar--compact) .AccountSection__item{gap:10px;width:100%;align-self:stretch;transition:background-color .2s,box-shadow .2s,color .2s,gap .28s cubic-bezier(.4,0,.2,1)}.Sidebar:not(.Sidebar--compact) .DashboardsNav__title,.Sidebar:not(.Sidebar--compact) .ApplicationsSection__title,.Sidebar:not(.Sidebar--compact) .AccountSection__title{font-family:DM Sans,sans-serif;font-size:15px;line-height:1.2;font-weight:500;letter-spacing:0;letter-spacing:1px;text-transform:uppercase;color:#ffc277d1;opacity:1;visibility:visible;transform:translateY(0);max-height:80px;transition:opacity .34s cubic-bezier(.4,0,.2,1) .07s,transform .34s cubic-bezier(.4,0,.2,1) .07s,visibility .34s cubic-bezier(.4,0,.2,1) .07s,max-height .38s cubic-bezier(.4,0,.2,1),margin .38s cubic-bezier(.4,0,.2,1),padding .38s cubic-bezier(.4,0,.2,1)}.Sidebar:not(.Sidebar--compact) .DashboardsNav__import-btn{opacity:1;visibility:visible;transform:translateY(0);max-height:60px;margin-bottom:6px!important;transition:opacity .34s cubic-bezier(.4,0,.2,1) .07s,transform .34s cubic-bezier(.4,0,.2,1) .07s,visibility .34s cubic-bezier(.4,0,.2,1) .07s,max-height .38s cubic-bezier(.4,0,.2,1),margin .38s cubic-bezier(.4,0,.2,1),filter .15s ease,box-shadow .15s ease}.Sidebar:not(.Sidebar--compact) .DashboardsNav__label,.Sidebar:not(.Sidebar--compact) .ApplicationsSection__label,.Sidebar:not(.Sidebar--compact) .AccountSection__label{opacity:1;visibility:visible;transform:translateY(0);max-width:280px;transition:opacity .34s cubic-bezier(.4,0,.2,1),transform .34s cubic-bezier(.4,0,.2,1),visibility .34s cubic-bezier(.4,0,.2,1),max-width .38s cubic-bezier(.4,0,.2,1);transition-delay:.07s}.Sidebar:not(.Sidebar--compact) .NavGroup__caret{opacity:1;visibility:visible;max-width:14px;width:14px;max-height:14px}.Sidebar:not(.Sidebar--compact) .NavGroup__caret-btn{opacity:1;visibility:visible;max-width:28px;width:28px;max-height:28px}.PlayerModalHeader{padding:12px 16px;display:flex;flex-direction:row;align-items:center;gap:14px;width:100%;background:#2b3e69}.PlayerModalHeader__img{width:58px;height:58px;border-radius:58.261px;background:linear-gradient(0deg,#0003,#0003) #d3d3d3 50%/cover no-repeat;border:none;padding:0;object-fit:cover;object-position:top}.PlayerModalHeader__info{display:flex;flex-direction:column;gap:4px}.PlayerModalHeader__name{font-family:Work Sans,sans-serif;font-size:18px;line-height:21px;font-weight:600;letter-spacing:0;color:#fff}.PlayerModalHeader__container{display:flex;flex-direction:row;gap:16px}.PlayerModalHeader__grid{display:grid;grid-template-columns:auto auto auto;grid-template-rows:repeat(2,auto);grid-auto-flow:column;gap:3px 16px;max-height:40px;overflow:hidden}.PlayerModalHeader__grid-item{font-family:Work Sans,sans-serif;font-size:10px;line-height:12px;font-weight:400;letter-spacing:0;color:#fff;white-space:nowrap}.PlayerModalHeader__grid-item>span{color:#55e8ff}.PlayerModalHeader__no-data{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#cbd7fd;background:#2b3e69;text-align:center;padding:20px;width:100%}.TableHeaderWrapper{display:flex;flex-direction:row;align-items:center;width:max-content;min-width:100%;border-bottom:1px solid #4979a4;position:sticky;top:0;z-index:2;box-shadow:0 2px 4px #0000001a}.HeaderItem{display:flex;flex-direction:row;flex:1;align-items:center;justify-content:center;min-width:55px;padding-bottom:6px;text-align:center;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;color:#73efff;white-space:nowrap;overflow:visible}.HeaderItem:last-child{border-right:none}.PlayerSeasonStatsTableHeader{display:flex;flex-direction:row;align-items:center}.ScheduleCell{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;min-width:0;max-width:100%;text-align:left;font-family:Work Sans,sans-serif;font-size:14px;line-height:1;font-weight:400;letter-spacing:0;color:#f0f1f5}.ScheduleCell__matchup{display:inline-flex;align-items:center;justify-content:flex-start;gap:3px;width:max-content;min-width:0;max-width:100%;overflow:visible;white-space:nowrap}.ScheduleCell__matchup--probable{font-weight:700;color:#ffc277}.ScheduleCell__matchup-text{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ScheduleCell__sp{font-family:Work Sans,sans-serif;font-size:14px;line-height:1;font-weight:500;letter-spacing:0;color:#b4bbd7ad;letter-spacing:.115px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ScheduleCell__probable{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;font-size:1.1em;font-weight:700;line-height:1;color:#ffc277;cursor:help}.MainItem{display:flex;flex-direction:row;font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:400;letter-spacing:0;align-items:center;justify-content:center;height:39px;min-width:55px;padding:0 8px;box-sizing:border-box;color:#fff;white-space:nowrap;width:fit-content;text-align:center;overflow:hidden;text-overflow:ellipsis}.MainItem:last-child{border-right:none}.PlayerSeasonStatsTableMain{display:flex;flex-direction:row;align-items:center;border-top:.2px solid #4979a4}.PlayerSeasonStatsTableMain__no-data{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#cbd7fd;text-align:center;padding:20px;width:100%}.PlayerSeasonStatsTable{border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.PlayerRepertoirTableHeader{display:flex;flex-direction:row;align-items:center}.PlayerRepertoirTableMain{display:flex;flex-direction:row;align-items:center;-webkit-backdrop-filter:blur(10.5px);backdrop-filter:blur(10.5px);border-top:.2px solid #4979a4}.PlayerRepertoirTableMain__no-data{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#cbd7fd;text-align:center;padding:20px;width:100%}.PlayerRepertoirTable{border-radius:8px;overflow:hidden;-webkit-backdrop-filter:blur(10.5px);backdrop-filter:blur(10.5px);display:flex;flex-direction:column}.PlayerRecentGamesTable{display:flex;flex-direction:column;width:100%;border-radius:8px;overflow:auto;scroll-behavior:smooth}.PlayerRecentGamesTable::-webkit-scrollbar{width:8px;height:8px}.PlayerRecentGamesTable::-webkit-scrollbar-track{display:none}.PlayerRecentGamesTable::-webkit-scrollbar-thumb{background-color:#51648e;border-radius:4px}.PlayerRecentGamesTable::-webkit-scrollbar-corner{background-color:transparent}.PlayerRecentGamesTableHeader{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between}.PlayerRecentGamesTableMain{display:flex;flex-direction:column;width:100%}.PlayerRecentGamesTableMain__row{display:flex;flex-direction:row;align-items:center;width:max-content;justify-content:space-between;min-width:100%;position:relative}.PlayerRecentGamesTableMain__row>*{flex-shrink:0}.PlayerRecentGamesTableMain__no-data{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#cbd7fd;text-align:center;padding:20px;width:100%}.PlayerModalInfo{display:flex;flex-direction:column;gap:12px;padding:10px 16px 16px;background-color:#20284d}.PlayerModalInfo__tableWrapper{display:flex;flex-direction:column;gap:8px;width:100%}.PlayerModalInfo__title{font-family:Work Sans,sans-serif;font-size:12px;line-height:14px;font-weight:500;letter-spacing:0;color:#fff}.PlayerModalInfo__no-data{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#cbd7fd;text-align:center;padding:20px;width:100%}.PlDataTablePageLoader{display:flex;flex-direction:row;justify-content:center;width:100%;padding:48px 0}.PlDataTablePageLoader--compact{padding:32px 0}.PlayerModal{display:flex;flex-direction:row;align-items:flex-start;border-radius:12px;overflow:hidden;min-height:648px;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;background-color:#20284d}.PlayerModal__main{display:flex;flex-direction:column;width:622px;display:inline-block;vertical-align:top}.PlayerModal__closeBtn{position:absolute;top:10px;right:10px}.PlayerModal__ads{position:relative;flex-shrink:0;padding:12px 12px 0;box-sizing:border-box;width:189px;min-height:100%;display:flex;flex-direction:column;gap:6px;background-color:#20284d}.PlayerModal__title{color:#fff;font-family:Work Sans,sans-serif;font-size:14px;line-height:16px;font-weight:500;letter-spacing:0}.PlayerModal__texts{padding-bottom:12px;height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.PlayerModal__texts::-webkit-scrollbar{width:4.162px;height:33.292px}.PlayerModal__texts::-webkit-scrollbar-track{background-color:transparent}.PlayerModal__texts::-webkit-scrollbar-thumb{background-color:#51648e;border-radius:55px}.PlayerModal__texts::-webkit-scrollbar-thumb:hover{background-color:#51648e}.PlayerModal__texts::-webkit-scrollbar-corner{display:none}.PlayerModal__texts>p{color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:8px;line-height:150%;font-weight:400;letter-spacing:0}.WizardModal{position:absolute;top:0;right:0;bottom:0;left:320px;background:radial-gradient(76.8% 63.55% at 58.75% 15.38%,#0f1420b8,#0c162ec7);z-index:5000;pointer-events:auto}.WizardModal__container{position:absolute;left:24px;width:360px;max-width:calc(100% - 48px);border-radius:16px;background-color:#20284d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;overflow:hidden}.WizardModal__header{padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.13)}.WizardModal__step{font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:500;letter-spacing:0;color:#c0c4d8b8;margin:0 0 6px}.WizardModal__header-title{font-family:DM Sans,sans-serif;font-size:20px;line-height:1.25;font-weight:700;color:#f6f8fff5;letter-spacing:0;text-transform:none;color:#55e8ff;margin:0}.WizardModal__content{display:flex;flex-direction:column;gap:20px;padding:20px 24px 24px}.WizardModal__content-section{display:flex;flex-direction:column;gap:8px}.WizardModal__content-title{font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:600;letter-spacing:0;color:#55e8ff;margin:0}.WizardModal__content-text{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#cbd7fd;margin:0}.WizardModal__content-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.WizardModal__content-option{position:relative;padding-left:18px;font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#cbd7fd}.WizardModal__content-option:before{content:"";position:absolute;left:4px;top:8px;width:5px;height:5px;border-radius:50%;background-color:#55e8ff}.WizardModal__buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;width:100%}.WizardModal__skip.pl-btn.pl-btn--ghost{padding:10px 14px}.WizardModal__next{min-width:88px}.PatchNotesModal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:5000;max-height:100vh;overflow:hidden}.PatchNotesModal__container{border-radius:16px;background-color:#20284d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;padding:28px;width:692px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.PatchNotesModal__title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.PatchNotesModal__releases-panel{display:flex;align-items:stretch;gap:8px;width:100%;max-height:55vh;min-height:0}.PatchNotesModal__releases-scroll{flex:1 1 auto;min-width:0;max-height:55vh;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding-right:4px;scrollbar-width:none}.PatchNotesModal__releases-scroll::-webkit-scrollbar{width:0!important;height:0!important}.PatchNotesModal__releases-scroll::-webkit-scrollbar-track,.PatchNotesModal__releases-scroll::-webkit-scrollbar-thumb{display:none}.PatchNotesModal__date-group+.PatchNotesModal__date-group{border-top:1px solid rgba(255,255,255,.13);padding-top:20px}.PatchNotesModal__release+.PatchNotesModal__release{margin-top:16px}.PatchNotesModal__release-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;padding-right:4px}.PatchNotesModal__release-title{font-family:DM Sans,sans-serif;font-size:16px;line-height:20px;font-weight:600;letter-spacing:0;color:#fff;margin:0;min-width:0}.PatchNotesModal__release-date{font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:500;letter-spacing:0;color:#c0c4d8b8;white-space:nowrap;flex-shrink:0}.PatchNotesModal__notes{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#cbd7fd;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.PatchNotesModal__note{position:relative;padding-left:18px}.PatchNotesModal__note:before{content:"";position:absolute;left:4px;top:8px;width:5px;height:5px;border-radius:50%;background-color:#55e8ff}.PatchNotesModal__btn{width:100%}.Main{--pl-page-column-max: 1280px;display:flex;flex-direction:row;align-items:stretch;box-sizing:border-box;flex:1;height:100vh;max-height:100vh;min-height:100vh;min-width:0;overflow:hidden;padding-left:320px;position:relative;transition:padding-left .38s cubic-bezier(.4,0,.2,1);width:100%}.Main--sidebar-compact{--pl-page-column-max: 1522px;padding-left:78px}.Main--sidebar-compact .WizardModal{left:78px}.Main__content{flex:1 1 auto;min-height:0;min-width:0;width:100%;display:flex;flex-direction:column;background:transparent;overflow:auto;overscroll-behavior:contain;scroll-timeline-name:--pl-main-content-scroll;scroll-timeline-axis:block}.TabMainLoader{display:flex;flex-direction:column;flex:1;max-width:100%;height:100vh;align-items:center;justify-content:center}.TabMainLoader__loader{margin-bottom:40px}.TabMainLoader__text{margin-top:28px;color:#fff;font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0}.LiveDraftOnboardingStepper{display:flex;flex-direction:row;align-items:center;background:transparent;border-radius:10px;justify-content:space-between;padding:20px;width:100%}.LiveDraftOnboardingStepper__item{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1;position:relative}.LiveDraftOnboardingStepper__text{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:400;letter-spacing:0;color:#cbd7fd;transition:all .2s;cursor:pointer}.LiveDraftOnboardingStepper__text--done,.LiveDraftOnboardingStepper__text--active{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:600;letter-spacing:0;color:#55e8ff}.LiveDraftOnboardingStepper__text--disabled,.LiveDraftOnboardingStepper__text:disabled{cursor:default!important;transition:none!important;pointer-events:none}.LiveDraftOnboardingStepper__footer{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%}.LiveDraftOnboardingStepper__dot{align-items:center;background-color:#2b3143;border-radius:100%;border:1px solid #cbd7fd;display:flex;height:32px;justify-content:center;position:relative;transition:all .2s;width:32px;z-index:2}.LiveDraftOnboardingStepper__dot--done,.LiveDraftOnboardingStepper__dot--active{background-color:#55e8ff;border:1px solid #55e8ff;filter:drop-shadow(0 0 10px rgba(85,232,255,.5))}.LiveDraftOnboardingStepper__number{color:#cbd7fd;font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:400;letter-spacing:0}.LiveDraftOnboardingStepper__dot--active .LiveDraftOnboardingStepper__number,.LiveDraftOnboardingStepper__dot--done .LiveDraftOnboardingStepper__number{color:#2b3143;font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:700;letter-spacing:0}.LiveDraftOnboardingStepper__checkmark{display:block;height:12px;width:15px}.LiveDraftOnboardingStepper__line{background:#cbd7fd;height:1px;left:calc(50% + 15px);position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;right:calc(-50% + 15px);z-index:1}.LiveDraftOnboardingStepper__line--last{display:none}.LiveDraftOnboardingStepper__line--active{background:#55e8ff;filter:drop-shadow(0 0 10px rgba(85,232,255,.5));height:6px}.LiveDraftOnboarding{display:flex;flex-direction:column;flex:1}.LiveDraftOnboarding__container{background-color:#262a3f;border-radius:12px;position:relative;overflow:visible}.LiveDraftAssistant{display:flex;flex-direction:column;box-sizing:border-box;min-width:0;width:100%}.LiveDraftAssistant h3,.LiveDraftAssistant .TabSubtitle{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:400;letter-spacing:0;color:#c0c4d8b8;font-style:normal;letter-spacing:.32px;margin:40px 0 0}.PlFilterToolbar{position:relative;z-index:20;display:flex;flex-direction:column;align-items:stretch;margin-bottom:24px}.PlFilterToolbar--pageTools{position:relative;z-index:20;display:flex;flex-direction:column;align-items:stretch;margin-bottom:24px;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:space-between}.PlFilterToolbar--pageTools>.PlFilterToolbar__row{display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:12px 16px;min-width:0;align-items:flex-end;width:auto;flex:1 1 100%;width:100%;max-width:100%}.PlFilterToolbar--pageTools>.PlFilterToolbar__row+.PlFilterToolbar__row{margin-top:24px}.PlFilterToolbar--pageTools>.PlFilterToolbar__row.PlFilterToolbar__row--spread{width:100%;justify-content:space-between}.PlFilterToolbar__row{display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:12px 16px;min-width:0;width:100%}.PlFilterToolbar__row--spread{justify-content:space-between}.PlFilterToolbar__section--tabs:first-child{margin-bottom:24px}.PlFilterToolbar__section--tabs:not(:first-child){margin-top:16px}.PlFilterToolbar__section--spread{display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:12px 16px;min-width:0;width:100%;justify-content:space-between}.PageTitleHeading{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;margin:0 0 20px;min-width:0;width:100%}.PageTitleHeading>h2{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.TableFilterDropdown{position:relative;z-index:20;display:inline-grid;flex:0 0 auto;width:max-content;max-width:100%;vertical-align:top}.TableFilterDropdown--open{z-index:25}.TableFilterDropdown__sizer,.TableFilterDropdown__button{grid-area:1/1;box-sizing:border-box}.TableFilterDropdown__sizer{visibility:hidden;pointer-events:none;display:flex;flex-direction:row;align-items:center;gap:8px;height:36px;border:1px solid transparent;padding:0;margin:0;background:transparent;box-shadow:none;box-sizing:border-box}.TableFilterDropdown__sizer-label{flex:1 1 auto;min-width:0;padding-left:13px;white-space:nowrap;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0}.TableFilterDropdown__sizer-caret{flex:0 0 auto;width:12px;height:12px;margin-right:11px}.TableFilterDropdown__button{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;gap:8px;height:36px;min-width:0;width:max-content;max-width:100%;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#2f3665;box-shadow:inset 0 1px #ffffff0f;cursor:pointer;color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;white-space:nowrap;width:100%;min-width:100%;max-width:none;align-self:stretch;position:relative;z-index:2}.TableFilterDropdown__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.TableFilterDropdown__button--active{border-radius:8px 8px 0 0;border-bottom-color:transparent}.TableFilterDropdown__label{flex:1 1 auto;min-width:0;padding-left:13px}.TableFilterDropdown__caret{display:flex;flex-direction:row;align-items:center;flex:0 0 auto;color:#b4bbd7ad;margin-right:11px}.TableFilterDropdown__list{display:flex;flex-direction:column;position:absolute;top:calc(100% - 1px);left:0;width:max-content;min-width:100%;background:#2f3665;border:1px solid rgba(255,255,255,.13);border-top:none;border-radius:0 0 8px 8px;box-shadow:inset 0 1px #ffffff0f;padding:9px 0;max-height:300px;overflow-x:hidden;overflow-y:auto;z-index:1}.TableFilterDropdown__list::-webkit-scrollbar{width:1px}.TableFilterDropdown__list::-webkit-scrollbar-track{display:none}.TableFilterDropdown__list::-webkit-scrollbar-thumb{background-color:#999}.TableFilterDropdown__list::-webkit-scrollbar-corner{display:none}.TableFilterDropdown__item{display:flex;flex-direction:row;align-items:center;width:100%;height:22px;min-height:22px;padding:0 14px;box-sizing:border-box;background:transparent;border:none;color:#f0f1f5;cursor:pointer;text-align:left;white-space:nowrap;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0}.TableFilterDropdown__item:hover:not(.TableFilterDropdown__item--active){background:#ffffff0a}.TableFilterDropdown__item--active{height:24px;min-height:24px;background:linear-gradient(154.81deg,#4071ba,#204b8c);color:#f0f1f5}.TableFilterDropdown__item--active:hover{background:linear-gradient(154.81deg,#4071ba,#204b8c)}.TableFilterDropdown__group{display:flex;flex-direction:column;width:100%}.TableFilterDropdown__group+.TableFilterDropdown__group{margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.13)}.TableFilterDropdown__group-label{padding:2px 14px 4px;color:#b4bbd7ad;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Work Sans,sans-serif;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:0}.TableSearchInput{display:flex;flex-direction:row;align-items:center;flex:0 0 auto;position:relative;width:180px}.TableSearchInput__icon{display:flex;flex-direction:row;align-items:center;color:#a4aacab3;height:14px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:14px}.TableSearchInput__input{box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#21243a;box-shadow:inset 0 1px #ffffff0f;color:#f0f1f5;outline:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;padding:9px 14px 9px 36px;width:100%}.TableSearchInput__input::placeholder{color:#a4aacab3}.TableSearchInput__input:focus{border-color:#9df4ff59;outline:none}.TableSearchInput__input::-webkit-search-decoration,.TableSearchInput__input::-webkit-search-results-button,.TableSearchInput__input::-webkit-search-results-decoration{display:none}.TableSearchInput__input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-right:0;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.TableSearchInput__input::-moz-search-clear-button{width:12px;height:12px;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-size:12px 12px;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:1}.PlDataTablePagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;width:100%}.PlDataTablePagination__trailing{display:flex;flex-direction:row;align-items:center;gap:12px;margin-left:auto;min-width:0}.PlDataTablePagination__page-size{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;white-space:nowrap}.PlDataTablePagination__actions{display:flex;flex-direction:row;align-items:center;flex:0 0 auto;gap:8px}.PlDataTablePagination__actions .pl-btn{box-sizing:border-box;height:36px;min-height:36px;padding:0 12px}.PlDataTablePagination__label{font-family:DM Sans,sans-serif;font-size:12px;line-height:14px;font-weight:400;letter-spacing:0;color:#a0aec0;flex:0 0 auto}.PlDataTablePagination__controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px 16px}.PlDataTablePagination__summary,.PlDataTablePagination__page-indicator{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:400;letter-spacing:0;color:#a4aacab3;white-space:nowrap}.PlDataTablePagination__nav{display:inline-flex;align-items:center;gap:8px}.PlDataTablePagination__nav-btn{font-family:DM Sans,sans-serif;font-size:12px;line-height:16px;font-weight:500;letter-spacing:0;align-items:center;background:transparent;border:none;border-radius:4px;box-sizing:border-box;color:#cbd7fd;cursor:pointer;display:inline-flex;height:24px;letter-spacing:.4px;outline:1px solid rgba(203,215,253,.35);padding:0 12px;transition:background .15s ease,color .15s ease,opacity .15s ease;white-space:nowrap}.PlDataTablePagination__nav-btn:active:not(:disabled){transform:none}.PlDataTablePagination__nav-btn:hover:not(:disabled){background:#ffffff0f}.PlDataTablePagination__nav-btn:disabled{cursor:not-allowed;opacity:.45}.PlDataTablePaginationRails{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;min-width:0;gap:12px}.PlDataTablePaginationRails:has(.pl-data-table-wrap){width:fit-content;max-width:100%;align-self:flex-start;align-items:flex-start}.PlDataTablePaginationRails .pl-data-table-wrap{margin:0}.ProjectionsTable{width:100%}.ProjectionsTable--refreshing{opacity:.65;pointer-events:none}.ProjectionsTable .pl-data-table__header-cell--pl-bot-divider,.ProjectionsTable .pl-data-table__cell--pl-bot-divider{border-right:2px solid #323c59}.ExtensionGuide{display:flex;flex-direction:column;width:100%;gap:24px}.ExtensionGuide__intro{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:24px;width:100%}.ExtensionGuide__intro-copy{display:flex;flex-direction:column;gap:12px;max-width:760px}.ExtensionGuide__intro-title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.ExtensionGuide__intro-text{font-family:Work Sans,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#cbd7fd;margin:0}.ExtensionGuide__install{align-self:flex-start}.ExtensionGuide__install .AuthBtn{width:auto;padding:12px 32px}.ExtensionGuide__tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;width:100%}.ExtensionGuide__tab{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;background:#202233;border:1px solid rgba(141,150,179,.18);border-radius:12px;color:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .05s;position:relative}.ExtensionGuide__tab:hover{border-color:#55e8ff99}.ExtensionGuide__tab:active{transform:translateY(1px)}.ExtensionGuide__tab--active{border-color:#55e8ffb3;box-shadow:inset 0 1px #ffffff0f}.ExtensionGuide__tab--coming-soon{opacity:.85}.ExtensionGuide__tab-logo{width:28px;height:28px;object-fit:contain}.ExtensionGuide__tab-name{font-family:DM Sans,sans-serif;font-size:14px;line-height:18px;font-weight:600;letter-spacing:0;letter-spacing:.5px;text-transform:uppercase;color:#fff}.ExtensionGuide__tab-badge{font-family:Work Sans,sans-serif;font-size:12px;line-height:14px;font-weight:500;letter-spacing:0;margin-left:auto;padding:4px 8px;background:#55e8ff1f;color:#55e8ff;border-radius:999px;text-transform:uppercase;letter-spacing:.5px}.ExtensionGuide__content{display:flex;flex-direction:column;width:100%;gap:24px}.ExtensionGuide__content-header{display:flex;flex-direction:row;align-items:center;gap:16px}.ExtensionGuide__content-logo{width:44px;height:44px;object-fit:contain}.ExtensionGuide__content-title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.ExtensionGuide__content-subtitle{font-family:Work Sans,sans-serif;font-size:15px;line-height:22px;font-weight:400;letter-spacing:0;color:#cbd7fd;margin:4px 0 0}.ExtensionGuide__steps{display:flex;flex-direction:column;gap:20px;margin:0;padding:0;list-style:none}.ExtensionGuide__step{display:grid;grid-template-columns:minmax(260px,1fr) minmax(360px,1.4fr);gap:24px;padding:20px;border:1px solid rgba(141,150,179,.18);border-radius:12px;background:#ffffff05;align-items:stretch}@media (max-width: 1180px){.ExtensionGuide__step{grid-template-columns:1fr}}.ExtensionGuide__step-text{display:flex;flex-direction:row;align-items:flex-start;gap:14px}.ExtensionGuide__step-text .pl-step-number{margin-top:2px}.ExtensionGuide__step-title{font-family:DM Sans,sans-serif;font-size:18px;line-height:24px;font-weight:700;color:#f6f8fff5;margin:0 0 8px;letter-spacing:0}.ExtensionGuide__step-description{font-family:Work Sans,sans-serif;font-size:15px;line-height:22px;font-weight:400;letter-spacing:0;color:#cbd7fd;margin:0}.ExtensionGuide__step-description a{color:#55e8ff;text-decoration:none}.ExtensionGuide__step-description a:hover{text-decoration:underline}.ExtensionGuide__step-cta{margin-top:12px}.ExtensionGuide__step-link{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:600;letter-spacing:0;display:inline-block;margin-top:10px;color:#55e8ff;text-decoration:none;transition:text-shadow .2s}.ExtensionGuide__step-link:hover{text-decoration:underline;text-shadow:0 0 10px rgba(85,232,255,.5)}.ExtensionGuide__step-figure{margin:0;display:flex;flex-direction:column;gap:8px}.ExtensionGuide__image-frame{position:relative;width:100%;background:#1b2241;border-radius:10px;border:1px solid rgba(141,150,179,.18);overflow:hidden;min-height:200px;max-height:460px;padding:12px;display:flex;align-items:center;justify-content:center}.ExtensionGuide__image{display:block;max-width:100%;max-height:436px;width:auto;height:auto;object-fit:contain}.ExtensionGuide__image-fallback{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#c0c4d8b8;padding:40px 16px;text-align:center;width:100%}.ExtensionGuide__step-caption{font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:500;letter-spacing:0;color:#c0c4d8b8;text-align:right}.ExtensionGuide__coming-soon{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;border:1px dashed rgba(141,150,179,.35);border-radius:12px}.ExtensionGuide__coming-soon-title{font-family:DM Sans,sans-serif;font-size:16px;line-height:22px;font-weight:700;letter-spacing:0;color:#fff;margin:0}.ExtensionGuide__coming-soon-text{font-family:Work Sans,sans-serif;font-size:15px;line-height:22px;font-weight:400;letter-spacing:0;color:#cbd7fd;margin:0}.ExtensionGuide__coming-soon-text a{color:#55e8ff;text-decoration:none}.ExtensionGuide__coming-soon-text a:hover{text-decoration:underline}.ExtensionGuide__back{margin-top:4px}.ExtensionGuide__back-link{font-family:Work Sans,sans-serif;font-size:14px;line-height:20px;font-weight:600;letter-spacing:0;color:#cbd7fd;text-decoration:none}.ExtensionGuide__back-link:hover{color:#55e8ff}.PlFilterField{display:flex;flex-direction:column;gap:6px;min-width:0}.PlFilterField--search{flex:0 0 auto;width:180px}.PlFilterField--window{min-width:200px}.PlFilterField--date{min-width:118px;max-width:128px}.PlFilterField__label{font-family:DM Sans,sans-serif;font-size:12px;line-height:14px;font-weight:400;letter-spacing:0;color:#a0aec0}.PlMetricsDescriptions{box-sizing:border-box;width:100%;max-width:none;margin:40px 0 0;padding:36px 40px 32px;border:0;border-radius:18px;background:#292e53;color:#e8ecf8;font-family:DM Sans,sans-serif;display:flex;flex-direction:column;gap:24px}@media (max-width: 840px){.PlMetricsDescriptions{padding:28px 22px}}.PlMetricsDescriptions__title{margin:0;color:#fff;font-size:22px;font-weight:900;letter-spacing:.01em;line-height:1.2;text-transform:none}.PlMetricsDescriptions__note{margin:0;font-family:DM Sans,sans-serif;font-size:17px;line-height:1.55;font-weight:400;letter-spacing:0;color:#b8c2dd}.PlMetricsDescriptions__note--list{padding-left:1.35em;list-style:disc outside}.PlMetricsDescriptions__note--list li{display:list-item;margin-bottom:.35em}.PlMetricsDescriptions__note--list li:last-child{margin-bottom:0}.PlMetricsDescriptions__list{margin:0;padding-left:1.35em;list-style:disc outside;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.55;font-weight:500;letter-spacing:0;color:#e8ecf8;word-break:break-word}.PlMetricsDescriptions__list li{margin-bottom:16px}.PlMetricsDescriptions__list li::marker{color:#55e8ff}.PlMetricsDescriptions__list li:last-child{margin-bottom:0}.PlMetricsDescriptions__term{color:#55e8ff}.PlMetricsDescriptions__body{display:block;color:#e8ecf8}.PlMetricsDescriptions__body a{color:#55e8ff;text-decoration:underline;text-underline-offset:2px}.PlMetricsDescriptions__body a:hover{color:#7eeeff}.HitterRollingPlayerInput{display:flex;flex-direction:row;align-items:center;flex:0 0 auto;width:180px;position:relative}.HitterRollingPlayerInput__icon{display:flex;flex-direction:row;align-items:center;color:#a4aacab3;height:14px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:14px}.HitterRollingPlayerInput__input{box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#21243a;box-shadow:inset 0 1px #ffffff0f;color:#f0f1f5;outline:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;padding:9px 14px 9px 36px;width:100%}.HitterRollingPlayerInput__input::placeholder{color:#a4aacab3}.HitterRollingPlayerInput__input:focus{border-color:#9df4ff59;outline:none}.HitterRollingPlayerInput__input::-webkit-search-decoration,.HitterRollingPlayerInput__input::-webkit-search-results-button,.HitterRollingPlayerInput__input::-webkit-search-results-decoration{display:none}.HitterRollingPlayerInput__input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-right:0;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.HitterRollingPlayerInput__input::-moz-search-clear-button{width:12px;height:12px;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-size:12px 12px;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:1}.HitterRollingPlayerInput__dropdown{position:absolute;z-index:25;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px 0;list-style:none;background:#21243a;border:1px solid rgba(255,255,255,.13);border-radius:8px;max-height:240px;overflow-y:auto;box-shadow:0 12px 24px #00000059}.HitterRollingPlayerInput__dropdown-item{display:block;width:100%;padding:10px 14px;border:none;background:transparent;color:#f0f1f5;font-family:Work Sans,sans-serif;font-size:14px;text-align:left;cursor:pointer}.HitterRollingPlayerInput__dropdown-item:hover{background:#55e8ff1a}.HitterRollingPlayerInput__dropdown-item--muted{cursor:default;color:#a4aacab3}.HitterRollingPlayerInput__dropdown-item--muted:hover{background:transparent}.ProcessPlusRollingChartTooltip{position:fixed;z-index:2000;pointer-events:none;transform:translate(-50%,calc(-100% - 10px));min-width:310px;max-width:350px;padding:16px 18px;border-radius:16px;background:linear-gradient(180deg,#162344f5,#0f1730f7);border:1px solid rgba(115,239,255,.22);box-shadow:0 16px 34px #00000061;font-family:Work Sans,sans-serif}.ProcessPlusRollingChartTooltip__off-day{position:absolute;top:18px;right:12px;margin:0;padding:2px 7px;border-radius:999px;font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:.02em;line-height:1.3;color:#c4cdecc7;background:#cbd7fd1a;border:1px solid rgba(203,215,253,.14);white-space:nowrap}.ProcessPlusRollingChartTooltip__date{margin:0 0 8px;padding-right:64px;font-family:DM Sans,sans-serif;font-weight:800;font-size:20px;color:#73efff}.ProcessPlusRollingChartTooltip__sub{margin:0;font-size:13px;line-height:1.25;color:#c4cdecb8}.ProcessPlusRollingChartTooltip__muted{margin:0;font-size:14px;color:#c4cdecd9}.ProcessPlusRollingChartTooltip__metrics{margin:18px 0 0;display:flex;flex-direction:column;gap:14px}.ProcessPlusRollingChartTooltip__metric{display:flex;flex-direction:column;gap:7px}.ProcessPlusRollingChartTooltip__metric-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ProcessPlusRollingChartTooltip__label{margin:0;font-family:DM Sans,sans-serif;font-weight:700;font-size:15px}.ProcessPlusRollingChartTooltip__track{position:relative;height:9px;border-radius:999px;background:#cbd7fd14;overflow:hidden}.ProcessPlusRollingChartTooltip__fill{position:absolute;inset:0 auto 0 0;border-radius:999px}.ProcessPlusRollingChartTooltip__value{margin:0;font-family:DM Sans,sans-serif;font-weight:700;font-size:15px;color:#f4f1ea}.ProcessPlusRollingChartTooltip__deviation{font-size:11px;color:#c4cdeca6;white-space:nowrap}.ProcessPlusRollingChart{width:100%}.ProcessPlusRollingChart__frame{position:relative;border-radius:14px;overflow:hidden;padding:8px 8px 16px}.ProcessPlusRollingChart__svg{display:block;width:100%;height:auto}.ProcessPlusRollingChart__hit-target{cursor:crosshair}.ProcessPlusRollingChart__title{font-family:DM Sans,sans-serif;font-weight:900;font-size:20px;fill:#73efff}.ProcessPlusRollingChart__subtitle{font-family:Work Sans,sans-serif;font-size:13px;fill:#c4cdecd9}.ProcessPlusRollingChart__legend{font-family:DM Sans,sans-serif;font-weight:600;font-size:11px;line-height:1;fill:#cbd7fd}.ProcessPlusRollingChart__axis-label{font-family:Work Sans,sans-serif;font-size:11px;fill:#cbd7fd}.ProcessPlusRollingChart__footer{font-family:Work Sans,sans-serif;font-size:12px;fill:#bcc4e4b3}.ProcessPlusRollingChart__brand{position:absolute;right:20px;bottom:28px;pointer-events:none}.ProcessPlusRollingChart__brand-logo{display:block;height:18px;width:auto}.HitterRollingChartsPage .PlFilterToolbar--pageTools{margin-bottom:0}.HitterRollingChartsPage .PlFilterToolbar--pageTools>.PlFilterToolbar__row{flex:1 1 100%;width:100%;max-width:100%}.HitterRollingChartsPage .PlFilterToolbar--pageTools>.PlFilterToolbar__row.HitterRollingChartsPage__actions-row{flex:0 0 auto}.HitterRollingChartsPage .PlFilterToolbar--pageTools>.HitterRollingChartsPage__filter-row+.HitterRollingChartsPage__count-group-row{margin-top:12px}.HitterRollingChartsPage .HitterRollingChartsPage__actions{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;width:100%}.HitterRollingChartsPage .HitterRollingChartsPage__actions-primary,.HitterRollingChartsPage .HitterRollingChartsPage__actions-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.HitterRollingChartsPage .HitterRollingChartsPage__actions-secondary{justify-content:flex-end;margin-left:auto}@media (max-width: 900px){.HitterRollingChartsPage .HitterRollingChartsPage__actions{flex-direction:column;align-items:stretch}.HitterRollingChartsPage .HitterRollingChartsPage__actions-secondary{justify-content:flex-start;margin-left:0}}.HitterRollingChartsPage .HitterRollingChartsPage__slider-wrap{display:flex;align-items:center;gap:4px;min-height:36px;gap:6px}.HitterRollingChartsPage .HitterRollingChartsPage__slider{flex:1;min-width:120px;accent-color:#55e8ff;cursor:pointer}.HitterRollingChartsPage .HitterRollingChartsPage__slider::-webkit-slider-thumb{cursor:pointer}.HitterRollingChartsPage .HitterRollingChartsPage__slider::-moz-range-thumb{cursor:pointer}.HitterRollingChartsPage .HitterRollingChartsPage__slider-value{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;color:#cbd7fd;min-width:36px;text-align:right;min-width:3ch;font-variant-numeric:tabular-nums}.HitterRollingChartsPage .HitterRollingChartsPage__count-group-row{width:100%}.HitterRollingChartsPage .HitterRollingChartsPage__count-group-row .HitterRollingChartsPage__count-group{flex:1 1 auto;width:100%;max-width:100%}.HitterRollingChartsPage .HitterRollingChartsPage__count-group-body{display:flex;flex-direction:column;gap:12px}.HitterRollingChartsPage .HitterRollingChartsPage__count-group--expanded{flex-basis:100%}.HitterRollingChartsPage .HitterRollingChartsPage__custom-counts{margin-bottom:0}.HitterRollingChartsPage .HitterRollingChartsPage__custom-counts-grid{display:flex;flex-wrap:wrap;gap:8px 16px}.HitterRollingChartsPage .HitterRollingChartsPage__custom-count{display:inline-flex;align-items:center;gap:6px;font-family:Work Sans,sans-serif;font-size:14px;color:#cbd7fd;cursor:pointer}.HitterRollingChartsPage .HitterRollingChartsPage__page-loading{display:flex;align-items:center;justify-content:center;min-height:320px}.HitterRollingChartsPage .HitterRollingChartsPage__chart-block{box-sizing:border-box;width:100%;max-width:1024px;margin-inline:auto;margin-top:40px}.HitterRollingChartsPage .HitterRollingChartsPage__chart-area{position:relative;min-height:420px;width:100%;display:flex;align-items:center;justify-content:center}.HitterRollingChartsPage .HitterRollingChartsPage__chart-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:#0a0e208c;border-radius:14px}.HitterRollingChartsPage .HitterRollingChartsPage__chart-loading--solo{position:relative;inset:auto;min-height:420px;background:transparent}.HubSection{display:flex;flex-direction:column;width:100%;margin-top:28px}.HubSection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:20px;width:100%;align-items:stretch}.HubLinkCard{display:flex;flex-direction:column;box-sizing:border-box;justify-content:flex-start;gap:8px;min-height:138px;padding:18px 20px;border-radius:7px;border:1px solid #373f59;background-color:#202c42;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.HubLinkCard:hover{border-color:#55e8ff73;box-shadow:0 8px 24px #00000047;background-color:#24314a}.HubLinkCard:focus-visible{outline:2px solid rgba(85,232,255,.85);outline-offset:3px}.HubLinkCard__title{margin:0;font-family:DM Sans,sans-serif;font-size:18px;line-height:22.5px;font-weight:700;letter-spacing:0;color:#ffc277}.HubLinkCard__description{margin:0;font-family:DM Sans,sans-serif;font-size:16px;line-height:23.2px;font-weight:400;letter-spacing:0;color:#aeb7d2}.HubPage{display:flex;flex-direction:column;box-sizing:border-box;width:100%}.ToolsPage .HubSection__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.Home{display:flex;flex-direction:column;box-sizing:border-box;width:100%}.Home__hero{padding:8px 0 4px;margin-bottom:28px}.Home__hero .Home__hero-title{font-family:DM Sans,sans-serif;font-size:38px;line-height:1.15;font-weight:900;letter-spacing:0;color:#ffc277;margin:0}.Home__hero-sub{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.3;font-weight:400;letter-spacing:0;letter-spacing:.5px;color:#c0c4d8b8;margin:6px 0 0}.Home__col-title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:800;letter-spacing:0;letter-spacing:1px;text-transform:uppercase;color:#55e8ff;margin:0 0 18px}.Home__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media (max-width: 980px){.Home__grid{grid-template-columns:1fr}}.HomeWhatsNew{margin-bottom:28px}.HomeWhatsNew__header{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.HomeWhatsNew__header .Home__col-title{margin:0}.HomeWhatsNew__see-all{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;flex-shrink:0;padding:0;border:none;background:none;color:#55e8ff;cursor:pointer;white-space:nowrap}.HomeWhatsNew__see-all:hover{text-decoration:underline;text-shadow:0 0 10px rgba(85,232,255,.5)}.HomeWhatsNew__see-all:focus-visible{outline:2px solid rgba(85,232,255,.85);outline-offset:3px;border-radius:2px}.HomeWhatsNew__list{background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:6px 20px}.HomeWhatsNew__item{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.4;font-weight:400;letter-spacing:0;color:#e7ecff;padding:12px 0}.HomeWhatsNew__item+.HomeWhatsNew__item{border-top:1px solid rgba(255,255,255,.07)}.HomeCard{display:flex;flex-direction:row;align-items:center;gap:14px;text-decoration:none;color:inherit;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 18px;margin-bottom:24px;transition:background .15s ease,border-color .15s ease}.HomeCard:hover{background:#ffffff12;border-color:#55e8ff73}.HomeCard:focus-visible{outline:2px solid rgba(85,232,255,.85);outline-offset:3px}.HomeCard:hover .HomeCard__arrow{color:#55e8ff}.HomeCard--bold{background:linear-gradient(160deg,#22d3ee1a,#ffffff08 60%);border-color:#55e8ff38;padding:18px 24px;min-height:92px;box-sizing:border-box}.HomeCard__icon{display:flex;flex-direction:row;align-items:center;justify-content:center;width:46px;height:46px;border-radius:10px;background:#22d3ee29;color:#55e8ff;flex-shrink:0}.HomeCard__icon svg{width:20px;height:20px}.HomeCard__icon--logo{background:transparent}.HomeCard__icon--logo img{width:34px;height:34px;object-fit:contain}.HomeCard__text{display:flex;flex-direction:column;flex:1;gap:2px;min-width:0}.HomeCard__name{font-family:DM Sans,sans-serif;font-size:20px;line-height:1.2;font-weight:600;letter-spacing:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HomeCard__desc{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.3;font-weight:400;letter-spacing:0;letter-spacing:.5px;color:#c0c4d8b8}.HomeCard__arrow{margin-left:auto;color:#c0c4d8b8;display:flex;flex-shrink:0}.HomeCta{width:100%;height:auto;min-height:72px;box-sizing:border-box;border-radius:12px;margin-bottom:0;padding:20px 18px;gap:12px;text-decoration:none}.HomeCta svg{width:28px;height:28px}.HomeCta .pl-btn__label{font-size:18px}.pl-btn--primary.HomeCta--tools{background:linear-gradient(149.7deg,#c23a4a,#6e1c27);box-shadow:0 0 0 1px #ff788759,0 6px 20px #0000005c}.pl-btn--primary.HomeCta--tools:hover{filter:brightness(1.12)}.HomeCta__arrow{margin-left:2px}.lgd-guide{box-sizing:border-box;width:100%;color:#cbd7fd;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55}.lgd-guide__intro,.lgd-guide__title,.lgd-guide__kicker,.lgd-guide__subhead,.lgd-guide__color-title,.lgd-guide__prose,.lgd-guide__steps,.lgd-guide__note{box-sizing:border-box;width:100%;max-width:56rem;margin-inline:auto}.lgd-guide__intro{margin:0 auto 28px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55;font-weight:400;letter-spacing:0;color:#c0c4d8b8}.lgd-guide__section{margin-bottom:40px}.lgd-guide__title{font-family:DM Sans,sans-serif;font-size:20px;line-height:1.25;font-weight:700;color:#f6f8fff5;letter-spacing:0;text-transform:none;margin:0 auto 8px}.lgd-guide__kicker{margin:0 auto 16px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55;font-weight:400;letter-spacing:0;color:#c0c4d8b8}.lgd-guide__subhead{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:700;color:#ffc277;letter-spacing:0;text-transform:none;text-shadow:0 0 16px rgba(251,158,42,.15);margin:24px auto 10px}.lgd-guide__color-title{font-family:DM Sans,sans-serif;font-size:15px;line-height:1.3;font-weight:600;letter-spacing:0;color:#f6f8fff5;margin:22px auto 8px}.lgd-guide__prose{margin:0 auto 12px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55;font-weight:400;letter-spacing:0;color:#cbd7fd}.lgd-guide__prose b{color:#f6f8fff5;font-weight:600}.lgd-guide__steps{list-style:none;margin:0 auto 16px;padding:0;display:grid;gap:12px;counter-reset:lgd-guide-step}.lgd-guide__step{position:relative;padding-left:40px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.55;font-weight:400;letter-spacing:0;color:#cbd7fd}.lgd-guide__step b{color:#f6f8fff5;font-weight:600}.lgd-guide__step:before{counter-increment:lgd-guide-step;content:counter(lgd-guide-step);position:absolute;left:0;top:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Work Sans,sans-serif;font-size:13px;line-height:1;font-weight:700;letter-spacing:0;color:#55e8ff;background:#13152a;border:1px solid rgba(85,232,255,.35)}.lgd-guide__note{margin:14px auto 0;padding:12px 16px;border-radius:8px;border:1px solid rgba(255,194,119,.28);background:#ffc2770f;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.55;font-weight:400;letter-spacing:0;color:#cbd7fd}.lgd-guide__note b{color:#ffc277;font-weight:600}.lgd-guide__grid{box-sizing:border-box;width:100%;max-width:56rem;margin-inline:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 auto 8px}.lgd-guide__card{padding:14px 16px;border-radius:8px;background:#2a335561;display:flex;flex-direction:column;gap:6px}.lgd-guide__card-name{font-family:DM Sans,sans-serif;font-size:13px;line-height:1.3;font-weight:600;letter-spacing:0;color:#ffc277d1;letter-spacing:.04em;text-transform:uppercase}.lgd-guide__card-desc{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5;font-weight:400;letter-spacing:0;color:#cbd7fd}.lgd-guide__table-wrap.pl-data-table-wrap{box-sizing:border-box;width:100%;max-width:56rem;margin-inline:auto;margin:0 auto 16px;overflow-x:hidden}.lgd-guide__table-wrap .pl-data-table{width:100%;max-width:100%}.lgd-guide__table-wrap .pl-data-table thead th,.lgd-guide__table-wrap .pl-data-table thead th:first-child,.lgd-guide__table-wrap .pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center),.lgd-guide__table-wrap .pl-data-table th:first-child,.lgd-guide__table-wrap .pl-data-table td:first-child,.lgd-guide__table-wrap .pl-data-table tbody td,.lgd-guide__table-wrap .pl-data-table tbody td:not(:first-child){text-align:left;overflow-wrap:break-word;word-break:break-word;vertical-align:top;cursor:default}.lgd-guide__table-wrap .pl-data-table thead th:before,.lgd-guide__table-wrap .pl-data-table thead th:after,.lgd-guide__table-wrap .pl-data-table thead th:first-child:before,.lgd-guide__table-wrap .pl-data-table thead th:first-child:after,.lgd-guide__table-wrap .pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center):before,.lgd-guide__table-wrap .pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center):after,.lgd-guide__table-wrap .pl-data-table th:first-child:before,.lgd-guide__table-wrap .pl-data-table th:first-child:after,.lgd-guide__table-wrap .pl-data-table td:first-child:before,.lgd-guide__table-wrap .pl-data-table td:first-child:after,.lgd-guide__table-wrap .pl-data-table tbody td:before,.lgd-guide__table-wrap .pl-data-table tbody td:after,.lgd-guide__table-wrap .pl-data-table tbody td:not(:first-child):before,.lgd-guide__table-wrap .pl-data-table tbody td:not(:first-child):after{display:none;content:none}.lgd-guide__table-wrap .pl-data-table tbody td{white-space:normal}.lgd-guide__table-wrap .pl-data-table thead th{position:static;white-space:nowrap;overflow-wrap:normal;word-break:normal}.lgd-guide__table-wrap .pl-data-table td:first-child .lgd-guide__stat{white-space:nowrap}.lgd-guide__table-wrap .pl-data-table:has(.lgd-guide__swatch) thead th:first-child,.lgd-guide__table-wrap .pl-data-table:has(.lgd-guide__swatch) tbody td:first-child{text-align:center;white-space:nowrap;overflow-wrap:normal;word-break:normal}.lgd-guide__stat{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.3;font-weight:600;letter-spacing:0;color:#f6f8fff5}.lgd-guide__stat-sub{font-family:Work Sans,sans-serif;font-size:13px;line-height:1.3;font-weight:500;letter-spacing:0;color:#b4bbd7ad}.lgd-guide__formula{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;color:#73efff}.lgd-guide__kbd{display:inline-block;font:600 12px ui-monospace,SFMono-Regular,Menlo,monospace;color:#73efff;background:#21243a;border:1px solid rgba(255,255,255,.13);border-bottom-width:2px;border-radius:6px;padding:1px 7px;white-space:nowrap}.lgd-guide__panel{box-sizing:border-box;width:100%;max-width:56rem;margin-inline:auto;margin:0 auto 16px;padding:16px;border-radius:8px;background:#2a335561}.lgd-guide__frame-demos{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px 16px}.lgd-guide__frame-demo{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.lgd-guide__frame-sample{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;font-variant-numeric:tabular-nums;color:#cbd7fd;min-height:1.6em;display:inline-flex;align-items:center}.lgd-guide__frame-label{font-family:Work Sans,sans-serif;font-size:12px;line-height:1.3;font-weight:400;letter-spacing:0;color:#b4bbd7ad}.lgd-guide__pitch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.lgd-guide__pitch-chip{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:#21243a8c;border:1px solid rgba(140,165,210,.11)}.lgd-guide__pitch-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.lgd-guide__pitch-name{font-family:Work Sans,sans-serif;font-size:13px;line-height:1.2;font-weight:600;letter-spacing:0;color:#f6f8fff5}.lgd-guide__pitch-abbr{font-family:Work Sans,sans-serif;font-size:12px;line-height:1.2;font-weight:400;letter-spacing:0;color:#b4bbd7ad;margin-left:auto}.lgd-guide__swatch{display:inline-block;width:14px;height:14px;border-radius:3px;margin-right:8px;vertical-align:-2px;flex-shrink:0}.lgd-guide__table-wrap .pl-data-table td:first-child .lgd-guide__swatch{margin-right:0}.lgd-guide__val-pos{color:#7fc8a9;font-variant-numeric:tabular-nums}.lgd-guide__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;background:#21243a;border:1px solid rgba(255,255,255,.13);border-radius:5px;padding:1px 6px;color:#73efff}.lgd-guide__top{display:flex;align-items:center;justify-content:center;width:fit-content;margin-top:8px;margin-inline:auto;padding:8px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#55e8ff0f;font-family:DM Sans,sans-serif;font-size:14px;line-height:1;font-weight:500;letter-spacing:0;color:#55e8ff;cursor:pointer}.lgd-guide__top:hover{background:#55e8ff1f}.lgd-search-bar{display:flex;flex-direction:row;align-items:center;flex:0 0 auto;position:relative;width:180px}.lgd-search-bar__icon{display:flex;flex-direction:row;align-items:center;color:#a4aacab3;height:14px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:14px}.lgd-search-bar__input{box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#21243a;box-shadow:inset 0 1px #ffffff0f;color:#f0f1f5;outline:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;padding:9px 14px 9px 36px;width:100%}.lgd-search-bar__input::placeholder{color:#a4aacab3}.lgd-search-bar__input:focus{border-color:#9df4ff59;outline:none}.lgd-search-bar__input::-webkit-search-decoration,.lgd-search-bar__input::-webkit-search-results-button,.lgd-search-bar__input::-webkit-search-results-decoration{display:none}.lgd-search-bar__input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-right:0;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.lgd-search-bar__input::-moz-search-clear-button{width:12px;height:12px;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-size:12px 12px;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:1}.lgd-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:max-content;z-index:25;max-height:360px;overflow-y:auto;margin:0;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 8px 24px #0006}.lgd-search-result{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid var(--row-border);white-space:nowrap}.lgd-search-result:last-child{border-bottom:none}.lgd-search-result:hover,.lgd-search-result.highlighted{background:var(--hover-tint)}.lgd-search-result-name{color:var(--name);font-weight:600;font-size:13px}.lgd-search-no-results{color:var(--text-dim);font-size:13px;justify-content:center;cursor:default}.ViewReloadButton{display:flex;flex-direction:row;color:#a4aacab3;background:#55e8ff0f;border:none;cursor:pointer;transition:color .2s ease,background .2s ease;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border-radius:8px;font-size:12px;line-height:1}.ViewReloadButton:hover:not(:disabled){color:#55e8ff;background:#55e8ff1f}.ViewReloadButton:disabled{cursor:not-allowed;opacity:.7}.ViewReloadButton svg{flex:0 0 auto}.ViewReloadButton:active:not(:disabled){transform:translateY(1px)}.ViewReloadButton--spinning svg{animation:ViewReloadButton-spin 1s linear infinite}@keyframes ViewReloadButton-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LiveGameDashboardPage{color-scheme:only dark;font-family:DM Sans,sans-serif;background:transparent;color:var(--text);font-size:14px;line-height:1.2;--bg: #21243A;--surface: #262940;--surface2: #2E3150;--border: #363A54;--text: #E0E2EC;--text-bright: #F0F1F5;--text-muted: #C0C4D8;--text-dim: #8A8EB0;--accent: #55e8ff;--accent-soft: #70d4f0;--accent-hover: #8cf0ff;--accent-glow: rgba(85, 232, 255, .12);--label: #ffc277;--label-bright: #FFC46A;--name: #55e8ff;--meta: #C8CAD4;--runs: #55e8ff;--row-border: rgba(54, 58, 84, .55);--row-border-light: rgba(64, 68, 100, .55);--hover-tint: rgba(85, 232, 255, .04);--radius: 10px;--radius-sm: 6px;--font-data: "Work Sans", sans-serif;box-sizing:border-box}.LiveGameDashboardPage .pl-page__body,.LiveGameDashboardPage .pl-page-header-context,.LiveGameDashboardPage .plpd-sticky-page-header>*{transition:max-width 0s}.LiveGameDashboardPage .lgd-day-slate,.LiveGameDashboardPage .lgd-day-slate *,.LiveGameDashboardPage .lgd-day-slate *:before,.LiveGameDashboardPage .lgd-day-slate *:after,.LiveGameDashboardPage .lgd-day-capsules,.LiveGameDashboardPage .lgd-day-capsules *,.LiveGameDashboardPage .lgd-day-capsules *:before,.LiveGameDashboardPage .lgd-day-capsules *:after,.LiveGameDashboardPage .lgd-card-view,.LiveGameDashboardPage .lgd-card-view *,.LiveGameDashboardPage .lgd-card-view *:before,.LiveGameDashboardPage .lgd-card-view *:after,.LiveGameDashboardPage .lgd-card-chrome,.LiveGameDashboardPage .lgd-card-chrome *,.LiveGameDashboardPage .lgd-card-chrome *:before,.LiveGameDashboardPage .lgd-card-chrome *:after,.LiveGameDashboardPage .lgd-game-tabs-container,.LiveGameDashboardPage .lgd-game-tabs-container *,.LiveGameDashboardPage .lgd-game-tabs-container *:before,.LiveGameDashboardPage .lgd-game-tabs-container *:after,.LiveGameDashboardPage .lgd-pbp-panel,.LiveGameDashboardPage .lgd-pbp-panel *,.LiveGameDashboardPage .lgd-pbp-panel *:before,.LiveGameDashboardPage .lgd-pbp-panel *:after,.LiveGameDashboardPage .lgd .lgd-card,.LiveGameDashboardPage .lgd .lgd-card *,.LiveGameDashboardPage .lgd .lgd-card *:before,.LiveGameDashboardPage .lgd .lgd-card *:after{box-sizing:border-box}.LiveGameDashboardPage__content{min-width:0;width:100%}.LiveGameDashboardPage__content--prose>.LiveGameDashboardPage__title-row{box-sizing:border-box;width:100%;max-width:56rem;margin-inline:auto}.LiveGameDashboardPage__content--prose>.LiveGameDashboardPage__back-link{margin-left:max(0px,(100% - min(100%,56rem)) / 2);margin-right:auto;max-width:min(100%,56rem)}.LiveGameDashboardPage .pl-pro-tools-page-title{margin:0 0 20px}.LiveGameDashboardPage__title-home{color:inherit;font-size:32px;text-decoration:none}.LiveGameDashboardPage__title-home:hover{color:var(--accent)}.LiveGameDashboardPage__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 20px;min-height:36px}.LiveGameDashboardPage__title-row .pl-pro-tools-page-title{margin:0}.LiveGameDashboardPage__title-row>.pl-filter-date-shell{width:184px;min-width:184px;max-width:184px;margin-left:12px}.LiveGameDashboardPage__back-btn.pl-btn.pl-btn--ghost{flex:0 0 auto;box-sizing:border-box;height:36px;min-height:36px;padding:0 16px;white-space:nowrap}.LiveGameDashboardPage__title-nav{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-left:auto}.LiveGameDashboardPage__title-nav>.TableFilterDropdown,.LiveGameDashboardPage__title-nav>.lgd-search-bar{width:184px;min-width:184px;max-width:184px}.LiveGameDashboardPage__back-link{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;max-width:100%;margin:-8px 0 16px;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:var(--text-dim);font:inherit;font-size:14px;font-weight:400;white-space:nowrap;cursor:pointer;text-decoration:none;transition:color .15s ease}.LiveGameDashboardPage__back-link:hover{color:var(--accent)}.LiveGameDashboardPage__back-link--detail{margin-bottom:40px}.LiveGameDashboardPage__guide-link.pl-btn.pl-btn--primary{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;text-decoration:none}.LiveGameDashboardPage__about{box-sizing:border-box;width:100%;max-width:none;margin:40px 0 0;padding:36px 40px 32px;border:0;border-radius:18px;background:#292e53;color:#e8ecf8;font-family:DM Sans,sans-serif}@media (max-width: 840px){.LiveGameDashboardPage__about{padding:28px 22px}}.LiveGameDashboardPage__about h2{margin:0 0 10px;color:#fff;font-size:22px;font-weight:900;letter-spacing:.01em;line-height:1.2;text-transform:none}.LiveGameDashboardPage__about h2 span{color:#55e8ff}.LiveGameDashboardPage__about-thesis{max-width:100%;margin:0 0 28px;color:#b8c2dd;font-size:17px;line-height:1.55}.LiveGameDashboardPage__about-thesis strong{color:#e8ecf8;font-weight:700}.LiveGameDashboardPage__about-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:26px}.LiveGameDashboardPage__about-steps article{padding:18px 20px;border:1px solid #485db5;border-radius:14px;background:#2e3150}.LiveGameDashboardPage__about-steps h3{margin:0 0 6px;color:#55e8ff;font-size:15px;font-weight:700}.LiveGameDashboardPage__about-steps p{margin:0;color:#b8c2dd;font-size:14.5px;line-height:1.5}.LiveGameDashboardPage__about-steps strong{color:#e8ecf8;font-weight:700}.LiveGameDashboardPage__about-live-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:22px;border-top:0}.LiveGameDashboardPage__about-live-row--guide-only{justify-content:flex-end}.LiveGameDashboardPage__about-live-row>p{display:flex;align-items:center;gap:14px;margin:0;color:#b8c2dd;font-size:15px;line-height:1.5}.LiveGameDashboardPage__about-live-row b{color:#e8ecf8;font-weight:700}.LiveGameDashboardPage__about-live-dot{flex:0 0 auto;width:11px;height:11px;border-radius:50%;background:#fb9e2a;transform:translateY(2px);animation:lgd-about-pulse 2s infinite}.LiveGameDashboardPage__about-live-number{padding:0 1px;color:#ffc277;font-family:Work Sans,sans-serif;font-size:20px;font-weight:800}.LiveGameDashboardPage__about-guide.pl-btn.pl-btn--primary{padding:12px 22px;text-decoration:none}.LiveGameDashboardPage__about-guide.pl-btn.pl-btn--primary:focus-visible{outline:2px solid #ffc277;outline-offset:3px}@keyframes lgd-about-pulse{0%{box-shadow:0 0 #fb9e2a73}70%{box-shadow:0 0 0 12px #fb9e2a00}to{box-shadow:0 0 #fb9e2a00}}@media (prefers-reduced-motion: reduce){.LiveGameDashboardPage__about-live-dot{animation:none}}.LiveGameDashboardPage .lgd{max-width:none;width:100%;margin:0;padding:0}.LiveGameDashboardPage .lgd-main-table-area .pl-data-table-wrap{margin:20px 0 0}.LiveGameDashboardPage .lgd .lgd-day-capsules{display:flex;flex-direction:column;gap:0;margin:0 0 24px;padding:0}.LiveGameDashboardPage .lgd .lgd-day-capsules .lgd-game-tabs-container{margin:0;padding:0;border-bottom:none}.LiveGameDashboardPage .lgd .lgd-day-slate{display:flex;flex-direction:column;width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;border:none;border-radius:0;background:transparent;box-shadow:none;overflow:visible;position:relative;z-index:0}.LiveGameDashboardPage .lgd .lgd-day-slate .lgd-game-tabs-container{margin:0;padding:0;border-bottom:none}.LiveGameDashboardPage .lgd-scoreboard-slot{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.LiveGameDashboardPage .lgd-scoreboard-slot--open{grid-template-rows:1fr}.LiveGameDashboardPage .lgd-scoreboard-slot:not(.lgd-scoreboard-slot--open){pointer-events:none}.LiveGameDashboardPage .lgd-scoreboard-slot__inner{overflow:hidden;min-height:0}.LiveGameDashboardPage .lgd .lgd-scoreboard-slot .lgd-scoreboard-nav{margin:0;padding:24px 0 0}@media (prefers-reduced-motion: reduce){.LiveGameDashboardPage .lgd-scoreboard-slot{transition:none}}.LiveGameDashboardPage .lgd-scoreboard-nav{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.LiveGameDashboardPage .lgd-scoreboard-nav .lgd-scoreboard-wrap{margin:0;flex:0 1 auto}.LiveGameDashboardPage .lgd .lgd-scoreboard-nav .pl-btn.pl-btn--ghost.lgd-scoreboard-nav__btn{flex:0 0 auto;gap:4px;padding:12px 16px;white-space:nowrap}.LiveGameDashboardPage .lgd-scoreboard-nav__btn svg{flex-shrink:0}.LiveGameDashboardPage .lgd-scoreboard-nav__btn:disabled{opacity:.4;cursor:not-allowed}.LiveGameDashboardPage .lgd .lgd-day-slate .lgd-scoreboard-wrap,.LiveGameDashboardPage .lgd .lgd-day-capsules .lgd-scoreboard-wrap{margin:0 auto}.LiveGameDashboardPage .lgd .lgd-day-slate .lgd-scoreboard-nav .lgd-scoreboard-wrap,.LiveGameDashboardPage .lgd .lgd-day-capsules .lgd-scoreboard-nav .lgd-scoreboard-wrap{margin:0}.LiveGameDashboardPage .lgd .lgd-day-table-stack{display:flex;flex-direction:column;align-self:stretch;width:100%;max-width:100%;margin:0}.LiveGameDashboardPage .lgd .lgd-day-table-stack .lgd-day-slate__table-filters,.LiveGameDashboardPage .lgd .lgd-day-table-stack .lgd-team-page__table-filters{width:0;min-width:100%;max-width:100%;box-sizing:border-box}.LiveGameDashboardPage .lgd .lgd-day-slate__table-filters{position:relative;z-index:20;display:flex;flex-direction:column;gap:10px;margin:0 0 12px;padding:0;border:none;background:transparent}.LiveGameDashboardPage .lgd .lgd-table-filters__controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.LiveGameDashboardPage .lgd .lgd-day-slate__table-filters .lgd-refresh-actions,.LiveGameDashboardPage .lgd .lgd-card-gameline-header .lgd-refresh-actions{margin-left:auto}.LiveGameDashboardPage .lgd .lgd-card-gameline-header__actions .lgd-refresh-actions{margin-left:0}.LiveGameDashboardPage .lgd .lgd-team-page .lgd-refresh-actions{margin-left:auto}.LiveGameDashboardPage .lgd .lgd-team-page .lgd-team-refresh-note{color:#a4aacab3;font-size:12px;white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-filters .lgd-refresh-actions{margin-left:auto}.LiveGameDashboardPage .lgd .lgd-day-slate .lgd-pitch-type-filters{margin:0}.LiveGameDashboardPage .lgd .lgd-day-slate .lgd-main-table-area{align-self:stretch;align-items:stretch;width:100%;max-width:100%;overflow:visible;border-radius:10px}.LiveGameDashboardPage .lgd .lgd-day-slate .lgd-main-table-area .pl-data-table-wrap{margin:0;width:100%;max-width:100%;border:1px solid rgba(118,138,190,.22);border-radius:10px;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;overflow:hidden}.LiveGameDashboardPage .lgd .lgd-day-slate .pl-data-table{width:max-content;min-width:100%;font-size:16px}.LiveGameDashboardPage .lgd .lgd-day-slate .pl-data-table__header-cell--ks,.LiveGameDashboardPage .lgd .lgd-day-slate .pl-data-table__cell--ks{padding-right:12px}.LiveGameDashboardPage .lgd-page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;padding:50px 16px;box-sizing:border-box}.LiveGameDashboardPage .lgd-page-loader__msg{margin:0;max-width:28rem;text-align:center;font-size:15px;line-height:1.4;color:var(--text-dim)}.LiveGameDashboardPage .pl-filter-date{color-scheme:dark;caret-color:transparent;-webkit-user-select:none;user-select:none}.LiveGameDashboardPage .pl-filter-date-shell{display:flex;align-items:center;gap:8px;position:relative;box-sizing:border-box;height:36px;min-height:36px;min-width:128px;padding:0 13px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#21243a;box-shadow:inset 0 1px #ffffff0f}.LiveGameDashboardPage .pl-filter-date-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.LiveGameDashboardPage .pl-filter-date-shell__icon{flex:0 0 14px;width:14px;height:14px;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2' y='3.5' width='12' height='10' rx='1.2' stroke='%234f7ea3' stroke-width='1.25'/%3E%3Cpath d='M2 7h12' stroke='%234f7ea3' stroke-width='1.25'/%3E%3Cpath d='M5.5 2v2M10.5 2v2' stroke='%234f7ea3' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E") center/14px 14px no-repeat;pointer-events:none}.LiveGameDashboardPage .pl-filter-date-shell__value{color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;font-variant-numeric:tabular-nums;line-height:1;pointer-events:none}.LiveGameDashboardPage .pl-filter-date-shell .pl-filter-date{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;padding:0;border:none;border-radius:inherit;background:transparent;box-shadow:none;opacity:0;cursor:pointer}.LiveGameDashboardPage .pl-filter-date-shell .pl-filter-date::-webkit-calendar-picker-indicator{display:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0!important}.LiveGameDashboardPage .pl-filter-date-shell .pl-filter-date::-moz-calendar-picker-indicator{opacity:0}.LiveGameDashboardPage .lgd-search-bar__input{height:36px;min-height:36px}.LiveGameDashboardPage .lgd-search-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.LiveGameDashboardPage .lgd .lgd-game-tabs-container{max-width:none;margin:0 0 14px;padding:0 0 14px;box-sizing:border-box;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.13);border-radius:0;box-shadow:none}.LiveGameDashboardPage .lgd-game-tabs-container--open{display:flex;flex-direction:column;gap:8px}.LiveGameDashboardPage .lgd-game-tabs{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;align-items:stretch;border:none;border-radius:0;overflow:visible;background:transparent}.LiveGameDashboardPage .lgd-game-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:auto;min-width:0;height:74px;min-height:74px;overflow:visible;box-sizing:border-box;padding:6px 10px;background:#559fff0a;border:1px solid rgba(85,232,255,.4);border-radius:var(--radius-sm);color:var(--text-bright);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s,color .15s,font-weight .15s;text-align:center;-webkit-user-select:none;user-select:none}.LiveGameDashboardPage .lgd-game-tab:hover{background:#55e8ff1f;border-color:var(--accent);font-weight:600}.LiveGameDashboardPage .lgd-game-tab.lgd-no-data{opacity:.4;cursor:default;border-style:dashed}.LiveGameDashboardPage .lgd-game-tab.lgd-no-data:hover{border-color:#55e8ff66;background:var(--hover-tint);font-weight:500}.LiveGameDashboardPage .lgd-game-tab.lgd-not-started{opacity:.75;cursor:not-allowed;border-style:dashed;color:var(--text-dim);background:var(--surface);border-color:var(--border)}.LiveGameDashboardPage .lgd-game-tab.lgd-not-started:hover{color:var(--text-dim);border-color:var(--border);background:var(--surface);font-weight:500}.LiveGameDashboardPage .lgd-game-tab.lgd-game-tab--disabled{cursor:default}.LiveGameDashboardPage .lgd-game-tab.lgd-game-tab--disabled:hover{border-color:#55e8ff66;background:var(--hover-tint);font-weight:500}.LiveGameDashboardPage .lgd-game-tab--score-flash{position:relative;z-index:1;animation:game-tab-score-flash 5s ease-in-out}@keyframes game-tab-score-flash{0%,to{box-shadow:0 0 #55e8ff00,0 0 #55e8ff00}6%,20%,70%{box-shadow:0 0 0 1px #55e8ff59,0 0 8px #55e8ff26}8%,50%,58%{box-shadow:0 0 0 2px #55e8ffe6,0 0 18px #55e8ff66}}.LiveGameDashboardPage .lgd-game-tab__score{display:inline-block;padding:0 3px;margin:0 -1px;border-radius:3px;line-height:1.15}.LiveGameDashboardPage .lgd-game-tab__score--flash{animation:game-tab-score-flash-chip 5s ease-in-out}@keyframes game-tab-score-flash-chip{0%,to{font-weight:600;background-color:#55e8ff00;box-shadow:0 0 12px #55e8ff00;text-shadow:0 0 8px rgba(85,232,255,0)}6%,20%,70%{font-weight:800;background-color:#55e8ff1f;box-shadow:0 0 12px #55e8ff00;text-shadow:0 0 8px rgba(85,232,255,0)}8%,50%,58%{font-weight:800;background-color:#55e8ff38;box-shadow:0 0 12px #55e8ff8c;text-shadow:0 0 8px rgba(85,232,255,.85)}}.LiveGameDashboardPage .lgd-game-tab--long-flash{animation:game-tab-long-flash 5s ease-in-out}@keyframes game-tab-long-flash{0%,45%{box-shadow:0 0 0 2px #55e8ff,0 0 24px #55e8ff8c}to{box-shadow:0 0 #55e8ff00,0 0 #55e8ff00}}@media (prefers-reduced-motion: reduce){.LiveGameDashboardPage .lgd-game-tab--score-flash,.LiveGameDashboardPage .lgd-game-tab--long-flash{animation:none;box-shadow:0 0 0 2px #55e8ffb3}.LiveGameDashboardPage .lgd-game-tab__score--flash{animation:none;font-weight:800;background:#55e8ff2e;box-shadow:none;text-shadow:none}}.LiveGameDashboardPage .lgd-game-tab__pitchers{font-size:13px;color:var(--text-dim);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.LiveGameDashboardPage .lgd-game-tab__teams{font-size:16px;font-weight:600;letter-spacing:.02em;white-space:nowrap;overflow:visible;max-width:100%}.LiveGameDashboardPage .lgd-game-tab__sep{font-weight:400;color:var(--text-muted)}.LiveGameDashboardPage .lgd-game-tab__winner{color:var(--accent)}.LiveGameDashboardPage .lgd-game-tab__state{font-size:13px;color:var(--text-dim);font-weight:400}.LiveGameDashboardPage .lgd-game-tab__state--final{color:var(--label)}.LiveGameDashboardPage .lgd-inning-half-arrow{display:inline-block;font-size:7px;line-height:1;vertical-align:.2em;letter-spacing:0}.LiveGameDashboardPage .lgd-toggle-label{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:var(--text)}.LiveGameDashboardPage .lgd-toggle-label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid #4A4E68;border-radius:4px;background:var(--surface);cursor:pointer;position:relative;flex-shrink:0;transition:all .15s}.LiveGameDashboardPage .lgd-toggle-label input[type=checkbox]:checked{background:#55e8ff40;border-color:var(--accent);box-shadow:0 0 6px var(--accent-glow)}.LiveGameDashboardPage .lgd-toggle-label input[type=checkbox]:checked:after{content:"✓";position:absolute;top:-1px;left:2px;font-size:12px;color:var(--accent)}.LiveGameDashboardPage .lgd-pitch-type-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;justify-content:flex-start}.LiveGameDashboardPage .lgd-pitch-type-btn{border:1.5px solid currentColor;border-radius:var(--radius-sm);padding:5px 12px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;opacity:.5;transition:all .15s}.LiveGameDashboardPage .lgd-pitch-type-btn:hover{opacity:.75}.LiveGameDashboardPage .lgd-pitch-type-btn.active{opacity:1;border-color:transparent;box-shadow:0 0 8px #ffffff14}.LiveGameDashboardPage .lgd-pitch-type-btn--all{color:var(--text-muted);border-color:var(--border)}.LiveGameDashboardPage .lgd-pitch-type-btn--all.active{background:var(--text-muted);color:#1a1c30;border-color:transparent}.LiveGameDashboardPage .lgd .lgd-card-view{width:100%;max-width:100%;margin:0;display:flex;flex-direction:column}.LiveGameDashboardPage table:not(.pl-data-table){border-collapse:collapse;font-size:14px}.LiveGameDashboardPage table:not(.pl-data-table) thead th{background:var(--surface);color:var(--accent);font-weight:600;font-size:12px;padding:9px 10px;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border-bottom:2px solid var(--border);text-transform:uppercase;letter-spacing:.04em}.LiveGameDashboardPage table:not(.pl-data-table) thead th:hover{color:var(--accent-hover)}.LiveGameDashboardPage .lgd-sort-active{border-bottom:2px solid var(--accent);padding-bottom:1px}.LiveGameDashboardPage table:not(.pl-data-table) tbody tr{border-bottom:1px solid var(--row-border);transition:background .2s ease}.LiveGameDashboardPage table:not(.pl-data-table) tbody tr:last-child{border-bottom:none}.LiveGameDashboardPage table:not(.pl-data-table) tbody tr:hover{background:var(--hover-tint)}.LiveGameDashboardPage table:not(.pl-data-table) tbody td{padding:7px 10px;white-space:nowrap;color:var(--text);font-family:var(--font-data)}.LiveGameDashboardPage tbody tr.lgd-clickable-row{cursor:pointer}.LiveGameDashboardPage table:not(.pl-data-table) tbody tr.lgd-clickable-row:hover{background:var(--hover-tint)}.LiveGameDashboardPage .lgd-pitcher-name,.LiveGameDashboardPage a.lgd-pitcher-name{color:var(--text-bright)}.LiveGameDashboardPage a.lgd-pitcher-name.lgd-pitcher-sp-highlight,.LiveGameDashboardPage .lgd-pitcher-sp-highlight{color:#ffc277}.LiveGameDashboardPage table:not(.pl-data-table) .lgd-pitcher-name{font-weight:500}.LiveGameDashboardPage table:not(.pl-data-table) .lgd-pitcher-sp-highlight{font-weight:600}.LiveGameDashboardPage .pl-data-table .pl-data-table__player-meta{color:inherit}.LiveGameDashboardPage .lgd-highlight-cell{border-radius:4px;display:inline;padding:0 3px;margin:0 -3px;line-height:inherit;vertical-align:baseline}.LiveGameDashboardPage .lgd-hl-elite{color:#ff839b;box-shadow:0 0 0 1.5px #ff5a5a}.LiveGameDashboardPage .lgd-hl-soft{color:#8cc8ffd9;box-shadow:0 0 0 1.5px #4db9fb8c}.LiveGameDashboardPage .pl-data-table__header-tooltip-host.lgd-highlight-cell-tip{display:inline;vertical-align:baseline}.LiveGameDashboardPage .lgd-main-table-area{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:100%;margin:0}.LiveGameDashboardPage .lgd-table-wrapper{overflow:visible;max-width:100%;min-width:0;-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm)}.LiveGameDashboardPage .lgd-table-wrapper+.lgd-table-wrapper{margin-top:4px}.LiveGameDashboardPage .lgd-team-cards-grid{display:flex;flex-direction:column;gap:18px;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box;padding:14px}.LiveGameDashboardPage .lgd-team-card-wrapper{width:100%;max-width:100%;box-sizing:border-box}.LiveGameDashboardPage .lgd-team-card{width:100%;max-width:100%;box-sizing:border-box;background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);overflow:visible;-webkit-overflow-scrolling:touch}.LiveGameDashboardPage .lgd-team-card td,.LiveGameDashboardPage .lgd-team-card th{overflow:visible;white-space:nowrap}.LiveGameDashboardPage .lgd-team-split-header{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:700;color:#ffc277;letter-spacing:0;text-transform:none;text-shadow:0 0 16px rgba(251,158,42,.15);padding:0 0 8px}.LiveGameDashboardPage .lgd-team-split-opp{font-size:14px;font-weight:500;color:var(--text-dim)}.LiveGameDashboardPage .lgd .lgd-card{display:flex;flex-direction:column;gap:48px;width:100%;max-width:100%;margin:0;padding:20px 20px 24px;box-sizing:border-box;border:1px solid rgba(118,138,190,.22);border-radius:10px;background-color:#202233;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;overflow:visible;position:relative}.LiveGameDashboardPage .lgd-card-pitcher-select{flex:0 0 auto;align-self:flex-end}.LiveGameDashboardPage .lgd-card-gameline-header__actions{display:flex;align-items:flex-end;gap:12px;margin-left:auto;min-width:0}.LiveGameDashboardPage .lgd .lgd-card-top{display:flex;flex-direction:column;align-items:stretch;gap:36px;margin:0}.LiveGameDashboardPage .lgd .lgd-card-top>.lgd-card-regular-season{width:max-content;max-width:100%;min-width:0}.LiveGameDashboardPage .lgd-card-info{width:100%;min-width:0;display:flex;align-items:baseline;gap:12px;white-space:nowrap;font-size:15px;font-weight:400}.LiveGameDashboardPage .lgd-card-name{flex:0 0 auto;display:inline;font-size:28px;font-weight:800;color:var(--accent);line-height:1}.LiveGameDashboardPage a.lgd-card-name{display:inline-flex;align-items:baseline;gap:6px;cursor:pointer;text-decoration:none;color:var(--accent)}.LiveGameDashboardPage a.lgd-card-name .lgd-card-name__link-icon,.LiveGameDashboardPage a.lgd-card-meta-link .lgd-card-name__link-icon{flex:0 0 auto;width:14px;height:14px;align-self:baseline;opacity:.5;transition:opacity .15s}.LiveGameDashboardPage a.lgd-card-name:hover .lgd-card-name__link-icon,.LiveGameDashboardPage a.lgd-card-meta-link:hover .lgd-card-name__link-icon{opacity:.95}.LiveGameDashboardPage .lgd-card-meta{flex:0 0 auto;color:var(--meta);line-height:1}.LiveGameDashboardPage a.lgd-card-meta-link{display:inline-flex;align-items:baseline;gap:5px;color:var(--meta);text-decoration:none;cursor:pointer}.LiveGameDashboardPage .lgd-card-info__sep{flex:0 0 auto;color:var(--meta);line-height:1}.LiveGameDashboardPage .lgd-card-schedule{display:inline-flex;align-items:baseline;gap:8px;min-width:0;color:var(--text-dim);line-height:1}.LiveGameDashboardPage .lgd-card-schedule__label{color:var(--meta)}.LiveGameDashboardPage .lgd-card-schedule__start{line-height:1}.LiveGameDashboardPage .lgd-card-schedule__start+.lgd-card-schedule__start{padding-left:8px;border-left:1px solid var(--text-dim)}.LiveGameDashboardPage .lgd-card-schedule__date{color:#c8cbe0;font-weight:600}.LiveGameDashboardPage .lgd-card-schedule__opp{font-weight:600}.LiveGameDashboardPage .lgd-card-gameline-box{flex:1 1 auto;min-width:0}.LiveGameDashboardPage .lgd-card-gameline-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;row-gap:8px;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:700;color:#ffc277;letter-spacing:0;text-transform:none;text-shadow:0 0 16px rgba(251,158,42,.15);padding:0 0 8px}.LiveGameDashboardPage .lgd-card-gameline-footnote{margin:8px 0 0;font-size:13px;font-weight:400;color:var(--text-dim)}.LiveGameDashboardPage .lgd .lgd-card-gameline-wrap.pl-data-table-wrap{margin:0}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) td{text-align:center}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th .pl-data-table__header-btn,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th .pl-data-table__header-tooltip-host,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th .pl-data-table__header-static-label{justify-content:center;width:100%}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) td.pl-data-table__num-cell,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th.pl-data-table__header-cell--align-right{text-align:center}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) td.pl-data-table__num-cell:before,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) td.pl-data-table__num-cell:after,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th.pl-data-table__header-cell--align-right:before,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) th.pl-data-table__header-cell--align-right:after{display:none;content:none}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table:not(.lgd-card-gameline-table--log) td.lgd-card-pitcher-name{text-align:center;white-space:nowrap}.LiveGameDashboardPage .lgd-card-gameline-table thead th.lgd-gl-th-sort{cursor:pointer;-webkit-user-select:none;user-select:none}.LiveGameDashboardPage .lgd-card-pitcher-name{text-align:left;color:var(--accent);font-weight:500;font-size:18px}.LiveGameDashboardPage table:not(.pl-data-table) .lgd-pitch-type{font-family:Work Sans,sans-serif;font-size:16px;line-height:1;font-weight:500;letter-spacing:0}.LiveGameDashboardPage .lgd-card-gameline-table td.lgd-gl-date,.LiveGameDashboardPage .lgd-card-gameline-table td.lgd-gl-opp{text-align:left}.LiveGameDashboardPage .lgd-card-gameline-table--log td.lgd-gl-date,.LiveGameDashboardPage .lgd-card-gameline-table--log td.lgd-gl-opp{font-weight:500}.LiveGameDashboardPage .lgd-card-gameline-table--log td.lgd-gl-date a,.LiveGameDashboardPage .lgd-card-gameline-table--log td.lgd-gl-opp a{font-weight:inherit}.LiveGameDashboardPage .lgd-card-gameline-table--log thead th:first-child.pl-data-table__header-cell--name .pl-data-table__header-btn{justify-content:flex-start;width:100%}.LiveGameDashboardPage .lgd-gl-mode-toggle{font-size:14px;color:var(--text-muted);gap:5px;align-self:center}.LiveGameDashboardPage .lgd-gl-mode-toggle input[type=checkbox]{width:14px;height:14px}.LiveGameDashboardPage .lgd-gl-mode-toggle input[type=checkbox]:checked:after{top:-2px;left:1px;font-size:11px}.LiveGameDashboardPage .lgd-gl-mode-toggle.disabled{opacity:.4;cursor:not-allowed}.LiveGameDashboardPage .lgd-gl-mode-toggle.disabled input[type=checkbox]{cursor:not-allowed}.LiveGameDashboardPage .lgd-gl-cp-none{color:var(--text-dim);font-size:11px;font-weight:400}.LiveGameDashboardPage .lgd-card-gameline-table td.lgd-gl-hm-cell{border-radius:0}.LiveGameDashboardPage .lgd-card-gameline-table td.lgd-gl-hm-cell .lgd-gl-mix-velo{opacity:.55}.LiveGameDashboardPage .lgd-card-gameline-table td.lgd-gl-mixbar-cell{text-align:left;padding:7px 10px}.LiveGameDashboardPage .lgd-gl-mixbar{display:flex;height:24px;width:100%;min-width:150px;border-radius:6px;overflow:hidden;background:var(--surface)}.LiveGameDashboardPage .lgd-gl-mixbar-seg{height:100%;position:relative;transition:filter .15s}.LiveGameDashboardPage .lgd-gl-mixbar-seg:hover{filter:saturate(1.15) brightness(1.06)}.LiveGameDashboardPage .lgd-gl-mixbar-other{background:#ffffff12}.LiveGameDashboardPage .lgd-gl-mixbar-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#05060f;border:1px solid var(--border);border-radius:8px;padding:6px 9px;font-size:11px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s;z-index:20;color:var(--text-bright);box-shadow:0 12px 30px -8px #000c;font-family:var(--font-data)}.LiveGameDashboardPage .lgd-gl-mixbar-seg:hover .lgd-gl-mixbar-tip{opacity:1}.LiveGameDashboardPage .lgd-gl-mix-empty{color:var(--text-dim)}.LiveGameDashboardPage .lgd-gl-mix-legend{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center;padding:0 2px 10px;font-size:12px;color:var(--text-muted);font-family:var(--font-data)}.LiveGameDashboardPage .lgd-gl-mix-leg-item{display:flex;align-items:center;gap:6px}.LiveGameDashboardPage .lgd-gl-mix-leg-sw{width:11px;height:11px;border-radius:3px;flex:none}.LiveGameDashboardPage .lgd-gl-cp-row td{padding:0!important;position:static!important;background:transparent!important}.LiveGameDashboardPage .lgd-gl-cpbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:linear-gradient(90deg,#fb9e2a29,#fb9e2a0a);border-top:1px solid rgba(251,158,42,.5);border-bottom:1px solid rgba(251,158,42,.5);padding:8px 14px}.LiveGameDashboardPage .lgd-gl-cp-dot{width:7px;height:7px;border-radius:50%;background:var(--label);box-shadow:0 0 0 4px #fb9e2a2e;flex:none}.LiveGameDashboardPage .lgd-gl-cp-lab{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--label);font-weight:700;white-space:nowrap}.LiveGameDashboardPage .lgd-gl-cp-desc{font-size:12.5px;color:var(--text-muted);font-family:var(--font-data)}.LiveGameDashboardPage .lgd-gl-cp-desc b{color:var(--text-bright)}.LiveGameDashboardPage .lgd-gl-cp-meta{color:var(--text-dim)}.LiveGameDashboardPage .lgd-gl-side-pill{display:inline-block;margin-left:7px;font-family:var(--font-data);font-size:10px;font-weight:600;color:var(--text-dim);background:var(--surface);padding:2px 7px;border-radius:99px;vertical-align:middle}.LiveGameDashboardPage .lgd-gl-side-pill.low{color:#ff839b;background:#ff839b21}.LiveGameDashboardPage .lgd-gl-excluded td{opacity:.5}.LiveGameDashboardPage .lgd-gl-excluded td:first-child{opacity:1}@media (prefers-reduced-motion: reduce){.LiveGameDashboardPage .lgd-gl-mixbar-seg,.LiveGameDashboardPage .lgd-gl-mixbar-tip{transition:none}}.LiveGameDashboardPage .lgd .lgd-card-section{margin:0;min-width:0;max-width:100%;overflow:visible}.LiveGameDashboardPage .lgd .lgd-metrics-header{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;align-content:flex-start;gap:10px 16px;margin:0 0 12px}.LiveGameDashboardPage .lgd .lgd-card-gameline-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:0 0 12px}.LiveGameDashboardPage .lgd-metrics-controls{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;position:relative;z-index:25;flex:1 1 auto;min-width:min(100%,max-content)}.LiveGameDashboardPage .lgd-metrics-controls-spacer{visibility:hidden;pointer-events:none;width:0;overflow:hidden;flex:0 0 auto}.LiveGameDashboardPage .lgd-metrics-controls-spacer__control{display:block;height:36px}.LiveGameDashboardPage .lgd .lgd-filter-row-reset{flex:0 0 auto;align-self:flex-end;margin:0 0 0 4px;padding:0;border:none;background:none;box-shadow:none;color:var(--text-dim);font:inherit;font-size:14px;font-weight:400;line-height:36px;cursor:pointer;white-space:nowrap;text-decoration:none;transition:color .15s ease}.LiveGameDashboardPage .lgd .lgd-filter-row-reset:not(:disabled):hover{color:var(--accent)}.LiveGameDashboardPage .lgd .lgd-filter-row-reset:disabled{opacity:1;cursor:default}.LiveGameDashboardPage .lgd .lgd-card .pl-data-table.lgd-card-gameline-table tbody td{font-size:18px}.LiveGameDashboardPage .lgd .lgd-card .pl-data-table__header-btn--active{flex:0 0 auto;width:fit-content!important}.LiveGameDashboardPage .lgd .lgd-metrics-card{background:var(--surface);border:1px solid rgba(118,138,190,.22);border-radius:10px;padding:12px 14px;display:block;min-width:0;width:100%;box-sizing:border-box;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-metrics-header+.pl-data-table-shell{margin-top:0;margin-right:0;margin-left:0}.LiveGameDashboardPage .lgd .lgd-metrics-header+.pl-data-table-shell .pl-data-table.lgd-usage-table .lgd-usage-table__group-spacer{background-color:transparent!important;background-image:none!important;box-shadow:none!important;border:none!important;padding-top:2px;padding-bottom:2px;color:transparent;cursor:default}.LiveGameDashboardPage .lgd .lgd-metrics-header+.pl-data-table-shell .pl-data-table.lgd-usage-table .lgd-usage-table__type-hdr{border-top-left-radius:10px}.LiveGameDashboardPage .lgd .lgd-metrics-header+.pl-data-table-shell .pl-data-table.lgd-usage-table .lgd-usage-table__group-hdr{text-align:center;text-transform:none;letter-spacing:normal;font-size:14px;font-weight:600;color:var(--label);padding-top:12px;padding-bottom:10px;vertical-align:middle;border-bottom:none;cursor:default}.LiveGameDashboardPage .lgd .lgd-metrics-header+.pl-data-table-shell .pl-data-table.lgd-usage-table .lgd-usage-table__group-hdr--start{border-top-left-radius:10px}.LiveGameDashboardPage .lgd-loading-avgs{text-align:center;padding:8px;color:var(--text-dim);font-size:12px}.LiveGameDashboardPage .lgd-metrics-subnav{display:flex;align-items:center;gap:0;flex:0 0 auto;height:36px}.LiveGameDashboardPage .lgd-metrics-subnav-mobile{display:none}.LiveGameDashboardPage .lgd-metrics-subnav-btn{background:none;border:none;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;color:var(--text-dim);cursor:pointer;padding:0 14px;height:36px;line-height:36px;text-transform:uppercase;letter-spacing:.04em;position:relative;transition:color .15s;text-decoration:none}.LiveGameDashboardPage .lgd-metrics-subnav-btn:first-child{padding-left:0}.LiveGameDashboardPage .lgd-metrics-subnav-btn:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;background:transparent;transition:background-color .15s}.LiveGameDashboardPage .lgd-metrics-subnav-btn:first-child:after{left:0}.LiveGameDashboardPage .lgd-metrics-subnav-btn:hover{color:var(--text)}.LiveGameDashboardPage .lgd-metrics-subnav-btn.lgd-metrics-subnav-disabled{opacity:.35;cursor:not-allowed}.LiveGameDashboardPage .lgd-metrics-subnav-btn.lgd-metrics-subnav-disabled:hover{color:var(--text-dim)}.LiveGameDashboardPage .lgd-metrics-subnav-btn.active{color:var(--label);text-shadow:0 0 16px rgba(251,158,42,.15)}.LiveGameDashboardPage .lgd-metrics-subnav-btn.active:after{background:var(--label)}.LiveGameDashboardPage .lgd .lgd-card-pbp{padding:4px 0 8px;max-width:none;width:100%;font-family:Work Sans,sans-serif;color:#f0f1f5f5}.LiveGameDashboardPage .lgd-card-pbp-segment{margin-bottom:18px}.LiveGameDashboardPage .lgd .lgd-card-pbp-inning-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 10px;padding:14px 0 12px;margin-bottom:16px;border-bottom:1px solid rgba(203,215,253,.12)}.LiveGameDashboardPage .lgd .lgd-card-pbp-inning-label{font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;color:var(--label);text-transform:uppercase;letter-spacing:.04em}.LiveGameDashboardPage .lgd .lgd-card-pbp-inning-stats{font-family:Work Sans,sans-serif;font-size:16px;font-weight:400;font-style:normal;line-height:1.25;color:#c0c4d8;text-transform:none}.LiveGameDashboardPage .lgd-card-pbp-pa-row{margin-bottom:16px;width:100%}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-card{display:block;position:relative;width:100%;min-width:0;min-height:0;box-sizing:border-box;background:#3b65e914;border-radius:12px;overflow:hidden;cursor:pointer;border:1px solid rgba(203,215,253,.1);padding:20px;transition:background .2s ease,border-color .2s ease,opacity .2s ease,min-height .36s cubic-bezier(.22,1,.36,1)}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-card,.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-card *{cursor:pointer}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-card.lgd-card-pbp-pa-active{opacity:1;background:#38489a0a;border-color:#55e8ff66;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-card.lgd-card-pbp-pa-expanded:has(.lgd-card-pbp-plot){min-height:423px}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-other{opacity:1}.LiveGameDashboardPage .lgd .lgd-card-pbp-copy{min-width:0;width:auto}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-card .lgd-card-pbp-copy{padding-right:376px}.LiveGameDashboardPage .lgd .lgd-card-pbp-expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1)}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-expanded .lgd-card-pbp-expand{grid-template-rows:1fr}.LiveGameDashboardPage .lgd .lgd-card-pbp-expand-inner{min-height:0;overflow:hidden;opacity:0;transition:opacity .28s ease}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-expanded .lgd-card-pbp-expand-inner{min-height:min-content;opacity:1}.LiveGameDashboardPage .lgd .lgd-card-pbp-plot{position:absolute;top:20px;right:20px;bottom:auto;display:flex;align-items:flex-start;padding:0;line-height:0;width:360px;opacity:0;pointer-events:none;transition:opacity .28s ease}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-expanded .lgd-card-pbp-plot{opacity:1;pointer-events:auto}.LiveGameDashboardPage .lgd .lgd-card-pbp-plot-inner{width:360px;flex-shrink:0}.LiveGameDashboardPage .lgd .lgd-card-pbp-plot .lgd-pbp-sz-canvas{display:block}.LiveGameDashboardPage .lgd .lgd-card-pbp-title{padding:0}.LiveGameDashboardPage .lgd .lgd-card-pbp-cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 24px;align-items:start;width:100%}.LiveGameDashboardPage .lgd .lgd-card-pbp-col{min-width:0}.LiveGameDashboardPage .lgd .lgd-card-pbp-col--hitter{text-align:left}.LiveGameDashboardPage .lgd .lgd-card-pbp-col--hitter .lgd-card-pbp-title{display:flex;align-items:baseline;gap:12px}.LiveGameDashboardPage .lgd .lgd-card-pbp-name,.LiveGameDashboardPage .lgd .lgd-card-pbp-batter{font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;color:#f4f1ea;line-height:1.25}@media (max-width: 560px){.LiveGameDashboardPage .lgd .lgd-card-pbp-cols{grid-template-columns:1fr;gap:10px}}.LiveGameDashboardPage .lgd .lgd-card-pbp-pitch-count{padding:2px 0 0;font-size:14px;font-weight:400;color:#c4cdecb3;font-family:Work Sans,sans-serif}.LiveGameDashboardPage .lgd .lgd-card-pbp-state{padding:2px 0 0;font-size:14px;font-weight:400;color:#c4cdecb3}.LiveGameDashboardPage .lgd .lgd-card-pbp-last-pitch{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;padding:4px 0 0;font-family:var(--font-data);font-size:14px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:#f4f1ea;min-width:0}.LiveGameDashboardPage .lgd .lgd-card-pbp-last-pitch__velo{font-weight:500}.LiveGameDashboardPage .lgd .lgd-card-pbp-last-pitch__type{font-family:Work Sans,sans-serif;font-weight:600}.LiveGameDashboardPage .lgd .lgd-card-pbp-last-pitch__break{color:#c4cdecb3;font-weight:400}.LiveGameDashboardPage .lgd .lgd-card-pbp-runs{padding:4px 0 0;font-family:var(--font-data);font-size:13px;font-weight:600}.LiveGameDashboardPage .lgd .lgd-card-pbp-runs--corner{position:absolute;top:20px;right:20px;z-index:2;display:inline-flex;align-items:baseline;gap:6px;padding:0;white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-card-pbp-runs__label{color:#ff5edc}.LiveGameDashboardPage .lgd .lgd-card-pbp-footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 0 0;min-width:0}.LiveGameDashboardPage .lgd .lgd-card-pbp-contact{font-family:var(--font-data);font-size:14px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:#f4f1ea}.LiveGameDashboardPage .lgd .lgd-card-pbp-contact span{font-weight:500}.LiveGameDashboardPage .lgd .lgd-card-pbp .lgd-pitch-tooltip__result-pill{display:inline-flex;align-items:center;flex-shrink:0;padding:2px 9px;border-radius:999px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:.01em;white-space:nowrap;line-height:1.3;background:color-mix(in srgb,currentColor 16%,transparent);border:1px solid color-mix(in srgb,currentColor 28%,transparent)}.LiveGameDashboardPage .lgd .lgd-card-pbp .lgd-pitch-tooltip__result-error{color:#ffc277}.LiveGameDashboardPage .lgd .lgd-card-pbp .lgd-pitch-tooltip__k-mark{margin-left:3px}.LiveGameDashboardPage .lgd .lgd-card-pbp .lgd-pitch-tooltip__k-mirror{display:inline-block;transform:scaleX(-1)}.LiveGameDashboardPage .lgd .lgd-card-pbp-desc{display:none;padding:8px 0 0;font-family:Work Sans,sans-serif;font-size:14px;color:#c4cdecd9;line-height:1.45}.LiveGameDashboardPage .lgd .lgd-card-pbp-pa-expanded .lgd-card-pbp-desc{display:block}.LiveGameDashboardPage .lgd .lgd-ingame-action{font-family:var(--font-data);font-size:13px;font-weight:500;font-style:normal;letter-spacing:.01em;line-height:1.35;color:#c4cdecc7}.LiveGameDashboardPage .lgd .lgd-card-pbp-relief,.LiveGameDashboardPage .lgd .lgd-card-pbp-midab{border-bottom:1px solid rgba(203,215,253,.08);margin:0 0 12px;padding:8px 0}.LiveGameDashboardPage .lgd .lgd-card-pbp-midab--scored{color:#ff5edc}.LiveGameDashboardPage .lgd-card-pbp-midab-score{font-weight:600;border-bottom:1px solid rgba(203,215,253,.08);margin:0 0 12px;padding:8px 0}.LiveGameDashboardPage .lgd .lgd-card .lgd-card-pbp-pa-card .lgd-pbp-pitches-wrap.pl-data-table-wrap{width:100%;max-width:100%;margin:12px 0 0;overflow:auto;isolation:isolate;background-color:#2d3252;background-clip:padding-box;border-radius:10px;box-shadow:none}.LiveGameDashboardPage .lgd-cell-with-delta{display:inline-grid;grid-template-columns:auto var(--pl-delta-track, max-content);column-gap:9px;align-items:baseline;vertical-align:middle;white-space:nowrap;font-variant-numeric:tabular-nums;box-sizing:border-box;min-width:max-content}.LiveGameDashboardPage .lgd-cell-with-delta:has(.lgd-highlight-cell){column-gap:12px}.LiveGameDashboardPage .lgd-cell-delta{text-align:right;min-width:0;font-size:12px;font-weight:500;line-height:1;font-variant-numeric:tabular-nums}.LiveGameDashboardPage .lgd-delta-up{color:#ff839b}.LiveGameDashboardPage .lgd-delta-down{color:#55e8ff}.LiveGameDashboardPage .lgd-delta-neutral{color:#9ba0c4;font-weight:400}.LiveGameDashboardPage .lgd-delta-new{color:#4ade80;font-weight:600;font-style:italic}.LiveGameDashboardPage .lgd .lgd-card-analysis{display:flex;flex-direction:column;gap:24px;margin:0;min-width:0;max-width:100%;overflow:visible}.LiveGameDashboardPage .lgd .lgd-card-visuals-section,.LiveGameDashboardPage .lgd .lgd-card-regular-season{margin:0}.LiveGameDashboardPage .lgd-sz-mode-select-row{display:flex;justify-content:flex-start;align-items:flex-end;margin-bottom:12px}.LiveGameDashboardPage .lgd-card-visuals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:80%;max-width:100%;margin-right:auto;align-items:stretch}.LiveGameDashboardPage .lgd-card-outer--broadcast>.lgd-card{font-family:Work Sans,sans-serif;text-align:left;letter-spacing:.3px}.LiveGameDashboardPage .lgd-card-sz-pair{display:contents}.LiveGameDashboardPage .lgd .lgd-viz-card{background:var(--surface2);border-radius:var(--radius-sm);overflow:hidden;padding:0;border:none;display:flex;flex-direction:column;width:100%;min-width:0;height:100%;box-sizing:border-box}.LiveGameDashboardPage .lgd-viz-card-label{flex:0 0 auto;padding:9px 12px;background:transparent;font-size:12px;font-weight:600;color:var(--accent);margin-bottom:0;text-align:center;letter-spacing:.04em;text-transform:uppercase}.LiveGameDashboardPage .lgd-viz-card-plot{flex:1 1 auto;width:100%;min-width:0;min-height:0;aspect-ratio:310/345;position:relative;background:var(--surface2);overflow:hidden}.LiveGameDashboardPage .lgd-viz-card-plot__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.LiveGameDashboardPage .lgd-viz-card-plot__frame canvas{width:100%;height:100%;border-radius:0}.LiveGameDashboardPage .lgd-viz-card--zone3d{position:relative;grid-column:1/-1}.LiveGameDashboardPage .lgd-viz-card--zone3d>.lgd-viz-card-label{padding-left:108px;padding-right:108px}.LiveGameDashboardPage .lgd-viz-card-plot--zone3d{aspect-ratio:16/9;min-height:280px}.LiveGameDashboardPage .lgd .lgd-viz-card--zone3d .pl-btn.pl-btn--ghost.lgd-zone3d-reset{position:absolute;top:8px;right:8px;z-index:3;padding:6px 12px}.LiveGameDashboardPage .lgd-zone3d-caption{position:absolute;left:12px;right:12px;bottom:10px;z-index:2;margin:0;pointer-events:none;color:#d2d8f0b8;font-size:12px;line-height:1.35;text-align:left}.LiveGameDashboardPage .lgd-zone3d-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:280px;color:var(--text-dim, #8b9bb4);font-size:14px}.LiveGameDashboardPage .lgd-viz-card canvas{border:none;border-radius:0;display:block;max-width:100%}.LiveGameDashboardPage canvas{display:block;border:none;border-radius:var(--radius-sm)}.LiveGameDashboardPage .lgd .lgd-card-outer{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%;margin:0}.LiveGameDashboardPage .lgd .lgd-card-chrome{display:flex;flex-direction:column;align-items:stretch;margin:0;padding:0;width:100%}.LiveGameDashboardPage .lgd .lgd-card-chrome.lgd-card-chrome-nav{margin:0 0 20px}.LiveGameDashboardPage .lgd .lgd-card-chrome .lgd-scoreboard-wrap{flex:0 1 auto;margin:0;align-self:center}.LiveGameDashboardPage .lgd-card-game-block{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:0;max-width:100%;width:100%}.LiveGameDashboardPage .lgd-card-game-header{display:flex;flex-direction:column;align-items:center;gap:4px;margin:0;padding:0;max-width:100%;text-align:center}.LiveGameDashboardPage .lgd-card-game-header:after{content:"";width:40px;height:1px;margin-top:10px;background:#8ca5d247}.LiveGameDashboardPage .lgd .lgd-card-game-header__matchup{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:8px;margin:0;font-size:18px;font-weight:600;letter-spacing:.02em;line-height:1.2;color:var(--text-bright)}.LiveGameDashboardPage .lgd-card-game-header__sep{font-weight:400;color:var(--text-muted)}.LiveGameDashboardPage .lgd-card-game-header__winner{color:var(--accent)}.LiveGameDashboardPage a.lgd-card-game-header__team-link{color:inherit;text-decoration:none;cursor:pointer}.LiveGameDashboardPage .lgd-card-game-header__status{margin:0;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.LiveGameDashboardPage .lgd-card-game-header__status--final{color:var(--label)}.LiveGameDashboardPage .lgd .lgd-card-game-header__meta{margin:0;font-size:13px;font-weight:400;line-height:1.35;color:var(--text-dim);max-width:52rem;text-align:center}.LiveGameDashboardPage .lgd-scoreboard-wrap{position:relative;max-width:100%;overflow:visible;width:fit-content;margin:0 auto 20px}.LiveGameDashboardPage .lgd .lgd-card-chrome .lgd-scoreboard-wrap{margin:0}.LiveGameDashboardPage .lgd-scoreboard{--sb-col-team: 68px;--sb-col-inn: 48px;--sb-col-rhe: 48px;--sb-innings: 9;table-layout:fixed;width:calc(var(--sb-col-team) + var(--sb-innings) * var(--sb-col-inn) + 3 * var(--sb-col-rhe));border-collapse:collapse;font-size:16px;font-family:var(--font-mono, "SF Mono", "Fira Code", monospace);font-variant-numeric:tabular-nums;background:transparent;border-radius:var(--radius-sm);border:none;margin:0}.LiveGameDashboardPage .lgd-sb-col--team{width:var(--sb-col-team)}.LiveGameDashboardPage .lgd-sb-col--inn{width:var(--sb-col-inn)}.LiveGameDashboardPage .lgd-sb-col--rhe{width:var(--sb-col-rhe)}.LiveGameDashboardPage .lgd-scoreboard th,.LiveGameDashboardPage .lgd-scoreboard td{padding:10px 8px;text-align:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.LiveGameDashboardPage .lgd-sb-team-hdr,.LiveGameDashboardPage .lgd-sb-team{width:var(--sb-col-team)}.LiveGameDashboardPage .lgd-sb-inn-hdr,.LiveGameDashboardPage .lgd-sb-inn{width:var(--sb-col-inn);border-left:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd-sb-stat-hdr,.LiveGameDashboardPage .lgd-sb-stat,.LiveGameDashboardPage .lgd-sb-rhe{width:var(--sb-col-rhe)}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) th,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) td{padding:10px 8px;text-align:center;box-sizing:border-box}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th.lgd-sb-rhe{color:var(--text-dim);text-align:center;font-weight:500;font-size:14px;background:none;background-color:transparent;border-bottom:none;text-transform:none;letter-spacing:normal;cursor:default}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th.lgd-sb-team-hdr{border-top:none;border-left:none;border-right:none}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th:not(.lgd-sb-team-hdr){border-top:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th:last-child,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td:last-child{border-right:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody tr:last-child td{border-bottom:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th:hover{color:var(--text-dim)}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td{background:var(--surface);font-family:var(--font-mono, "SF Mono", "Fira Code", monospace)}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-team{background:none;background-color:transparent;border-left:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody tr:first-child td{border-top:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-rhe{background:color-mix(in srgb,var(--surface) 96%,#fff 4%)}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody tr:hover,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody tr.lgd-clickable-row:hover{background:transparent}.LiveGameDashboardPage .lgd-sb-inn-hdr{color:var(--text-dim);font-weight:500;font-size:14px;text-align:center}.LiveGameDashboardPage .lgd-sb-stat-hdr{color:var(--text-dim);font-weight:600;font-size:14px;text-align:center;border-left:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd-sb-team{font-weight:700;text-align:center;color:var(--text)}.LiveGameDashboardPage .lgd-sb-cell{color:var(--text)}.LiveGameDashboardPage .lgd-sb-inn{cursor:default;transition:background .15s;position:relative}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-inn.lgd-sb-inn--tip{cursor:pointer}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-inn.lgd-sb-inn--tip:hover{background:#30384e}.LiveGameDashboardPage .lgd-sb-exit{background:#fb9e2a40!important;box-shadow:inset 0 0 0 1.5px #fb9e2a80}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-exit.lgd-sb-inn--tip:hover{background:#fb9e2a61!important}.LiveGameDashboardPage .lgd-sb-no-bat{color:var(--text-dim, #6b7280);font-weight:600;opacity:.65;font-size:inherit;line-height:inherit;display:inline-block}.LiveGameDashboardPage .lgd-sb-inn:has(.lgd-sb-no-bat){cursor:default}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-inn:has(.lgd-sb-no-bat):hover{background:var(--surface)}.LiveGameDashboardPage .lgd-sb-stat{font-weight:700;border-left:1px solid var(--border, rgba(255, 255, 255, .08))}.LiveGameDashboardPage .lgd-sb-rhe{background:#ffffff0a}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th.lgd-sb-rhe{background:none;background-color:transparent}.LiveGameDashboardPage .lgd .lgd-sb-tooltip{position:fixed;z-index:2000;min-width:260px;max-width:380px;padding:16px 18px;border-radius:12px;background:linear-gradient(180deg,#162344f5,#0f1730f7);border:1px solid rgba(115,239,255,.22);box-shadow:0 16px 34px #00000061;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.35;color:#f0f1f5f5;pointer-events:none;animation:tooltipFadeIn .12s ease-out}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:1}}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-hdr{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:5px;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;line-height:1.25;color:#f4f1ea;text-transform:none;letter-spacing:normal}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-hdr__accent{color:var(--accent, #55e8ff)}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-hdr__muted{color:#c4cdecb3;font-weight:500}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-hdr__sep{color:#c4cdec73;font-weight:500}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-meta{display:flex;flex-wrap:wrap;gap:0 4px;margin:0 0 12px;font-size:13px;font-weight:400;line-height:1.3;font-variant-numeric:tabular-nums;color:#c4cdecb3}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-meta strong{color:#f4f1ea;font-weight:600}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-event{border-bottom:1px solid rgba(203,215,253,.08);padding:6px 0}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-event:last-child{border-bottom:none;padding-bottom:0}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-event:first-of-type{padding-top:0}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-pa{font-size:13px;color:#c4cdecd9;padding:0;border-bottom:none;line-height:1.4;font-weight:400}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-pa.lgd-sb-hl{font-weight:600}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-relief{padding:0;margin:0;border-bottom:none}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-midab{padding:0}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-midab--scored{color:#ff5edc}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-runs{font-family:var(--font-data);font-size:13px;font-weight:600;line-height:1.35;padding:2px 0 4px}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-score{color:#f4f1ea;font-weight:600}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-score__hot{color:#ffc46a;font-weight:500}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-score__sep{color:#c4cdec8c;font-weight:500}.LiveGameDashboardPage .lgd .lgd-sb-tooltip .lgd-sb-tooltip-half-sep{border-top:1px solid rgba(203,215,253,.12);margin:12px 0}.LiveGameDashboardPage .lgd-sb-hl{color:var(--accent, #55e8ff)}.LiveGameDashboardPage .lgd-pbp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;display:flex;align-items:center;justify-content:center;padding:24px;animation:pbpFadeIn .15s ease-out}@keyframes pbpFadeIn{0%{opacity:0}to{opacity:1}}.LiveGameDashboardPage .lgd .lgd-pbp-panel{background:linear-gradient(180deg,#162344f5,#0f1730f7);border:1px solid rgba(115,239,255,.22);border-radius:12px;width:90%;max-width:820px;max-height:calc(100vh - 48px);margin:auto;display:flex;flex-direction:column;box-shadow:0 16px 34px #00000061;font-family:Work Sans,sans-serif;color:#f0f1f5f5;animation:pbpSlideIn .2s ease-out;flex-shrink:0;overflow:hidden}@keyframes pbpSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.LiveGameDashboardPage .lgd .lgd-pbp-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(203,215,253,.12);gap:12px}.LiveGameDashboardPage .lgd-pbp-title-block{flex:1;text-align:center;min-width:0}.LiveGameDashboardPage .lgd .lgd-pbp-title{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:5px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:500;line-height:1.25;color:#f4f1ea}.LiveGameDashboardPage .lgd .lgd-pbp-title__half,.LiveGameDashboardPage .lgd .lgd-pbp-title__pitcher{color:var(--accent, #55e8ff);font-weight:500}.LiveGameDashboardPage .lgd .lgd-pbp-title__sep{color:#c4cdec73;font-weight:500}.LiveGameDashboardPage .lgd .lgd-pbp-title__muted{color:#c4cdecb3;font-weight:500}.LiveGameDashboardPage .lgd .lgd-pbp-inning-stats{font-family:Work Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.25;color:#c4cdecb8;font-style:normal;margin-top:4px}.LiveGameDashboardPage .lgd .lgd-pbp-nav-btn{background:transparent;border:1px solid rgba(115,239,255,.22);border-radius:8px;color:var(--accent, #55e8ff);font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;padding:8px 14px;min-width:70px;text-align:center;transition:background .15s,border-color .15s}.LiveGameDashboardPage .lgd-pbp-nav-btn:hover:not(:disabled){background:#cbd7fd14;border-color:#55e8ff66}.LiveGameDashboardPage .lgd-pbp-nav-btn:disabled{opacity:0;cursor:default;border-color:transparent}.LiveGameDashboardPage .lgd-pbp-content{flex:1 1 auto;min-height:0;max-height:70vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(122,193,255,.48) rgba(96,115,168,.18)}.LiveGameDashboardPage .lgd-pbp-content::-webkit-scrollbar{width:8px}.LiveGameDashboardPage .lgd-pbp-content::-webkit-scrollbar-track{background:#6073a82e;border-radius:8px}.LiveGameDashboardPage .lgd-pbp-content::-webkit-scrollbar-thumb{background:#7ac1ff7a;border-radius:8px}.LiveGameDashboardPage .lgd-pbp-content::-webkit-scrollbar-thumb:hover{background:#7ac1ffad}.LiveGameDashboardPage .lgd .lgd-pbp-modal-pbp.lgd-card-pbp{padding:16px 20px 20px}.LiveGameDashboardPage .lgd .lgd-pbp-panel .lgd-card-pbp-cols{width:100%}.LiveGameDashboardPage .lgd .lgd-pbp-panel .lgd-card-pbp-pa-card .lgd-card-pbp-copy{padding-right:0}.LiveGameDashboardPage .lgd .lgd-pbp-panel .lgd-card-pbp-plot{position:static;top:auto;right:auto;bottom:auto;display:none;width:100%;max-width:360px;margin:12px auto 0;opacity:1;pointer-events:auto}.LiveGameDashboardPage .lgd .lgd-pbp-panel .lgd-card-pbp-pa-expanded .lgd-card-pbp-plot{display:block}.LiveGameDashboardPage .lgd .lgd-pbp-panel .lgd-card-pbp-pa-card.lgd-card-pbp-pa-expanded:has(.lgd-card-pbp-plot){min-height:0}.LiveGameDashboardPage .lgd-pbp-pitches-wrap.pl-data-table-wrap{width:100%;max-width:100%;margin:12px 0 0;overflow:auto;isolation:isolate;background-color:#2d3252;background-clip:padding-box;border-radius:10px;box-shadow:none}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table{width:100%;min-width:0;max-width:none;table-layout:auto;background-color:transparent}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table thead th{position:static}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table thead th:before{content:none}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table thead th:first-child{border-top-left-radius:10px}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table thead th:last-child{border-top-right-radius:10px}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table tbody td{font-size:16px}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table .lgd-pbp-pitches-table__dim-cell{color:var(--text-dim)}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table .lgd-pbp-pitches-table__velo-cell,.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table .lgd-pitch-type{font-weight:500}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table .lgd-pitch-type{font-size:16px}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table td.pl-data-table__text-cell:last-child{white-space:nowrap}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table tbody tr:not(.lgd-pbp-pitches-table__action-row) td{border-bottom:0;background:#303a6185!important}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table tr.lgd-pbp-pitches-table__action-row td{background-color:#3439618c!important;padding-top:6px;padding-bottom:6px;border-top:none;border-bottom:none}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table .lgd-pbp-pitches-table__action-cell{text-align:left}.LiveGameDashboardPage .lgd table.lgd-pbp-pitches-table.pl-data-table .lgd-pbp-pitches-table__action{display:block;white-space:normal}.LiveGameDashboardPage .lgd .lgd-pbp-sz-canvas{width:100%;max-width:360px;height:383px;border-radius:0;border:none;background:transparent;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip{position:absolute;z-index:2000;box-sizing:border-box;min-width:0;max-width:620px;padding:16px 18px;border-radius:12px;background:linear-gradient(180deg,#162344f5,#0f1730f7);border:1px solid rgba(115,239,255,.22);box-shadow:0 16px 34px #00000061;font-family:var(--font-data);font-size:14px;line-height:1.3;color:#f0f1f5f5;pointer-events:none;transform:translate(-50%,-100%);animation:tooltipFadeIn .12s ease-out}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip.lgd-pitch-tooltip--animated{animation:none;opacity:0;transition:opacity .18s ease-out}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip.lgd-pitch-tooltip--animated.lgd-pitch-tooltip--visible{opacity:1}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip:has(.lgd-pitch-tooltip__layout--with-zone){padding-right:12px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__layout{display:flex;flex-direction:column;gap:9px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__layout--with-zone{flex-direction:row;align-items:flex-start;gap:16px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:9px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;margin-top:auto}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__main{min-width:0;display:flex;flex-direction:column;gap:4px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__title{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;min-width:0;white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__pitch{font-family:var(--font-data);font-size:16px;font-weight:700;letter-spacing:-.015em;line-height:1.15}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__velo{color:var(--text-bright)}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__seq{font-family:var(--font-data);font-size:13px;font-weight:500;color:#b4b8d280}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__batter,.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__state{font-size:14px;font-weight:400;color:#c4cdecb3;white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__batter{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__sub{font-size:14px;font-weight:400;color:#b4b8d2a6}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__metrics{font-family:var(--font-data);font-size:14px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__break,.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__metrics-sep{color:#b4b8d294}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__runs{font-family:var(--font-data);font-weight:600;color:#ff5edc}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__contact{font-family:var(--font-data);font-size:14px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--text-bright);white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__contact span{font-weight:500}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__result-pill{display:inline-flex;align-items:center;flex-shrink:0;padding:2px 9px;border-radius:999px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:.01em;white-space:nowrap;line-height:1.3;background:color-mix(in srgb,currentColor 16%,transparent);border:1px solid color-mix(in srgb,currentColor 28%,transparent)}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__result-error{color:#ffc277}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__k-mark{margin-left:3px}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__k-mirror{display:inline-block;transform:scaleX(-1)}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-mini-sz{flex:0 0 auto;line-height:0}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-mini-sz svg{display:block}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip.lgd-mobile-tooltip{pointer-events:auto}.LiveGameDashboardPage .lgd .lgd-pitch-tooltip .lgd-pitch-tooltip__close{position:absolute;top:8px;right:8px;width:24px;height:24px;padding:0;border:none;background:none;color:#e0e2ec;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.LiveGameDashboardPage .lgd-reclass-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;animation:pbpFadeIn .12s ease-out}.LiveGameDashboardPage .lgd-reclass-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:340px;max-width:420px;box-shadow:0 12px 40px #00000080;animation:pbpSlideIn .15s ease-out}.LiveGameDashboardPage .lgd-reclass-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border)}.LiveGameDashboardPage .lgd-reclass-title{font-size:18px;font-weight:700;color:var(--text-bright)}.LiveGameDashboardPage .lgd-reclass-close{background:none;border:none;color:var(--text-dim);font-size:22px;cursor:pointer;padding:0 4px;line-height:1}.LiveGameDashboardPage .lgd-reclass-close:hover{color:var(--text)}.LiveGameDashboardPage .lgd-reclass-body{padding:18px}.LiveGameDashboardPage .lgd-reclass-current{font-size:15px;color:var(--text);margin-bottom:6px}.LiveGameDashboardPage .lgd-reclass-current-type{font-weight:700;margin-left:6px}.LiveGameDashboardPage .lgd-reclass-detail{font-size:13px;color:var(--text-dim);margin-bottom:2px}.LiveGameDashboardPage .lgd-reclass-select-label{font-size:13px;color:var(--text-dim);margin-top:14px;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.LiveGameDashboardPage .lgd-reclass-actions{display:flex;gap:10px;justify-content:flex-end;padding:14px 18px;border-top:1px solid var(--border)}.LiveGameDashboardPage .lgd-reclass-btn{padding:8px 20px;border-radius:var(--radius-sm);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.LiveGameDashboardPage .lgd-reclass-btn-cancel{background:var(--surface2);border:1px solid var(--border);color:var(--text)}.LiveGameDashboardPage .lgd-reclass-btn-cancel:hover{border-color:var(--text-dim)}.LiveGameDashboardPage .lgd-reclass-btn-confirm{background:var(--accent);border:1px solid var(--accent);color:#1a1c30}.LiveGameDashboardPage .lgd-reclass-btn-confirm:hover{filter:brightness(1.1)}.LiveGameDashboardPage .lgd-reclass-btn-confirm:disabled{opacity:.4;cursor:not-allowed;filter:none}.LiveGameDashboardPage .loading{display:flex;align-items:center;justify-content:center;padding:50px}.LiveGameDashboardPage .lgd-loading-bars{display:flex;align-items:flex-end;gap:8px;height:36px}.LiveGameDashboardPage .lgd-loading-bar{width:9px;border-radius:3px 3px 0 0;background:var(--accent, #55e8ff);animation:vbar-grow 1s ease-in-out infinite}.LiveGameDashboardPage .lgd-loading-bar:nth-child(1){animation-delay:0s}.LiveGameDashboardPage .lgd-loading-bar:nth-child(2){animation-delay:.15s}.LiveGameDashboardPage .lgd-loading-bar:nth-child(3){animation-delay:.3s}@keyframes vbar-grow{0%,to{height:14px;opacity:.55}50%{height:36px;opacity:1}}.LiveGameDashboardPage .lgd-loading-msg{display:flex;flex-direction:column;align-items:center;gap:16px;padding:50px;color:var(--text-dim);font-size:15px}.LiveGameDashboardPage .lgd-loading-bars-sm{height:20px;gap:5px}.LiveGameDashboardPage .lgd-loading-bars-sm .lgd-loading-bar{width:6px;animation-name:vbar-grow-sm}@keyframes vbar-grow-sm{0%,to{height:8px;opacity:.55}50%{height:20px;opacity:1}}.LiveGameDashboardPage .lgd-loading-avgs{display:flex;align-items:center;justify-content:center;padding:8px}.LiveGameDashboardPage .error{text-align:center;padding:50px;color:#ff6c6c;font-size:15px}.LiveGameDashboardPage .lgd-no-data{text-align:center;padding:50px;color:var(--text-dim);font-size:15px}.LiveGameDashboardPage .lgd-toast{position:fixed;top:20px;right:20px;z-index:9999;padding:12px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;font-family:inherit;animation:toastSlideIn .3s ease-out;box-shadow:0 4px 12px #0000004d}.LiveGameDashboardPage .lgd-toast--success{background:#1a3a2a;color:#4ade80;border:1px solid #2d5a3d}.LiveGameDashboardPage .lgd-toast--error{background:#3a1a1a;color:#f87171;border:1px solid #5a2d2d}.LiveGameDashboardPage .lgd-toast--pending{background:#1a2a3a;color:#94c5f7;border:1px solid #2d4a6a}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.LiveGameDashboardPage .page-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.LiveGameDashboardPage .page-title{font-size:20px;font-weight:700;color:var(--text-bright);margin:0;display:flex;align-items:baseline;gap:10px}.LiveGameDashboardPage .lgd-team-page{max-width:none;margin:0;width:100%}.LiveGameDashboardPage .lgd-team-page.lgd-card{gap:24px}.LiveGameDashboardPage .lgd-team-page .lgd-card-top{gap:0}.LiveGameDashboardPage .lgd-team-page .lgd-day-table-stack{align-self:flex-start;width:max-content;max-width:100%}.LiveGameDashboardPage .lgd-team-page.lgd-team-page--loading .lgd-day-table-stack,.LiveGameDashboardPage .lgd-team-page.lgd-team-page--loading .lgd-team-page__table-area{align-self:stretch;width:100%;max-width:100%}.LiveGameDashboardPage .lgd-team-page .lgd-team-page__table-filters{position:relative;z-index:20;display:flex;flex-direction:column;gap:10px;margin:0 0 12px;padding:0;border:none;background:transparent}.LiveGameDashboardPage .lgd-team-page .lgd-team-page__table-area{align-self:flex-start;width:max-content;max-width:100%}.LiveGameDashboardPage .lgd-team-page .lgd-team-page__table-area .pl-data-table-wrap{width:max-content;max-width:100%}.LiveGameDashboardPage .lgd-team-page .PlFilterToolbar--pageTools{margin-bottom:0}.LiveGameDashboardPage .lgd-team-page .lgd-pitch-type-filters,.LiveGameDashboardPage .lgd-team-page .pl-data-table-wrap{margin:0}.LiveGameDashboardPage .lgd-team-page .lgd-filter-row-reset{flex:0 0 auto;align-self:flex-end;margin:0 0 0 4px;padding:0;border:none;background:none;box-shadow:none;color:var(--text-dim);font:inherit;font-size:14px;font-weight:400;line-height:36px;cursor:pointer;white-space:nowrap;text-decoration:none;transition:color .15s ease}.LiveGameDashboardPage .lgd-team-page .lgd-filter-row-reset:not(:disabled):hover{color:var(--accent)}.LiveGameDashboardPage .lgd-team-page .lgd-filter-row-reset:disabled{opacity:.4;cursor:default}.LiveGameDashboardPage .lgd-pp-empty{text-align:center;padding:48px 0;font-size:18px;color:var(--text-dim);font-weight:600}.LiveGameDashboardPage .lgd-pp-empty--inline{padding:36px 16px;font-size:15px;font-weight:500}.LiveGameDashboardPage .lgd-pp-log-row{cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .12s ease,filter .12s ease}.LiveGameDashboardPage .lgd-pp-log-row--selected{color:var(--text-bright)}.LiveGameDashboardPage .lgd-card-gameline-table--selecting .lgd-pp-log-row:not(.lgd-pp-log-row--selected):not(.pl-data-table__row--selected){opacity:.28;filter:saturate(.45)}.LiveGameDashboardPage .lgd-card-gameline-table--selecting .lgd-pp-log-row:not(.lgd-pp-log-row--selected):not(.pl-data-table__row--selected):hover{opacity:.4;background:transparent}.LiveGameDashboardPage .lgd-card-gameline-table--selecting .lgd-pp-log-row:not(.lgd-pp-log-row--selected):not(.pl-data-table__row--selected):hover td{background:transparent!important;background-color:transparent!important}.LiveGameDashboardPage .lgd-card-gameline-table--selecting .lgd-pp-log-row--selected{opacity:1;filter:none}.LiveGameDashboardPage .lgd-pf-dropdown{z-index:20;position:relative;display:inline-grid;width:max-content;max-width:100%}.LiveGameDashboardPage .lgd-pf-dropdown--open{z-index:25}.LiveGameDashboardPage .lgd-pf-dropdown-btn{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;height:36px;min-width:0;width:max-content;max-width:100%;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#2f3665;box-shadow:inset 0 1px #ffffff0f;cursor:pointer;color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;white-space:nowrap;grid-area:1/1;width:100%;min-width:100%;max-width:none;align-self:stretch;position:relative;z-index:2;gap:8px;padding:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;transition:border-radius .15s ease}.LiveGameDashboardPage .lgd-pf-dropdown-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.LiveGameDashboardPage .lgd-pf-dropdown-label{flex:1 1 auto;min-width:0;padding-left:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.LiveGameDashboardPage .lgd-pf-dropdown-caret{display:inline-flex;align-items:center;flex:0 0 auto;color:#b4bbd7ad;margin-right:11px}.LiveGameDashboardPage .lgd-pf-dropdown-btn:hover,.LiveGameDashboardPage .lgd-pf-dropdown-btn.lgd-pf-filtered{border-color:#ffffff21;color:#cbd7fd}.LiveGameDashboardPage .lgd-pf-dropdown--open .lgd-pf-dropdown-btn{border-radius:8px 8px 0 0;border-bottom-color:transparent}.LiveGameDashboardPage .lgd-pf-dropdown--open .lgd-pf-dropdown-btn:hover,.LiveGameDashboardPage .lgd-pf-dropdown--open .lgd-pf-dropdown-btn.lgd-pf-filtered{border-color:#ffffff21;border-bottom-color:transparent}.LiveGameDashboardPage .lgd-pf-badge{background:#55e8ff24;color:var(--accent);font-size:10px;font-weight:600;border-radius:8px;padding:1px 5px;line-height:1.3}.LiveGameDashboardPage .lgd-pf-menu{display:flex;flex-direction:column;position:absolute;left:0;width:max-content;min-width:100%;background:#2f3665;border:1px solid rgba(255,255,255,.13);border-top:none;border-radius:0 0 8px 8px;box-shadow:inset 0 1px #ffffff0f;padding:9px 0;max-height:300px;overflow-x:hidden;z-index:1;top:calc(100% - 1px);margin-top:0;z-index:100;max-height:400px;overflow-y:auto}.LiveGameDashboardPage .lgd-pf-menu::-webkit-scrollbar{width:1px}.LiveGameDashboardPage .lgd-pf-menu::-webkit-scrollbar-track{display:none}.LiveGameDashboardPage .lgd-pf-menu::-webkit-scrollbar-thumb{background-color:#999}.LiveGameDashboardPage .lgd-pf-menu::-webkit-scrollbar-corner{display:none}.LiveGameDashboardPage .lgd-pf-menu.lgd-pf-multi-col{min-width:340px}.LiveGameDashboardPage .lgd-pf-quick-row{display:flex;gap:6px;padding:4px 10px 8px;border-bottom:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.LiveGameDashboardPage .lgd-pf-quick{font-size:14px;color:var(--accent);cursor:pointer;font-weight:600;padding:2px 6px;border-radius:3px;transition:background .12s}.LiveGameDashboardPage .lgd-pf-quick:hover{background:#55e8ff1f}.LiveGameDashboardPage .lgd-pf-options{padding:6px;display:grid;gap:1px}.LiveGameDashboardPage .lgd-pf-multi-col .lgd-pf-options{grid-template-columns:repeat(2,1fr)}.LiveGameDashboardPage .lgd-pf-option{display:flex;align-items:center;gap:6px;padding:4px 6px;cursor:pointer;border-radius:3px;transition:background .1s;font-size:14px;color:var(--text);-webkit-user-select:none;user-select:none}.LiveGameDashboardPage .lgd-pf-option:hover{background:var(--hover-tint)}.LiveGameDashboardPage .lgd-pf-check{width:16px;height:16px;border:1.5px solid rgba(255,255,255,.28);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:all .12s}.LiveGameDashboardPage .lgd-pf-check.lgd-pf-checked{background:#55e8ff2e;border-color:#55e8ff73;color:var(--accent);font-weight:600}.LiveGameDashboardPage .lgd-pf-opt-label{white-space:nowrap}.LiveGameDashboardPage .lgd-pf-menu-header{padding:5px 10px 4px;font-size:14px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;opacity:.85}.LiveGameDashboardPage .lgd-filter-controls-row{display:flex;align-items:flex-end;gap:12px 16px;flex-wrap:wrap}.LiveGameDashboardPage .lgd-col-divider-right{border-right:2px solid rgba(255,255,255,.18)!important}.LiveGameDashboardPage .pl-data-table--sticky-col-1 thead th:first-child,.LiveGameDashboardPage .pl-data-table--sticky-col-1 tbody td:first-child{border-right:none}.LiveGameDashboardPage .pl-data-table--sticky-cols-2:not(.lgd-card-gameline-table) thead th:nth-child(2),.LiveGameDashboardPage .pl-data-table--sticky-cols-2:not(.lgd-card-gameline-table) tbody td:nth-child(2){border-right:none}.LiveGameDashboardPage .pl-data-table--sticky-cols-3 thead th:nth-child(3),.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody td:nth-child(3){border-right:none}.LiveGameDashboardPage .lgd-pp-total-row td,.LiveGameDashboardPage .pl-data-table tbody tr.lgd-pp-total-row td,.LiveGameDashboardPage .pl-data-table--sticky-col-1 tbody tr.lgd-pp-total-row td:first-child,.LiveGameDashboardPage .pl-data-table--sticky-cols-2 tbody tr.lgd-pp-total-row td:first-child,.LiveGameDashboardPage .pl-data-table--sticky-cols-2 tbody tr.lgd-pp-total-row td:nth-child(2),.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody tr.lgd-pp-total-row td:first-child,.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody tr.lgd-pp-total-row td:nth-child(2),.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody tr.lgd-pp-total-row td:nth-child(3),.LiveGameDashboardPage .pl-data-table--sticky-col-1 tbody tr.pl-data-table__row--totals td:first-child,.LiveGameDashboardPage .pl-data-table--sticky-cols-2 tbody tr.pl-data-table__row--totals td:first-child,.LiveGameDashboardPage .pl-data-table--sticky-cols-2 tbody tr.pl-data-table__row--totals td:nth-child(2),.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody tr.pl-data-table__row--totals td:first-child,.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody tr.pl-data-table__row--totals td:nth-child(2),.LiveGameDashboardPage .pl-data-table--sticky-cols-3 tbody tr.pl-data-table__row--totals td:nth-child(3){font-weight:400!important;font-size:16px!important;background:#383d5e!important;background-color:#383d5e!important;border-top:none!important;border-bottom:none!important;box-shadow:inset 0 2px 0 var(--border)!important}.LiveGameDashboardPage .lgd-pp-total-label{color:var(--text)!important;font-weight:500!important}.LiveGameDashboardPage .lgd-pp-total-row .lgd-pp-total-label,.LiveGameDashboardPage .lgd-pp-total-row .pl-data-table__totals-label{font-size:16px!important;text-align:center!important}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pp-total-row td:first-child .lgd-pp-total-label,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pp-total-row td:first-child .pl-data-table__totals-label{font-size:16px!important;font-weight:500!important;text-align:center!important}.LiveGameDashboardPage .pl-data-table.lgd-card-gameline-table tbody tr.lgd-pp-total-row td,.LiveGameDashboardPage .pl-data-table.lgd-card-gameline-table tbody tr.pl-data-table__row--totals td,.LiveGameDashboardPage .lgd-card-gameline-table.pl-data-table--sticky-col-1 tbody tr.lgd-pp-total-row td:first-child,.LiveGameDashboardPage .lgd-card-gameline-table.pl-data-table--sticky-cols-2 tbody tr.lgd-pp-total-row td:first-child,.LiveGameDashboardPage .lgd-card-gameline-table.pl-data-table--sticky-cols-2 tbody tr.lgd-pp-total-row td:nth-child(2),.LiveGameDashboardPage .lgd-card-gameline-table.pl-data-table--sticky-col-1 tbody tr.pl-data-table__row--totals td:first-child,.LiveGameDashboardPage .lgd-card-gameline-table.pl-data-table--sticky-cols-2 tbody tr.pl-data-table__row--totals td:first-child,.LiveGameDashboardPage .lgd-card-gameline-table.pl-data-table--sticky-cols-2 tbody tr.pl-data-table__row--totals td:nth-child(2),.LiveGameDashboardPage .lgd-card-gameline-table .lgd-pp-total-row .lgd-pp-total-label,.LiveGameDashboardPage .lgd-card-gameline-table .lgd-pp-total-row .pl-data-table__totals-label{font-size:18px!important}.LiveGameDashboardPage .lgd-pp-total-row .lgd-rate-label{display:block;font-size:12px;font-weight:500;color:#9ba0c4;line-height:1.2;letter-spacing:.3px;text-align:center;white-space:nowrap}.LiveGameDashboardPage .lgd-pp-total-row td:has(.lgd-rate-label),.LiveGameDashboardPage .lgd-pp-total-row td.lgd-pp-total-label{text-align:center!important}.LiveGameDashboardPage .lgd-pp-total-row td:has(.lgd-rate-label):before,.LiveGameDashboardPage .lgd-pp-total-row td:has(.lgd-rate-label):after,.LiveGameDashboardPage .lgd-pp-total-row td.lgd-pp-total-label:before,.LiveGameDashboardPage .lgd-pp-total-row td.lgd-pp-total-label:after{display:none!important;content:none!important}.LiveGameDashboardPage .lgd .lgd-card{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.LiveGameDashboardPage .lgd-card-game-header{width:100%;gap:8px}.LiveGameDashboardPage .lgd-card-game-header:after{display:none}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-card-pbp-pa-card{width:80%;margin-right:auto}.LiveGameDashboardPage .lgd-card-game-header__top-row{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:24px;width:100%}.LiveGameDashboardPage .lgd-card-game-header__pitcher-select{justify-self:end;min-width:184px;text-align:left}.LiveGameDashboardPage .lgd-card-game-header__status{display:flex;align-items:baseline;justify-content:center;text-transform:uppercase}.LiveGameDashboardPage .lgd-card-game-header__starters{color:#c8cbe0;text-transform:none}.LiveGameDashboardPage .lgd-card-game-header__status-sep{color:var(--text-dim);white-space:pre}.LiveGameDashboardPage .lgd-card-game-header__board-row{display:grid;grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr);align-items:center;gap:28px;width:100%}.LiveGameDashboardPage .lgd-card-game-header__context{display:flex;flex-direction:column;gap:6px;min-width:0;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;justify-self:start;align-items:flex-start;color:var(--text-dim);text-align:left}.LiveGameDashboardPage .lgd-scoreboard{--sb-col-team: 62px;--sb-col-inn: 44px;--sb-col-rhe: 44px;font-family:Work Sans,sans-serif}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) th,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) td{padding:6px 7px;font-family:Work Sans,sans-serif}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) thead th.lgd-sb-rhe,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-rhe{font-weight:800}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) th.lgd-sb-rhe:nth-last-child(3),.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) td.lgd-sb-rhe:nth-last-child(3){background:#55e8ff14}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) th.lgd-sb-rhe:nth-last-child(2),.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) td.lgd-sb-rhe:nth-last-child(2){background:#fb9e2a14}.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) th.lgd-sb-rhe:last-child,.LiveGameDashboardPage .lgd table.lgd-scoreboard:not(.pl-data-table) td.lgd-sb-rhe:last-child{background:#ff839b14}.LiveGameDashboardPage .lgd .lgd-card-top:has(>.lgd-card-gameline-box){display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start;justify-content:start;gap:64px}.LiveGameDashboardPage .lgd-card-info{display:flex;flex-direction:column;align-items:flex-start;gap:8px;white-space:normal;font-family:DM Sans,sans-serif;letter-spacing:.3px}.LiveGameDashboardPage .lgd-card-info .lgd-card-name{font-size:32px;line-height:1}.LiveGameDashboardPage .lgd-card-info__meta-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;font-size:16px}.LiveGameDashboardPage .lgd-card-schedule{display:flex;flex-direction:column;align-items:flex-start;gap:6px;line-height:1.2}.LiveGameDashboardPage .lgd-card-schedule__label{font-weight:600}.LiveGameDashboardPage .lgd-card-schedule__starts{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.LiveGameDashboardPage .lgd-card-schedule__start{line-height:1.25}.LiveGameDashboardPage .lgd-card-schedule__start+.lgd-card-schedule__start{padding-left:0;border-left:none}.LiveGameDashboardPage .lgd-card-schedule__day,.LiveGameDashboardPage .lgd-card-schedule__tbd{color:var(--text-dim);font-weight:400}.LiveGameDashboardPage .lgd .lgd-card-top>.lgd-card-gameline-box{justify-self:stretch;width:100%;max-width:100%;min-width:0}.LiveGameDashboardPage .lgd-card-gameline-header>span:first-child{font-size:24px;line-height:1.1}.LiveGameDashboardPage .lgd-card-top>.lgd-card-gameline-box .lgd-card-gameline-header>span:first-child{font-size:20px}.LiveGameDashboardPage .lgd-metrics-subnav,.LiveGameDashboardPage .lgd-metrics-subnav-btn{height:44px}.LiveGameDashboardPage .lgd-metrics-subnav-btn{font-size:16px;line-height:44px}.LiveGameDashboardPage .lgd .lgd-card-top>.lgd-card-gameline-box .lgd-card-gameline-wrap.pl-data-table-wrap{width:100%;max-width:100%;margin-right:0;margin-left:0}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-wrap.pl-data-table-wrap--content-fill{width:100%;max-width:100%}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-wrap.pl-data-table-wrap--content-fill .lgd-card-gameline-table,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-wrap:not(.pl-data-table-wrap--content-sized) .lgd-card-gameline-table,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table.pl-data-table--content-fill{width:100%;max-width:100%;min-width:100%}.LiveGameDashboardPage .lgd .lgd-card .pl-data-table-wrap--content-sized{width:max-content;max-width:100%;margin-right:auto;margin-left:auto}.LiveGameDashboardPage .lgd .lgd-card .pl-data-table-wrap--content-sized .pl-data-table,.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-wrap.pl-data-table-wrap--content-sized .lgd-card-gameline-table{width:max-content;min-width:0}.LiveGameDashboardPage .lgd .lgd-card-top .lgd-card-gameline-table tbody>tr:first-child>td{font-size:18px!important;background-color:#303a6175}.LiveGameDashboardPage .lgd .lgd-card .pl-data-table-shell{max-width:100%;min-width:0;overflow:visible}.LiveGameDashboardPage .lgd .lgd-card .pl-data-table-shell>.pl-data-table-wrap:not(.pl-data-table-wrap--content-sized){width:100%;max-width:100%;min-width:0;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table-shell{width:100%;max-width:100%;margin-right:auto;margin-left:0;margin-bottom:28px;border-radius:12px}.LiveGameDashboardPage .lgd .lgd-card-top .pl-data-table-shell{width:100%;max-width:100%}.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table-wrap{margin-right:auto;margin-left:0}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table-wrap.pl-data-table-wrap,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap.pl-data-table-wrap,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table-wrap.pl-data-table-wrap--content-fill,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap.pl-data-table-wrap--content-fill{width:100%;max-width:100%}.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table.lgd-pitch-overview-table,.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table.lgd-results-table,.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table.lgd-usage-table{width:100%}.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table.lgd-pitch-overview-table.pl-data-table--content-fill,.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table.lgd-results-table.pl-data-table--content-fill,.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table.lgd-usage-table.pl-data-table--content-fill{width:100%;max-width:100%}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table-wrap{max-width:100%;min-width:0;overflow:hidden;padding-bottom:0;border-color:#768abe47;border-radius:12px;background:#292e4d;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table thead th{height:36px;padding-top:8px;padding-bottom:8px;vertical-align:middle}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table tbody td{height:36px;padding-top:8px;padding-bottom:8px;border-bottom:1px solid rgba(118,138,190,.12);vertical-align:middle}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table tbody tr:not(.lgd-pp-total-row) td,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-results-table tbody tr:not(.lgd-pp-total-row) td,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table tbody tr:not(.lgd-pp-total-row) td{background:#272d48;background-color:#272d48}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table th.pl-data-table__header-cell--section-divider-end,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table td.pl-data-table__cell--section-divider-end{border-right:2px solid rgba(118,138,190,.38)}.LiveGameDashboardPage .lgd .lgd-card-regular-season,.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-box{flex:0 1 auto;width:max-content;max-width:100%}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-header{justify-content:flex-start;width:auto;max-width:100%;padding-bottom:12px}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-filters{width:100%}.LiveGameDashboardPage .lgd .lgd-card-regular-season .pl-data-table-shell,.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-wrap{width:fit-content;max-width:100%;margin-right:0;margin-left:0}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-wrap{overflow:hidden;border-color:#768abe47;border-radius:12px;background:#292e4d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-table--log tbody tr:nth-child(odd):not(.lgd-pp-total-row) td{background:#303a6185}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-table--log tbody tr:nth-child(2n):not(.lgd-pp-total-row) td{background:#2a33556b}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-table--log th.pl-data-table__header-cell--section-divider-end,.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-card-gameline-table--log td.pl-data-table__cell--section-divider-end{border-right:2px solid rgba(118,138,190,.38)}.LiveGameDashboardPage .lgd .lgd-card-visuals-section .lgd-metrics-card{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-game-header{align-items:stretch;gap:12px;padding:20px 24px;border:1px solid rgba(118,138,190,.22);border-radius:10px;background:linear-gradient(135deg,#303a6180,#20223333);box-shadow:inset 0 1px #ffffff0f;font-family:Work Sans,sans-serif}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__top-row{grid-template-columns:minmax(0,1fr) auto}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__top-row>span:first-child{display:none}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__matchup,.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__pitcher-select{justify-self:start}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__pitcher-select{justify-self:end}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__status{align-self:center;justify-content:center;width:max-content;padding:6px 12px;border:1px solid rgba(118,138,190,.2);border-radius:999px;background:#14182d52;font-family:Work Sans,sans-serif;font-size:13px;letter-spacing:.01em}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__starters{color:#7fbcff;font-family:Work Sans,sans-serif;font-weight:600}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context{flex-direction:row;justify-self:stretch;justify-content:center;align-items:center;gap:0;padding-top:12px;border-top:1px solid rgba(118,138,190,.18);text-align:center}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context>span{padding:0 16px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context>span+span{border-left:1px solid rgba(118,138,190,.22)}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast table.lgd-scoreboard:not(.pl-data-table) thead th,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast table.lgd-scoreboard:not(.pl-data-table) tbody td{font-family:Work Sans,sans-serif}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast table.lgd-scoreboard:not(.pl-data-table) thead th.lgd-sb-rhe,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-rhe{background:#3b4568!important;color:var(--text-bright);font-weight:800}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top{grid-template-columns:max-content minmax(0,1fr);gap:24px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-info{padding:18px;border:1px solid rgba(85,232,255,.16);border-radius:10px;background:#559fff0d}@media (max-width: 1600px){.LiveGameDashboardPage .lgd .lgd-card-top:has(>.lgd-card-gameline-box){grid-template-columns:minmax(260px,320px) minmax(0,1fr)}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top{grid-template-columns:max-content minmax(0,1fr)}.LiveGameDashboardPage .lgd .lgd-card-top>.lgd-card-gameline-box,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top>.lgd-card-gameline-box{justify-self:stretch;width:100%;max-width:100%;min-width:0}}@media (max-width: 1100px){.LiveGameDashboardPage .lgd-card-game-header__top-row,.LiveGameDashboardPage .lgd-card-game-header__board-row{grid-template-columns:1fr}.LiveGameDashboardPage .lgd-card-game-header__top-row>span:first-child{display:none}.LiveGameDashboardPage .lgd-card-game-header__pitcher-select,.LiveGameDashboardPage .lgd-card-game-header__context{justify-self:center;align-items:center;text-align:center}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__board-row{grid-template-columns:1fr}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-scoreboard-wrap,.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context{grid-area:auto}.LiveGameDashboardPage .lgd .lgd-card-top:has(>.lgd-card-gameline-box){grid-template-columns:1fr}.LiveGameDashboardPage .lgd .lgd-card-top>.lgd-card-gameline-box{justify-self:stretch}}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-chrome.lgd-card-chrome-nav{margin-top:-7px;margin-bottom:0;min-width:0;border:0;border-radius:0;background:transparent;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast>.lgd-card{min-width:0}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-block{gap:8px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__top-row{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:20px;width:100%}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__back-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;width:100%;margin:0 0 10px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__matchup{display:inline-flex;grid-column:2;align-items:flex-end;gap:8px;margin:0;text-align:center}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__pitcher-select{margin-left:auto}.LiveGameDashboardPage .lgd-card-outer--broadcast>.lgd-card>.lgd-card-chrome .lgd-card-game-header__status{width:max-content;margin:0 0 1px 14px;padding:0;border:0;border-radius:0;background:transparent;color:var(--label);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transform:translateY(3px)}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-game-header{gap:5px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:7px;width:100%;padding:0;border-top:0;border-bottom:0;color:#9ba0c4;font-family:Work Sans,sans-serif;font-size:13px;text-align:center;margin:2.5px 0 7px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context>span{padding:0}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context>span+span{border-left:0}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context>span+span:before{content:"·";margin-right:7px;color:#747a9e}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context-divider{width:44px;height:1px;margin:2px auto 0;background:#768abe52}.LiveGameDashboardPage .lgd-card-game-header__starter-matchup{display:inline-flex;align-items:baseline;gap:5px}.LiveGameDashboardPage .lgd-card-game-header__player-link{color:var(--accent);text-decoration:none}.LiveGameDashboardPage .lgd-card-game-header__player-link:hover{text-decoration:underline;text-underline-offset:.2em}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__board-row{display:flex;justify-content:center;align-items:center;width:100%}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__board-row>.lgd-scoreboard-wrap{margin:0 auto}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-info{max-width:330px;padding:0;border:0;border-radius:0;background:transparent}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:24px;width:100%;margin-top:-28px}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top>.lgd-card-info{justify-self:start;width:max-content;max-width:100%;padding-top:34px}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top>.lgd-card-gameline-box{justify-self:stretch;width:100%;max-width:100%;min-width:0;margin-left:0}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top>.lgd-card-gameline-box .lgd-card-gameline-header{justify-content:space-between;align-items:flex-end;min-height:48px;padding-bottom:8px}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top .lgd-card-pitcher-select{margin-left:0}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top>.lgd-card-gameline-box .lgd-card-gameline-wrap{width:100%;max-width:100%;min-width:0;overflow:hidden;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top .lgd-card-gameline-table tr.lgd-pp-total-row td.lgd-card-pitcher-name,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top .lgd-card-gameline-table tr.lgd-pp-total-row td:nth-child(2){overflow:visible;text-overflow:clip;white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-pitch-overview-table tbody tr:not(.lgd-pp-total-row) td{border-bottom:0!important}.LiveGameDashboardPage .lgd-card-visuals{width:82%;max-width:1148px}.LiveGameDashboardPage .lgd-viz-card-label{font-size:16px}.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-regular-season-table--mix th:nth-child(n+10),.LiveGameDashboardPage .lgd .lgd-card-regular-season .lgd-regular-season-table--mix td:nth-child(n+10){white-space:nowrap}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap{max-width:100%;min-width:0;overflow:hidden;padding-bottom:0;border-color:#768abe47;border-radius:12px;background:#292e4d;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-layout{width:100%;max-width:100%}.LiveGameDashboardPage .lgd .lgd-card-analysis .pl-data-table-shell:has(.lgd-usage-table-wrap){box-shadow:none;overflow:visible}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap{--lgd-usage-group-row-height: 32px;position:relative;overflow:visible;margin-top:0;background:transparent!important;border:none!important;border-radius:0;box-shadow:none}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap:before{content:"";position:absolute;top:var(--lgd-usage-group-row-height);right:0;bottom:0;left:0;z-index:0;pointer-events:none;border:1px solid rgba(118,138,190,.28);border-radius:12px;background:#292e4d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table-scroll-outer,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table-scrollbar{position:relative;z-index:1}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table-scroll-outer{overflow:hidden;border-radius:0;background:transparent}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table-scroll-inner,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table-scroll-track,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table{background-color:transparent!important}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap thead tr:nth-child(2) th:first-child{border-top-left-radius:12px}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap thead tr:nth-child(2) th:last-child{border-top-right-radius:12px}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap thead tr:nth-child(2) th:before{content:none!important}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap .pl-data-table--sticky-col-1.lgd-usage-table .lgd-usage-table__group-row th:first-child{background:transparent!important;background-color:transparent!important;background-image:none!important}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap:not(:has(.pl-data-table-scrollbar)) .pl-data-table-scroll-outer{border-radius:0 0 12px 12px}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap:not(:has(.pl-data-table-scrollbar)) tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap:not(:has(.pl-data-table-scrollbar)) tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-usage-table-wrap.pl-data-table-wrap:has(.pl-data-table-scrollbar) .pl-data-table-scrollbar{overflow:hidden;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background-color:#292e4d}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap thead th,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap tbody td{height:36px;padding-top:8px;padding-bottom:8px;vertical-align:middle}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap tbody tr:not(.lgd-pp-total-row) td{border-bottom:0}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap th.lgd-col-divider-right,.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap td.lgd-col-divider-right{border-right:2px solid rgba(118,138,190,.38)}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap .lgd-usage-table__group-row th{height:var(--lgd-usage-group-row-height, 32px);box-sizing:border-box;padding:0 var(--pl-data-table-cell-padding-x, 12px) 8px;border:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;position:static!important;left:auto!important;width:auto!important;min-width:0!important;max-width:none!important;z-index:auto!important}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap .lgd-usage-table__group-row th:before{content:none!important}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap .lgd-usage-table__group-hdr{padding:0 var(--pl-data-table-cell-padding-x, 12px) 8px;color:var(--label);font-size:14px;font-weight:600;text-align:center!important;cursor:default}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap .lgd-usage-table__group-spacer{color:transparent;width:auto;min-width:0;max-width:none}.LiveGameDashboardPage .lgd .lgd-card-analysis .lgd-analysis-data-table-wrap .lgd-usage-table.pl-data-table--sticky-col-1 .lgd-usage-table__type-hdr{z-index:10;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top{margin-bottom:12px}.LiveGameDashboardPage .lgd .lgd-velocity-trend-wrap{padding:12px 16px 16px;border:1px solid rgba(118,138,190,.2);border-radius:12px;background:#2f3253;box-sizing:border-box;font-weight:600}.LiveGameDashboardPage .lgd .lgd-velocity-trend-header{position:relative;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;min-height:64px;margin-top:-12px;padding:0 4px}.LiveGameDashboardPage .lgd .lgd-velocity-trend-format-key{display:flex;grid-column:1;flex-direction:column;align-items:flex-start;gap:2px;color:var(--text-dim);font-family:Work Sans,sans-serif;font-size:12px;line-height:1.25}.LiveGameDashboardPage .lgd .lgd-velocity-trend-format-key strong{color:var(--text);font-size:14px;font-weight:700}.LiveGameDashboardPage .lgd .lgd-velocity-trend-format-key>span{color:#e0e2ec;font-weight:600}.LiveGameDashboardPage .lgd .lgd-velocity-trend-pitch-legend{display:flex;grid-column:2;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:4px;width:max-content}.LiveGameDashboardPage .lgd .lgd-velocity-trend-pitch-legend>span{padding:2px 8px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s}.LiveGameDashboardPage .lgd .lgd-velocity-trend-wrap canvas{background:#252840}.LiveGameDashboardPage .pl-data-table__header-tooltip,.LiveGameDashboardPage .lgd .lgd-pitch-tooltip,.LiveGameDashboardPage .lgd .lgd-sb-tooltip,.LiveGameDashboardPage .lgd .lgd-gl-mixbar-tip{border-color:#383d5e;background:#2d3255}.LiveGameDashboardPage .pl-data-table__header-tooltip:after{border-top-color:#2d3255}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast table.lgd-scoreboard:not(.pl-data-table) thead th.lgd-sb-rhe,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast table.lgd-scoreboard:not(.pl-data-table) tbody td.lgd-sb-rhe{background:#2f3147!important;color:var(--text);font-weight:600!important}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast>.lgd-card{gap:32px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-block,.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-game-header{gap:12px}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__top-row{display:flex;justify-content:center}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__matchup{grid-column:auto}.LiveGameDashboardPage .lgd-card-outer--broadcast>.lgd-card>.lgd-card-chrome .lgd-card-game-header__status{align-self:center;margin:0;transform:none}.LiveGameDashboardPage .lgd .lgd-card-outer--broadcast .lgd-card-top{margin-top:-8px}@media (max-width: 1100px){.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__top-row,.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__board-row{grid-template-columns:1fr}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__top-row>*,.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__board-row>.lgd-card-info,.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__board-row>.lgd-scoreboard-wrap{grid-column:1;justify-self:center}.LiveGameDashboardPage .lgd-card-outer--broadcast .lgd-card-game-header__context{flex-wrap:wrap}}.pl-data-table__header-tooltip{border-color:#383d5e;background:#2d3255}.pl-data-table__header-tooltip:after{border-top-color:#2d3255}.TabTitle,.TableTitle{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0;width:fit-content}.MatchupWidget{display:flex;flex-direction:column;width:100%;box-sizing:border-box;gap:24px}.MatchupWidget--collapsed{height:180px;overflow:hidden}.MatchupWidget__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.MatchupWidget__title-row{display:flex;flex-direction:row;align-items:center;gap:16px}.MatchupWidget__period-badge{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:500;letter-spacing:0;color:#55e8ff;background-color:#55e8ff1f;border-radius:20px;padding:4px 14px;white-space:nowrap}.MatchupWidget__expand-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.MatchupWidget__expand-btn:hover{background-color:#ffffff0a}.MatchupWidget__chevron{transition:transform .2s}.MatchupWidget__chevron--expanded{transform:rotate(180deg)}.MatchupWidget__collapsed{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#ffffff0a;border-radius:12px;padding:20px 24px;gap:32px}.MatchupWidget__team{display:flex;flex-direction:row;align-items:center;gap:12px;flex:1;justify-content:flex-end}.MatchupWidget__team--right{justify-content:flex-start}.MatchupWidget__logo{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.MatchupWidget__team-info{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.MatchupWidget__team-info--right{align-items:flex-start}.MatchupWidget__team-name{font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.MatchupWidget__team-record{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff}.MatchupWidget__score{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.MatchupWidget__score-value{font-family:Work Sans,sans-serif;font-size:36px;line-height:1.2;font-weight:800;letter-spacing:0;color:#f0f1f5}.MatchupWidget__score-separator{font-family:Work Sans,sans-serif;font-size:18px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff}.MatchupWidget__expanded{display:flex;flex-direction:column;gap:32px}.MatchupWidget__stats-section,.MatchupWidget__player-section{display:flex;flex-direction:column;gap:20px}.StandingsWidget{display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box;gap:24px}.StandingsWidget__title-row{display:flex;flex-direction:row;align-items:center;gap:16px}.StandingsWidget__table-scroll{width:100%;min-width:0}.StandingsWidget__team{display:inline-flex;align-items:center;gap:8px}.StandingsWidget__team-logo{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.pl-data-table-paired-width-sync{display:flex;flex-direction:column;align-items:flex-start;gap:inherit;width:100%;min-width:0}.pl-data-table-paired-width-sync--matched .pl-data-table-shell{max-width:100%;min-width:0}.pl-data-table-paired-width-sync--matched:not(.pl-data-table-paired-width-sync--constrained) .pl-data-table-shell{align-self:flex-start}.pl-data-table-paired-width-sync--matched.pl-data-table-paired-width-sync--constrained{align-items:stretch}.pl-data-table-paired-width-sync--matched.pl-data-table-paired-width-sync--constrained .pl-data-table-shell{align-self:stretch}.pl-data-table-paired-width-sync--matched .pl-data-table-wrap--content-sized,.pl-data-table-paired-width-sync--matched .pl-data-table-wrap--content-fill{width:100%;max-width:100%;align-self:stretch}.pl-data-table-paired-width-sync--matched .pl-data-table-wrap--content-sized .pl-data-table-scroll-track,.pl-data-table-paired-width-sync--matched .pl-data-table-wrap--content-fill .pl-data-table-scroll-track{min-width:0}.LineupWidget{display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box;gap:24px}.LineupWidget--collapsed{height:420px;overflow:hidden}.LineupWidget__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.LineupWidget__expand-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.LineupWidget__expand-btn:hover{background-color:#ffffff0a}.LineupWidget__chevron{transition:transform .2s}.LineupWidget__chevron--expanded{transform:rotate(180deg)}.LineupWidget__collapsed{display:flex;flex-direction:row;gap:24px;flex:1;min-height:0;overflow:auto}.LineupWidget__collapsed::-webkit-scrollbar{width:4px;height:0}.LineupWidget__collapsed::-webkit-scrollbar-track{background:transparent}.LineupWidget__collapsed::-webkit-scrollbar-thumb{background-color:#ffffff1f;border-radius:2px}.LineupWidget__collapsed::-webkit-scrollbar-corner{display:none}.LineupWidget__column{display:flex;flex-direction:column;flex:1;gap:12px;min-width:0}.LineupWidget__empty-col{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff;padding:8px 0}.LineupWidget__expanded{display:flex;flex-direction:column;gap:32px}.LineupWidget__table-section{display:flex;flex-direction:column;gap:12px}.AvailablePlayersWidget{display:flex;flex-direction:column;width:100%;box-sizing:border-box;gap:24px}.AvailablePlayersWidget--collapsed{height:420px;overflow:hidden}.AvailablePlayersWidget__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.AvailablePlayersWidget__expand-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.AvailablePlayersWidget__expand-btn:hover{background-color:#ffffff0a}.AvailablePlayersWidget__chevron{transition:transform .2s}.AvailablePlayersWidget__chevron--expanded{transform:rotate(180deg)}.AvailablePlayersWidget__collapsed{display:flex;flex-direction:row;gap:24px;flex:1;min-height:0}.AvailablePlayersWidget__column{display:flex;flex-direction:column;flex:1;gap:12px;min-width:0}.AvailablePlayersWidget__empty-col{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff;padding:8px 0}.AvailablePlayersWidget__expanded{display:flex;flex-direction:column;gap:20px}.AvailablePlayersWidget__controls{display:flex;flex-direction:row;align-items:center;gap:16px}.AvailablePlayersWidget__filters{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}.AvailablePlayersWidget__tabs{display:flex;flex-direction:row;gap:0;border-radius:8px;overflow:hidden}.AvailablePlayersWidget__tab{font-family:DM Sans,sans-serif;font-size:12px;line-height:normal;font-weight:500;letter-spacing:0;background-color:#ffffff0a;border:none;color:#cbd7fd;cursor:pointer;padding:8px 20px;transition:all .2s}.AvailablePlayersWidget__tab:first-child{border-radius:8px 0 0 8px}.AvailablePlayersWidget__tab:last-child{border-radius:0 8px 8px 0}.AvailablePlayersWidget__tab--active{background-color:#55e8ff;color:#fff}.AvailablePlayersWidget__tab:hover:not(.AvailablePlayersWidget__tab--active){background-color:#ffffff14}.AvailablePlayersWidget__search{font-family:Work Sans,sans-serif;font-size:13px;line-height:normal;font-weight:500;letter-spacing:0;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;outline:none;padding:8px 14px;transition:border-color .2s;width:220px}.AvailablePlayersWidget__search::placeholder{color:#6b6d7b}.AvailablePlayersWidget__search:focus{border-color:#55e8ff}.FanLeaguesHomeTab{display:flex;flex-direction:column;width:100%}.FanLeaguesHomeTab__widgets{display:flex;flex-direction:column;gap:24px;margin-top:24px}.FanLeaguesHomeTab__row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;max-width:100%;overflow:hidden;transition:grid-template-columns .3s ease}.FanLeaguesHomeTab__row--lineup-expanded{grid-template-columns:1fr 3fr}.PageTitleBar{display:flex;flex-direction:row;align-items:center;width:100%;margin-bottom:24px}.PageTitleBar__start{display:flex;flex-direction:row;align-items:center;gap:16px;min-width:0}.PageTitleBar__start .PageTitleHeading{width:auto;margin:0;flex:0 1 auto}.PageTitleBar__start .TableFilterDropdown,.PageTitleBar__start .SpecificPeriodSelector{align-self:center}.PageTitleBar__actions{display:flex;flex-direction:row;align-items:center;gap:16px;flex-shrink:0;margin-left:auto}.FanLeaguesLineupTable{display:flex;flex-direction:column;width:100%;min-width:0}.FanLeaguesLineupTable .pl-data-table--sticky-cols-2.pl-data-table--opp-after-meta thead th:nth-child(4),.FanLeaguesLineupTable .pl-data-table--sticky-cols-2.pl-data-table--opp-after-meta tbody td:nth-child(4){border-right:2px solid #323c59}.FanLeaguesLineupTable .pl-data-table--sticky-cols-2.pl-data-table--opp-after-meta thead th:nth-child(5).pl-data-table__header-cell--section-divider,.FanLeaguesLineupTable .pl-data-table--sticky-cols-2.pl-data-table--opp-after-meta tbody td:nth-child(5).pl-data-table__cell--section-divider{border-left:none}.FanLeaguesLineupTable__no-data{font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:400;letter-spacing:0;color:#cbd7fd;text-align:center;padding:20px;width:100%}.FanLeaguesLineupTab{display:flex;flex-direction:column;width:100%;height:max-content}.FanLeaguesLineupTab__tables{display:flex;flex-direction:column;gap:32px;width:100%;min-width:0}.FanLeaguesLineupTab__tables-table{display:flex;flex-direction:column;gap:20px}.FanLeaguesLineupTab__table-title-row{display:flex;flex-direction:row;align-items:center;gap:10px}.FanLeaguesPlayersFilters .PlFilterToolbar__row{align-items:flex-end}.FanLeaguesPlayersFilters__playing-time{flex:0 0 auto}.FanLeaguesPlayersFilters__slider-wrap{display:flex;align-items:center;gap:4px;min-height:36px;gap:6px;min-width:140px}.FanLeaguesPlayersFilters__slider{flex:1;min-width:120px;accent-color:#55e8ff;cursor:pointer}.FanLeaguesPlayersFilters__slider::-webkit-slider-thumb{cursor:pointer}.FanLeaguesPlayersFilters__slider::-moz-range-thumb{cursor:pointer}.FanLeaguesPlayersFilters__slider-value{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;color:#cbd7fd;min-width:36px;text-align:right;min-width:3ch;font-variant-numeric:tabular-nums}.FanLeaguesPlayesTable{display:flex;flex-direction:column;width:max-content;max-width:100%;min-width:0;position:relative}.FanLeaguesPlayesTable__no-data{display:flex;justify-content:center;align-items:center;height:200px;font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff}.FanLeaguesPlayesTab{display:flex;flex-direction:column;width:100%;height:max-content}.SpecificPeriodSelector{position:relative;z-index:20;display:flex;flex-direction:column;width:auto}.SpecificPeriodSelector--open{z-index:25}.SpecificPeriodSelector__button{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;gap:8px;height:36px;min-width:0;width:max-content;max-width:100%;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#2f3665;box-shadow:inset 0 1px #ffffff0f;position:relative;cursor:pointer;color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;white-space:nowrap;gap:0}.SpecificPeriodSelector__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.SpecificPeriodSelector__button--active{border-radius:8px 8px 0 0;border-bottom-color:transparent}.SpecificPeriodSelector__button>button{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;padding:0 10px;background:transparent;border:none;color:#b4bbd7ad;cursor:pointer}.SpecificPeriodSelector__button>button:disabled{opacity:.35;cursor:default}.SpecificPeriodSelector__button>span{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;color:#cbd7fd;cursor:pointer;padding:0 2px;white-space:nowrap}.SpecificPeriodSelector__list{display:flex;flex-direction:column;position:absolute;top:calc(100% - 1px);left:0;width:max-content;min-width:100%;background:#2f3665;border:1px solid rgba(255,255,255,.13);border-top:none;border-radius:0 0 8px 8px;box-shadow:inset 0 1px #ffffff0f;padding:9px 0;max-height:300px;overflow-x:hidden;overflow-y:auto;z-index:1}.SpecificPeriodSelector__list::-webkit-scrollbar{width:1px}.SpecificPeriodSelector__list::-webkit-scrollbar-track{display:none}.SpecificPeriodSelector__list::-webkit-scrollbar-thumb{background-color:#999}.SpecificPeriodSelector__list::-webkit-scrollbar-corner{display:none}.SpecificPeriodSelector__item{display:flex;flex-direction:row;align-items:center;width:100%;height:22px;min-height:22px;padding:0 14px;box-sizing:border-box;background:transparent;border:none;color:#f0f1f5;cursor:pointer;text-align:left;white-space:nowrap;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0}.SpecificPeriodSelector__item:hover:not(.SpecificPeriodSelector__item--active){background:#ffffff0a}.SpecificPeriodSelector__item--active{height:24px;min-height:24px;background:linear-gradient(154.81deg,#4071ba,#204b8c);color:#f0f1f5}.SpecificPeriodSelector__item--active:hover{background:linear-gradient(154.81deg,#4071ba,#204b8c)}.FanLeageMutchupStatsHeaderItem{display:flex;flex-direction:row;gap:28px;align-items:center}.FanLeageMutchupStatsHeaderItem__info-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.FanLeageMutchupStatsHeaderItem__name{font-family:DM Sans,sans-serif;font-size:18px;line-height:22px;font-weight:700;letter-spacing:0;color:#fff}.FanLeageMutchupStatsHeaderItem__info{font-family:DM Sans,sans-serif;font-size:16px;line-height:20px;font-weight:700;letter-spacing:0;color:#c0c4d8b8}.FanLeageMutchupStatsHeaderItem__logo{width:44px;height:44px;border-radius:44px}.FanLeaguesMatchupPlayersMain{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;align-items:flex-start}.FanLeaguesMatchupPlayersMain__team{flex:1 1 0;min-width:0;max-width:100%;display:flex;flex-direction:column;gap:10px}.FanLeaguesMatchupPlayersMain__team-caption{font-family:Work Sans,sans-serif;font-size:15px;line-height:20px;font-weight:600;letter-spacing:0;color:#fff}.FanLeaguesMatchupPlayersMain__team-table-wrap{width:max-content;max-width:100%;min-width:0;margin:0}.FanLeaguesMatchupPlayersMain__empty-row{text-align:center;color:#9aa0b4;padding:16px 0!important}.pl-data-table__body--gap tr td{padding:8px 0!important;height:1px;line-height:0;border:none;background:transparent!important}.pl-data-table__body--gap--strong tr td{padding:0!important;border-top:1px solid #fff;height:0}.pl-data-table--sticky-col-1 .pl-data-table__body--gap tr td:first-child,.pl-data-table--sticky-col-1 .pl-data-table__body--gap--strong tr td:first-child{background:transparent!important}.FanLeaguesMatchupPlayersMain__total tr td{font-weight:700;border-top:2px solid #fff;background:#ffffff0a}.FanLeaguesMatchupPlayersMain__total-label{text-transform:uppercase;letter-spacing:.04em}.FanLeaguesMatchupPlayersTabel{width:100%;min-width:0;margin-top:0}.FanLeaguesMatchupScoreTabel{width:100%;min-width:0}.FanLeaguesMatchupScoreTabel .pl-data-table-wrap{margin:0}.FanLeaguesMatchupScoreTabel .pl-data-table__num-cell .FanLeaguesMatchupScoreTabel__leading-stat{color:#48b478;font-weight:700}.FanLeaguesMatchupStatsTab{display:flex;flex-direction:column;width:100%;height:max-content;margin-bottom:24px;gap:32px}.FanLeaguesMatchupStatsTab>.PageTitleBar{position:relative;z-index:20}.FanLeaguesMatchupStatsTab__main-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:48px}.FanLeaguesMatchupStatsTab__score{font-family:Work Sans,sans-serif;font-size:36px;line-height:1.2;font-weight:800;letter-spacing:0;color:#f0f1f5}.FanLeaguesMatchupStatsTab__teams-wrapper,.FanLeaguesMatchupStatsTab__players-wrapper,.FanLeaguesMatchupStatsTab__players-wrapper--second{display:flex;flex-direction:column;gap:20px;width:100%;min-width:0}.FanLeaguesMatchupStatsTab__paired-tables{width:100%;min-width:0}.FanLeaguesInfoTab{display:flex;flex-direction:column;width:100%;margin-bottom:24px;gap:22px}.FanLeaguesInfoTab__content{display:flex;flex-direction:column;border-radius:12px}.FanLeaguesInfoTab__content>div{display:flex;flex-direction:column;gap:12px}.FanLeaguesInfoTab__part{margin-bottom:16px;border-bottom:.4px solid #38a5e3;padding-bottom:16px}.FanLeaguesInfoTab__subtitle{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0 0 12px}.FanLeaguesInfoTab__text{font-family:Work Sans,sans-serif;font-size:11px;line-height:16px;font-weight:500;letter-spacing:0;color:#c0c4d8b8;letter-spacing:.2px}.FanLeaguesInfoTab__text span:first-child{color:#38a5e3}.FanLeaguesInfoTab__scoring{display:flex;flex-direction:row;gap:24px}.FanLeaguesInfoTab__scoring-block{display:flex;flex-direction:column;gap:4px}.FanLeaguesInfoTab__scoring-block>ul{list-style-type:disc;padding-left:20px}.FanLeaguesInfoTab__scoring-block>ul>li{font-family:Work Sans,sans-serif;font-size:11px;line-height:16px;font-weight:400;letter-spacing:0;color:#c0c4d8b8}.FanLeaguesInfoTab__scoring-title{color:#38a5e3;font-family:Work Sans,sans-serif;font-size:11px;line-height:16px;font-weight:500;letter-spacing:0}.FanLeaguesInfoTab__html-content{width:100%;max-width:100%;overflow-x:auto;background:transparent!important;color:#cbd7fd;font-family:Work Sans,sans-serif;font-size:14px;line-height:19px;font-weight:400;letter-spacing:0}.FanLeaguesInfoTab__html-content table,.FanLeaguesInfoTab__html-content .pl-data-table-wrap{margin:.5rem 0}.FanLeaguesInfoTab__html-content .pageContainer{display:block!important;width:100%!important;text-align:left!important;background:transparent!important}.FanLeaguesInfoTab__html-content [style]{display:block!important;background:transparent!important}.FanLeaguesInfoTab__html-content .fantasyHeaderBlock2,.FanLeaguesInfoTab__html-content .rosterContainer2,.FanLeaguesInfoTab__html-content .fantasyTableLS,.FanLeaguesInfoTab__html-content .statsContainer2{display:block;width:100%;background:transparent!important}.FanLeaguesInfoTab__html-content .fantasyTableLS tr,.FanLeaguesInfoTab__html-content .fantasyTableLS td,.FanLeaguesInfoTab__html-content .fantasyTableLS th{font-family:Work Sans,sans-serif;font-size:14px;line-height:19px;font-weight:400;letter-spacing:0}.FanLeaguesInfoTab__html-content ul.rules{list-style:disc;padding-left:20px}.FanLeaguesInfoTab__html-content ul.rules li{margin:4px 0;font-family:Work Sans,sans-serif;font-size:14px;line-height:19px;font-weight:400;letter-spacing:0}.FanLeaguesInfoTab__html-content ul.rules span{font-weight:400}.FanLeaguesInfoTab__html-content h3,.FanLeaguesInfoTab__html-content h6{margin:1rem 0 .5rem;font-family:Work Sans,sans-serif;font-size:16px;line-height:22px;font-weight:700;letter-spacing:0;color:#cbd7fd}.FanLeaguesInfoTab__html-content [style*="background:#FFFFFF"],.FanLeaguesInfoTab__html-content [style*="background: #FFFFFF"],.FanLeaguesInfoTab__html-content [style*="background: white"],.FanLeaguesInfoTab__html-content [style*="background:white"]{background:transparent!important}.FanLeaguesInfoTab__html-content p,.FanLeaguesInfoTab__html-content span,.FanLeaguesInfoTab__html-content li,.FanLeaguesInfoTab__html-content td,.FanLeaguesInfoTab__html-content th{color:#cbd7fd}.FanLeaguesStandingsTable{width:100%;min-width:0}.FanLeaguesStandingsTable .pl-data-table-wrap{margin:0}.FanLeaguesStandingsTable--empty{padding:40px;text-align:center;color:#55e8ff;font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:400;letter-spacing:0}.FanLeaguesStandingsTable__team{display:inline-flex;align-items:center;gap:8px}.FanLeaguesStandingsTable__team-logo{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.FanLeaguesStandingsTab{display:flex;flex-direction:column;width:100%;margin-bottom:24px}.FanLeaguesStandingsTab__matchup-card{background-color:#ffffff0a;border-radius:12px;padding:20px 24px;margin-bottom:24px}.FanLeaguesStandingsTab__matchup-label{font-family:Work Sans,sans-serif;font-size:10px;line-height:normal;font-weight:500;letter-spacing:0;color:#55e8ff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;text-align:center}.FanLeaguesStandingsTab__matchup-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px}.FanLeaguesStandingsTab__matchup-team{display:flex;flex-direction:row;align-items:center;gap:12px;flex:1;justify-content:flex-end}.FanLeaguesStandingsTab__matchup-team--right{justify-content:flex-start}.FanLeaguesStandingsTab__matchup-logo{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.FanLeaguesStandingsTab__matchup-team-info{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.FanLeaguesStandingsTab__matchup-team-info--right{align-items:flex-start}.FanLeaguesStandingsTab__matchup-team-name{font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.FanLeaguesStandingsTab__matchup-team-record{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff}.FanLeaguesStandingsTab__matchup-score{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.FanLeaguesStandingsTab__matchup-score-value{font-family:Work Sans,sans-serif;font-size:24px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.FanLeaguesStandingsTab__matchup-vs{font-family:Work Sans,sans-serif;font-size:18px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff}.FanLeaguesStandingsTab__table-wrapper{width:100%}.Toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.Toggle__btn{width:34px;height:20px;background-color:#8d96b3;border-radius:100px;display:flex;align-items:center;padding:2px;position:relative;transition:background-color .2s}.Toggle__btn-thumb{width:16px;height:16px;background-color:#fff;border-radius:50%;position:absolute;left:2px;transition:transform .2s}.Toggle__btn--active{background-color:#55e8ff}.Toggle__btn--active .Toggle__btn-thumb{transform:translate(14px)}.Toggle__label{color:#55e8ff;font-family:DM Sans,sans-serif;font-size:12px;line-height:16px;font-weight:600;letter-spacing:0;letter-spacing:.4px;text-transform:uppercase}.FanLeaguesRankingsTab{display:flex;flex-direction:column;width:100%;margin-bottom:24px}.FanLeaguesRankingsTab__columns{display:grid;grid-template-columns:repeat(5,max-content);gap:10px;width:max-content;max-width:100%;overflow-x:auto;align-items:start}.FanLeaguesRankingsTab__column{min-width:0}.FanLeaguesRankingsTab__column .pl-data-table-wrap{margin:0}.FanLeaguesRankingsTab__column-header{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;min-height:44px}.FanLeaguesRankingsTab__column-title{font-family:Work Sans,sans-serif;font-size:13px;line-height:1.25;font-weight:500;letter-spacing:0;color:#fff;margin:0}.FanLeaguesRankingsTab__source-link{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#55e8ff;text-decoration:none;white-space:nowrap}.FanLeaguesRankingsTab__source-link:hover{text-decoration:underline}.FanLeaguesRankingsTab__pos-cell{color:#d9ddeedb;white-space:nowrap}.FanLeaguesRankingsTab__legend{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#d9ddeedb;margin:0 0 12px}.FanLeaguesRankingsTab__row--unavailable td,.FanLeaguesRankingsTab__row--unavailable .pl-data-table__player-name{color:#d9ddeedb;opacity:.45}.MainInput{display:flex;flex-direction:column;gap:8px;width:100%}.MainInput__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.MainInput__input{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;background-color:#292c42;border-radius:8px;border:1px solid #55e8ff;color:#55e8ff;padding:12px 16px;transition:all .2s;width:100%}.MainInput__input:focus{border:1px solid #38B0F2;outline:none}.MainInput__input::placeholder{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;color:#a4aacab3}.MainInput__input--disabled{color:#a4aacab3;cursor:not-allowed}.MainBlueBtn{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:600;letter-spacing:0;align-items:center;background:linear-gradient(270deg,#3adff6 -31.31%,#0076b8 105.74%);border-radius:8px;border:none;color:#fff;cursor:pointer;flex:1;justify-content:center;letter-spacing:2.5px;overflow:hidden;padding:12px 24px;position:relative;text-transform:uppercase;transition:all .2s;z-index:1}.MainBlueBtn:after{background:linear-gradient(270deg,#0076b8 -31.31%,#3adff6 105.74%);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s;z-index:-1}.MainBlueBtn:hover:after{opacity:1}.MainBlueBtn:hover{box-shadow:0 4px 12px #38b0f24d}.MainBlueBtn--disable{background:#cbd7fd33;color:#cbd7fd80;cursor:not-allowed}.MainBlueBtn--disable:hover:after{opacity:0}.MainBlueBtn--disable:hover{transform:none;box-shadow:none}.LiveDraftOnboardTabTitle{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0;width:fit-content}.DraftProvidersInput{display:flex;flex-direction:column;gap:8px;width:100%;position:relative}.DraftProvidersInput__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.DraftProvidersInput__input-container{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;align-items:center;background-color:#292c42;border-radius:8px;border:1px solid #55e8ff;color:#55e8ff;cursor:pointer;justify-content:space-between;padding:14px 16px;position:relative}.DraftProvidersInput__input-container--open{background-color:#292c42;border:1px solid #55e8ff;border-bottom-left-radius:0;border-bottom-right-radius:0}.DraftProvidersInput__input-container--disabled,.DraftProvidersInput__input-container--disabled span{color:#a4aacab3}.DraftProvidersInput__input-container svg{margin-left:10px;stroke:#fff;transition:transform .2s}.DraftProvidersInput__list{background-color:#292c42;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:1px solid #55e8ff;border-top:none;box-shadow:0 4px 12px #0000004d;display:block;left:0;margin-top:0;max-height:300px;opacity:1;overflow:auto;padding:0;position:absolute;right:0;top:100%;visibility:visible;width:100%;z-index:10000}.DraftProvidersInput__option{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;color:#55e8ff;cursor:pointer;padding:12px 16px;transition:all .2s;z-index:3}.DraftProvidersInput__option:last-child{border-bottom:none}.DraftProvidersInput__option:hover{background-color:#343b4f;color:#cbd7fde6}.DraftProvidersInput__option--selected{color:#55e8ff}.BackBtn{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:600;letter-spacing:0;align-items:center;background:transparent;border-radius:8px;color:#9495a0;cursor:pointer;gap:8px;letter-spacing:2.5px;padding:10px 16px;text-transform:uppercase;transition:all .2s}.BackBtn:hover{border-color:#cbd7fd80;color:#fff}.BackBtn svg{height:13px;width:12px}.LiveDraftGetStartedTab__wrapper{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:400px;padding:40px 0 60px;width:100%}.LiveDraftGetStartedTab__date-time{display:flex;gap:40px;width:100%}.LiveDraftGetStartedTab__date-wrapper,.LiveDraftGetStartedTab__time-wrapper{display:flex;flex-direction:column;flex:1;gap:8px}.LiveDraftGetStartedTab__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.LiveDraftGetStartedTab__date-input-wrapper,.LiveDraftGetStartedTab__time-input-wrapper{position:relative;width:100%;color-scheme:dark}.LiveDraftGetStartedTab__date-display-input{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;background-color:#292c42;border-radius:8px;border:1px solid #55e8ff;color:#55e8ff;cursor:pointer;padding:12px 16px;transition:all .2s;width:100%}.LiveDraftGetStartedTab__date-display-input::placeholder{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;color:#a4aacab3}.LiveDraftGetStartedTab__date-display-input:focus{outline:none}.LiveDraftGetStartedTab__date-input-hidden{border:none;height:0;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;width:0;color-scheme:dark}.LiveDraftGetStartedTab__date-input-hidden::-webkit-calendar-picker-indicator{background-color:transparent;color:#55e8ff;cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.LiveDraftGetStartedTab__time-dropdown-trigger{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;align-items:center;background-color:#292c42;border-radius:8px;border:1px solid #55e8ff;color:#55e8ff;cursor:pointer;display:flex;padding:12px 44px 12px 16px;width:100%}.LiveDraftGetStartedTab__time-dropdown-trigger--placeholder span{color:#a4aacab3}.LiveDraftGetStartedTab__time-dropdown-trigger--open{border-bottom-left-radius:0;border-bottom-right-radius:0}.LiveDraftGetStartedTab__time-dropdown-list{background-color:#292c42;border:1px solid #55e8ff;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:205px;overflow-y:auto;position:absolute;left:0;right:0;top:100%;z-index:100}.LiveDraftGetStartedTab__time-dropdown-option{font-family:DM Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;color:#55e8ff;cursor:pointer;padding:12px 16px}.LiveDraftGetStartedTab__time-dropdown-option:hover{background-color:#343b4f;color:#cbd7fde6}.LiveDraftGetStartedTab__time-dropdown-option--selected{color:#55e8ff}.LiveDraftGetStartedTab__date-icon,.LiveDraftGetStartedTab__time-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;pointer-events:auto;position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:1}.LiveDraftGetStartedTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.LiveDraftGetStartedTab input[type=date]{color-scheme:dark}.LiveDraftGetStartedTab input[type=date]:focus{outline:none}.LiveDraftGetStartedTab input[type=date]::-webkit-calendar-picker-indicator{background-color:transparent;color:#55e8ff;cursor:pointer;filter:invert(.7) sepia(1) saturate(5) hue-rotate(175deg);opacity:1}.LiveDraftGetStartedTab input[type=date]::-webkit-datetime-edit,.LiveDraftGetStartedTab input[type=date]::-webkit-datetime-edit-fields-wrapper,.LiveDraftGetStartedTab input[type=date]::-webkit-datetime-edit-text,.LiveDraftGetStartedTab input[type=date]::-webkit-datetime-edit-month-field,.LiveDraftGetStartedTab input[type=date]::-webkit-datetime-edit-day-field,.LiveDraftGetStartedTab input[type=date]::-webkit-datetime-edit-year-field{color:#55e8ff}.LiveDraftGetStartedTab input[type=date]::-moz-calendar-picker-indicator{background-color:transparent;color:#55e8ff;cursor:pointer;filter:invert(.7) sepia(1) saturate(5) hue-rotate(175deg);opacity:1}@supports (-webkit-appearance: none){.LiveDraftGetStartedTab input[type=date]:focus::-webkit-calendar-picker-indicator{background-color:#55e8ff1a;border-radius:4px}}.SelectionControl{width:100%;display:flex;flex-direction:column;gap:8px}.SelectionControl__title{color:#fff;font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0}.SelectionControl__list{width:100%;display:flex;flex-direction:column}.SelectionControl__item{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:600;letter-spacing:0;align-items:center;background:transparent;border-radius:8px;border:none;box-sizing:border-box;color:#9495a0;cursor:pointer;gap:10px;margin-bottom:8px;min-height:42px;padding:12px 16px;transition:all .2s;width:100%}.SelectionControl__item--selected{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:600;letter-spacing:0;background:#202233;color:#55e8ff}.SelectionControl__item:hover{color:#cbd7fde6}.SelectionControl__item-dot{background:transparent;border-radius:50%;border:2px solid #9495a0;flex-shrink:0;height:24px;position:relative;transition:all .2s;width:24px}.SelectionControl__item-dot--selected{background:transparent;border:2px solid #55e8ff}.SelectionControl__item-dot--selected:after{background-color:#55e8ff;border-radius:50%;content:"";height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px}.KeeperWarningModal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:5000;max-height:100vh;overflow:hidden}.KeeperWarningModal__container{border-radius:16px;background-color:#20284d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;padding:28px;width:449px;display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.KeeperWarningModal__title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.KeeperWarningModal__text{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;color:#cbd7fd;text-align:center}.KeeperWarningModal__btn{width:100%}.MoneyInput{display:flex;flex-direction:column;gap:8px;width:100%}.MoneyInput__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.MoneyInput__wrapper{display:flex;flex-direction:row;align-items:center;border-radius:8px;border:1px solid #55e8ff;padding:12px 16px;position:relative;transition:all .2s;width:100%}.MoneyInput__wrapper:focus-within{border:1px solid #38B0F2;outline:none}.MoneyInput__wrapper:before{font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:500;letter-spacing:0;color:#55e8ff;content:"$";margin-right:4px}.MoneyInput__wrapper--disabled{color:#a4aacab3;cursor:not-allowed}.MoneyInput__wrapper--disabled:before{color:#a4aacab3}.MoneyInput__wrapper--disabled .MoneyInput__input{color:#a4aacab3}.MoneyInput__input{font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:500;letter-spacing:0;color:#55e8ff;width:100%}.MoneyInput__num-error{color:var(--values-negative-numbers-in-red, #ff5f5f);font-family:DM Sans,sans-serif;font-size:10px;line-height:normal;font-weight:400;letter-spacing:0;left:67px;line-height:125%;position:absolute;top:50%;transform:translateY(-50%)}.LiveDraftBasicTab{display:flex;flex-direction:row;flex:1;max-width:100%}.LiveDraftBasicTab__wrapper{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:400px;padding:40px 0 60px;width:100%}.LiveDraftBasicTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.LiveDraftBasicTab__salaryCapGrid{display:grid;gap:40px;grid-template-columns:1fr 1fr;max-width:400px;width:100%}.LiveDraftLeagueMembersTab{display:flex;flex-direction:row;flex:1;max-width:100%}.LiveDraftLeagueMembersTab__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;margin:0 auto;max-width:572px;padding:40px 0 60px;width:100%}.LiveDraftLeagueMembersTab .DraftProvidersInput{align-self:flex-start;display:inline-flex;width:fit-content}.LiveDraftLeagueMembersTab .DraftProvidersInput__input-container{width:fit-content!important}.LiveDraftLeagueMembersTab .DraftProvidersInput__list{left:0!important;right:auto!important}.LiveDraftLeagueMembersTab__main{display:flex;flex-direction:column;gap:8px;width:100%}.LiveDraftLeagueMembersTab__main-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.LiveDraftLeagueMembersTab__main-header>p{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.LiveDraftLeagueMembersTab__main-list{display:flex;flex-direction:column;gap:8px;width:100%}.LiveDraftLeagueMembersTab__item{display:flex;flex-direction:row;align-items:center}.LiveDraftLeagueMembersTab__item:has(.LiveDraftLeagueMembersTab__radio-wrapper:hover) .LiveDraftLeagueMembersTab__num{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftLeagueMembersTab__item:has(.LiveDraftLeagueMembersTab__radio-wrapper:hover) .LiveDraftLeagueMembersTab__dot{background:linear-gradient(#262a3f,#262a3f) padding-box,linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%) border-box;border:2px solid transparent;position:relative}.LiveDraftLeagueMembersTab__item:has(.LiveDraftLeagueMembersTab__radio-wrapper:hover) .LiveDraftLeagueMembersTab__input-wrapper{border-color:#f1c647}.LiveDraftLeagueMembersTab__item:has(.LiveDraftLeagueMembersTab__radio-wrapper:hover) .LiveDraftLeagueMembersTab__input{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftLeagueMembersTab__item:has(.LiveDraftLeagueMembersTab__dot--active) .LiveDraftLeagueMembersTab__num{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftLeagueMembersTab__num{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;margin-right:15px;text-align:center;transition:color .2s;width:14px}.LiveDraftLeagueMembersTab__input-wrapper{border-radius:8px;border:1px solid #55e8ff;height:42px;margin-right:18px;overflow:hidden;transition:all .2s;width:468px}.LiveDraftLeagueMembersTab__input-wrapper--active{border:.5px solid #f1c647}.LiveDraftLeagueMembersTab__input{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;background:transparent;border:none;box-sizing:border-box;color:#55e8ff;height:100%;outline:none;padding:12px 16px;transition:all .2s;width:100%}.LiveDraftLeagueMembersTab__input--active{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftLeagueMembersTab__input::placeholder{color:#9495a0}.LiveDraftLeagueMembersTab__radio-wrapper{display:flex;flex-direction:row;align-items:center;cursor:pointer;height:42px;justify-content:center;min-width:60px;padding:0 8px}.LiveDraftLeagueMembersTab__dot{background:transparent;border-radius:50%;border:2px solid #9495a0;height:24px;position:relative;transition:all .2s;width:24px}.LiveDraftLeagueMembersTab__dot--active{background:linear-gradient(#262a3f,#262a3f) padding-box,linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%) border-box;border:2px solid transparent;position:relative}.LiveDraftLeagueMembersTab__dot--active:after{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);border-radius:50%;content:"";height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;z-index:1}.LiveDraftLeagueMembersTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.LiveDraftLeaguePlayersTab{display:flex;flex-direction:row;flex:1;max-width:100%}.LiveDraftLeaguePlayersTab__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;margin:0 auto;max-width:400px;padding:40px 0 60px;width:100%}.LiveDraftLeaguePlayersTab__pool-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:400px;width:100%}.LiveDraftLeaguePlayersTab__agents{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:600;letter-spacing:0;align-items:center;background:transparent;border-radius:8px;border:none;box-sizing:border-box;color:#9495a0;cursor:pointer;gap:10px;margin-bottom:8px;min-height:42px;padding:12px 16px;transition:all .2s;width:100%}.LiveDraftLeaguePlayersTab__agents--checked{background:#202233;color:#55e8ff}.LiveDraftLeaguePlayersTab__agents:hover{color:#cbd7fde6}.LiveDraftLeaguePlayersTab__agents-checkbox{background:transparent;border-radius:6px;border:2px solid #9495a0;flex-shrink:0;height:24px;position:relative;transition:all .2s;width:24px}.LiveDraftLeaguePlayersTab__agents-checkbox--checked{border-color:#55e8ff}.LiveDraftLeaguePlayersTab__agents-checkbox--checked:after{border-color:#55e8ff;border-style:solid;border-width:0 2px 2px 0;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:6px}.LiveDraftLeaguePlayersTab__games-grid{display:grid;gap:40px;grid-template-columns:1fr 1fr;max-width:400px;width:100%}.LiveDraftLeaguePlayersTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.CustomInputsFrame{display:flex;flex-direction:column;gap:8px;height:100%;width:100%}.CustomInputsFrame:has(.CustomInputsFrame__container){display:flex;flex-direction:row;gap:24px}.CustomInputsFrame__container{display:flex;flex-direction:column;flex:1;gap:8px}.CustomInputsFrame__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;margin-bottom:0}.CustomInputsFrame__main{display:flex;flex-direction:row;align-items:stretch;background-color:#32344a;border-radius:8px;gap:0;padding:16px;width:100%}.CustomInputsFrame__list{display:flex;flex-direction:column;align-self:stretch;flex:1;gap:8px}.CustomInputsFrame__line{align-self:stretch;background-color:#707280;flex-shrink:0;margin:0 15px;width:.5px}.CustomInputsFrame__item{display:flex;flex-direction:row;align-items:center;padding:0 5px}.CustomInputsFrame__item>p{font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:500;letter-spacing:0;box-sizing:border-box;color:#fff;transition:color .2s}.CustomInputsFrame__input-wrapper{height:42px;margin-left:auto;transition:all .2s;width:54px}.CustomInputsFrame__input{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:400;letter-spacing:0;background-color:#292c42;border-radius:8px;border:1px solid #55e8ff;color:#55e8ff;height:100%;outline:none;padding:12px 0;text-align:center;width:100%}.CustomInputsFrame__input--disabled{background-color:transparent;color:#fff;opacity:.5;pointer-events:none}.LiveDraftRosterSpotsTab{display:flex;flex-direction:row;flex:1;max-width:100%}.LiveDraftRosterSpotsTab__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;margin:0 auto;max-width:524px;padding:40px 0 60px;width:100%}.LiveDraftRosterSpotsTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.LiveDraftRosterSpotsTab .DraftProvidersInput{width:fit-content;display:inline-flex;align-self:flex-start}.LiveDraftRosterSpotsTab .DraftProvidersInput__input-container{width:fit-content!important}.LiveDraftRosterSpotsTab .DraftProvidersInput__list{left:0!important;right:auto!important}.CustomCheckBoxesFrame{display:flex;flex-direction:row;gap:24px;height:100%;width:100%}.CustomCheckBoxesFrame__container{display:flex;flex-direction:column;flex:1;gap:8px}.CustomCheckBoxesFrame__label{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.CustomCheckBoxesFrame__main{display:flex;flex-direction:row;background-color:#32344a;border-radius:8px;gap:0;height:100%;padding:16px;width:100%}.CustomCheckBoxesFrame__list{display:flex;flex-direction:column;flex:1;gap:8px}.CustomCheckBoxesFrame__line{background-color:#707280;height:100%;margin:0 15px;width:.5px}.CustomCheckBoxesFrame__item{display:flex;flex-direction:row;align-items:center;border-radius:8px;padding:12px;transition:background-color .2s}.CustomCheckBoxesFrame__item--clickable{cursor:pointer}.CustomCheckBoxesFrame__item>p{font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:500;letter-spacing:0;box-sizing:border-box;color:#fff;transition:color .2s}.CustomCheckBoxesFrame__item--clickable:hover>p{color:#fff}.CustomCheckBoxesFrame__item--active{background-color:#292c42}.CustomCheckBoxesFrame__item--active>p{color:#55e8ff!important}.CustomCheckBoxesFrame__checkBox-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:auto}.CustomCheckBoxesFrame__checkBox-wrapper svg{transform:scale(1.5);transform-origin:center}.LiveDraftScoringTab{display:flex;flex-direction:row;flex:1;max-width:100%;padding:0 20px}.LiveDraftScoringTab__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;margin:0 auto;max-width:928px;padding:40px 0 60px;width:100%}.LiveDraftScoringTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.LiveDraftScoringTab .DraftProvidersInput{width:fit-content;display:inline-flex;align-self:flex-start}.LiveDraftScoringTab .DraftProvidersInput__input-container{width:fit-content!important}.LiveDraftScoringTab .DraftProvidersInput__list{left:0!important;right:auto!important}.LiveDraftLeagueFinalTab{display:flex;flex-direction:row;flex:1;max-width:100%}.LiveDraftLeagueFinalTab__wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;margin:0 auto;max-width:400px;padding:40px 0 60px;width:100%}.LiveDraftLeagueFinalTab__buttons{align-items:center;display:flex;gap:12px;max-width:400px;width:100%}.LiveDraftMain{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:720px;margin-inline:auto;flex:1}*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}button{border:none;background-color:transparent;cursor:pointer!important;display:flex;margin:0;padding:0}button:hover{cursor:pointer!important}input{outline:none;border:none;background-color:transparent}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s;transition-delay:background-color 5000s,color 5000s}.css-1g9bazu-MuiButtonBase-root-MuiChip-root .MuiChip-deleteIcon{margin:0 5px 0 -6px!important;color:#fff!important}.css-1g9bazu-MuiButtonBase-root-MuiChip-root .MuiChip-deleteIcon>svg{width:15px!important;height:15px!important;fill:#fff!important}.css-1g9bazu-MuiButtonBase-root-MuiChip-root .MuiChip-deleteIcon>svg>path{stroke:#fff!important}.MuiChip-deleteIcon>svg{width:15px!important;height:15px!important;fill:#fff!important}.MuiChip-deleteIcon>svg>path{stroke:#fff!important}.css-1x6bjyf-MuiAutocomplete-root .MuiAutocomplete-tag{display:flex;flex-direction:row;align-items:center}.color--injured{color:#8489ce}.color--sleeper{color:#aa5c8e}.color--steals{color:#579bd4}.color--avoid{color:#cc7272}.color--target{color:#4aa31e}.color--saves{color:#a6846f}.color--stash{color:#e77c26}.bg--injured{background-color:#e0e2fa}.bg--sleeper{background-color:#faa0d9}.bg--steals,.bg--avoid{background-color:#83c1f3}.bg--target{background-color:#9eec77}.bg--saves{background-color:#83c1f3}.bg--stash{background-color:#ffa65e;color:#d96060}.color--sleeper{color:#4bbfdf}.color--steals{color:#e89621}.color--avoid{color:#d58ec3}.color--target{color:#44931b}.color--saves{color:#8f99df}.color--stash{color:#b39081}.bg--injured{background-color:#d96060}.color--injured{color:#d96060}.bg--sleeper{background-color:#4bbfdf}.bg--steals{background-color:#e89621}.bg--avoid{background-color:#d58ec3}.bg--target{background-color:#44931b}.bg--saves{background-color:#8f99df}.bg--stash{background-color:#b39081}.pl-btn--primary{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:12px 16px;cursor:pointer;white-space:nowrap;position:relative;overflow:hidden;border:none;color:#fff;transition:filter .15s ease,box-shadow .15s ease;background:linear-gradient(149.7deg,#245297,#0a2e63);box-shadow:0 0 0 1px #00506466,0 6px 20px #0000005c}.pl-btn--primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;pointer-events:none;background:linear-gradient(to bottom,#ffffff26,#ffffff0d)}.pl-btn--primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;pointer-events:none;box-shadow:inset 0 1px #ffffff4d}.pl-btn--primary:hover{filter:brightness(1.15)}.pl-btn--primary svg{position:relative;z-index:1;flex-shrink:0;color:#fff}.pl-btn--ghost{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:12px 16px;cursor:pointer;white-space:nowrap;border:1px solid rgba(255,255,255,.13);background:transparent;color:#55e8ff;transition:background .15s;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0}.pl-btn--ghost:hover{background:#ffffff0a}.pl-btn__label{position:relative;z-index:1;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:700;letter-spacing:0;color:#fff;letter-spacing:.3px}.pl-step-number{font-family:DM Sans,sans-serif;font-size:14px;line-height:1;font-weight:700;color:#55e8ff;background:#13152a;border:1px solid rgba(85,232,255,.55);border-radius:50%;box-shadow:inset 0 1px #ffffff14;box-sizing:border-box;min-width:28px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:0}.pl-step-number--lg{font-family:DM Sans,sans-serif;font-size:15px;line-height:1;font-weight:700;letter-spacing:0;min-width:32px;width:32px;height:32px}.tab-nav-main{display:flex;flex-direction:row;align-items:flex-end;gap:40px;width:100%;border-bottom:1px solid rgba(255,255,255,.13)}.tab-nav-main--has-dropdown{align-items:flex-end}.tab-nav-main__item{position:relative;display:inline-block}.tab-nav-main__item:first-child .tab-nav-main__btn{padding-left:0}.tab-nav-main__item--open{z-index:26}.tab-nav-main__item--open .tab-nav-main__btn{color:#ffc277;letter-spacing:.34px;text-shadow:0 0 14px rgba(255,194,119,.42)}.tab-nav-main__item--open .tab-nav-main__label:after{border-radius:999px 999px 0 0;box-sizing:border-box;height:6px;content:"";position:absolute;left:-5px;right:-5px;bottom:-17px;background-color:#ffc277;box-shadow:0 0 14px #ffc2776b}.tab-nav-main__btn{font-family:DM Sans,sans-serif;font-size:17px;line-height:1.2;letter-spacing:0;display:inline-block;background:transparent;border:none;color:#d9ddeedb;cursor:pointer;font-weight:600;letter-spacing:.34px;position:relative;padding:14px 0 16px;text-align:left;transition:color .2s,text-shadow .2s}.tab-nav-main__btn:active{transform:none}.tab-nav-main__btn:hover{color:#ffc277;text-shadow:0 0 14px rgba(255,194,119,.42)}.tab-nav-main__btn:first-child{padding-left:0}.tab-nav-main__btn--active{color:#ffc277;letter-spacing:.34px;text-shadow:0 0 14px rgba(255,194,119,.42)}.tab-nav-main__btn--active .tab-nav-main__label:after{border-radius:999px 999px 0 0;box-sizing:border-box;height:6px;content:"";position:absolute;left:-5px;right:-5px;bottom:-17px;background-color:#ffc277;box-shadow:0 0 14px #ffc2776b}.tab-nav-main__btn--disabled{color:#d9ddeedb;cursor:default;pointer-events:none;opacity:.5}.tab-nav-main__btn-content{display:flex;flex-direction:row;align-items:center;gap:6px}.tab-nav-main__caret{flex-shrink:0}.tab-nav-main__label{display:inline-block;position:relative;white-space:nowrap}.tab-nav-main__dropdown{position:absolute;top:calc(100% + 1px);left:-5px;min-width:calc(100% + 10px);width:max-content;max-width:min(360px,90vw);padding:8px 0;background-color:#242b48;border:1px solid rgba(141,150,179,.5);border-radius:4px;box-shadow:0 2px 6px 2px #05091847,0 8px 20px #05091880;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s;z-index:26}.tab-nav-main__item--open .tab-nav-main__dropdown{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,visibility 0s linear 0s}.tab-nav-main__dropdown-item{display:flex;align-items:center;box-sizing:border-box;padding:8px 10px;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:500;letter-spacing:0;color:#d4d5d9;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease}.tab-nav-main__dropdown-item:hover,.tab-nav-main__dropdown-item--active{color:#f1b771;background:#303a59}.tab-nav-filter{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px;width:100%}.tab-nav-filter--wrap{flex-wrap:wrap}.tab-nav-filter--spaced{margin-bottom:24px}.tab-nav-filter--primary+.tab-nav-filter{margin-top:12px}.tab-nav-filter--primary .tab-nav-filter__btn:hover:not(:disabled):not(.tab-nav-filter__btn--active){color:#ffc277;background-color:#ffc2772e;border-color:#ffc277a6;box-shadow:none}.tab-nav-filter--primary .tab-nav-filter__btn.tab-nav-filter__btn--active{color:#ffc277;background-color:#ffc2771f;border-color:#ffc27780;box-shadow:0 0 12px #ffc27747}.tab-nav-filter--secondary .tab-nav-filter__btn:hover:not(:disabled):not(.tab-nav-filter__btn--active){color:#55e8ff;background-color:#55e8ff29;border-color:#55e8ffa6;box-shadow:none}.tab-nav-filter--secondary .tab-nav-filter__btn.tab-nav-filter__btn--active{color:#55e8ff;background-color:#55e8ff1a;border-color:#55e8ff80;box-shadow:0 0 12px #55e8ff38}.tab-nav-filter__btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid rgba(255,255,255,.13);border-radius:6px;padding:8px 10px;background-color:#21243a;color:#f0f1f5;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:0;letter-spacing:.03em;text-transform:none;white-space:nowrap;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.tab-nav-filter__btn:active{transform:none}.tab-nav-filter__btn:disabled{cursor:default;opacity:.45}.tab-nav-filter__btn:hover:not(:disabled):not(.tab-nav-filter__btn--active){color:#73efff;background-color:#73efff29;border-color:#73efffa6;box-shadow:none}.tab-nav-filter__btn.tab-nav-filter__btn--active{color:#73efff;background-color:#73efff1a;border-color:#73efff80;box-shadow:0 0 10px #73efff80}.PlCardList{display:flex;flex-direction:column;gap:0;width:100%}.PlCardList>.PlCard,.PlCardList>.PlCardRow{margin-bottom:16px}.PlCardRow{display:flex;flex-direction:row;align-items:stretch;gap:8px}.PlCard{background-color:#292c42;box-sizing:border-box;color:inherit;cursor:pointer;flex:1;padding:18px 24px;position:relative;text-decoration:none;transition:background-color .2s}.PlCard:hover{background-color:#34374c}.PlCard--has-footer{padding-bottom:0}.PlCard__platform-logo{height:28px;object-fit:contain;position:absolute;right:24px;top:18px;width:28px;z-index:1}.PlCard__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:6px}.PlCard__title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;color:#fff;margin:0;flex:1;min-width:0}.PlCard__details{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px;width:100%}.PlCard__league-name{font-family:DM Sans,sans-serif;font-size:13px;line-height:normal;font-weight:500;letter-spacing:0;color:#b4bbd7ad;flex:1;min-width:0}.PlCard__meta{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#c0c4d8b8;flex-shrink:0;margin:0 0 0 auto;white-space:pre}.PlCard__footer{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:500;letter-spacing:0;background-color:#101222;box-sizing:border-box;color:#55e8ff;margin-left:-24px;margin-right:-24px;margin-top:18px;padding:14px 24px;transition:background-color .2s;width:calc(100% + 48px)}.PlCard:hover .PlCard__footer{background-color:#1c1e2d}.PlCardAdd{display:flex;flex-direction:row;align-items:center;background-color:#292c42;border-radius:12px;box-shadow:0 10px 20px #0003;color:inherit;cursor:pointer;gap:12px;margin-top:1px;padding:20px 24px;text-decoration:none;transition:background-color .2s}.PlCardAdd:hover{background-color:#34374c}.PlCardAdd__icon{display:flex;flex-direction:row;align-items:center;background-color:transparent;border-radius:50%;border:1px solid #fff;flex-shrink:0;height:32px;justify-content:center;width:32px}.PlCardAdd__label{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;color:#fff;margin:0}.PlCardSideAction{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#292c42;border:none;color:#6b6d7b;cursor:pointer;flex-shrink:0;padding:0;transition:color .2s,background-color .2s}.PlCardSideAction:hover:not(:disabled){background-color:#34374c}.PlCardSideAction:disabled{cursor:default;opacity:.5}.PlCardSideAction--delete{width:56px}.PlCardSideAction--delete:hover:not(:disabled){color:#ff5f5f}.PlPageTitle{font-family:DM Sans,sans-serif;font-size:36px;line-height:36px;font-weight:700;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.PlPageHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:24px;margin-bottom:24px}.PlPageHeader--inBody{padding-top:0}.PlPageHeader--withTabs{margin-bottom:16px}.pl-page-header-context{box-sizing:border-box;max-width:var(--pl-page-column-max, 1280px);min-width:0;margin-inline:auto;padding-inline:24px;transition:max-width .38s cubic-bezier(.4,0,.2,1);overflow-anchor:none;width:100%}.plpd-sticky-page-tabs__sentinel{height:0;overflow-anchor:none;pointer-events:none;width:100%}.plpd-sticky-page-header{position:sticky;top:0;z-index:30;box-sizing:border-box;background-color:#13152a;background-image:url("data:image/svg+xml,%3csvg%20width='2364'%20height='2589'%20viewBox='0%200%202364%202589'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='base'%20x1='0'%20y1='0'%20x2='2364'%20y2='2589'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0%25'%20stop-color='%23171A2B'/%3e%3cstop%20offset='48%25'%20stop-color='%2321243A'/%3e%3cstop%20offset='100%25'%20stop-color='%23181B2C'/%3e%3c/linearGradient%3e%3cradialGradient%20id='r1'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(425.52%20207.12)%20scale(1702.08%201190.94)'%3e%3cstop%20offset='0%25'%20stop-color='%23BED7FF'%20stop-opacity='0.085'/%3e%3cstop%20offset='52%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r2'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(1796.64%20466.02)%20scale(1371.12%20984.82)'%3e%3cstop%20offset='0%25'%20stop-color='%2378A5EB'%20stop-opacity='0.055'/%3e%3cstop%20offset='54%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r3'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(472.8%202278.32)%20scale(1654.8%201346.28)'%3e%3cstop%20offset='0%25'%20stop-color='%2391B9F5'%20stop-opacity='0.06'/%3e%3cstop%20offset='56%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r4'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(2080.32%202122.98)%20scale(1087.44%201605.18)'%3e%3cstop%20offset='0%25'%20stop-color='%23D2E4FF'%20stop-opacity='0.052'/%3e%3cstop%20offset='55%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient%20id='l1'%20x1='0'%20y1='0'%20x2='2364'%20y2='2589'%20gradientUnits='userSpaceOnUse'%20gradientTransform='rotate(-17%201182%201294.5)'%3e%3cstop%20offset='0%25'%20stop-color='%23FFFFFF'%20stop-opacity='0.045'/%3e%3cstop%20offset='18%25'%20stop-opacity='0'/%3e%3cstop%20offset='38%25'%20stop-color='%2387AFF0'%20stop-opacity='0.052'/%3e%3cstop%20offset='61%25'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23D2E4FF'%20stop-opacity='0.04'/%3e%3c/linearGradient%3e%3clinearGradient%20id='l2'%20x1='0'%20y1='2589'%20x2='2364'%20y2='0'%20gradientUnits='userSpaceOnUse'%20gradientTransform='rotate(9%201182%201294.5)'%3e%3cstop%20offset='0%25'%20stop-opacity='0'/%3e%3cstop%20offset='28%25'%20stop-color='%236E91D7'%20stop-opacity='0.045'/%3e%3cstop%20offset='49%25'%20stop-opacity='0'/%3e%3cstop%20offset='73%25'%20stop-color='%23E6F0FF'%20stop-opacity='0.032'/%3e%3cstop%20offset='100%25'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23base)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23l2)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23l1)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r4)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r3)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r2)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r1)'/%3e%3c/svg%3e");background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed;box-shadow:none;margin:0;max-width:none;overflow-anchor:none;padding:0;transition:box-shadow .22s ease;width:100%}.plpd-sticky-page-header>*{box-sizing:border-box;width:100%;max-width:var(--pl-page-column-max, 1280px);min-width:0;margin-inline:auto;padding-inline:24px;transition:max-width .38s cubic-bezier(.4,0,.2,1)}.plpd-sticky-page-header .tab-nav-main{transition:border-bottom-color .22s ease}.plpd-sticky-page-header--stuck{box-shadow:0 18px 30px #00000047}.plpd-sticky-page-header--stuck .tab-nav-main{border-bottom-color:transparent}@media (prefers-reduced-motion: reduce){.plpd-sticky-page-header,.plpd-sticky-page-header .tab-nav-main{transition:none}}.PlLeagueHeader__info{display:flex;flex-direction:column;padding-top:24px}.PlLeagueHeader__info:has(.PlLeagueHeader__subtitle) .PlLeagueHeader__title-row{margin-bottom:8px}.PlLeagueHeader__title-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.PlLeagueHeader__title-row .PlPageTitle{flex:1;min-width:0}.PlLeagueHeader__subtitle{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:400;letter-spacing:0;color:#c0c4d8b8;font-style:normal;letter-spacing:.32px;margin:0 0 16px}.PlLeagueHeader__actions{display:flex;flex-direction:row;align-items:center;gap:12px;flex-shrink:0}.PlLeagueHeader__actions .DataLastUpdated{margin-left:0}.pl-loading-bars{display:flex;align-items:flex-end;gap:4px;height:26px;margin:4px 0;flex-shrink:0;box-sizing:border-box}.pl-loading-bars__bar{width:var(--pl-loading-bar-width, 5px);height:100%;border-radius:var(--pl-loading-bar-radius, 2px);background-color:#55e8ff;transform-origin:bottom;animation:pl-loading-bars 1s ease-in-out infinite}.pl-loading-bars__bar:nth-child(2){animation-delay:.12s}.pl-loading-bars__bar:nth-child(3){animation-delay:.24s}.pl-loading-bars__bar:nth-child(4){animation-delay:.36s}@keyframes pl-loading-bars{0%,to{transform:scaleY(.35);opacity:.55}50%{transform:scaleY(1);opacity:1}}.pl-inline-loader{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 0}.pl-pro-tools-page{display:flex;flex-direction:column;min-width:0;width:100%}.pl-pro-tools-page__content{display:flex;flex-direction:column}.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap){display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);align-items:start}.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap)>*{grid-column:1;min-width:0;max-width:100%}.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap)>.PageTitleHeading,.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap)>.PlMetricsDescriptions{grid-column:1/-1;justify-self:stretch;width:100%;min-width:0;max-width:none}.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap)>.PlFilterToolbar,.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap)>.tab-nav-filter,.pl-pro-tools-page__content:not(.LiveGameDashboardPage__content):has(.pl-data-table-wrap)>.pl-status-message{width:0;min-width:100%;max-width:100%;box-sizing:border-box;align-self:stretch}.pl-pro-tools-page-title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0 0 20px}.PageTitleHeading>.pl-pro-tools-page-title{margin-bottom:0}.pl-pro-tools-filters-actions{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1 1 auto;align-self:flex-end;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto;min-width:max-content;height:36px;box-sizing:border-box}.pl-pro-tools-filters-actions .DataLastUpdated{margin-left:0}.pl-pro-tools-filters-actions .DataLastUpdated,.pl-pro-tools-filters-actions .ViewReloadButton{align-self:center}.pl-filter-search{box-sizing:border-box;padding:9px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#21243a;box-shadow:inset 0 1px #ffffff0f;color:#f0f1f5;outline:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;flex:0 0 auto;width:180px}.pl-filter-search::placeholder{color:#a4aacab3}.pl-filter-search:focus{border-color:#9df4ff59;outline:none}.pl-filter-search::-webkit-search-decoration,.pl-filter-search::-webkit-search-results-button,.pl-filter-search::-webkit-search-results-decoration{display:none}.pl-filter-search::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-right:0;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pl-filter-search::-moz-search-clear-button{width:12px;height:12px;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-size:12px 12px;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:1}.pl-filter-date{padding:9px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#21243a;box-shadow:inset 0 1px #ffffff0f;color:#f0f1f5;outline:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:400;letter-spacing:0;box-sizing:border-box;height:36px;min-height:36px;width:auto;min-width:118px;max-width:128px;padding-block:0;padding-inline:8px 6px;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color-scheme:dark}.pl-filter-date::placeholder{color:#a4aacab3}.pl-filter-date:focus{border-color:#9df4ff59;outline:none}.pl-filter-date::-webkit-search-decoration,.pl-filter-date::-webkit-search-results-button,.pl-filter-date::-webkit-search-results-decoration{display:none}.pl-filter-date::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-right:0;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pl-filter-date::-moz-search-clear-button{width:12px;height:12px;cursor:pointer;background-color:#b4bbd7ad;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");mask-size:12px 12px;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;opacity:1}.pl-filter-date::-webkit-calendar-picker-indicator{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;opacity:1;width:16px;height:16px;min-width:16px;min-height:16px;margin:0 0 0 2px;padding:0;border:0;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2' y='3.5' width='12' height='10' rx='1.2' stroke='%234f7ea3' stroke-width='1.25'/%3E%3Cpath d='M2 7h12' stroke='%234f7ea3' stroke-width='1.25'/%3E%3Cpath d='M5.5 2v2M10.5 2v2' stroke='%234f7ea3' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E") center/14px 14px no-repeat;color:transparent}.pl-filter-date::-webkit-datetime-edit,.pl-filter-date::-webkit-datetime-edit-fields-wrapper,.pl-filter-date::-webkit-datetime-edit-text,.pl-filter-date::-webkit-datetime-edit-month-field,.pl-filter-date::-webkit-datetime-edit-day-field,.pl-filter-date::-webkit-datetime-edit-year-field{color:inherit}.pl-filter-date::-moz-calendar-picker-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:16px;height:16px;border:0;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2' y='3.5' width='12' height='10' rx='1.2' stroke='%234f7ea3' stroke-width='1.25'/%3E%3Cpath d='M2 7h12' stroke='%234f7ea3' stroke-width='1.25'/%3E%3Cpath d='M5.5 2v2M10.5 2v2' stroke='%234f7ea3' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E") center/14px 14px no-repeat}html,body,#root{min-height:100%;height:100%}body{background-color:#13152a;background-image:url("data:image/svg+xml,%3csvg%20width='2364'%20height='2589'%20viewBox='0%200%202364%202589'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='base'%20x1='0'%20y1='0'%20x2='2364'%20y2='2589'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0%25'%20stop-color='%23171A2B'/%3e%3cstop%20offset='48%25'%20stop-color='%2321243A'/%3e%3cstop%20offset='100%25'%20stop-color='%23181B2C'/%3e%3c/linearGradient%3e%3cradialGradient%20id='r1'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(425.52%20207.12)%20scale(1702.08%201190.94)'%3e%3cstop%20offset='0%25'%20stop-color='%23BED7FF'%20stop-opacity='0.085'/%3e%3cstop%20offset='52%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r2'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(1796.64%20466.02)%20scale(1371.12%20984.82)'%3e%3cstop%20offset='0%25'%20stop-color='%2378A5EB'%20stop-opacity='0.055'/%3e%3cstop%20offset='54%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r3'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(472.8%202278.32)%20scale(1654.8%201346.28)'%3e%3cstop%20offset='0%25'%20stop-color='%2391B9F5'%20stop-opacity='0.06'/%3e%3cstop%20offset='56%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r4'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(2080.32%202122.98)%20scale(1087.44%201605.18)'%3e%3cstop%20offset='0%25'%20stop-color='%23D2E4FF'%20stop-opacity='0.052'/%3e%3cstop%20offset='55%25'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient%20id='l1'%20x1='0'%20y1='0'%20x2='2364'%20y2='2589'%20gradientUnits='userSpaceOnUse'%20gradientTransform='rotate(-17%201182%201294.5)'%3e%3cstop%20offset='0%25'%20stop-color='%23FFFFFF'%20stop-opacity='0.045'/%3e%3cstop%20offset='18%25'%20stop-opacity='0'/%3e%3cstop%20offset='38%25'%20stop-color='%2387AFF0'%20stop-opacity='0.052'/%3e%3cstop%20offset='61%25'%20stop-opacity='0'/%3e%3cstop%20offset='100%25'%20stop-color='%23D2E4FF'%20stop-opacity='0.04'/%3e%3c/linearGradient%3e%3clinearGradient%20id='l2'%20x1='0'%20y1='2589'%20x2='2364'%20y2='0'%20gradientUnits='userSpaceOnUse'%20gradientTransform='rotate(9%201182%201294.5)'%3e%3cstop%20offset='0%25'%20stop-opacity='0'/%3e%3cstop%20offset='28%25'%20stop-color='%236E91D7'%20stop-opacity='0.045'/%3e%3cstop%20offset='49%25'%20stop-opacity='0'/%3e%3cstop%20offset='73%25'%20stop-color='%23E6F0FF'%20stop-opacity='0.032'/%3e%3cstop%20offset='100%25'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23base)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23l2)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23l1)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r4)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r3)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r2)'/%3e%3crect%20width='2364'%20height='2589'%20fill='url(%23r1)'/%3e%3c/svg%3e");background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed;color:#f0f1f5;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.no-scroll{overflow:hidden;height:100%;position:fixed;width:100%}.DraftPlayersInput{width:100%;position:relative}.DraftPlayersInput__input-container{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;padding:12px 8px 12px 16px;border-radius:8px;border:1px solid #4979a4;background:#2b3e69;transition:all .2s;height:42px;box-sizing:border-box}.DraftPlayersInput__input-container:focus-within{background:#252f55;border:1px solid #55e8ff;box-shadow:0 0 10px #55e8ff80}.DraftPlayersInput__icon{height:16px;width:16px;margin-right:8px}.DraftPlayersInput__player-input{width:100%;color:#fff;font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0;padding:0}.DraftPlayersInput__clear-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#fff;padding:8px;transition:opacity .2s}.DraftPlayersInput__clear-btn:hover{opacity:.8}.DraftPlayersInput__dropdown{position:absolute;width:100%;max-height:320px;overflow-y:auto;margin-top:2px;z-index:10;border-radius:8px;background:linear-gradient(0deg,#0003,#0003),#252f55;box-shadow:0 0 10px #55e8ff80}.DraftPlayersInput__dropdown::-webkit-scrollbar{width:8px}.DraftPlayersInput__dropdown::-webkit-scrollbar-track{background:#0003;border-radius:4px}.DraftPlayersInput__dropdown::-webkit-scrollbar-thumb{background:#55e8ff4d;border-radius:4px}.DraftPlayersInput__dropdown::-webkit-scrollbar-thumb:hover{background:#55e8ff80}.DraftPlayersInput__options-list{list-style:none;padding:6px 0;margin:0}.DraftPlayersInput__option-item{padding:6px 20px;cursor:pointer;color:#cbd7fd;font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0}.DraftPlayersInput__option-item:hover{background-color:#ffffff1a}.DraftPlayersInput__option-item.selected{color:#fff;background-color:#ffffff1a}.DraftPlayersInput__loading,.DraftPlayersInput__no-options{padding:12px 14px;text-align:center;color:#cbd7fd;font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0}.CustomAutocompleteInput{width:100%;position:relative}.CustomAutocompleteInput__input-container{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:12px 8px 12px 16px;border-radius:8px;border:1px solid #4979a4;background:#2b3e69;transition:all .2s;height:42px;box-sizing:border-box;cursor:pointer}.CustomAutocompleteInput__input-container:hover{background:#252f55}.CustomAutocompleteInput__input-container--open{background:#252f55;border:1px solid #55e8ff;box-shadow:0 0 10px #55e8ff80}.CustomAutocompleteInput__value{flex:1;min-width:0;color:#fff;font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0}.CustomAutocompleteInput__actions{display:flex;flex-direction:row;align-items:center;gap:4px}.CustomAutocompleteInput__clear-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#fff;padding:4px;transition:opacity .2s}.CustomAutocompleteInput__clear-btn:hover{opacity:.8}.CustomAutocompleteInput__dropdown{position:absolute;width:100%;max-height:240px;overflow-y:auto;margin-top:2px;z-index:10;border-radius:8px;background:linear-gradient(0deg,#0003,#0003),#252f55;box-shadow:0 0 10px #55e8ff80}.CustomAutocompleteInput__dropdown::-webkit-scrollbar{width:8px}.CustomAutocompleteInput__dropdown::-webkit-scrollbar-track{background:#0003;border-radius:4px}.CustomAutocompleteInput__dropdown::-webkit-scrollbar-thumb{background:#55e8ff4d;border-radius:4px}.CustomAutocompleteInput__dropdown::-webkit-scrollbar-thumb:hover{background:#55e8ff80}.CustomAutocompleteInput__options-list{list-style:none;padding:6px 0;margin:0}.CustomAutocompleteInput__option-item{padding:8px 16px;cursor:pointer;color:#cbd7fd;font-family:DM Sans,sans-serif;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0;transition:background .2s}.CustomAutocompleteInput__option-item:hover{background-color:#ffffff1a;color:#fff}.CustomAutocompleteInput__option-item--selected{color:#fff;background-color:#ffffff1a}.CustomAutocompleteInput__option-item--disabled{cursor:not-allowed;opacity:.6}.CustomAutocompleteInput__option-item--disabled:hover{background-color:transparent}.CustomAutocompleteInput__option-reason{display:block;font-size:11px;color:#cbd7fd;margin-top:2px}.DraftSelectPlayerModal{position:fixed;top:50%;left:-430px;width:396px;padding:20px;display:flex;flex-direction:column;gap:12px;border-radius:8px;background:#20284d;box-shadow:0 17px 5px #0000,0 11px 4px #00000003,0 6px 4px #0000000d,0 3px 3px #00000017,0 1px 2px #0000001a;z-index:5000}.DraftSelectPlayerModal__budget-error{margin:0;font-size:12px;color:#f87171}.LiveDraftBoardTable{overflow-x:hidden;position:relative;width:100%}.LiveDraftBoardTable__layout{display:flex;flex-direction:row;align-items:stretch;gap:8px;width:100%}.LiveDraftBoardTable__index-column{display:flex;flex-direction:column;flex:0 0 30px;gap:8px;min-width:30px;width:30px}.LiveDraftBoardTable__wrapper{display:flex;flex-direction:row;box-sizing:border-box;gap:8px;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;min-width:0;padding-bottom:4px;scroll-behavior:smooth;width:100%;align-items:stretch}.LiveDraftBoardTable__wrapper::-webkit-scrollbar{height:10px}.LiveDraftBoardTable__wrapper::-webkit-scrollbar-track{background-color:#0000001a;border-radius:5px}.LiveDraftBoardTable__wrapper::-webkit-scrollbar-thumb{background-color:#51648e;border-radius:5px}.LiveDraftBoardTable__wrapper::-webkit-scrollbar-thumb:hover{background-color:#697da9}.LiveDraftBoardTable__wrapper::-webkit-scrollbar-corner{display:none}.LiveDraftBoardTable__column{display:flex;flex-direction:column;flex:0 0 auto;gap:8px;min-width:78px;width:var(--team-column-width)}.LiveDraftBoardTable__column-title{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;height:18px;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.LiveDraftBoardTable__column-title--my{color:#ffc277}.LiveDraftBoardTable__column-box{display:flex;flex-direction:column;border-radius:2px;border:.5px solid rgba(255,255,255,.13);cursor:pointer;height:42px;position:relative;width:100%}.LiveDraftBoardTable__column-box--first{font-family:Work Sans,sans-serif;font-size:13px;line-height:normal;font-weight:400;letter-spacing:0;border-radius:0;border:none;color:#fff;cursor:default;justify-content:center;text-align:center}.LiveDraftBoardTable__column-box--selected{position:relative;z-index:5}.LiveDraftBoardTable__column-box--hasPlayer{border:none;overflow:hidden}.LiveDraftBoardTable__column-box--reassigned{position:relative}.LiveDraftBoardTable__column-box--reassigned:before{border-left:10px solid transparent;border-top:10px solid rgba(255,255,255,.8);content:"";height:0;position:absolute;right:0;top:0;width:0}.LiveDraftBoardTable__box{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:3px;width:100%}.LiveDraftBoardTable__box>*:nth-child(1){margin-top:0}.LiveDraftBoardTable__box>*:nth-child(2):last-child{margin:auto 0}.LiveDraftBoardTable__box>*:nth-child(2):not(:last-child){margin-bottom:0}.LiveDraftBoardTable__box--empty{justify-content:center;align-items:center;padding:0}.LiveDraftBoardTable__box-pick-number{font-family:Work Sans,sans-serif;font-size:10px;line-height:normal;font-weight:500;letter-spacing:0;color:#8d96b3;text-align:center;margin:0}.LiveDraftBoardTable__box-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.LiveDraftBoardTable__box-header>p{font-family:Work Sans,sans-serif;font-size:9px;line-height:normal;font-weight:400;letter-spacing:0;color:#fff}.LiveDraftBoardTable__box-footer{display:flex;flex-direction:row;align-items:center}.LiveDraftBoardTable__box-footer>p{font-family:Work Sans,sans-serif;font-size:9px;line-height:normal;font-weight:400;letter-spacing:0;color:#fff;letter-spacing:.02rem;opacity:.5;white-space:nowrap}.LiveDraftBoardTable__box-footer>p:first-child{border-right:.6px solid #e7e5e5;margin-right:5px;padding-right:5px}.LiveDraftBoardTable__box-footer>p:nth-child(3){margin-left:auto}.LiveDraftBoardTable__box-name{font-family:Work Sans,sans-serif;font-size:10px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;letter-spacing:.02rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.BlurBg{bottom:0;left:0;max-height:100vh;overflow:hidden;position:fixed;right:0;top:0;z-index:3}.HeadsUpModal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:5000;max-height:100vh;overflow:hidden}.HeadsUpModal__container{border-radius:16px;background-color:#20284d;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;padding:28px;width:449px;display:flex;flex-direction:column;align-items:center;gap:24px;margin:0 auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.HeadsUpModal__title{font-family:DM Sans,sans-serif;font-size:24px;line-height:1.2;font-weight:900;color:#55e8ff;letter-spacing:0;text-transform:none;margin:0}.HeadsUpModal__text{font-family:Work Sans,sans-serif;font-size:14px;line-height:17px;font-weight:500;letter-spacing:0;color:#cbd7fd}.HeadsUpModal__btn{width:100%}.HorizontalRadioButtons{display:flex;flex-direction:row;background-color:transparent;border-radius:4px;gap:0;height:24px;overflow:hidden}.HorizontalRadioButtons__item{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:12px;line-height:16px;font-weight:600;letter-spacing:0;align-items:center;color:#9495a0;cursor:pointer;flex:1;gap:8px;height:100%;justify-content:center;letter-spacing:.4px;padding:0 10px;transition:all .2s;white-space:nowrap}.HorizontalRadioButtons__item--selected{color:#55e8ff}.HorizontalRadioButtons__item:hover{color:#cbd7fde6}.HorizontalRadioButtons__item-dot{background:transparent;border-radius:50%;border:2px solid #9495a0;flex-shrink:0;height:24px;position:relative;transition:all .2s;width:24px}.HorizontalRadioButtons__item-dot--selected{background:transparent;border:2px solid #55e8ff}.HorizontalRadioButtons__item-dot--selected:after{background-color:#55e8ff;border-radius:50%;content:"";height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px}.LiveDraftBoardTab{display:flex;flex-direction:column;width:100%}.LiveDraftPlayersTableFilter{position:relative;z-index:20;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.LiveDraftPlayersTableFilter__left{display:flex;flex-direction:row;align-items:center;gap:16px}.LiveDraftPlayersTableFilter>.HorizontalRadioButtons{align-self:center;min-height:36px}.TagDropdown{display:flex;flex-direction:column;pointer-events:auto;position:relative;z-index:1000}.TagDropdown:hover .TagDropdown__list{pointer-events:auto}.TagDropdown__btn{display:flex;flex-direction:column;align-items:center;border-radius:40px;border:.6px dashed transparent;height:20px;justify-content:center;width:20px}.TagDropdown__btn--active,.TagDropdown__btn:hover{border:.6px dashed #55e8ff}.TagDropdown__list{display:flex;flex-direction:column;background-color:#292c42;border-radius:8px;box-shadow:0 0 10px #55e8ff80;box-sizing:border-box;gap:4px;isolation:isolate;padding:8px;pointer-events:auto;position:fixed;width:113px;z-index:1001}.TagDropdown__list:before{background:transparent;content:"";height:8px;left:50%;pointer-events:auto;position:absolute;top:-8px;transform:translate(-50%);width:250px;z-index:1002}.TagDropdown__button{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:10px;line-height:16px;font-weight:600;letter-spacing:0;align-items:center;border-radius:4px;box-sizing:border-box;cursor:pointer;height:20px;justify-content:space-between;letter-spacing:.4px;padding:2px 6px;text-transform:uppercase}.TagDropdown__button:hover{background:#ffffff0d}.TagDropdown__button--selected{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.TagDropdown__button-remove{display:flex;flex-direction:row;align-items:center;cursor:pointer;justify-content:center;margin-left:6px;padding:2px}.TagDropdown__button-remove:hover{opacity:.7}.Tags{display:flex;flex-direction:row;align-items:center;gap:4px}.Tags__wrapper{position:relative}.Tags__wrapper:first-child,.Tags__wrapper--full,.Tags__wrapper--full:first-child{margin-left:0}.Tags__btn{box-sizing:content-box;height:4px;width:12px}.Tags__tooltip{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;padding:2px 6px;min-height:20px;border-radius:4px;font-family:DM Sans,sans-serif;font-size:10px;line-height:16px;font-weight:600;letter-spacing:0;color:#030303;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;z-index:1000;box-shadow:0 17px 5px #0000,0 11px 4px #00000003,0 6px 4px #0000000d,0 3px 3px #00000017,0 1px 2px #0000001a}.LiveDraftPlayersTableMain{display:flex;flex-direction:column;width:100%;height:100%}.LiveDraftPlayersTableMain__name-cell{vertical-align:middle;text-align:left!important}.LiveDraftPlayersTableMain__name-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.LiveDraftPlayersTableMain__name-row .TagDropdown{opacity:0;transition:opacity .2s}.LiveDraftPlayersTableMain__name-cell:hover .LiveDraftPlayersTableMain__name-row .TagDropdown,.LiveDraftPlayersTableMain__name-cell:has(.TagDropdown[data-dropdown-open=true]) .LiveDraftPlayersTableMain__name-row .TagDropdown{opacity:1}.LiveDraftPlayersTableMain__name-cell:hover .LiveDraftPlayersTableMain__tags>div:last-child,.LiveDraftPlayersTableMain__name-cell:has(.TagDropdown[data-dropdown-open=true]) .LiveDraftPlayersTableMain__tags>div:last-child{display:flex;flex-direction:column}.LiveDraftPlayersTableMain__tags{display:flex;flex-direction:row;align-items:center;display:flex!important;flex-direction:row!important;gap:4px;margin-top:2px;opacity:1!important;visibility:visible!important}.LiveDraftPlayersTableMain__tags .Tags{display:flex!important;flex-direction:row!important;opacity:1!important;visibility:visible!important}.LiveDraftPlayersTableMain__tags>div:last-child{display:none}.LiveDraftPlayersTableMain__cell--drafted,.LiveDraftPlayersTableMain__cell--drafted .pl-data-table__player-name{color:#cbd7fd4d!important}.LiveDraftPlayersTable{display:flex;flex-direction:column;gap:40px}.LiveDraftPlayersTab{display:flex;flex-direction:column;width:100%;height:max-content}.LiveDraftTeamsTab{display:flex;flex-direction:column;width:100%}.LiveDraftTeamsTab__container{display:flex;flex-direction:column}.LiveDraftTeamsTableHeader{display:flex;justify-content:space-between;margin-bottom:40px}.LiveDraftTeamsTableHeader__teamName{display:flex;flex-direction:row;font-family:DM Sans,sans-serif;font-size:20px;line-height:1.2;font-weight:600;letter-spacing:0;align-items:center;background:transparent;border-radius:4px;box-sizing:border-box;color:#55e8ff;cursor:pointer;height:40px;justify-content:space-between;letter-spacing:.4px;min-width:180px;outline:1px solid #4f7ea3;padding:0 7.5px 0 15px;position:relative;text-transform:uppercase;z-index:0}.LiveDraftTeamsTableHeader__teamName svg{margin-left:10px}.LiveDraftTeamsTableHeader__select{display:flex;flex-direction:column;position:relative}.LiveDraftTeamsTableHeader__teamList{display:flex;flex-direction:column;background-color:#292c42;border-radius:4px;box-shadow:0 0 10px #55e8ff80;left:0;max-height:300px;min-width:180px;overflow-x:hidden;overflow-y:auto;padding:6px 0;position:absolute;top:41px;width:100%;z-index:2}.LiveDraftTeamsTableHeader__teamList::-webkit-scrollbar{width:1px}.LiveDraftTeamsTableHeader__teamList::-webkit-scrollbar-track{display:none}.LiveDraftTeamsTableHeader__teamList::-webkit-scrollbar-thumb{background-color:#999}.LiveDraftTeamsTableHeader__teamList::-webkit-scrollbar-corner{display:none}.LiveDraftTeamsTableHeader__teamOption{display:flex;flex-direction:row;font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:500;letter-spacing:0;align-items:center;background-color:transparent;box-sizing:border-box;color:#cbd7fd;cursor:pointer;letter-spacing:.4px;max-height:24px;min-height:24px;padding:0 8px;text-transform:uppercase;transition:all .2s;white-space:nowrap;width:100%}.LiveDraftTeamsTableHeader__teamOption:hover{background:#ffffff1a;color:#fff}.LiveDraftTeamsTableSpotsToFill{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.LiveDraftTeamsTableSpotsToFill__row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px;justify-content:space-between}.LiveDraftTeamsTableSpotsToFill__left,.LiveDraftTeamsTableSpotsToFill__right{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}.LiveDraftTeamsTableSpotsToFill__spots-button{display:flex;flex-direction:column;align-items:center;background-color:transparent;border:1px solid #D74C3C;border-radius:4px;cursor:default;flex-direction:initial;justify-content:center;padding:4px 15px;text-transform:uppercase}.LiveDraftTeamsTableSpotsToFill__spots-button-label{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:500;letter-spacing:0;color:#d74c3c;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}.LiveDraftTeamsTableSpotsToFill__spots-button-count{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:600;letter-spacing:0;color:#fff;margin-left:8px}.LiveDraftTeamsTableSpotsToFill__toggle-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px}.LiveDraftTeamsTableSpotsToFill__toggle-wrapper .Toggle__label{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:600;letter-spacing:0;color:#d74c3c}.LiveDraftTeamsTableSpotsToFill__toggle-wrapper .Toggle__btn--active{background-color:#d74c3c}.LiveDraftTeamsTableSpotsToFill__budget,.LiveDraftTeamsTableSpotsToFill__max-bid{display:flex;flex-direction:column;align-items:center;background-color:transparent;border-radius:4px;border:1px solid #8D96B3;flex-direction:initial;justify-content:center;padding:4px 15px;text-transform:uppercase;white-space:nowrap}.LiveDraftTeamsTableSpotsToFill__budget-label,.LiveDraftTeamsTableSpotsToFill__max-bid-label{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:500;letter-spacing:0;color:#8d96b3;letter-spacing:.55px}.LiveDraftTeamsTableSpotsToFill__budget-value,.LiveDraftTeamsTableSpotsToFill__max-bid-value{font-family:Work Sans,sans-serif;font-size:12px;line-height:normal;font-weight:600;letter-spacing:0;color:#fff;margin-left:8px}.LiveDraftTeamsTableSpotsToFill__positions-row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}.LiveDraftTeamsTableSpotsToFill__position-button{display:flex;flex-direction:row;align-items:center;background-color:#d74c3c;border-radius:4px;color:#fff;cursor:default;gap:4px;justify-content:center;letter-spacing:.4px;padding:4px 15px;text-transform:uppercase}.LiveDraftTeamsTableSpotsToFill__position-button-text{font-family:Work Sans,sans-serif;font-size:10px;line-height:normal;font-weight:400;letter-spacing:0}.LiveDraftTeamsTableSpotsToFill__position-button-count{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:700;letter-spacing:0;margin-left:10px}.pl-data-table-wrap{overflow-x:auto;overflow-y:visible;margin:20px 0;border:1px solid rgba(118,138,190,.22);border-radius:10px;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047;background-color:#202233}.pl-data-table-wrap:not(.pl-data-table-wrap--content-sized){width:100%}.pl-data-table{display:table;width:100%;border-collapse:separate;border-spacing:0;table-layout:auto;background-color:#202233;font-family:Work Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:400;letter-spacing:0;color:#f0f1f5}.pl-data-table th,.pl-data-table td{padding:8px 12px;white-space:nowrap;border:none;box-sizing:border-box;vertical-align:middle}.pl-data-table tbody td{border-bottom:none;box-shadow:inset 0 -1px #8ca5d21c;transition:background-color .2s ease,box-shadow .2s ease}.pl-data-table tbody tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td,.pl-data-table tbody tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td{background-color:#30384e}.pl-data-table tbody tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td{background-color:#2a4558}.pl-data-table tbody tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td{background-color:#2f5166}.pl-data-table tbody tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child{box-shadow:inset 3px 0 #55e8ff,inset 0 -1px #8ca5d21c}.pl-data-table thead th{padding:8px 12px;text-transform:none;background-color:#2e3658;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59);border-bottom:1px solid rgba(140,165,210,.1058823529);box-shadow:inset 0 1px #ffffff14;position:sticky;top:0;z-index:7;cursor:pointer;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;color:#73efff}.pl-data-table thead th:first-child{z-index:7;background-color:#2e3658;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)}.pl-data-table thead th:first-child:not(.pl-data-table__header-cell--align-right):not(.pl-data-table__header-cell--align-center),.pl-data-table th:first-child:not(.pl-data-table__header-cell--align-right):not(.pl-data-table__header-cell--align-center),.pl-data-table td:first-child:not(.pl-data-table__num-cell):not(.pl-data-table__metric-cell):not(.pl-data-table__cell--align-right):not(.pl-data-table__cell--align-center){text-align:left}.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center){text-align:right}.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center):before,.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center):after{content:"";display:block;width:max(0px,(100% - var(--pl-num-cluster, 5.5ch)) / 2);height:0;overflow:hidden;pointer-events:none}.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center):before{float:left}.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center):after{float:right}.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center) .pl-data-table__header-tooltip-host,.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center) .pl-data-table__header-btn,.pl-data-table thead th:not(:first-child):not(.pl-data-table__header-cell--name):not(.pl-data-table__header-cell--align-left):not(.pl-data-table__header-cell--align-center) .pl-data-table__header-static-label{justify-content:flex-end}.pl-data-table tbody tr:nth-child(odd) td{background-color:#303a6175}.pl-data-table tbody tr:nth-child(2n) td{background-color:#2a335561}.pl-data-table tbody{display:table-row-group}.pl-data-table thead{display:table-header-group}.pl-data-table thead tr,.pl-data-table tbody tr{display:table-row}.pl-data-table.lgd-card-gameline-table tbody td{font-size:18px}.pl-data-table.lgd-card-gameline-table .pl-data-table__player-name,.pl-data-table.lgd-card-gameline-table .lgd-pitch-type,.pl-data-table.lgd-card-gameline-table .lgd-card-pitcher-name{font-size:18px;font-weight:500}.pl-data-table.lgd-card-gameline-table tbody tr.pl-data-table__row--totals td,.pl-data-table.lgd-card-gameline-table tbody tr.lgd-pp-total-row td{font-size:18px}.pl-data-table__body--flat tr:nth-child(odd) td,.pl-data-table__body--flat tr:nth-child(2n) td{background-color:#303a6175}.pl-data-table--striped-roster-only tbody tr:nth-child(odd) td,.pl-data-table--striped-roster-only tbody tr:nth-child(2n) td{background-color:transparent}.pl-data-table__body--striped tr:nth-child(odd):not(.pl-data-table__row--totals) td{background-color:#303a6175}.pl-data-table__body--striped tr:nth-child(2n):not(.pl-data-table__row--totals) td{background-color:#2a335561}.pl-data-table__body--section tr td{background-color:#202233}.pl-data-table__body--section-after-active tr:first-child td{border-top:1px solid #fff}.pl-data-table__row--section-gap td{padding:0!important;height:0;line-height:0;border:none;background:transparent!important}.pl-data-table__row--totals td{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:600;letter-spacing:0;background-color:#202233!important;border-bottom:none;border-top:none;color:#fff}.pl-data-table__row--totals td.pl-data-table__cell--zero,.pl-data-table tbody tr.lgd-pp-total-row td.pl-data-table__cell--zero{color:#9298b8c7}.pl-data-table tbody tr.pl-data-table__row--totals td{box-shadow:inset 0 1px #fff}.pl-data-table__totals-label{font-family:Work Sans,sans-serif;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:0;text-align:left!important}.pl-data-table-outer--drag-gutter{max-width:100%;overflow:visible;position:relative}.pl-data-table-outer--drag-gutter>.pl-data-table__drag-handle{left:-20px;pointer-events:none;transform:translateY(-50%);z-index:10}.pl-data-table-outer__scroll{max-width:100%;overflow-x:auto}.pl-data-table-outer--drag-gutter .pl-data-table-wrap{margin:0;max-height:none;overflow:hidden}.pl-data-table__drag-handle{align-items:center;display:flex;height:16px;justify-content:center;opacity:0;position:absolute;transition:opacity .2s ease,visibility .2s ease;visibility:hidden;width:16px}.pl-data-table__drag-handle--visible{opacity:1;visibility:visible}.pl-data-table__row--hover td{background-color:#30384e;cursor:move}.pl-data-table__row--dragging{opacity:.5}.pl-data-table__row--drop-eligible td{background-color:#4850684d!important;cursor:pointer}.pl-data-table__row--drop-target td{background-color:#64709173!important}.pl-data-table__row--empty-slot td{color:#d74c3c}.pl-data-table__row--my-team td{background-color:#202233!important;box-shadow:inset 0 -1px #8ca5d21c;color:#ffc277;-webkit-text-fill-color:unset;background-image:none;font-weight:500}.pl-data-table__row--my-team td span,.pl-data-table__row--my-team td.pl-data-table__num-cell,.pl-data-table__row--my-team td.pl-data-table__num-cell>span,.pl-data-table__row--my-team td.pl-data-table__cell--zero,.pl-data-table__row--my-team td.pl-data-table__cell--muted,.pl-data-table__row--my-team .pl-data-table__player-name{color:#ffc277;-webkit-text-fill-color:unset;background-image:none;font-weight:500}.pl-data-table__body--striped tr.pl-data-table__row--my-team td{background-color:#202233!important}.pl-data-table__header-cell{display:table-cell}.pl-data-table th.pl-data-table__header-cell--name{text-align:left}.pl-data-table th.pl-data-table__header-cell--name .pl-data-table__header-btn{justify-content:flex-start;width:100%}.pl-data-table__header-btn{display:inline-flex;align-items:center;justify-content:flex-end;position:relative;width:auto;background:none;border:none;padding:0;margin:0;color:inherit;cursor:pointer;text-decoration:none;text-transform:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;color:#73efff}.pl-data-table__header-btn--active{width:fit-content}.pl-data-table__header-btn--active:after{content:"";position:absolute;right:0;bottom:-3px;left:0;height:2px;background:currentColor;pointer-events:none}thead th:first-child:not(.pl-data-table__header-cell--align-right):not(.pl-data-table__header-cell--align-center) .pl-data-table__header-btn{justify-content:flex-start;width:100%}thead th:first-child .pl-data-table__header-btn--active,.pl-data-table th.pl-data-table__header-cell--name .pl-data-table__header-btn--active{width:fit-content}.pl-data-table__header-static-label{text-transform:none;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0;color:#73efff;color:inherit}.pl-data-table__header-tooltip-host{display:inline-flex;align-items:center;justify-content:flex-end;gap:inherit;min-width:0;max-width:100%}.pl-data-table th.pl-data-table__header-cell--name .pl-data-table__header-tooltip-host,.pl-data-table thead th:first-child:not(.pl-data-table__header-cell--align-right):not(.pl-data-table__header-cell--align-center) .pl-data-table__header-tooltip-host{width:100%;justify-content:flex-start}.pl-data-table__header-tooltip{font-family:Work Sans,sans-serif;font-size:13px;line-height:1.35;font-weight:500;background:linear-gradient(180deg,#162344f5,#0f1730f7);border:1px solid rgba(115,239,255,.22);border-radius:12px;opacity:0;transition:opacity .2s ease;box-shadow:0 16px 34px #00000061;color:#f0f1f5f5;letter-spacing:0;max-width:320px;padding:10px 14px;pointer-events:none;position:relative;text-align:left;text-transform:none;white-space:normal;z-index:2000}.pl-data-table__header-tooltip:after{border:6px solid transparent;border-top-color:#0f1730;content:"";left:50%;position:absolute;top:100%;transform:translate(-50%)}.pl-data-table__header-tooltip--portal{position:fixed}.pl-data-table__header-tooltip--visible{opacity:1}.pl-data-table__header-sort-arrow{display:none}.pl-data-table__player-cell{min-width:0;text-align:left}.pl-data-table tbody td.pl-data-table__player-cell,.pl-data-table tbody td.pl-data-table__text-cell{text-align:left}.pl-data-table__player-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;min-width:0}.pl-data-table__player-name{font-family:Work Sans,sans-serif;font-size:16px;letter-spacing:0;font-weight:500;color:#f6f8fff5;line-height:1}.pl-data-table .pl-data-table__team-name,.pl-data-table .lgd-pitch-type,.pl-data-table .lgd-pitcher-name,.pl-data-table .lgd-card-pitcher-name,.pl-data-table .ScheduleCell,.pl-data-table .ScheduleCell__matchup-text{font-size:16px;font-weight:500}.pl-data-table__player-name--il{color:#ff5f5f}.pl-data-table__player-status{font-size:16px;font-weight:400}.pl-data-table__player-status--na{color:#ff5f5f}.pl-data-table__player-meta{font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:0;color:#b4bbd7ad;letter-spacing:.115px;line-height:1;white-space:nowrap}.pl-data-table__num-cell,.pl-data-table__metric-cell{font-variant-numeric:tabular-nums}.pl-data-table__num-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell),.pl-data-table__metric-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell){text-align:right}.pl-data-table__num-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):before,.pl-data-table__num-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):after,.pl-data-table__metric-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):before,.pl-data-table__metric-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):after{content:"";display:block;width:max(0px,(100% - var(--pl-num-cluster, 5.5ch)) / 2);height:0;overflow:hidden;pointer-events:none}.pl-data-table__num-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):before,.pl-data-table__metric-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):before{float:left}.pl-data-table__num-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):after,.pl-data-table__metric-cell:not(.pl-data-table__cell--align-center):not(.pl-data-table__heat-cell):after{float:right}.pl-data-table__metric-cell{--pl-num-cluster: 7ch}.pl-data-table tbody td.pl-data-table__num-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)),.pl-data-table tbody td.pl-data-table__metric-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)),.pl-data-table tbody td.pl-data-table__cell--align-right:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell){text-align:right}.pl-data-table tbody td.pl-data-table__num-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):before,.pl-data-table tbody td.pl-data-table__num-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):after,.pl-data-table tbody td.pl-data-table__metric-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):before,.pl-data-table tbody td.pl-data-table__metric-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):after,.pl-data-table tbody td.pl-data-table__cell--align-right:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):before,.pl-data-table tbody td.pl-data-table__cell--align-right:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):after{content:"";display:block;width:max(0px,(100% - var(--pl-num-cluster, 5.5ch)) / 2);height:0;overflow:hidden;pointer-events:none}.pl-data-table tbody td.pl-data-table__num-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):before,.pl-data-table tbody td.pl-data-table__metric-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):before,.pl-data-table tbody td.pl-data-table__cell--align-right:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):before{float:left}.pl-data-table tbody td.pl-data-table__num-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):after,.pl-data-table tbody td.pl-data-table__metric-cell:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):not(.pl-data-table__cell--align-center):not(:has(.ScheduleCell)):after,.pl-data-table tbody td.pl-data-table__cell--align-right:not(.pl-data-table__heat-cell):not(.lgd-gl-hm-cell):after{float:right}.pl-data-table tbody td:has(.ScheduleCell),.pl-data-table tbody td.pl-data-table__num-cell:has(.ScheduleCell){text-align:left}.pl-data-table tbody td:has(.ScheduleCell):before,.pl-data-table tbody td:has(.ScheduleCell):after,.pl-data-table tbody td.pl-data-table__num-cell:has(.ScheduleCell):before,.pl-data-table tbody td.pl-data-table__num-cell:has(.ScheduleCell):after{display:none!important;content:none!important}.pl-data-table tbody td.pl-data-table__cell--with-delta,.pl-data-table tbody td.pl-data-table__num-cell:has(.pl-data-table__cell-with-delta),.pl-data-table tbody td.pl-data-table__num-cell:has(.lgd-cell-with-delta),.pl-data-table tbody td.pl-data-table__metric-cell:has(.pl-data-table__cell-with-delta),.pl-data-table tbody td.pl-data-table__metric-cell:has(.lgd-cell-with-delta){text-align:right}.pl-data-table tbody td.pl-data-table__cell--with-delta:before,.pl-data-table tbody td.pl-data-table__cell--with-delta:after,.pl-data-table tbody td.pl-data-table__num-cell:has(.pl-data-table__cell-with-delta):before,.pl-data-table tbody td.pl-data-table__num-cell:has(.pl-data-table__cell-with-delta):after,.pl-data-table tbody td.pl-data-table__num-cell:has(.lgd-cell-with-delta):before,.pl-data-table tbody td.pl-data-table__num-cell:has(.lgd-cell-with-delta):after,.pl-data-table tbody td.pl-data-table__metric-cell:has(.pl-data-table__cell-with-delta):before,.pl-data-table tbody td.pl-data-table__metric-cell:has(.pl-data-table__cell-with-delta):after,.pl-data-table tbody td.pl-data-table__metric-cell:has(.lgd-cell-with-delta):before,.pl-data-table tbody td.pl-data-table__metric-cell:has(.lgd-cell-with-delta):after{display:none;content:none}.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) thead th,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) tbody td,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) thead th,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) tbody td,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) thead th,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) tbody td,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) thead th,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) tbody td{text-align:center;text-align:center!important}.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) thead th:before,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) thead th:after,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) tbody td:before,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) tbody td:after,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) thead th:before,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) thead th:after,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) tbody td:before,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) tbody td:after,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) thead th:before,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) thead th:after,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) tbody td:before,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) tbody td:after,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) thead th:before,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) thead th:after,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) tbody td:before,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) tbody td:after{display:none!important;content:none!important}.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) thead th .pl-data-table__header-tooltip-host,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) thead th .pl-data-table__header-btn,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) thead th .pl-data-table__header-static-label,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) thead th .pl-data-table__header-tooltip-host,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) thead th .pl-data-table__header-btn,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) thead th .pl-data-table__header-static-label,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) thead th .pl-data-table__header-tooltip-host,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) thead th .pl-data-table__header-btn,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) thead th .pl-data-table__header-static-label,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) thead th .pl-data-table__header-tooltip-host,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) thead th .pl-data-table__header-btn,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) thead th .pl-data-table__header-static-label{justify-content:center!important;width:100%}.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) .pl-data-table__totals-label,.pl-data-table:has(tr.pl-data-table__row--totals .pl-data-table__totals-metric-label) .lgd-pp-total-label,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) .pl-data-table__totals-label,.pl-data-table:has(tr.pl-data-table__row--totals .lgd-rate-label) .lgd-pp-total-label,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) .pl-data-table__totals-label,.pl-data-table:has(tr.lgd-pp-total-row .pl-data-table__totals-metric-label) .lgd-pp-total-label,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) .pl-data-table__totals-label,.pl-data-table:has(tr.lgd-pp-total-row .lgd-rate-label) .lgd-pp-total-label{text-align:center!important}.pl-data-table tbody td.pl-data-table__heat-cell,.pl-data-table tbody td.lgd-gl-hm-cell{text-align:center}.pl-data-table th.pl-data-table__header-cell--align-left,.pl-data-table td.pl-data-table__cell--align-left{text-align:left}.pl-data-table th.pl-data-table__header-cell--align-center,.pl-data-table td.pl-data-table__cell--align-center,.pl-data-table tbody td.pl-data-table__num-cell.pl-data-table__cell--align-center,.pl-data-table tbody td.pl-data-table__metric-cell.pl-data-table__cell--align-center{text-align:center}.pl-data-table th.pl-data-table__header-cell--align-center:before,.pl-data-table th.pl-data-table__header-cell--align-center:after,.pl-data-table td.pl-data-table__cell--align-center:before,.pl-data-table td.pl-data-table__cell--align-center:after,.pl-data-table tbody td.pl-data-table__num-cell.pl-data-table__cell--align-center:before,.pl-data-table tbody td.pl-data-table__num-cell.pl-data-table__cell--align-center:after,.pl-data-table tbody td.pl-data-table__metric-cell.pl-data-table__cell--align-center:before,.pl-data-table tbody td.pl-data-table__metric-cell.pl-data-table__cell--align-center:after{display:none!important;content:none!important}.pl-data-table th.pl-data-table__header-cell--align-right{text-align:right}.pl-data-table th.pl-data-table__header-cell--align-right:before,.pl-data-table th.pl-data-table__header-cell--align-right:after{content:"";display:block;width:max(0px,(100% - var(--pl-num-cluster, 5.5ch)) / 2);height:0;overflow:hidden;pointer-events:none}.pl-data-table th.pl-data-table__header-cell--align-right:before{float:left}.pl-data-table th.pl-data-table__header-cell--align-right:after{float:right}.pl-data-table th.pl-data-table__header-cell--align-right .pl-data-table__header-tooltip-host,.pl-data-table th.pl-data-table__header-cell--align-right .pl-data-table__header-btn,.pl-data-table th.pl-data-table__header-cell--align-right .pl-data-table__header-static-label{justify-content:flex-end}.pl-data-table thead th.pl-data-table__header-cell--with-delta{text-align:right}.pl-data-table thead th.pl-data-table__header-cell--with-delta:before,.pl-data-table thead th.pl-data-table__header-cell--with-delta:after{display:none;content:none}.pl-data-table thead th.pl-data-table__header-cell--with-delta .pl-data-table__header-tooltip-host,.pl-data-table thead th.pl-data-table__header-cell--with-delta .pl-data-table__header-btn,.pl-data-table thead th.pl-data-table__header-cell--with-delta .pl-data-table__header-static-label{justify-content:flex-end}.pl-data-table__cell-with-delta,.lgd-cell-with-delta{display:inline-grid;grid-template-columns:auto var(--pl-delta-track, max-content);column-gap:9px;align-items:baseline;vertical-align:middle;white-space:nowrap;font-variant-numeric:tabular-nums;box-sizing:border-box;min-width:max-content}.lgd-cell-with-delta:has(.lgd-highlight-cell){column-gap:12px}.pl-data-table__cell-with-delta:has(.lgd-highlight-cell){column-gap:12px}.pl-data-table__cell-with-delta>:first-child,.lgd-cell-with-delta>.lgd-cell-main{text-align:right;min-width:0}.lgd-cell-delta .lgd-delta-value,.pl-data-table__cell-delta .lgd-delta-value{display:block;width:100%;text-align:right}.pl-data-table__cell-delta,.lgd-cell-delta{text-align:right;min-width:0;font-size:12px;font-weight:500;line-height:1;font-variant-numeric:tabular-nums}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(1){--pl-delta-track: var(--pl-delta-track-1, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(2){--pl-delta-track: var(--pl-delta-track-2, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(3){--pl-delta-track: var(--pl-delta-track-3, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(4){--pl-delta-track: var(--pl-delta-track-4, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(5){--pl-delta-track: var(--pl-delta-track-5, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(6){--pl-delta-track: var(--pl-delta-track-6, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(7){--pl-delta-track: var(--pl-delta-track-7, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(8){--pl-delta-track: var(--pl-delta-track-8, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(9){--pl-delta-track: var(--pl-delta-track-9, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(10){--pl-delta-track: var(--pl-delta-track-10, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(11){--pl-delta-track: var(--pl-delta-track-11, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(12){--pl-delta-track: var(--pl-delta-track-12, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(13){--pl-delta-track: var(--pl-delta-track-13, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(14){--pl-delta-track: var(--pl-delta-track-14, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(15){--pl-delta-track: var(--pl-delta-track-15, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(16){--pl-delta-track: var(--pl-delta-track-16, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(17){--pl-delta-track: var(--pl-delta-track-17, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(18){--pl-delta-track: var(--pl-delta-track-18, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(19){--pl-delta-track: var(--pl-delta-track-19, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(20){--pl-delta-track: var(--pl-delta-track-20, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(21){--pl-delta-track: var(--pl-delta-track-21, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(22){--pl-delta-track: var(--pl-delta-track-22, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(23){--pl-delta-track: var(--pl-delta-track-23, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(24){--pl-delta-track: var(--pl-delta-track-24, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(25){--pl-delta-track: var(--pl-delta-track-25, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(26){--pl-delta-track: var(--pl-delta-track-26, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(27){--pl-delta-track: var(--pl-delta-track-27, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(28){--pl-delta-track: var(--pl-delta-track-28, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(29){--pl-delta-track: var(--pl-delta-track-29, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(30){--pl-delta-track: var(--pl-delta-track-30, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(31){--pl-delta-track: var(--pl-delta-track-31, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(32){--pl-delta-track: var(--pl-delta-track-32, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(33){--pl-delta-track: var(--pl-delta-track-33, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(34){--pl-delta-track: var(--pl-delta-track-34, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(35){--pl-delta-track: var(--pl-delta-track-35, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(36){--pl-delta-track: var(--pl-delta-track-36, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(37){--pl-delta-track: var(--pl-delta-track-37, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(38){--pl-delta-track: var(--pl-delta-track-38, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(39){--pl-delta-track: var(--pl-delta-track-39, max-content)}.pl-data-table>:is(thead,tbody,tfoot)>tr>:nth-child(40){--pl-delta-track: var(--pl-delta-track-40, max-content)}.pl-data-table th.pl-data-table__header-cell--align-left .pl-data-table__header-tooltip-host,.pl-data-table th.pl-data-table__header-cell--align-left .pl-data-table__header-btn,.pl-data-table th.pl-data-table__header-cell--align-left .pl-data-table__header-static-label{justify-content:flex-start}.pl-data-table th.pl-data-table__header-cell--align-center .pl-data-table__header-tooltip-host,.pl-data-table th.pl-data-table__header-cell--align-center .pl-data-table__header-btn,.pl-data-table th.pl-data-table__header-cell--align-center .pl-data-table__header-static-label{justify-content:center}.pl-data-table th.pl-data-table__header-cell--section-divider,.pl-data-table td.pl-data-table__cell--section-divider{border-left:2px solid #323c59}.pl-data-table th.pl-data-table__header-cell--section-divider-end,.pl-data-table td.pl-data-table__cell--section-divider-end{border-right:2px solid #323c59}.pl-data-table__cell--muted{color:#a4aacab3}.pl-data-table__cell--zero{color:#9298b8c7}.pl-data-table__loading{padding:24px!important;vertical-align:middle;background:#303a6175!important}.pl-data-table__loading-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:200px}.pl-data-table__empty{text-align:center;color:#a4aacab3;padding:24px!important;background:#303a6175!important}.pl-data-table__page-empty{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#a4aacab3;margin:0;padding:24px 0;text-align:center}.pl-data-table-shell{overflow:visible;width:100%;max-width:100%;min-width:0;border-radius:10px;box-shadow:0 0 0 1px #0709124d,0 18px 30px #00000047}.pl-data-table-shell:has(.pl-data-table-wrap--content-sized){width:fit-content;max-width:100%;min-width:0;align-self:flex-start}.pl-data-table-shell:has(.pl-data-table-wrap--content-fill){width:100%;max-width:100%}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen{overflow:hidden;display:flex;flex-direction:column;max-height:none;margin:0;max-width:100%;min-width:0;box-shadow:none;--pl-data-table-sticky-header-shift: 0px;--pl-data-table-sticky-col-1-width: 200px;--pl-data-table-sticky-col-2-width: 80px;--pl-data-table-sticky-col-3-width: 56px;--pl-data-table-scroll-fade-left: 0px}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen:not(.pl-data-table-wrap--content-sized){width:100%}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen:not(.pl-data-table-wrap--header-scroll-timeline) .pl-data-table thead th{transform:translateY(var(--pl-data-table-sticky-header-shift, 0px))}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--header-scroll-timeline .pl-data-table thead th{animation:pl-data-table-pin-header linear both;animation-timeline:--pl-main-content-scroll;animation-range:var(--pl-data-table-sticky-header-from, 0px) var(--pl-data-table-sticky-header-to, 0px)}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen .pl-data-table--sticky-col-1 thead th:first-child,.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen .pl-data-table--sticky-cols-2 thead th:nth-child(-n+2),.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen .pl-data-table--sticky-cols-3 thead th:nth-child(-n+3){transform:none;top:var(--pl-data-table-sticky-header-shift, 0px)}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--header-scroll-timeline .pl-data-table--sticky-col-1 thead th:first-child,.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--header-scroll-timeline .pl-data-table--sticky-cols-2 thead th:nth-child(-n+2),.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--header-scroll-timeline .pl-data-table--sticky-cols-3 thead th:nth-child(-n+3){animation:pl-data-table-pin-header-top linear both;animation-timeline:--pl-main-content-scroll;animation-range:var(--pl-data-table-sticky-header-from, 0px) var(--pl-data-table-sticky-header-to, 0px)}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen .pl-data-table thead th{top:auto;overflow:visible}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen .pl-data-table thead th:before{background-color:#2e3658;content:"";height:8px;left:0;pointer-events:none;position:absolute;right:0;top:-8px}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--no-sticky-header .pl-data-table thead th{position:static;top:auto;transform:none;animation:none}.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--no-sticky-header .pl-data-table thead th:before{content:none}@keyframes pl-data-table-pin-header{0%{transform:translateY(0)}to{transform:translateY(var(--pl-data-table-sticky-header-max-shift, 0px))}}@keyframes pl-data-table-pin-header-top{0%{top:0}to{top:var(--pl-data-table-sticky-header-max-shift, 0px)}}.pl-data-table--sticky-cols-2 thead th:nth-child(-n+3),.pl-data-table--sticky-cols-2 tbody td:nth-child(-n+3),.pl-data-table--sticky-cols-3 thead th:nth-child(-n+3),.pl-data-table--sticky-cols-3 tbody td:nth-child(-n+3){white-space:nowrap}.pl-data-table-scroll-outer{flex:1 1 auto;min-height:0;min-width:0;overflow:hidden;position:relative;width:100%;border-radius:inherit}.pl-data-table-scroll-outer:before,.pl-data-table-scroll-outer:after{content:"";position:absolute;top:0;bottom:0;width:28px;pointer-events:none;z-index:8;display:none;opacity:1;transition:opacity .25s ease}.pl-data-table-scroll-outer.pl-data-table-scroll-outer--overflowing:before,.pl-data-table-scroll-outer.pl-data-table-scroll-outer--overflowing:after{display:block}.pl-data-table-scroll-outer.pl-data-table-scroll-outer--scroll-at-start:before{opacity:0}.pl-data-table-scroll-outer.pl-data-table-scroll-outer--scroll-at-end:after{opacity:0}.pl-data-table-scroll-outer:before{left:var(--pl-data-table-scroll-fade-left, 0px);background:linear-gradient(90deg,#202233fa,#202233fa 26%,#202233cc 58%,#20223300)}.pl-data-table-scroll-outer:after{right:0;background:linear-gradient(270deg,#202233fa,#202233fa 26%,#202233cc 58%,#20223300)}.pl-data-table-scroll-inner{overflow-x:auto;overflow-y:hidden;max-height:none;min-width:0;width:100%;background-color:#202233;scrollbar-width:none}.pl-data-table-scroll-inner::-webkit-scrollbar{height:0!important;width:0!important}.pl-data-table-scroll-inner::-webkit-scrollbar-track{display:none}.pl-data-table-scroll-inner::-webkit-scrollbar-thumb{display:none}.pl-data-table-scroll-inner::-webkit-scrollbar-corner{display:none}.pl-data-table-scrollbar{flex:0 0 auto;padding:8px 12px 10px;background-color:#202233;border-top:1px solid rgba(140,165,210,.08)}.pl-data-table-scrollbar__track{position:relative;width:100%;height:12px;border-radius:999px;background:linear-gradient(180deg,#ffffff0a,#ffffff05),#6073a82e;box-shadow:inset 0 1px #ffffff0d,inset 0 0 0 1px #090c1838;cursor:pointer}.pl-data-table-scrollbar__thumb{position:absolute;top:0;left:0;height:100%;min-width:28px;border-radius:999px;background:linear-gradient(180deg,#a8e1ffd1,#60a3d6d1);box-shadow:inset 0 1px #fff3,0 0 0 1px #7ac1ff29;cursor:grab;touch-action:none}.pl-data-table-scrollbar__thumb:hover,.pl-data-table-scrollbar--dragging .pl-data-table-scrollbar__thumb{background:linear-gradient(180deg,#b6e8fff0,#6cb4e6f0)}.pl-data-table-scrollbar--dragging .pl-data-table-scrollbar__thumb{cursor:grabbing}.pl-data-table-scrollbar--vertical{flex:0 0 auto;align-self:stretch;width:auto;padding:0;border:none;background-color:transparent}.pl-data-table-scrollbar--vertical .pl-data-table-scrollbar__track{width:12px;height:100%;min-height:48px;cursor:pointer}.pl-data-table-scrollbar--vertical .pl-data-table-scrollbar__thumb{width:100%;min-width:0;min-height:28px;left:0;top:0;transform:translateY(0)}.pl-data-table-scroll-track{display:inline-block;position:relative;vertical-align:top}.pl-data-table-wrap:not(.pl-data-table-wrap--content-sized) .pl-data-table-scroll-track,.pl-data-table-wrap--content-fill .pl-data-table-scroll-track{min-width:100%}.pl-data-table-scroll-sentinel{height:1px;pointer-events:none;position:absolute;top:0;visibility:hidden;width:1px}.pl-data-table-scroll-sentinel--start{left:0}.pl-data-table-scroll-sentinel--end{right:0}.pl-data-table--measuring{width:max-content!important;min-width:0!important;max-width:none!important;table-layout:auto!important}.pl-data-table--measuring col{width:auto!important}.pl-data-table--measuring thead th,.pl-data-table--measuring tbody td,.pl-data-table--measuring tfoot td{min-width:0!important;width:auto!important;max-width:none!important}.pl-data-table--measuring .pl-data-table__player-name,.pl-data-table--measuring .pl-data-table__player-meta,.pl-data-table--measuring .pl-data-table__text-cell,.pl-data-table--measuring .lgd-pitch-type,.pl-data-table--measuring .ScheduleCell,.pl-data-table--measuring .ScheduleCell__matchup,.pl-data-table--measuring .ScheduleCell__matchup-text,.pl-data-table--measuring .ScheduleCell__sp{overflow:visible!important;width:auto!important;max-width:none!important;text-overflow:clip!important}.pl-data-table--measuring .pl-data-table__cell-delta,.pl-data-table--measuring .lgd-cell-delta{flex:0 0 auto!important;width:max-content!important;max-width:none!important}.pl-data-table--measuring .lgd-delta-value,.pl-data-table--measuring .pl-data-table__cell-delta-value{width:max-content!important}.pl-data-table-wrap--content-sized,.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--content-sized{width:fit-content;max-width:100%;align-self:flex-start}.pl-data-table-wrap--content-sized .pl-data-table:not(.pl-data-table--content-fill),.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--content-sized .pl-data-table:not(.pl-data-table--content-fill){width:max-content;min-width:0;max-width:none}.pl-data-table-wrap--content-fill,.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--content-fill{width:100%;max-width:100%}.pl-data-table-wrap--content-fill .pl-data-table:not(.pl-data-table--content-fill),.pl-data-table-wrap.pl-data-table-wrap--scroll-frozen.pl-data-table-wrap--content-fill .pl-data-table:not(.pl-data-table--content-fill){width:max-content;min-width:100%;max-width:none}.pl-data-table-wrap--content-sized-pending{visibility:hidden}.pl-data-table--content-sized.pl-data-table--content-fill{width:100%!important;max-width:100%!important}.pl-data-table--sticky-col-1{width:max-content;min-width:0}.pl-data-table--sticky-col-1 tbody td:nth-child(n+2){z-index:0}.pl-data-table--sticky-col-1 thead th:nth-child(n+2){z-index:7}.pl-data-table--sticky-col-1 thead th:first-child,.pl-data-table--sticky-col-1 tbody td:first-child{position:sticky;left:0;z-index:9}.pl-data-table--sticky-col-1 thead th:first-child{z-index:10;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important;color:#73efff}.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child{background-color:#272d48}.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child{background-color:#242840}.pl-data-table--sticky-col-1 tbody.pl-data-table__body--section tr:nth-child(odd) td:first-child,.pl-data-table--sticky-col-1 tbody.pl-data-table__body--section tr:nth-child(2n) td:first-child,.pl-data-table--sticky-col-1 tbody.pl-data-table__body--section tr td:first-child,.pl-data-table--sticky-col-1 tbody tr.pl-data-table__row--totals td:first-child,.pl-data-table--sticky-col-1 tbody tr.lgd-pp-total-row td:first-child{background-color:#202233}.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td:first-child,.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td:first-child{background-color:#30384e}.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child{background-color:#2a4558}.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td:first-child{background-color:#2f5166}.pl-data-table--sticky-col-1 thead th:first-child,.pl-data-table--sticky-col-1 tbody td:first-child{border-right:2px solid #323c59}.pl-data-table--sticky-col-1 thead th:nth-child(2).pl-data-table__header-cell--section-divider,.pl-data-table--sticky-col-1 tbody td:nth-child(2).pl-data-table__cell--section-divider{border-left:none}.pl-data-table--sticky-cols-2{width:max-content;min-width:0;border-collapse:separate;border-spacing:0}.pl-data-table--sticky-cols-2 tbody td:nth-child(n+3){z-index:0}.pl-data-table--sticky-cols-2 thead th:nth-child(n+3){z-index:7}.pl-data-table--sticky-cols-2 thead th:first-child,.pl-data-table--sticky-cols-2 tbody td:first-child{position:sticky;left:0;z-index:4}.pl-data-table--sticky-cols-2 thead th:nth-child(2),.pl-data-table--sticky-cols-2 tbody td:nth-child(2){position:sticky;left:calc(var(--pl-data-table-sticky-col-1-width, 0px) - 1px)}.pl-data-table--sticky-cols-2 tbody td:nth-child(2){z-index:9}.pl-data-table--sticky-cols-2 thead th:first-child{z-index:11;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important;color:#73efff}.pl-data-table--sticky-cols-2 thead th:nth-child(2){z-index:10;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important;color:#73efff}.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2){background-color:#272d48}.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2){background-color:#242840}.pl-data-table--sticky-cols-2 thead th:nth-child(2),.pl-data-table--sticky-cols-2 tbody td:nth-child(2){border-right:2px solid #323c59}.pl-data-table--sticky-cols-2 thead th:nth-child(3).pl-data-table__header-cell--section-divider,.pl-data-table--sticky-cols-2 tbody td:nth-child(3).pl-data-table__cell--section-divider{border-left:none}.pl-data-table--sticky-cols-2 tbody.pl-data-table__body--section tr:nth-child(odd) td:first-child,.pl-data-table--sticky-cols-2 tbody.pl-data-table__body--section tr:nth-child(odd) td:nth-child(2),.pl-data-table--sticky-cols-2 tbody.pl-data-table__body--section tr:nth-child(2n) td:first-child,.pl-data-table--sticky-cols-2 tbody.pl-data-table__body--section tr:nth-child(2n) td:nth-child(2),.pl-data-table--sticky-cols-2 tbody.pl-data-table__body--section tr td,.pl-data-table--sticky-cols-2 tbody tr.pl-data-table__row--totals td:first-child,.pl-data-table--sticky-cols-2 tbody tr.pl-data-table__row--totals td:nth-child(2),.pl-data-table--sticky-cols-2 tbody tr.lgd-pp-total-row td:first-child,.pl-data-table--sticky-cols-2 tbody tr.lgd-pp-total-row td:nth-child(2){background-color:#202233!important}.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td:first-child,.pl-data-table--sticky-cols-2 td:nth-child(2),.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td:first-child{background-color:#30384e}.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child,.pl-data-table--sticky-cols-2 td:nth-child(2){background-color:#2a4558}.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td:first-child,.pl-data-table--sticky-cols-2 td:nth-child(2){background-color:#2f5166}.pl-data-table--sticky-cols-3{width:max-content;min-width:0;border-collapse:separate;border-spacing:0}.pl-data-table--sticky-cols-3 tbody td:nth-child(n+4){z-index:0}.pl-data-table--sticky-cols-3 thead th:nth-child(n+4){z-index:7}.pl-data-table--sticky-cols-3 thead th:first-child,.pl-data-table--sticky-cols-3 tbody td:first-child{position:sticky;left:0;z-index:4}.pl-data-table--sticky-cols-3 thead th:nth-child(2),.pl-data-table--sticky-cols-3 tbody td:nth-child(2){position:sticky;left:calc(var(--pl-data-table-sticky-col-1-width, 0px) - 1px)}.pl-data-table--sticky-cols-3 tbody td:nth-child(2){z-index:5}.pl-data-table--sticky-cols-3 thead th:nth-child(3),.pl-data-table--sticky-cols-3 tbody td:nth-child(3){position:sticky;left:calc(var(--pl-data-table-sticky-col-1-width, 0px) + var(--pl-data-table-sticky-col-2-width, 0px) - 2px)}.pl-data-table--sticky-cols-3 tbody td:nth-child(3){z-index:9}.pl-data-table--sticky-cols-3 thead th:first-child{z-index:12;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important;color:#73efff}.pl-data-table--sticky-cols-3 thead th:nth-child(2){z-index:11;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important;color:#73efff}.pl-data-table--sticky-cols-3 thead th:nth-child(3){z-index:10;background-color:#333c59!important;background-image:linear-gradient(180deg,#404660,#3c4360 22%,#353e5b,#333c59 68%,#313a59)!important;color:#73efff}.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2),.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(3){background-color:#272d48}.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2),.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(3){background-color:#242840}.pl-data-table--sticky-cols-3 thead th:nth-child(3),.pl-data-table--sticky-cols-3 tbody td:nth-child(3){border-right:2px solid #323c59}.pl-data-table--sticky-cols-3 thead th:nth-child(4).pl-data-table__header-cell--section-divider,.pl-data-table--sticky-cols-3 tbody td:nth-child(4).pl-data-table__cell--section-divider{border-left:none}.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr:nth-child(odd) td:first-child,.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr:nth-child(odd) td:nth-child(2),.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr:nth-child(odd) td:nth-child(3),.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr:nth-child(2n) td:first-child,.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr:nth-child(2n) td:nth-child(2),.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr:nth-child(2n) td:nth-child(3),.pl-data-table--sticky-cols-3 tbody.pl-data-table__body--section tr td,.pl-data-table--sticky-cols-3 tbody tr.pl-data-table__row--totals td:first-child,.pl-data-table--sticky-cols-3 tbody tr.pl-data-table__row--totals td:nth-child(2),.pl-data-table--sticky-cols-3 tbody tr.pl-data-table__row--totals td:nth-child(3),.pl-data-table--sticky-cols-3 tbody tr.lgd-pp-total-row td:first-child,.pl-data-table--sticky-cols-3 tbody tr.lgd-pp-total-row td:nth-child(2),.pl-data-table--sticky-cols-3 tbody tr.lgd-pp-total-row td:nth-child(3){background-color:#202233!important}.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td:first-child,.pl-data-table--sticky-cols-3 td:nth-child(2),.pl-data-table--sticky-cols-3 td:nth-child(3),.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td:first-child{background-color:#30384e}.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child,.pl-data-table--sticky-cols-3 td:nth-child(2),.pl-data-table--sticky-cols-3 td:nth-child(3){background-color:#2a4558}.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td:first-child,.pl-data-table--sticky-cols-3 td:nth-child(2),.pl-data-table--sticky-cols-3 td:nth-child(3){background-color:#2f5166}.pl-data-table-wrap:not(.pl-data-table-wrap--content-sized) .pl-data-table--sticky-col-1,.pl-data-table-wrap:not(.pl-data-table-wrap--content-sized) .pl-data-table--sticky-cols-2,.pl-data-table-wrap:not(.pl-data-table-wrap--content-sized) .pl-data-table--sticky-cols-3,.pl-data-table-wrap--content-fill .pl-data-table--sticky-col-1,.pl-data-table-wrap--content-fill .pl-data-table--sticky-cols-2,.pl-data-table-wrap--content-fill .pl-data-table--sticky-cols-3{min-width:100%}.pl-data-table--flat-rows tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row) td,.pl-data-table--flat-rows tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row) td{background-color:#303a6175}.pl-data-table--flat-rows.pl-data-table--sticky-col-1 tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-col-1 tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody tr:nth-child(odd):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(3),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody tr:nth-child(2n):not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team) td:nth-child(3){background-color:#272d48}.pl-data-table--flat-rows.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td:first-child{background-color:#30384e}.pl-data-table--flat-rows.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child{background-color:#2a4558}.pl-data-table--flat-rows.pl-data-table--sticky-col-1 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td:first-child{background-color:#2f5166}.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td:first-child{background-color:#30384e}.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 td:nth-child(2){background-color:#2a4558}.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-2 td:nth-child(2){background-color:#2f5166}.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:is(.clickable-row,.lgd-clickable-row,.lgd-pp-log-row):hover:not(.pl-data-table__row--totals):not(.lgd-pp-total-row):not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected):not(.lgd-pp-log-row--selected) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 td:nth-child(3),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr.pl-data-table__row--hover:not(.pl-data-table__row--my-team):not(.pl-data-table__row--selected) td:first-child{background-color:#30384e}.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):not(.lgd-pp-total-row) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 td:nth-child(3){background-color:#2a4558}.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 tbody:not(.pl-data-table__body--section) tr:is(.pl-data-table__row--selected,.lgd-pp-log-row--selected):hover:not(.lgd-pp-total-row) td:first-child,.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 td:nth-child(2),.pl-data-table--flat-rows.pl-data-table--sticky-cols-3 td:nth-child(3){background-color:#2f5166}.pl-data-table-wrap--scroll-frozen-auto{max-height:none}.pl-data-table-wrap--scroll-frozen-auto .pl-data-table-scroll-inner{max-height:none;overflow-y:hidden}.pl-data-table-wrap--widget-inset{margin:0;flex:1;min-height:0;max-height:none}.pl-data-table-wrap--content-sized.pl-data-table-wrap--widget-inset{flex:0 1 auto;width:max-content;max-width:100%}.pl-data-table-wrap--widget-inset--flat{border:none;box-shadow:none;background-color:transparent}.pl-data-table-wrap--widget-inset--flat .pl-data-table{background-color:transparent}.LiveDraftTeamsTablePart{overflow:visible}.LiveDraftTeamsTablePart:not(:last-child){margin-bottom:60px}.LiveDraftTeamsTablePart__player-inner{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.LiveDraftTeamsTablePart__player-inner--empty p{margin:0}.LiveDraftLiveStandingsTableHeader__total{min-width:80px}.LiveDraftLiveStandingsTable{display:flex;flex-direction:column;flex:0 0 auto;min-width:0;width:100%}.LiveDraftLiveStandingsTable__rank-cell,.LiveDraftLiveStandingsTable__team-cell{text-align:center}.LiveDraftLiveStandingsTable__team-cell{text-align:left!important}.LiveDraftLiveStandingsTab{display:flex;flex-direction:column;width:100%;align-items:stretch;box-sizing:border-box;flex:0 0 auto;height:max-content;min-width:0}.LiveDraftCheatTab{display:flex;flex-direction:column;width:100%;min-width:100%;width:fit-content}.LiveDraftCheatTab__content{width:100%}.LiveDraftSettingsTab{display:flex;flex-direction:column;width:100%;min-width:fit-content}.LiveDraftSettingsTab__content{min-width:fit-content}.LiveDraftScoringSettingsTab{display:flex;flex-direction:column;min-width:fit-content}.LiveDraftScoringSettingsTab .DraftProvidersInput{width:fit-content;display:inline-flex;align-self:flex-start}.LiveDraftScoringSettingsTab .DraftProvidersInput__input-container{width:fit-content!important}.LiveDraftScoringSettingsTab .DraftProvidersInput__list{left:0!important;right:auto!important}.LiveDraftScoringSettingsTab__main{display:flex;flex-direction:column;gap:40px;margin:40px 0;width:940px}.LiveDraftScoringSettingsTab__success-message{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#34d399}.TabSubtitle{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.2;font-weight:400;letter-spacing:0;color:#c0c4d8b8;font-style:normal;letter-spacing:.32px;margin:0}.LiveDraftRosterSettingsTab{display:flex;flex-direction:column}.LiveDraftRosterSettingsTab .DraftProvidersInput{align-self:flex-start;display:inline-flex;width:fit-content}.LiveDraftRosterSettingsTab .DraftProvidersInput__input-container{width:fit-content!important}.LiveDraftRosterSettingsTab .DraftProvidersInput__list{left:0!important;right:auto!important}.LiveDraftRosterSettingsTab__main{display:flex;flex-direction:column;gap:40px;margin:40px 0;max-width:524px}.LiveDraftRosterSettingsTab__success-message{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#34d399}.LiveDraftLeagueSettingsTab{display:flex;flex-direction:column}.LiveDraftLeagueSettingsTab__main{display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:40px 0;max-width:400px}.LiveDraftLeagueSettingsTab__table{height:535px;width:356px}.LiveDraftLeagueSettingsTab__success-message{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#34d399}.LiveDraftTeamsSettingsTab{display:flex;flex-direction:column}.LiveDraftTeamsSettingsTab .DraftProvidersInput{align-self:flex-start;display:inline-flex;width:fit-content}.LiveDraftTeamsSettingsTab .DraftProvidersInput__input-container{width:fit-content!important}.LiveDraftTeamsSettingsTab .DraftProvidersInput__list{left:0!important;right:auto!important}.LiveDraftTeamsSettingsTab__main{display:flex;flex-direction:column;gap:40px;margin:40px 0;max-width:400px}.LiveDraftTeamsSettingsTab__table{height:535px;width:356px}.LiveDraftTeamsSettingsTab__teams{display:flex;flex-direction:column;gap:8px;width:100%}.LiveDraftTeamsSettingsTab__teams-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.LiveDraftTeamsSettingsTab__teams-header>p{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff}.LiveDraftTeamsSettingsTab__teams-list{display:flex;flex-direction:column;gap:8px;width:100%}.LiveDraftTeamsSettingsTab__item{display:flex;flex-direction:row;align-items:center}.LiveDraftTeamsSettingsTab__item:has(.LiveDraftTeamsSettingsTab__radio-wrapper:hover) .LiveDraftTeamsSettingsTab__num{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftTeamsSettingsTab__item:has(.LiveDraftTeamsSettingsTab__radio-wrapper:hover) .LiveDraftTeamsSettingsTab__dot{background:linear-gradient(#262a3f,#262a3f) padding-box,linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%) border-box;border:2px solid transparent;position:relative}.LiveDraftTeamsSettingsTab__item:has(.LiveDraftTeamsSettingsTab__radio-wrapper:hover) .LiveDraftTeamsSettingsTab__input-wrapper{border-color:#f1c647}.LiveDraftTeamsSettingsTab__item:has(.LiveDraftTeamsSettingsTab__radio-wrapper:hover) .LiveDraftTeamsSettingsTab__input{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftTeamsSettingsTab__item:has(.LiveDraftTeamsSettingsTab__dot--active) .LiveDraftTeamsSettingsTab__num{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftTeamsSettingsTab__num{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;margin-right:15px;text-align:center;transition:color .2s;width:14px}.LiveDraftTeamsSettingsTab__input-wrapper{border-radius:8px;border:1px solid #55e8ff;flex:1;height:42px;margin-right:18px;min-width:0;overflow:hidden;transition:all .2s}.LiveDraftTeamsSettingsTab__input-wrapper--active{border:.5px solid #f1c647}.LiveDraftTeamsSettingsTab__input{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;background:transparent;border:none;box-sizing:border-box;color:#55e8ff;height:100%;outline:none;padding:12px 16px;transition:all .2s;width:100%}.LiveDraftTeamsSettingsTab__input--active{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LiveDraftTeamsSettingsTab__input::placeholder{color:#9495a0}.LiveDraftTeamsSettingsTab__radio-wrapper{display:flex;flex-direction:row;align-items:center;cursor:pointer;height:42px;justify-content:center;min-width:60px;padding:0 8px}.LiveDraftTeamsSettingsTab__dot{background:transparent;border-radius:50%;border:2px solid #9495a0;height:24px;position:relative;transition:all .2s;width:24px}.LiveDraftTeamsSettingsTab__dot--active{background:linear-gradient(#262a3f,#262a3f) padding-box,linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%) border-box;border:2px solid transparent;position:relative}.LiveDraftTeamsSettingsTab__dot--active:after{background:linear-gradient(90deg,#f1c647 -4.13%,#f5a05e 61.25%);border-radius:50%;content:"";height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;z-index:1}.LiveDraftTeamsSettingsTab__success-message{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#34d399}.LiveDraftEligibilitySettingsTab{display:flex;flex-direction:column}.LiveDraftEligibilitySettingsTab__main{display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:40px 0;max-width:400px}.LiveDraftEligibilitySettingsTab__success-message{font-family:DM Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;color:#34d399}.pl-data-table-stack{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;min-width:0}.pl-data-table-stack:has(.pl-data-table-wrap){width:fit-content;max-width:100%;align-self:flex-start;align-items:flex-start}.pl-data-table-stack--fill:has(.pl-data-table-wrap){width:100%;align-self:stretch;align-items:stretch}.pl-data-table-stack:has(.pl-data-table-wrap)>.PlDataTablePagination,.pl-data-table-stack:has(.pl-data-table-wrap)>.PlFilterToolbar,.pl-data-table-stack:has(.pl-data-table-wrap)>.LiveDraftPlayersTableFilter,.pl-data-table-stack:has(.pl-data-table-wrap)>.LiveDraftCheatTableFilters,.pl-data-table-stack:has(.pl-data-table-wrap)>.PageTitleBar,.pl-data-table-stack:has(.pl-data-table-wrap)>.PageTitleHeading,.pl-data-table-stack:has(.pl-data-table-wrap)>.TabTitle,.pl-data-table-stack:has(.pl-data-table-wrap)>.tab-nav-filter,.pl-data-table-stack:has(.pl-data-table-wrap)>.pl-status-message,.pl-data-table-stack:has(.pl-data-table-wrap)>.FanLeaguesRankingsTab__legend,.pl-data-table-stack:has(.pl-data-table-wrap)>.LiveDraftLiveStandingsTab__header,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.PlDataTablePagination,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.PlFilterToolbar,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.LiveDraftPlayersTableFilter,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.LiveDraftCheatTableFilters,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.PageTitleBar,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.PageTitleHeading,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.TabTitle,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.tab-nav-filter,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.pl-status-message,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.FanLeaguesRankingsTab__legend,.PlDataTablePaginationRails:has(.pl-data-table-wrap)>.LiveDraftLiveStandingsTab__header{width:0;min-width:100%;max-width:100%;box-sizing:border-box;align-self:stretch}.LiveDraftCheatTableFilters{position:relative;z-index:20;display:flex;flex-direction:row;align-items:center;gap:30px;margin:30px 0 45px}.LiveDraftCheatTableFilters__sort-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px}.LiveDraftCheatTableFilters__sort-label{font-family:DM Sans,sans-serif;font-size:12px;line-height:normal;font-weight:500;letter-spacing:0;color:#55e8ff}.LiveDraftCheatTable{display:flex;flex-direction:column}.LiveDraftCheatTable__columns{display:flex;flex-direction:row;gap:20px;width:100%}.LiveDraftCheatTable__column{display:flex;flex-direction:column;flex:1;min-width:140px}.LiveDraftCheatTable__column:not(:last-child){border-right:1px solid #4a4f67;padding-right:20px}.LiveDraftCheatTable__column-title{display:flex;flex-direction:row;font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;border-bottom:1px solid #73efff;color:#73efff;justify-content:left;margin-bottom:12px;padding-bottom:4px}.LiveDraftCheatTable__players{display:flex;flex-direction:column;flex:1;gap:12px}.LiveDraftCheatTable__column:last-child>.LiveDraftCheatTable__players{border-right:none}.LiveDraftCheatTable__player{display:flex;flex-direction:row;align-items:center;gap:12px;overflow:visible;position:relative}.LiveDraftCheatTable__player>p:last-child{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;align-self:center;color:#73efff;line-height:1.2;margin:0;white-space:nowrap}.LiveDraftCheatTable__player--drafted{opacity:.25}.LiveDraftCheatTable__player-info{display:flex;flex-direction:row;align-items:center;flex:1;gap:12px;min-width:0}.LiveDraftCheatTable__player-name-wrapper{display:flex;flex-direction:column;flex:1;gap:2px;justify-content:center;min-width:0;overflow:visible}.LiveDraftCheatTable__player-name-wrapper>p{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;line-height:1.2;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.LiveDraftCheatTable__tags{position:relative;z-index:1}.LiveDraftCheatTable__player-rank{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#fff;line-height:1.2;min-width:20px;text-align:right}.LiveDraftCheatTable__pl-rankings{display:flex;flex-direction:row;align-items:flex-start;gap:40px}.LiveDraftCheatTable__ranking-group{display:flex;flex-direction:column;gap:12px}.LiveDraftCheatTable__group-title{display:flex;flex-direction:row;font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;align-items:center;border-bottom:1px solid #73efff;color:#73efff;gap:8px;justify-content:space-between;padding-bottom:4px;width:100%}.LiveDraftCheatTable__update-link{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#9495a0;font-style:italic;text-decoration:none;transition:opacity .2s}.LiveDraftCheatTable__update-link:hover{opacity:.8}.CheatSheetColumnView{display:flex;flex-direction:column}.CheatSheetColumnView__header{display:flex;flex-direction:row;font-family:Work Sans,sans-serif;font-size:14px;line-height:normal;font-weight:500;letter-spacing:0;border-bottom:1px solid #73efff;color:#73efff;justify-content:left;margin-bottom:12px;padding-bottom:4px}.CheatSheetColumnView__columns{display:flex;flex-direction:row;gap:40px}.CheatSheetColumnView__column{display:flex;flex-direction:column;flex-shrink:0;width:140px}.CheatSheetColumnView__players{display:flex;flex-direction:column;flex:1;gap:12px}.CheatSheetColumnView__player{display:flex;flex-direction:row;align-items:center;gap:12px;overflow:visible;position:relative}.CheatSheetColumnView__player>p:last-child{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;align-self:center;color:#73efff;line-height:1.2;margin:0;white-space:nowrap}.CheatSheetColumnView__player--drafted{opacity:.25}.CheatSheetColumnView__player-info{display:flex;flex-direction:row;align-items:center;flex:1;gap:12px;min-width:0}.CheatSheetColumnView__player-name-wrapper{display:flex;flex-direction:column;flex:1;gap:2px;justify-content:center;min-width:0;overflow:visible}.CheatSheetColumnView__player-name-wrapper>p{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:500;letter-spacing:0;color:#fff;line-height:1.2;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CheatSheetColumnView__tags{position:relative;z-index:1}.CheatSheetColumnView__player-rank{font-family:Work Sans,sans-serif;font-size:11px;line-height:normal;font-weight:400;letter-spacing:0;color:#fff;line-height:1.2;min-width:20px;text-align:right}
