@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap";.toast{width:100%;height:80px;border:1px solid;border-radius:12px;width:calc(100vw - 32px);padding:1rem;background-color:#252525;position:fixed;top:40px;left:50%;transform:translate(-50%);z-index:1000}.toast--warning{border-color:#ff9b05}.toast--warning>div>svg{color:#ff9b05}.toast--success,.toast--pending-goal,.toast--reset{border-color:#56ff8c}.toast--success>div>svg,.toast--pending-goal>div>svg,.toast--reset>div>svg{color:#56ff8c}.toast>div{display:flex;align-items:center;height:100%}.toast>div>svg{width:24px;height:24px;margin-right:1rem}.toast>div>div>h1{margin-bottom:.25rem}.toast>div>button{margin-left:auto}.toast>div>button>svg{width:18px;height:18px;color:#fffefe}.toast--pending-goal>div{height:unset}.toast__progress-bar{width:100%;display:flex;justify-content:space-between;gap:.25rem;margin-top:.5rem}.toast__progress-bar>li{flex:1;height:4px}.toast__progress-item{display:block;height:100%;background-color:#565656;border-radius:2px;overflow:hidden}.toast__progress-item--past{background-color:#56ff8c}.toast__progress-item--active{position:relative;background-color:#56ff8c4d}.toast__progress-item--active:before{content:"";display:block;width:40%;height:100%;background:linear-gradient(90deg,transparent 0%,#56ff8c 50%,transparent 100%);border-radius:2px;animation:line-sweep 1.6s ease-in-out infinite}@keyframes line-sweep{0%{transform:translate(-100%)}to{transform:translate(350%)}}.toast-wrap{position:fixed;z-index:1000;width:calc(100vw - 32px);left:50%;transform:translate(-50%);top:40px}.toast-wrap>li{position:relative}.toast-wrap>li+li{margin-top:.5rem}.toast-wrap>li>.toast{position:relative;top:0}.button{padding:.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;height:32px;border-radius:4px;background-color:#56ff8c;color:#000;border:none;width:100%}.button--secondary{color:#f0f0f0;border:1px solid #f0f0f0;background-color:transparent}.button--tertiary{background-color:transparent;border:1px solid #000000;color:#000}.button:disabled{background-color:#897c7c}.input{display:flex;flex-direction:column;width:100%;position:relative}.input__label{display:inline-block;margin-bottom:.5rem;color:#f0f0f0}.input>input{height:32px;border-radius:4px;background-color:#f0f0f0;padding:.75rem 1rem;color:#121212;border:none;outline:none;font-size:1rem}.input>input::placeholder{color:#897c7c}.input__error{color:#ff5353;position:absolute;bottom:-20px}.logo{width:230px;height:60px;display:flex;justify-content:center;align-items:center;color:#fff}.auth{min-height:100vh;position:relative;left:50%;transform:translate(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem}.auth>h1{color:#f0f0f0;margin-bottom:3.5rem}.auth>.button,.auth>.input{max-width:500px}.auth>.button{margin-top:2.5rem}.auth>.logo{margin-bottom:3rem}.auth__toggle{margin-top:1.5rem;text-align:center;color:#f0f0f0}.auth__toggle a{color:#f0f0f0;font-weight:600;text-decoration:none}.auth__toggle a:hover{text-decoration:underline}.fixture{position:relative;display:flex;flex-direction:column;height:72px;max-width:500px;width:100%}.fixture--match{height:88px}.fixture__match-details{position:relative;width:100%;height:100%;z-index:1}.fixture__match-details>div{display:flex;height:100%}.fixture__team{width:100%;display:flex;justify-content:flex-end;align-items:center;font-family:Special Gothic Expanded One,sans-serif;padding:0 1.5rem}.fixture__team:last-of-type{position:relative;justify-content:flex-start}.fixture__team>span{color:#fff}.fixture__team>span+span{margin-left:.5rem}.fixture__team--code-no-score{justify-content:center;padding:0 2.5rem}.fixture__team--code-no-score:last-of-type{justify-content:center}.fixture__team--code{padding:0 3rem}.fixture__pitch{position:absolute;bottom:0;width:100%}.fixture__room-details{background-color:#000;border-radius:0 0 12px 12px;color:#fffefe;display:flex;justify-content:space-between;align-items:center;padding:.25rem 1rem;height:26px;width:100%;z-index:1}.fixture__room-details>span{line-height:.625rem;display:flex;gap:.25rem;align-items:center}.fixture__room-details>span>svg{width:16px;height:16px}.fixture__room-details--match{padding:0;height:42px}.fixture__room-details--match>div{display:flex;height:42px;gap:.5rem;flex:1;justify-content:center;align-items:center}.fixture__room-details--match>div>div{display:flex;flex-direction:column;text-align:left}.fixture__room-details--live>div>div{flex-direction:row;gap:.25rem}.fixture__room-details--header{border-radius:0}.fixture__time{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fffefe}.fixture__time--live{background-color:#56ff8c;width:37px;height:20px;border-radius:4px;color:#000;display:flex;align-items:center;justify-content:center}.fixture__team-bg{position:absolute;height:100%;width:50%;border-radius:12px 0 0 12px}.fixture__team-bg:last-of-type{right:0;border-radius:0 12px 12px 0}.fixture__header{display:flex;align-items:center;z-index:1;padding:.5rem 1rem;background-color:#000;border-top-right-radius:12px;border-top-left-radius:12px;height:28px}.fixture__header>svg{width:20px;height:20px}.fixture__header--loss>span:last-of-type,.fixture__header--win>span:last-of-type{color:#252525}.fixture__chevron{width:16px;height:16px;position:absolute;right:1rem;transform:rotate(180deg);transition:transform .3s ease}.fixture__chevron--open{transform:rotate(0)}.match-list-skeleton{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.match-list-skeleton__tab{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:20px;width:150px;height:36px;margin-top:.5rem}.match-list-skeleton__caption{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:4px;width:260px;height:12px;margin-bottom:.25rem}.match-list-skeleton__date{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:4px;width:120px;height:14px}.match-list-skeleton__fixture{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:12px;width:100%;max-width:500px;height:72px;position:relative}.match-list-skeleton__fixture-room{position:absolute;bottom:0;left:0;right:0;height:26px;background:#0000004d;border-radius:0 0 12px 12px}.match-list{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem;gap:1rem}.match-list__tabs{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;overflow-x:auto;scrollbar-width:none;width:100%;padding-top:.5rem;padding-bottom:.5rem}.match-list__tabs:before,.match-list__tabs:after{content:"";flex:1}.match-list__tabs::-webkit-scrollbar{display:none}.match-list__tabs>.button{white-space:nowrap;flex-shrink:0;width:auto}@media screen and (min-width:48em){.match-list__tabs>.button{min-width:150px}}.match-list__tabs--single{justify-content:center}.match-list__tabs--single>.button{width:auto;padding-inline:1.5rem}.match-list>header>h2,.match-list>header p:first-of-type{margin-bottom:1rem}.match-list>header>h3{margin-bottom:.5rem}.match-list>header>p:last-of-type{margin-bottom:.75rem}.modal{position:absolute;width:100%;top:50%;transform:translateY(-50%);height:100%}.modal-overlay{z-index:40;position:absolute;inset:0;width:100%;height:100%;background-color:#0006;overflow:hidden}.modal-overlay:nth-of-type(1){color:red}.modal-overlay:nth-of-type(1) .modal-content{top:calc(50% + -0px)}.modal-overlay:nth-of-type(2){color:red}.modal-overlay:nth-of-type(2) .modal-content{top:calc(50% - 30px)}.modal-overlay:nth-of-type(3){color:red}.modal-overlay:nth-of-type(3) .modal-content{top:calc(50% - 60px)}.modal-overlay:nth-of-type(4){color:red}.modal-overlay:nth-of-type(4) .modal-content{top:calc(50% - 90px)}.modal-overlay:nth-of-type(5){color:red}.modal-overlay:nth-of-type(5) .modal-content{top:calc(50% - 120px)}.modal-content{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);height:auto;max-width:520px;width:calc(100% - 48px)}.modal-layout{position:relative;border:none;background-color:#252525;padding:1rem;width:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#897c7c transparent}.modal-layout::-webkit-scrollbar{width:6px;height:6px}.modal-layout::-webkit-scrollbar-track{background:transparent}.modal-layout::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.modal-layout::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.modal-layout{color:#f0f0f0;max-height:calc(100vh - 48px);border-radius:12px}@media screen and (min-width:30em){.modal-layout{padding:2rem}}.modal-layout__close{position:absolute;right:20px;top:20px;width:20px;height:20px;color:#f0f0f0;z-index:40;background-color:transparent}.modal-layout__close--black{top:16px}.modal-layout__close--black>svg{color:#000}.square-details__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.square-details__header>button>svg{width:16px;height:16px}.square-details>div:last-of-type{display:grid;grid-template-columns:1fr 1fr;column-gap:.5rem}.square-details>div:last-of-type>span{line-height:160%}.square-details>h1{margin-bottom:1rem}.popup{position:relative}.popup__trigger{width:100%;height:100%}.popup__close{width:16px;height:16px;color:#f0f0f0;position:absolute;right:10px;top:10px}.popup__content{min-width:300px;width:343px;background-color:#252525;position:fixed;padding:1rem;border-radius:8px;color:#f0f0f0;overflow:visible!important;z-index:9999}.popup__content .square-details{margin-top:1rem}.popup__content .square-details__header{justify-content:center}.popup__content .square-details>h1{text-align:center}.popup__content>p{margin-top:.5rem;font-style:oblique}.popup__content>.button{margin-top:1rem;width:100%}.popup__arrow{position:absolute;width:48px;height:48px;background-color:#252525;transform:translate(-50%) rotate(45deg);z-index:-1}.popup__arrow--top{top:-6px}.popup__arrow--bottom{bottom:-6px}.popup__purchased{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1.25rem}.popup__purchased>span{margin-left:.5rem}.popup__purchased>div{width:28px;height:28px;border-radius:50%;background-color:#fff;position:relative;display:flex;justify-content:center;align-items:center;z-index:0}.popup__purchased>div>span{color:#000}.popup__purchased>div:before{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background-image:radial-gradient(circle at center,#8a1700,#e93118);display:flex;justify-content:center;align-items:center;z-index:-1}.popup__purchased>div:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:-1}.chip{position:absolute;width:100%;height:auto;aspect-ratio:1;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:1;pointer-events:none;box-shadow:0 3px 6px #0006,0 1px 3px #0000004d,inset 0 2px 3px #ffffffb3,inset 0 -2px 3px #00000026}.chip:before{content:"";position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle at center,#2a0500 0% 40%,#e93118 60% 100%)}.chip:after{content:"";position:absolute;inset:25%;border-radius:50%;background-color:#fff;box-shadow:inset 0 2px 4px #ffffffe6,inset 0 -2px 4px #0000001a,0 1px 3px #00000026}.pitch{display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(12,1fr);width:calc(100% - 2.5rem);aspect-ratio:68/105;max-width:440px;max-height:680px;position:relative;margin:1.25rem}.pitch__markings{position:absolute;inset:0;height:100%;width:100%}.pitch__square{position:relative;display:flex;justify-content:center;align-items:center;font-size:.5rem;color:#fff}.pitch__square--selected:nth-of-type(1),.pitch__square--purchased:nth-of-type(1){border-top-left-radius:6px}.pitch__square--selected:nth-of-type(9),.pitch__square--purchased:nth-of-type(9){border-top-right-radius:6px}.pitch__square--selected:nth-of-type(100),.pitch__square--purchased:nth-of-type(100){border-bottom-left-radius:6px}.pitch__square--selected:nth-of-type(108),.pitch__square--purchased:nth-of-type(108){border-bottom-right-radius:6px}.pitch__square--selected{outline:2px solid #ff9b05;outline-offset:-2px;z-index:1;background-color:#00000080}.pitch__square--purchased{position:relative;color:#000}.pitch__square--purchased>.popup>button{position:relative;z-index:2;color:#000;display:flex;justify-content:center;align-items:center}.pitch__square--purchased>.popup>button>span{position:relative}.pitch__square--win:after{content:"";position:absolute;inset:0;background-color:#56ff8c;box-shadow:0 0 8px 2px #56ff8c}.pitch__square--lost{background-color:#ff5353;color:#121212}@media screen and (min-width:48em){.pitch__square{font-size:.75rem}}.pitch__square>.popup{width:100%;height:100%}.pitch--gridlines .pitch__square{border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.pitch--gridlines .pitch__square:nth-of-type(9n){border-right:none}.pitch--gridlines .pitch__square:nth-of-type(n+100){border-bottom:none}.pitch>ul{position:absolute;display:grid}.pitch>ul>li{display:flex;justify-content:center;align-items:center;font-size:.75rem}.pitch__x-axis{width:100%;color:#dad9d9}.pitch__x-axis--top{top:-20px;grid-template-columns:repeat(9,1fr)}.pitch__x-axis--bottom{bottom:-20px;grid-template-columns:repeat(9,1fr)}.pitch__y-axis{height:100%;color:#dad9d9}.pitch__y-axis--left{left:-20px;grid-template-rows:repeat(12,1fr)}.pitch__y-axis--right{right:-20px;grid-template-rows:repeat(12,1fr)}.welcome{position:relative;padding-bottom:8rem;height:100%}.welcome>h1{margin:0 auto .5rem;width:fit-content}.welcome>.logo{width:123px;margin:auto}.welcome ol{padding-inline-start:1.25rem}.welcome ol>li+li{margin-top:.75rem}.welcome .pitch>svg{border-radius:0}.welcome .pitch__square{font-size:.25rem}.welcome .pitch__square span{font-size:.5rem}.welcome>section{overflow:auto;scrollbar-width:thin;scrollbar-color:#897c7c transparent}.welcome>section::-webkit-scrollbar{width:6px;height:6px}.welcome>section::-webkit-scrollbar-track{background:transparent}.welcome>section::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.welcome>section::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.welcome>section{height:100%;padding-bottom:8rem}.welcome__step-one>h2{margin:.5rem 0 1rem}.welcome__step-one .pitch{width:154px;margin:.5rem auto 0}.welcome__step-two>h2{margin-top:1rem}.welcome__example{width:100%;height:200px;overflow:hidden;border-radius:4px;background-color:#333;margin-top:1.5rem;padding:.5rem .75rem}.welcome__example>span{display:block;width:fit-content;margin:0 auto .5rem}.welcome__example>div:first-of-type{display:flex;justify-content:center;gap:1rem;padding-bottom:1rem}.welcome__example>div:first-of-type>span{position:relative}.welcome__example>div:first-of-type>span>span{margin-right:.25rem}.welcome__example>div:first-of-type>span>svg{position:absolute;z-index:1;width:8px}.welcome__example>div:first-of-type>span:first-of-type>svg{width:10px;height:10px;left:-16px}.welcome__example>div:first-of-type>span:nth-of-type(2)>span,.welcome__example>div:first-of-type>span:nth-of-type(2)>svg{color:#ff5353}.welcome__example>div:first-of-type>span:nth-of-type(2)>svg{right:3px;height:20px}.welcome__example>div:first-of-type>span:nth-of-type(3)>span,.welcome__example>div:first-of-type>span:nth-of-type(3)>svg{color:#56ff8c}.welcome__example>div:first-of-type>span:nth-of-type(3)>svg{left:78px;height:100px}.welcome__example>div:last-of-type{height:140px;overflow:hidden}.welcome__example>div:last-of-type>.pitch{width:310px;margin:auto;top:-310px}.welcome__example>div:last-of-type>.pitch>svg{border-radius:0}.welcome__button-group{display:flex;flex-direction:column;position:absolute;bottom:0;width:100%;background-color:#252525}.welcome__button-group>.button:last-of-type{margin-top:1rem}.welcome__progress{display:flex;gap:.5rem;justify-content:center;margin:1.5rem 0}.welcome__progress-item{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#f0f0f0}.welcome__progress-item--active{background-color:#56ff8c}.welcome__modal{height:780px}.purchase-feedback{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 3rem;position:relative;text-align:center;height:100%;box-sizing:border-box}.purchase-feedback>div{display:flex;gap:1rem;align-items:center}.purchase-feedback>button{position:absolute;right:20px;top:20px;width:20px;height:20px}.purchase-feedback>button>svg{width:20px;height:20px}.purchase-feedback>svg{color:#56ff8c;width:48px;height:48px}.purchase-feedback>h1,.purchase-feedback>p,.purchase-feedback>button>svg{color:#f0f0f0}.betslip{position:fixed;bottom:0;left:0;background-color:#252525;width:100%;max-width:500px;border-top-left-radius:12px;border-top-right-radius:12px;padding:1rem;z-index:4;visibility:hidden;overflow:auto;scrollbar-width:thin;scrollbar-color:#897c7c transparent}.betslip::-webkit-scrollbar{width:6px;height:6px}.betslip::-webkit-scrollbar-track{background:transparent}.betslip::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.betslip::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.betslip{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease,transform .35s ease;transform:translateY(100%);max-height:calc(100vh - 40px - 3rem)}@media screen and (min-width:48em){.betslip{left:auto;right:0}}.betslip__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.betslip__header>button>svg{width:16px;height:16px;transform:rotate(0);transition:transform .3s ease}.betslip--show{visibility:visible;grid-template-rows:1fr;transform:translateY(0)}.betslip__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.betslip__content>div{overflow:auto;scrollbar-width:thin;scrollbar-color:#897c7c transparent}.betslip__content>div::-webkit-scrollbar{width:6px;height:6px}.betslip__content>div::-webkit-scrollbar-track{background:transparent}.betslip__content>div::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.betslip__content>div::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.betslip--expand .betslip__header>button>svg{transform:rotate(180deg)}.betslip--expand .betslip__content{grid-template-rows:1fr}.betslip__inner{overflow:auto;position:relative;scrollbar-width:thin;scrollbar-color:#897c7c transparent}.betslip__inner::-webkit-scrollbar{width:6px;height:6px}.betslip__inner::-webkit-scrollbar-track{background:transparent}.betslip__inner::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.betslip__inner::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.betslip--confirmed .betslip__inner{overflow:hidden}.betslip__selections{transition:opacity .35s ease,transform .35s ease;opacity:1;transform:translateY(0)}.betslip--confirmed .betslip__selections{opacity:0;transform:translateY(20px);pointer-events:none;visibility:hidden}.betslip__feedback{transition:opacity .4s ease .2s,transform .4s ease .2s;opacity:0;transform:translateY(-20px);pointer-events:none;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.betslip--confirmed .betslip__feedback{opacity:1;transform:translateY(0);pointer-events:auto}.betslip__preview{display:flex;justify-content:space-between;margin-bottom:1rem}.betslip__footer>span{display:inline-block;font-style:oblique;margin-bottom:.5rem}.betslip__footer>.button+.button{margin-top:1rem}.betslip__fixture{display:flex;justify-content:space-between;width:100%}.betslip__fixture+div{margin-top:.25rem}.betslip__squares{margin:1rem 0 .5rem;padding:1rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.betslip__squares>ul>li+li{margin-top:1rem}.betslip__squares--expand .betslip__pitch{height:260px;margin:2rem auto}.betslip__squares--expand .betslip__squares-header>button>svg{transform:rotate(180deg)}.betslip__squares-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.betslip__squares-header>button>svg{width:16px;height:16px;transform:rotate(0);transition:transform .3s ease}.betslip__total-cost{display:flex;justify-content:space-between;width:100%;margin-bottom:1rem}.betslip__pitch{width:180px;height:0;overflow:hidden;margin:0 auto;transition:height .3s ease,margin .3s ease}.betslip__pitch>.pitch>svg{border-radius:0}.goal-results{display:flex;flex-direction:column;align-items:center;color:#f0f0f0;position:relative;margin-top:3.5rem}.goal-results__ball{width:48px;height:48px}.goal-results>h2{text-transform:uppercase;margin-top:.5rem;text-align:center;line-height:105%}.goal-results>span{margin:.5rem 0}.goal-results>p{margin-top:.75rem;text-align:center}.goal-results__payout{border-radius:50px;margin-top:1rem;width:100%;text-align:center;border:2px solid #707070;background-color:#171717}.goal-results__payout>span{background-image:linear-gradient(to right,#f1c43d,#8b7123,#ffdc71,#8b7123,#8d7224,#c8a233,#e2c15e,#f1c43d);background-size:200% 100%;animation:gradient-shimmer 1.5s linear infinite reverse;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.goal-results--won .goal-results__ball{color:#56ff8c}.goal-results--won>h2{color:#56ff8c;background-image:linear-gradient(to right,#33ff74,#45cc70,#78ffa3,#43cc6f,#29ff6e,#349954,#33ff74);background-size:200% 100%;animation:gradient-shimmer 1.5s linear infinite reverse;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.goal-results--lost .goal-results__payout>span{background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:#d0d0d0;background-image:unset}.goal-results--lost>h2{color:#929292}.goal-results--no-goal .goal-results__ball{color:#f0f0f0}.goal-results--no-goal>h2{color:#7c7c7c}.goal-results>.button{margin-top:1.5rem}.goal-results>.button+.button{margin-top:1rem}@media screen and (min-width:30em){.goal-results{margin-top:2.5rem}}.goal-results-header{position:absolute;inset:0;bottom:unset;border-radius:20px 20px 0 0;height:50px;padding:1rem;gap:.5rem}.goal-results-header--won{background-image:linear-gradient(to right,#33ff74,#45cc70,#78ffa3,#43cc6f,#29ff6e,#349954,#33ff74);background-size:200% 100%;animation:gradient-shimmer 1.5s linear infinite reverse}.goal-results-header>h1{height:100%;display:flex;align-items:center;justify-content:center;color:#000}.goal-results-header>h1>svg{width:24px}.goal-results-header>button{position:absolute;right:16px;top:16px;width:20px;height:20px;z-index:40;color:#000;background:transparent}.goal-results-header--lost{background-image:linear-gradient(to right,#821616,#670101,#4f0d0d,#560505,#860000,#4c0000,#570000,#821616);background-size:200% 100%;animation:gradient-shimmer 1.5s linear infinite reverse}.goal-results-header--lost>h1{color:#fff}.goal-results-header--lost>button{color:#fff}.view-match{display:flex;flex-direction:column;align-items:center;padding:1rem}.view-match>p{margin:1rem 0 1.25rem;text-align:center;width:290px}.view-match>h2{margin-bottom:1rem}.view-match>h2:last-of-type{margin-top:2.25rem}.game-screen-skeleton{display:flex;flex-direction:column;align-items:center;padding:1rem}.game-screen-skeleton__fixture{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:12px;width:100%;max-width:500px;height:88px;position:relative}.game-screen-skeleton__fixture-room{position:absolute;bottom:0;left:0;right:0;height:42px;background:#0000004d;border-radius:0 0 12px 12px}.game-screen-skeleton__caption{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:290px;margin:1rem 0 1.25rem}.game-screen-skeleton__caption>div{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:4px;height:12px;width:100%}.game-screen-skeleton__caption>div:last-child{width:70%}.game-screen-skeleton__team-name{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:4px;width:140px;height:20px;margin-bottom:1rem}.game-screen-skeleton__team-name:last-of-type{margin-top:2.25rem;margin-bottom:0}.game-screen-skeleton__pitch{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:16px;width:calc(100% - 1.25rem);max-width:440px;max-height:680px;aspect-ratio:68/105;margin-top:1.25rem}.active-bets__item>.fixture{height:116px}.active-bets__item--shrink .fixture{height:74px}.active-bets__item--shrink .fixture__pitch{border-radius:0 0 12px 12px}.active-bets__dropdown{padding:1.25rem 1rem;background-color:#252525;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.active-bets__dropdown>h2{margin-bottom:1.25rem}.active-bets__dropdown>ul>li+li{margin-top:1rem}.active-bets__dropdown>ul>li+li:before{content:"";display:block;width:100%;height:1px;background-color:#f0f0f0;margin-bottom:1rem}.active-bets__dropdown>.button{margin-top:1.5rem}.bets-skeleton{display:flex;flex-direction:column;align-items:center;width:500px;max-width:100%;gap:1rem}.bets-skeleton__fixture{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 2s infinite linear;border-radius:12px;width:100%;height:74px;position:relative}.bets-skeleton__fixture-room{position:absolute;bottom:0;left:0;right:0;height:26px;background:#0000004d;border-radius:0 0 12px 12px}.pill{padding:.25rem .5rem;background-color:#56ff8c;border-radius:4px;text-transform:uppercase;color:#252525;display:flex;width:fit-content;align-items:center;height:17px}.pill--error{background-color:#565656;color:#fffefe}.settled-bets__item .fixture{height:74px}.settled-bets__item .fixture__pitch{border-radius:0 0 12px 12px}.settled-bets__item .fixture__header>span:last-child{display:inline-block;margin-left:auto;display:flex;align-items:center;justify-content:center;height:17px;width:43px;background-color:#56ff8c;border-radius:4px}.settled-bets__item .fixture__header--loss>span:last-child{background-color:#565656;color:#fffefe}.settled-bets__item--open .fixture__team-bg{border-radius:12px 12px 0 0}.settled-bets__item--open .fixture__pitch{border-radius:0}.settled-bets__dropdown{padding:1.25rem 1rem;background-color:#252525;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.settled-bets__dropdown>div{margin-bottom:1.25rem;display:flex;justify-content:space-between}.settled-bets__dropdown>.pitch{width:240px;margin:1.5rem auto}.settled-bets__dropdown>.pitch>svg{border-radius:0}.settled-bets__dropdown>p{text-align:center}.settled-bets__square{display:flex;gap:.5rem}.settled-bets__square+li{margin-top:1rem}.settled-bets__square>span:nth-of-type(2){color:#f0f0f0}.settled-bets__square>div{margin-left:auto}.settled-bets__square--win{color:#56ff8c}.settled-bets__square--lost{color:#565656}.settled-bets__goal-sequence+li{padding-top:1rem;margin-top:1rem;border-top:1px solid #f0f0f0}.settled-bets__goal-sequence>span{margin-bottom:.5rem}.settled-bets__goal-sequence>button{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:1rem}.settled-bets__goal-sequence>button>svg{width:16px;height:16px;transform:rotate(180deg);transition:transform .4s ease}.settled-bets__goal-sequence>ul{display:flex;flex-direction:column;gap:.5rem}.settled-bets__goal-sequence>ul>li>div{display:flex;justify-content:space-between;align-items:center}.settled-bets__goal-sequence>ul>li>div+div{margin-top:.25rem}.settled-bets__goal-sequence>div{display:flex;justify-content:space-between;margin-top:1rem}.settled-bets__goal-sequence--open>button>svg{transform:rotate(0)}.settled-bets__goal-sequence--open>div:last-of-type:not(.settled-bets__goal-sequence-total){flex-direction:column}.settled-bets__goal-sequence--open>div:last-of-type:not(.settled-bets__goal-sequence-total)>.pitch{width:240px;margin:1.5rem auto}.settled-bets__goal-sequence--open>div:last-of-type:not(.settled-bets__goal-sequence-total)>.pitch>svg{border-radius:0}.settled-bets__goal-sequence--open>p{margin-top:1rem}.settled-bets__winning-squares>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.settled-bets__winning-square{position:relative}.settled-bets__winning-square+li{margin-top:.5rem}.settled-bets__winning-square>span:first-child{margin-right:1.25rem}.settled-bets__winning-square>span:last-child{margin-left:auto;position:absolute;right:0}.settled-bets__winning-square>span:first-child,.settled-bets__winning-square>span:last-child{color:#ff5353}.settled-bets__winning-square--won>span:first-child,.settled-bets__winning-square--won>span:last-child{color:#56ff8c}.bet-tabs{border-radius:18px;background-color:#12121280;padding:.25rem;height:32px;display:flex;align-items:center}.bet-tabs__button{border-radius:16px;width:50%;color:#dad9d9;height:100%;background-color:transparent}.bet-tabs__button--active{background-color:#56ff8c;color:#121212}.bets{display:flex;flex-direction:column;align-items:center}.bets>h1{text-align:center;margin-bottom:2rem}.bets>.bet-tabs{margin-bottom:1.5rem;max-width:500px;width:100%}.bets>ul{width:500px;max-width:100%}.bets>ul>li+li{margin-top:1rem}.kill-switch-page{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#000000d9}.kill-switch-page__content{text-align:center;max-width:480px;padding:48px 32px;color:#fff}.kill-switch-page__icon{font-size:48px;margin-bottom:16px}.kill-switch-page__title{color:#fff;margin-bottom:16px}.kill-switch-page__reason{color:#fbbf24;margin-bottom:24px;font-style:italic}.kill-switch-page__message{color:#ffffffb3}.rules>h1,.rules>h2{width:fit-content;margin:auto;margin-bottom:1rem}.rules>h2{margin-top:1.5rem}.rules>.logo{width:123px;margin:auto;margin-bottom:1.25rem}.rules>ol{padding-inline-start:1rem}.rules>ol>li+li{margin-top:1rem}.rules-container{width:40px;height:40px;border-radius:50%;background-color:#003103;position:absolute;bottom:16px;right:16px;display:flex;align-items:center;justify-content:center;z-index:3}.rules-container>svg{width:24px;height:24px;color:#fff}.rules-container{position:fixed;bottom:16px;right:16px;width:40px;height:40px;border-radius:50%;background-color:#252525;color:#fffefe;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 2px 8px #0000004d}.rules-container>svg{width:24px;height:24px}.navbar{display:flex;justify-content:space-between;align-items:center;height:40px;color:#fff;margin:0 0 1rem;z-index:40;position:relative}.navbar>button>svg{width:24px;height:24px}.navbar>.logo{position:absolute;left:50%;transform:translate(-50%);height:24px}.navbar__menu{position:fixed;inset:0;background-color:#000;z-index:30;height:100vh;padding:7.25rem 1.25rem 8.75rem;display:flex;flex-direction:column;gap:2rem;width:0%;visibility:hidden;transition:width .3s linear,visibility,.3s linear}.navbar__menu--show{width:100%;visibility:visible}.navbar__menu>button{text-align:left}.navbar__menu>button,.navbar__menu>a{white-space:nowrap}.navbar__menu>div{margin-top:auto}.navbar__menu>div>hr{margin-bottom:.75rem;border-color:#b5b5b5;border-width:.5px}.navbar__menu>div>button{display:flex;justify-content:space-between;align-items:center;width:100%}.navbar__menu>div>button>svg{width:18px;height:18px}.app-layout{position:relative;min-height:100vh;padding:3rem 1rem 5rem}@keyframes gradient-shimmer{0%{background-position:0% center}to{background-position:200% center}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}*,*:before,*:after{box-sizing:border-box}html{font-family:DM Sans,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;margin:0;overflow-x:hidden;background:linear-gradient(to bottom,#014022,#010304);color:#fffefe}h1,h2,h3,h4,h5,h6,p{margin:0}ul{list-style:none;margin:0;padding:0}svg{display:block}textarea,select,input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;font-family:inherit}fieldset{margin:0}a{text-decoration:none;color:inherit}button{border:0;padding:0;font-family:inherit;font-size:100%;color:inherit;background:inherit;border-radius:inherit;cursor:pointer}input:focus,textarea:focus,select:focus,button:focus{outline:none}dl{margin-block-start:0;margin-block-end:0}dd,dt{margin-inline-start:0}fieldset{margin:0;padding:0;border:0}input{background-color:inherit;color:inherit;font-size:inherit;border:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.display{font-weight:700;font-size:1.5rem}.display-2{font-size:1rem;font-family:Special Gothic Expanded One,sans-serif}.display-3{font-size:1rem;font-weight:400}.heading-1{font-size:1.5rem;font-weight:400}.heading-2{font-weight:700;font-size:1.25rem}.heading-3{font-weight:700;font-size:1rem}.heading-4{font-weight:700;font-size:.875rem}.body-large{font-weight:500;font-size:.875rem}.body-semilarge{font-weight:700;font-size:.75rem}.body-medium{font-weight:400;font-size:.75rem}.body-medium-600{font-weight:600;font-size:.75rem}.body-medium-800{font-weight:800;font-size:.75rem}.body-semimedium{font-weight:500;font-size:.75rem}.body-small{font-size:.6875rem;font-weight:400}.body-small-bold{font-size:.6875rem;font-weight:700}.label{font-weight:500;font-size:.75rem}.placeholder::placeholder{font-style:italic;font-size:.875rem}.caption{font-weight:300;font-size:.625rem}.caption-bold{font-weight:700;font-size:.625rem}.caption-semimedium{font-weight:400;font-size:.625rem}.caption-medium{font-weight:500;font-size:.625rem}.tiny-medium{font-size:.5625rem;font-weight:500}.tiny{font-weight:500;font-size:.5rem}.micro{font-size:.375rem;font-weight:700}.extra-bold{font-weight:800;font-size:3.875rem;font-family:Special Gothic Expanded One,sans-serif}.regular{font-weight:400;font-size:1.875rem;font-family:Special Gothic Expanded One,sans-serif}.regular-bold{font-weight:700;font-size:2rem;font-family:Special Gothic Expanded One,sans-serif}
