@keyframes open{0%{opacity:0;transform:translate(-50%,-50%) scale(.75)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes openMobile{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.highlight{filter:drop-shadow(0px 0px 1px #6e96ff);animation:highlight 2s ease-in-out 2}@keyframes highlight{0%{transform:scale(1);filter:drop-shadow(0px 0px 1px #6e96ff)}25%{transform:scale(.95)}50%{transform:scale(1.07)}75%{transform:scale(.95)}to{transform:scale(1);filter:drop-shadow(0px 0px 1000px #6e96ff)}}.highlight-once{filter:drop-shadow(0px 0px 1px #6e96ff);animation:highlight-once 1s ease-in-out 1 forwards}.highlight-once-mobile{animation:highlight-once-mobile 1s ease-in-out 1 forwards}@keyframes highlight-once{0%{transform:scale(.95);filter:drop-shadow(0px 0px 1px #6e96ff)}50%{transform:scale(1.07)}to{transform:scale(1);filter:drop-shadow(0px 0px 1000px transparent)}}@keyframes highlight-once-mobile{0%{transform:scale(.95);filter:none}50%{transform:scale(1.07)}to{transform:scale(1);filter:none}}@keyframes pulse{0%{box-shadow:0 0 #ff453ab3}70%{box-shadow:0 0 0 .625em #ff453a00}to{box-shadow:0 0 #ff453a00}}@keyframes in{0%{opacity:0}to{opacity:1}}nav .active :after,.bottom-navbar .active :after{content:"";display:block;width:.75em;height:.1em;background-color:#e1e9ff;margin:.2em auto 0;border-radius:.75em;animation:active .3s ease-in-out}@keyframes in-slide{0%{opacity:0;transform:translate(50%)}to{opacity:1;transform:translate(0)}}@keyframes active{0%{transform:scaleX(0)}to{transform:scaleX(1)}}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;background-color:#000;height:100vh}body{font-family:Parkinsans,Arial,sans-serif;background-color:#000;color:#e1e9ff}main{transition:all .5s ease-in-out,filter .2s ease-in-out}.my-card{background:#090e19;border:.0625rem solid rgba(255,255,255,.05);border-radius:.75em}#page-container{padding-top:4.6em}nav{background-color:#090e19;color:#fff;font-size:1em;font-weight:500;font-style:italic;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;width:100vw;z-index:11;padding-left:1em;filter:drop-shadow(2px 4px 6px black)}nav a{all:unset;cursor:pointer;font-size:1.5em}nav .logo{max-width:4.6em}nav .title{text-align:center;font-family:LarkenBlack,sans-serif;color:#f1f5f6}nav .title span{display:inline-block;width:.625em;height:.625em;background-color:var(--orange);border-radius:.625em}nav .fa{font-size:1.5em}h2{color:#fff;font-family:LarkenRegular;font-weight:300;letter-spacing:-.0312em;font-family:LarkenRegular,sans-serif;font-weight:100;text-align:center;font-size:2em}h3{color:#fff;font-family:LarkenRegular;font-weight:300;letter-spacing:-.0312em;font-family:LarkenRegular,sans-serif;font-weight:100;text-align:center}.button-container{margin:auto;width:95%}.button-container button{all:unset;cursor:pointer;border-radius:.75em;display:flex;justify-content:center;align-items:center;background-color:#284aa6;color:#e1e9ff;width:100%;min-height:3.125em;transition:transform .1s ease-in-out}.button-container button:hover{transform:scale(.97)}.button-primary-ping{all:unset;cursor:pointer;border-radius:.75em;display:flex;justify-content:center;align-items:center;background-color:#284aa6;color:#e1e9ff;width:100%;min-height:3.125em;transition:transform .1s ease-in-out}.button-primary-ping>div{white-space:nowrap}.button-primary-ping:hover{transform:scale(.97)}.large-button{all:unset;cursor:pointer;border-radius:.75em;width:9.375em;height:9.375em;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:transform .1s ease-in-out;filter:drop-shadow(0em 0em .625em rgba(0,0,0,.4588235294));position:relative;overflow:hidden;background-color:#0b1e2a;text-align:center}.large-button:hover{transform:scale(.97)}.large-button:hover p{display:grid}.large-button p{padding:1em;place-items:center;text-align:center;position:absolute;inset:0% 0 0;font-size:.7em;margin-bottom:0;display:none;background-color:#0b1e2a}.large-button div{font-weight:900;margin:1em}.large-button i{font-size:2em}section{margin-bottom:2em;padding:0 1em}.description{color:#61636d}::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#0d0d0d}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#444;border-radius:.375rem;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#3b82f6}::-webkit-scrollbar-corner{background:#0d0d0d}::-webkit-resizer{background:#222}.wrapper-points{min-height:6.375em}[data-toggle]{cursor:cell}section.matches,section.next-matches{padding:0}@media screen and (min-width: 1000px){nav{height:auto}#page-container{padding-top:6.25em}}.avatar{width:4.6em;height:4.6em;border-radius:50%;object-fit:cover;border:3px solid #090e19;margin:.1em}.my-modal{display:block;position:fixed;top:50%;left:50%;width:90%;max-width:37.5em;transform:translate(-50%,-50%);z-index:11;background:linear-gradient(180deg,#090e19 10%,#020b12 90%);color:#fff;border-radius:.75em;box-shadow:0 0 1.5em #000;padding:1em;overflow-y:scroll;overflow-x:hidden;max-height:90svh;animation:.2s in ease-in-out}.my-modal.transparent{background:#fff0;box-shadow:none;overflow:hidden}.my-modal .modal-content{position:static;padding-top:2em}.my-modal h2{margin-top:1em;margin-bottom:2em;font-family:LarkenRegular;font-size:1.6em;text-align:left;position:absolute;top:0}.my-modal h5{margin:1em 0 2em}.my-modal button{all:unset;padding:.5em 1em;border-radius:.75em;cursor:pointer;overflow:hidden}.my-modal button.close{width:1.5625em;height:1.5625em;display:flex;justify-content:center;align-items:center;background-color:#c76360;color:var(--dark);position:sticky;top:0;left:100%;transition:all .1s ease-in-out;filter:drop-shadow(0em 0em .625em #282828);z-index:12}.my-modal button.close:hover{transform:scale(.95);opacity:.9}.my-modal button.button-close{background-color:#c76360!important;color:var(--dark)}.my-modal button[type=submit],.my-modal button[type=button]{background-color:var(--primary);color:#fff}.my-modal button[type=submit]:disabled,.my-modal button[type=button]:disabled{opacity:.5}.my-modal.small{width:auto;height:auto}.my-modal::-webkit-scrollbar-thumb{background:var(--primary-ultra-light)}.my-modal::-webkit-scrollbar-track{background:var(--dark)}button.no-style{all:unset;cursor:pointer}.bg-contrast{background-color:#c76360!important}app-add-competition-modal{height:88%}button.secondary-color-button{background-color:#403787}.icon{width:2em;height:2em;object-fit:cover}.secondary{background-color:#403787!important}.tertiary{background-color:#142145!important;border:1px solid rgba(255,255,255,.4784313725)}.bg-secondary{background-color:#403787!important}[type=button]{all:unset;cursor:pointer;border-radius:.75em;display:flex;justify-content:center;align-items:center;background-color:#284aa6;color:#e1e9ff;width:100%;min-height:3.125em;transition:transform .1s ease-in-out}[type=button]:hover{transform:scale(.97)}.circle-live{width:.625em;height:.625em;background-color:#c76360;border-radius:50%;display:inline-block;margin-right:.5em;animation:pulse 2s infinite;margin-left:.75em}.fullscreen{width:100vw!important;height:100svh!important;max-width:100vw!important;max-height:100svh!important;border-radius:0!important;top:0!important;left:0!important;transform:none!important}.fullscreen-btn{all:unset;cursor:pointer;width:2em;height:2em;display:flex;justify-content:center;align-items:center;color:#fff;position:fixed;bottom:0%;right:0%;transition:all .1s ease-in-out;filter:drop-shadow(0em 0em .625em #282828);z-index:12;padding:0;margin:1em}.fullscreen-btn:hover{transform:scale(.95);opacity:.9}.menu-trigger{all:unset;margin-left:auto;max-width:2.75rem;cursor:pointer;font-size:1em!important;padding:.25em;border:.5px solid rgba(148,163,184,.25);border-radius:.75em;width:2.75rem;height:2.75rem;text-align:center;display:grid;place-items:center}.menu-trigger:hover{background:#94a3b82e}.profile-form{display:grid;gap:.5em;max-width:700px;margin:auto}.text-danger{color:#c76360!important}@media screen and (max-width: 1400px){.my-modal{padding-bottom:0}}@font-face{font-family:LarkenBlack;src:url(/fonts/Larken-Black.otf);font-weight:700;font-style:normal}@font-face{font-family:LarkenRegular;src:url(/fonts/Larken-Regular.otf);font-weight:400;font-style:normal}a{cursor:pointer}.title{font-family:LarkenBlack,sans-serif}.title a{cursor:pointer}.players-added .field{background-color:#111827}label.field{background-color:transparent}.dots{all:unset;font-size:1.2em;cursor:pointer;display:inline-block;transition:transform .25s ease-in-out,opacity .25s ease-in-out;padding:.5em;position:absolute;bottom:0;right:0}.dots:hover{transform:scale(.9);opacity:.8}.my-container{max-width:50em;margin:auto}.wrapper{margin:auto;margin-top:calc(4.6em + 1rem);padding:2rem 1.25rem 6rem;max-width:1000px;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 600px){.wrapper{padding-top:0}}@media screen and (min-width: 1200px){.wrapper{max-width:none}}@media screen and (max-width: 62.5em){.wrapper{padding:1rem .5rem 5rem}}@media screen and (max-width: 33.125em){.marquee{width:100%;height:1.75em;overflow:hidden;white-space:nowrap;position:relative}.marquee span{display:inline-block;padding-left:100%;animation:scrollText 8s linear infinite alternate}}.dropdown-lang select{position:absolute}.dropdown-lang button{background-color:#090e19;color:#fff;border:none;transition:all .25s ease-in-out}.dropdown-lang a{font-size:.75em;width:80%;font-weight:lighter;text-transform:capitalize}p.instructions{text-align:center;max-width:31.25em;margin:auto}small.error{display:block;text-align:left;font-size:.75em}.error{color:#c76360}.summary{background:linear-gradient(90deg,#192745c8,#122137,#090e19);border-radius:.75em;padding:1em;color:#e1e9ff;box-shadow:0 .5em 1.875em #0006;border:.0625em solid rgba(110,150,255,.2);max-width:500px;margin:2em auto}.summary h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#6e96ff;text-align:center;letter-spacing:.0312em}.summary ul{list-style:none;padding:0;margin:0}.summary ul li{background:#020b12cc;border:.0625em solid rgba(110,150,255,.15);border-radius:.625em;padding:.8rem 1rem;margin-bottom:.8rem;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;color:#e1e9ff;transition:background .2s ease,transform .1s ease;text-align:right}.summary ul li:hover{background:#284aa633;transform:translateY(-.125em)}.delete{all:unset;cursor:pointer;background-color:#c76360;border-radius:.75em;display:grid;place-items:center;width:1.5em;height:1.5em}.cancel{background-color:#c76360!important}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}:root{color-scheme:light dark}@media (prefers-color-scheme: dark){body{background:#000;color:#e5e7eb}}.form-dark{color-scheme:dark;color:#e5e7eb;accent-color:#284aa6}#email,#passwordConfirm,#password{padding-left:2.2em}.form-dark input,.form-dark select,.form-dark textarea,.form-dark .input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:.9rem 1rem;margin-bottom:1rem;box-sizing:border-box;background:#111827;border:.0625em solid #1f2937;border-radius:.75em;color:#e5e7eb;-webkit-text-fill-color:#e5e7eb;caret-color:#e5e7eb}.form-dark input::placeholder,.form-dark textarea::placeholder{color:#9ca3af;opacity:.7;font-family:Arial,sans-serif;font-size:.75em;font-style:italic}.form-dark select:required:invalid{color:#9ca3af}.form-dark select{text-align-last:center;font-weight:600}.form-dark select option{color:#e5e7eb;background:#111827}.form-dark select option[disabled]{color:#9ca3af}.form-dark input[type=date]{color-scheme:dark;text-align:center}.form-dark input[type=date]::-webkit-datetime-edit{color:#e5e7eb}.form-dark input[type=date]:required:invalid::-webkit-datetime-edit{color:#9ca3af}.form-dark input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) opacity(.85)}.form-dark input[type=tel]{text-align:center}.form-dark input[type=checkbox]{appearance:auto;width:1.25em;height:1.25em;margin:0;cursor:pointer}.dropdown{position:absolute;z-index:5;visibility:hidden;opacity:0;transform:translateY(0);background:#111827;color:#e5e7eb;border:.0625em solid #1f2937;border-radius:.75em;text-align:center;overflow:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s}.dropdown .search-icon{position:absolute;right:.625em;top:.4375em}.dropdown .player-item{padding:.5rem}.dropdown .player-item:last-child{border-bottom:none}.dropdown .player-item:hover{background:#292f3d}.dropdown.visible{visibility:visible;opacity:1}.manual-points .dropdown.visible{z-index:9}#input-container-wrapper{display:flex;overflow-x:auto;padding-bottom:.5rem}#input-container-wrapper::-webkit-scrollbar-thumb{background-color:#e1e9ff}#input-container-wrapper .input-container{min-width:4.375em;max-width:5em;margin:.1rem .5rem .1rem .1rem}form .input-top{border-radius:1.25em 1.25em 0 0;margin-bottom:0}form .input-bottom{border-radius:0 0 1.25em 1.25em;margin-bottom:0}.my-modal input{width:100%;max-width:100%}.info-input{display:inline-block;margin-left:.25em;color:#9ca3af;cursor:help;font-size:.9em}.info-input:hover:after{padding:1em;position:absolute;content:attr(title);background-color:#000;filter:drop-shadow(0 0 .3125em rgba(0,0,0,.5));border-radius:.75em;z-index:9}@media (max-width: 48em){.input-field{overflow:hidden;white-space:nowrap}.dropdown{width:75%}}.wrapper-points .input-container{padding:.1875em}.form-control input-field{background-color:#000}.list-group-item:hover{background:#090e19;color:#e5e7eb}input[type=file]::file-selector-button{background:#284aa6;color:#fff;border:none;padding:.375em .75em;border-radius:.25em;cursor:pointer}input[type=file]::file-selector-button:hover{background:#284aa6;transition:all .2s ease}input[type=file]::-webkit-file-upload-button{background:#284aa6;color:#fff;border:none;padding:.375em .75em;border-radius:.25em;cursor:pointer;transition:all .2s ease}app-landing .stats-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}app-landing .stat{border-radius:1.5rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;backdrop-filter:blur(10px);color:var(--primary-ultra-light);padding:1.5rem;text-align:center}app-landing .stat .value{display:block;font-size:2rem;font-weight:700;color:var(--primary-light)}app-landing .stat .label{font-size:.875rem;opacity:.7}app-landing .accordion-item{background:#05131ccc;border:none}app-landing .accordion-button{background:transparent;color:var(--primary-ultra-light);font-weight:600}app-landing .accordion-button:not(.collapsed){color:var(--primary-light);box-shadow:inset 0 -1px #ffffff14}app-landing .accordion-body{color:#fffc}app-landing .btn-outline-light{border-color:#ffffff4d;color:var(--primary-ultra-light)}app-landing .btn-outline-light:hover{background:#ffffff1a;color:#fff}app-landing .btn-primary{background:linear-gradient(120deg,var(--primary),var(--primary-light));border:none}app-landing .btn-primary:hover{filter:brightness(1.05)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}:root{--dark: #05131c;--primary: #284aa6;--primary-light: #6e96ff;--primary-ultra-light: #cbd1e1;--contrast: #c76360;--secondary: #e19945;--light: #f2c373;--green: #4e9f6b;--orange: #ffa10b;--gradient: linear-gradient(180deg, black 10%, #05131c 90%);--gradient-reverse: linear-gradient(180deg, #05131c 10%, black 90%);--border-radius: 1.875em}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-3.125em)}}:host{display:block}.wrapper{padding:2rem 1.25rem 6rem;display:flex;flex-direction:column}.wrapper>section,.wrapper>.others,.competitions-skeleton>section,.competitions-skeleton>.skeleton-heading{margin:0 auto;width:100%;max-width:37.5em}.competitions-skeleton{display:flex;flex-direction:column;gap:2rem}.skeleton-heading{display:flex;justify-content:center}.skeleton-title{width:12rem;height:1.5rem;border-radius:999px}.skeleton-section{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;border-radius:1.75rem;background:#070f19d9;border:1px solid rgba(255,255,255,.04);box-shadow:0 1.5rem 3rem -2rem #0009}.skeleton-info-row{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center}.info-chip{width:6rem;height:.9rem;border-radius:999px}.skeleton-active__body{display:flex;flex-direction:column;gap:1rem}.skeleton-active__body .title{height:2rem;border-radius:1rem;max-width:20rem}.skeleton-active__body .meta{height:.9rem;border-radius:999px;max-width:16rem}.skeleton-active__body .meta.short{max-width:8rem}.skeleton-active__body .players{display:flex;gap:.75rem;flex-wrap:wrap}.skeleton-active__body .players .avatar{width:3rem;height:3rem;border-radius:50%}.skeleton-active__body .actions{display:flex;gap:1rem;align-items:center;justify-content:flex-end}.skeleton-active__body .actions .button{flex:1 1 auto;height:2.75rem;border-radius:1rem}.skeleton-active__body .actions .icon{width:3rem;height:2.75rem;border-radius:1rem}.skeleton-section.skeleton-buttons{gap:1rem}.skeleton-section.skeleton-buttons .button{height:3.25rem;border-radius:1.25rem}.skeleton-section.skeleton-others{gap:1.5rem}.skeleton-subtitle{width:14rem;height:1.1rem;border-radius:999px}.other-cards{display:grid;gap:1rem}.other-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:1.5rem;background:#091420b3;border:1px solid rgba(255,255,255,.04)}.other-card .title{height:1.1rem;border-radius:999px;max-width:70%}.other-card .meta{height:.85rem;border-radius:999px;max-width:55%}.other-card .avatars{display:flex;gap:.5rem}.other-card .avatars .avatar{width:2.25rem;height:2.25rem;border-radius:50%}.placeholder{position:relative;overflow:hidden;background:linear-gradient(110deg,#ffffff14 20%,#ffffff38,#ffffff14 60%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.other-competitions-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;width:100%}.others{margin-top:1.5rem;max-width:37.5em;margin:auto;padding:1rem}.others h3{font-size:1rem;opacity:.8;margin-bottom:.75rem}.others .comp{background:#020b12;border-radius:.75em;padding:.75rem;color:#e1e9ff;font-size:.9rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.others .comp:hover{background:#090e19}.others .comp .players-list{margin-top:.5rem;display:flex;gap:0;background-color:#000;padding:.25em;margin:.25em;border-radius:.75em;overflow-x:auto;max-width:10rem}.others .comp .players-list .avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;margin:-3px;padding:0}.others .comp .menu-trigger{background:none;border:0;color:#6e96ff;font-size:1.1rem;cursor:pointer}@media (min-width: 40rem){.other-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--motion-duration-short: .18s;--motion-duration-medium: .32s;--motion-duration-long: .62s;--motion-ease-out: cubic-bezier(.16, 1, .3, 1);--motion-shadow-subtle: 0 .75rem 2rem -1rem rgba(13, 24, 38, .35);--motion-shadow-strong: 0 1.6rem 3.4rem -1.4rem rgba(6, 14, 26, .55)}@keyframes motion-fade-in-up{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes motion-heading-underline{0%{opacity:0;transform:scaleX(.6)}to{opacity:1;transform:scaleX(1)}}*{box-sizing:border-box}[href]{all:unset;color:#fff}:where(h2,.motion-heading,.skeleton-card){position:relative;animation:motion-fade-in-up var(--motion-duration-long) var(--motion-ease-out) both;letter-spacing:.01em;will-change:transform,opacity}:where(.my-card,h3,h4,.match-card,.preview-card,.feature-tile,.form-card,.player-card,.other-card,.insight-card,.skeleton-card,.match-card-placeholder,.summary,.comp){animation:motion-fade-in-up var(--motion-duration-medium) var(--motion-ease-out) both;transition:transform var(--motion-duration-medium) var(--motion-ease-out),box-shadow var(--motion-duration-medium) var(--motion-ease-out),filter var(--motion-duration-medium) ease;will-change:transform,box-shadow,filter}@media (hover: hover) and (pointer: fine){:where(.my-card,.match-card,.preview-card,.feature-tile,.form-card,.player-card,.other-card,.insight-card,.skeleton-card,.match-card-placeholder,.summary,.comp):hover{transform:translate3d(0,-6px,0);box-shadow:var(--motion-shadow-subtle)}}:where(.my-card,.match-card,.preview-card,.feature-tile,.form-card,.player-card,.other-card,.insight-card,.skeleton-card,.match-card-placeholder,.summary,.comp):focus-visible{transform:translate3d(0,-4px,0);box-shadow:var(--motion-shadow-strong);outline:none}@media (prefers-reduced-motion: reduce){:where(h2,.motion-heading),:where(h2,.motion-heading):after,:where(.my-card,.match-card,.preview-card,.feature-tile,.form-card,.player-card,.other-card,.insight-card,.skeleton-card,.match-card-placeholder,.summary,.comp){animation-duration:1ms;animation-iteration-count:1;transition-duration:1ms}:where(.my-card,.match-card,.preview-card,.feature-tile,.form-card,.player-card,.other-card,.insight-card,.skeleton-card,.match-card-placeholder,.summary,.comp):hover,:where(.my-card,.match-card,.preview-card,.feature-tile,.form-card,.player-card,.other-card,.insight-card,.skeleton-card,.match-card-placeholder,.summary,.comp):focus-visible{transform:none;box-shadow:none;outline:2px solid rgba(110,150,255,.55);outline-offset:4px}}@media (max-width: 600px){body{font-size:.9em}}@media (max-width: 300px){body{font-size:.75em}}@media (min-width: 1400px){body{font-size:1.2em}}
