.fighter-carousel-container{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:20px;width:100%;max-width:100%;padding-left:5px;padding-right:5px;box-sizing:border-box;overflow-x:hidden}.fighter-carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:800px;margin:auto;position:relative;font-family:Martian Mono}.fighter-carousel-nav-button{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10;transition:opacity .3s ease,transform .3s ease}.fighter-carousel-nav-button:hover{opacity:.7;transform:scale(1.1)}.fighter-carousel-nav-button:disabled{opacity:.3;cursor:not-allowed}.fighter-carousel-cards{display:flex;gap:20px;overflow:visible;width:100%;justify-content:center;align-items:center;min-height:285px}.fighter-carousel-card{position:relative;transition:transform .3s ease,opacity .3s ease;width:200px;height:285px;border-radius:10px;overflow:hidden;background:#222;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;opacity:.7;transform:scale(.85)}.fighter-carousel-card--active{transform:scale(1);z-index:2;opacity:1;box-shadow:0 4px 20px rgba(211,72,55,.4);border:2px solid rgba(211,72,55,.6)}.fighter-carousel-card--blurred{filter:blur(5px);opacity:.6;transition:filter .3s ease-in-out,opacity .3s ease-in-out}.fighter-carousel-card__image{margin-top:10px;border-radius:10px;max-width:180px;max-height:180px;min-width:180px;min-height:180px;width:180px;height:180px;border:.3px solid #d3d3d3;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block;object-fit:cover}.fighter-carousel-card__image-img,.fighter-carousel-card__image-video{width:100%;height:100%;object-fit:cover}.fighter-carousel-card__name{margin-top:10px;color:#000;font-size:14px}.fighter-carousel-card__creator{margin-top:5px;color:#5e5e5e;font-size:10px}.fighter-carousel-card__info{width:90%;display:flex;justify-content:space-between;padding:10px;color:#000;font-size:12px;font-weight:100}.carousel_arrow__HHMhv{transition:opacity .3s ease,transform .3s ease}.carousel_arrow__HHMhv:hover{opacity:.7;transform:scale(1.1)}.carousel_arrow__HHMhv:disabled{opacity:.3;cursor:not-allowed}@media (max-width:768px){.fighter-carousel-cards{gap:0}.fighter-carousel-card:not(.fighter-carousel-card--active){display:none}.fighter-carousel-card--active{margin:0 auto}.mobile-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:9999;background:#000;display:flex;align-items:center;justify-content:center}.mobile-fullscreen iframe{width:100%;height:100%}}.fighter-selection-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.fighter-selection-logo-wrapper{display:flex;justify-content:center;width:100%}.fighter-selection-skeleton-text{margin-top:1rem;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.fighter-selection-skeleton-button{margin-top:1rem;width:100%;max-width:200px}.fighter-selection-skeleton-carousel{margin-top:2rem;max-width:600px;display:flex;gap:1rem;width:100%;justify-content:center}.fighter-selection-skeleton-grid{margin-top:1.5rem;width:100%;max-width:800px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:0 1rem}.fighter-selection-skeleton-grid-item{display:flex;flex-direction:column;gap:.5rem}.fighter-selection-message{margin-bottom:20px}.fighter-selection-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;background-color:#202020;color:#fff;text-align:center;padding-top:60px;padding-bottom:20px;overflow:none;margin-top:60px}.fighter-selection-count-text{font-size:18px;margin:10px}.fighter-selection-progress-text{font-size:12px;color:#b2b2b2;margin:10px}.fighter-selection-buy-button{color:#fff;background-color:#dd4837;display:inline-block;font-size:12px;border-radius:3px;border:2px solid #fff;margin-bottom:10px}.fighter-selection-mint-icon{width:30px;border-radius:50%;margin-right:10px;border:2px solid #fff}.fighter-selection-buy-button a{color:#fff;margin:0;text-decoration:none;display:flex;align-items:center;padding:5px 10px}.fighter-selection-buy-button:active{border:1px solid #fff}.fighter-selection-instruction-text{font-size:12px;font-weight:300;margin-top:10px;padding:10px;border-radius:5px;color:#fff;border-bottom:1px solid #fff;margin-bottom:20px;max-width:fit-content;place-self:center}.fighter-selection-message{font-size:12px;margin-bottom:5px;background-color:#fff;border-radius:5px;padding:5px 10px;color:#000}.fighter-selection-confirm-button{border-radius:20px;border:2.8px solid #fff;padding:10px 20px;font-family:inherit;background-color:#12135b;font-size:14px;color:#fff;cursor:pointer;transition:all .3s ease}.fighter-selection-confirm-button:hover{background-color:#dd4837;opacity:80%}.fighter-selection-confirm-button:active{opacity:90%}.fighter-selection-confirm-button:disabled{background-color:#bababa}.fighter-attribute-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px 15px;gap:5px 15px;max-width:700px;position:relative;width:100%;min-height:fit-content;align-items:start}.fighter-attribute-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:35px;position:relative}.fighter-attribute-name{font-weight:300;font-size:10px;text-transform:capitalize;margin-bottom:3px}.fighter-attribute-delta{color:#54b91d;margin-left:4px;font-size:.85em;font-weight:600}.fighter-attribute-progress-bar{width:200px;height:6px;background:#fff;border-radius:1px;overflow:hidden;position:relative}.fighter-attribute-progress{height:100%;background:#fd8383;text-align:right;padding-right:5px;font-size:12px;color:#fff;border-radius:1px;animation:progressBarFill .8s ease-out;transform-origin:left}.fighter-attribute-progress--delta{background-color:#54b91d;opacity:.8}@keyframes progressBarFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:768px){.fighter-attribute-grid{grid-template-columns:repeat(2,1fr);width:100%;max-width:100%;position:relative;align-items:start;padding:0 15px}.fighter-attribute-row{min-height:35px;width:100%}.fighter-attribute-progress-bar{width:100%;max-width:100px;height:6px;background:#fff;border-radius:1px;overflow:hidden;position:relative}}.fighter-display-wrapper{background-color:#dd4837;background:url(/images/bg1.png) no-repeat 50%;background-size:cover;flex-direction:row;width:100%;position:relative}.fighter-display-background,.fighter-display-wrapper{justify-content:center;align-items:center;display:flex;min-height:100vh}.fighter-display-background{flex:1;background-color:#dd4837;flex-direction:column;opacity:.95;width:740px;padding:0 20px;margin:0 150px}.fighter-display-image-bar-left{left:0;min-width:150px;background:url(/images/red\ border-left.png) no-repeat 0;background-size:cover}.fighter-display-image-bar-left,.fighter-display-image-bar-right{position:absolute;top:0;flex-shrink:0;max-width:150px;width:150px;height:100vh;opacity:.95;z-index:1}.fighter-display-image-bar-right{right:0;min-width:105px;background:url(/images/red\ border-right.png) no-repeat 100%;background-size:cover}.fighter-display-container{display:flex;align-items:center;gap:20px;padding:30px 0;width:500px}.fighter-display-image{width:200px;height:200px!important;object-fit:cover;border-radius:10px;align-self:center;border:10px solid #000}.fighter-display-info-container{flex:1 1;display:flex;flex-direction:column}.fighter-display-header{display:flex;align-items:center;gap:10px}.fighter-display-level-circle{width:50px;height:50px;min-width:50px;border-radius:50%;background:#a1a5a10f;color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;border:3px solid #000}.fighter-display-name-container{display:flex;flex-direction:column}.fighter-display-name{font-size:20px;font-weight:700}.fighter-display-mini-level{margin-top:5px;font-size:12px;color:#181818}.fighter-display-left{display:flex;flex-direction:column;align-items:center;gap:10px}.fighter-display-stats-container{max-height:200px;overflow-y:auto;margin-top:10px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,.1)}.fighter-display-stats-container::-webkit-scrollbar{width:8px}.fighter-display-stats-container::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:10px;margin:5px 0}.fighter-display-stats-container::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:10px;border:2px solid rgba(0,0,0,.1);transition:background .2s ease}.fighter-display-stats-container::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.fighter-display-stat{gap:5px;width:100%}.fighter-display-stat,.fighter-display-stat-bar{display:flex;align-items:center;position:relative}.fighter-display-stat-bar{width:70%;flex-grow:1;height:25px;background:#cfcfcf2c;border-radius:1px;overflow:hidden;padding:5px 10px}.fighter-display-stat-fill{height:100%;background:#000;position:absolute;top:0;left:0;transition:width .3s ease-in-out;z-index:1;opacity:40%;transform-origin:left}.fighter-display-stat-fill,.fighter-display-stat-fill[style*=width]{animation:progressBarFill .8s ease-out}.fighter-display-stat-name{position:absolute;left:5px;font-size:12px;color:#fff;font-weight:700;z-index:2;text-transform:capitalize}.fighter-display-stat-text{width:34%;font-size:12px;color:#333;font-weight:700;text-align:right;margin:10px}.fighter-display-square-text{padding:10px 15px;border:2px solid #fff;color:#fff;background-color:rgba(0,0,0,.221);border-radius:5px;margin:10px;text-align:center}.fighter-display-error-text{background-color:#fff;padding:15px 20px;border-radius:10px;border:5px solid #000}@media (max-width:1050px){.fighter-display-container{display:flex;flex-direction:column}.fighter-display-info-container{margin-top:20px;max-width:80vw}.fighter-display-background{width:100%;margin:0}.fighter-display-image-bar-left,.fighter-display-image-bar-right{display:none}.fighter-display-square-text{font-size:12px}}@media (max-width:900px){.fighter-display-container{display:flex;flex-direction:column}.fighter-display-info-container{margin-top:20px;max-width:80vw}.fighter-display-background{width:100%;margin:0}.fighter-display-image-bar-left,.fighter-display-image-bar-right{display:none}.fighter-display-square-text{font-size:12px}}.training-progress-section{flex-direction:column;padding:0;background-color:#202020;color:#fff}.training-progress-section,.training-wrapper{position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.training-wrapper{background-color:#dd4837;background:url(/images/bg1.png) no-repeat 50%;background-size:cover;flex-direction:row}.training-background{flex:1;background-color:#12135b;color:#fff;flex-direction:column;opacity:.95;justify-content:center;align-items:center;display:flex;width:740px;margin:0 150px}.training-image-bar-left{left:0;min-width:150px;background:url(/images/blue\ border-left.png) no-repeat 0;background-size:cover}.training-image-bar-left,.training-image-bar-right{position:absolute;top:0;flex-shrink:0;max-width:150px;width:150px;height:100vh;opacity:.95;z-index:1}.training-image-bar-right{right:0;min-width:105px;background:url(/images/blue\ border-right.png) no-repeat 100%;background-size:cover}.training-container{display:flex;align-items:center;gap:20px;width:500px;flex-direction:column;text-align:center;max-height:100vh;overflow-y:auto;padding:100px 0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.training-container::-webkit-scrollbar{display:none}.training-title{font-size:30px}.training-text{text-align:center;font-size:12px;font-weight:300;margin-top:10px;padding:10px;max-width:90vw;border-radius:5px;color:#fff;border-bottom:1px solid #fff}.training-text-secondary{font-size:12px;font-weight:200;color:#c4c4c4}.training-countdown{max-width:90vw;font-size:12px;text-align:center}.training-stats-container{display:flex;gap:20px;justify-content:space-between;align-items:center;flex-wrap:wrap}.training-stats-item{background:#1a1a1a;border:.2px solid #fff;padding:12px 16px;border-radius:8px;text-align:center;min-width:150px;flex:1 1}.training-stats-label{font-size:10px;color:#aaa;text-transform:uppercase;margin-bottom:5px}.training-stats-value{font-size:18px;font-weight:700;color:#fff}.training-ring-outer{display:flex;flex-direction:column;align-items:center;margin-top:20px;margin-bottom:-80px}.training-ring-wrapper{display:block}.training-background-circle{fill:transparent}.training-additional-circle,.training-filled-circle{transition:stroke-dashoffset .3s ease;animation:progressCircleFill 1s ease-out}@keyframes progressCircleFill{0%{stroke-dashoffset:471.23889803846896}}.training-text-inside{transform:translateY(-115px);text-align:center;font-size:20px;font-weight:700}.training-additional-text{font-size:12px;color:#79ac71;margin-top:5px}.training-label{transform:translateY(-75px);text-align:center;margin-top:15px;font-size:14px;color:#fff}.training-submit-button{border-radius:20px;border:2.8px solid #fff;padding:10px 20px;font-family:inherit;background-color:#dd4837;font-size:14px;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:20px}.training-submit-button:hover{background-color:#dd4837;opacity:80%}.training-submit-button:active{opacity:90%}.training-submit-button:disabled{background-color:#bababa}.training-button-container{display:flex;gap:10px}.training-mini-button{background:#fff;color:#3a3a3a;padding:6px 12px;border-radius:6px;font-size:14px;cursor:pointer;text-align:center;transition:background .2s;border:2px solid #000}.training-mini-button a{text-decoration:none;color:#000}.training-mini-button:hover{background:#e3e3e3}.training-mini-text{font-size:10px;margin:0;padding:0}.training-logo{max-width:150px!important;margin:0 20px;padding-bottom:40px!important}.training-error-text{background-color:#fff;padding:15px 20px;border-radius:10px;border:5px solid #000}.training-section{margin-bottom:20px;width:100%}.training-section-title{font-size:1.1rem;color:#fff;margin-bottom:12px;text-align:center;font-weight:600}.training-course-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}@media (min-width:1024px){.training-course-grid{grid-template-columns:repeat(3,1fr);max-width:1000px}}.training-course-card{border:1px solid #ff8c00;border-radius:16px;padding:20px;cursor:pointer;transition:all .3s ease;text-align:center;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(139,69,19,.3)}.training-course-card,.training-course-card--selected{background:linear-gradient(135deg,#8b4513,#d2691e 50%,peru)}.training-course-card--selected{border-color:gold;box-shadow:0 0 30px rgba(255,215,0,.9),0 0 50px rgba(255,140,0,.6);border-width:2px}.training-course-card:hover{box-shadow:0 8px 25px rgba(255,140,0,.4);border-color:gold;background:linear-gradient(135deg,sienna,#deb887 50%,#f4a460);transform:translateY(-3px)}.training-course-icon{margin-bottom:10px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.training-yoga-icon{width:40px;height:40px;filter:brightness(0) saturate(100%) invert(83%) sepia(31%) saturate(638%) hue-rotate(359deg) brightness(103%) contrast(107%);transition:all .3s ease}.training-meditation-icon{width:32px;height:32px;filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(1000%) hue-rotate(180deg) brightness(1.2) contrast(1.5);transition:all .3s ease}.training-course-title{font-size:1.2rem;color:#fff;font-weight:700;line-height:1.2;text-align:center;margin-bottom:8px;text-shadow:0 0 15px hsla(0,0%,100%,.8)}.training-course-subtitle{font-size:.9rem;color:#ffe4b5;font-weight:400;line-height:1.3;text-align:center;margin-bottom:15px;flex-grow:1;display:flex;align-items:center;justify-content:center;text-shadow:0 0 8px rgba(255,228,181,.5)}.training-course-logo{opacity:.6;transition:opacity .3s ease}.training-fighters-logo{width:80px;height:auto;filter:brightness(.8) contrast(1.2)}.training-video-container{width:100%;max-width:800px;margin:0 auto;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.training-video-timer{margin-top:15px;text-align:center;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.2)}.training-timer-label{font-size:14px;font-weight:500;margin-bottom:8px;opacity:.9}.training-timer-display{font-size:24px;font-weight:700;font-family:Courier New,monospace;background:hsla(0,0%,100%,.1);padding:10px 20px;border-radius:8px;border:2px solid hsla(0,0%,100%,.3)}.training-timer-paused{color:gold;font-size:16px;margin-left:10px}.training-success-message{background-color:rgba(76,175,80,.1);border:1px solid #4caf50;color:#4caf50;border-radius:8px}.training-error-message,.training-success-message{padding:10px 15px;margin-bottom:15px;text-align:center;font-size:.9rem}.training-error-message{background-color:rgba(244,67,54,.1);border:1px solid #f44336;color:#f44336;border-radius:8px}@media (max-width:768px){.training-course-grid{grid-template-columns:1fr;gap:15px;margin-bottom:15px;max-width:90vw}.training-course-card{padding:15px;min-height:100px}.training-course-icon{margin-bottom:8px}.training-yoga-icon{width:35px;height:35px}.training-meditation-icon{width:30px;height:30px}.training-course-title{font-size:1.1rem;margin-bottom:6px}.training-course-subtitle{font-size:.85rem;margin-bottom:12px}.training-fighters-logo{width:65px}.training-section-title{font-size:1rem;margin-bottom:10px}.training-section{margin-bottom:15px}.training-text{font-size:.9rem;padding:0 10px}.training-submit-button{margin-top:15px;padding:12px 18px;font-size:13px}.training-error-message,.training-success-message{font-size:.8rem;padding:8px 12px;margin-bottom:10px}}@media (max-width:500px){.training-container{overflow-x:scroll;padding:20px 0}.training-course-grid{gap:8px;margin-bottom:8px;max-width:90vw;margin-left:auto;margin-right:auto}.training-course-card{padding:12px;min-height:90px}.training-course-icon{margin-bottom:6px}.training-yoga-icon{width:30px;height:30px}.training-meditation-icon{width:25px;height:25px}.training-course-title{font-size:1rem;line-height:1.2;margin-bottom:5px}.training-course-subtitle{font-size:.8rem;margin-bottom:10px}.training-fighters-logo{width:60px}.training-section-title{font-size:.9rem;margin-bottom:8px}.training-section{margin-bottom:12px}.training-text{display:none}.training-submit-button{margin-top:12px;padding:10px 15px;font-size:12px;width:80vw}.training-error-message,.training-success-message{font-size:.75rem;padding:6px 8px;margin-bottom:8px}.sync-popup{background:hsla(0,0%,7%,.7);padding:20px;border-radius:10px;width:290px!important;text-align:center;display:flex;flex-direction:column;border:2px solid #4a9eff;box-shadow:0 0 25px #4a9eff;color:#fff;backdrop-filter:blur(10px)}}@media (max-width:1050px){.training-background{width:100%;margin:0}.training-image-bar-left,.training-image-bar-right{display:none}}@media (max-width:900px){.training-container{display:flex;flex-direction:column}.training-background{width:100%;margin:0}.training-image-bar-left,.training-image-bar-right{display:none}}.training-method-logo{width:200px;height:200px;object-fit:contain}.training-progress-section--no-margin{padding:0;margin:0}.training-wrapper--full{width:100%;min-height:100vh;padding:0;margin:0}.training-error-text--black{color:#000}.training-wrapper--background{background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:100vh}.training-message--spacing{margin-bottom:15px;margin-top:10px}.training-submit-button--disabled{cursor:not-allowed;opacity:.6}.training-submit-button--enabled{cursor:pointer;opacity:1}.training-course-card--clickable,.training-mini-button--clickable{cursor:pointer}.training-video-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.training-section-title--no-margin{margin:0}.training-fullscreen-button{padding:.5rem 1rem;background-color:#d34836;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem;align-self:flex-end}.training-video-container-wrapper{position:relative;width:100%;height:100%}.training-success-banner{background-color:#4caf50;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.3rem;display:flex;align-items:center;gap:.2rem;font-weight:600;font-size:1.1rem}.training-questions-container{display:flex;flex-direction:column;gap:1.5rem}.training-question-card{background-color:rgba(30,30,50,.8);border:2px solid rgba(100,150,255,.3);border-radius:12px;padding:1rem;position:relative}.training-question-text{font-weight:600;margin-bottom:1rem;color:#fff;font-size:1rem;line-height:1.5}.training-options-grid{display:grid;gap:.7rem}.training-options-grid--mobile{grid-template-columns:1fr}.training-options-grid--desktop{grid-template-columns:repeat(2,1fr)}.training-option-label{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#fff}.training-option-label--selected{background-color:rgba(211,72,55,.2);border:2px solid #d34836}.training-option-label--unselected{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.training-option-label--unselected:hover{background-color:hsla(0,0%,100%,.1)}.training-option-radio{width:15px;height:15px;cursor:pointer;accent-color:#d34836}.training-option-text{flex:1;font-size:.85rem}.training-method-section{justify-content:center;min-height:600px;background-color:#202020;color:#fff;text-align:center;padding-top:60px;padding-bottom:20px;overflow:hidden;contain:layout style}.training-method-container,.training-method-section{display:flex;flex-direction:column;align-items:center;width:100%}.training-method-container{padding:20px;max-width:1200px;margin:0 auto;min-height:500px}.training-method-title{font-size:2rem;font-weight:700;color:#fff;margin:15px 0 8px;text-align:center;min-height:2.5rem;line-height:1.2}.training-method-subtitle{font-size:1rem;color:#ccc;margin-bottom:20px;text-align:center;min-height:1.5rem;line-height:1.5}.training-method-options-container{margin-bottom:30px;text-align:center;min-height:120px;width:100%}.training-method-options{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;min-height:100px;width:100%}.training-method-option-content{display:flex;flex-direction:column;gap:8px;flex:1}.training-method-option{display:flex;align-items:center;padding:15px;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:1rem;font-weight:500}.training-method-option:hover{border-color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.08)}.training-method-option--selected{border-color:#4caf50;background:rgba(76,175,80,.15);box-shadow:0 0 15px rgba(76,175,80,.4)}.training-method-option-icon{font-size:3rem;flex-shrink:0;line-height:1;margin-bottom:0}.training-method-option-name{font-weight:600;font-size:1.2rem}.training-method-option-reward{display:flex;align-items:center;gap:6px;font-size:1rem;color:hsla(0,0%,100%,.8);font-weight:500}.training-method-confirm-button{border-radius:20px;border:2.8px solid #fff;padding:10px 20px;font-family:inherit;background-color:#12135b;font-size:14px;color:#fff;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.training-method-confirm-button:hover{background-color:#dd4837;opacity:80%}.training-method-confirm-button:active{opacity:90%}.training-method-confirm-button:disabled{background-color:#bababa;cursor:not-allowed}.training-method-message{background-color:rgba(76,175,80,.1);border:1px solid #4caf50;color:#4caf50;border-radius:8px}.training-method-error-message,.training-method-message{padding:10px 15px;margin-bottom:15px;text-align:center;font-size:.9rem}.training-method-error-message{background-color:rgba(244,67,54,.1);border:1px solid #f44336;color:#f44336;border-radius:8px}.training-attribute-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;width:100%;max-width:1000px;margin-bottom:30px;min-height:200px;contain:layout style}.training-attribute-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:10px;text-align:center;transition:all .3s ease;cursor:default;min-height:120px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start}.training-attribute-card--highlighted{border-color:#4caf50;background:rgba(76,175,80,.1);box-shadow:0 0 20px rgba(76,175,80,.3)}.training-attribute-emoji{font-size:1.8rem;margin-bottom:4px}.training-attribute-name{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:3px}.training-attribute-description{font-size:.65rem;color:#ccc;margin-bottom:3px;line-height:1.2}.training-attribute-status{font-size:.55rem;color:#888;font-style:italic}.training-attribute-card--highlighted .training-attribute-status{color:#4caf50;font-weight:500}@media (max-width:768px){.training-method-container{padding:15px}.training-method-title{font-size:1.8rem}.training-attribute-grid{grid-template-columns:repeat(3,1fr);gap:10px;max-width:100%}.training-attribute-card{padding:8px}.training-attribute-emoji{font-size:1.5rem}.training-attribute-name{font-size:.8rem}.training-attribute-description{font-size:.6rem}.training-attribute-status{font-size:.5rem}.training-method-options{flex-direction:column;align-items:center;gap:15px}.training-method-option{width:100%;display:flex;flex-direction:row;align-items:center;gap:15px;padding:20px 25px;background:rgba(42,42,42,.8);border:2px solid hsla(0,0%,100%,.1);text-align:left}.training-method-option--selected{border:2px solid #4caf50;background:rgba(42,42,42,.8)}.training-method-option-icon{font-size:3rem;flex-shrink:0;line-height:1;margin-bottom:0}.training-method-option-content{display:flex;flex-direction:column;gap:8px;flex:1}.training-method-option-name{font-size:1rem;font-weight:600;color:#fff;line-height:1.2}.training-method-option-reward{display:flex;align-items:center;gap:6px;font-size:.8rem;color:hsla(0,0%,100%,.8);font-weight:500}.training-method-option-reward-icon{font-size:1rem}.training-method-confirm-button{padding:12px 30px;font-size:1.1rem}}@media (max-width:480px){.welcome-screen-container{padding-top:100px}.training-attribute-grid{grid-template-columns:repeat(2,1fr);gap:8px}.training-attribute-card{padding:6px}.training-attribute-emoji{font-size:1.3rem}.training-attribute-name{font-size:.75rem}.training-attribute-description{font-size:.55rem}.training-attribute-status{font-size:.45rem}.training-method-option{width:230px;padding:12px 10px}}.strava-connection-section{min-height:100vh;padding:0;background-color:#202020;color:#fff}.strava-connection-section,.strava-container{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.strava-container{text-align:center;font-size:12px;max-width:800px;padding:20px;gap:15px}.strava-connection-container{max-width:1040px;width:100%;margin:0 auto;padding:0;position:relative}.strava-info{margin-top:10px;padding:10px;border-radius:5px;color:#fff;border-bottom:1px solid #fff;max-width:90vw}.strava-connect-button{width:200px;margin:20px 0;border:5px solid #fff;cursor:pointer}.leaderboard-main-wrapper{position:relative!important;min-height:100vh!important;background:linear-gradient(180deg,#5129a7,#6e4ea1 50%,#210c49)!important;background-attachment:fixed!important}.leaderboard-main-wrapper:before{content:""!important;position:fixed!important;top:0!important;left:0!important;right:0!important;height:70px!important;background:linear-gradient(135deg,#ead351,#f5e66e)!important;border-bottom:4px solid #dd4837!important;box-shadow:0 4px 12px rgba(221,72,55,.3)!important;z-index:998!important;pointer-events:none!important}@media (max-width:768px){.leaderboard-main-wrapper:before{height:50px!important;border-bottom-width:3px!important;box-shadow:0 3px 8px rgba(221,72,55,.25)!important}}.leaderboard-container{position:relative!important;transition:opacity .3s ease,transform .3s ease!important;width:1040px!important;padding:0 20px!important;margin:0 auto!important;overflow:auto!important}main:has(.leaderboard-container){padding-top:0!important;margin-top:0!important}.leaderboard-loading-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:400px!important;gap:1.5rem!important}.leaderboard-loading-spinner{width:50px!important;height:50px!important;border:4px solid hsla(0,0%,100%,.1)!important;border-top-color:#ead351!important;border-radius:50%!important;animation:leaderboard-spin-animation .8s linear infinite!important}.leaderboard-loading-text{color:hsla(0,0%,100%,.7)!important;font-size:1rem!important;font-weight:500!important;animation:leaderboard-pulse-animation 1.5s ease-in-out infinite!important}@keyframes leaderboard-spin-animation{to{transform:rotate(1turn)!important}}@keyframes leaderboard-pulse-animation{0%,to{opacity:.7!important}50%{opacity:1!important}}.leaderboard-fade-transition{opacity:.5!important;transition:opacity .15s ease!important}.leaderboard-content{transition:opacity .3s ease,transform .3s ease!important;animation:leaderboard-fadeIn-animation .3s ease!important}@keyframes leaderboard-fadeIn-animation{0%{opacity:0!important;transform:translateY(10px)!important}to{opacity:1!important;transform:translateY(0)!important}}.leaderboard-header-tab{background:hsla(0,0%,100%,.1)!important;border:2px solid hsla(0,0%,100%,.2)!important;border-radius:8px!important}.leaderboard-header-tab,.leaderboard-tab{font-size:14px!important;font-weight:600!important;color:#fff!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative!important;padding:.75rem 1.5rem!important;outline:none!important}.leaderboard-tab{background:rgba(75,0,130,.3)!important;border:1px solid hsla(0,0%,100%,.15)!important;border-radius:25px!important}.leaderboard-tab:hover{color:#ead351!important;background:rgba(75,0,130,.4)!important;border-color:rgba(234,211,81,.4)!important}.leaderboard-tab:active{transform:scale(.98)!important}.leaderboard-tab--active{background:linear-gradient(135deg,#ead351,#f5e66e)!important;border:2px solid rgba(234,211,81,.6)!important;color:indigo!important;box-shadow:0 0 10px rgba(234,211,81,.3),0 0 20px rgba(234,211,81,.2)!important}.leaderboard-tab--active:hover{background:linear-gradient(135deg,#f5e66e,#ead351)!important;border-color:rgba(234,211,81,.7)!important;box-shadow:0 0 15px rgba(234,211,81,.4),0 0 25px rgba(234,211,81,.3)!important;color:indigo!important}.leaderboard-tab--half-width{width:50%!important;flex:1 1 30%!important}.leaderboard-header-tabs{width:50%!important;margin-bottom:1.25rem!important}.leaderboard-stats-tabs{flex-direction:row!important;gap:.5rem!important;margin-bottom:0!important}.leaderboard-stats-tab,.leaderboard-stats-tabs{display:flex!important;align-items:center!important}.leaderboard-stats-tab{padding:.5rem 1rem!important;font-size:12px!important;font-weight:600!important;color:#fff!important;background:rgba(234,211,81,.2)!important;border:2px solid rgba(234,211,81,.3)!important;border-radius:6px!important;cursor:pointer!important;justify-content:center!important;transition:all .3s ease!important;min-width:100px!important;outline:none!important}.leaderboard-stats-tab:hover{background:rgba(234,211,81,.3)!important;border-color:rgba(234,211,81,.5)!important}.leaderboard-stats-tab--active{background:rgba(234,211,81,.4)!important;border-color:rgba(234,211,81,.5)!important;color:#fff!important}.leaderboard-stats-tab--active:hover{background:rgba(234,211,81,.5)!important;border-color:rgba(234,211,81,.6)!important}.leaderboard-duration-button{padding:8px 16px!important;font-size:14px!important;color:#333!important;cursor:pointer!important;background-color:#f4f4f4!important;border-radius:5px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;text-align:center!important;border:2px solid transparent!important;font-weight:500!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;position:relative!important;overflow:hidden!important}.leaderboard-duration-button:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:0!important;height:0!important;border-radius:50%!important;background:rgba(0,123,255,.2)!important;transform:translate(-50%,-50%)!important;transition:width .4s ease,height .4s ease!important}.leaderboard-duration-button:hover{background-color:#e0e0e0!important;transform:translateY(-2px)!important;box-shadow:0 4px 8px rgba(0,0,0,.15)!important}.leaderboard-duration-button:active{transform:translateY(0)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important}.leaderboard-duration-button:active:before{width:300px!important;height:300px!important}.leaderboard-duration-button.leaderboard-duration-button--active{background-color:#007bff!important;color:#fff!important;font-weight:600!important;border-color:#0056b3!important;box-shadow:0 2px 8px rgba(0,123,255,.4)!important}.leaderboard-duration-button.leaderboard-duration-button--active:hover{background-color:#0056b3!important;box-shadow:0 4px 12px rgba(0,123,255,.5)!important}.leaderboard-table{border-collapse:separate!important;border-spacing:0!important;width:100%!important;border:none!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 4px 20px rgba(0,0,0,.3),inset 0 0 0 1px hsla(0,0%,100%,.1),0 2px 10px rgba(234,211,81,.2)!important;background:rgba(0,0,0,.3)!important}.leaderboard-table thead{background:linear-gradient(180deg,#fff,#f5f5f5 25%,#e8e8e8 50%,#f0f0f0 75%,#fff)!important;box-shadow:0 2px 8px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.9),inset 0 -1px 0 rgba(0,0,0,.05)!important;position:relative!important;overflow:visible!important;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.leaderboard-table thead:after{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(234,211,81,.6) 50%,transparent)!important}.leaderboard-table th{background:linear-gradient(180deg,#fff,#f8f8f8 50%,#f0f0f0)!important;font-weight:700!important;color:#1a1a1a!important;padding:16px 18px!important;text-align:left!important;border:none!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.8px!important;text-shadow:0 1px 2px hsla(0,0%,100%,.8)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),inset 0 -1px 0 rgba(0,0,0,.05)!important;position:relative!important}.leaderboard-table th:first-child{border-top-left-radius:12px!important}.leaderboard-table th:last-child{border-top-right-radius:12px!important;border:none!important}.leaderboard-table td{padding:14px 18px!important;text-align:left!important;border:none!important;font-weight:400!important;color:#fff!important;background:rgba(0,0,0,.2)!important;transition:background-color .2s ease!important;font-size:.9rem!important}.leaderboard-table tbody tr:last-child td,.leaderboard-table td:last-child{border:none!important}.leaderboard-table tr{transition:all .2s ease!important}.leaderboard-table tr:hover{background-color:hsla(0,0%,100%,.08)!important;transform:scale(1.01)!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important}.leaderboard-list{display:flex!important;flex-direction:column!important;gap:8px!important}.leaderboard-row{background:transparent!important}.leaderboard-header-row,.leaderboard-row{display:flex!important;align-items:center!important;height:65px!important;padding:0 1rem!important;border-radius:32px!important;transition:all .2s ease!important}.leaderboard-row:first-child{background:#ffd700de!important}.leaderboard-row:nth-child(2){background:silver!important}.leaderboard-row:nth-child(3){background:#eb862dcf!important}.leaderboard-row:first-child:hover{background:#f3d83fde!important}.leaderboard-row:nth-child(2):hover{background:#e0e0e0!important}.leaderboard-row:nth-child(3):hover{background:#eb9e5bcf!important}.leaderboard-row:hover{background-color:hsla(0,0%,100%,.05)!important;transform:translateX(4px)!important}.leaderboard-fighter-image{transition:all .3s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important;object-fit:cover!important;border-radius:50%!important;display:block!important;margin:0 auto!important;flex-shrink:0!important;border:2px solid rgba(234,211,81,.3)!important}.leaderboard-fighter-image:hover{transform:scale(1.1) rotate(2deg)!important;box-shadow:0 4px 12px rgba(234,211,81,.4)!important;border-color:#ead351!important}.leaderboard-icon-image{transition:all .2s ease!important;cursor:pointer!important}.leaderboard-icon-image:hover{opacity:.8!important;transform:scale(1.15)!important}.leaderboard-podium{animation:leaderboard-podium-fade-in-animation .5s ease!important}@keyframes leaderboard-podium-fade-in-animation{0%{opacity:0!important;transform:translateY(20px)!important}to{opacity:1!important;transform:translateY(0)!important}}.leaderboard-podium-image{transition:all .3s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important}.leaderboard-podium-image:hover{transform:scale(1.1) translateY(-5px)!important;box-shadow:0 8px 16px rgba(255,215,0,.4)!important}.leaderboard-content{scroll-behavior:smooth!important}.leaderboard-podium-rank{animation:leaderboard-rank-bounce-animation .6s ease .3s both!important;display:inline-block!important}@keyframes leaderboard-rank-bounce-animation{0%{opacity:0!important;transform:scale(0) rotate(-180deg)!important}50%{transform:scale(1.2) rotate(10deg)!important}to{opacity:1!important;transform:scale(1) rotate(0deg)!important}}.leaderboard-positive-delta{color:#4caf50!important;font-weight:700!important;animation:leaderboard-delta-pulse-animation .5s ease!important}@keyframes leaderboard-delta-pulse-animation{0%{transform:scale(1)!important}50%{transform:scale(1.1)!important}to{transform:scale(1)!important}}.leaderboard-tooltip{position:relative!important;display:inline-block!important;margin-left:8px!important;cursor:help!important;z-index:10000!important}.leaderboard-tooltip-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;border-radius:50%!important;background-color:rgba(234,211,81,.2)!important;color:#ead351!important;font-size:12px!important;font-weight:700!important;border:1px solid rgba(234,211,81,.4)!important;transition:all .2s ease!important}.leaderboard-tooltip:hover .leaderboard-tooltip-icon{background-color:rgba(234,211,81,.3)!important;border-color:#ead351!important;transform:scale(1.1)!important}.leaderboard-tooltip-text{visibility:hidden!important;opacity:0!important;position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;transform:translateX(-50%)!important;background-color:rgba(0,0,0,.95)!important;color:#fff!important;text-align:center!important;padding:8px 12px!important;border-radius:6px!important;width:250px!important;font-size:12px!important;line-height:1.4!important;z-index:10001!important;box-shadow:0 4px 12px rgba(0,0,0,.5),0 0 0 1px rgba(234,211,81,.3)!important;transition:opacity .3s ease,visibility .3s ease!important;pointer-events:none!important;white-space:normal!important}.leaderboard-tooltip-text:after{content:""!important;position:absolute!important;bottom:100%!important;left:50%!important;margin-left:-5px!important;border:5px solid transparent!important;border-bottom-color:rgba(0,0,0,.95)!important}.leaderboard-tooltip:hover .leaderboard-tooltip-text{visibility:visible!important;opacity:1!important}.leaderboard-table th{overflow:visible!important}.leaderboard-rank{font-weight:600!important;color:#fff!important;text-align:center!important}.leaderboard-total-progress{font-weight:600!important;color:#ead351!important}.leaderboard-table tbody tr{animation:leaderboard-row-fade-in-animation .4s ease both!important}.leaderboard-table tbody tr:first-child{animation-delay:.1s!important}.leaderboard-table tbody tr:nth-child(2){animation-delay:.15s!important}.leaderboard-table tbody tr:nth-child(3){animation-delay:.2s!important}.leaderboard-table tbody tr:nth-child(n+4){animation-delay:.25s!important}@keyframes leaderboard-row-fade-in-animation{0%{opacity:0!important;transform:translateX(-10px)!important}to{opacity:1!important;transform:translateX(0)!important}}@media (max-width:768px){.leaderboard-podium-rank,.leaderboard-table tbody tr{animation:none!important}}@media (min-width:500px) and (max-width:1050px){.leaderboard-container{padding:30px 15px 1rem!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}.leaderboard-tabs{width:100%!important;display:flex!important;justify-content:center!important}.leaderboard-header-tabs,.leaderboard-tabs{gap:.75rem!important;margin-bottom:1.25rem!important}.leaderboard-header-tab,.leaderboard-tab{font-size:16px!important;padding:.6rem 1rem!important}.leaderboard-duration-buttons{gap:.75rem!important}.leaderboard-duration-button{font-size:.85rem!important;padding:.5rem 1rem!important}.leaderboard-podium{flex-direction:row!important;justify-content:flex-end!important;gap:28px!important;margin-bottom:2rem!important}.leaderboard-podium-item--first,.leaderboard-podium-item--second,.leaderboard-podium-item--third{width:auto!important;max-width:220px!important;margin-bottom:0!important}.leaderboard-podium-item--first{order:2!important}.leaderboard-podium-item--second{order:1!important}.leaderboard-podium-item--third{order:3!important}.leaderboard-podium-image{width:70px!important;height:70px!important}.leaderboard-podium-name{font-size:.85rem!important;max-width:150px!important}.leaderboard-podium-rank{font-size:24px!important}.leaderboard-table{font-size:11px!important;border-radius:12px!important;display:table!important;width:100%!important;min-width:max-content!important;table-layout:auto!important;border:none!important;box-shadow:0 3px 15px rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.1),0 1px 8px rgba(234,211,81,.3)!important;background:rgba(75,0,130,.3)!important}.leaderboard-table thead{display:table-header-group!important;background:linear-gradient(180deg,#fff,#f5f5f5 20%,#e8e8e8 50%,#f0f0f0 80%,#fff)!important;box-shadow:0 2px 6px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08)!important;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.leaderboard-table tbody{display:table-row-group!important}.leaderboard-table tr{display:table-row!important}.leaderboard-table td,.leaderboard-table th{display:table-cell!important;padding:.6rem .5rem!important;font-size:.9rem!important;white-space:nowrap!important;border:none!important;vertical-align:middle!important}.leaderboard-table th{font-size:1rem!important;padding:.7rem .5rem!important;position:sticky!important;top:0!important;background:linear-gradient(180deg,#fff,#fafafa 30%,#f5f5f5 60%,#f0f0f0)!important;background-color:#f9f9f9!important;color:#1a1a1a!important;border-bottom:3px solid #ead351!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;z-index:10!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.leaderboard-table td{background:rgba(75,0,130,.2)!important;color:#fff!important}.leaderboard-table td:last-child,.leaderboard-table th:last-child{border:none!important}.leaderboard-table td:first-child,.leaderboard-table th:first-child{min-width:60px!important;max-width:70px!important;text-align:center!important}.leaderboard-table td:nth-child(2),.leaderboard-table th:nth-child(2){min-width:70px!important;max-width:80px!important}.leaderboard-content{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;position:relative!important;scrollbar-width:thin!important;scrollbar-color:rgba(234,211,81,.5) rgba(0,0,0,.2)!important;padding-bottom:12px!important}.leaderboard-content::-webkit-scrollbar-track{background:rgba(75,0,130,.15)!important;border-radius:4px!important;margin:0 2px!important}.leaderboard-content::-webkit-scrollbar-thumb{border-radius:4px!important}.leaderboard-content::-webkit-scrollbar-thumb:hover{background:rgba(234,211,81,.8)!important}.leaderboard-content>table{width:100%!important;min-width:max-content!important;margin:0 auto!important}.leaderboard-fighter-image{width:50px!important;height:50px!important;object-fit:cover!important;border-radius:50%!important;display:block!important;margin:0 auto!important;flex-shrink:0!important;border:2px solid rgba(234,211,81,.3)!important}.leaderboard-table td:nth-child(2),.leaderboard-table th:nth-child(2){min-width:120px!important;max-width:120px!important;text-align:center!important;padding:.6rem .5rem!important;position:relative!important}.leaderboard-table td:nth-child(2) a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}.leaderboard-icon-image{width:25px!important;height:25px!important}.leaderboard-trainer-address{font-size:.75rem!important}.leaderboard-trainer-address span{max-width:180px!important}.leaderboard-trainer-address img{width:50px!important;height:50px!important}.leaderboard-content::-webkit-scrollbar{height:10px!important}.leaderboard-content::-webkit-scrollbar-thumb{background:rgba(234,211,81,.7)!important}.leaderboard-attribute-delta{font-size:.7rem!important}.leaderboard-rank{font-size:.85rem!important}}@media (max-width:768px){.leaderboard-container{padding:30px 8px .5rem!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}.leaderboard-tabs{flex-wrap:wrap!important;margin-bottom:1rem!important}.leaderboard-header-tabs,.leaderboard-tabs{gap:.5rem!important;justify-content:center!important}.leaderboard-header-tabs{width:100%!important;margin-bottom:2rem!important}.leaderboard-header-tab,.leaderboard-tab{font-size:16px!important;padding:.5rem .75rem!important;white-space:nowrap!important;-webkit-tap-highlight-color:rgba(234,211,81,.3)!important}.leaderboard-tab:active{transform:scale(.95)!important}.leaderboard-duration-buttons{flex-wrap:wrap!important;gap:.5rem!important;justify-content:center!important}.leaderboard-duration-button{font-size:.8rem!important;padding:.4rem .75rem!important;-webkit-tap-highlight-color:rgba(0,123,255,.3)!important}.leaderboard-duration-button:active{transform:scale(.95)!important}.leaderboard-podium{align-items:flex-end!important;gap:28px!important;margin-bottom:1.5rem!important}.leaderboard-podium-item--first,.leaderboard-podium-item--second,.leaderboard-podium-item--third{width:100%!important;max-width:200px!important;margin-bottom:0!important}.leaderboard-podium-item--first{order:2!important}.leaderboard-podium-item--second{order:1!important}.leaderboard-podium-item--third{order:3!important}.leaderboard-podium-image{width:60px!important;height:60px!important}.leaderboard-podium-name{font-size:.75rem!important;max-width:120px!important}.leaderboard-podium-rank{font-size:20px!important}.leaderboard-table{font-size:10px!important;display:table!important;overflow:hidden!important;width:100%!important;min-width:max-content!important;table-layout:auto!important;border:none!important;border-radius:10px!important;box-shadow:0 3px 15px rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.1),0 1px 8px rgba(234,211,81,.3)!important;background:rgba(75,0,130,.3)!important}.leaderboard-table thead{display:table-header-group!important;background:linear-gradient(180deg,#fff,#f5f5f5 20%,#e8e8e8 50%,#f0f0f0 80%,#fff)!important;box-shadow:0 2px 6px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08)!important;position:relative!important;overflow:visible!important;border-top-left-radius:10px!important;border-top-right-radius:10px!important}.leaderboard-table thead:after{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:2px!important;background:linear-gradient(90deg,transparent,rgba(234,211,81,.8) 50%,transparent)!important}.leaderboard-table tbody{display:table-row-group!important}.leaderboard-table tr{display:table-row!important;transition:background-color .2s ease!important}.leaderboard-table tr:hover{transform:none!important;background-color:hsla(0,0%,100%,.05)!important}.leaderboard-fighter-image:hover{transform:scale(1.05)!important}.leaderboard-table td,.leaderboard-table th{display:table-cell!important;padding:.5rem .35rem!important;white-space:nowrap!important;font-size:18px!important;min-width:fit-content!important;border:none!important;vertical-align:middle!important;text-align:left!important}.leaderboard-table td:first-child,.leaderboard-table td:nth-child(2),.leaderboard-table th:first-child,.leaderboard-table th:nth-child(2){text-align:center!important}.leaderboard-table td{background:rgba(75,0,130,.2)!important;color:#fff!important}.leaderboard-table td:last-child{border-right:none!important}.leaderboard-table td:first-child,.leaderboard-table th:first-child{min-width:50px!important;max-width:60px!important}.leaderboard-table td:nth-child(2),.leaderboard-table th:nth-child(2){min-width:170px!important;max-width:170px!important;padding:.6rem .5rem!important}.leaderboard-table th{font-size:.7rem!important;padding:.6rem .4rem!important;position:sticky!important;top:0!important;background:linear-gradient(180deg,#fff,#fafafa 30%,#f5f5f5 60%,#f0f0f0)!important;background-color:#f9f9f9!important;color:#1a1a1a!important;border-bottom:3px solid #ead351!important;border-right:1px solid rgba(0,0,0,.1)!important;text-shadow:0 1px 3px hsla(0,0%,100%,.9),0 0 1px hsla(0,0%,100%,.5)!important;box-shadow:inset 0 2px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.15)!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;z-index:10!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;will-change:transform!important}.leaderboard-table th:first-child{border-top-left-radius:10px!important}.leaderboard-table th:last-child{border-right:none!important}.leaderboard-table tbody tr:last-child td:first-child{border-bottom-left-radius:10px!important}.leaderboard-table tbody tr:last-child td:last-child{border-bottom-right-radius:10px!important}.leaderboard-content{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;position:relative!important;scrollbar-width:thin!important;scrollbar-color:rgba(234,211,81,.5) rgba(0,0,0,.2)!important}.leaderboard-content::-webkit-scrollbar{height:8px!important}.leaderboard-content::-webkit-scrollbar-track{background:rgba(75,0,130,.15)!important;border-radius:4px!important}.leaderboard-content::-webkit-scrollbar-thumb{background:rgba(234,211,81,.6)!important;border-radius:4px!important}.leaderboard-content::-webkit-scrollbar-thumb:hover{background:rgba(234,211,81,.8)!important}.leaderboard-table{position:relative!important}.leaderboard-content>table{width:100%!important;min-width:max-content!important;margin:0 auto!important}.leaderboard-trainer-address{white-space:nowrap!important;overflow-x:auto!important;text-overflow:ellipsis!important;flex-direction:row!important;align-items:center!important;gap:.5rem!important;-webkit-overflow-scrolling:touch!important}.leaderboard-trainer-address span{display:inline-block!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important}.leaderboard-trainer-address img{width:50px!important;height:50px!important;flex-shrink:0!important}.leaderboard-fighter-image{width:50px!important;height:50px!important;object-fit:cover!important;border-radius:4px!important}.leaderboard-icon-image{width:25px!important;height:25px!important;flex-shrink:0!important}.leaderboard-my-info{text-align:center!important}.leaderboard-table td a{display:inline-block!important;padding:2px!important;-webkit-tap-highlight-color:rgba(234,211,81,.3)!important}.leaderboard-attribute-delta{font-size:.65rem!important;white-space:nowrap!important}.leaderboard-rank{font-weight:700!important;font-size:.8rem!important}}@media (max-width:600px){.leaderboard-table{border-radius:8px!important;overflow:hidden!important}.leaderboard-table thead{border-top-left-radius:8px!important;border-top-right-radius:8px!important;overflow:visible!important}.leaderboard-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px!important}.leaderboard-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px!important}}@media (max-width:480px){.leaderboard-container{padding:30px 6px .5rem!important}iframe,video{max-width:100%!important;box-sizing:border-box!important}.leaderboard-header-tabs,.leaderboard-tabs{gap:.25rem!important}.leaderboard-header-tab{font-size:16px!important;padding:.4rem .5rem!important}.leaderboard-tab{font-size:16px!important;padding:.55rem .65rem!important}.leaderboard-duration-button{font-size:.7rem!important;padding:.35rem .5rem!important}.leaderboard-podium-image{width:50px!important;height:50px!important}.leaderboard-podium-name{font-size:.7rem!important;max-width:100px!important}.leaderboard-table{font-size:9px!important;min-width:max-content!important;border:none!important;border-radius:7px!important;overflow:hidden!important;box-shadow:0 2px 12px rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.1),0 1px 6px rgba(234,211,81,.3)!important;background:rgba(75,0,130,.3)!important}.leaderboard-table thead{border-top-left-radius:7px!important;border-top-right-radius:7px!important;overflow:hidden!important;background:linear-gradient(180deg,#fff,#f5f5f5 20%,#e8e8e8 50%,#f0f0f0 80%,#fff)!important;box-shadow:0 2px 6px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08)!important}.leaderboard-table td,.leaderboard-table th{padding:.4rem .3rem!important;font-size:.85rem!important;white-space:nowrap!important;border:none!important}.leaderboard-table td{background:rgba(75,0,130,.2)!important;color:#fff!important}.leaderboard-table td:last-child{border-right:none!important}.leaderboard-table th{font-size:.65rem!important;padding:.5rem .3rem!important;background:linear-gradient(180deg,#fff,#fafafa 30%,#f5f5f5 60%,#f0f0f0)!important;background-color:#f9f9f9!important;color:#1a1a1a!important;border-bottom:3px solid #ead351!important;border-right:1px solid rgba(0,0,0,.1)!important;text-shadow:0 1px 3px hsla(0,0%,100%,.9),0 0 1px hsla(0,0%,100%,.5)!important;box-shadow:inset 0 2px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.15)!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.4px!important}.leaderboard-table th:last-child{border-right:none!important}.leaderboard-table td,.leaderboard-table th{display:table-cell!important}.leaderboard-fighter-image{width:50px!important;height:50px!important;object-fit:cover!important;border-radius:3px!important}.leaderboard-icon-image{width:25px!important;height:25px!important;flex-shrink:0!important}.leaderboard-trainer-address{font-size:.7rem!important}.leaderboard-content::-webkit-scrollbar{height:6px!important}.leaderboard-content::-webkit-scrollbar-thumb{background:rgba(234,211,81,.7)!important}.leaderboard-stats-tab{padding:.4rem .5rem!important}.leaderboard-time-dropdown-button{padding:.4rem 1rem!important}}@media (max-width:450px){.leaderboard-table{border-radius:6px!important}.leaderboard-table th:first-child{border-top-left-radius:5px!important}.leaderboard-table th:last-child{border-top-right-radius:5px!important}.leaderboard-table tbody tr:last-child td:first-child{border-bottom-left-radius:5px!important}.leaderboard-table tbody tr:last-child td:last-child{border-bottom-right-radius:5px!important}}@media (max-width:350px){.leaderboard-container{padding:30px 4px .4rem!important}.leaderboard-header-tab,.leaderboard-tab{font-size:16px!important;padding:.35rem .4rem!important}.leaderboard-duration-button{font-size:.65rem!important;padding:.3rem .4rem!important}.leaderboard-podium-image{width:45px!important;height:45px!important}.leaderboard-podium-name{font-size:.65rem!important;max-width:80px!important}.leaderboard-table{font-size:8px!important;min-width:max-content!important;border:none!important;border-radius:4px!important;box-shadow:0 2px 12px rgba(0,0,0,.4),inset 0 0 0 1px hsla(0,0%,100%,.1),0 1px 6px rgba(234,211,81,.3)!important;background:rgba(75,0,130,.3)!important}.leaderboard-table th:first-child{border-top-left-radius:3px!important}.leaderboard-table th:last-child{border-top-right-radius:3px!important}.leaderboard-table tbody tr:last-child td:first-child{border-bottom-left-radius:3px!important}.leaderboard-table tbody tr:last-child td:last-child{border-bottom-right-radius:3px!important}.leaderboard-table thead{background:linear-gradient(180deg,#fff,#f5f5f5 20%,#e8e8e8 50%,#f0f0f0 80%,#fff)!important;box-shadow:0 2px 6px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08)!important}.leaderboard-table td,.leaderboard-table th{padding:.3rem .25rem!important;font-size:.85rem!important;white-space:nowrap!important;border:none!important}.leaderboard-table td{background:rgba(75,0,130,.2)!important;color:#fff!important}.leaderboard-table td:last-child{border-right:none!important}.leaderboard-table th{font-size:.6rem!important;padding:.4rem .25rem!important;background:linear-gradient(180deg,#fff,#fafafa 30%,#f5f5f5 60%,#f0f0f0)!important;background-color:#f9f9f9!important;color:#1a1a1a!important;border-bottom:3px solid #ead351!important;border-right:1px solid rgba(0,0,0,.1)!important;text-shadow:0 1px 3px hsla(0,0%,100%,.9),0 0 1px hsla(0,0%,100%,.5)!important;box-shadow:inset 0 2px 0 hsla(0,0%,100%,.95),inset 0 -1px 0 rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.15)!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.3px!important}.leaderboard-table th:last-child{border-right:none!important}.leaderboard-table td,.leaderboard-table th{display:table-cell!important}.leaderboard-fighter-image{width:50px!important;height:50px!important;object-fit:cover!important;border-radius:3px!important}.leaderboard-icon-image{width:25px!important;height:25px!important;flex-shrink:0!important}.leaderboard-trainer-address{font-size:.65rem!important}.leaderboard-trainer-address span{max-width:120px!important}.leaderboard-trainer-address img{width:50px!important;height:50px!important;flex-shrink:0!important}.leaderboard-content{-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important}.leaderboard-content::-webkit-scrollbar{height:5px!important}}@media (max-width:768px){.leaderboard-tooltip{z-index:100000!important;position:relative!important}.leaderboard-tooltip-icon{width:16px!important;height:16px!important;font-size:10px!important}.leaderboard-table th{overflow:visible!important;position:relative!important;z-index:1000!important}.leaderboard-content{overflow-x:auto!important;overflow-y:visible!important}.leaderboard-content,.leaderboard-table{position:relative!important}.leaderboard-tooltip-text{width:200px!important;max-width:calc(100vw - 40px)!important;font-size:11px!important;padding:6px 10px!important;z-index:100001!important;position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;transform:translateX(-50%)!important;white-space:normal!important;word-wrap:break-word!important;pointer-events:auto!important;margin-top:2px!important}.leaderboard-tooltip.tooltip-active .leaderboard-tooltip-text,.leaderboard-tooltip:active .leaderboard-tooltip-text,.leaderboard-tooltip:hover .leaderboard-tooltip-text{visibility:visible!important;opacity:1!important}.leaderboard-tooltip-text:after{border-width:4px!important}.welcome-banner{margin-top:77px!important;padding:.6rem .75rem!important;flex-direction:column!important;align-items:flex-start!important;gap:.4rem!important}.welcome-banner>a,.welcome-banner>div:first-child{width:100%!important}.welcome-banner>a{text-align:center!important;padding:.6rem 1rem!important;font-size:.85rem!important}.profile-page{padding-top:50px!important}.navigation-trophy-emoji,.navigation-trophy-icon{filter:none!important;animation:none!important}.navigation-trophy-emoji{font-size:20px!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;text-shadow:none!important}.navigation-trophy-icon>div{filter:none!important;text-shadow:none!important}.navigation-leaderboard-link:hover .navigation-trophy-emoji{filter:none!important;text-shadow:none!important;transform:scale(1.1) rotate(5deg)!important}.navigation-trophy-icon:hover{filter:none!important}.navigation-leaderboard-link:hover .navigation-trophy-icon>div{filter:none!important;text-shadow:none!important}}@media (max-width:768px){main:has(.welcome-banner){padding-top:0!important}.fighter-carousel-cards{gap:.5rem!important}.training-method-option{min-width:200px!important}.training-attribute-card{min-width:150px!important}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.welcome-banner{animation:slideDown .3s ease-out;position:relative;z-index:998}.welcome-bubble-speech-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:10002;backdrop-filter:blur(4px);width:100%}.welcome-bubble-speech-modal{display:flex;align-items:flex-start;gap:1rem;max-width:500px;margin:0 20px;position:relative;animation:slideInDown .3s ease-out}.welcome-bubble-speech-modal--small-mobile{gap:.5rem;max-width:95%;margin:0 10px}.welcome-bubble-speech-modal--mobile{gap:.75rem;max-width:90%}.welcome-bubble-speech-wrapper{position:relative;flex:1;min-width:200px}.welcome-bubble-speech-wrapper--small-mobile{min-width:150px}.welcome-bubble-speech-wrapper--mobile{min-width:180px}.welcome-bubble-speech-bubble{position:relative;box-shadow:0 8px 32px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;border-radius:20px;padding:1.5rem 2rem;min-height:120px;min-width:120px;margin-left:50px}.welcome-bubble-speech-bubble--small-mobile{border-radius:16px;padding:1rem 1.25rem;min-height:80px;min-width:80px;margin-left:30px}.welcome-bubble-speech-bubble--mobile{border-radius:20px;padding:1.25rem 1.5rem;min-height:100px;min-width:100px;margin-left:40px}.welcome-bubble-speech-content{color:#fff;font-size:1rem;font-weight:500;text-align:center;line-height:1.5}.welcome-bubble-speech-content--small-mobile{font-size:.75rem}.welcome-bubble-speech-content--mobile{font-size:.875rem}.welcome-bubble-speech-close-button{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s ease;opacity:.7}.welcome-bubble-speech-close-button:hover{background-color:rgba(0,0,0,.1);opacity:1}.welcome-bubble-speech-close-button--small-mobile{top:.25rem;right:.25rem;font-size:1.25rem;padding:.15rem .35rem}.welcome-bubble-speech-triangle{position:absolute;left:50px;bottom:-40px;rotate:45deg;width:0;height:0;border-top:30px solid transparent;border-bottom:30px solid transparent;z-index:2}.welcome-bubble-speech-triangle--small-mobile{left:30px;bottom:-25px;border-top:20px solid transparent;border-bottom:20px solid transparent}.welcome-bubble-speech-triangle--mobile{left:40px;bottom:-30px;border-top:25px solid transparent;border-bottom:25px solid transparent}.welcome-bubble-speech-avatar{flex-shrink:0;width:150px;height:150px;border-radius:8px;overflow:hidden;border:2px solid;background-color:#fff;margin-top:10px}.welcome-bubble-speech-avatar--small-mobile{width:100px;height:100px;margin-top:5px}.welcome-bubble-speech-avatar--mobile{width:120px;height:120px;margin-top:10px}.welcome-bubble-speech-avatar-img{width:100%;height:100%;object-fit:cover}.welcome-bubble-speech-bubble--error,.welcome-bubble-speech-bubble--info,.welcome-bubble-speech-bubble--success,.welcome-bubble-speech-bubble--warning{background-color:beige;border:2px solid #d4c5a9}.welcome-bubble-speech-close-button--error,.welcome-bubble-speech-close-button--info,.welcome-bubble-speech-close-button--success,.welcome-bubble-speech-close-button--warning,.welcome-bubble-speech-content--error,.welcome-bubble-speech-content--info,.welcome-bubble-speech-content--success,.welcome-bubble-speech-content--warning{color:#2c2c2c}.welcome-bubble-speech-triangle--error,.welcome-bubble-speech-triangle--info,.welcome-bubble-speech-triangle--success,.welcome-bubble-speech-triangle--warning{border-right:30px solid beige}.welcome-bubble-speech-triangle--error.welcome-bubble-speech-triangle--small-mobile,.welcome-bubble-speech-triangle--info.welcome-bubble-speech-triangle--small-mobile,.welcome-bubble-speech-triangle--success.welcome-bubble-speech-triangle--small-mobile,.welcome-bubble-speech-triangle--warning.welcome-bubble-speech-triangle--small-mobile{border-right-width:20px}.welcome-bubble-speech-triangle--error.welcome-bubble-speech-triangle--mobile,.welcome-bubble-speech-triangle--info.welcome-bubble-speech-triangle--mobile,.welcome-bubble-speech-triangle--success.welcome-bubble-speech-triangle--mobile,.welcome-bubble-speech-triangle--warning.welcome-bubble-speech-triangle--mobile{border-right-width:25px}.welcome-bubble-speech-avatar--error,.welcome-bubble-speech-avatar--info,.welcome-bubble-speech-avatar--success,.welcome-bubble-speech-avatar--warning{border-color:#d4c5a9}@keyframes slideInDown{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}