@import url(https://fonts.googleapis.com/css?family=Bungee+Inline);@import url(https://fonts.googleapis.com/css?family=Open+Sans);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@font-face{font-family:"Jost-Medium";src:local("OpenSans-Regular"),url(/static/media/OpenSans-Regular.1b0809d5.ttf) format("ttf")}*{margin:0}#root{display:flex}body,html{margin:0;padding:0;width:100%;height:100%;background:linear-gradient(135deg,#0f0c29,#302b63 50%,#24243e);overflow-x:hidden}body{font-family:"Open Sans"}:root{--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.allapp{background:linear-gradient(to top right,#2d4c82,#1b2843,#582a51)}.headerWrapper{width:100vw;justify-content:center;position:fixed;z-index:2;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header,.headerWrapper{display:flex;align-items:center}.header{padding-top:10px;height:10vh;width:90%;flex-direction:row;justify-content:space-between}.menuLine{height:4px;width:20%;background:linear-gradient(to top right,#fd3647,#d61557);border-radius:3px;position:absolute;left:2.5%;bottom:0;animation-duration:2s;animation-name:slidein}@keyframes slidein{0%{left:2.5%}to{left:27.7%}}.oneBtnContainer{display:flex;flex-direction:column}.logo{height:100%}.btnsContainer{width:47%;position:relative;display:flex;align-self:center;flex-direction:row;justify-content:space-around}.headerBtn{background:none;border:none;color:#fff;font-size:22px;font-weight:900}.loginButton{justify-content:center;color:#fff;background:linear-gradient(to top right,#fd3647,#d61557);border-radius:10px;border:none}.loginButton,.main{display:flex;align-items:center}.main{width:100%;height:100vh;justify-content:space-around;background:transparent}.main-modern{width:100%;min-height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63 50%,#24243e);overflow-y:auto;overflow-x:hidden}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:80px 120px;max-width:1400px;margin:0 auto;grid-gap:60px;gap:60px}.hero-content{flex:1 1;max-width:600px;animation:fadeInLeft 1s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero-title{font-size:56px;font-weight:800;line-height:1.2;color:#fff;margin-bottom:24px;letter-spacing:-1px}.hero-title-gradient{background:linear-gradient(135deg,#fd3647,#d61557);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:20px;line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:40px}.hero-features{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.hero-feature-item{display:flex;align-items:center;grid-gap:12px;gap:12px;color:#fff;font-size:16px}.hero-feature-icon{font-size:24px;width:48px;height:48px;background:rgba(253,54,71,.1);border-radius:12px;border:1px solid rgba(253,54,71,.2)}.hero-feature-icon,.hero-image{display:flex;align-items:center;justify-content:center}.hero-image{flex:1 1;animation:fadeInRight 1s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.phone-mockup-wrapper{position:relative;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.phone-mockup{width:400px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 20px 60px rgba(0,0,0,.3))}.mockup-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(253,54,71,.3) 0,transparent 70%);z-index:1;animation:pulse 3s ease-in-out infinite}.features-section{padding:100px 120px;max-width:1400px;margin:0 auto}.section-title{font-size:42px;font-weight:700;text-align:center;color:#fff;margin-bottom:60px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.feature-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease;cursor:pointer}.feature-card:hover{transform:translateY(-10px);background:hsla(0,0%,100%,.08);border-color:rgba(253,54,71,.5);box-shadow:0 20px 60px rgba(253,54,71,.2)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{font-size:24px;font-weight:600;color:#fff;margin-bottom:16px}.feature-card p{font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.7);margin:0}.stats-section{padding:80px 120px;background:rgba(0,0,0,.2)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;max-width:1400px;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:56px;font-weight:800;background:linear-gradient(135deg,#fd3647,#d61557);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.stat-label{font-size:16px;color:hsla(0,0%,100%,.8);font-weight:500}.cta-section{padding:100px 120px;text-align:center;max-width:1400px;margin:0 auto}.cta-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:20px}.cta-subtitle{font-size:20px;color:hsla(0,0%,100%,.8);margin-bottom:40px}.vk-link{text-decoration:none;display:inline-block}.vk-button{display:flex;align-items:center;grid-gap:12px;gap:12px;background:linear-gradient(135deg,#4680c2,#5181b8);color:#fff;padding:18px 40px;border-radius:16px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px rgba(70,128,194,.3);border:2px solid hsla(0,0%,100%,.1)}.vk-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(70,128,194,.5);background:linear-gradient(135deg,#5181b8,#4680c2)}.vk-button:active{transform:translateY(-1px)}.vk-icon{width:28px;height:28px;fill:#fff}.vk-link:hover{text-decoration:none}@media (max-width:1200px){.hero-section{padding:60px}.cta-section,.features-section,.stats-section{padding:80px 60px}.hero-title{font-size:48px}.phone-mockup{width:350px}}@media (max-width:968px){.hero-section{flex-direction:column;text-align:center;padding:60px 40px}.hero-content{max-width:100%}.features-grid{grid-template-columns:1fr;grid-gap:30px;gap:30px}.stats-grid{grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.hero-features{align-items:center}.phone-mockup{width:300px}.cta-title,.section-title{font-size:36px}}@media (max-width:576px){.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.phone-mockup{width:250px}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:42px}}.mockup{width:23vw;padding-top:30px}.leftText,.rightText{width:30%;color:#fff;text-align:center}.txtInLgnBtn{opacity:1;padding:.5vw}.adminPage{min-height:100vh;width:100vw;color:#353535;display:flex;position:relative;background-color:#f4f7fa}.sideBarHeaderTitle{color:#fff;font-size:22px;line-height:inherit;white-space:nowrap;font-family:"Bungee Inline"}.sideBarHeaderLogo{height:35px;width:40px;padding-top:20px;padding-bottom:20px;padding-right:8px}.sideBarHeader{justify-content:flex-start;width:90%;padding-left:20px}.adminHeader,.sideBarHeader{display:flex;flex-direction:row;align-items:center}.adminHeader{width:95%;height:100%;justify-content:space-between}.adminHeaderWrapper{width:100%;height:70px;display:flex;justify-content:center}.adminHeaderUserImage{width:40px;height:40px;border-radius:50px;margin-right:5px}.adminHeaderUserBlock{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.dropDownMenu{width:22vw;height:150px;background-color:#fff;border:2px solid #ebedef;text-align:center;border-radius:5px;overflow:hidden}.dropDownUserOverlay{display:flex;justify-content:center;align-items:flex-start}.dropDownMenuWrapper{position:absolute;right:1vw;top:60px;z-index:10}.dropDownUserWrapper{width:100%;height:70px;justify-content:center;background-color:#2dc5fc}.dropDownUserConatiner,.dropDownUserWrapper{display:flex;flex-direction:row;align-items:center}.dropDownUserConatiner{width:92%;justify-content:flex-start}.dropdownAvatar{width:50px;height:50px;border-radius:35px;margin-right:15px}.dropDownUserName{font-weight:900;font-size:14px;overflow:hidden;color:#fff;letter-spacing:.1px}.dropDownDivider{width:95%;height:2px;display:inline-block;background-color:#ebedef}.dropDownButtonOverlay{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;height:65px}.dropDownButton{width:95%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.dropDownButtonText{font-size:15px;letter-spacing:1px;font-weight:400;overflow:hidden;color:#959899;margin-left:8px}.authModal{width:35vw;background:linear-gradient(to top right,#2d4c82,#1b2843,#582a51);border-radius:20px}.authModal,.customModal{padding-top:30px;padding-bottom:30px}.customModal{width:75vw;height:60vh;background-color:#fff;border-radius:5px;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;z-index:100}.customModalHeader{font-weight:900}.customModalHeader,.customModalHeaderTwo{color:#000;font-size:22px;text-align:center}.customModalHeaderTwo{font-weight:500}.authModalHeader{color:#fff;font-size:22px;font-weight:900;text-align:center}.authModalInputWrapper{display:flex;align-items:center;justify-content:center}.authModalInput{border-width:1px;width:60%;height:40px;border-color:hsla(0,0%,100%,.3);border-radius:20px;background-color:rgba(23,63,112,.3);padding-left:20px;margin-top:20px;color:#fff}.manageApplicationPlayerCommentInput{border-width:1px;width:25vw;padding-top:.5vw;padding-left:.5vw;height:100px;width:97%;border-color:#000;margin-top:20px;color:#000}.authModalButtonWrapper{width:100%;display:flex;justify-content:center}.authModalButton{background:linear-gradient(to top right,#fd3647,#d61557);border-radius:10px;border:none;margin-top:20px;margin-bottom:20px;width:20vw}.authModalButtonText{color:#fff;font-size:12px;text-align:center;padding:5px;opacity:1}.authModalErrorTextWrapper{display:flex;align-items:center;justify-content:center}.authModalErrorText{color:#fd3647;font-size:16px;text-align:center;padding:5px;opacity:1}.authModalTermsWrapper{display:flex;align-items:center;justify-content:center;padding:0 20px;margin-top:10px}.authModalTermsText{color:#fff;font-size:12px;text-align:center;margin:0;line-height:1.4}.authModalTermsLink{color:#fd3647;text-decoration:underline;cursor:pointer;transition:all .3s ease}.authModalTermsLink:hover{color:#ff5a6a}.documents-modal{color:#333;display:flex;flex-direction:column;max-height:calc(80vh - 20px)}.documents-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:2px solid #f0f0f0;padding-bottom:15px}.documents-modal-header h2{margin:0;color:#2d4c82;font-size:24px;font-weight:700}.documents-modal-close{background:none;border:none;font-size:36px;color:#999;cursor:pointer;transition:all .3s ease;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.documents-modal-close:hover{color:#fd3647;transform:rotate(90deg)}.documents-modal-body{display:flex;flex-direction:column;grid-gap:25px;gap:25px;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:6px;-webkit-overflow-scrolling:touch}.document-item{padding:20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;transition:all .3s ease}.document-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.document-item h3{margin:0 0 15px;color:#2d4c82;font-size:18px;font-weight:600}.document-download-link{display:inline-block;color:#fd3647;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;border-bottom:2px solid transparent}.document-download-link:hover{color:#d61557;border-bottom-color:#d61557}.sidebar-row{white-space:break-spaces;font-weight:600}.calendarHeaderOverlay{width:100%;background-color:#ebedef;height:40px;font-weight:700;font-size:12px;letter-spacing:1px;color:#242729;display:flex;justify-content:center;border-color:rgba(0,0,0,.2);border-style:solid;border-width:1px 0;position:-webkit-sticky;position:sticky;top:70px}.calendarHeaderWrapper{flex-direction:row;justify-content:flex-start;width:95%}.calendarHeaderdate,.calendarHeaderWrapper{display:flex;align-items:center;height:100%}.calendarHeaderdate{width:20%;text-align:center;justify-content:center}.calendarHeaderdateMatch{width:45%}.calendarHeaderdateMatch,.calendarHeaderdateStadium{height:100%;display:flex;text-align:center;justify-content:center;align-items:center}.calendarHeaderdateStadium{width:15%}.calendarHeaderdateStatus,.calendarHeaderdateTime{width:10%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center}.oneMatchOverlay{width:100%;background-color:#ebedef;height:70px;font-weight:700;font-size:1.1vw;letter-spacing:1px;color:#242729;display:flex;justify-content:center;border-color:rgba(0,0,0,.2);border-style:solid;border-width:1px 0}.oneMatchWrapper{justify-content:flex-start;width:95%}.oneMatchWrapper,.teamWrapper{display:flex;flex-direction:row;align-items:center}.teamWrapper{justify-content:flex-end;width:45%;font-size:15px;font-family:"Jost-Medium"}.oneMatchTeamsWrapper{height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.teamImage{width:35px;height:35px;border-radius:35px;margin-right:10px;margin-left:10px}.teamRostersTeamImage{width:90px;height:90px;border-radius:90px;margin-top:1vw}.date{width:20%;text-align:center}.date,.matchResult{display:flex;justify-content:center;align-items:center;height:100%}.matchResult{width:10%;font-size:20px}.matchStadium{width:15%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center}.matchStatus,.matchTime{width:10%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center}.oneMatchOverlay:nth-child(2n){background-color:#fff}.matchCenterWrapper{border-radius:0;box-shadow:0 1px 20px 0 rgba(69,90,100,.08);border:none;margin-bottom:30px;transition:all .5s ease-in-out;position:relative;display:flex;flex-direction:column;align-items:center;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;width:90%;min-height:400px;padding-bottom:30px}.layoutWrapper{display:flex;justify-content:center;position:relative;overflow:visible;width:100%;max-width:100%}.matchCenterHeader{width:100%;padding-left:50px;flex-direction:column;justify-content:center}.matchCenterHeader,.matchResultsHeader{background-color:initial;padding-top:15px;padding-bottom:15px;display:flex;border-bottom:1px solid #f1f1f1}.matchResultsHeader{width:94%;flex-direction:row;justify-content:space-between;align-items:center}.manageApplicationName,.matchCenterName{font-weight:700}.manageApplicationName:after{content:"";background-color:#04a9f5;position:absolute;left:0;top:25px;width:4px;height:35px}.blackListName{font-weight:700}.blackListName:after{height:35px}.blackListName:after,.matchCenterName:after{content:"";background-color:#04a9f5;position:absolute;left:0;top:15px;width:4px}.matchCenterName:after{height:20px}.matchResultsName{font-weight:700}.matchResultsName:after{content:"";background-color:#04a9f5;position:absolute;left:0;top:23px;width:4px;height:20px}.dateWrapper{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;margin-top:10px}.calendarIconWrapper{width:30px;height:30px;position:relative;cursor:pointer}.calendarIconWrapper:hover,.matcheCenterCalendarActive{color:#04a9f5}.calendarIcon{width:30px;height:30px}.dateNumber{position:absolute;font-size:11.5px;font-weight:700;left:50%;transform:translateX(-50%);top:11.5px}.matcheCenterMenuItem{margin-left:15px;font-weight:700;cursor:pointer}.matcheCenterMenuItem:hover{color:#04a9f5}.pageWrapper{margin-top:20px}.matcheCenterMenuItemActive{color:#04a9f5}.matchCenterCalendarWrapper{left:0;position:absolute;top:88px;z-index:200}.react-calendar__tile--now{background:#f1f1f1!important}.react-calendar__tile--active{background:#04a9f5!important}.matcheCenterCalendarActive{display:block}.emptyWrapper{height:100%;display:flex;align-items:center}.blacklistAddPlayersPageEmptyWrapper{display:flex;align-items:center;justify-content:center;align-self:center;text-align:center}.emptyText{font-size:18px}.loadingOverlay{height:100%;display:flex;align-items:center}.blacklistAddPlayersPageLoadingOverlay{display:flex;align-items:center;justify-content:center;align-self:center;text-align:center}.loadingWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.table-responsive{display:block;width:95%;overflow-x:auto;-webkit-overflow-scrolling:touch}.tableWrapper{width:100%;display:flex;justify-content:center;color:#000}.table td,.table th{border-bottom:1px solid #eaeaea;white-space:nowrap;padding:1.05rem .75rem;text-align:center}.table td{font-size:14px}.matchTableTime{width:10%;height:100%}.matchTableMatch{width:60%;height:100%}.matchTableStadium{width:30%;height:100%}.matchTableStatus{width:15%;height:100%}.applicationTableNumber{width:10%;height:100%}.applicationTableTeam{width:25%;height:100%;padding-right:0!important}.applicationTableApplicationName{width:35%;height:100%}.applicationTableDate,.applicationTableStatus{width:15%;height:100%}.matchCenterRow{cursor:pointer}.matchCenterRow:hover{background-color:#f4f7fa}.matchTeamsWrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:20px}.matchTeamWrapper{width:50%;justify-content:flex-end}.applicationTeamWrapper,.matchTeamWrapper{display:flex;flex-direction:row;align-items:center;margin-right:15%}.applicationTeamWrapper{width:100%;justify-content:center}.matchTeamGuestWrapper{justify-content:flex-start;margin-left:15%;margin-right:0}.matchTeamImage{width:60px;height:60px;margin-left:10px;margin-right:10px}.matchTeamText{font-weight:700;font-size:20px}table{border-collapse:collapse}.matchHeadingText{width:100%;text-align:center;font-size:16px}.matchHeading{width:100%;margin-top:10px}.matchHeading,.matchResultInputs{display:flex;justify-content:center}.matchResultInputs{flex-direction:row;align-items:center}.matchResultWrapper{position:absolute;left:0;right:0}.matchResultDivider{margin-left:10px;margin-right:10px;font-size:15px}.matchResultInput{border-width:0 0 1px;font-size:25px;font-weight:700;width:50px;text-align:center}.matchSubsTablesWrapper{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-top:20px}.matchSubsTable{width:50%}.matchSubsColumn{width:5%}.matchSubsColumn,.matchSubsPlayer{height:100%;border-width:0 .2px 0 0;border-style:solid}.matchSubsPlayer{width:40%}.matchSubsOneTable{border-width:.2px 0 0 .2px;border-bottom-width:.2px!important;border-style:solid;width:96%}.matchSubsOneTable td,.matchSubsOneTable th{border-bottom:1px solid #000;white-space:nowrap;padding:.85rem .3rem;text-align:center}.matchSubsTableOne{width:100%;display:flex;justify-content:center}.matchColumnInput{width:15px;text-align:center}.matchAdditionalInfoWrapper{width:100%;justify-content:center;display:flex}.matchAdditionalInfoRow{display:flex;flex-direction:row;align-items:center;width:90%;justify-content:space-around;flex-wrap:wrap}.matchAdditionalInfoSelectHeadingWrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.matchAdditionalInfoSelectHeading{color:#757575;font-size:12px;margin-left:2px;margin-bottom:2px}.matchAdditionalInfoCalendarWrapper{right:25%;position:absolute;top:150px;z-index:2}.matchAdditionalInfoDateTimeWrapper{height:36px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding-right:10px;padding-left:10px;border:1px solid transparent;box-shadow:0 .0625rem .125rem rgba(0,0,0,.15);border-radius:3px}.matchAdditionalInfoDateWrapper{display:flex;justify-content:center}.matchAdditionalInfoDate{cursor:pointer;color:#000;text-align:center}.matchAdditionalInfoDateTimeDevider{width:1px;height:25px;background-color:#e3e3e3;margin-left:10px;margin-right:10px}.matchAdditionalInfoTimeInput{border:solid #757575;border-width:0 0 1px;width:18px;color:#000;font-size:15px}.matchAdditinalInfoTimeWrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.matchAdditionalInfoTime{cursor:pointer;color:#757575}.emptyRow{border-width:0 .2px 0 0;border-style:solid}.emptyRowText{font-weight:700}.matchChangeResultsButton{background-color:#04a9f5}.matchChangeResultsButton,.matchChangeResultsButtonDisabled{width:10vw;justify-content:center;align-items:center;display:flex;border-radius:5px;padding:.6rem .1rem;cursor:pointer}.matchChangeResultsButtonDisabled{background-color:rgba(4,169,245,.5)}.matchChangeResultsButtonContainerWrapper{width:100%;justify-content:center;display:flex}.matchChangeResultsButtonContainer{display:flex;flex-direction:row;align-items:center;width:90%;justify-content:space-around;flex-wrap:wrap;margin-top:20px}.matchChangeDataResultsButton{background-color:#04a9f5}.matchChangeDataResultsButton,.matchChangeDataResultsButtonGreen{width:25vw;justify-content:center;align-items:center;display:flex;border-radius:5px;padding:.6rem .1rem;cursor:pointer}.matchChangeDataResultsButtonGreen{background-color:rgba(33,152,95,.7)}.matchChangeResultsButtonText{color:#fff;text-align:center;font-size:12px;font-weight:700}.matchResultsModalWrapper{position:fixed;bottom:-100px;width:80%;height:80px;left:50%;transform:translate(-50%);transition:bottom .5s;z-index:100}.matchResultsWarningWrapper{width:100%;display:flex;justify-content:center}.matchResultsModalWrapperActive{bottom:-5px}.bottomModalWrapperError{background-color:#f2dede;color:#af514f}.bottomModalWrapperSuccess{background-color:#dff0d7;color:#629260}.bottomModalWrapper{width:100%;height:100%;padding-top:8px;border-radius:10px}.matchResultsWarningContent{width:100%;background-color:#fcf8e3;color:#8a6d3b;padding-top:5px;padding-bottom:5px}.matchResultsErrorContent{width:100%;background-color:#e3242b;color:#fff;padding-top:5px;padding-bottom:5px}.bottomModalIcon{margin-left:20px;margin-right:10px}.bottomModalRow{width:150px;margin-left:20px;margin-bottom:1px;justify-content:flex-start}.bottomModalRow,.matchResultsWarningRow{display:flex;flex-direction:row;align-items:center}.matchResultsWarningRow{width:100%;margin-bottom:3px;justify-content:center}.bottomModalHeading{font-weight:700;font-size:15px;margin-left:10px}.bottomModalRowLarge{width:90%;margin-left:55px}.bottomModalText{font-size:14px}.emptyWarningBox{height:59px;width:100%}.matchResultsHint{margin-left:1%}.matchResultsHintWrapper{width:100%;margin-bottom:60px;margin-top:15px}.select-search{width:300px;position:relative;font-family:"Nunito Sans",sans-serif;box-sizing:border-box;z-index:10}.select-search *,.select-search :after,.select-search :before{box-sizing:inherit}.select-search__value{position:relative;z-index:1}.select-search__value:after{content:"";display:inline-block;position:absolute;top:calc(50% - 9px);right:19px;width:11px;height:11px}.select-search__input{display:block;height:36px;width:100%;padding:0 16px;background:#fff;border:1px solid transparent;box-shadow:0 .0625rem .125rem rgba(0,0,0,.15);border-radius:3px;outline:none;font-family:"Noto Sans",sans-serif;font-size:14px;text-align:left;text-overflow:ellipsis;line-height:36px;-webkit-appearance:none}.select-search__input::-webkit-search-cancel-button,.select-search__input::-webkit-search-decoration,.select-search__input::-webkit-search-results-button,.select-search__input::-webkit-search-results-decoration{-webkit-appearance:none}.select-search__input:not([readonly]):focus{cursor:auto}.select-search__select{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.15);position:absolute;z-index:50;width:100%}.select-search__options{list-style:none;-webkit-padding-start:0;padding-inline-start:0}.select-search__row:not(:first-child){border-top:1px solid #eee}.select-search__not-found,.select-search__option{display:block;height:36px;width:100%;padding:0 16px;background:#fff;border:none;outline:none;font-family:"Noto Sans",sans-serif;font-size:14px;text-align:left;cursor:pointer}.select-search--multiple .select-search__option{height:48px}.select-search__option.is-selected{background:#04a9f5;color:#fff}.select-search__option.is-highlighted,.select-search__option:not(.is-selected):hover{background:rgba(4,169,245,.3)}.select-search__option.is-highlighted.is-selected,.select-search__option.is-selected:hover{background:#04a9f5;color:#fff}.select-search__group-header{font-size:10px;text-transform:uppercase;background:#eee;padding:8px 16px}.select-search.is-disabled{opacity:.5}.select-search.is-loading .select-search__value:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath fill='%232F2D37' d='M25 5a20.14 20.14 0 0120 17.88 2.51 2.51 0 002.49 2.26A2.52 2.52 0 0050 22.33a25.14 25.14 0 00-50 0 2.52 2.52 0 002.5 2.81A2.51 2.51 0 005 22.88 20.14 20.14 0 0125 5z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");background-size:11px}.select-search:not(.is-disabled) .select-search__input{cursor:pointer}.select-search--multiple{border-radius:3px;overflow:hidden}.select-search:not(.is-loading):not(.select-search--multiple) .select-search__value:after{transform:rotate(45deg);border-right:1px solid #000;border-bottom:1px solid #000;pointer-events:none}.select-search--multiple .select-search__input{cursor:auto;border-radius:3px 3px 0 0}.select-search--multiple:not(.select-search--search) .select-search__input{cursor:default}.select-search:not(.select-search--multiple) .select-search__input:hover{border-color:#04a9f5}.select-search:not(.select-search--multiple) .select-search__select{position:absolute;z-index:2;top:44px;right:0;left:0;border-radius:3px;overflow:auto;max-height:400px}.select-search--multiple .select-search__select{position:relative;overflow:auto;max-height:260px;border-top:1px solid #eee;border-radius:0 0 3px 3px}.select-search__not-found{height:auto;padding:16px;text-align:center;color:#888}.manageApplicationButtonsWrapper{width:34vw}.manageApplicationButtonsModalWrapper,.manageApplicationButtonsWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.manageApplicationButtonsModalWrapper{width:100%;margin-top:20px}.manageApplicationHeaderWrapper{width:"100%";padding-top:20px;padding-bottom:20px;font-family:"Jost-Medium"}.manageApplicationHeaderRow{display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.3)}.manageApplicationHeaderTeamInfoWrapper,.teamRostersHeaderTeamInfoWrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.teamRostersHeaderTeamInfoWrapper{width:20vw;position:absolute;left:0;top:90px}.teamRostersTablePhoto{width:100px;height:100px}.manageApplicationHeaderTeamInfoImage{width:80px;height:80px;border-radius:80px}.manageApplicationHeaderTeamInfoImageWrapper{margin-bottom:5px}.manageApplicationHeaderTeamInfoName{font-size:20px;font-weight:700;margin-bottom:3px}.manageApplicationHeaderApplicationName{font-size:18px;font-weight:700}.manageApplicationHeaderCommentBlock{font-size:16px}.manageApplicationHeaderApplicationStatus{font-size:18px;font-weight:700}.manageApplicationHeaderApplicationCollapseValue{font-size:16px}.manageApplicationHeaderTextColumnWithHint{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px;text-align:center}.manageApplicationHeaderHint{font-size:16px}.manageApplicationHeaderCollapseHint,.manageApplicationHeaderHint{padding-top:5px;margin-top:5px;color:rgba(0,0,0,.5);min-width:250px;text-align:center;border-top:1px solid rgba(0,0,0,.3)}.manageApplicationHeaderCollapseHint{font-size:15px}.manageApplicationHeaderNameWrapper{font-size:16px;font-weight:700;margin-bottom:10px;display:inline-block;padding:5px;background-color:rgba(4,169,245,.2);font-family:"Jost-Medium"}.collapse-css-transition{transition:height .28s cubic-bezier(.4,0,.2,1)}.manageApplicationPlayerWrapper,.manageApplicationPlayerWrapperDisabled{width:"100%";font-family:"Jost-Medium";border-bottom:1px solid rgba(0,0,0,.3)}.manageApplicationPlayerWrapperDisabled{background-color:rgba(0,0,0,.2);opacity:.9}.manageApplicationPlayerMainRow{width:"100%";display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-right:30px;position:relative}.manageApplicationPlayerImage{width:120px;height:120px;object-fit:contain;background-color:rgba(0,0,0,.1)}.manageApplicationPlayerCollapseRow,.manageApplicationPlayerSubRow{width:"100%";display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.manageApplicationPlayerCollapseRow{padding:30px}.manageApplicationPlayerNameColumn{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.manageApplicationPlayerButtonsColumn{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.manageApplicationPlayerAcceptButtonsDisabled{color:rgba(0,0,0,.4)}.manageApplicationPlayerAcceptButtonsDisabled:hover,.manageApplicationPlayerAcceptButtonsEnabled{color:#21985f}.manageApplicationPlayerDeclineButtonsDisabled{color:rgba(0,0,0,.4)}.manageApplicationPlayerDeclineButtonsDisabled:hover,.manageApplicationPlayerDeclineButtonsEnabled{color:#fd3647}.manageApplicationPlayerCommentButtonsEnabled{color:#21985f}.manageApplicationPlayerCommentButtonsDisabled{color:#000}.manageApplicationPlayerCommentButtonsDisabled:hover{color:grey}.manageApplicationPlayerStatusAccept{background-color:#04a9f5}.manageApplicationPlayerStatusAccept,.manageApplicationPlayerStatusDecline{padding:5px;font-size:16px;color:#fff;width:110px;text-align:center;font-family:"Jost-Medium"}.manageApplicationPlayerStatusDecline{background-color:#fd3647}.manageApplicationPlayerStatusChange{padding:5px;background-color:#ffce00;font-size:16px;color:#fff;width:110px;text-align:center;font-family:"Jost-Medium"}.manageApplicationPlayerCollapseTeamsHeader{font-family:"Jost-Medium";font-size:16px;font-weight:700}.manageApplicationPlayerCollapseTeamsWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.manageApplicationPlayerCollapseTeamImage{width:30px;height:30px;border-radius:30px;margin-right:5px;margin-left:5px}.manageApplicationPlayerCollapseTeamsHint{font-family:"Jost-Medium";font-size:14px;text-decoration:underline}.manageApplicationPlayerCollapseTeamsHint:hover{color:grey}.manageApplicationPlayerCollapseTeamName{font-family:"Jost-Medium";font-size:15px;text-align:left}.playerTeamsModalRow{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding-top:1.5vh;padding-bottom:1.5vh;border-bottom:1px solid rgba(0,0,0,.3)}.playerTeamsModalTeamName{width:22.5vw;text-align:center}.playerTeamsModalApplicationName{width:30vw;text-align:center}.playerTeamsModalLeagueName{width:22.5vw;text-align:center}.playerTeamsModalTeamNameHeader{width:22.5vw;text-align:center;font-weight:700}.playerTeamsModalApplicationNameHeader{width:30vw;text-align:center;font-weight:700}.playerTeamsModalLeagueNameHeader{width:22.5vw;text-align:center;font-weight:700}.playerTeamsModalRowHeader{margin-top:5vh;width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding-top:1vh;padding-bottom:1vh;border-bottom:2px solid #000}.manageApplicationPlayerWraning{min-width:35vw;left:50%;transform:translateX(-50%);position:absolute;top:0}.simpleRow{justify-content:flex-start}.borderBottom{border-bottom:1px solid rgba(0,0,0,.2)}.manageApplicationHeaderButton{font-family:"Jost-Medium";font-size:17px;text-decoration:underline;cursor:pointer}.manageApplicationHeaderButton:hover{color:grey}.ReactModal__Overlay--after-open{z-index:2000}.applicationManagmentCheckboxHint{font-family:"Jost-Medium";font-size:15px;color:#000;margin-right:10px}.declineModalText{font-family:"Jost-Medium";font-size:15px;color:#000;text-align:center}.manageApplicationPopupRelatedTeamsWrapper{background-color:#fff;padding:20px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;border:1.5px solid rgba(0,0,0,.2)}.manageApplicationPopupRelatedTeam{display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin-right:20px}.manageApplicationPopupRelatedTeamImage{width:50px;height:50px;object-fit:contain}.manageApplicationPopupRelatedTeamName{font-size:10px;font-weight:700;margin-bottom:3px;color:grey}.searchWrapper{width:100%;position:relative;display:flex}.searchTerm{width:100%;border:3px solid #04a9f5;border-right:none;padding:5px;height:20px;border-radius:5px 0 0 5px;outline:none;color:#000}.searchTerm:focus{color:#000}.searchButton{width:40px;height:36px;border:1px solid #04a9f5;text-align:center;border-radius:0 5px 5px 0;font-size:20px}.searchContainer{width:30%}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.blacklistPlayerContainer,.blacklistPlayerContainerx{position:relative;display:flex;flex-direction:column;min-width:0;width:240px;height:385px;word-wrap:break-word;background-color:#fff;background-clip:initial;border-radius:.25rem;overflow:hidden}.blacklistPlayerContainerBrightness:hover,.blackListPlayerTopMenuWrapper:hover+.blacklistPlayerContainerBrightness{filter:brightness(75%)}.blacklistAddPlayersPagePlayerPhotoWrapper,.blacklistPLayerPhotoWrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.blacklistPlayerPhoto{object-fit:cover;height:300px;vertical-align:middle}.blacklistAddPlayersPagePlayerPhoto{object-fit:cover;height:70px;width:70px;vertical-align:middle}.blacklistAddPlayersPageTeamPhoto{object-fit:contain;height:70px;width:70px;vertical-align:middle}.blackListPlayerInfoWrapper{flex:1 1 auto;width:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:20px}.blackListPlayerFamilyWrapper{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:25px;max-width:200px;min-height:50px}.blacklistPlayerFamilyText{font-size:15px;text-align:center}.blacklistPlayerFamilyTextBold{font-weight:700}.blacklistPlayerLine{align-self:center;width:90%;height:1px;background-color:rgba(0,0,0,.15);margin:2px auto}.blackListPlayerOneBlock{position:relative;display:flex;flex-direction:column;width:200px}.blackListPlayerOneBlockLabel{font-size:13px;opacity:.8;font-style:italic}.blackListPlayerOneBlockValue{font-size:14px;text-align:center}.blackListPlayerOneBlockValueWrapper{justify-content:center;display:flex}.blacklistPlayerBlockData{margin-top:15px;height:150px;overflow-y:scroll}.blackListCollapsiblePart{position:absolute;bottom:-170px;background-color:#fff}@keyframes big_it{0%{bottom:-170px}to{bottom:0}}@keyframes small_it{0%{bottom:0}to{bottom:-170px}}.ready_to_big{animation-name:big_it;animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-duration:.5s;animation-fill-mode:forwards}.ready_to_small_it{animation-name:small_it;animation-duration:.5s;animation-fill-mode:forwards}.blackListPlayerTopMenuWrapper{background-color:initial;width:85%;align-self:center;position:absolute;top:0;z-index:100;visibility:hidden}.blacklistPlayerContainerx:hover>.blackListPlayerTopMenuWrapper{visibility:visible}.blackListPlayerTopMenuWrapperHidden{visibility:hidden!important}.blackListPlayerTopMenu{width:100%;padding-top:20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.blackListPlayerTopMenuLeftButton{width:50px;height:50px;border-radius:50px}.blackListPlayerCollapsibleButton,.blackListPlayerTopMenuLeftButton{background-color:hsla(0,0%,100%,.85);display:flex;flex-direction:row;align-items:center;justify-content:center;border-width:0}.blackListPlayerCollapsibleButton{width:35px;height:35px;border-radius:35px}.blackListPlayerCollapsibleButtonWrapper{position:absolute;top:-10px;right:0;opacity:0;visibility:hidden}.blackListPlayerCollapsibleButtonOpacityAdd{animation-name:visible_it;animation-duration:1s;animation-fill-mode:forwards;visibility:visible}.blackListPlayerCollapsibleButtonOpacityRemove{animation-name:hide_it;animation-duration:1s;animation-fill-mode:forwards;visibility:hidden}@keyframes visible_it{0%{opacity:0}to{opacity:1}}@keyframes hide_it{0%{opacity:1}to{opacity:0}}.blackListPlayerOneBlockLabelWrapper{padding-bottom:5px}.blackListWrapperContent{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.blacklistAddPlayersPageWrapper{height:100%;width:60%;background-color:#fff;position:fixed;z-index:1003;display:block;top:0;right:-60%}@keyframes blacklistAddPlayersPageWrapper_open{0%{right:-60%}to{right:0}}@keyframes blacklistAddPlayersPageWrapper_close{0%{right:0}to{right:-60%}}.blacklistAddPlayersPageWrapperOpen{animation-name:blacklistAddPlayersPageWrapper_open;animation-duration:1s;animation-fill-mode:forwards}.blacklistAddPlayersPageWrapperClose{animation-name:blacklistAddPlayersPageWrapper_close;animation-duration:1s;animation-fill-mode:forwards}.blacklistAddPlayersCloseButton{background-color:#fff;width:50px;height:50px;border-radius:50px;position:absolute;left:-20px;top:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;border-width:0;opacity:0}.blacklistAddPlayersPageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:20px}.blacklistAddPlayersPageHeadingText{font-weight:700;font-size:20px}.blacklistAddPlayersPageSearchZoneWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;align-self:center}.blacklistAddPlayersPageSearchZoneSearch{width:100%;border:3px solid #04a9f5;padding:5px;height:20px;border-radius:5px;outline:none;color:#000}.blacklistAddPlayersPageSearchZoneContainer{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;align-self:center}.blacklistAddPlayersPageErrorWrapper{height:40px;text-align:center;align-items:center;justify-content:center;display:flex}.blacklistAddPlayersPageErrorText{font-size:14px;color:red}.blacklistAddPlayersPagePlayerWrapper{display:flex;flex-direction:row;align-items:center;width:75%;justify-content:space-between;padding:5px 20px}.blacklistAddPlayersPagePlayerWrapper:hover{background-color:rgba(0,0,0,.15)!important}.blacklistChosenPlayersPagePlayerWrapper{display:flex;flex-direction:row;align-items:center;width:60%;justify-content:space-between;padding:5px 20px;background-color:rgba(0,0,0,.15);margin-top:30px}.blacklistAddPlayersPageContentWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.blacklistAddPlayersPageScrollZone{overflow-y:scroll;height:100%}.blacklistAddPlayersPagePlayerIconWrapper{padding:5px;border-radius:4px;background-color:#04a9f5;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.blacklistAddPlayersPagePlayerIcon{width:25px;height:25px;object-fit:contain}.blacklistAddPlayersPageInputZoneButtonsWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:60%}.blacklistAddPlayersPageInputZoneContainer{display:flex;align-items:center;flex-direction:column;justify-content:space-between;width:100%}.blacklistAddPlayersPageInputZoneWrapper{width:100%;display:flex;align-items:center;justify-content:center}.blacklistAddPlayersPageWrapperApplicationHeading{text-align:center;font-size:14px;margin-top:30px;margin-bottom:30px}.pro-sidebar{height:auto!important;z-index:90!important}@keyframes swing{0%,30%,50%,70%,to{transform:rotate(0deg)}10%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}}.pro-sidebar{color:#fff;height:100%;width:20vw;min-width:20vw;text-align:left;transition:width,left,right,.3s;position:relative;z-index:1009}.pro-sidebar>.pro-sidebar-inner{background:#3f4d67;height:100%;position:relative;z-index:101}.pro-sidebar>.pro-sidebar-inner>img.sidebar-bg{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;opacity:.3;left:0;top:0;z-index:100}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout{height:100%;overflow-y:auto;overflow-x:hidden;position:relative;display:flex;flex-direction:column;z-index:101}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-content{flex-grow:1}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout .pro-sidebar-footer{border-top:1px solid hsla(0,0%,100%,.2)}.pro-sidebar>.pro-sidebar-inner>.pro-sidebar-layout ul{list-style-type:none;padding:0;margin:0}.pro-sidebar .overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.3);z-index:100;display:none}.pro-sidebar.collapsed{width:0;min-width:0}.pro-sidebar.rtl{text-align:right;direction:rtl}@media(max-width:480px){.pro-sidebar.xs{position:fixed;left:-20vw}.pro-sidebar.xs.collapsed,.pro-sidebar.xs.toggled{left:0}.pro-sidebar.xs.toggled .overlay{display:block}.pro-sidebar.xs.rtl{left:auto;right:-20vw}.pro-sidebar.xs.rtl.collapsed,.pro-sidebar.xs.rtl.toggled{left:auto;right:0}}@media(max-width:576px){.pro-sidebar.sm{position:fixed;left:-20vw}.pro-sidebar.sm.collapsed,.pro-sidebar.sm.toggled{left:0}.pro-sidebar.sm.toggled .overlay{display:block}.pro-sidebar.sm.rtl{left:auto;right:-20vw}.pro-sidebar.sm.rtl.collapsed,.pro-sidebar.sm.rtl.toggled{left:auto;right:0}}@media(max-width:768px){.pro-sidebar.md{position:fixed;left:-20vw}.pro-sidebar.md.collapsed,.pro-sidebar.md.toggled{left:0}.pro-sidebar.md.toggled .overlay{display:block}.pro-sidebar.md.rtl{left:auto;right:-20vw}.pro-sidebar.md.rtl.collapsed,.pro-sidebar.md.rtl.toggled{left:auto;right:0}}@media(max-width:992px){.pro-sidebar.lg{position:fixed;left:-20vw}.pro-sidebar.lg.collapsed,.pro-sidebar.lg.toggled{left:0}.pro-sidebar.lg.toggled .overlay{display:block}.pro-sidebar.lg.rtl{left:auto;right:-20vw}.pro-sidebar.lg.rtl.collapsed,.pro-sidebar.lg.rtl.toggled{left:auto;right:0}}@media(max-width:1200px){.pro-sidebar.xl{position:fixed;left:-20vw}.pro-sidebar.xl.collapsed,.pro-sidebar.xl.toggled{left:0}.pro-sidebar.xl.toggled .overlay{display:block}.pro-sidebar.xl.rtl{left:auto;right:-20vw}.pro-sidebar.xl.rtl.collapsed,.pro-sidebar.xl.rtl.toggled{left:auto;right:0}}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before{content:"";display:inline-block;width:4px;min-width:4px;height:4px;border:1px solid #2b2b2b;border-radius:50%;margin-right:15px;position:relative;box-shadow:1px 0 0 #fff,0 -1px 0 #fff,0 1px 0 #fff,-1px 0 0 #fff}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-item-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-sidebar .pro-menu{padding-top:10px;padding-bottom:10px}.pro-sidebar .pro-menu>ul>.pro-sub-menu>.pro-inner-list-item{position:relative;background-color:#2b2b2b}.pro-sidebar .pro-menu>ul>.pro-sub-menu>.pro-inner-list-item>div>ul{padding-top:15px;padding-bottom:15px}.pro-sidebar .pro-menu a{text-decoration:none;color:#fff}.pro-sidebar .pro-menu a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent}.pro-sidebar .pro-menu a:hover{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item{font-size:15px}.pro-sidebar .pro-menu .pro-menu-item.active{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item .suffix-wrapper{opacity:1;transition:opacity .2s}.pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper{display:flex;margin-right:5px;opacity:1;transition:opacity .2s}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item{position:relative;display:flex;align-items:center;padding:8px 35px 8px 20px;cursor:pointer}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:focus{outline:none;color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{margin-right:10px;font-size:14px;width:35px;min-width:35px;height:35px;line-height:35px;text-align:center;display:inline-block}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper .pro-icon{display:flex;height:100%;align-items:center;justify-content:center}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item>.pro-item-content{flex-grow:1;flex-shrink:1}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:hover{color:#d8d8d8}.pro-sidebar .pro-menu .pro-menu-item>.pro-inner-item:hover .pro-icon-wrapper .pro-icon{animation:swing .5s ease-in-out 1 alternate}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item:before{background:#fff}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{display:inline-block;border-color:#fff;border-style:solid;border-width:0 2px 2px 0;padding:2.5px;vertical-align:middle;transition:transform .3s;transform:rotate(-45deg)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item:before{background:transparent!important}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(45deg)}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item{padding-left:20px}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item{padding:8px 30px 8px 15px}.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item .pro-arrow-wrapper,.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item>.pro-icon-wrapper{display:none}.pro-sidebar .pro-menu.shaped .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{background-color:#2b2b2b}.pro-sidebar .pro-menu.square .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:0}.pro-sidebar .pro-menu.round .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:4px}.pro-sidebar .pro-menu.circle .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{border-radius:50%}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-item>.prefix-wrapper,.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-item>.suffix-wrapper{opacity:0}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item>.pro-inner-list-item{background-color:#2b2b2b;z-index:111}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item{position:relative}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item:before{content:"";display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0;cursor:pointer}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu{position:relative}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-item{pointer-events:none}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{display:none}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item{height:auto!important;position:fixed;visibility:hidden;min-width:220px;max-width:270px;background-color:transparent;max-height:100%;padding-left:3px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item.has-arrow{padding-left:10px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item>.popper-inner{max-height:100vh;overflow-y:auto;background-color:#2b2b2b;padding-left:20px;border-radius:4px}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu:hover>.pro-inner-list-item{transition:visibility,transform .3s;visibility:visible}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon{animation:swing .5s ease-in-out 1 alternate}.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item,.pro-sidebar.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item{padding:8px 30px 8px 5px}.pro-sidebar.rtl .pro-menu .pro-menu-item .prefix-wrapper{margin-right:0;margin-left:5px}.pro-sidebar.rtl .pro-menu .pro-menu-item>.pro-inner-item{padding:8px 20px 8px 35px}.pro-sidebar.rtl .pro-menu .pro-menu-item>.pro-inner-item>.pro-icon-wrapper{margin-right:0;margin-left:10px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper{right:auto;left:20px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(135deg)}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu.open>.pro-inner-item>.pro-arrow-wrapper .pro-arrow{transform:rotate(45deg)}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item{padding-left:0;padding-right:20px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item{padding:8px 15px 8px 30px}.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before{margin-right:0;margin-left:15px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item{padding-left:0;padding-right:3px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item.has-arrow{padding-right:10px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu>.pro-inner-list-item>.popper-inner{padding-left:0;padding-right:20px}.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item,.pro-sidebar.rtl.collapsed .pro-menu>ul>.pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item{padding:8px 5px 8px 30px}.popper-arrow{position:absolute;z-index:-1;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent}.popper-element[data-popper-placement^=left]>.popper-arrow{right:0;border-right:7px solid #2b2b2b}.popper-element[data-popper-placement^=right]>.popper-arrow{left:0;border-left:7px solid #2b2b2b}.react-slidedown{height:0;transition-property:none;transition-duration:.2s;transition-timing-function:ease-in-out}.react-slidedown.transitioning{overflow-y:hidden}.react-slidedown.closed{display:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#2d3748}.modal-close{background:none;border:none;font-size:24px;color:#718096;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s;border-radius:4px}.modal-close:hover{color:#2d3748;background:#f7fafc}.modal-body{padding:24px;overflow-y:auto;flex:1 1}.create-match-modal{width:100%;max-width:900px}.form-grid-modal{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:20px;position:relative;z-index:1}.form-column-modal{display:flex;flex-direction:column;grid-gap:16px;gap:16px;position:relative;z-index:1}.form-section-modal{display:flex;flex-direction:column;grid-gap:8px;gap:8px;position:static}.form-label-modal{display:block;font-weight:600;color:#2d3748;font-size:14px;margin-bottom:8px}.form-label-required:after{content:" *";color:#e74c3c}.input-field-modal{width:100%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s;background-color:#fff}.input-field-modal:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.date-time-row-modal{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.checkbox-item-modal{display:flex;align-items:center;grid-gap:8px;gap:8px;cursor:pointer;font-size:14px;color:#2d3748}.checkbox-item-modal input[type=checkbox]{width:18px;height:18px;cursor:pointer}.team-selector-modal{padding:12px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background-color:#fff;min-height:60px;display:flex;align-items:center}.team-selector-modal:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,.05)}.selected-team-modal{display:flex;align-items:center;grid-gap:12px;gap:12px;width:100%}.team-logo-modal{width:40px;height:40px;object-fit:contain;border-radius:4px}.team-name-modal{font-size:14px;font-weight:500;color:#2d3748}.team-placeholder-modal{width:100%;text-align:center;color:#a0aec0;font-size:14px}.team-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:10000}.team-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column}.team-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.team-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#2d3748}.team-modal-close{background:none;border:none;font-size:28px;color:#a0aec0;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.team-modal-close:hover{background-color:#f7fafc;color:#2d3748}.team-modal-body{padding:20px;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.team-card{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;padding:16px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background-color:#fff}.team-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,.05)}.team-card.selected{border-color:#3182ce;background-color:#ebf8ff;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.team-card-logo{width:60px;height:60px;object-fit:contain}.team-card-name{font-size:13px;text-align:center;color:#2d3748;font-weight:500;line-height:1.3}.button-group-modal{display:flex;grid-gap:12px;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.btn-modal{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:120px}.btn-primary-modal{background:#3182ce;color:#fff;border:2px solid #2c5aa0;box-shadow:0 2px 4px rgba(49,130,206,.3)}.btn-primary-modal:hover:not(:disabled){background:#2c5aa0;border-color:#2a4365;box-shadow:0 4px 8px rgba(49,130,206,.4)}.btn-primary-modal:disabled{opacity:.5;cursor:not-allowed;background:#a0aec0;border-color:#718096;box-shadow:none}.btn-secondary-modal{background-color:#fff;color:#2d3748;border:2px solid #e2e8f0}.btn-secondary-modal:hover:not(:disabled){background-color:#f7fafc;border-color:#cbd5e0}.btn-secondary-modal:disabled{opacity:.5;cursor:not-allowed}.message-box{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500}.message-success{background-color:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.message-error{background-color:#fed7d7;color:#742a2a;border:1px solid #fc8181}.info-section{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:15px;margin-bottom:20px}.info-section p{margin:8px 0;font-size:14px;color:#4a5568}.info-section p:first-child{margin-top:0}.info-section p:last-child{margin-bottom:0}.warning-text{color:#d97706!important;font-weight:500}.info-text{font-size:13px;color:#718096;font-style:italic;margin-top:8px}.duplicate-check-loading{padding:12px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:14px;text-align:center}.duplicate-warning{padding:16px;background-color:#fff3cd;border:2px solid #ffc107;border-radius:8px;margin-top:12px}.duplicate-warning-header{font-size:15px;font-weight:700;color:#856404;margin-bottom:12px;display:flex;align-items:center;grid-gap:8px;gap:8px}.duplicate-match-info{background-color:#fff;padding:12px;border-radius:6px;margin-bottom:10px}.duplicate-match-teams{font-size:14px;font-weight:600;color:#2c3e50;margin-bottom:6px}.duplicate-match-teams span:nth-child(2){color:#95a5a6;font-weight:400}.duplicate-match-date,.duplicate-match-stadium,.duplicate-match-tour{font-size:13px;color:#555;margin-top:4px}.duplicate-warning-note{font-size:13px;color:#856404;font-style:italic}@media (max-width:768px){.form-grid-modal{grid-template-columns:1fr;grid-gap:20px;gap:20px}.create-match-modal{width:95%;max-height:95vh}.team-modal-body{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.form-section-modal .select-search{width:100%;position:relative;z-index:auto}.form-section-modal .select-search__input{padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px}.form-section-modal .select-search__input:focus{border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.form-section-modal .select-search.select-search--has-focus{z-index:10000}.form-section-modal .select-search__select{position:absolute;z-index:10001!important}.form-section-modal.select-up .select-search{position:relative}.form-section-modal.select-up .select-search__select{position:absolute;bottom:100%;left:0;right:0;margin-bottom:4px;max-height:300px;overflow-y:auto;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 -4px 6px -1px rgba(0,0,0,.1),0 -2px 4px -1px rgba(0,0,0,.06);z-index:1000}.modalOverlay{background:rgba(0,0,0,.5);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modalContent{box-shadow:0 10px 40px rgba(0,0,0,.2);min-width:400px;max-width:90%;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modalHeader h2{font-weight:600;color:#2d3748}.modalClose{background:none;border:none;font-size:32px;color:#a0aec0;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modalClose:hover{background:#f7fafc;color:#4a5568}.modalLabel{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#4a5568}.modalInput{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s ease;box-sizing:border-box}.modalInput:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.modalFooter{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0}.modalButton{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.modalButtonCancel{background:#f7fafc;color:#4a5568}.modalButtonCancel:hover{background:#edf2f7}.modalButtonSave{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modalButtonSave:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.modalButtonSave:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.modalContent{min-width:90%;margin:20px}}.matchCenterWrapper .loaderWrapper{display:flex;justify-content:center;align-items:center;min-height:400px}.matchCenterWrapper .errorMessage{background-color:#fed7d7;color:#c53030;padding:16px 20px;border-radius:8px;border-left:4px solid #fc8181;margin:20px}.matchCenterWrapper .errorMessage p{margin:0;font-size:16px}.matchCenterWrapper .emptyState{text-align:center;padding:60px 20px;color:#718096}.matchCenterWrapper .emptyState p{font-size:18px;margin:0}.hierarchyWrapper{margin:20px auto;padding-bottom:40px;max-width:80%;width:80%}.hierarchyLevel{margin-bottom:16px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.hierarchyLevel:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.hierarchyHeader{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.hierarchyHeader:active{transform:scale(.99)}.clientLevel>.hierarchyHeader{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.clientLevel>.hierarchyHeader:hover{background:linear-gradient(135deg,#5568d3,#653a91)}.championatLevel{margin-bottom:12px;border-radius:8px}.championatLevel:last-child{margin-bottom:0}.championatLevel>.hierarchyHeader{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.championatLevel>.hierarchyHeader:hover{background:linear-gradient(135deg,#df7eea,#e44359)}.headerLeft{display:flex;align-items:center;grid-gap:12px;gap:12px}.headerLeft svg{font-size:22px;transition:transform .2s ease}.hierarchyTitle{font-size:18px;font-weight:600}.hierarchyId{font-size:14px;font-weight:400;opacity:.9;margin-left:8px}.headerRight{display:flex;align-items:center;grid-gap:10px;gap:10px}.hierarchyActions{display:flex;grid-gap:8px;gap:8px;margin-right:10px}.actionButton{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;transition:all .2s ease;white-space:nowrap}.actionButton:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-1px)}.actionButton:active{transform:translateY(0)}.hierarchyCount{background:hsla(0,0%,100%,.25);padding:6px 14px;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap}.hierarchyContent{background:#f7fafc;padding:16px}.clientLevel>.hierarchyContent{padding:20px}.championatLevel .hierarchyContent{background:#fff}.leaguesGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:16px;gap:16px}.leagueCard{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .3s ease;overflow:hidden;border:1px solid #e2e8f0}.leagueCard:hover{box-shadow:0 6px 16px rgba(0,0,0,.12);transform:translateY(-3px)}.leagueCardHeader{display:flex;align-items:center;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;grid-gap:14px;gap:14px}.leagueLogoWrapper{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);border-radius:10px;overflow:hidden}.leagueLogo{width:100%;height:100%;object-fit:cover}.leagueLogoPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;background:hsla(0,0%,100%,.1)}.leagueInfo{flex:1 1;min-width:0}.leagueName{font-size:16px;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leagueCardBody{padding:16px;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.leagueDetail{display:flex;justify-content:space-between;align-items:center}.leagueDetailLabel{color:#718096;font-weight:500}.leagueDetailValue{color:#2d3748;font-weight:600}.leagueEditButton{width:100%;margin-top:12px;padding:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.leagueEditButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.leagueEditButton:active{transform:translateY(0)}@media (max-width:1200px){.leaguesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.hierarchyWrapper{margin:15px 20px}.hierarchyHeader{padding:12px 16px}.hierarchyTitle{font-size:16px}.hierarchyCount{font-size:12px;padding:4px 10px}.leaguesGrid{grid-template-columns:1fr;grid-gap:12px;gap:12px}.leagueCardHeader{padding:14px}.leagueLogoWrapper{width:45px;height:45px}.leagueName{font-size:15px}.leagueCardBody{padding:14px}}.addTeamModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.addTeamModalContent{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.addTeamModalHeader{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.addTeamModalTitle{margin:0;font-size:24px;font-weight:600;color:#2d3748}.addTeamModalCloseBtn{background:transparent;border:none;font-size:24px;color:#718096;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.addTeamModalCloseBtn:hover:not(:disabled){background:#f7fafc;color:#2d3748}.addTeamModalCloseBtn:disabled{cursor:not-allowed;opacity:.5}.addTeamModalBody{padding:24px}.addTeamFormGroup{margin-bottom:24px}.addTeamFormLabel{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.required{color:#e53e3e}.addTeamFormInput{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;box-sizing:border-box}.addTeamFormInput:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.addTeamFormInput.error{border-color:#e53e3e}.addTeamFormInput:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.addTeamFormError{display:block;color:#e53e3e;font-size:14px;margin-top:6px}.addTeamFormHint{display:block;color:#718096;font-size:13px;margin-top:6px;font-style:italic}.addTeamLogoUpload{margin-top:8px}.addTeamLogoUploadLabel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #cbd5e0;border-radius:8px;cursor:pointer;transition:all .2s;background:#f7fafc}.addTeamLogoUploadLabel:hover:not(.disabled){border-color:#667eea;background:#edf2f7}.addTeamLogoUploadLabel.disabled{cursor:not-allowed;opacity:.5}.uploadIcon{font-size:40px;color:#667eea;margin-bottom:12px}.addTeamLogoUploadLabel>span:first-of-type{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:4px}.uploadHint{font-size:13px;color:#718096}.addTeamLogoPreview{display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;padding:20px;border:2px solid #e2e8f0;border-radius:8px;background:#f7fafc}.addTeamLogoPreviewImg{width:120px;height:120px;object-fit:contain;border-radius:8px;background:#fff;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.addTeamLogoRemoveBtn{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:6px;color:#e53e3e;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.addTeamLogoRemoveBtn:hover:not(:disabled){background:#fff5f5;border-color:#fc8181}.addTeamLogoRemoveBtn:disabled{cursor:not-allowed;opacity:.5}.addTeamSubmitError{background:#fff5f5;color:#c53030;padding:12px 16px;border-radius:6px;font-size:14px;margin-top:16px;border-left:4px solid #e53e3e}.addTeamModalFooter{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding:20px 24px;border-top:1px solid #e2e8f0;background:#f7fafc}.addTeamBtnCancel,.addTeamBtnSave{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.addTeamBtnCancel{background:#fff;color:#4a5568;border:2px solid #e2e8f0}.addTeamBtnCancel:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.addTeamBtnSave{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.addTeamBtnSave:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.addTeamBtnCancel:disabled,.addTeamBtnSave:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.addTeamModalContent{max-width:100%;margin:0;border-radius:0;max-height:100vh}.addTeamModalBody,.addTeamModalFooter,.addTeamModalHeader{padding:16px}.addTeamModalTitle{font-size:20px}.addTeamModalFooter{flex-direction:column}.addTeamBtnCancel,.addTeamBtnSave{width:100%}}.teamsManagementName{font-weight:700}.teamsManagementName:after{content:"";background-color:#04a9f5;position:absolute;left:0;top:15px;width:4px;height:35px}.simpleRow{display:flex;flex-direction:row;align-items:center}.teamsManagementTopBar{padding:20px 50px;border-bottom:1px solid #f1f1f1}.searchSection{flex:1 1;min-width:0}.searchBox{position:relative;max-width:800px}.searchIcon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#a0aec0;pointer-events:none}.searchInput{width:100%;padding:10px 50px;border:2px solid #e2e8f0;border-radius:6px;transition:all .2s ease;box-sizing:border-box}.searchInput:focus{outline:none;border-color:#04a9f5;box-shadow:0 0 0 2px rgba(4,169,245,.1)}.clearSearch{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;border-radius:50%;width:28px;height:28px;font-size:24px;color:#4a5568;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.clearSearch:hover{background:#cbd5e0}.searchResults{text-align:center;margin-top:12px;color:#718096;font-size:14px}.searchResults strong{color:#2d3748;font-weight:600}.teamsGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;padding:20px 50px}@media (max-width:1400px){.teamsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.teamsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.teamsGrid{grid-template-columns:1fr}}.teamCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid #e2e8f0;cursor:pointer;position:relative;max-width:280px;margin:0 auto;width:100%}.teamCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(102,126,234,.2);border-color:#667eea}.teamCard:hover .teamCardHeader{background:linear-gradient(135deg,#5a67d8,#6b46a1)}.teamCardHeader{background:linear-gradient(135deg,#667eea,#764ba2);padding:18px 16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:12px;gap:12px;min-height:210px;position:relative;overflow:hidden;transition:all .3s ease}.teamCardHeader:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.teamLogoWrapper{width:160px!important;height:160px!important;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.teamLogo{width:100%!important;height:100%!important;object-fit:contain;border-radius:12px;background:#fff;padding:10px!important;box-shadow:0 10px 30px rgba(0,0,0,.18);transition:all .3s ease}.teamCard:hover .teamLogo{transform:scale(1.05);box-shadow:0 14px 40px rgba(0,0,0,.25)}.teamLogoPlaceholder{width:100%;height:100%;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:80px;font-weight:700;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.18)}.teamInfo{width:100%;text-align:center;z-index:1;padding:0 10px}.teamName{color:#2d3748;background:#fff;padding:6px 14px;border-radius:6px;font-size:14px;font-weight:600;margin:0;word-wrap:break-word;line-height:1.2;box-shadow:0 3px 10px rgba(0,0,0,.15);letter-spacing:.02em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.teamCardBody{padding:14px;display:flex;flex-direction:column;grid-gap:8px;gap:8px;background:linear-gradient(180deg,#fff 0,#f7fafc)}.teamDetail{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;font-size:12px;background:#fff;border:1px solid #e2e8f0;transition:all .2s ease}.teamDetail:hover{border-color:#cbd5e0;transform:translateX(3px);box-shadow:0 2px 6px rgba(0,0,0,.05)}.teamDetail:last-child{border-bottom:1px solid #e2e8f0}.teamDetailLabel{color:#718096;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.teamDetailValue{color:#2d3748;font-weight:700;text-align:right;font-size:14px;padding:3px 10px;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.loaderWrapper{flex-direction:column;padding:40px 50px}.errorMessage{background:#fed7d7;color:#c53030;padding:20px;border-radius:8px;margin:20px 50px}.errorMessage p{margin:0;font-size:16px}.emptyState{padding:80px 50px;color:#718096}.emptyState p{font-size:18px}@media (max-width:768px){.teamsManagementTopBar{padding:16px 20px}.searchBox{max-width:100%}.teamsGrid{grid-template-columns:1fr!important;grid-gap:16px;gap:16px;padding:16px 20px}.loaderWrapper{padding:40px 20px}.errorMessage{margin:20px}.emptyState{padding:80px 20px}.teamCard{max-width:100%}.teamCardHeader{padding:16px 14px 12px;min-height:190px}.teamLogoWrapper{width:130px!important;height:130px!important}.teamName{font-size:13px;padding:6px 12px}.teamCardBody{padding:14px}.teamDetail{padding:8px 10px;font-size:11px}.pagination{flex-wrap:wrap;grid-gap:6px;gap:6px}.paginationButton{min-width:36px;height:36px;font-size:13px}}.pagination{padding:30px 50px;flex-wrap:wrap}.paginationButton{min-width:40px;height:40px;padding:8px 12px;border:2px solid #e2e8f0;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.paginationButton:hover:not(:disabled){border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px rgba(102,126,234,.2)}.paginationButton:disabled{border-color:#e2e8f0}.paginationButton.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;box-shadow:0 4px 12px rgba(102,126,234,.3)}.paginationEllipsis{color:#a0aec0;padding:0 4px;-webkit-user-select:none;user-select:none}.addToLeagueModal{width:90%;max-width:500px}.addToLeagueModal .formGroup{margin-bottom:20px}.addToLeagueModal .formGroup label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748;font-size:14px}.addToLeagueModal .formGroup select{width:100%;padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:#fff;transition:all .2s}.addToLeagueModal .formGroup select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.addToLeagueModal .formGroup select:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.addToLeagueModal .errorMessage{padding:12px 16px;background:#fed7d7;color:#c53030;border-radius:8px;font-size:14px}.imageCropperOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:10000}.imageCropperModal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.3)}.imageCropperHeader{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.imageCropperHeader h3{margin:0;font-size:20px;color:#2d3748}.cropperContainer{position:relative;width:100%;height:400px;background:#1a202c}.cropperControls{padding:20px;border-top:1px solid #e2e8f0}.zoomControl{margin-bottom:20px}.zoomControl label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#4a5568}.zoomControl input[type=range]{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none}.zoomControl input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3182ce;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2)}.zoomControl input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3182ce;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.cropperButtons{display:flex;grid-gap:12px;gap:12px;justify-content:flex-end}.cancelButton,.confirmButton{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;grid-gap:8px;gap:8px;border:none}.cancelButton{background:#f7fafc}.cancelButton:hover{background:#edf2f7}.confirmButton{background:#3182ce;color:#fff}.confirmButton:hover{background:#2c5aa0}@media (max-width:768px){.imageCropperModal{width:95%;max-height:85vh}.cropperContainer{height:300px}.cropperButtons{flex-direction:column}.cancelButton,.confirmButton{width:100%;justify-content:center}}.editPlayerModalContent{background:#fff;border-radius:16px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative}.editPlayerModalHeader{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:10}.editPlayerModalHeader h2{margin:0;font-size:20px;font-weight:600;color:#2d3748}.editPlayerModalBody{padding:24px}.formGrid{display:grid;grid-template-columns:200px 1fr;grid-gap:30px;gap:30px;margin-bottom:24px}.photoSection{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.photoSection label{font-weight:500;color:#2d3748;font-size:14px}.photoUploadWrapper{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.photoPreview{width:200px;height:200px;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;background:#f7fafc}.photoPreview img{width:100%;height:100%;object-fit:contain}.noPhotoPreview{width:200px;height:200px;border-radius:12px;border:2px dashed #cbd5e0;display:flex;align-items:center;background:#f7fafc;color:#a0aec0}.noPhotoPreview,.uploadButton{justify-content:center;font-size:14px}.uploadButton{display:inline-flex;grid-gap:8px;gap:8px;padding:10px 16px;font-weight:500;transition:background .2s}.formSection{grid-gap:16px;gap:16px}.formField,.formSection{display:flex;flex-direction:column}.formField{grid-gap:6px;gap:6px}.formField.required label:after{content:" *";color:#e53e3e}.formField label{font-weight:500;color:#2d3748;font-size:14px}.formField input,.formField select{padding:10px 12px;border:1px solid #cbd5e0;border-radius:8px;font-size:14px;transition:border-color .2s}.formField input:focus,.formField select:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.formField input:disabled,.formField select:disabled{background:#f7fafc;cursor:not-allowed}.formRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.modalActions{justify-content:flex-end;padding-top:24px}.cancelButton,.saveButton{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.cancelButton{background:#edf2f7}.cancelButton:hover{background:#e2e8f0}.saveButton{background:#3182ce;color:#fff}.saveButton:hover{background:#2c5aa0}.cancelButton:disabled,.saveButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.editPlayerModalContent{width:95%;max-height:95vh}.formGrid{grid-template-columns:1fr;grid-gap:20px;gap:20px}.noPhotoPreview,.photoPreview{width:100%;max-width:200px;margin:0 auto}.uploadButton{max-width:200px;margin:0 auto}.formRow{grid-template-columns:1fr}.modalActions{flex-direction:column-reverse}.cancelButton,.saveButton{width:100%}}.addPlayerModalContent{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.addPlayerModalHeader{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.addPlayerModalHeader h2{margin:0;font-size:20px;font-weight:600;color:#2d3748}.closeButton{background:none;font-size:24px;padding:4px;transition:color .2s;border-radius:4px}.addPlayerModalBody{padding:24px;overflow-y:auto;flex:1 1}.searchSection{margin-bottom:24px}.searchSection label{display:block;font-weight:600;color:#2d3748;font-size:14px;margin-bottom:8px}.searchInputWrapper input{width:60%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s}.searchInputWrapper input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.searchInputWrapper input:disabled{background:#f7fafc;cursor:not-allowed}.searchButton{padding:10px 24px;background:#3182ce;border:2px solid #2c5aa0;border-radius:8px;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;white-space:nowrap;box-shadow:0 2px 4px rgba(49,130,206,.3);flex:1 1;min-width:140px}.searchButton:hover:not(:disabled){background:#2c5aa0;border-color:#2a4365;box-shadow:0 4px 8px rgba(49,130,206,.4)}.searchButton:disabled{opacity:.5;border-color:#718096;box-shadow:none}.searchResultsSection{min-height:200px}.playersList{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.playerResultCard{display:flex;align-items:center;grid-gap:16px;gap:16px;padding:16px;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s}.playerResultCard:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,.05)}.playerResultPhoto{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#edf2f7;flex-shrink:0;display:flex;align-items:center;justify-content:center}.playerResultPhoto img{width:100%;height:100%;object-fit:cover}.noPlayerPhoto{font-size:12px;color:#a0aec0;text-align:center}.playerResultInfo{flex:1 1}.playerResultInfo h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#2d3748}.playerResultDetails{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;align-items:center;font-size:13px;color:#718096}.playerResultDetails .playerIdBadge{background:#edf2f7;padding:3px 8px;border-radius:4px;font-size:11px;color:#718096}.addPlayerButton{padding:10px 16px;background:#48bb78;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;grid-gap:6px;gap:6px;white-space:nowrap;flex-shrink:0}.addPlayerButton:hover:not(:disabled){background:#38a169}.addPlayerButton:disabled{opacity:.6;cursor:not-allowed}.noResults{text-align:center;padding:60px 20px;color:#a0aec0;font-size:14px;display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px}.noResults p{margin:0}.createPlayerButton{padding:12px 20px;background:#3182ce;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;grid-gap:8px;gap:8px}.createPlayerButton:hover{background:#2c5aa0;box-shadow:0 4px 12px rgba(49,130,206,.3)}.createPlayerButton svg{font-size:18px}.playerNumberSection{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.backButton{align-self:flex-start;padding:8px 16px;background:#f7fafc}.backButton:hover{background:#edf2f7}.selectedPlayerCard{grid-gap:20px;gap:20px;padding:20px;background:#f7fafc}.selectedPlayerCard,.selectedPlayerPhoto{display:flex;border-radius:8px;align-items:center}.selectedPlayerPhoto{width:100px;height:100px;overflow:hidden;background:#edf2f7;flex-shrink:0;justify-content:center}.selectedPlayerPhoto img{width:100%;height:100%;object-fit:cover}.selectedPlayerInfo h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#2d3748}.selectedPlayerInfo p{margin:0;font-size:14px;color:#718096}.numberInputSection{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.numberInputSection label{font-weight:600;color:#2d3748;font-size:14px}.numberInputSection input[type=number]{padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;max-width:200px}.numberInputSection input[type=number]:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.numberInputSection input[type=number]:disabled{background:#f7fafc;cursor:not-allowed}.confirmAddButton{padding:12px 24px;background:#48bb78;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px;max-width:250px}.confirmAddButton:hover:not(:disabled){background:#38a169}.confirmAddButton:disabled{opacity:.6;cursor:not-allowed;background:#a0aec0}@media (max-width:768px){.addPlayerModalContent{max-width:100%;max-height:100vh;border-radius:0}.playerResultCard,.searchInputWrapper{flex-direction:column}.playerResultCard{text-align:center}.addPlayerButton{width:100%;justify-content:center}.selectedPlayerCard{flex-direction:column;text-align:center}.confirmAddButton,.numberInputSection input[type=number]{max-width:100%}}.modeSelector{display:flex;grid-gap:0;gap:0;background:#f7fafc;border-radius:8px;padding:4px;margin-bottom:24px}.modeButton{flex:1 1;padding:10px 20px;border:none;background:transparent;color:#4a5568;font-weight:500;font-size:14px;border-radius:6px;cursor:pointer;transition:all .2s}.modeButton:hover{background:hsla(0,0%,100%,.5)}.modeButton.active{background:#fff;color:#3182ce;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.1)}.multiplePlayersSection{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.applicationSelectionSection{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.applicationSelectionSection label{font-weight:600;color:#2d3748;font-size:14px}.applicationsList{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.applicationCard{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.applicationCard:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateX(4px)}.applicationCardInfo h4{margin:0 0 4px;font-size:16px;color:#2d3748}.applicationCardInfo p{margin:0;font-size:13px;color:#718096}.selectedApplicationInfo{background:#edf2f7;padding:16px;border-radius:8px;margin-bottom:16px}.selectedApplicationInfo h3{margin:0 0 4px;font-size:16px;color:#2d3748}.selectedApplicationInfo p{margin:0;font-size:13px;color:#718096}.selectAllSection{padding:12px;background:#f7fafc;border-radius:8px;margin-bottom:12px}.checkboxLabel{display:flex;align-items:center;grid-gap:10px;gap:10px;cursor:pointer;font-weight:500;color:#2d3748;-webkit-user-select:none;user-select:none}.checkboxLabel input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkboxLabel span{font-size:14px}.playersListForSelection{display:flex;flex-direction:column;grid-gap:10px;gap:10px;max-height:400px;overflow-y:auto;padding:4px}.playerSelectionCard{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.playerSelectionCard:hover{border-color:#cbd5e0;background:#f7fafc}.playerSelectionCard.selected{border-color:#3182ce;background:#ebf8ff}.playerSelectionCheckbox{flex-shrink:0}.playerSelectionCheckbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.playerSelectionPhoto{width:50px;height:50px;flex-shrink:0}.playerSelectionPhoto img{width:100%;height:100%;object-fit:cover;border-radius:6px}.playerSelectionPhoto .noPlayerPhoto{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e2e8f0;border-radius:6px;font-size:10px;color:#718096}.playerSelectionInfo{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center}.playerSelectionInfo h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playerSelectionDetails{display:flex;grid-gap:8px;gap:8px;align-items:center;font-size:13px;color:#718096}.playerNumberBadge{margin-left:auto;background:#3182ce;min-width:42px;text-align:center}.multiplePlayersActions{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f7fafc;border-radius:8px;margin-top:8px}.multiplePlayersActions p{margin:0;font-weight:600;color:#2d3748}.multiplePlayersActions .confirmAddButton{margin:0}.editNumberModalContent{background:#fff;border-radius:12px;width:90%;max-width:450px;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;max-height:90vh}.editNumberModalContent .modalHeader{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.editNumberModalContent .modalHeader h3{margin:0;font-size:18px;color:#2d3748}.editNumberModalContent .closeButton{background:none;border:none;font-size:24px;color:#718096;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.editNumberModalContent .closeButton:hover{color:#2d3748}.editNumberModalContent .modalBody{padding:24px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.editNumberModalContent .playerInfo{padding:12px;background:#f7fafc;border-radius:8px;text-align:center}.editNumberModalContent .playerInfo strong{font-size:16px;color:#2d3748}.editNumberModalContent .numberInputGroup{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.editNumberModalContent .numberInputGroup label{font-weight:600;color:#2d3748;font-size:14px}.editNumberModalContent .numberInputGroup input{padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;text-align:center;font-weight:600;transition:border-color .2s}.editNumberModalContent .numberInputGroup input:focus{outline:none;border-color:#3182ce}.editNumberModalContent .numberInputGroup input.error{border-color:#e53e3e;background:#fff5f5}.editNumberModalContent .errorMessage{color:#e53e3e;font-size:13px;font-weight:500}.editNumberModalContent .occupiedNumbersHint{padding:10px;background:#fffaf0;border-radius:6px;border-left:3px solid #d69e2e}.editNumberModalContent .occupiedNumbersHint small{font-size:12px;color:#744210}.editNumberModalContent .modalFooter{display:flex;justify-content:flex-end;grid-gap:12px;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0}.editNumberModalContent .cancelButton,.editNumberModalContent .saveButton{padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;grid-gap:8px;gap:8px}.editNumberModalContent .cancelButton{background:#edf2f7;color:#4a5568}.editNumberModalContent .cancelButton:hover{background:#e2e8f0}.editNumberModalContent .saveButton{background:#3182ce;color:#fff}.editNumberModalContent .saveButton:hover{background:#2c5aa0}@media (max-width:768px){.editNumberModalContent{width:95%;max-width:none}.editNumberModalContent .modalHeader{padding:16px 20px}.editNumberModalContent .modalBody{padding:20px}}.importExcelModalContent{background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.uploadSection{display:flex;flex-direction:column;align-items:center;grid-gap:24px;gap:24px;padding:32px}.uploadInstructions{width:100%;background:#f7fafc;padding:20px;border-radius:8px}.uploadInstructions h3{margin:0 0 12px;color:#2d3748}.uploadInstructions p{margin:0 0 12px;color:#4a5568}.uploadInstructions ul{margin:0;padding-left:24px}.uploadInstructions li{color:#4a5568;margin-bottom:8px}.uploadButton{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:16px 32px;background:#3182ce;color:#fff;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;transition:all .2s}.uploadButton:hover{background:#2c5aa0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(49,130,206,.4)}.uploadButton svg{font-size:20px}.headerCheckboxSection{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding:16px;background:#f7fafc;border-radius:8px;border-left:4px solid #3182ce}.headerCheckbox{display:flex;align-items:center;grid-gap:12px;gap:12px;cursor:pointer;font-weight:500;color:#2d3748;-webkit-user-select:none;user-select:none}.headerCheckbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3182ce}.headerCheckbox span{font-size:15px}.checkboxHint{font-size:13px;color:#718096;margin-left:32px;line-height:1.4}.mappingSection{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.mappingSection h3{margin:0;color:#2d3748}.mappingHint{margin:0;color:#718096;font-size:14px}.mappingFields{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.mappingField{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.mappingField.required label:after{content:" *";color:#e53e3e}.mappingField label{font-weight:600;color:#2d3748;font-size:14px}.mappingField select{padding:10px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.mappingField select:focus{outline:none;border-color:#3182ce}.mappingPreview{background:#f7fafc;padding:16px;border-radius:8px}.mappingPreview h4{margin:0 0 12px;color:#2d3748;font-size:14px}.previewTable{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.previewRow{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;padding:8px;background:#fff;border-radius:4px;font-size:13px}.previewRow strong{color:#2d3748;min-width:80px}.previewRow span{color:#4a5568}.mappingActions{display:flex;justify-content:space-between;grid-gap:16px;gap:16px;padding-top:16px;border-top:1px solid #e2e8f0}.backButton{padding:10px 24px;background:#e2e8f0;border:none;border-radius:6px}.backButton:hover{background:#cbd5e0}.nextButton{padding:10px 24px;background:#3182ce;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.nextButton:hover:not(:disabled){background:#2c5aa0}.nextButton:disabled{background:#a0aec0;cursor:not-allowed}.reviewSection{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.reviewSection h3{margin:0;color:#2d3748}.reviewHint{display:flex;align-items:center;grid-gap:16px;gap:16px;margin:0;padding:12px;background:#f7fafc;border-radius:6px;font-size:14px;color:#4a5568}.reviewHint svg{font-size:18px}.playersReviewList{display:flex;flex-direction:column;grid-gap:12px;gap:12px;max-height:400px;overflow-y:auto;padding:4px}.playerReviewCard{display:flex;align-items:center;grid-gap:16px;gap:16px;padding:16px;background:#fff;border:3px solid #e2e8f0;border-radius:8px;transition:all .2s}.playerReviewCard.existing{border-color:#38a169;background:#f0fff4}.playerReviewCard.new{border-color:#d69e2e;background:#fffaf0}.playerReviewCard.disabled{opacity:.5;background:#f7fafc}.playerReviewCheckbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.playerReviewPhoto{width:50px;height:50px;border-radius:50%;overflow:hidden;background:#e2e8f0;flex-shrink:0}.playerReviewPhoto img{width:100%;height:100%;object-fit:cover}.playerReviewInfo{flex:1 1;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.playerReviewName{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:15px}.playerReviewName svg{font-size:18px}.playerReviewCard.existing .playerReviewName svg{color:#38a169}.playerReviewCard.new .playerReviewName svg{color:#d69e2e}.playerReviewDetails{display:flex;grid-gap:16px;gap:16px;font-size:13px;color:#718096}.playerReviewNumber{display:flex;flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px}.playerReviewNumber label{font-weight:600;color:#2d3748;font-size:13px}.playerReviewNumber input{width:70px;padding:8px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;text-align:center;font-weight:600}.playerReviewNumber input.error{border-color:#e53e3e;background:#fff5f5}.playerReviewNumber .errorText{font-size:11px;color:#e53e3e;font-weight:600}.playerReviewNumber input:focus{outline:none;border-color:#3182ce}.playerReviewNumber input:disabled{background:#f7fafc;color:#a0aec0}.reviewActions{display:flex;justify-content:space-between;grid-gap:16px;gap:16px;padding-top:16px;border-top:1px solid #e2e8f0}.addPlayersButton{padding:12px 32px;background:#38a169;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.addPlayersButton:hover:not(:disabled){background:#2f855a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(56,161,105,.4)}.addPlayersButton:disabled{background:#a0aec0;cursor:not-allowed}@media (max-width:768px){.importExcelModalContent{width:100%;max-height:100vh;border-radius:0}.mappingFields{grid-template-columns:1fr}.playerReviewCard{flex-direction:column;align-items:flex-start}.playerReviewNumber{width:100%;justify-content:space-between}}.manageTeamWrapper{padding:20px;max-width:100%;width:80%;margin:0 auto}.manageTeamHeader{margin-bottom:20px}.backButton{display:flex;background:#fff;border:2px solid #e2e8f0;color:#4a5568;font-size:16px;font-weight:600;transition:all .2s}.backButton:hover{background:#f7fafc}.teamInfoCard{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:32px}.teamInfoHeader{display:flex;align-items:center;grid-gap:24px;gap:24px}.teamInfoLogo{width:100px;height:100px;object-fit:contain;border-radius:12px;background:#f7fafc;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.teamInfoDetails{flex:1 1;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.teamInfoName{font-size:32px;font-weight:700;color:#2d3748;margin:0}.teamInfoShortName{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;font-size:14px;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.teamInfoId{color:#718096;font-size:14px}.relatedLeaguesSection{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:32px}.relatedLeaguesHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.relatedLeaguesHeader h2{font-size:24px;font-weight:600;color:#2d3748;margin:0}.addLeagueButton{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(102,126,234,.3)}.addLeagueButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.leaguesList{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.leagueCard{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;padding:24px;transition:all .2s}.leagueCard:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,.05)}.leagueCardContent{display:flex;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}.leagueCardInfo{flex:1 1}.leagueName{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 12px}.leagueDetails{display:flex;flex-wrap:wrap;grid-gap:16px;gap:16px}.leagueDetail{color:#718096;font-size:14px}.leagueDetail strong{color:#4a5568;font-weight:600}.removeLeagueButton{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:2px solid #fed7d7;border-radius:8px;color:#e53e3e;font-size:20px;cursor:pointer;transition:all .2s;flex-shrink:0}.removeLeagueButton:hover{background:#fff5f5;border-color:#fc8181;transform:scale(1.05)}.emptyLeagues{text-align:center;padding:60px 20px}.emptyLeagues p{color:#718096;font-size:18px;margin-bottom:24px}.addLeagueButtonLarge{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(102,126,234,.3)}.addLeagueButtonLarge:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.errorMessage{background:#fff5f5;border:2px solid #fed7d7;border-radius:12px;padding:40px;text-align:center;margin:40px auto;max-width:600px}.errorMessage p{color:#c53030;font-size:18px;margin-bottom:20px}@media (max-width:768px){.manageTeamWrapper{padding:15px;width:95%}.teamInfoCard{padding:20px}.teamInfoHeader{flex-direction:column;text-align:center}.teamInfoLogo{width:80px;height:80px}.teamInfoName{font-size:24px}.teamInfoDetails{align-items:center}.relatedLeaguesSection{padding:20px}.relatedLeaguesHeader{flex-direction:column;align-items:flex-start;grid-gap:16px;gap:16px}.addLeagueButton{width:100%;justify-content:center}.leagueCardContent{flex-direction:column;align-items:flex-start}.removeLeagueButton{align-self:flex-end}}.applicationSelector{margin:20px 0;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.applicationSelector label{font-weight:600;color:#2d3748;font-size:14px}.applicationSelector select{padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:#fff;transition:all .2s;cursor:pointer;max-width:400px}.applicationSelector select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.emptySelection{text-align:center;padding:40px 20px;color:#a0aec0}.playersGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:24px;gap:24px;margin-top:20px}.playerCard{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s;position:relative;display:flex;flex-direction:column}.playerCard:hover{border-color:#cbd5e0;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.playerPhoto{width:100%;height:360px;background:#edf2f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.playerPhoto img{width:100%;height:100%;object-fit:contain}.playerInfo{padding:16px}.playerFullName{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px}.playerDetails{grid-gap:8px;gap:8px}.playerDetail{font-size:13px}.playerIdBadge{padding:4px 8px;font-size:11px;margin-top:4px}.playerNumberBadge{display:flex;align-items:center;justify-content:center;background:#4299e1;color:#fff;font-size:16px;width:40px;height:40px;border-radius:8px;flex-shrink:0;margin-left:12px}.playerActions{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin-top:12px}.editPlayerButton{padding:8px 12px;background:#ebf8ff;border:1px solid #90cdf4;border-radius:6px;color:#2c5aa0;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;width:100%}.editPlayerButton:hover{background:#bee3f8;border-color:#4299e1;color:#2b6cb0}.editPlayerButton svg{font-size:14px}.removePlayerButton{padding:8px 12px;background:#fff5f5;border:1px solid #fc8181;border-radius:6px;color:#e53e3e;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;width:100%}.removePlayerButton:hover{background:#fed7d7;border-color:#f56565;color:#c53030}.noPlayers,.removePlayerButton svg{font-size:14px}.noPlayers{color:#a0aec0;font-style:italic;text-align:center;padding:40px 20px}.playersManagementName{font-weight:700}.playersManagementName:after{content:"";background-color:#04a9f5;position:absolute;left:0;top:15px;width:4px;height:35px}.pageDescription{font-size:14px;color:#718096;margin:8px 0 0}.searchSection{padding:20px 50px;border-bottom:1px solid #f1f1f1}.searchInputWrapper{display:flex;align-items:center;grid-gap:12px;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px;transition:all .2s}.searchInputWrapper:focus-within{border-color:#04a9f5;box-shadow:0 0 0 2px rgba(4,169,245,.1)}.searchInput{flex:1 1;border:none;outline:none;font-size:15px;color:#2d3748}.searchInput::placeholder{color:#a0aec0}.searchButton{padding:8px 20px;background:#04a9f5;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0;font-size:14px}.searchButton:hover:not(:disabled){background:#0390d1}.searchButton:disabled{background:#a0aec0;cursor:not-allowed;opacity:.6}.searchHint{display:block;margin-top:8px;color:#718096;font-size:12px}.searchResultsSection{min-height:400px;padding:20px 50px}.loadingState{flex-direction:column;padding:60px 20px;grid-gap:16px;gap:16px}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3182ce;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loadingState p{color:#718096;font-size:16px}.emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.emptyState svg{color:#cbd5e0;margin-bottom:16px}.emptyState h3{font-size:20px;color:#2d3748;margin:0 0 8px}.emptyState p{font-size:16px;color:#718096;margin:0}.playersListContainer{background:transparent}.resultsHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f1f1}.resultsHeader h3{font-size:16px;color:#2d3748;margin:0;font-weight:600}.pageInfo{font-size:14px;color:#718096}.playersTable{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.playersTableHeader{background:#f7fafc;border-bottom:2px solid #e2e8f0;font-weight:600;font-size:13px;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.playerRow,.playersTableHeader{display:grid;grid-template-columns:60px 1fr 150px 150px 100px 50px;grid-gap:12px;gap:12px;padding:12px 16px}.playerRow{border-bottom:1px solid #f1f1f1;cursor:pointer;transition:all .15s;align-items:center}.playerRow:last-child{border-bottom:none}.playerRow:hover{background:#f7fafc;box-shadow:inset 3px 0 0 #04a9f5}.tableCell{font-size:14px;color:#2d3748}.photoCell{justify-content:center}.playerRowPhoto{width:45px;height:45px;border-radius:50%;object-fit:cover;background:#e2e8f0;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nameCell{font-weight:600;color:#2d3748}.dateCell,.positionCell{color:#718096}.dateValue,.positionValue{display:flex;align-items:center;grid-gap:6px;gap:6px}.dateValue svg,.positionValue svg{font-size:14px;color:#a0aec0}.idCell{justify-content:center}.playerIdBadge{padding:4px 10px;background:#ebf8ff;color:#2c5aa0;border-radius:4px;font-weight:600}.actionCell{justify-content:center}.arrowIcon{font-size:20px;color:#a0aec0;font-weight:700;transition:all .2s}.playerRow:hover .arrowIcon{color:#04a9f5;transform:translateX(4px)}.pagination{display:flex;justify-content:center;align-items:center;grid-gap:8px;gap:8px;margin-top:24px;padding:20px 0}.paginationButton{min-width:36px;height:36px;padding:0 12px;border:1px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.paginationButton:hover:not(:disabled){border-color:#04a9f5;background:#f7fafc;color:#04a9f5}.paginationButton.active{background:#04a9f5;color:#fff;border-color:#04a9f5}.paginationButton:disabled{opacity:.4;cursor:not-allowed}@media (max-width:768px){.searchResultsSection,.searchSection{padding:16px 20px}.searchInputWrapper{flex-wrap:wrap}.searchInput{min-width:100%}.searchButton{width:100%}.playersTableHeader{display:none}.playerRow{grid-template-columns:60px 1fr 50px;grid-template-areas:"photo name arrow" "photo details arrow";padding:12px}.photoCell{grid-area:photo}.nameCell{grid-area:name;grid-column:span 1}.dateCell,.idCell,.positionCell{display:none}.actionCell{grid-area:arrow}.resultsHeader{flex-direction:column;align-items:flex-start;grid-gap:8px;gap:8px}.pagination{flex-wrap:wrap;grid-gap:6px;gap:6px}.paginationButton{min-width:32px;height:32px;padding:0 8px;font-size:13px}}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modalContent{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modalHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.modalHeader h2{font-size:20px;font-weight:700;color:#1a202c;margin:0}.closeButton{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#718096;cursor:pointer;border-radius:6px;transition:all .2s}.closeButton:hover{background:#f7fafc;color:#2d3748}.closeButton svg{width:20px;height:20px}.modalBody{padding:24px;overflow-y:auto;flex:1 1}.formGroup{margin-bottom:20px}.formGroup:last-child{margin-bottom:0}.formGroup label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.formGroup input,.formGroup select,.formGroup textarea{width:100%;padding:10px 12px;font-size:14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#2d3748;transition:all .2s;box-sizing:border-box}.formGroup input:focus,.formGroup select:focus,.formGroup textarea:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.1)}.formGroup input:disabled,.formGroup select:disabled,.formGroup textarea:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.formGroup textarea{resize:vertical;min-height:80px}.modalActions{display:flex;grid-gap:12px;gap:12px;padding:20px 24px;border-top:1px solid #e2e8f0;background:#f7fafc}.cancelButton,.submitButton{flex:1 1;padding:10px 20px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px}.cancelButton{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.cancelButton:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.submitButton{background:#4299e1;color:#fff;border:1px solid #4299e1}.submitButton:hover:not(:disabled){background:#3182ce;border-color:#3182ce}.cancelButton:disabled,.submitButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.modalContent{max-width:100%;max-height:100vh;border-radius:0}.modalOverlay{padding:0}.modalHeader{padding:16px 20px}.modalBody{padding:20px}.modalActions{padding:16px 20px;flex-direction:column-reverse}.cancelButton,.submitButton{width:100%}}.playerDetailContainer{padding:30px 50px;display:flex;flex-direction:column;align-items:center}.playerDetailTitle{font-weight:700}.playerDetailTitle:after{content:"";background-color:#04a9f5;position:absolute;left:0;top:15px;width:4px;height:35px}.backButton{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:20px}.backButton:hover{background-color:#f7fafc;border-color:#cbd5e0;transform:translateX(-2px)}.playerCardLarge{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:30px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;max-width:900px;width:100%;display:grid;grid-template-columns:300px 1fr}.playerPhotoSection{width:300px;height:300px;background:#f7fafc;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.playerPhotoSection img{width:100%;height:100%;object-fit:contain;object-position:center center}.playerInfoSection{padding:30px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.playerFullName{font-size:22px;font-weight:700;color:#1a202c;margin:0;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.playerBasicInfo{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.playerDetails{display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin-bottom:20px}.playerDetail{font-size:14px;color:#4a5568}.playerDetail strong{color:#2d3748;font-weight:600}.playerIdBadge{display:inline-block;background:#edf2f7;padding:6px 10px;border-radius:6px;font-size:12px;color:#718096;margin-top:6px}.additionalInfoGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.infoBox{background:#f7fafc;padding:14px 16px;border-radius:8px;border:1px solid #e2e8f0;display:flex;flex-direction:column;grid-gap:6px;gap:6px;transition:all .2s}.infoBox:hover{background:#edf2f7;border-color:#cbd5e0}.infoBoxLabel{font-size:11px;color:#718096;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.infoBoxValue{font-size:15px;color:#2d3748;font-weight:600}.playerIdValue{color:#4299e1;font-family:"Courier New",monospace}.playerActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #e2e8f0}.actionButton{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.actionButton svg{width:16px;height:16px}.editButton{background:#ebf8ff;color:#2c5aa0;border:1px solid #bee3f8}.editButton:hover{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.applicationsSection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-top:20px;width:100%;max-width:900px}.sectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.sectionHeader h2{margin:0;font-size:18px;font-weight:700;color:#1a202c}.addApplicationButton{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.addApplicationButton:hover{background:#22543d;color:#fff;border-color:#22543d}.loadingState{display:flex;justify-content:center;align-items:center;padding:40px}.applicationsTable{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.applicationsTableHeader{display:grid;grid-template-columns:60px 1fr 180px 100px 80px;grid-gap:16px;gap:16px;padding:14px 20px;background:#f7fafc;border-bottom:2px solid #e2e8f0}.applicationsTableHeader .tableCell{font-size:12px;font-weight:700;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.applicationRow{display:grid;grid-template-columns:60px 1fr 180px 100px 80px;grid-gap:16px;gap:16px;padding:16px 20px;border-bottom:1px solid #f1f1f1;transition:all .2s;align-items:center}.applicationRow:last-child{border-bottom:none}.applicationRow:hover{background:#f7fafc}.tableCell{display:flex;align-items:center}.logoCell{justify-content:center}.teamLogoImg{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid #e2e8f0;padding:4px}.teamNameCell{flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px}.teamNameText{font-size:15px;font-weight:600;color:#2d3748}.leagueName{font-size:12px;color:#718096}.appNameCell{flex-direction:column;align-items:flex-start;grid-gap:4px;gap:4px}.appNameText{font-size:14px;font-weight:600;color:#2d3748}.appYear{font-size:12px;color:#718096}.numberCell{justify-content:center}.playerNumberBadge{padding:6px 12px;background:#ebf8ff;color:#2c5aa0;border-radius:6px;font-weight:700;font-size:14px}.actionsCell,.deleteButton{justify-content:center}.deleteButton{width:36px;height:36px;border:none;background:#fed7d7;color:#c53030;border-radius:6px;cursor:pointer;display:flex;align-items:center;font-size:16px;transition:all .2s}.deleteButton:hover{background:#fc8181;color:#fff}.emptyApplications{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;grid-gap:20px;gap:20px}.emptyApplications p{font-size:15px;color:#718096;margin:0}.errorWrapper,.loaderWrapper{display:flex;justify-content:center;align-items:center;min-height:400px}.errorWrapper{flex-direction:column;grid-gap:20px;gap:20px}.errorWrapper h2{font-size:20px;color:#e53e3e;margin:0}@media (max-width:1024px){.playerCardLarge{max-width:700px}}@media (max-width:768px){.playerDetailContainer{padding:16px 20px}.playerCardLarge{max-width:100%;grid-template-columns:1fr}.playerPhotoSection{width:100%;height:300px}.playerInfoSection{padding:20px}.playerFullName{font-size:18px}.playerBasicInfo{grid-template-columns:1fr}.additionalInfoGrid{grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.playerActions{grid-template-columns:1fr}.applicationsSection{padding:20px;max-width:100%}.sectionHeader{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.addApplicationButton{width:100%;justify-content:center}.applicationsTableHeader{display:none}.applicationRow{grid-template-columns:60px 1fr 50px;grid-template-areas:"logo info actions" "logo details actions";grid-gap:12px;gap:12px;padding:12px}.logoCell{grid-area:logo}.teamNameCell{grid-area:info}.appNameCell{grid-area:details}.numberCell{display:none}.actionsCell{grid-area:actions}.teamLogoImg{width:40px;height:40px}}@media (max-width:480px){.additionalInfoGrid{grid-template-columns:1fr}}.stages-management-container{padding:30px;max-width:1400px;margin:0 auto}.stages-header{margin-bottom:30px}.stages-header h1{font-size:28px;font-weight:700;color:#2d3748;margin:0}.stages-filters{display:flex;grid-gap:20px;gap:20px;margin-bottom:30px;flex-wrap:wrap;align-items:flex-end}.filter-group{display:flex;flex-direction:column;grid-gap:8px;gap:8px;min-width:250px;flex:1 1;max-width:400px}.filter-group label{font-size:14px;font-weight:600;color:#2d3748}.stages-actions{display:flex;grid-gap:12px;gap:12px}.btn-create-multiple,.btn-create-stage{padding:10px 20px;background:#3182ce;color:#fff;border:2px solid #2c5aa0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;grid-gap:8px;gap:8px;white-space:nowrap;box-shadow:0 2px 4px rgba(49,130,206,.3)}.btn-create-multiple:hover,.btn-create-stage:hover{background:#2c5aa0;border-color:#2a4365;box-shadow:0 4px 8px rgba(49,130,206,.4)}.stages-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;grid-gap:15px;gap:15px}.stages-loading span{font-size:14px;color:#718096}.stages-list{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.stage-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s}.stage-card:hover{border-color:#cbd5e0;box-shadow:0 4px 12px rgba(0,0,0,.08)}.stage-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.stage-card-header:hover{background-color:#f7fafc}.stage-info{display:flex;align-items:center;grid-gap:12px;gap:12px}.stage-info h3{margin:0;font-size:18px;font-weight:600;color:#2d3748}.stage-short-name{font-size:14px;color:#718096;font-weight:400}.stage-actions{grid-gap:8px;gap:8px}.btn-icon,.stage-actions{display:flex;align-items:center}.btn-icon{width:36px;height:36px;justify-content:center;background:transparent;border:2px solid #e2e8f0;border-radius:8px;color:#718096;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#f7fafc;border-color:#cbd5e0;color:#2d3748}.btn-icon.btn-danger{border-color:#fc8181;color:#e53e3e}.btn-icon.btn-danger:hover{background:#fff5f5;border-color:#f56565}.btn-icon.btn-expand{border-color:transparent}.stage-card-body{border-top:1px solid #e2e8f0;padding:20px 24px;background-color:#f7fafc}.stage-matches{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.match-row{display:flex;align-items:center;grid-gap:20px;gap:20px;padding:16px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.match-row:hover{border-color:#3182ce;box-shadow:0 2px 8px rgba(49,130,206,.15)}.match-date{font-size:13px;color:#718096;min-width:120px}.match-teams{display:flex;align-items:center;grid-gap:12px;gap:12px;flex:1 1}.team-name{font-size:14px;font-weight:500;color:#2d3748;flex:1 1}.team-name:first-child{text-align:right}.team-name:last-child{text-align:left}.match-score{font-size:16px;font-weight:700;color:#2d3748;min-width:60px;text-align:center}.match-status{font-size:13px;color:#718096;min-width:100px;text-align:right}.no-matches{text-align:center;padding:40px 20px;color:#718096}.no-matches p{margin:0;font-size:14px}.generate-tour-section{padding:15px;border-bottom:1px solid #e2e8f0;background-color:#f8fafc;display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.btn-generate-tour{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;background-color:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-generate-tour:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 2px 8px rgba(16,185,129,.3)}.btn-generate-tour:active{transform:translateY(0)}.btn-generate-tour:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.btn-create-match{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;background-color:#3182ce;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-create-match:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px rgba(49,130,206,.3)}.btn-create-match:active{transform:translateY(0)}.btn-create-match:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.no-stages,.select-prompt{text-align:center;padding:80px 20px}.no-stages p,.select-prompt p{margin:0 0 20px;font-size:16px;color:#718096}.no-stages .btn-create-stage{margin:0 auto}@media (max-width:768px){.stages-management-container{padding:20px}.stages-filters{flex-direction:column;align-items:stretch}.filter-group{max-width:none}.stages-actions{width:100%;flex-direction:column}.btn-create-multiple,.btn-create-stage{width:100%;justify-content:center}.match-row{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.match-teams{width:100%;flex-direction:column;align-items:stretch}.team-name{text-align:left!important}.match-score,.match-status{text-align:left}}.league-champions-page .matchCenterWrapper{min-width:0}.league-champions-page .matchCenterHeader{box-sizing:border-box;padding-right:50px;min-width:0}.league-champions-container{padding:30px;max-width:1400px;margin:0 auto;width:100%;min-width:0;box-sizing:border-box}.league-champions-header{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:16px;gap:16px;margin-bottom:30px;flex-wrap:wrap;min-width:0;width:100%;box-sizing:border-box}.league-champions-header>div:first-child{flex:1 1 320px;min-width:0}.league-champions-header h1{margin:0;font-size:28px;font-weight:700;color:#2d3748}.league-champions-header p{margin:8px 0 0;color:#718096;font-size:14px}.league-champions-save-btn{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#04a9f5,#0288d1);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(4,169,245,.3);max-width:100%;white-space:normal;word-break:break-word;flex-shrink:1;flex:0 1 auto}.league-champions-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(4,169,245,.4)}.league-champions-save-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.league-champions-filters{display:flex;grid-gap:20px;gap:20px;margin-bottom:24px;flex-wrap:wrap;min-width:0}.league-champions-filter-group{display:flex;flex-direction:column;grid-gap:8px;gap:8px;min-width:250px;flex:1 1;max-width:400px;width:100%}.league-champion-select-wrapper label,.league-champions-filter-group label{font-size:14px;font-weight:600;color:#2d3748}.league-champions-message{padding:14px 16px;border-radius:10px;margin-bottom:20px;font-size:14px;font-weight:600}.league-champions-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.league-champions-message.error{background:#fff5f5;border:1px solid #fc8181;color:#742a2a}.league-champions-empty-state,.league-champions-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:12px;gap:12px;padding:60px 20px;background:#fff;border:2px dashed #e2e8f0;border-radius:16px;text-align:center}.league-champions-empty-state h3{margin:0;font-size:20px;color:#2d3748}.league-champions-empty-state p,.league-champions-loading span{margin:0;color:#718096;font-size:14px}.league-champions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;width:100%;min-width:0}.league-champion-card{background:#fff;border-radius:16px;padding:22px;border:2px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.06);min-width:0;width:100%;box-sizing:border-box;overflow:visible;position:relative}.league-champion-card.place-1{border-color:#d69e2e;background:linear-gradient(180deg,rgba(246,173,85,.14),#fff 55%)}.league-champion-card.place-2{border-color:#a0aec0;background:linear-gradient(180deg,rgba(203,213,224,.3),#fff 55%)}.league-champion-card.place-3{border-color:#c05621;background:linear-gradient(180deg,rgba(237,137,54,.14),#fff 55%)}.league-champion-card-header{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px;margin-bottom:18px;min-width:0}.league-champion-place-badge{display:inline-flex;align-items:center;grid-gap:10px;gap:10px;font-size:18px;font-weight:700;color:#2d3748;min-width:0}.league-champion-place-badge span{min-width:0;overflow-wrap:break-word}.league-champion-clear-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#718096;cursor:pointer;transition:all .2s}.league-champion-clear-btn:hover:not(:disabled){color:#e53e3e;border-color:#fc8181}.league-champion-clear-btn:disabled{cursor:not-allowed;opacity:.5}.league-champion-card-body{display:flex;flex-direction:column;grid-gap:16px;gap:16px;min-width:0}.league-champion-current-team{min-height:56px;display:flex;align-items:center;padding:14px 16px;background:rgba(247,250,252,.9);border-radius:12px;font-size:16px;font-weight:600;color:#2d3748;min-width:0;overflow-wrap:break-word}.league-champion-select-wrapper{display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:100%;min-width:0;position:relative}.league-champion-select-wrapper .select-search,.league-champion-select-wrapper .select-search__input,.league-champion-select-wrapper .select-search__select{width:100%;min-width:0;max-width:100%}.league-champion-select-wrapper .select-search{position:relative;z-index:1}.league-champion-select-wrapper .select-search.select-search--has-focus{z-index:2000}.league-champion-select-wrapper .select-search__select{z-index:2100}@media (max-width:1024px){.league-champions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.league-champions-grid{grid-template-columns:1fr}}@media (max-width:768px){.league-champions-page .matchCenterHeader{padding-right:20px}.league-champions-container{padding:20px}.league-champions-header{flex-direction:column;align-items:stretch}.league-champions-save-btn{justify-content:center}}.league-tour-team-page .matchCenterWrapper{min-width:0}.league-tour-team-page .matchCenterHeader{box-sizing:border-box;padding-right:50px;min-width:0}.league-tour-team-container{padding:24px 30px 30px;width:100%;box-sizing:border-box}.league-tour-team-header-row{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:16px;gap:16px;flex-wrap:wrap;margin-bottom:20px}.league-tour-team-header-row>div:first-child{min-width:0;flex:1 1 360px}.league-tour-team-header-row p{margin:8px 0 0;color:#718096;font-size:14px}.league-tour-team-save-btn{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#04a9f5,#0288d1);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(4,169,245,.3);max-width:100%}.league-tour-team-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(4,169,245,.4)}.league-tour-team-save-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.league-tour-team-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;min-width:0}.league-tour-team-filter-group{display:flex;flex-direction:column;grid-gap:8px;gap:8px;min-width:0}.league-tour-team-filter-group label{font-size:14px;font-weight:600;color:#2d3748}.league-tour-team-message{padding:14px 16px;border-radius:10px;margin-bottom:18px;font-size:14px;font-weight:600}.league-tour-team-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.league-tour-team-message.error{background:#fff5f5;border:1px solid #fc8181;color:#742a2a}.league-tour-team-empty-state,.league-tour-team-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:12px;gap:12px;padding:60px 20px;background:#fff;border:2px dashed #e2e8f0;border-radius:16px;text-align:center}.league-tour-team-empty-state h3{margin:0;font-size:20px;color:#2d3748}.league-tour-team-content{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:18px;gap:18px;align-items:start}.league-tour-team-field-wrapper{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.league-tour-team-field{position:relative;border-radius:12px;overflow:hidden}.league-tour-team-field-image{display:block;width:100%;height:auto}.league-tour-team-slot{position:absolute;transform:translate(-50%,-50%);border:none;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;grid-gap:4px;gap:4px;width:76px;z-index:2}.league-tour-team-slot.empty,.league-tour-team-slot.filled{color:#1a202c}.league-tour-team-slot-image,.league-tour-team-slot.empty svg{width:46px;height:46px;border-radius:999px;border:2px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.25);background:#e2e8f0}.league-tour-team-slot.empty svg{padding:10px;box-sizing:border-box;background:hsla(0,0%,100%,.9)}.league-tour-team-slot-label{max-width:76px;font-size:10px;font-weight:700;line-height:1.1;text-align:center;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.league-tour-team-slot-star{position:absolute;top:-4px;right:10px;width:18px;height:18px;border-radius:50%;background:#d69e2e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;box-shadow:0 2px 6px rgba(0,0,0,.25)}.league-tour-team-filter-group .select-search.is-disabled{opacity:1}.league-tour-team-filter-group .select-search.is-disabled .select-search__input{background:#f7fafc;border:1px solid #e2e8f0;color:#a0aec0;cursor:not-allowed}.league-tour-team-filter-group .select-search.is-disabled .select-search__value:after{opacity:.4}.league-tour-team-players-list{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fff}.league-tour-team-players-list h3{margin:0 0 12px;font-size:16px;color:#2d3748}.league-tour-team-player-row{display:flex;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px;padding:8px 0;border-top:1px solid #edf2f7}.league-tour-team-player-row:first-of-type{border-top:none}.league-tour-team-player-meta{display:flex;align-items:center;grid-gap:10px;gap:10px;min-width:0}.league-tour-team-player-index{font-size:12px;font-weight:700;color:#718096}.league-tour-team-player-name{font-size:13px;color:#2d3748;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.league-tour-team-player-actions{display:flex;grid-gap:8px;gap:8px}.league-tour-team-change-btn,.league-tour-team-remove-btn,.league-tour-team-star-btn{border:1px solid #cbd5e0;background:#fff;border-radius:8px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;color:#4a5568;transition:all .2s}.league-tour-team-change-btn{padding:0 10px}.league-tour-team-remove-btn,.league-tour-team-star-btn{width:32px}.league-tour-team-star-btn.active{color:#d69e2e;border-color:#d69e2e;background:#fffaf0}.league-tour-team-picker-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1100;display:flex;justify-content:center;align-items:center;padding:20px}.league-tour-team-picker-modal{width:min(820px,100%);max-height:85vh;background:#fff;border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.league-tour-team-picker-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #edf2f7}.league-tour-team-picker-header h3{margin:0;font-size:16px}.league-tour-team-picker-close{border:none;background:transparent;width:32px;height:32px;border-radius:8px;cursor:pointer}.league-tour-team-picker-body{padding:14px;display:flex;flex-direction:column;grid-gap:12px;gap:12px;min-height:0}.league-tour-team-picker-search-row{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center}.league-tour-team-picker-search{height:38px;border:1px solid #cbd5e0;border-radius:8px;padding:0 12px;font-size:14px}.league-tour-team-picker-search-btn{height:38px;padding:0 14px;border:none;border-radius:8px;background:linear-gradient(135deg,#04a9f5,#0288d1);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.league-tour-team-picker-search-btn:disabled{opacity:.6;cursor:not-allowed}.league-tour-team-picker-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px;overflow-y:auto;max-height:calc(85vh - 150px);padding-right:4px}.league-tour-team-picker-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;text-align:left;padding:10px;cursor:pointer;display:flex;align-items:center;grid-gap:10px;gap:10px}.league-tour-team-picker-item.selected{border-color:#3182ce;background:#ebf8ff}.league-tour-team-picker-item-image{width:38px;height:38px;border-radius:999px;object-fit:cover;flex-shrink:0}.league-tour-team-picker-item-name{font-size:13px;font-weight:600;color:#2d3748}.league-tour-team-picker-item-team{margin-left:auto;font-size:12px;color:#718096;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.league-tour-team-picker-empty,.league-tour-team-picker-loading{padding:20px;text-align:center;color:#718096}@media (max-width:1100px){.league-tour-team-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.league-tour-team-content{grid-template-columns:1fr}}@media (max-width:768px){.league-tour-team-page .matchCenterHeader{padding-right:20px}.league-tour-team-container{padding:18px}.league-tour-team-filter-group{min-width:100%}.league-tour-team-filters{grid-template-columns:1fr}}.match-media-page{min-width:0}.match-media-page .matchCenterHeader{box-sizing:border-box;padding-right:50px}.match-media-content{width:100%;padding:22px 30px 30px;box-sizing:border-box}.match-media-header-row{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:16px;gap:16px;flex-wrap:wrap}.match-media-header-row p{margin:8px 0 0;color:#718096;font-size:14px}.match-media-back-btn,.match-media-save-btn{display:inline-block;margin:0;align-self:flex-start}.match-media-back-btn,.match-media-load-more-btn,.match-media-save-btn{border:none;border-radius:8px;padding:10px 16px;background:linear-gradient(135deg,#04a9f5,#0288d1);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.match-media-load-more-btn{display:block;margin:16px auto 0}.match-media-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px}.match-media-section-header{display:flex;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px;margin-bottom:14px}.match-media-section-header h3{margin:0;font-size:18px;color:#2d3748;display:inline-flex;align-items:center;grid-gap:8px;gap:8px}.match-media-videos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.match-media-input-group{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.match-media-input-group label{font-size:13px;font-weight:600;color:#2d3748}.match-media-input-group input{border:1px solid #cbd5e0;border-radius:8px;padding:10px 12px;font-size:14px}.match-media-upload-btn{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;border:none;border-radius:8px;padding:10px 16px;background:#2d3748;color:#fff;cursor:pointer;font-size:13px;font-weight:600}.match-media-upload-btn input{display:none}.match-media-upload-btn.disabled{opacity:.6;cursor:not-allowed}.match-media-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:10px;gap:10px}.match-media-photo-card{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;background:#f7fafc}.match-media-photo-card img{width:100%;height:140px;object-fit:cover;display:block}.match-media-delete-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border:none;border-radius:999px;background:rgba(0,0,0,.65);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.match-media-message{padding:14px 16px;border-radius:10px;margin-bottom:16px;font-size:14px;font-weight:600}.match-media-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.match-media-message.error{background:#fff5f5;border:1px solid #fc8181;color:#742a2a}.match-media-empty,.match-media-loading,.match-media-loading-inline{text-align:center;color:#718096;padding:20px}.match-media-vk-row{display:flex;grid-gap:10px;gap:10px;align-items:center;margin-bottom:14px}.match-media-vk-input{flex:1 1;min-width:0;border:1px solid #cbd5e0;border-radius:8px;padding:9px 12px;font-size:14px;outline:none;box-sizing:border-box}.match-media-vk-input:focus{border-color:#04a9f5;box-shadow:0 0 0 2px rgba(4,169,245,.2)}.match-media-vk-album-header{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;margin-bottom:12px;flex-wrap:wrap}.match-media-vk-album-title{font-size:13px;color:#4a5568;margin:0;font-weight:600}@media (max-width:900px){.match-media-videos-grid{grid-template-columns:1fr}}@media (max-width:768px){.match-media-page .matchCenterHeader{padding-right:20px}.match-media-content{padding:16px}.match-media-section-header{flex-direction:column;align-items:flex-start}}.select-match-media-page .matchCenterWrapper{padding:20px;box-sizing:border-box;align-items:stretch}.select-match-media-header{margin-bottom:24px}.select-match-media-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:28px}@media (max-width:640px){.select-match-media-filters{grid-template-columns:1fr}}.select-match-media-filter-group{display:flex;flex-direction:column;grid-gap:6px;gap:6px;min-width:0;width:100%}.select-match-media-filter-group .select-search{width:100%}.select-match-media-filter-group .select-search__input{width:100%;box-sizing:border-box}.select-match-media-label{font-size:13px;font-weight:600;color:#555}.select-match-media-loader{display:flex;justify-content:center;padding:40px 0}.select-match-media-empty{text-align:center;color:#888;padding:32px 0;font-size:15px}.select-match-media-matches{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.select-match-media-match-card{display:flex;align-items:center;grid-gap:16px;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 18px;flex-wrap:wrap;transition:box-shadow .15s}.select-match-media-match-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.08)}.match-card-date{font-size:13px;color:#718096;min-width:100px;flex-shrink:0}.match-card-teams{display:flex;align-items:center;grid-gap:12px;gap:12px;flex:1 1;min-width:0;flex-wrap:wrap}.match-card-team{font-size:14px;font-weight:500;color:#2d3748;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.match-card-score{font-size:15px;font-weight:700;color:#2d3748;flex-shrink:0}.match-card-status{font-size:12px;color:#718096;min-width:70px;flex-shrink:0;text-align:center}.match-card-media-btn{display:flex;align-items:center;background:#3182ce;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s}.match-card-media-btn:hover{background:#2563ab}.league-disqualification-page .matchCenterWrapper{align-items:stretch}.league-disqualification-header{box-sizing:border-box;padding-right:50px}.league-disqualification-content{width:100%;padding:18px 22px 24px;box-sizing:border-box}.league-disqualification-message{border-radius:10px;padding:12px 14px;margin-bottom:14px;font-size:14px;font-weight:600}.league-disqualification-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.league-disqualification-message.error{background:#fff5f5;border:1px solid #fc8181;color:#742a2a}.league-disqualification-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.league-disqualification-filter-group{min-width:0}.league-disqualification-filter-group label{display:block;font-size:13px;color:#4a5568;margin-bottom:6px;font-weight:600}.league-disqualification-field .select-search,.league-disqualification-field .select-search__input,.league-disqualification-filter-group .select-search,.league-disqualification-filter-group .select-search__input{width:100%;box-sizing:border-box}.league-disqualification-empty,.league-disqualification-empty-list,.league-disqualification-loading{padding:20px;text-align:center;color:#718096}.league-disqualification-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;margin-bottom:14px}.league-disqualification-section-header{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;margin-bottom:12px}.league-disqualification-section-header h3{margin:0;color:#2d3748;font-size:17px}.league-disqualification-add-btn,.league-disqualification-remove-btn,.league-disqualification-save-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600}.league-disqualification-add-btn,.league-disqualification-save-btn{background:linear-gradient(135deg,#04a9f5,#0288d1);color:#fff;padding:10px 14px;display:inline-flex;align-items:center;grid-gap:6px;gap:6px}.league-disqualification-row{display:grid;grid-template-columns:1fr minmax(120px,220px);grid-gap:12px;gap:12px;align-items:center}.league-disqualification-field label,.league-disqualification-row label{display:block;margin-bottom:6px;font-size:13px;color:#4a5568;font-weight:600}.league-disqualification-field input,.league-disqualification-row input{width:100%;border:1px solid #cbd5e0;border-radius:8px;padding:9px 10px;font-size:14px;box-sizing:border-box}.league-disqualification-player-picker-btn{width:100%;text-align:left;border:1px solid #cbd5e0;border-radius:8px;padding:9px 10px;font-size:14px;background:#fff;color:#2d3748;cursor:pointer}.league-disqualification-player-picker-btn:disabled{cursor:not-allowed;opacity:.65;background:#edf2f7}.league-disqualification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:12px}.league-disqualification-field{min-width:0}.league-disqualification-list{margin-top:14px;display:grid;grid-gap:8px;gap:8px}.league-disqualification-list-toolbar{margin-top:12px}.league-disqualification-only-active{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-size:13px;color:#4a5568;font-weight:600;-webkit-user-select:none;user-select:none}.league-disqualification-only-active input{cursor:pointer}.league-disqualification-item{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px}.league-disqualification-player{display:flex;align-items:center;grid-gap:10px;gap:10px;min-width:0}.league-disqualification-player img{width:38px;height:38px;border-radius:50%;object-fit:cover}.league-disqualification-player-name{color:#2d3748;font-size:14px;font-weight:600}.league-disqualification-player-meta{color:#718096;font-size:12px}.league-disqualification-remove-btn{width:34px;height:34px;background:#f56565;color:#fff;display:inline-flex;align-items:center;justify-content:center}.league-disqualification-picker-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1200;padding:12px;box-sizing:border-box}.league-disqualification-picker-modal{background:#fff;width:min(760px,100%);max-height:86vh;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.league-disqualification-picker-header{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;border-bottom:1px solid #e2e8f0;padding:12px 14px}.league-disqualification-picker-header h3{margin:0;font-size:17px;color:#2d3748}.league-disqualification-picker-close{width:34px;height:34px;border-radius:999px;border:none;background:#edf2f7;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.league-disqualification-picker-body{padding:12px 14px 16px;overflow:auto;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.league-disqualification-picker-search-row{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.league-disqualification-picker-search{border:1px solid #cbd5e0;border-radius:8px;padding:9px 10px;font-size:14px}.league-disqualification-picker-search-btn{border:none;border-radius:8px;background:linear-gradient(135deg,#04a9f5,#0288d1);color:#fff;font-weight:600;padding:0 14px;cursor:pointer}.league-disqualification-picker-search-btn:disabled{opacity:.65;cursor:not-allowed}.league-disqualification-picker-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px}.league-disqualification-picker-item{border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#fff;cursor:pointer;text-align:left;display:flex;flex-direction:column;grid-gap:6px;gap:6px}.league-disqualification-picker-item.selected{border-color:#04a9f5;box-shadow:0 0 0 2px rgba(4,169,245,.16)}.league-disqualification-picker-item-image{width:44px;height:44px;border-radius:999px;object-fit:cover}.league-disqualification-picker-item-name{font-size:14px;color:#2d3748;font-weight:600}.league-disqualification-picker-item-team{font-size:12px;color:#718096}.league-disqualification-picker-empty,.league-disqualification-picker-loading{text-align:center;color:#718096;padding:18px}@media (max-width:1024px){.league-disqualification-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.league-disqualification-grid{grid-template-columns:1fr}}@media (max-width:680px){.league-disqualification-filters{grid-template-columns:1fr}.league-disqualification-content{padding:14px}.league-disqualification-row{grid-template-columns:1fr}}
/*# sourceMappingURL=main.f33dd868.chunk.css.map */