@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{z-index:1000;background-color:#252525;border:1px solid;border-radius:12px;width:calc(100vw - 32px);height:80px;padding:1rem;position:fixed;top:40px;left:50%;transform:translate(-50%)}.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{align-items:center;height:100%;display:flex}.toast>div>svg{width:24px;height:24px;margin-right:1rem}.toast>div>div>h2{margin-bottom:.25rem}.toast>div>button{margin-left:auto}.toast>div>button>svg{color:#fffefe;width:18px;height:18px}.toast--pending-goal>div{height:unset}.toast__progress-bar{justify-content:space-between;gap:.25rem;width:100%;margin-top:.5rem;display:flex}.toast__progress-bar>li{flex:1;height:4px}.toast__progress-item{background-color:#565656;border-radius:2px;height:100%;display:block;overflow:hidden}.toast__progress-item--past{background-color:#56ff8c}.toast__progress-item--active{background-color:#56ff8c4d;position:relative}.toast__progress-item--active:before{content:"";background:linear-gradient(90deg,#0000 0%,#56ff8c 50%,#0000 100%);border-radius:2px;width:40%;height:100%;animation:1.6s ease-in-out infinite line-sweep;display:block}@keyframes line-sweep{0%{transform:translate(-100%)}to{transform:translate(350%)}}.toast-wrap{z-index:1000;width:calc(100vw - 32px);position:fixed;top:40px;left:50%;transform:translate(-50%)}.toast-wrap>li{position:relative}.toast-wrap>li+li{margin-top:.5rem}.toast-wrap>li>.toast{position:relative;top:0}.button{cursor:pointer;color:#000;background-color:#56ff8c;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;height:32px;padding:.5rem;display:flex}.button--secondary{color:#f0f0f0;background-color:#0000;border:1px solid #f0f0f0}.button--tertiary{color:#000;background-color:#0000;border:1px solid #000}.button:disabled{background-color:#897c7c}.button--loading{cursor:progress}.button__spinner{will-change:transform;background:conic-gradient(#01402200 0%,#014022 100%);border-radius:50%;width:18px;height:18px;animation:.9s linear infinite button-spinner-spin;display:inline-block;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 calc(100% - 2px))}@keyframes button-spinner-spin{to{transform:rotate(360deg)}}.input{flex-direction:column;width:100%;display:flex;position:relative}.input__label{color:#f0f0f0;margin-bottom:.5rem;display:inline-block}.input>input{color:#121212;background-color:#f0f0f0;border:none;border-radius:4px;height:32px;padding:.75rem 1rem;font-size:1rem}.input>input:focus-visible{outline-offset:2px;outline:2px solid #ff9b05;box-shadow:0 0 0 2px #010304}.input>input::placeholder{color:#756a6a}.input__error{color:#ff5353;position:absolute;bottom:-20px}.logo{color:#fff;justify-content:center;align-items:center;width:230px;height:60px;display:flex}.auth{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;left:50%;transform:translate(-50%)}.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{text-align:center;color:#f0f0f0;margin-top:1.5rem}.auth__toggle a{color:#f0f0f0;font-weight:600;text-decoration:none}.auth__toggle a:hover{text-decoration:underline}.fixture-header{z-index:1;background-color:#000;border-top-left-radius:12px;border-top-right-radius:12px;align-items:center;height:28px;padding:.5rem 1rem;display:flex}.fixture-header>svg{width:20px;height:20px}.fixture-header--loss>span:last-of-type,.fixture-header--win>span:last-of-type{color:#252525}.fixture-match-details{z-index:1;width:100%;height:100%;position:relative}.fixture-match-details>div{height:100%;display:flex}.fixture-match-details__pitch{width:100%;position:absolute;bottom:0}.fixture-match-details__chevron{width:16px;height:16px;transition:transform .3s;position:absolute;right:16px;transform:rotate(180deg)}.fixture-match-details__chevron--open{transform:rotate(0)}.fixture-match-details__time{color:#fffefe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fixture-match-details__time--live{color:#000;background-color:#56ff8c;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:4px 6px;line-height:1;display:flex}.fixture-match-details__team{justify-content:center;align-items:center;width:100%;font-family:Special Gothic Expanded One,sans-serif;display:flex}.fixture-match-details__team:last-of-type{position:relative}.fixture-match-details__team>span{color:#fff}.fixture-match-details__team>span+span{margin-left:.5rem}.fixture-match-details__team--code-no-score,.fixture-match-details__team--code{gap:1rem}.fixture-room-details{color:#fffefe;z-index:1;background-color:#000;border-radius:0;justify-content:space-between;align-items:center;width:100%;height:26px;padding:.25rem 1rem;display:flex}.fixture-room-details>span{align-items:center;gap:.25rem;line-height:.625rem;display:flex}.fixture-room-details>span>svg{width:16px;height:16px}.fixture-room-details--match{height:42px;padding:0}.fixture-room-details--match>div{flex:1;justify-content:center;align-items:center;gap:.5rem;height:42px;display:flex}.fixture-room-details--match>div>div{text-align:left;flex-direction:column;display:flex}.fixture-room-details--match>div>svg{width:24px;height:24px}.fixture-room-details--live>div>div{flex-direction:row;gap:.25rem}.fixture-room-details--rounded{border-radius:0 0 12px 12px}.fixture{flex-direction:column;width:100%;max-width:500px;height:72px;display:flex;position:relative}.fixture--match{height:88px}.fixture__team-bg{border-radius:12px 0 0 12px;width:50%;height:100%;position:absolute}.fixture__team-bg:last-of-type{border-radius:0 12px 12px 0;right:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.match-list-skeleton{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.match-list-skeleton__tab{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:20px;width:150px;height:36px;margin-top:.5rem;animation:2s linear infinite shimmer}.match-list-skeleton__caption{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:4px;width:260px;height:12px;margin-bottom:.25rem;animation:2s linear infinite shimmer}.match-list-skeleton__date{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:4px;width:120px;height:14px;animation:2s linear infinite shimmer}.match-list-skeleton__fixture{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:12px;width:100%;max-width:500px;height:72px;animation:2s linear infinite shimmer;position:relative}.match-list-skeleton__fixture-room{background:#0000004d;border-radius:0 0 12px 12px;height:26px;position:absolute;bottom:0;left:0;right:0}.match-list{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.match-list__tabs{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;width:100%;padding-top:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.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 (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{width:100%;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.modal-overlay{z-index:40;background-color:#0006;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.modal-overlay:first-of-type{color:red}.modal-overlay:first-of-type .modal-content{top:50%}.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{width:calc(100% - 48px);max-width:520px;height:auto;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-layout{scrollbar-width:thin;scrollbar-color:#897c7c transparent;background-color:#252525;border:none;width:100%;padding:1rem;position:relative;overflow-y:auto}.modal-layout::-webkit-scrollbar{width:6px;height:6px}.modal-layout::-webkit-scrollbar-track{background:0 0}.modal-layout::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.modal-layout::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.modal-layout{color:#f0f0f0;border-radius:12px;max-height:calc(100vh - 48px)}@media screen and (width>=30em){.modal-layout{padding:2rem}}.modal-layout__close{color:#f0f0f0;z-index:40;background-color:#0000;width:20px;height:20px;position:absolute;top:20px;right:20px}.modal-layout__close--black{top:16px}.modal-layout__close--black>svg{color:#000}.chip{aspect-ratio:1;z-index:1;pointer-events:none;--chip-dark:#8a1700;--chip-light:#e93118;background-color:#fff;border-radius:50%;width:100%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 6px #0006,0 1px 3px #0000004d,inset 0 2px 3px #ffffffb3,inset 0 -2px 3px #00000026}.chip:before{content:"";background:radial-gradient(circle closest-side at center, var(--chip-dark) 0%, var(--chip-dark) 76%, var(--chip-light) 100%);border-radius:50%;position:absolute;inset:8%}.chip:after{content:"";background-color:#fff;border-radius:50%;position:absolute;inset:19%;box-shadow:inset 0 2px 4px #ffffffe6,inset 0 -2px 4px #0000001a,0 1px 3px #00000026}.chip--p100{--chip-dark:#bf4904;--chip-light:#ffa200}.chip--p200{--chip-dark:#0b699f;--chip-light:#18dfe9}.chip--p300{--chip-dark:#8a1700;--chip-light:#e93118}.chip--p500{--chip-dark:#36035c;--chip-light:#9918e9}.chip--p700{--chip-dark:#5c0339;--chip-light:#e91873}.chip--p1000{--chip-dark:#091d62;--chip-light:#133ac8}.square-details__header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.square-details__header>button>svg{width:16px;height:16px}.square-details>div:last-of-type{grid-template-columns:1fr 1fr;column-gap:.5rem;display:grid}.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{color:#f0f0f0;width:16px;height:16px;position:absolute;top:10px;right:10px}.popup__content{color:#f0f0f0;z-index:9999;background-color:#252525;border-radius:8px;width:343px;min-width:300px;padding:1rem;position:fixed;overflow:visible!important}.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{width:100%;margin-top:1rem}.popup__arrow{z-index:-1;background-color:#252525;width:48px;height:48px;position:absolute;transform:translate(-50%)rotate(45deg)}.popup__arrow--top{top:-6px}.popup__arrow--bottom{bottom:-6px}.popup__purchased{justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;display:flex}.popup__purchased>span{margin-left:.5rem}.popup__purchased-chip{flex-shrink:0;width:28px;height:28px;position:relative}@property --heatmap-color{syntax:"<color>";inherits:true;initial-value:#0000}.pitch{aspect-ratio:68/105;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;grid-template-rows:repeat(12,1fr);grid-template-columns:repeat(9,1fr);width:calc(100% - 2.5rem);max-width:440px;max-height:680px;margin:1.25rem;display:grid;position:relative;container-type:inline-size}.pitch__background,.pitch__markings-lines{width:100%;height:100%;position:absolute;inset:0}.pitch__markings-lines{pointer-events:none;z-index:2}.pitch__square{color:#fff;justify-content:center;align-items:center;font-size:.5rem;display:flex;position:relative}.pitch__square:before{content:"";background-color:var(--heatmap-color,transparent);pointer-events:none;z-index:0;opacity:var(--heatmap-opacity,0);border-radius:inherit;transition:--heatmap-color .4s,opacity .4s;position:absolute;inset:0}.pitch__square>.popup,.pitch__square>.chip{z-index:2}.pitch__square:first-of-type{border-top-left-radius:1.47059cqi}.pitch__square:nth-of-type(9){border-top-right-radius:1.47059cqi}.pitch__square:nth-of-type(100){border-bottom-left-radius:1.47059cqi}.pitch__square:nth-of-type(108){border-bottom-right-radius:1.47059cqi}.pitch__square--selected{z-index:3}.pitch__square--selected:after{content:"";pointer-events:none;z-index:1;border-radius:inherit;background-color:#00000080;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #ff9b05}.pitch__square--drag-highlight{z-index:3}.pitch__square--drag-highlight:after{content:"";pointer-events:none;z-index:1;border-radius:inherit;background-color:#ffdc7159;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #ffdc71}.pitch__square--purchased{color:#000;position:relative}.pitch__square--purchased>.popup>button{z-index:2;color:#000;justify-content:center;align-items:center;display:flex;position:relative}.pitch__square--purchased>.popup>button>span{position:relative}.pitch__square--win:after{content:"";border-radius:inherit;background-color:#56ff8c;position:absolute;inset:0;box-shadow:0 0 8px 2px #56ff8c}.pitch__square--lost{color:#121212;background-color:#ff5353}@media screen and (width>=48em){.pitch__square{font-size:.75rem}}.pitch__square>.popup{width:100%;height:100%}.pitch--gridlines .pitch__square{border-bottom:1px solid #ffffff26;border-right:1px solid #ffffff26}.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{display:grid;position:absolute}.pitch>ul>li{justify-content:center;align-items:center;font-size:.75rem;display:flex}.pitch__x-axis{color:#dad9d9;width:100%}.pitch__x-axis--top{grid-template-columns:repeat(9,1fr);top:-20px}.pitch__x-axis--bottom{grid-template-columns:repeat(9,1fr);bottom:-20px}.pitch__y-axis{color:#dad9d9;height:100%}.pitch__y-axis--left{grid-template-rows:repeat(12,1fr);left:-20px}.pitch__y-axis--right{grid-template-rows:repeat(12,1fr);right:-20px}.welcome{height:100%;padding-bottom:8rem;position:relative}.welcome>h1{width:fit-content;margin:0 auto .5rem}.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{scrollbar-width:thin;scrollbar-color:#897c7c transparent;overflow:auto}.welcome>section::-webkit-scrollbar{width:6px;height:6px}.welcome>section::-webkit-scrollbar-track{background:0 0}.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{background-color:#333;border-radius:4px;width:100%;height:200px;margin-top:1.5rem;padding:.5rem .75rem;overflow:hidden}.welcome__example>span{width:fit-content;margin:0 auto .5rem;display:block}.welcome__example>div:first-of-type{justify-content:center;gap:1rem;padding-bottom:1rem;display:flex}.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{z-index:1;width:8px;position:absolute}.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{height:20px;right:3px}.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{height:100px;left:78px}.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{background-color:#252525;flex-direction:column;width:100%;display:flex;position:absolute;bottom:0}.welcome__button-group>.button:last-of-type{margin-top:1rem}.welcome__progress{justify-content:center;gap:.5rem;margin:1.5rem 0;display:flex}.welcome__progress-item{background-color:#f0f0f0;border-radius:50%;width:8px;height:8px;display:inline-block}.welcome__progress-item--active{background-color:#56ff8c}.welcome__modal{height:780px}.purchase-feedback{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:4rem 3rem;display:flex;position:relative}.purchase-feedback>div{align-items:center;gap:1rem;display:flex}.purchase-feedback>button{width:20px;height:20px;position:absolute;top:20px;right:20px}.purchase-feedback>button>svg{width:20px;height:20px}.purchase-feedback>svg{width:48px;height:48px}.purchase-feedback>h2,.purchase-feedback>p,.purchase-feedback>button>svg{color:#f0f0f0}.purchase-feedback--success>svg{color:#56ff8c}.purchase-feedback--failure>svg,.purchase-feedback--error>svg,.purchase-feedback--insufficient-funds>svg,.purchase-feedback--wallet-unavailable>svg{color:#ff5353}.betslip{z-index:4;visibility:hidden;scrollbar-width:thin;scrollbar-color:#897c7c transparent;background-color:#252525;border-top-left-radius:12px;border-top-right-radius:12px;width:100%;max-width:500px;padding:1rem;position:fixed;bottom:0;left:0;overflow:auto}.betslip::-webkit-scrollbar{width:6px;height:6px}.betslip::-webkit-scrollbar-track{background:0 0}.betslip::-webkit-scrollbar-thumb{background-color:#897c7c;border-radius:3px}.betslip::-webkit-scrollbar-thumb:hover{background-color:#b5b5b5}.betslip{grid-template-rows:0fr;max-height:calc(100vh - 40px - 3rem);transition:grid-template-rows .35s,transform .35s;display:grid;transform:translateY(100%)}@media screen and (width>=48em){.betslip{left:auto;right:0}}.betslip__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.betslip__header>button>svg{width:16px;height:16px;transition:transform .3s;transform:rotate(0)}.betslip--show{visibility:visible;grid-template-rows:1fr;transform:translateY(0)}.betslip__content{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.betslip__content>div{scrollbar-width:thin;scrollbar-color:#897c7c transparent;overflow:auto}.betslip__content>div::-webkit-scrollbar{width:6px;height:6px}.betslip__content>div::-webkit-scrollbar-track{background:0 0}.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{scrollbar-width:thin;scrollbar-color:#897c7c transparent;position:relative;overflow:auto}.betslip__inner::-webkit-scrollbar{width:6px;height:6px}.betslip__inner::-webkit-scrollbar-track{background:0 0}.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{opacity:1;transition:opacity .35s,transform .35s;transform:translateY(0)}.betslip--confirmed .betslip__selections{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(20px)}.betslip__feedback{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .4s .2s,transform .4s .2s;display:flex;position:absolute;inset:0;transform:translateY(-20px)}.betslip--confirmed .betslip__feedback{opacity:1;pointer-events:auto;transform:translateY(0)}.betslip__preview{justify-content:space-between;margin-bottom:1rem;display:flex}.betslip__footer>span{margin-bottom:.5rem;font-style:oblique;display:inline-block}.betslip__footer>.button+.button{margin-top:1rem}.betslip__fixture{justify-content:space-between;width:100%;display:flex}.betslip__fixture+div{margin-top:.25rem}.betslip__squares{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin:1rem 0 .5rem;padding:1rem 0}.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{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.betslip__squares-header>button>svg{width:16px;height:16px;transition:transform .3s;transform:rotate(0)}.betslip__total-cost{justify-content:space-between;width:100%;margin-bottom:1rem;display:flex}.betslip__pitch{width:180px;height:0;margin:0 auto;transition:height .3s,margin .3s;overflow:hidden}.betslip__pitch>.pitch>svg{border-radius:0}.betslip__confirm-button.button--loading:disabled{color:#000;background-color:#56ff8c}@keyframes gradient-shimmer{0%{background-position:0%}to{background-position:200%}}.goal-results{color:#f0f0f0;flex-direction:column;align-items:center;margin-top:3.5rem;display:flex;position:relative}.goal-results__icon{width:48px;height:48px;margin-bottom:1rem}.goal-results__icon-wrapper{display:flex}.goal-results>h2{text-transform:uppercase;text-align:center;margin-top:.5rem;line-height:105%}.goal-results>span{margin:.5rem 0}.goal-results>p{text-align:center;margin-top:.75rem}.goal-results__payout{text-align:center;background-color:#171717;border:2px solid #707070;border-radius:50px;width:100%;margin-top:1rem}.goal-results__payout>span{-webkit-text-fill-color:transparent;color:#0000;background-image:linear-gradient(90deg,#f1c43d,#8b7123,#ffdc71,#8b7123,#8d7224,#c8a233,#e2c15e,#f1c43d);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:1.5s linear infinite reverse gradient-shimmer}.goal-results--won .goal-results__icon{color:#56ff8c}.goal-results--won>h2{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#33ff74,#45cc70,#78ffa3,#43cc6f,#29ff6e,#349954,#33ff74);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:1.5s linear infinite reverse gradient-shimmer}.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__icon{color:#f0f0f0}.goal-results--no-goal>h2{color:#7c7c7c}.goal-results--golden-goal .goal-results__icon{color:#ffdc71}.goal-results--golden-goal>h2{-webkit-text-fill-color:transparent;color:#0000;background-image:linear-gradient(90deg,#f1c43d,#8b7123,#ffdc71,#8b7123,#8d7224,#c8a233,#e2c15e,#f1c43d);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:1.5s linear infinite reverse gradient-shimmer}.goal-results>.button{margin-top:1.5rem}.goal-results>.button+.button{margin-top:1rem}@media screen and (width>=30em){.goal-results{margin-top:2.5rem}}.goal-results-header{inset:0;bottom:unset;border-radius:20px 20px 0 0;gap:.5rem;height:50px;padding:1rem;position:absolute}.goal-results-header>h1{color:#000;justify-content:center;align-items:center;height:100%;display:flex}.goal-results-header>h1>svg{width:24px}.goal-results-header>button{z-index:40;color:#000;background:0 0;width:20px;height:20px;position:absolute;top:16px;right:16px}.goal-results-header--won{background-image:linear-gradient(90deg,#33ff74,#45cc70,#78ffa3,#43cc6f,#29ff6e,#349954,#33ff74);background-size:200% 100%;animation:1.5s linear infinite reverse gradient-shimmer}.goal-results-header--lost{background-image:linear-gradient(90deg,#821616,#670101,#4f0d0d,#560505,#860000,#4c0000,#570000,#821616);background-size:200% 100%;animation:1.5s linear infinite reverse gradient-shimmer}.goal-results-header--lost>h1,.goal-results-header--lost>button{color:#fff}.goal-results-header--golden-goal{background-image:linear-gradient(90deg,#f1c43d,#8b7123,#ffdc71,#8b7123,#8d7224,#c8a233,#e2c15e,#f1c43d);background-size:200% 100%;animation:1.5s linear infinite reverse gradient-shimmer}.heatmap-legend{align-items:center;gap:.75rem;width:calc(100% - 2.5rem);max-width:440px;margin:.5rem 1.25rem 0;display:flex}.heatmap-legend__bar{background:linear-gradient(90deg,#3abb63 0%,#114f24 100%);border-radius:4px;flex:1;height:.75rem}.toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex}.toggle__label{color:#fffefe}.toggle__input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.toggle__track{background-color:#897c7c;border-radius:999px;width:36px;height:20px;transition:background-color .2s;display:inline-block;position:relative}.toggle__thumb{background-color:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.toggle__input:checked+.toggle__track{background-color:#56ff8c}.toggle__input:checked+.toggle__track>.toggle__thumb{transform:translate(16px)}.toggle__input:focus-visible+.toggle__track{outline-offset:2px;outline:2px solid #56ff8c}.view-match{flex-direction:column;align-items:center;padding:1rem;display:flex}.view-match>p{text-align:center;width:100%;max-width:290px;margin:1rem 0 1.25rem}.view-match>h2{margin-bottom:1rem}.view-match>h2:last-of-type,.view-match>.fixture+.view-match__heatmap-controls{margin-top:2.25rem}.view-match__heatmap-controls{justify-content:flex-end;align-items:center;width:calc(100% - 2.5rem);max-width:440px;margin:0 1.25rem .5rem;display:flex}.game-screen-skeleton{flex-direction:column;align-items:center;padding:1rem;display:flex}.game-screen-skeleton__fixture{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:12px;width:100%;max-width:500px;height:88px;animation:2s linear infinite shimmer;position:relative}.game-screen-skeleton__fixture-room{background:#0000004d;border-radius:0 0 12px 12px;height:42px;position:absolute;bottom:0;left:0;right:0}.game-screen-skeleton__caption{flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:290px;margin:1rem 0 1.25rem;display:flex}.game-screen-skeleton__caption>div{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:4px;width:100%;height:12px;animation:2s linear infinite shimmer}.game-screen-skeleton__caption>div:last-child{width:70%}.game-screen-skeleton__team-name{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:4px;width:140px;height:20px;margin-bottom:1rem;animation:2s linear infinite shimmer}.game-screen-skeleton__team-name:last-of-type{margin-top:2.25rem;margin-bottom:0}.game-screen-skeleton__pitch{aspect-ratio:68/105;background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:16px;width:calc(100% - 1.25rem);max-width:440px;max-height:680px;margin-top:1.25rem;animation:2s linear infinite shimmer}.third-party-cookies-blocked{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.third-party-cookies-blocked__content{text-align:center;max-width:480px}.third-party-cookies-blocked__title,.third-party-cookies-blocked__message{margin-bottom:1rem}.third-party-cookies-blocked__details{opacity:.7}.bet-tabs{background-color:#12121280;border-radius:18px;align-items:center;height:32px;padding:.25rem;display:flex}.bet-tabs__button{color:#dad9d9;background-color:#0000;border-radius:16px;width:50%;height:100%}.bet-tabs__button--active{color:#121212;background-color:#56ff8c}.active-bets__item>.fixture{height:118px}.active-bets__item--shrink .fixture{height:74px}.active-bets__item--shrink .fixture-match-details__pitch{border-radius:0 0 12px 12px}.active-bets__dropdown{background-color:#252525;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:1.25rem 1rem}.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:"";background-color:#f0f0f0;width:100%;height:1px;margin-bottom:1rem;display:block}.active-bets__dropdown>.button{margin-top:1.5rem}.bets-skeleton{flex-direction:column;align-items:center;gap:1rem;width:500px;max-width:100%;display:flex}.bets-skeleton__fixture{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:12px;width:100%;height:74px;animation:2s linear infinite shimmer;position:relative}.bets-skeleton__fixture-room{background:#0000004d;border-radius:0 0 12px 12px;height:26px;position:absolute;bottom:0;left:0;right:0}.pill{text-transform:uppercase;color:#252525;background-color:#56ff8c;border-radius:4px;align-items:center;width:fit-content;height:17px;padding:.25rem .5rem;display:flex}.pill--error{color:#fffefe;background-color:#565656}.settled-bets__item .fixture{height:74px}.settled-bets__item .fixture-match-details__pitch{border-radius:0 0 12px 12px}.settled-bets__item .fixture-header>span:last-child{background-color:#56ff8c;border-radius:4px;justify-content:center;align-items:center;width:43px;height:17px;margin-left:auto;display:flex}.settled-bets__item .fixture-header--loss>span:last-child,.settled-bets__item .fixture-header--void>span:last-child{color:#fffefe;background-color:#565656}.settled-bets__item--open .fixture__team-bg{border-radius:12px 12px 0 0}.settled-bets__item--open .fixture-match-details__pitch{border-radius:0}.settled-bets__dropdown{background-color:#252525;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:1.25rem 1rem}.settled-bets__dropdown>div{justify-content:space-between;margin-bottom:1.25rem;display:flex}.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{gap:.5rem;display:flex}.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:#8c8c8c}.settled-bets__goal-sequence+li{border-top:1px solid #f0f0f0;margin-top:1rem;padding-top:1rem}.settled-bets__goal-sequence>span{margin-bottom:.5rem}.settled-bets__goal-sequence>button{justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;display:flex}.settled-bets__goal-sequence>button>svg{width:16px;height:16px;transition:transform .4s;transform:rotate(180deg)}.settled-bets__goal-sequence>ul{flex-direction:column;gap:.5rem;display:flex}.settled-bets__goal-sequence>ul>li>div{justify-content:space-between;align-items:center;display:flex}.settled-bets__goal-sequence>ul>li>div+div{margin-top:.25rem}.settled-bets__goal-sequence>div{justify-content:space-between;margin-top:1rem;display:flex}.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{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.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}.bets{flex-direction:column;align-items:center;display:flex}.bets>h1{text-align:center;margin-bottom:2rem}.bets>.bet-tabs{width:100%;max-width:500px;margin-bottom:1.5rem}.bets>.active-bets,.bets>.settled-bets{width:500px;max-width:100%}.bets>.active-bets>ul>li+li,.bets>.settled-bets>ul>li+li{margin-top:1rem}.kill-switch-page{background-color:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.kill-switch-page__content{text-align:center;color:#fff;max-width:480px;padding:48px 32px}.kill-switch-page__icon{margin-bottom:16px;font-size:48px}.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 auto 1rem}.rules>h2{margin-top:1.5rem}.rules>.logo{width:123px;margin:auto auto 1.25rem}.rules>ol{padding-inline-start:1rem}.rules>ol>li+li{margin-top:1rem}.rules-container{z-index:3;background-color:#003103;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:16px;right:16px}.rules-container>svg{color:#fff;width:24px;height:24px}.rules-container{color:#fffefe;z-index:3;background-color:#252525;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 2px 8px #0000004d}.rules-container>svg{width:24px;height:24px}.wallet-balance{color:#fff;white-space:nowrap;background-color:#ffffff14;border-radius:999px;align-items:center;padding:.25rem .625rem;display:inline-flex}.navbar{color:#fff;z-index:40;justify-content:space-between;align-items:center;height:40px;margin:0 0 1rem;display:flex;position:relative}.navbar>button>svg{width:24px;height:24px}.navbar>.logo{height:24px;position:absolute;left:50%;transform:translate(-50%)}.navbar__menu{z-index:30;visibility:hidden;background-color:#000;flex-direction:column;gap:2rem;width:0%;height:100vh;padding:7.25rem 1.25rem 8.75rem;transition:width .3s linear,visibility .3s linear;display:flex;position:fixed;inset:0}.navbar__menu--show{visibility:visible;width:100%}.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{border-width:.5px;border-color:#b5b5b5;margin-bottom:.75rem}.navbar__menu>div>button{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar__menu>div>button>svg{width:18px;height:18px}.app-layout{min-height:100vh;padding:3rem 1rem 5rem;position:relative}.app-layout__skip-link{z-index:50;clip:rect(0, 0, 0, 0);white-space:nowrap;color:#fffefe;background-color:#252525;border-radius:4px;width:1px;height:1px;padding:0;position:absolute;top:1rem;left:1rem;overflow:hidden}.app-layout__skip-link:focus-visible{clip:auto;width:auto;height:auto;padding:.5rem 1rem;overflow:visible}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,sans-serif;font-size:16px}html,body{color:#fffefe;background:linear-gradient(#014022,#010304);height:100%;margin:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p{margin:0}ul{margin:0;padding:0;list-style:none}svg{display:block}textarea,select,input{appearance:none;padding:0;font-family:inherit}fieldset{margin:0}a{color:inherit;text-decoration:none}button{color:inherit;background:inherit;border-radius:inherit;cursor:pointer;border:0;padding:0;font-family:inherit;font-size:100%}a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline-offset:2px;outline:2px solid #ff9b05;box-shadow:0 0 0 2px #010304}dl{margin-block:0}dd,dt{margin-inline-start:0}fieldset{border:0;margin:0;padding:0}input{background-color:inherit;color:inherit;font-size:inherit;border:0}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.display{font-size:1.5rem;font-weight:700}.display-2{font-family:Special Gothic Expanded One,sans-serif;font-size:1rem}.display-3{font-size:1rem;font-weight:400}.heading-1{font-size:1.5rem;font-weight:400}.heading-2{font-size:1.25rem;font-weight:700}.heading-3{font-size:1rem;font-weight:700}.heading-4{font-size:.875rem;font-weight:700}.body-large{font-size:.875rem;font-weight:500}.body-semilarge{font-size:.75rem;font-weight:700}.body-medium{font-size:.75rem;font-weight:400}.body-medium-600{font-size:.75rem;font-weight:600}.body-medium-800{font-size:.75rem;font-weight:800}.body-semimedium{font-size:.75rem;font-weight:500}.body-small{font-size:.6875rem;font-weight:400}.body-small-bold{font-size:.6875rem;font-weight:700}.label{font-size:.75rem;font-weight:500}.placeholder::placeholder{font-size:.875rem;font-style:italic}.caption{font-size:.625rem;font-weight:300}.caption-bold{font-size:.625rem;font-weight:700}.caption-semimedium{font-size:.625rem;font-weight:400}.caption-medium{font-size:.625rem;font-weight:500}.tiny-medium{font-size:.5625rem;font-weight:500}.tiny{font-size:.5rem;font-weight:500}.micro{font-size:.375rem;font-weight:700}.extra-bold{font-family:Special Gothic Expanded One,sans-serif;font-size:3.875rem;font-weight:800}.regular{font-family:Special Gothic Expanded One,sans-serif;font-size:1.875rem;font-weight:400}.regular-bold{font-family:Special Gothic Expanded One,sans-serif;font-size:2rem;font-weight:700}
