:root{--clr-dark:#1f1e1d;--clr-neutral:#c5c6c7;--clr-fca-blue:#00b0ff;--box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;--box-shadow-light:var(--clr-dark-blue) 0px 0px 10px;--media-large:1440px;--media-medium:1024px;--media-small:768px;--media-mobile:500px}html{scroll-behavior:smooth}.splashPageLogo{height:5em}#splash-page-grid{display:grid;grid-template-columns:50% 50%;width:-webkit-fill-available}#intro-section{grid-column:span 2;width:100%}@media(min-width:1024px){#intro-section{display:grid;grid-template-columns:50% 50%;height:115vh}}#intro-section-grid{display:flex;flex-direction:column;align-items:center;grid-gap:4rem;gap:4rem;height:100%;padding:1em}#hero-main-content{display:flex;flex-direction:column;place-items:center;height:150%;margin-top:7.5em}@media(min-width:1024px){#hero-main-content{display:grid;grid-template-columns:40% 60%;grid-template-areas:"header      img" "description img" "nothing      img";align-items:center}}#hero-header{font-size:9vmin;font-weight:900;text-align:center;margin-left:4vw;margin-top:.5em}@media(min-width:1024px){#hero-header{text-align:left}}.hero-desc-flex{grid-area:description;display:flex;flex-direction:column;align-items:center;margin-top:3em}.hero-description{font-size:3vmin;font-weight:600;max-width:75vw;margin-left:4vw;margin-bottom:2em}@media(min-width:1024px){.hero-description{font-size:1.75em}}#hero-img{grid-area:img;align-self:center;height:calc(100vh - 10em);max-width:95vw}@media(max-width:500px){#hero-img{aspect-ratio:16/9;max-width:100%;max-height:75vw}}.request-demo-btn{font-size:3vmin;font-weight:600;padding:.5em 5vw;border-radius:20px;color:#f5f5f5;background-color:#06f;border-color:#0144cb;white-space:nowrap;transition:background-color .4s}.request-demo-btn:hover{background-color:#0144cb}#future-section{display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:5vh;color:#f5f5f5;background:linear-gradient(180deg,var(--clr-dark-blue),var(--clr-med-dark) 90%)}#future-section #future-video{width:95%}@media(min-width:1200px){#future-section{display:grid;grid-template-columns:40% 60%}}#future-header{font-size:7vmin;font-weight:600;grid-column:span 2;margin:.5em 1em;color:#f5f5f5}#future-description{text-align:center;padding:0 10%;font-size:3vmin;font-weight:600;line-height:2em}@media(min-width:1200px){#future-description{font-size:2em}}#future-gif{aspect-ratio:16/9;width:100%}#features-section{grid-column:span 2;display:grid;grid-template-columns:40% 60%;grid-template-areas:"head head" "cards content";align-items:center;width:100%;padding:0 2rem 2rem;background:linear-gradient(0deg,#e1e1e1 40%,#fff)}#features-section-grid{display:grid;grid-template-columns:repeat(5,1fr);justify-content:center;align-items:center;margin-bottom:20vh}#featured-teams-header,#features-header,#hiw-header,#platform-header{text-align:center;grid-area:head;font-size:7vmin;font-weight:600;padding:4vh;line-height:1.5;justify-self:center}#features-header>span{color:#3888d9}.features{grid-column:span 2;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;justify-content:center;grid-gap:3%;gap:3%;grid-row-gap:2em;row-gap:2em;margin-bottom:12vh;width:100%}.features .feature-details{grid-area:content}.features .feature-card{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-row-gap:1em;row-gap:1em;text-align:center;aspect-ratio:1;padding:10% 10px;border:1px solid var(--clr-dark);border-radius:1rem;background:linear-gradient(135deg,#003395,#182b4c);transition:transform .25s,box-shadow .25s}.features .feature-card:hover{cursor:pointer;transform:translateY(-10px);box-shadow:0 0 7px #303030}.features .feature-card.active{background:linear-gradient(135deg,#00cafd,#0043c1 75%);border:none;box-shadow:0 0 10px 2px #0a287b}@media(min-width:768px){.features .feature-card{aspect-ratio:unset}}.features .feature-icon{position:relative;background:var(--gradient-blue-dark-blue);border-radius:50%;width:7vh;aspect-ratio:1;margin-bottom:1em;justify-self:center}.features .feature-icon>*{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.features .feature-card__header{color:#f5f5f5;font-size:2.75vmin;font-weight:500}@media(min-width:768px){.features{grid-area:cards;grid-column:span 1;grid-template-columns:repeat(2,1fr)}}.feature-details{grid-column:span 2;display:flex;flex-direction:column;align-items:center;grid-gap:1rem;gap:1rem}@media(min-width:768px){.feature-details{grid-column:initial;grid-area:content}}#features-video{position:relative;aspect-ratio:16/9;width:90vw;margin-bottom:7vh;padding-left:5vw;filter:drop-shadow(0 0 1em hsl(0,0%,20%))}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#features-video>.spinner{animation:spinner 1s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media(min-width:768px){#features-video{width:100%}}.feature-description{font-size:2.5vmin;font-weight:500;text-align:center;margin-bottom:2em}#how-it-works-section{grid-column:span 2;display:flex;flex-direction:column;grid-gap:2em;gap:2em;align-items:center;padding-bottom:15vh}#how-it-works-section .carousel{max-width:85vw;box-shadow:0 0 10px 5px #aaa}#how-it-works-section .carousel .carousel-item>img{aspect-ratio:16/9;max-height:55vh;max-width:85vw}.carousel-controls{display:flex;grid-gap:2em;gap:2em;justify-content:center;width:100%;padding:0 1em}.hiw-step{font-size:3.25vmin;font-weight:500;color:var(--clr-fca-blue);background-color:transparent;border:none;border-radius:5px;padding:.5em 2em;transition:background-color .2s,color .2s}.hiw-step:hover{background-color:#f0f0f0}.hiw-step.active{color:var(--clr-dark-blue);background-color:rgba(5,122,255,.161)}.hiw-desc{font-size:3vmin;max-width:40ch}#platform-section{display:flex;flex-direction:column;place-items:center;padding-bottom:5vh;background:linear-gradient(180deg,var(--clr-dark-blue),var(--clr-med-dark) 90%)}#platform-header{color:#f5f5f5}#platform-video{margin:auto 0;aspect-ratio:16/9;width:90%;max-width:94vw}@media(min-width:1024px){#platform-video{width:67%}}.fca-emphasized{font-weight:700;background:var(--gradient-blue-dark-blue);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.header{line-height:1}.h1,.header{font-weight:700}.h1{font-size:10vmin}.h2{font-size:5em;font-weight:700}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-5{grid-column:span 5}.dark-to-blue-gradient{background:var(--gradient-blue-dark-blue);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.light-to-blue-gradient{background:var(--gradient-light-blue);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text{font-size:1em;font-weight:600}.white-text{color:#f5f5f5}.text-gradient{background:var(--gradient-blue-dark-blue);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#splash-header{border-bottom:1px solid var(--clr-neutral);box-shadow:var(--box-shadow)}@media(max-width:500px){#splash-header>img{display:none}}#request-demo-btn{position:relative;align-self:center;z-index:1;margin:5rem auto;background:var(--gradient-blue-dark-blue);color:#f5f5f5;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1em 2em;border:1px solid var(--clr-med-dark);border-radius:9999px;font-weight:700;font-size:2em;white-space:nowrap}#request-demo-btn:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;border-radius:9999px;background:var(--gradient-dark-blue-blue);z-index:-1;transition:opacity .25s linear;opacity:0}#request-demo-btn:hover:before{opacity:1}#featured-teams-section{display:flex;flex-direction:column;place-items:center}#featured-teams-section>p{font-size:4vmin;font-weight:500}#featured-teams-header{margin:0}#featured-teams-header>span{color:#3788d9}.team-logos{display:flex;flex-wrap:wrap;justify-content:center;position:relative;width:100%;grid-column-gap:5em;column-gap:5em;grid-row-gap:3em;row-gap:3em;margin-bottom:5vh;padding:3em}.team-logos:before{content:"";position:absolute;inset:0;background:#f0f0f0;z-index:-1}.team-logo{display:flex;flex-direction:column;place-items:center;grid-gap:2em;gap:2em}.team-logo>strong{font-size:1.5em}.team-logo>img{aspect-ratio:1;width:12em;border-radius:50%;background-color:#fff;box-shadow:0 0 15px 5px #959595}#splash-footer{display:flex;justify-content:space-between;margin-top:5rem;padding:4vh 10vw;width:100%;background:radial-gradient(circle,#00194d 0,#091729 75%);box-shadow:0 0 30px rgba(0,0,0,.5)}#splash-footer a,#splash-footer h1{color:#f5f5f5}@media(max-width:1024px){#splash-footer{flex-direction:column;align-items:center;grid-gap:3em;gap:3em}#splash-footer>#middle-footer,#splash-footer>#right-footer{border-top:1px solid #595959;padding-top:2em;width:100%}}#footer-get-started{grid-gap:3em;gap:3em;justify-content:center;align-items:center}#footer-get-started,#left-footer{display:flex;flex-direction:column}#left-footer{grid-gap:2em;gap:2em}#footer-logo{width:13rem;margin-bottom:1rem}#copyright{grid-column:span 2;color:#f5f5f5;font-size:large;font-weight:700}#right-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:2em;gap:2em}#right-footer #socials{display:flex;flex-direction:column;justify-content:flex-start}#right-footer #socials>a{font-size:2em}#right-footer #socials>a>svg{margin-right:1ch}#right-footer #socials>a>span{font-size:.75em}#right-footer #socials>a:hover{text-decoration:none}#right-footer #socials>a:hover#twitter>svg{fill:var(--clr-fca-blue)}#right-footer #socials>a:hover>span{color:var(--clr-fca-blue)}#right-footer #socials>a:hover#insta>svg{fill:url(#insta-gradient)}#right-footer #socials>a:hover#insta>span{background:linear-gradient(135deg,#291efb,#c610d7,#f53244,#fddf1a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#middle-footer{display:flex;flex-direction:column;align-items:center;grid-gap:1.5em;gap:1.5em}.Header_navLink__2WAOW{position:relative;font-size:1.5em;font-weight:600;color:var(--clr-dark-neutral)}.Header_navLink__2WAOW.Header_active__H5v2r{color:var(--clr-fca-blue)}.Header_navLink__2WAOW:after{content:"";position:absolute;top:calc(100% + 2px);left:0;width:0;height:3px;background-color:var(--clr-fca-blue);transition:width .1s}.Header_navLink__2WAOW:hover{color:var(--clr-fca-blue);text-decoration:none}.Header_navLink__2WAOW:hover:after{width:100%}.Header_login__1-zUx{font-size:1.1em;font-weight:600;padding:.25em 1.8em;background-color:transparent;color:var(--clr-fca-blue);border:2px solid;border-radius:.5rem;transition:background-color .2s}.Header_login__1-zUx:hover{color:#fff;background-color:var(--clr-fca-blue)}.Header_signup__1xjnn{font-size:1.3em;font-weight:600;padding:.25em 1.25em;background:var(--gradient-soft-blue);color:#fff;border:none;border-radius:.5rem;transition:box-shadow .2s,transform .2s}.Header_signup__1xjnn:hover{color:#fff;box-shadow:0 0 7px 1px #a7a7a7;transform:translateY(-3px)}@media (min-width:480px){.Login{padding:60px 0;margin:0 auto;max-width:40em}#incorrect-creds{color:red;display:none}#login{display:block;margin-left:auto;margin-right:auto;height:8em;margin-bottom:8vh}#google-signin-wrapper{display:flex;justify-content:center}}#signup-form{margin:4em auto}.color-preview{width:40%;height:10em;border-radius:2em}.dashboard-stats-container{display:flex;flex-direction:column;align-items:end;padding-top:.5rem;margin-bottom:3em}.dashboard-stats-container .background{background-color:#eee;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.35)}.dashboard-stats-container .top-row{display:grid;grid-template-columns:2fr 2fr 3fr 3fr;place-items:center;padding-inline:1.25rem;grid-gap:2em;gap:2em}.dashboard-stats-container .top-row .basic-stats{display:flex;flex-direction:column;align-items:center;width:100%;grid-gap:1.25em;gap:1.25em}.dashboard-stats-container .top-row .basic-stats .opponent-stats,.dashboard-stats-container .top-row .basic-stats .our-stats{width:100%;padding:.5em .75em;display:flex;flex-direction:column;align-items:center;background-color:#eee;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.35)}.dashboard-stats-container .top-row .basic-stats .opponent-stats>h4,.dashboard-stats-container .top-row .basic-stats .our-stats>h4{font-size:.8em;margin-bottom:0}.dashboard-stats-container .top-row .basic-stats .opponent-stats .stats-boxes,.dashboard-stats-container .top-row .basic-stats .our-stats .stats-boxes{font-size:10px;width:100%;display:flex;justify-content:space-evenly}.dashboard-stats-container .top-row .basic-stats .opponent-stats .stats-boxes .stat-box,.dashboard-stats-container .top-row .basic-stats .our-stats .stats-boxes .stat-box{display:flex;flex-direction:column;align-items:center;padding-inline:.5rem}.dashboard-stats-container .top-row .basic-stats .opponent-stats .stats-boxes .stat-box>.stat-label,.dashboard-stats-container .top-row .basic-stats .our-stats .stats-boxes .stat-box>.stat-label{font-weight:700;margin:0}.dashboard-stats-container .top-row .basic-stats .opponent-stats .stats-boxes .stat-box>.stat-value,.dashboard-stats-container .top-row .basic-stats .our-stats .stats-boxes .stat-box>.stat-value{font-size:2.1em;font-weight:400;margin:0}.dashboard-stats-container .bottom-row{display:flex;justify-content:space-around;grid-gap:2vw;gap:2vw;padding:1rem 1.25rem}.dashboard-stats-container .bottom-row .rebounding-battle,.dashboard-stats-container .bottom-row .turnover-battle{width:100%;padding:.5em .75em;background-color:#eee;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.35)}.dashboard-stats-container .bottom-row .rebounding-battle .main-flex,.dashboard-stats-container .bottom-row .turnover-battle .main-flex{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:.5em;gap:.5em}.dashboard-stats-container .overview-chart-header{padding-bottom:0}.download-link{margin-top:15px;align-self:end;cursor:pointer;transform:translateX(7px);transition:transform .15s}.download-link:hover{transform:translate(7px,2px)}#team-home-content{margin:2em 2.5em 2em 2em}@media(max-height:775px){#team-home-content{font-size:13px}}@media(max-height:650px){#team-home-content{font-size:12px}}.recharts-cartesian-axis-tick-value tspan{transform:rotate(-45deg);transform-origin:center}#home-page-switch{float:right;margin-top:1em;margin-right:2em;margin-bottom:-5em}.team-home-top{display:flex;align-items:center;justify-content:space-between;margin:2em 4em}.month-games-container{display:grid;max-width:90vw;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:center;grid-column-gap:1vw;column-gap:1vw;grid-row-gap:1em;row-gap:1em;padding-top:2em}.games-month-header{justify-self:start;font-size:xx-large;font-weight:700;grid-column:span 3;margin-top:1em}.month-games-container:first-of-type{margin-top:.25em}.game-card{display:flex;flex-direction:column;grid-gap:1em;gap:1em;background:linear-gradient(90deg,#e0e0e0,#f5f5f5);box-shadow:var(--box-shadow);border-radius:.35rem;transition:box-shadow .15s}.game-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.5)}@media(max-width:1050px){.month-games-container{grid-template-columns:1fr 1fr}.games-month-header{grid-column:span 2}}@media(max-width:700px){.month-games-container{grid-template-columns:1fr}.games-month-header{grid-column:span 1}.game-card{max-width:70%}}.card__thumb{width:100%;aspect-ratio:16/9;align-self:center;border-radius:.2rem;border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative}.card__description{font-size:1.6em;font-weight:600;padding-inline:.75em}.card__footer{display:flex;justify-content:space-between;padding-inline:1.5em;padding-bottom:1em}.card__footer>.game-stats{display:flex;flex-direction:column}.card__footer>.game-stats span{float:right;margin-left:2ch;font-weight:500;color:rgba(0,0,0,.6)}.card__links{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.25em;gap:.25em}.card__links>a{display:inline-block;color:var(--clr-fca-blue);font-size:1.1em}td.clickable-stat:hover,td.clickable-stat :hover{cursor:pointer}td.clickable-stat.neutral-percentile:hover,td.clickable-stat:hover{background-color:#e2e2e4!important}td.clickable-stat.upper-percentile:hover{background-color:rgba(24,226,24,.6)!important}td.clickable-stat.lower-percentile:hover{background-color:rgba(244,108,108,.75)!important}.table-extra-info{width:100%;font-size:.75em;color:#4d4d4d;margin-top:2rem;margin-bottom:-3em}.table-extra-info,.xl-th{text-align:left;font-weight:500}.xl-th{font-size:2em;padding-left:4ch!important}.th-center-align{text-align:center;padding-left:0!important}.styled-table table{margin-bottom:0!important}.styled-table thead th:hover{cursor:default;background:var(--clr-med-dark-neutral)}td.hoverable-td:hover{background:#f0f0f0}.styled-table thead tr:last-of-type{border-bottom:1.5px solid #bdbdbd}.fca-table,.styled-table>.dataTables_wrapper{box-shadow:0 5px 15px rgba(0,0,0,.35);margin:3em 0 5em;border-radius:.5em;overflow:hidden}@media print{.fca-table,.styled-table>.dataTables_wrapper{border:1px solid #000!important}}.styled-table>.dataTables_wrapper.lineup-table{margin-top:2em!important}.fca-table>thead th:hover{background:var(--clr-med-dark-neutral);cursor:default}.fca-table>thead tr{border-bottom:1.5px solid #bdbdbd}.fca-table>thead tr:last-of-type{background:var(--clr-neutral)}tbody tr{border-bottom:.05em solid #ccc}.fca-table.two-headers:not(.no-alternate)>thead tr:nth-of-type(2n),.fca-table:not(.no-alternate):not(.two-headers)>thead tr:nth-of-type(odd),.fca-table:not(.no-alternate)>tbody tr:not(.child-table-row):nth-of-type(2n),.styled-table.two-headers:not(.no-alternate) table>thead tr:nth-of-type(2n),.styled-table:not(.no-alternate):not(.two-headers) table>thead tr:nth-of-type(odd),.styled-table:not(.no-alternate) table>tbody tr:not(.child-table-row):nth-of-type(2n){background:var(--clr-neutral)}tbody tr:last-of-type{border-bottom:none}.annotator-table{margin:0 0 1.5em}#analyst-possessions-container,.annotator-table{box-shadow:0 5px 15px rgba(0,0,0,.35);border-radius:.5em;overflow:hidden}#analyst-possessions-container{margin:5em 0 1.5em}.timeTableHeaders{margin-top:2em!important;font-weight:700}.cell-span{cursor:default}th.clickable-column{position:relative}th.clickable-column:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:2px;height:2px;width:50%;background-color:rgba(0,81,255,.565)}.clickable-stat{font-weight:500}.expandRowBtn{display:grid;place-items:center;padding:.2em .5em;border:1px solid #a9a9a9;border-radius:4px;cursor:pointer}.child-table-row{background-color:#e6e6e6!important;font-size:.9em}.child-table-row>td.clickable-stat:not(.upper-percentile):not(.lower-percentile):hover{background-color:#d9d9d9!important}.child-table-row>td:nth-of-type(2){text-align:left;position:relative}.child-table-row>td:nth-of-type(2) span{position:absolute;right:3ch;top:50%;transform:translateY(-50%)}.container{margin-block:1em}#video-container{width:72vw}#additional-game-info{float:right;width:32vw;margin:1em;white-space:break-spaces;text-overflow:ellipsis;overflow:hidden}#video-iframe{border-color:#343a40 #95999c;border-style:solid;border-width:7px}#live-game-score{display:flex;justify-content:center;background:#fcfcfc;text-align:center;padding:.5em 3em;border:3px solid var(--clr-med-dark);border-top:none;border-bottom-left-radius:.25em;border-bottom-right-radius:.25em}#live-game-score>#score{font-size:xx-large;font-weight:400}.game-score-name{font-size:xx-large;font-weight:600;font-style:italic}.game-score-name.team{margin-right:2em}.game-score-name.opponent{margin-left:2em}#time-management-btns{display:flex;justify-content:space-between;grid-gap:1em;gap:1em}.start-end-btn{padding-inline:4em;font-weight:600}#quarter-btns{justify-self:center}#analyst-possessions-container{max-height:35vh;overflow-y:scroll}.note-btn{border-radius:.5em;padding:.5em;transition:background-color .15s}.note-btn:hover{cursor:pointer;background-color:#e8e8e8}.possession-item{font-size:12px;font-weight:500}.possession-item-flex{display:flex;align-items:center;justify-content:space-between}.possession-timestamp{justify-self:end}.buttons-container button{margin:.5em}#press-btn{margin-left:1em}.buttons-container button[id=man-btn]{margin-right:0}.buttons-container button[id=zone-btn]{margin-left:0;margin-right:.5em}.main-action-header{font-size:2em;font-weight:600;margin-bottom:-.75em}.stat-btn-flex{display:flex;flex-wrap:wrap}.stat-btn{margin:.1em;padding:.4em 1em;font-size:.9em;font-weight:600}.jersey-number-container{margin-top:2em;padding:.5em .75em;background-color:#f5f5f5;border:2px solid;border-radius:.75em;transition:outline .3s,border .3s,box-shadow .3s,transform .3s}.jersey-number-container .home-or-away-flex{display:flex;justify-content:space-evenly;grid-gap:2em;gap:2em;margin-bottom:2em}.jersey-number-container .home-or-away-flex .away,.jersey-number-container .home-or-away-flex .home{width:100%;text-align:center;border-radius:.5em;padding-block:.5em;color:#f5f5f5;font-size:1.2em;font-size:bold}.jersey-number-container .home-or-away-flex .away:hover,.jersey-number-container .home-or-away-flex .home:hover{cursor:pointer}.jersey-number-container.focused{border:none;outline:4px solid #2a9adf;box-shadow:0 10px 30px #444;transform:translate(-3em,-3em) scale(1.1)}.players-on-court{display:grid;grid-template-columns:repeat(5,1fr);place-items:center;grid-gap:.5em;gap:.5em;margin-top:2em;padding:.5em .75em;background-color:#f5f5f5;border:2px solid;border-radius:.75em;transition:outline .3s,border .3s,box-shadow .3s,transform .3s}.players-on-court.focused{border:none;outline:4px solid #2a9adf;box-shadow:0 10px 30px #444;transform:translate(-3em,-3em) scale(1.1)}.players-on-court>.title{justify-self:start;grid-column:span 4;margin-left:1em;font-weight:600}.players-on-court>.player{width:100%;border-radius:.15em}.players-on-court>.player:not(.clickable){pointer-events:none}.players-on-court>.player.clickable{background-color:#dedede;outline:1px solid;transition:transform 125ms,outline 50ms}.players-on-court>.player.clickable:hover{cursor:pointer;transform:translateY(-.4rem);outline:.25em solid var(--clr-fca-blue)}.players-on-court>.player.active{transform:translateY(-.4rem);background-color:var(--clr-fca-blue)}.players-on-court>.player>.player-number{font-size:1.5em;font-weight:600;text-align:center}.players-on-court>.player>.player-name{font-size:.85em;text-align:center}#control-bar{display:flex;justify-content:space-between;grid-gap:2em;gap:2em;padding:1em 0}#control-bar>div{display:flex;grid-gap:3em;gap:3em}.control-bar-icon{transition:transform .15s}.control-bar-icon:hover{cursor:pointer;transform:translateY(-.25em)}.subs-grid{grid-template-columns:50% 50%}#active-players,#bench-players,.subs-grid{display:grid}.subs-head{margin-bottom:0!important}.active-player,.bench-player,.subs-head{text-align:center;border-bottom:1px solid grey;padding:.5em}.active-player:hover,.bench-player:hover{cursor:pointer;background-color:#95999c}.subbing-out{background-color:#ff9292!important;outline:2px solid red}.subbing-in{background-color:rgba(0,255,0,.5215686275)!important;outline:2px solid green}#player-table-container button:disabled{background-color:grey;border-color:#000}#player-table-container th,td,tr{color:#000}#opponent-btn{transform:translateX(1.4em);padding:.375em 1.35em}#team-btn{transform:translateX(3em);padding:.375em 1.35em}#man-btn,#zone-btn{margin:0}.player-select{display:none}.disabled:hover{cursor:default}.lg-modal-text{font-size:larger}.analyst-section-header{font-size:1.25em;font-weight:700;margin:.75em;text-align:left}.edit-possession-section{background-color:#f5f5f5;max-height:73vh;overflow-y:scroll}.edit-possession-section .top-level-section{background-color:rgba(138,5,255,.15);border:2px solid #8a05ff;border-radius:.75em;padding:.75em 1em;margin-bottom:1.5em}.edit-possession-section .action-events-section{background-color:rgba(5,101,255,.1);border:2px solid #0565ff;border-radius:.75em;padding:0 1em}.edit-possession-section .action-events-section .action-event-section{background-color:rgba(5,101,255,.15);padding:.75em 1em;margin-block:.7em;border-radius:.5em;box-shadow:0 0 4px #083172}.edit-possession-section .action-events-section .action-event-section:first-of-type{margin-top:0}.edit-possession-section .action-events-section .action-event-section:last-of-type{margin-bottom:0}.jersey-number-grid{display:grid;grid-template-columns:repeat(6,1fr);place-items:center}.jersey-number-option{font-weight:700;padding:.75em 1em;border-radius:.5em}.jersey-number-option.disabled:hover{cursor:default;background-color:initial;color:initial}.jersey-number-option.active,.jersey-number-option:hover{cursor:pointer;background-color:var(--clr-fca-blue);color:#fff;font-weight:bolder}.court,.shot-chart-zone,.shot-chart-zone-stats,rect#left-wing+foreignObject{fill:#7a7a7a;stroke:#2b2b2b;stroke-width:4;stroke-miterlimit:10}.shot-chart-zone:hover{fill:#43b0f1!important;cursor:pointer}.shot-chart-zone.selected{fill:#00619b}#shot-chart-select{display:grid;grid-template-columns:65% 35%}.shot-chart-label{fill:var(--clr-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:700;pointer-events:none}.shot-chart-label-main,.shot-chart-label-secondary{font-size:45px}#shot-charts-page-grid{display:grid;grid-template-columns:17% 83%;margin-bottom:7em}.filter-container{display:flex;flex-direction:column}.filter-container.disabled{background:#b0b0b0;color:#6c6060}.filter-container.disabled:hover .parent-row{background:#b0b0b0;color:#6c6060;pointer-events:none}#shot-charts-filter-sidebar{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;border-radius:.25rem;background-color:#fafafa}#shot-charts-page-grid #shot-charts-filter-sidebar{margin-left:2em}#shot-charts-page-grid #shot-charts-page-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:translateX(30%)}.parent-row{display:flex;justify-content:space-between;align-items:center;padding:.85em 1em;border:1px solid #e2e4e9;width:100%}#shot-charts-filter-sidebar>.filter-container:first-child{border-top-left-radius:8px;border-top-right-radius:8px}#shot-charts-filter-sidebar>.filter-container:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.title-with-count{display:flex;grid-gap:.35rem;gap:.35rem;align-items:baseline}.title-with-count>small{color:#818898;font-weight:600}.parent-row:hover{background:#f6f7f8;border-color:#d6dae0;color:#21242c;cursor:pointer;transition:background .12s ease,border-color .12s ease}.parent-row>small{font-size:.75em;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}.child-row{display:flex;justify-content:space-between;padding:.7em 1em;border:1px solid #e8eaed;width:100%}.child-row:hover{background:#f6f7f8;border-color:#d6dae0;color:#21242c;cursor:pointer;transition:background .12s ease,border-color .12s ease}.child-row>span{font-size:.85em;margin-left:2em}.child-row>small{font-size:.75em;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}.child-row.all-none{justify-content:flex-start;grid-gap:.5em;gap:.5em;padding:.6em 1em .6em 1.5em;border:1px solid #e8eaed;border-top:none;background:#fff}.child-row.all-none:hover{background:#f6f7f8;cursor:default}.child-row.game-filters{justify-content:flex-start;grid-gap:.75em;gap:.75em;padding:.6em 1em .6em 1.5em;border:1px solid #e8eaed;border-top:none;flex-wrap:wrap;background:#fff}.child-row.game-filters:hover{background:#dedede;cursor:default}#player-shot-charts-page-content{display:flex;flex-direction:column;align-items:center;grid-gap:2em;gap:2em}.scout-report-overview .scout-report-pdf-page{break-inside:avoid;page-break-inside:avoid}.scout-report-overview .scout-report-pdf-break{break-before:page;page-break-before:always}.scout-report-overview .shot-chart-wrapper{break-inside:avoid;page-break-inside:avoid}.scout-report-overview-layout{align-items:start;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:220px minmax(0,1000px);justify-content:center;max-width:1240px}.scout-report-overview-layout--nav-collapsed{grid-template-columns:minmax(0,1000px);max-width:1000px}.scout-report-context-aside{align-self:start;position:-webkit-sticky;position:sticky;top:5rem;width:220px;z-index:5}.scout-report-context-nav-list{display:block}.scout-report-context-nav a{display:block;line-height:1.2;white-space:normal}.scout-report-pdf-only{display:none}.scout-report-overview-content{max-width:1000px;width:100%}@media(max-width:1099px){.scout-report-overview-layout{display:block;max-width:1000px}.scout-report-context-aside{margin-bottom:1rem;position:static;width:100%}}.scout-report-pdf-export .scout-report-pdf-page{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;line-height:1.25}.scout-report-pdf-export .scout-report-pdf-page td,.scout-report-pdf-export .scout-report-pdf-page th{line-height:1.25;vertical-align:middle!important}.scout-report-pdf-export .cell-span,.scout-report-pdf-export .h-full>span,.scout-report-pdf-export .percentile-cell{line-height:1}.scout-report-pdf-export .h-full>span,.scout-report-pdf-export .percentile-cell{display:inline-flex;align-items:center;justify-content:center}.scout-report-pdf-export table .rounded-full{background:transparent!important;border-radius:0!important;display:inline!important;line-height:inherit!important;padding:0!important}.scout-report-pdf-export .h-full>span{transform:translateY(-5px)}@media print{body.scout-report-overview-printing{background:#fff!important;margin:0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}body.scout-report-overview-printing *{visibility:hidden!important}body.scout-report-overview-printing #root,body.scout-report-overview-printing #root :has(.scout-report-overview){background:transparent!important;display:block!important;height:auto!important;margin:0!important;min-height:0!important;overflow:visible!important;padding:0!important;position:static!important;width:auto!important}body.scout-report-overview-printing #root :not(.scout-report-overview):not(.scout-report-overview *):not(:has(.scout-report-overview)){display:none!important}body.scout-report-overview-printing .scout-report-overview,body.scout-report-overview-printing .scout-report-overview *{visibility:visible!important}body.scout-report-overview-printing .scout-report-overview{background:#fff!important;left:0!important;margin:0!important;max-width:none!important;padding:0!important;position:absolute!important;top:0!important;width:100%!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}body.scout-report-overview-printing .scout-report-overview>*{margin-top:0!important}body.scout-report-overview-printing .scout-report-pdf-page{break-inside:avoid;margin-top:0!important;page-break-inside:avoid;-webkit-print-color-adjust:exact;print-color-adjust:exact}body.scout-report-overview-printing .scout-report-pdf-break{break-before:page;page-break-before:always}body.scout-report-overview-printing .scout-report-overview>.scout-report-pdf-page:first-of-type{break-before:auto;page-break-before:auto}body.scout-report-overview-printing .pdf-btn,body.scout-report-overview-printing .pdf-hide,body.scout-report-overview-printing .scout-report-overview button:not(.scout-archetype-button),body.scout-report-overview-printing .scout-report-overview input,body.scout-report-overview-printing .scout-report-overview select,body.scout-report-overview-printing .scout-report-overview textarea{display:none!important}body.scout-report-overview-printing .scout-defense-section,body.scout-report-overview-printing .scout-team-stats-personnel-page{margin-top:40px!important}body.scout-report-overview-printing .scout-archetype-button{display:inline-flex!important}body.scout-report-overview-printing .key-personnel .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}body.scout-report-overview-printing .key-personnel .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.scout-report-overview-printing .scout-report-overview-layout{display:block!important;max-width:none!important}body.scout-report-overview-printing .scout-report-overview-content{max-width:none!important}body.scout-report-overview-printing .scout-report-pdf-only{display:block!important;visibility:visible!important}body.scout-report-overview-printing .scout-report-team-shot-chart{background:#fff!important;border:1px solid #dcdfe5!important;border-radius:.75rem!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;box-sizing:border-box!important;break-inside:avoid!important;margin-top:1.5rem!important;page-break-inside:avoid!important;padding:1.5rem!important;width:100%!important}body.scout-report-overview-printing .scout-report-team-shot-chart-wrap{border:1px solid #dcdfe5!important;border-radius:.25rem!important;margin:0 auto!important;width:80%!important}body.scout-report-overview-printing .scout-report-team-shot-chart-wrap .shot-chart-wrapper{margin:0 auto!important;width:100%!important}body.scout-report-overview-printing .scout-report-team-shot-chart-wrap svg{display:block!important;height:auto!important;width:100%!important}body.scout-report-overview-printing .scout-player-card{border:none!important;box-shadow:none!important;box-sizing:border-box!important;break-inside:auto!important;page-break-inside:auto!important;padding:.35in .45in!important;width:100%!important}body.scout-report-overview-printing .scout-player-header{break-inside:avoid!important;flex-direction:column!important;grid-gap:.75rem!important;gap:.75rem!important;margin-bottom:1rem!important;page-break-inside:avoid!important}body.scout-report-overview-printing .scout-player-card-identity{align-items:flex-start!important;width:100%!important}body.scout-report-overview-printing .scout-player-jersey{font-size:1.125rem!important}body.scout-report-overview-printing .scout-player-name{font-size:1.75rem!important;line-height:1.2!important}body.scout-report-overview-printing .scout-player-position{font-size:.95rem!important;margin-top:.15rem!important}body.scout-report-overview-printing .scout-player-card .scout-archetype-button,body.scout-report-overview-printing .scout-player-card .scout-archetype-button+span,body.scout-report-overview-printing .scout-player-card span.text-sm.px-3{font-size:.95rem!important;padding:.35rem .75rem!important}body.scout-report-overview-printing .scout-player-card-stats{grid-template-columns:repeat(7,minmax(0,1fr))!important}body.scout-report-overview-printing .scout-player-stat{padding:.5rem .35rem!important}body.scout-report-overview-printing .scout-player-stat-value{font-size:1.125rem!important}body.scout-report-overview-printing .scout-player-stat-label{font-size:.7rem!important;letter-spacing:.04em!important;text-transform:uppercase!important}body.scout-report-overview-printing .scout-player-body{display:flex!important;flex-direction:column!important;grid-gap:1rem!important;gap:1rem!important}body.scout-report-overview-printing .scout-player-card-visuals{display:contents!important}body.scout-report-overview-printing .scout-player-card-shooting-bars{display:grid!important;grid-gap:.75rem 1.25rem!important;gap:.75rem 1.25rem!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-bottom:.5rem!important;order:1!important}body.scout-report-overview-printing .scout-player-card-shooting-bars>.space-y-1 .flex{font-size:.95rem!important}body.scout-report-overview-printing .scout-player-card-shooting-bars .h-2{height:.65rem!important}body.scout-report-overview-printing .scout-player-shot-chart-wrap{border:1px solid #dcdfe5!important;flex-shrink:0!important;margin:.15in auto .25in!important;order:2!important;width:70%!important}body.scout-report-overview-printing .scout-player-shot-chart-wrap .shot-chart-wrapper{margin:0 auto!important;width:100%!important}body.scout-report-overview-printing .scout-player-shot-chart-wrap svg{display:block!important;height:auto!important;width:100%!important}body.scout-report-overview-printing .scout-player-card-notes{order:3!important}body.scout-report-overview-printing .scout-player-card-notes li{font-size:1.1rem!important;line-height:1.5!important}body.scout-report-overview-printing .scout-player-card-notes .space-y-3>li+li{margin-top:.75rem!important}body.scout-report-overview-printing .scout-player-card-notes svg{height:1.15rem!important;width:1.15rem!important}body:not(.scout-report-overview-printing) #shot-charts-page-grid{position:relative}body:not(.scout-report-overview-printing) #shot-charts-page-content{top:300mm;left:100mm}}#shot-charts-page-content{position:fixed;left:60%;top:47.5%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;grid-gap:2em;gap:2em}#shot-charts-page-content.not-sticky{position:static;transform:translate(0)}#shot-chart-stats-bar{grid-gap:1rem;gap:1rem;padding:0 1em;border-radius:12px;border:1px solid #e2e4e9}#shot-chart-stats-bar,.shot-chart-select-bar{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);align-items:center}.shot-chart-select-bar{grid-gap:.75rem;gap:.75rem;border-radius:4px;border:1px solid #e2e4e9}.shot-chart-select-option{-webkit-appearance:none;appearance:none;border:none;background:transparent;padding:.35rem .65rem;border-radius:3px;color:#2b303b;font-weight:600;cursor:pointer}.shot-chart-select-option:hover{background:#fafafa}.shot-chart-select-option.selected{background:#f4f4f4;border:1px solid #d6dae0}#shot-chart-stats-bar>.shot-chart-stat{display:flex;flex-direction:column;align-items:center;padding:.5em 0}#shot-chart-stats-bar>.shot-chart-stat>span:first-child{color:#737b8c;font-size:.8rem;font-weight:600;letter-spacing:.01em}#shot-chart-stats-bar>.shot-chart-stat>span:last-child{color:#21242c;font-size:1.2rem;font-weight:700}#shot-chart-stats-bar>.shot-chart-stat+.shot-chart-stat{border-left:1px solid #e8eaed;padding-left:1rem;margin-left:.25rem}@media(max-width:850px){#shot-chart-stats-bar{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:.25rem;row-gap:.25rem;grid-column-gap:.75rem;column-gap:.75rem;padding:.75em;width:100%}#shot-chart-stats-bar>.shot-chart-stat{padding:0;border-left:none;margin-left:0}#shot-chart-stats-bar>.shot-chart-stat>span:last-child{font-size:1.25rem}}.traditional-shot-chart-stat{display:flex;flex-direction:column;justify-content:center;align-items:center}.traditional-shot-chart-stat>.makes-attempts{font-size:2rem}#navbar{background:var(--gradient-blue-dark-blue)}#navbar a{color:#f5f5f5!important}#analyst-haeader-brand{margin-left:2em;height:1.5rem}#analystNavbarText{font-style:normal;font-weight:500;font-size:1em;line-height:33px;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.25)}#analystCont{margin:0 auto;text-align:center}#analystTable{margin-left:auto;margin-right:auto;margin-bottom:5em}#analystHeading{text-align:center}.jersey-color{border-radius:.5rem!important;padding:2px!important}#actions-container>div{cursor:pointer}.player-controls-flex{display:flex;align-items:center;justify-content:center;position:relative;grid-gap:.9rem;gap:.9rem}.player-delete-icon:hover:after,.player-edit-icon:hover:after,.player-profile-link-icon:hover:after{right:100!important;top:0!important}#addPlayerModal{align-content:center}.rosterForm{margin:0 auto}#playerFormButton{float:right}#upload-page-container{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-row-gap:2em;row-gap:2em;margin-top:4em}h3{text-align:center}#header{border-radius:10px 10px 10px 10px;background-color:#d3d3d3;margin-left:550px;margin-right:550px;border:1px solid #000;padding:30px}#form{text-align:center}.upload-form{margin:0 auto;width:100%}#checkboxes-container{display:grid;grid-template-columns:repeat(3,1fr);justify-items:left}#checkboxes-container>.form-check:last-of-type{grid-column:span 2}#checkboxes-flex>div:nth-child(3){justify-self:flex-end}#confirm-analytics-breakdown{grid-column:span 2}#confirm-analytics-breakdown+label{font-weight:500}.circle-picker{width:auto!important;background-color:rgba(0,0,0,.14901960784313725);padding:1em 2em;border-radius:.5em;margin-bottom:1.5em!important}#opponent-jersey-color,#scout-away-jersey-color,#scout-home-jersey-color,#team-jersey-color{display:inline-block;position:relative;width:2.5em;height:1.5em;border-radius:.5em;margin-left:1em}#opponent-jersey-color:before,#scout-away-jersey-color:before,#scout-home-jersey-color:before,#team-jersey-color:before{content:"";position:absolute;width:3em;height:2em;border-radius:.5em;background:rgba(0,0,0,.14901960784313725);transform:translate(-.25em,-.25em);z-index:-1}.file-picker--modal .file-picker__list{max-height:240px;overflow-y:auto;margin-top:1.25rem}.file-picker--modal .file-picker__item{background:#f8f9fb;border-color:#e2e8f0}.multi-option-switch-flex{display:flex;border:1px solid transparent;box-shadow:inset 0 0 5px #424242;border-radius:9999px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#e5e8eb;position:relative}.active-marker{display:flex;justify-content:center;align-items:center;position:absolute;top:3px;left:3px;background:var(--gradient-blue-dark-blue);border-radius:9999px;height:calc(3.5em - 6px);font-weight:500;box-shadow:0 0 7px #707070;cursor:pointer}.active-marker>span{color:#f5f5f5!important}.multi-option-switch-flex>.option{cursor:pointer;color:var(--clr-med-dark);font-weight:500;padding:1em;white-space:nowrap}.multi-option-switch-flex>.option.active{background:var(--gradient-blue-dark-blue);color:#fff;border-radius:999999px;margin:2px;box-shadow:var(--box-shadow-sm);pointer-events:none}#player-profile-tables-container .multi-option-switch-flex>.option{font-weight:400;font-size:10px}.file-dropzone-container{width:100%;margin:20px 0}.dropzone{border:2px dashed #ccc;border-radius:8px;padding:40px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fafafa}.dropzone:hover{border-color:#999;background-color:#f0f0f0}.dropzone.active{border-color:#2196f3;background-color:#e3f2fd}.dropzone p{margin:0;color:#666;font-size:16px}.files-list{margin-top:20px}.files-list h5{margin-bottom:10px;color:#333;font-weight:600}.file-item{display:flex;align-items:center;padding:12px;margin-bottom:8px;background-color:#fff;border:1px solid #ddd;border-radius:6px;transition:all .2s ease}.file-item:hover{background-color:#f8f9fa;box-shadow:0 2px 4px rgba(0,0,0,.1)}.file-item.dragging{opacity:.5;background-color:#e3f2fd}.drag-handle{cursor:grab;padding:0 10px;margin-right:10px;color:#999;display:flex;align-items:center}.drag-handle:active{cursor:grabbing}.drag-handle svg{fill:currentColor}.file-order-number{width:28px;height:28px;font-size:14px;margin-right:12px}.file-info{flex:1 1;display:flex;flex-direction:column}.file-name{font-weight:500;color:#333;margin-bottom:4px;word-break:break-word}.file-size{font-size:12px;color:#999}.remove-file-btn{background:none;border:none;color:#dc3545;font-size:24px;cursor:pointer;padding:0 10px;line-height:1;transition:color .2s ease}.remove-file-btn:hover{color:#a51b28}.file-order-list{margin-top:20px}.file-order-list h5{margin-bottom:15px;color:#333;font-weight:600}.file-order-item{display:flex;align-items:center;padding:12px;margin-bottom:10px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;transition:all .2s ease}.file-order-item:hover{background-color:#e9ecef;box-shadow:0 2px 4px rgba(0,0,0,.1)}.file-order-item.dragging{opacity:.5;background-color:#e3f2fd}.file-order-drag-handle{cursor:grab;padding:0 8px;margin-right:8px;color:#999;display:flex;align-items:center}.file-order-drag-handle:active{cursor:grabbing}.file-order-drag-handle svg{fill:currentColor}.file-order-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#007bff;color:#fff;border-radius:50%;font-weight:700;margin-right:15px;flex-shrink:0}.file-order-info{flex:1 1;display:flex;flex-direction:column}.file-order-name{font-weight:500;color:#333;margin-bottom:4px;word-break:break-word}.file-order-size{font-size:12px;color:#6c757d}.upload-progress-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.file-upload-item{display:flex;align-items:flex-start;padding:15px;margin-bottom:10px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;transition:all .3s ease}.file-upload-item.uploading{background-color:#e3f2fd;border-color:#2196f3}.file-upload-item.completed{background-color:#e8f5e9;border-color:#4caf50}.file-upload-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#007bff;color:#fff;border-radius:50%;font-weight:700;margin-right:15px;flex-shrink:0}.file-upload-item.completed .file-upload-number{background-color:#4caf50}.file-upload-info{flex:1 1;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.file-upload-name{font-weight:500;color:#333;word-break:break-word}.file-upload-size{font-size:12px;color:#6c757d;margin-bottom:4px}.file-upload-progress{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.file-upload-status{font-size:13px;font-weight:500;color:#6c757d}.file-upload-item.uploading .file-upload-status{color:#2196f3}.file-upload-item.completed .file-upload-status{color:#4caf50}#game-review-grid{position:relative;margin:1em 2em 2em;display:flex;flex-direction:column;grid-gap:1em;gap:1em}#top-section{--team-clr:#fff;--opponent-clr:#fff;margin-bottom:1em}#top-section:after{content:"";display:block;margin-top:3em;background:linear-gradient(90deg,transparent,var(--team-clr) 5%,var(--team-clr) 35%,var(--opponent-clr) 65%,var(--opponent-clr) 95%,transparent);height:2.5em}#game-review-date{grid-column:1/-1;width:100%;text-align:center;font-size:1.25em;font-weight:500}#game-review-select{width:20em}#game-result{display:grid;grid-template-columns:49% 2% 49%;justify-content:center;grid-gap:1em;gap:1em}#game-result>.team{display:flex;justify-content:flex-end;grid-gap:3em;gap:3em}.team.left{margin-right:.75em}.team.right{justify-self:left;margin-left:.75em}.team.loser{opacity:.5;z-index:-1}.team .team-name{position:relative;font-size:2.25em;font-weight:500;align-self:center}.team .team-name:after{content:attr(data-location);position:absolute;display:block;font-size:1.5rem;font-weight:400}.team.left .team-name:after{right:0}.team .team-score{font-size:4.5em;font-weight:500}.box-score-grid{display:grid;grid-template-areas:"boxScore      barChart" "shootingChart barChart"}.box-score-grid>div{margin:0 2em}@media (max-width:1700px){.box-score-grid{grid-template-areas:"boxScore      barChart" "shootingChart barChart"}.box-score-grid>div{margin:1.5em 2em}}@media (max-width:1100px){.box-score-grid{grid-template-areas:"boxScore shootingChart" "barChart barChart"}.box-score-grid>div{margin:1.5em 2em}}.box-score-grid .fca-bar-chart{grid-area:barChart;justify-self:center}.game-review-lineups-filters{display:flex;margin:3em;grid-gap:6em;gap:6em}.shooting-chart{grid-area:shootingChart;display:flex;justify-content:center;background-color:#fff;box-shadow:var(--box-shadow-sm);border-radius:.35em;margin:1em 2em;width:90%}.shooting-chart-column{display:flex;flex-direction:column;justify-content:space-evenly;width:100%;height:100%;padding:1em 2em}.shooting-chart-column h6{margin-bottom:0}.shooting-chart-column>.bottom-row,.shooting-chart-column>.top-row{display:flex;flex-direction:column}@media (max-width:1000px){.shooting-chart{flex-direction:column;width:75vw}.shooting-chart-column:first-of-type{padding-bottom:1em;border-bottom:2px solid #a5a5a5}.shooting-chart-column:last-of-type{padding-top:1em}}.stat-bar-with-number{display:grid;grid-template-columns:75% 25%;grid-gap:1em;gap:1em;align-items:center}.stat-bar-with-number>span{font-size:large;font-weight:500}.stat-bar{width:100%;height:1.4em;background:#cdd6d6;border-radius:9999999px}#lineups-page-container{align-items:center;display:flex;flex-direction:column}#lineups-page-container .filters-flex{width:90vw}#lineups-table{padding:0 3.5em;width:-webkit-fill-available}#lineups-table tbody>tr>td:first-of-type{text-align:left;padding-left:5ch}.on-off-table tbody>tr>td:first-of-type{text-align:center!important;padding-left:0!important}.def-lineups-head,.off-lineups-head{font-weight:600;font-size:xx-large}.off-lineups-head{grid-column:2/3}.def-lineups-head{grid-column:3/4}.lineups-table-content{grid-column-start:1;grid-column-end:11;place-self:stretch!important}.lineups-stats-type-head{text-align:left;padding-left:2em!important;font-weight:600;font-size:xx-large}.off-def-separator{border-left:1.5px solid #737373!important}#play-eff-header{text-align:center}#play-eff-grid{display:flex;flex-direction:column;margin:0 auto;align-items:center;width:95%}.play-eff-content-wrapper{width:100%}#play-eff-loading-spinner,#shot-type-loading-spinner{display:flex;justify-content:center;margin-top:4em}#play-eff-sidebar-filters{background-color:#e6e6e6;height:100vh;width:15vw;transform:translateX(-100%);transition:all .75s;box-shadow:0 0 10px rgba(0,0,0,.5)}#play-eff-sidebar-filters.show{transform:translateX(0)}#play-eff-sidebar-filters>ul{list-style-type:none;padding-left:0}#play-eff-sidebar-filters>ul>li{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #636363}#play-eff-sidebar-filters>ul>li:hover{cursor:pointer;background:var(--gradient-blue-dark-blue);color:#f5f5f5}#play-eff-sidebar-filters label{width:100%;height:100%;padding:1em}#play-eff-sidebar-filters svg{margin-right:1em}input[name=action-filter],input[name=shot-filter]{display:none}.play-eff-filter-label{margin-bottom:0}.play-eff-filter-label:hover,input[name=action-filter]:hover{cursor:pointer}#game-stats-dropdown{display:inline-flex}#teamStatsTable{min-width:90%;width:80%}.time-team-tables{position:relative;padding-bottom:4em;margin-bottom:6em}.time-team-tables:after{content:"";position:absolute;justify-self:center;bottom:0;right:0;height:2px;width:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.3) 5%,rgba(0,0,0,.3) 95%,transparent)}.editable-list-header-flex{display:flex;justify-content:space-between}.editable-list-header{margin:0 0 .25em .5em}.editable-list{height:clamp(3em,6em,7em);width:17em;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:0;background-color:initial;display:flex;flex-direction:column;overflow-y:scroll}.editable-list::-webkit-scrollbar{width:.6em}#editable-list-all-none-flex{display:flex;grid-gap:.5em;gap:.5em}.list-option{display:grid;grid-template-columns:9fr 1fr;padding:0 .75em;scroll-snap-align:start none}.list-option:hover{background-color:#f6f7f8;cursor:default}.list-option-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-list-flex{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.emove-selected-game-icon>path{stroke:grey}.emove-selected-game-icon:hover>path{stroke:#1a1a1a}.list-option-lrg-wrapper{position:relative}.list-option-lrg{display:flex;width:100%;justify-content:space-between;font-weight:500;font-size:16px;padding:.5em .75em;border-radius:8px;border:1px solid #e8eaed;background:#fff;transition:background-color 75ms,border-color 75ms,box-shadow 75ms;cursor:pointer}.list-option-lrg-text.label{position:absolute;left:12ch;width:-webkit-max-content;width:max-content}.list-option-lrg:hover{background-color:#fafafa;border-color:#d6d6d6}.list-option-lrg.selected:hover{opacity:.95}.list-option-lrg.selected{background:#f0f6ff;color:#2b303b;border-color:#bfdbfe}#add-selection{color:rgba(0,0,0,.5)}#add-selection:hover{cursor:pointer;color:rgba(0,0,0,.8)}.editable-list-modal-toolbar{display:flex;justify-content:space-between;align-items:center;grid-gap:1em;gap:1em;margin-bottom:.75em}#editable-list-search{flex:1 1;border:1px solid #e2e4e9;border-radius:8px;padding:.5em .75em;outline:none;transition:border-color .12s,box-shadow .12s}#editable-list-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.fca-switch{display:grid;grid-template-columns:50% 50%;justify-items:center;align-items:center;border-radius:10px;box-shadow:inset 0 0 5px #424242;background-color:#dfe3e7;border:1px solid #bdbdbd}.fca-switch-btn{width:100%;min-width:10ch;text-align:center;margin:0 1em;padding:.75em 0;font-weight:500;cursor:pointer}.fca-switch-btn.active{background:var(--gradient-blue-dark-blue);border-radius:8px;color:#f5f5f5}#tracking-analytics-table{min-width:90%;margin-top:5em}nav.sidebar{position:-webkit-sticky;position:sticky;inset:0;top:6vh;background-color:#fff;width:15ch;padding:1rem .5rem 1rem 1rem;height:94vh;justify-content:space-between;font-size:1.2em;border-right:1px solid #f1f1f1}nav.sidebar,nav.sidebar>.main{display:flex;flex-direction:column}nav.sidebar>.main{grid-gap:.9rem;gap:.9rem}nav.sidebar .nav-divider{height:1px;width:100%;margin:.4rem .25rem;background:linear-gradient(90deg,transparent,#e5e5e5 20%,#e5e5e5 80%,transparent)}nav.sidebar>.bottom{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}nav.sidebar a.link{cursor:pointer;color:#000;font-weight:300;font-size:13.5px;transition:transform .1s,font-weight .1s,background-color .12s,color .12s;display:flex;align-items:center;grid-gap:.4em;gap:.4em;padding:.45em .6em;border-radius:8px;position:relative}nav.sidebar a.link.active{font-weight:600;color:var(--clr-fca-blue)}nav.sidebar a.link:hover{text-decoration:none;transform:translateX(.2rem);font-weight:500;color:var(--clr-fca-blue)}nav.sidebar a.link.logo{align-self:center}nav.sidebar a.link.logo img{width:15ch}nav.sidebar a.link.upload{color:#f5f5f5;justify-content:center}nav.sidebar a.link.guides,nav.sidebar a.link.upload{text-align:center;border-radius:.25em;background-color:var(--clr-fca-blue);padding-block:.2em}nav.sidebar a.link.guides{text-wrap:nowrap}#user-sidebar{grid-area:sidebar;position:-webkit-sticky;position:sticky;inset:0;min-height:100vh;max-height:100vh;background:var(--gradient-blue-dark-blue);width:5rem;display:flex;flex-direction:column;transition:width .2s;z-index:1051}#user-sidebar.expanded{width:clamp(17em,15vw,15vw);z-index:9999}#sidebar-full-white-logo{width:9vw}#sidebar-circle-white-logo{padding:0 1.2em;max-width:2.5em}.sidebar-link{cursor:pointer;display:flex;justify-content:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,15%);padding:1.5rem}.sidebar-link svg{fill:hsla(0,0%,100%,.8);height:2rem;width:2rem}.sidebar-link.active svg,.sidebar-link:focus svg,.sidebar-link:hover svg{fill:#fff}.sidebar-icon{min-width:4vw}.sidebar-link>div:not(.sublink-list),.sublink-list>span{margin-left:1em;color:#f5f5f5;font-weight:500;font-size:larger}#analytics-submenu{display:flex;margin:0;background:red}#user-sidebar.expanded .sidebar-link{align-items:flex-start;justify-content:flex-start;padding-left:1.5em}#user-sidebar.expanded .sidebar-link#close-icon{width:100%;justify-content:end}.sidebar-link[data-tooltip]{position:relative}.sidebar-link[data-tooltip]:after{content:attr(data-tooltip);display:block;position:absolute;background-color:rgba(0,0,0,.7);color:#fff;border-radius:.175em;padding:.5em .75em;left:100%;font-size:.8em;white-space:nowrap;transform:scale(0);transition:transform .1s ease-out,left .1s ease-out}.sidebar-link[data-tooltip]:hover:after{transform:scale(1);transform-origin:left;left:calc(100% + .5em)}.sublink-list{display:flex;flex-direction:column}.sublink-child{margin-left:1em;color:#f5f5f5;font-weight:400;cursor:pointer;transition:transform .1s,opacity .1s;white-space:nowrap}.sublink-child:hover{transform:translateX(.2em);color:#d9d9d9}.player-details{display:grid;grid-template-columns:10% 90%;grid-template-areas:"playerPicture  playerTitle" "playerPicture  playerDescription";max-width:100%}#player-picture{--primary-clr:#aaa;--secondary-clr:#ddd;grid-area:playerPicture;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(120deg,var(--primary-clr) 30%,var(--secondary-clr));border-radius:50%;width:5.5em;height:5.5em;place-self:center}#player-picture>.initials{font-size:2em;font-weight:700;color:#f5f5f5}.player-name-season{text-decoration:none!important;margin-top:.75em!important;font-size:1.7em}.player-info{justify-self:left;font-size:1.25em;font-weight:300}#player-profile-select{position:absolute;top:7rem;right:7vw}#player-profile-tables-container{margin:0 auto}@media (max-width:1050px){#player-profile-tables-container{margin-right:2rem;margin-left:3.5rem}}.player-shooting-tables-container{display:flex;flex-direction:column}.player-profile-overview-container{display:flex;flex-direction:column;align-items:center;margin-top:1em}.player-extra-shooting-tables-container{display:flex;justify-content:space-between;margin-top:5em}.overview-charts{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:stretch}@media (max-width:1050px){.overview-charts{flex-direction:column;align-items:center;grid-gap:5rem;gap:5rem}}.overview-chart{background-color:#f5f5f5;box-shadow:var(--box-shadow-sm);border-radius:10px;padding:.75em .5em}.shooting-splits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"header header header" "knob0  knob1  knob2";grid-gap:.75em;gap:.75em;padding:.5em .5em .75em}@media (max-width:1400px){.shooting-splits{grid-column-gap:3em;column-gap:3em}}.player-bar-chart{padding-bottom:0;width:100%}.overview-chart-header{grid-area:header;padding-bottom:.25rem;font-size:1.25em;font-weight:700}.player-contested-tables-container,.player-two-three-pointers-tables-container{display:grid;grid-template-columns:50% 50%;grid-column-gap:5em;column-gap:5em;justify-content:space-evenly;align-items:baseline}.player-extra-table{width:16vw}.player-on-off-tables-container{display:grid;grid-template-columns:1fr}.player-on-off-tables{display:flex;grid-gap:8em;gap:8em}#player-on-off-switch{margin:2em;justify-self:center}.blue-dark-blue-header{background:var(--gradient-blue-dark-blue)}.blue-dark-blue-header th{color:#f5f5f5!important}.ClipsPlaylist_playlistPage__2xEnQ{display:flex;flex-direction:column;height:var(--clips-playlist-height,100vh);max-height:var(--clips-playlist-height,100vh);min-height:0;overflow:hidden;background-color:#f7f8fb}.ClipsPlaylist_container__2pVbt{display:flex;flex:1 1;min-height:0;overflow:hidden}.ClipsPlaylist_loadingPane__1Bp6a{width:50vw;margin:auto}.ClipsPlaylist_player__3gZui{position:relative;flex-direction:column;align-self:stretch;justify-content:center;min-width:0;height:100%;max-height:100%;margin:0;background-color:#1b1b1b;outline:1px solid #aaa}.ClipsPlaylist_player__3gZui,.ClipsPlaylist_videoPlayerFrame__2Gp45{display:flex;flex:1 1 auto;min-height:0;overflow:hidden}.ClipsPlaylist_videoPlayerFrame__2Gp45 video{object-fit:contain}.ClipsPlaylist_fakePlayer__2ZwNt{position:relative;width:100%;height:100px;background-color:#d9d9d9}.ClipsPlaylist_fakePlayer__2ZwNt:before{content:"No possessions are available for this current filter configuration.";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25em;white-space:nowrap}.ClipsPlaylist_clipsTablePanel__3nIS3{position:relative;flex:0 0 auto;min-height:180px;margin-top:.5rem;background-color:#fff;border-top:1px solid #d6dce5;box-shadow:0 -2px 10px rgba(15,23,42,.14)}.ClipsPlaylist_clipsTablePanelCollapsed__2Auc5{height:42px!important;min-height:42px;overflow:hidden}.ClipsPlaylist_clipsResizeHandle__2X4wz{position:absolute;top:-8px;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:88px;height:14px;transform:translateX(-50%);border:1px solid #cbd5e1;border-radius:999px;background-color:#fff;color:#64748b;cursor:ns-resize}.ClipsPlaylist_clipsTablePanelHeader__2BMEq{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;height:42px;padding:0 1rem;border-bottom:1px solid #e2e8f0;color:#334155;background-color:#f8fafc}.ClipsPlaylist_clipsTableCollapseButton__2_GA4{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:#64748b;cursor:pointer}.ClipsPlaylist_clipsTableCollapseButton__2_GA4:hover{background-color:#e8eef7;color:var(--clr-fca-blue)}.ClipsPlaylist_clipsTablePanelTitle__XcUip{display:inline-flex;align-items:center;grid-gap:.45rem;gap:.45rem;font-size:.88rem;font-weight:700}.ClipsPlaylist_clipsTableCount__zZ8h5,.ClipsPlaylist_clipTabCount__uBKO-{font-size:.82rem;font-weight:700;color:#334155}.ClipsPlaylist_clipsTablePanelBody__2h1qA{height:calc(100% - 42px);min-height:0}.ClipsPlaylist_possessions__1Z96e{overflow-y:scroll;scrollbar-width:none;margin-right:.5em;padding:4px .1em 0 .5em}.ClipsPlaylist_possessions__1Z96e table{font-size:1.5vmin;box-shadow:0 0 4px #aaa}.ClipsPlaylist_possessions__1Z96e table td,.ClipsPlaylist_possessions__1Z96e table th{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:17vw}.ClipsPlaylist_possessionsList__2Qn0R{display:flex;flex-direction:column;grid-gap:.75em;gap:.75em;padding:.5em 0}.ClipsPlaylist_selectionToolbar__3KNBx{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.4em;gap:.4em;padding:.1em 0}.ClipsPlaylist_selectionControlsRow__2RaBx{display:flex;align-items:center;grid-gap:.75em;gap:.75em}.ClipsPlaylist_selectionCheckbox__1TXSX{display:inline-flex;align-items:center;grid-gap:.45em;gap:.45em;margin-bottom:0;color:#333;font-size:.9em;font-weight:500}.ClipsPlaylist_selectionCheckbox__1TXSX input{margin:0;cursor:pointer}.ClipsPlaylist_clearSelectionButton__3Lfc0{border:none;background:transparent;padding:0;color:#0068fa;font-size:.9em;line-height:1;cursor:pointer}.ClipsPlaylist_clearSelectionButton__3Lfc0:hover{text-decoration:underline}.ClipsPlaylist_clearSelectionButton__3Lfc0:disabled{color:#999;cursor:default;text-decoration:none}.ClipsPlaylist_selectionDownloadButton__1D39J{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5em;gap:.5em;padding:.2rem .65rem;font-size:.8rem;font-weight:600}.ClipsPlaylist_possessionsTableMode__6vnit{display:flex;flex-direction:column;min-height:0;background-color:#fff}.ClipsPlaylist_clipsTableToolbar__1FG6L{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:0 0 auto;min-height:42px;padding:.35rem 1rem;border-bottom:1px solid #e5e7eb;background-color:#fff}.ClipsPlaylist_clipTabs__Ia6oy{display:inline-flex;align-items:center;grid-gap:.25rem;gap:.25rem;padding:.16rem;border:1px solid #d9dee7;border-radius:5px;background-color:#f3f6fa}.ClipsPlaylist_clipTabs__Ia6oy button{min-width:78px;padding:.18rem .55rem;border:none;border-radius:4px;background:transparent;color:#64748b;font-size:.72rem;font-weight:800;letter-spacing:0;cursor:pointer}.ClipsPlaylist_clipTabs__Ia6oy .ClipsPlaylist_activeClipTab__3Z0Qi{background-color:#fff;color:#1f2937;box-shadow:0 1px 2px rgba(15,23,42,.12)}.ClipsPlaylist_tableSelectionToolbar__2H2EX{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-left:auto}.ClipsPlaylist_playlistToolbarControls__1byqa{display:flex;align-items:center;grid-gap:.85rem;gap:.85rem;margin-left:auto;min-width:0}.ClipsPlaylist_autoplaySwitch__UQy0z{position:relative;width:44px;height:24px;flex:0 0 auto;padding:0;border:none;border-radius:999px;background-color:#d7dce5;box-shadow:inset 0 0 2px rgba(15,23,42,.08);cursor:pointer}.ClipsPlaylist_autoplaySwitch__UQy0z span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background-color:#fff;box-shadow:0 1px 3px rgba(15,23,42,.2);transition:transform .16s ease}.ClipsPlaylist_autoplaySwitchOn__1b9Z5{background-color:rgba(0,176,255,.72)}.ClipsPlaylist_autoplaySwitchOn__1b9Z5 span{transform:translateX(20px)}.ClipsPlaylist_autoplayLabel__3riIa{color:#111827;font-size:.95rem;font-weight:700;white-space:nowrap}.ClipsPlaylist_playlistActionButton__1d1-c,.ClipsPlaylist_playlistNavButton__1TPJ3{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;height:32px;border:none;border-radius:4px;background-color:transparent;color:#111827;font-size:.88rem;font-weight:700;cursor:pointer;white-space:nowrap}.ClipsPlaylist_playlistActionButton__1d1-c svg,.ClipsPlaylist_playlistNavButton__1TPJ3 svg{color:#64748b;font-size:.92rem}.ClipsPlaylist_playlistActionButton__1d1-c:hover,.ClipsPlaylist_playlistNavButton__1TPJ3:hover{color:var(--clr-fca-blue);background-color:#eef5ff}.ClipsPlaylist_playlistActionButton__1d1-c:disabled,.ClipsPlaylist_playlistNavButton__1TPJ3:disabled{color:#94a3b8;cursor:default;background-color:transparent}.ClipsPlaylist_playlistNavButton__1TPJ3{padding:0 .35rem}.ClipsPlaylist_playlistActionButton__1d1-c{height:36px;padding:0 1rem;border:1px solid #d6dce5;background-color:#fff;color:#64748b;box-shadow:0 1px 2px rgba(15,23,42,.08);font-weight:700}.ClipsPlaylist_playlistActionButton__1d1-c svg{font-size:1rem}.ClipsPlaylist_toolbarDivider__1VOTK{width:1px;height:30px;background-color:#e2e8f0}.ClipsPlaylist_emptyClipsTableCell__37Wk3{height:88px!important;color:#64748b;text-align:center}.ClipsPlaylist_addSectionButton__1JJv3{display:flex;align-items:center;grid-gap:.5em;gap:.5em;padding:.75em;border:2px dashed #ccc;border-radius:4px;cursor:pointer;color:#666;font-weight:500;transition:all .2s;background-color:#fafafa}.ClipsPlaylist_addSectionButton__1JJv3:hover{border-color:#0068fa;color:#0068fa;background-color:#f0f7ff}.ClipsPlaylist_addToSectionBtn__3EdJt{margin-left:auto;display:flex;align-items:center;justify-content:center;padding:.5em;color:#666;cursor:pointer;border-radius:3px;transition:background-color .1s}.ClipsPlaylist_addToSectionBtn__3EdJt:hover{background-color:#dfdfdf}.ClipsPlaylist_sectionSelectList__1Pomh{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.ClipsPlaylist_sectionSelectItem__CObXH{display:flex;align-items:center;grid-gap:.75em;gap:.75em;padding:.75em;background-color:#f5f5f5;border-radius:4px;cursor:pointer;transition:all .2s;border:2px solid transparent}.ClipsPlaylist_sectionSelectItem__CObXH:hover{background-color:#e8f4f8}.ClipsPlaylist_sectionSelectItem__CObXH.ClipsPlaylist_selected__FPski{background-color:#e8f4f8;border-color:#0068fa}.ClipsPlaylist_sectionSelectItem__CObXH>span:first-of-type{flex:1 1;font-weight:500;color:#333}.ClipsPlaylist_sectionContainer__vQNI-{background-color:#f5f5f5;border-radius:4px;padding-bottom:.5em}.ClipsPlaylist_sectionHeader__ogU51{display:flex;align-items:center;grid-gap:.5em;gap:.5em;padding:.75em;background-color:#f5f5f5;border-radius:4px;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none}.ClipsPlaylist_sectionHeader__ogU51:hover{background-color:#eee}.ClipsPlaylist_folderIcon__2-AxR{color:#666;font-size:1.1em}.ClipsPlaylist_sectionTitle__3rgAR{font-weight:600;color:#333;font-size:.95em}.ClipsPlaylist_sectionBadge__X0Fgy{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 8px;background-color:#d6d6d6;border-radius:5px;font-size:.75em;font-weight:600}.ClipsPlaylist_chevronIcon__TQ3tW{color:#666;font-size:.9em}.ClipsPlaylist_sectionContent__12ZF2{margin-top:.5em;display:flex;flex-direction:column;grid-gap:.75em;gap:.75em;padding-left:.5em}.ClipsPlaylist_sectionOrderList__3k1rk{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;margin-top:.5em}.ClipsPlaylist_sectionOrderItem__3ueYA{display:flex;align-items:center;grid-gap:.75em;gap:.75em;padding:.75em;background-color:#f5f5f5;border-radius:4px;cursor:move;transition:all .2s;border:1px solid transparent}.ClipsPlaylist_sectionOrderItem__3ueYA:hover{background-color:#eee;border-color:#ddd}.ClipsPlaylist_sectionOrderItem__3ueYA.ClipsPlaylist_dragging__1er0k{opacity:.5;background-color:#e8f4f8}.ClipsPlaylist_sectionOrderItem__3ueYA.ClipsPlaylist_dragOver__v3Z2c{border-color:#0068fa;background-color:#e8f4f8}.ClipsPlaylist_sectionOrderItem__3ueYA.ClipsPlaylist_previewItem__3DL-Z{cursor:default;background-color:#e8f4f8;border-color:#0068fa}.ClipsPlaylist_dragHandle__tAOCd{color:#999;cursor:grab;font-size:1.1em}.ClipsPlaylist_dragHandle__tAOCd:active{cursor:grabbing}.ClipsPlaylist_sectionOrderTitle__2WnSg{flex:1 1;font-weight:500;color:#333}.ClipsPlaylist_newBadge__OHnTq{display:inline-block;padding:2px 8px;background-color:#0068fa;color:#fff;border-radius:12px;font-size:.75em;font-weight:600}.ClipsPlaylist_deleteSectionBtn__wMeR_{color:#dc3545;padding:.25em .5em;font-size:.9em}.ClipsPlaylist_deleteSectionBtn__wMeR_:hover{color:#c82333;background-color:transparent}.ClipsPlaylist_possessionCard__2wxDv{background-color:#f5f5f5;border-left:4px solid #87ceeb;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:4px;padding:.75em .75em 0;cursor:pointer;transition:background-color .2s,box-shadow .2s}.ClipsPlaylist_possessionCard__2wxDv:hover{background-color:#eee;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ClipsPlaylist_possessionCard__2wxDv.ClipsPlaylist_active__2VpNt{background-color:#e8f4f8;border-left-color:#0068fa;box-shadow:0 2px 6px rgba(0,0,0,.15)}.ClipsPlaylist_selectedForDownload__2cA4G{outline:2px solid #0068fa;outline-offset:1px}.ClipsPlaylist_cardContent__w58iB{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em}.ClipsPlaylist_possessionHeaderRow__2_Llc{display:flex;align-items:flex-start;grid-gap:5px;gap:5px}.ClipsPlaylist_downloadCheckbox__1HAeA{display:inline-flex;align-items:center;margin-bottom:0;margin-left:-5px}.ClipsPlaylist_downloadCheckbox__1HAeA input{margin:0;cursor:pointer}.ClipsPlaylist_cardTags__1CnZi{display:flex;align-items:center;grid-gap:.5em;gap:.5em;flex-wrap:wrap;margin-bottom:.25em;position:relative}.ClipsPlaylist_cardEvents__18AGF{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;margin-top:.25em}.ClipsPlaylist_eventGroup__35qok{display:flex;grid-gap:.5em;gap:.5em;flex-wrap:wrap;align-items:center;font-size:.9em;line-height:1.4}.ClipsPlaylist_actionText__3A29K{font-weight:700;color:#333}.ClipsPlaylist_playerText__2dNfL{font-weight:700;font-style:italic;color:#0068fa}.ClipsPlaylist_separator__1w7St{color:#999;margin:0 2px}.ClipsPlaylist_cardFooter__3xuXA{display:flex;flex-direction:column;grid-gap:.5em;gap:.5em;margin-top:.5em;padding-top:.5em;border-top:1px solid #ddd;font-size:.85em;color:#666}.ClipsPlaylist_quarterRow__3Zsn2{display:flex;align-items:center;grid-gap:.5em;gap:.5em}.ClipsPlaylist_dateRow__sppU3{display:flex;align-items:flex-start;grid-gap:8px;gap:8px}.ClipsPlaylist_dateInfo__1y_ui{display:flex;align-items:center;grid-gap:.5em;gap:.5em;color:#666;text-wrap:nowrap}.ClipsPlaylist_opponentInfo__5knZo{color:#666}.ClipsPlaylist_icon__2Z9-X{color:#666;font-size:.9em}.ClipsPlaylist_quarterTime__1eZon{font-weight:500;color:#666}.ClipsPlaylist_tagsAndButtonsRow__15hYH{display:flex;justify-content:space-between;align-items:center}.ClipsPlaylist_customTagsSection__1uw-k{display:flex;align-items:center;grid-gap:.5em;gap:.5em;flex-wrap:wrap;flex:1 1}.ClipsPlaylist_cardActions__1_59B{flex-shrink:0}.ClipsPlaylist_cardActions__1_59B,.ClipsPlaylist_cardIcons__15Ha_{display:flex;grid-gap:.5em;gap:.5em;align-items:center}.ClipsPlaylist_commentIcon__2AyHX{color:#666;font-size:1.1em}.ClipsPlaylist_customTagButton__2IIxt{margin-top:.25em}.ClipsPlaylist_addCustomTagBtn__2LajZ{font-weight:700;font-style:italic;color:#666;cursor:pointer;font-size:.85em}.ClipsPlaylist_addCustomTagBtn__2LajZ:hover{color:#333}.ClipsPlaylist_clipLink__2sBxD{color:var(--clr-fca-blue);font-weight:500;padding:.25em .5em;background-color:transparent;border:none;border-radius:.5em;transition:background-color .2s}.ClipsPlaylist_clipLink__2sBxD:hover{background-color:#d9d9d9}.ClipsPlaylist_controls__1ynFJ{display:flex;justify-content:space-between;grid-gap:1em;gap:1em;padding:.5em 2em;background-color:#f5f5f5}.ClipsPlaylist_controls__1ynFJ .ClipsPlaylist_clipNavBtn__oJrpp{display:flex;align-items:center;grid-gap:.5em;gap:.5em;font-size:1.1em;font-weight:600;color:#1a66ff;padding:.25em 1.5em;border:2px solid #1a66ff;border-radius:.5em;background-color:transparent;transition:background-color .2s,color .2s}.ClipsPlaylist_controls__1ynFJ .ClipsPlaylist_clipNavBtn__oJrpp:hover{background-color:#1a66ff;color:#fff}.ClipsPlaylist_controls__1ynFJ>.ClipsPlaylist_endControls__1wGdB{justify-self:flex-end;display:flex;grid-gap:1em;gap:1em}.ClipsPlaylist_labeledControl__6GrVJ{display:flex;align-items:center;grid-gap:.5em;gap:.5em}.ClipsPlaylist_menu__1BRSs{display:flex;flex-direction:column;background-color:#f5f5f5;margin-right:.5em;border-radius:.5em;overflow:hidden;box-shadow:0 0 10px #555;z-index:9999999999}.ClipsPlaylist_menu__1BRSs>.ClipsPlaylist_item__j4mk4{font-size:1rem;font-weight:500;padding:.55em .75em}.ClipsPlaylist_menu__1BRSs>.ClipsPlaylist_item__j4mk4:hover{cursor:pointer;color:#f5f5f5;background-color:#007bff}.ClipsPlaylist_table__34SeN{margin-inline:.5em;margin-top:-2em}.ClipsPlaylist_tagContainer__NkK29{display:inline-flex;align-items:center;grid-gap:.35em;gap:.35em;max-width:220px;padding:1px 2px 1px 8px;border-radius:4px;background-color:#eef0f3;color:#475467}.ClipsPlaylist_tagContainer__NkK29>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-style:italic;font-size:.8em}.ClipsPlaylist_tagContainerConfirming__TWC8L{background-color:#fee2e2;color:#991b1b}.ClipsPlaylist_removeTag__28GDT{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:18px;padding:1px 5px;border:0;border-radius:3px;background-color:transparent;font-style:italic;font-weight:700;cursor:pointer;color:inherit;line-height:1}.ClipsPlaylist_removeTag__28GDT:hover{background-color:hsla(0,0%,100%,.75);color:#dc2626}.ClipsPlaylist_removeTag__28GDT:disabled{cursor:default;opacity:.6}.ClipsPlaylist_removeTagConfirmBtn__3Bu9b{border:1px solid #d6d6d6;background-color:#f5fbff;font-size:.8em}.ClipsPlaylist_removeTagConfirmBtn__3Bu9b:hover{cursor:pointer;background-color:var(--clr-fca-blue);border-color:var(--clr-fca-blue);color:#fff}:root{--clr-dark:#201f1e;--clr-med-dark:#1f2833;--clr-dark-neutral:#2d2d2d;--clr-med-dark-neutral:#ccc;--clr-neutral:#f2f2f2;--clr-light:#eef0f1;--clr-light-blue:#0cf;--clr-fca-blue:#00aeff;--clr-med-blue:#0f72c2;--clr-dark-blue:#039;--rad-gradient-med-dark-dark:radial-gradient(circle,#32394b 47%,#031c28 100%);--gradient-filter-flex:radial-gradient(circle,#ceced0 47%,#acacac 100%);--gradient-dark-blue:linear-gradient(90deg,var(--clr-dark),var(--clr-fca-blue));--gradient-light-blue:linear-gradient(90deg,var(--clr-light),var(--clr-fca-blue));--gradient-soft-blue:linear-gradient(90deg,var(--clr-light-blue),var(--clr-med-blue));--gradient-blue-dark:linear-gradient(90deg,var(--clr-fca-blue),var(--clr-dark));--gradient-blue-dark-blue:linear-gradient(120deg,var(--clr-fca-blue),var(--clr-dark-blue));--gradient-dark-blue-blue:linear-gradient(120deg,var(--clr-dark-blue),var(--clr-fca-blue));--gradient-dark-blue-med-dark:linear-gradient(90deg,var(--clr-dark-blue),var(--clr-med-dark));--box-shadow:rgba(0,0,0,0.35) 0px 5px 10px;--box-shadow-sm:rgba(0,0,0,0.35000000000000003) 0px 2px 8px;--box-shadow-light:var(--clr-fca-blue) 0px 0px 10px}*{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif!important}@media(max-height:700px),(max-width:1500px){body{font-size:14px}}@media(max-height:575px),(max-width:1200px){body{font-size:12px}}@media(max-height:500px),(max-width:1050px){h1{font-size:1.5rem}}.cancel-btn,.cancel-btn:hover{background-color:transparent!important;border-color:red!important;color:red}.sidebar-backdrop{position:fixed;inset:0;z-index:1040;background-color:rgba(0,0,0,.5)}.fca-toggle-btn{margin:.5em}body{position:relative;min-height:100vh}td,th,tr{vertical-align:middle!important;text-align:center}h1,h2,h3,h4,h5,h6,td,th,tr{color:#2f2f2f}.pointer{cursor:pointer}.flex-center{display:flex;justify-content:center;align-items:center}.flex-col{display:flex;flex-direction:column}.gap-1{grid-gap:1em;gap:1em}.gap-2{grid-gap:2em;gap:2em}.gap-3{grid-gap:3em;gap:3em}.no-pointer:hover{cursor:default!important}.has-tooltip[data-tooltip]:after{content:attr(data-tooltip);display:block;position:absolute;background-color:rgba(0,0,0,.7);color:#fff;border-radius:.175em;padding:.5em .75em;font-size:.8em;white-space:nowrap;transform:scale(0)}.has-tooltip[data-tooltip]:hover:after{transform:scale(1)}.has-tooltip.to-top[data-tooltip]:after{bottom:100%;transition:transform .1s ease-out,bottom .1s ease-out}.has-tooltip.to-left[data-tooltip]:after{right:100%;transition:right .1s ease-out,top .1s ease-out}.has-tooltip.to-left[data-tooltip]:hover:after{right:calc(100% + .5em);top:25%;transform-origin:left}.has-tooltip.to-top[data-tooltip]:after:hover{bottom:calc(100% + .5em);transform-origin:bottom}.page-title{margin-top:3rem;font-weight:700;text-decoration:underline}.title-pill-container{display:flex;justify-content:space-between;align-items:center;margin:2em 4em}.percentile-line-container{display:flex;align-items:center;margin-block:10px}.percentile-line-container .line{flex-grow:1;height:5px;background-color:#000;position:relative;margin:0 10px}.percentile-line-container .line .circle{position:absolute;top:50%;width:30px;height:30px;background-color:#a9dfbf;border:2px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#000;transform:translate(-50%,-50%);z-index:10}.percentile-line-container .line:after,.percentile-line-container .line:before{content:"";width:10px;height:10px;background-color:#000;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.percentile-line-container .line:before{left:-5px}.percentile-line-container .line:after{right:-5px}.cursor-default{cursor:default}.collapsible{margin:0!important;padding:0!important}.fca-radio-option{cursor:pointer;padding:.5em 1.1em;transition:background-color 50ms}.fca-radio-option:hover{background-color:var(--clr-fca-blue);color:#f5f5f5}.delete-custom-tag-btn{cursor:pointer;padding:.25em;border-radius:.25em;transition:background-color 50ms}.delete-custom-tag-btn svg{transition:fill 50ms}.delete-custom-tag-btn:hover{background-color:#ea0000}.delete-custom-tag-btn:hover svg{fill:#f5f5f5}.empty-state{margin:0 auto;width:100%;padding:1.25em;background:#f1f1f1;border-radius:8px}.empty-state img{max-width:100%;height:auto}.empty-state h1{font-size:24px;color:#333;margin-block:1em}.empty-state p{font-size:16px;color:#666;margin-bottom:20px}.empty-state button{padding:10px 20px;font-size:16px;color:#fff;background-color:#007bff;border:none;border-radius:4px;cursor:pointer}.empty-state button:hover{background-color:#0056b3}.scout-team-row{display:flex;justify-content:space-between;align-items:center;background-color:#f4f4f4;box-shadow:0 0 2px;border-radius:2px;padding:.25em .5em;transition:transform .1s}.scout-team-row:hover{cursor:pointer;transform:scale(1.01)}.scout-teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.scout-team-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem;box-shadow:0 1px 3px rgba(15,23,42,.06)}.scout-team-card-accent{position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,gold,orange);border-radius:8px 0 0 8px}.scout-team-card-header{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem}.scout-team-card-logo-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(15,23,42,.12);flex-shrink:0}.scout-team-card-initials{color:#fff;font-size:.95rem;font-weight:700;letter-spacing:1px}.scout-team-card-title{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;flex:1 1}.scout-team-card-title-row{display:flex;align-items:center;justify-content:space-between;grid-gap:.5rem;gap:.5rem}.scout-team-card-name{font-size:1.15rem;font-weight:600;margin:0;color:#1f2937}.scout-team-card-star{flex-shrink:0;padding:0!important}.scout-team-card-star:hover{background-color:transparent!important}.scout-team-card-location{font-size:.9rem;margin:0;color:#6b7280}.scout-team-card-record{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem .75rem;background:#f9fafb;border-radius:10px}.scout-team-card-record-label{font-size:.85rem;color:#6b7280;letter-spacing:.4px;text-transform:uppercase}.scout-team-card-record-value{margin-top:.35rem;font-size:1.75rem;font-weight:700;color:#111827}.scout-team-card-btn{width:100%;padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.scout-team-card-btn:hover{background:#1d4ed8}.scout-team-card-btn-icon{margin-right:.5rem}.scout-view-btn{padding:.6rem 1.2rem;border:1px solid #ccc;background:#fff;color:#555;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.scout-view-btn:hover:not(:disabled){border-color:#2196f3;color:#2196f3;background:#e3f2fd}.scout-view-btn.active{background:#2196f3;color:#fff;border-color:#2196f3}.scout-view-btn:disabled{cursor:not-allowed}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#757575;text-align:center}.empty-state h1{font-size:1.5rem;margin:1rem 0 .5rem;color:#424242}.empty-state p{font-size:1rem;margin:0;color:#757575}.playlists{display:flex;flex-direction:column;grid-gap:1em;gap:1em;margin:2em 1em}.fca-playlist-card-headers{border-bottom:2px solid #2f2f2f;font-weight:700}.fca-playlist-card,.fca-playlist-card-headers{display:grid;grid-template-columns:2fr 6fr 2fr 2fr 1fr 1fr;align-items:center;padding:.4em 1em;font-size:1.5em}.fca-playlist-card{background-color:#eaeaea;border-radius:.25em;border:1px solid #2f2f2f;transition:background-color color .1s .1s;cursor:pointer}.fca-playlist-card:hover{color:#f5f5f5;background-color:var(--clr-fca-blue)}.fca-link,.fca-table a,.styled-table a{display:block;position:relative;overflow:hidden;font-weight:600;color:var(--clr-fca-blue)}.fca-table a,.styled-table a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;display:inline-block}.fca-link:after,.fca-table a:after,.styled-table a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:currentColor;opacity:1;transform:translate3d(-100%,0,0);transition:opacity .2s,transform .2s}.fca-link:focus:after,.fca-link:hover:after,.fca-table a:focus:after,.fca-table a:hover:after,.styled-table a:focus:after,.styled-table a:hover:after{height:2px;transform:translateZ(0)}.fca-link:hover,.fca-table a:hover,.styled-table a:hover{cursor:pointer;color:var(--clr-fca-blue)!important;text-decoration:none!important;background-size:0 .1em,100% .1em}.small-table tr{height:1em!important}.fca-upload-meter{width:100%;height:2em;border:1px solid var(--clr-med-dark);border-radius:9999px}.fca-upload-meter>.fca-upload-meter-fill{margin:0;padding:0;width:0;height:100%;border-radius:inherit;background:var(--gradient-blue-dark-blue);transition:width .2s}#user-container{display:grid;grid-template-columns:-webkit-max-content minmax(0,1fr);grid-template-columns:max-content minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-template-areas:"sidebar pageContent";min-height:0}#user-content{grid-area:pageContent;min-width:0;min-height:0;height:100%;width:100%}#team-header{background:linear-gradient(120deg,var(--clr-fca-blue),var(--clr-dark-blue));border-bottom:1px solid var(--clr-neutral);box-shadow:var(--box-shadow);height:6.5em;margin-bottom:5em}.team-header-link{font-style:normal;font-weight:700;font-size:22px;line-height:33px;color:var(--clr-light)!important;text-shadow:0 2px 2px rgba(0,0,0,.25)}.fca-page-title{margin:auto 0;padding:.5em 0 .5em 5vw;font-size:2em;font-weight:600;background-color:#f1f1f1;border-bottom:1.5px solid #ededed}.fca-page-title.no-border{border-bottom:none}.settings{position:-webkit-sticky;position:sticky;inset:0;display:flex;grid-gap:1.5em;gap:1.5em;align-items:center;justify-content:space-between;padding-right:1.5vw;min-height:6vh;background-color:#fff;border-bottom:1px solid #f3f4f6;z-index:3000}.settings>a,.settings>button{padding-block:.4em;padding-inline:.7em;background:transparent;border:0;border-right:1px solid #f3f4f6}.footer{display:flex;flex-direction:column;height:20vh;margin:5em 20vw 0;border-top:1px solid var(--clr-neutral);padding-top:2em}#footer-links{display:flex;grid-gap:4em;gap:4em;justify-content:center}.footer-link,.footer-link:focus,.footer-link:hover{color:var(--clr-fca-blue)}.footer-fca-circle{width:2em}.hidden{display:none!important}.no-wrap-whitespace{white-space:nowrap}.more-btn{padding:.5em;border-radius:3px;transition:background-color .1s}.more-btn:hover{cursor:pointer;background-color:#dfdfdf}.opacity-muted{opacity:.7}.tooltip{background:transparent;border:none!important}.tooltip-inner{background-color:rgba(0,0,0,.8)}.tooltip .arrow{visibility:hidden}.fca-popover{padding:1.5em 1em;box-shadow:var(--box-shadow);background-color:#9294a5;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;z-index:1000}.fca-page-btn{background-color:transparent;border:none;font-weight:700;color:var(--clr-fca-blue);padding:.25em .75em;border-radius:.25em}.fca-page-btn:hover{background-color:var(--clr-fca-blue);color:#fff;cursor:pointer}.filters-flex{padding:2em;display:flex;align-items:center;justify-content:center;grid-gap:3.5em;gap:3.5em;width:100%}.filters-flex:after{content:"";position:absolute;justify-self:center;bottom:0;right:0;height:2px;width:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.3) 20%,rgba(0,0,0,.3) 80%,transparent)}.css-1fhf3k1-control{background-color:#dedede!important}.filters-flex .css-2b097c-container{width:22ch}.css-1hwfws3,.css-g1d714-ValueContainer{width:11em}.select-with-title{display:flex;flex-direction:column;grid-gap:.25em;gap:.25em}::-webkit-r{width:12px}::-webkit-r-track{background:transparent;border-radius:5px}::-webkit-r-thumb{background:#878787;border-radius:5px}::-webkit-r-thumb:hover{background:#787878}.Contact_header__3m_LV{font-size:8vmin;font-weight:600;text-align:center;margin-top:7rem}.Contact_content__vacfv{display:flex;flex-direction:column;align-items:center;padding:2em 3vw}@media(min-width:768px){.Contact_content__vacfv{flex-direction:row;grid-gap:5vw;gap:5vw}}.Contact_contactInfo__1PvAg{display:flex;flex-direction:column;align-items:center;grid-gap:2vh;gap:2vh;width:60vw;padding:2em;margin-bottom:5vh;color:#fff;background:linear-gradient(125deg,var(--clr-fca-blue),var(--clr-dark-blue));border-radius:1em}.Contact_contactInfo__1PvAg>h3{color:#fff!important}@media(max-width:768px){.Contact_contactInfo__1PvAg>h3{font-size:6vmin}}.Contact_contactInfo__1PvAg>.Contact_info__3ne5K{display:flex;flex-direction:column;padding:3vh 0;grid-gap:4vh;gap:4vh;font-size:1.5em;font-weight:400}.Contact_contactInfo__1PvAg>.Contact_info__3ne5K>span{color:#fff;white-space:nowrap}@media(min-width:768px){.Contact_contactInfo__1PvAg{width:auto}}@media(max-width:500px){.Contact_contactInfo__1PvAg{width:100%}}.Contact_link__2Ljuc{color:#fff}.Contact_link__2Ljuc:hover{color:inherit}.Contact_form__offlj{width:80vw}.Contact_formGroup__11q2Z{display:flex;flex-direction:column;width:100%;justify-content:space-between}@media(min-width:1024px){.Contact_formGroup__11q2Z{flex-direction:row}.Contact_formGroup__11q2Z>div{width:48%!important}}.Contact_submitBtn__20foR{float:right;font-size:1.25em;font-weight:500;padding:.5em 5vw;border-radius:10px;background:linear-gradient(90deg,var(--clr-fca-blue),var(--clr-dark-blue) 75%);color:#fff;border:none;border-radius:.5rem;transition:box-shadow .2s,transform .2s}.Contact_submitBtn__20foR[disabled]{opacity:.5}.Contact_submitBtn__20foR[disabled]:hover{cursor:not-allowed;box-shadow:none;transform:none}.Contact_submitBtn__20foR:hover{cursor:pointer;color:#fff;box-shadow:0 0 7px 1px #a7a7a7;transform:translateY(-3px)}.Pricing_processSection__29LRY{margin-top:5rem}.Pricing_processSection__29LRY>.Pricing_processHeader__bCiwL{text-align:center;font-size:6vmin;font-weight:700;padding:.5em 0}.Pricing_processSection__29LRY>.Pricing_processHeader__bCiwL>span{position:relative;color:#3a8ad9}.Pricing_processSection__29LRY>.Pricing_processHeader__bCiwL>span:after{content:"";position:absolute;left:0;bottom:-.2em;height:.06em;width:100%;background-color:#3a8ad9}.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv{display:flex;flex-direction:column;align-items:center;grid-row-gap:1em;row-gap:1em;padding:2em;background-color:#164dbb}.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv .Pricing_hiwHeader__2XT5X{grid-area:header;color:#fff;font-size:6vmin;font-weight:500}.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv ol{grid-area:list;color:#fff;font-size:3vmin}@media(min-width:768px){.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv ol{max-width:40vw}.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv ol>li:not(:first-of-type){margin-top:6vh}}.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv .Pricing_video__2rVq4{grid-area:video;width:90vw}@media(min-width:768px){.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv .Pricing_video__2rVq4{width:50vw}}@media(min-width:768px){.Pricing_processSection__29LRY>.Pricing_processContent__2YMSv{display:grid;grid-template-areas:"header video" "list   video";grid-template-rows:15% 85%;align-items:center;grid-column-gap:5vw;column-gap:5vw}}.Pricing_sellingPointsSection__1RKmT>.Pricing_sellHeader__23uB9{text-align:center;font-size:6vmin;font-weight:700;margin:.5em}.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK{display:flex;flex-direction:column;align-items:center;padding:0 2em}.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>img{aspect-ratio:1;max-width:100%;max-height:85vh}.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>ul>li{position:relative;list-style:none;color:var(--clr-fca-blue);font-size:3vmin}.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>ul>li:before{content:url(/static/media/check-circle.583c9dec.svg);position:absolute;left:-25px;aspect-ratio:1;width:.7em}@media(min-width:768px){.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>ul>li:before{left:-35px}}@media(min-width:1024px){.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>ul>li:before{left:-45px}}@media(min-width:768px){.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>ul>li:not(:first-of-type){margin-top:6vh}}@media(min-width:768px){.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK{display:grid;grid-template-columns:45% 55%}.Pricing_sellingPointsSection__1RKmT>.Pricing_sellContent__7P5XK>ul{width:40vw}}.Pricing_sellingPointsSection__1RKmT video{padding:2em;width:100%;filter:drop-shadow(0 0 8px #888)}.Pricing_pricingSection__2ik9b{position:relative}.Pricing_pricingSection__2ik9b:before{content:"";position:absolute;top:19%;width:100%;height:0;margin-bottom:10%;background-color:#ededed;z-index:-1}@media(min-width:1024px){.Pricing_pricingSection__2ik9b:before{height:-webkit-fill-available;top:28%;margin-bottom:2%}}.Pricing_pricingSection__2ik9b>.Pricing_pricingHeader__2WNBa{font-size:6vmin;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;padding-top:.5em;position:relative;color:#3a8ad9}.Pricing_pricingSection__2ik9b>.Pricing_pricingHeader__2WNBa:after{content:"";position:absolute;left:0;bottom:-.1em;height:.06em;width:100%;background-color:#3a8ad9}.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S{display:flex;flex-direction:column;align-items:center;grid-row-gap:5em;row-gap:5em;margin-top:5vh}.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S>.Pricing_priceCard__31Fk6{display:flex;flex-direction:column;align-items:center;width:50%;background-color:#fff;border-radius:5px;box-shadow:0 0 15px 5px #bbb;overflow:hidden}.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S>.Pricing_priceCard__31Fk6>.Pricing_cardHeader__INKKM{width:100%;color:#fff;background-color:#164dbb;text-align:center;font-size:4vmin}.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S>.Pricing_priceCard__31Fk6>h2{font-size:7vmin;font-weight:700;margin:.5em 0 0}.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S>.Pricing_priceCard__31Fk6>span{text-align:center;font-size:3vmin}.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S>.Pricing_priceCard__31Fk6>ul{margin-top:1em;font-size:2.5vmin}@media(max-width:500px){.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S>.Pricing_priceCard__31Fk6{width:80%}}@media(min-width:1024px){.Pricing_pricingSection__2ik9b>.Pricing_pricingContent__2sa_S{flex-direction:row;grid-gap:0;gap:0;padding:0 3vw}}.Pricing_pricingSection__2ik9b .Pricing_moreInfo__1xtu8{display:flex;flex-direction:column;align-items:center;grid-row-gap:2em;row-gap:2em}.Pricing_pricingSection__2ik9b .Pricing_moreInfo__1xtu8>h4{font-size:5vmin}.Pricing_pricingSection__2ik9b .Pricing_moreInfo__1xtu8>span{text-align:center;max-width:75%;font-size:3vmin}.Pricing_pricingSection__2ik9b .Pricing_moreInfo__1xtu8>button{font-size:3vmin;font-weight:600;padding:.5em 5vw;border-radius:.5em;color:#f5f5f5;background-color:#06f;border-color:#0144cb;white-space:nowrap;transition:background-color .4s}.Pricing_pricingSection__2ik9b .Pricing_moreInfo__1xtu8>button:hover{background-color:#0144cb}.year-group-show{transform:rotate(180deg)}.year-group-hide,.year-group-show{transition-property:transform;transition-duration:.2s}.year-group-hide{transform:rotate(0deg)}tr.hide td div{visibility:collapse}tr.show td div{visibility:visible}.section-header:hover{background:#0092e6!important}.section-header:hover h5{color:#fff!important}.phone-number-input{font-size:30px;line-height:30px;margin-bottom:0;padding:0 5px;border-radius:2px;color:#7a7a7a}#analyst-dashboard{padding:10px}.delete-icon{cursor:pointer}.delete-icon:hover{transition:all .25s linear;scale:1.2}#add-game-container{display:flex;justify-content:space-around}#add-scheduled-game-form{width:350px}#scheduled-games-container{width:350px;padding:10px;max-height:435px;overflow:auto}#scheduled-games-table{border:hidden;box-shadow:0 2px 8px grey;border-radius:0}#scheduled-games-table tbody{overflow:scroll}#location-options{display:flex;width:130px;height:60px;justify-content:space-between}#entry-id{font-size:12px}#reload-uuid{transform:rotate(0deg)!important;margin-left:10px}#reload-uuid-reloading{transform:rotate(1turn);transition:transform .5s;margin-left:10px}.game-type{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:10px;height:22px;width:22px;margin:2px}.game-type.h{background-color:#014e01;color:#00d700}.game-type.a{background-color:#3c0000;color:red}.game-type.n{background-color:#3c3c00;color:#ff0}.location-type-option{display:flex;justify-content:center;align-items:center;flex-grow:1;padding:10px;border:1px solid #000;background-color:#fff;box-shadow:2px 2px 5px grey}.location-type-option:active{scale:.98}.location-type-option.active{background:#009af5}.location-type-option:first-child{border-radius:5px 0 0 5px}.location-type-option:last-child{border-radius:0 5px 5px 0}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.pgr-game-log{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;align-self:center;margin:0 auto}.pgr-table{margin-top:1vh;width:75vw;border:transparent;box-shadow:2px 2px 5px #a9a9a9,-2px 2px 5px #a9a9a9;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.pgr-table tbody tr:nth-child(odd){border-right:transparent}.page{width:1055px}.page,.shot-chart-page{height:816px;display:flex;flex-direction:column;padding:5;font-family:"Inter",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.shot-chart-page{width:1075px}.section-header{width:100%;font-weight:700;text-align:center}.header-circle{margin:2px;padding:5px;height:100%;width:42px;font-weight:700;border-radius:100%;border:1px solid #000;display:flex;justify-content:center;align-items:center}.game-result-W{color:green}.game-result-L{color:red}.nooverflow{overflow:hidden}.green{background:#7eff8b}.yellow{background:#fcff7e}.red{background:#fe6262}.white{background:#fff}.black{color:#000}.gray{color:#545454}.bold{font-weight:700}.flex,.flexc{display:flex}.flexc{flex-direction:column}.grow1{flex-grow:1}.grow2{flex-grow:2}.maxW{max-width:1075px;flex-wrap:wrap}.w33p{width:33px}.w40p{width:40px}.w90{width:90%}.w100{width:100%}.w186p{width:186px}.h100{height:100%}.vh100{height:100vh}.padding2{padding:2px}.padding4{padding:4px}.padding5{padding:5px}.padding8{padding:8px}.padding10{padding:10px}.paddingH5{padding:0 5px}.paddingH7{padding:0 7px}.paddingH10{padding:0 10px}.paddingV4{padding:4px 0}.padddingV10{padding:10px 0}.paddingR5{padding-right:5px}.paddingR10{padding-right:10px}.margin1{margin:1px}.margin2{margin:2px}.margin5{margin:5px}.marginV20{margin:20px 0}.marginBottom0{margin-bottom:0}.marginBottom3{margin-bottom:3px}.marginTop5{margin-top:5px}.marginTop10{margin-top:10px}.font12{font-size:12px}.font14{font-size:14px}.font16{font-size:16px}.font20{font-size:20px}.corners{border-radius:10px}.border-pg{border:1px solid #000!important}.borderBottom{border-bottom:1px solid #000!important}.alignStart{align-items:flex-start}.alignCenter{align-items:center}.alignEnd{align-items:flex-end}.justifyCenter{justify-content:center}.justifyEvenly{justify-content:space-evenly}.justifyEnd{justify-content:end}.justifyStart{justify-content:flex-start}.justifyBetween{justify-content:space-between;padding:15px 0 11px}.justifyAround{justify-content:space-around}.overflowHidden{overflow:hidden;flex-shrink:0}#title-page{justify-content:center;align-items:center}#title-page-divider{width:80%;border-bottom:1px solid #000;align-self:center}#page-header{height:100px;display:flex;align-items:flex-end;border-bottom:1px solid #000}#page-header-divider{width:70%;border-bottom:2px solid #000}#vertical-bar-chart{margin:5;display:flex;border:1px solid #000;border-radius:10px;height:91%}#ppp-header-section{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;font-size:12px;border-left:1px solid #000;border-right:1px solid #000;border-top:1px solid #000;border-radius:10px 10px 0 0}#horizontal-bar-item:first-child{margin-right:4px}table.pg-table{width:99%;justify-self:center;border:1px solid #000;border-radius:10px}table.pg-table thead{border-bottom:1px solid #cfcfcf}table.pg-table tbody{font-size:13px}table.pg-table tbody tr:nth-child(odd){background:#eee;border-right:1px solid #000}table.pg-table tbody:last-child{border-radius:"0px 0px 10px 10px"!important}table.pg-table tbody:last-child:nth-child(odd){border-bottom:1px solid #000}.Account_container__3Xn1A{width:100%;margin-top:6vh;display:flex;justify-content:space-around}.Account_accountType__1fwUD{margin-left:1em;margin-bottom:1em}.Account_info__2XOyW{display:grid;grid-template-columns:1fr 1fr}.Account_info__2XOyW>div{padding-inline:4vw}.Account_info__2XOyW>div>label{font-size:1.5em;font-weight:500}.Account_info__2XOyW>div>span{font-size:1.4em;font-weight:400}.Account_color__2oN9m{height:3ch;width:20ch;border-radius:.35em;background-color:grey;transform:translateY(.35em)}.Account_usersList__3snBE{display:flex;flex-direction:column;padding:2em;background-color:#f5f5f5;border-radius:.5rem;box-shadow:0 0 5px;max-height:65vh;overflow-y:scroll}.Account_usersList__3snBE>.Account_user__3-SRV{display:grid;grid-template-columns:repeat(3,1fr);padding-block:1em;border-bottom:1px solid #bfbfbf}.Account_usersList__3snBE>.Account_user__3-SRV:last-of-type{border-bottom:none}.Account_usersList__3snBE>.Account_userWithActions__2xa-e{align-items:center;grid-column-gap:.75rem;column-gap:.75rem;grid-template-columns:minmax(0,.85fr) minmax(0,.85fr) minmax(0,1.4fr) 2.25rem}.Account_usersList__3snBE .Account_emailCell__1Zfa1{min-width:0;overflow:hidden;padding-right:.25rem;text-overflow:ellipsis;white-space:nowrap}.Account_usersList__3snBE .Account_actionHeader__3g0cY{text-align:center}.Account_usersList__3snBE .Account_deletePlayerAccountButton__3YJCD{height:2rem;justify-self:center;padding:0;width:2rem}.HowToVideos_main__1PIJz{display:grid;grid-template-columns:repeat(3,1fr);place-items:center;grid-gap:5vmin;gap:5vmin;padding:3rem}.Playlists_playlistsPage__2Mhyn{padding:2rem 4rem;max-width:1400px;margin:0 auto}.Playlists_header__kIfKw{margin-bottom:2rem}.Playlists_headerContent__1DEfh{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:2rem;gap:2rem}.Playlists_titleSection__1TeYV{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem;flex:1 1}.Playlists_playIcon__2OzDD{color:#0068fa;font-size:2rem;margin-top:.25rem;flex-shrink:0}.Playlists_title__8aeQn{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#333}.Playlists_subtitle__1oOyD{font-size:1rem;color:#666;margin:0;line-height:1.5}.Playlists_newPlaylistBtn__22iaD{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;background-color:#0068fa;border-color:#0068fa;color:#fff;border-radius:.375rem;transition:background-color .2s,transform .2s}.Playlists_newPlaylistBtn__22iaD:hover{background-color:#0060e6;border-color:#0060e6;transform:translateY(-1px)}.Playlists_newPlaylistBtn__22iaD:active{transform:translateY(0)}.Playlists_searchSection__WJZb9{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;align-items:center}.Playlists_searchBar__1CJEO{position:relative;flex:1 1;display:flex;align-items:center}.Playlists_searchIcon__3pSQ8{position:absolute;left:1rem;color:#999;font-size:1rem;pointer-events:none;z-index:1}.Playlists_searchInput__2j_fv{width:100%;padding:.625rem 1rem .625rem 2.75rem;border:1px solid #ddd;border-radius:.375rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Playlists_searchInput__2j_fv:focus{outline:none;border-color:#0068fa;box-shadow:0 0 0 3px rgba(0,154,245,.1)}.Playlists_filterBtn__3ncmB{display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border:1px solid #ddd;border-radius:.375rem;background-color:#fff;color:#666;transition:background-color .2s,border-color .2s}.Playlists_filterBtn__3ncmB:hover{background-color:#f5f5f5;border-color:#ccc}.Playlists_playlistList__rsREQ{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Playlists_listHeader__1uY9E{display:grid;grid-template-columns:1fr 1fr auto auto;grid-gap:1rem;gap:1rem;padding:1rem 1.5rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;font-weight:600;font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.Playlists_headerName__2h1Lo{grid-column:1}.Playlists_headerSections__27L7w{grid-column:2}.Playlists_headerModified__1sxsP{grid-column:3;min-width:120px;text-align:right}.Playlists_headerActions__22rEl{grid-column:4;min-width:150px;text-align:right}.Playlists_playlistRow__2eRXW{display:grid;grid-template-columns:1fr 1fr auto auto;grid-gap:1rem;gap:1rem;padding:1.25rem 1.5rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;cursor:pointer;transition:background-color .2s;align-items:start}.Playlists_playlistRow__2eRXW:hover{background-color:#f0f0f0}.Playlists_playlistRow__2eRXW:last-child{border-bottom:none}.Playlists_playlistInfo__snRVy{display:flex;grid-gap:1rem;gap:1rem;align-items:flex-start}.Playlists_playlistIcon__2tMIH{color:#0068fa;font-size:1.5rem;margin-top:.25rem;flex-shrink:0}.Playlists_playlistDetails__1LPXS{flex:1 1;display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.Playlists_playlistName__191aQ{font-weight:600;font-size:1rem;color:#333;margin:0}.Playlists_playlistDescription__PFEEu{font-size:.875rem;color:#666;margin:0;line-height:1.4}.Playlists_sectionsColumn__2aA_H{display:flex;align-items:flex-start;padding-top:.25rem}.Playlists_sectionsBadges__5WNwL{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.Playlists_sectionBadge__2Xvn9{display:inline-block;padding:.25rem .75rem;background-color:#e3e8ef;color:#4a5568;border-radius:.375rem;font-size:.75rem;font-weight:600;line-height:1.5}.Playlists_noSections__FiLp6{color:#999;font-size:.875rem;font-style:italic}.Playlists_clipCount__1lFp3{font-size:.875rem;color:#666;margin-top:.25rem}.Playlists_modifiedDate__hFiAo{display:flex;align-items:center;justify-content:flex-end;font-size:.875rem;color:#666;min-width:120px;text-align:right}.Playlists_actions__5e5mC{display:flex;align-items:center;justify-content:flex-end;grid-gap:.1em;gap:.1em;min-width:100px}.Playlists_actionIcon__2piEj{font-size:2.5rem;color:#666;cursor:pointer;transition:color .2s;padding:.75rem}.Playlists_actionIcon__2piEj:first-child,.Playlists_actionIcon__2piEj:hover{color:#0068fa}.Playlists_actionIcon__2piEj:first-child:hover{color:#0060e6}.Playlists_actionIcon__2piEj:last-child{color:#dc3545}.Playlists_actionIcon__2piEj:last-child:hover{color:#c82333}.Playlists_emptyState__1MwbW{padding:3rem;text-align:center;color:#999}.Playlists_emptyState__1MwbW h3{margin:0;font-size:1.25rem;font-weight:500}@media(max-width:768px){.Playlists_playlistsPage__2Mhyn{padding:1rem}.Playlists_headerContent__1DEfh{flex-direction:column;align-items:stretch}.Playlists_newPlaylistBtn__22iaD{width:100%;justify-content:center}.Playlists_listHeader__1uY9E,.Playlists_playlistRow__2eRXW{grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}.Playlists_headerActions__22rEl,.Playlists_headerModified__1sxsP,.Playlists_headerSections__27L7w{display:none}.Playlists_actions__5e5mC,.Playlists_modifiedDate__hFiAo,.Playlists_sectionsColumn__2aA_H{justify-content:flex-start;text-align:left}}.signup-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe);display:flex;align-items:center;justify-content:center;padding:5vh 1rem 1rem}.signup-wrapper{width:100%;max-width:28rem;animation:fadeIn .5s ease-in-out}.logo-section{text-align:center;margin-bottom:2rem}.logo-icon{margin:0 auto 1rem;width:4rem;height:4rem;background:#3b82f6;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.logo-icon svg{width:2rem;height:2rem;color:#fff}.company-name{font-size:1.5rem;font-weight:700;color:#111827;margin-block:.5rem}.company-tagline{color:#6b7280}.form-card{background:#fff;border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.form-content{padding:2rem}.signup-form{grid-gap:1.5rem;gap:1.5rem}.form-field,.signup-form{display:flex;flex-direction:column}.form-field{grid-gap:.5rem;gap:.5rem}.input-wrapper{position:relative}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#f9fafb;font-size:1rem;transition:all .2s ease-in-out}.form-input::placeholder{color:transparent}.form-input:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input.with-icon{padding-right:3rem}.floating-label{position:absolute;left:1rem;top:.75rem;color:#6b7280;pointer-events:none;transition:all .2s ease-in-out;background:transparent;padding:0 .25rem}.form-input:focus+.floating-label,.form-input:not(:placeholder-shown)+.floating-label{transform:translateY(-1.5rem) scale(.75);color:#3b82f6;background:#fff}.password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:.5rem;cursor:pointer;border-radius:.25rem;color:#9ca3af}.password-toggle:hover{background:rgba(0,0,0,.05)}.password-toggle:disabled{opacity:.5;cursor:not-allowed}.password-toggle svg{width:1rem;height:1rem}.password-hint{font-size:.75rem;color:#6b7280}.error-message{color:#ef4444;font-size:.875rem;animation:slideUp .3s ease-out}.checkbox-field{display:flex;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.checkbox-input{margin-top:.25rem;width:1rem;height:1rem;accent-color:#3b82f6}.checkbox-label{font-size:.875rem;color:#4b5563;line-height:1.5;cursor:pointer}.checkbox-label a{color:#3b82f6;text-decoration:underline}.checkbox-label a:hover{color:#2563eb}.submit-button{width:100%;padding:.75rem 1rem;background:#3b82f6;color:#fff;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;grid-gap:.75rem;gap:.75rem}.submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 10px 25px rgba(59,130,246,.25)}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.submit-button .loading-spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.signin-section{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.signin-text{color:#6b7280}.signin-text a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.signin-text a:hover{color:#2563eb}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(5px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}