.customer-topbar-auth-btn{min-height:2rem;font:inherit;white-space:nowrap;cursor:pointer;border:1px solid transparent;border-radius:max(16px,min(4cqi,20px));flex-shrink:0;justify-content:center;align-items:center;padding:max(5px,min(1.2cqi,9px)) max(12px,min(2.8cqi,24px));font-size:max(.72rem,min(3cqi,.94rem));font-weight:600;line-height:1;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex}.customer-topbar-auth-btn:focus-visible{outline:2px solid var(--customer-accent-soft);outline-offset:2px}.customer-topbar-auth-btn--ghost{color:var(--customer-text);background:0 0;border-color:rgba(255,255,255,.28)}.customer-topbar-auth-btn--ghost:hover{border-color:var(--customer-accent-border);background:var(--customer-surface-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.18)}.customer-topbar-auth-btn--ghost:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-surface-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.18)}.customer-topbar-auth-btn--primary{background:var(--customer-accent-gradient);color:#fff;border-color:transparent;box-shadow:0 4px 15px rgba(59,130,246,.35)}.customer-topbar-auth-btn--primary:hover{background:var(--customer-accent-gradient-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.45)}.customer-topbar-auth-btn--primary:focus-visible{background:var(--customer-accent-gradient-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.45)}.customer-auth-overlay{z-index:1300;padding:calc(env(safe-area-inset-top,0px) + 1rem) 1rem calc(env(safe-area-inset-bottom,0px) + 1rem);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.72);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.customer-auth-modal{border:1px solid var(--customer-border);background:linear-gradient(180deg, var(--customer-panel-raised) 0%, var(--customer-panel) 100%);width:min(100%,22rem);max-height:min(92vh,40rem);color:var(--customer-text);border-radius:1rem;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.05)}.customer-auth-modal__header{justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1rem .35rem;display:flex}.customer-auth-modal__title{letter-spacing:.02em;background:linear-gradient(135deg, #fff 0%, var(--customer-accent-soft) 100%);color:transparent;-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;margin:0;font-size:1.2rem;font-weight:800}.customer-auth-modal__close{border:1px solid var(--customer-border);width:2rem;height:2rem;color:var(--customer-text-muted);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.55rem;justify-content:center;align-items:center;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.customer-auth-modal__close:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-auth-modal__close:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-auth-modal__body{scrollbar-width:none;flex-direction:column;gap:.85rem;padding:.35rem 1rem 1rem;display:flex;overflow-y:auto}.customer-auth-modal__body::-webkit-scrollbar{display:none}.customer-auth-form{flex-direction:column;gap:.85rem;display:flex}.customer-auth-field{display:block}.customer-auth-field__label{color:rgba(255,255,255,.5);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.68rem;font-weight:600;display:block}.customer-auth-field__input{box-sizing:border-box;border:1px solid var(--customer-border);width:100%;color:var(--customer-text);font:inherit;background:rgba(0,0,0,.35);border-radius:.65rem;padding:.68rem .8rem;font-size:.9rem;transition:border-color .18s,background .18s,box-shadow .18s}.customer-auth-field__input::-webkit-input-placeholder{color:rgba(255,255,255,.35)}.customer-auth-field__input::-moz-placeholder{color:rgba(255,255,255,.35)}.customer-auth-field__input::-ms-input-placeholder{color:rgba(255,255,255,.35)}.customer-auth-field__input::placeholder{color:rgba(255,255,255,.35)}.customer-auth-field__input:focus{border-color:var(--customer-accent-soft);background:rgba(0,0,0,.5);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.customer-auth-field__input:disabled{opacity:.6;cursor:not-allowed}.customer-auth-submit{background:var(--customer-accent-gradient);color:#fff;width:100%;min-height:2.65rem;font:inherit;letter-spacing:.03em;cursor:pointer;border:none;border-radius:.7rem;justify-content:center;align-items:center;margin-top:.15rem;padding:.7rem 1rem;font-size:.92rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 8px 20px rgba(37,99,235,.28)}.customer-auth-submit:hover{background:var(--customer-accent-gradient-hover);outline:none;transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,.38)}.customer-auth-submit:focus-visible{background:var(--customer-accent-gradient-hover);outline:none;transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,.38)}.customer-auth-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.customer-auth-alert{border:1px solid transparent;border-radius:.65rem;margin:0;padding:.65rem .75rem;font-size:.8rem;line-height:1.4}.customer-auth-alert--error{color:#fecaca;background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.35)}.customer-auth-alert--success{color:#bbf7d0;background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.35)}.customer-auth-toggle{text-align:center;color:var(--customer-text-muted);margin:0;padding-top:.15rem;font-size:.82rem;line-height:1.45}.customer-auth-toggle__link{color:var(--customer-accent-soft);font:inherit;cursor:pointer;text-underline-offset:.15em;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}a.customer-auth-toggle__link{display:inline}.customer-auth-toggle__link:hover{color:#fff;outline:none}.customer-auth-toggle__link:focus-visible{color:#fff;outline:none}.customer-auth-page{min-height:calc(100vh - var(--customer-topbar-offset));background:var(--customer-bg);justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.customer-auth-page__card{border:1px solid var(--customer-border);background:linear-gradient(180deg, var(--customer-panel-raised) 0%, var(--customer-panel) 100%);border-radius:1rem;width:min(100%,24rem);overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.45)}.customer-auth-page__header{padding:1.25rem 1.25rem .5rem}.customer-auth-page__title{letter-spacing:.02em;background:linear-gradient(135deg, #fff 0%, var(--customer-accent-soft) 100%);color:transparent;-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;margin:0;font-size:1.45rem;font-weight:800}.customer-auth-page__body{padding:.5rem 1.25rem 1.25rem}@media (max-width:959px){.customer-topbar-auth-btn{min-height:1.85rem;padding:5px 12px;font-size:.72rem}}.customer-topbar{background:var(--customer-bg);border-bottom:1px solid var(--customer-border);width:100%;height:var(--customer-topbar-height,58px);min-height:var(--customer-topbar-height,58px);z-index:1;padding:0 max(8px,min(2.5vw,24px));position:relative;box-shadow:0 1px rgba(255,255,255,.04);container:customer-topbar/inline-size}.customer-topbar-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:max(4px,min(1.5cqi,12px));width:100%;height:100%;display:grid}.customer-topbar-brand{flex-shrink:0;justify-self:start;min-width:0;max-width:min(100%,46cqi)}.customer-topbar-logo-shell{cursor:pointer;flex-shrink:0;justify-content:flex-start;align-items:center;width:max(132px,min(40cqi,204px));height:max(44px,min(11.5cqi,56px));display:flex;position:relative;overflow:visible}.customer-topbar-logo{object-fit:contain;object-position:left center;transform-origin:0;-webkit-filter:brightness();filter:brightness();width:100%;height:auto;transition:transform .3s,-webkit-filter .3s,filter .3s;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)scale(1.08)}.customer-topbar-logo:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2);transform:translateY(-50%)scale(1.12)}.customer-topbar-actions{flex-shrink:0;justify-self:end;align-items:center;gap:max(6px,min(1.5cqi,12px));min-width:0;max-width:min(100%,48cqi);display:flex}.customer-topbar-balance{background-color:var(--customer-panel);border:1px solid var(--customer-accent-border);border-radius:max(16px,min(4cqi,22px));align-items:center;gap:max(4px,min(1cqi,8px));padding:max(5px,min(1.2cqi,9px)) max(8px,min(2.2cqi,18px));transition:background-color .3s,border-color .3s;display:flex}.customer-topbar-balance:hover{background-color:var(--customer-accent-hover);border-color:var(--customer-accent)}.customer-topbar-balance__amount{color:#fff;letter-spacing:.03em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:max(.72rem,min(3.2cqi,1rem));font-weight:700;line-height:1}.customer-topbar-avatar-wrap{cursor:pointer;flex-shrink:0;position:relative}.customer-topbar-avatar-wrap:before{content:"";background:var(--customer-accent-gradient);pointer-events:none;-webkit-mask-composite:xor;border-radius:50%;padding:2px;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.customer-topbar-avatar{transition:transform .3s;background-color:var(--customer-accent-strong)!important;width:max(34px,min(8.5cqi,44px))!important;height:max(34px,min(8.5cqi,44px))!important;font-size:max(.72rem,min(3cqi,1rem))!important;font-weight:700!important}.customer-topbar-avatar-wrap:hover .customer-topbar-avatar{transform:scale(1.06)}.customer-topbar-avatar-wrap--active:before{opacity:1;box-shadow:0 0 0 2px rgba(96,165,250,.45)}.customer-topbar-profile-menu{z-index:50;border:1px solid var(--customer-border);background:var(--customer-panel-raised);border-radius:12px;min-width:180px;padding:.35rem;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 32px rgba(0,0,0,.45)}.customer-topbar-profile-menu--portal{z-index:10000;position:fixed;top:0;right:0}.customer-topbar-profile-menu__item{width:100%;color:var(--customer-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.65rem .85rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:block}.customer-topbar-profile-menu__item:hover{background:var(--customer-accent-hover);outline:none}.customer-topbar-profile-menu__item:focus-visible{background:var(--customer-accent-hover);outline:none}.customer-topbar-center{justify-content:center;justify-self:stretch;align-items:center;gap:max(.4rem,min(3.8cqi,1.75rem));width:100%;min-width:0;max-width:100%;padding:0 max(2px,min(1cqi,10px));display:flex}.customer-topbar-center-link{color:var(--customer-text-muted);letter-spacing:max(.02em,min(.25cqi,.04em));text-transform:uppercase;white-space:nowrap;cursor:pointer;background:0 0;border:none;flex:0 auto;min-width:0;max-width:100%;padding:.2rem 0;font-size:max(.62rem,min(3.1cqi,1rem));font-weight:600;transition:color .15s,opacity .15s}.customer-topbar-center-link:hover{color:var(--customer-accent-soft);outline:none}.customer-topbar-center-link:focus-visible{color:var(--customer-accent-soft);outline:none}.customer-topbar-center-link--active{color:var(--customer-accent)}.customer-topbar-center-link--active:after{content:"";background:var(--customer-accent);border-radius:9999px;width:100%;height:2px;margin-top:.2rem;display:block}@container customer-topbar (width<=420px){.customer-topbar-center{gap:max(.3rem,min(2.5cqi,.75rem))}.customer-topbar-center-link{letter-spacing:.02em;font-size:max(.58rem,min(2.85cqi,.72rem))}.customer-topbar-logo-shell{width:max(118px,min(36cqi,148px));height:max(40px,min(10cqi,48px))}.customer-topbar-balance__amount{font-size:max(.68rem,min(2.9cqi,.8rem))}}.customer-banner{border:none;border-bottom:1px solid var(--customer-border);background:var(--customer-bg);width:100%;max-width:none;height:max(124px,min(14vh,172px));box-shadow:none;border-radius:0;overflow:hidden}.customer-banner .slick-slider,.customer-banner .slick-list,.customer-banner .slick-track,.customer-banner .slick-slide>div{height:100%}.customer-banner__slide,.customer-banner__picture{width:100%;height:100%;display:block}.customer-banner__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.customer-banner:hover .customer-banner__image{transform:scale(1.03)}.customer-banner .slick-dots{bottom:12px}.customer-banner .slick-dots li button:before{color:rgba(255,255,255,.35)}.customer-banner .slick-dots li.slick-active button:before{color:var(--customer-accent)}@media (max-width:959px){.customer-banner{height:max(108px,min(26vw,152px))}.customer-topbar-center{display:none}}.customer-footer{width:100%;color:var(--customer-text);background:var(--customer-bg);border-top:1px solid var(--customer-border);padding:.65rem max(.75rem,min(2.5vw,1.25rem));position:relative;overflow:hidden}.customer-footer:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--customer-accent-border) 50%, transparent 100%);opacity:.9;height:1px;position:absolute;top:0;left:0;right:0}.customer-footer__bar{z-index:1;width:100%;min-height:var(--customer-footer-height,3.25rem);justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.customer-footer__start,.customer-footer__end{align-items:center;gap:max(.65rem,min(2vw,1.1rem));min-width:0;display:flex}.customer-footer__end{justify-content:flex-end}.customer-footer__brand{flex-shrink:0;align-items:center;gap:.65rem;min-width:0;display:flex}.customer-footer__logo{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:11rem;height:2.65rem;display:block}.customer-footer__copy{color:var(--customer-text-muted);white-space:nowrap;margin:0;font-size:.74rem;line-height:1.25}.customer-footer__nav{align-items:center;gap:.2rem;min-width:0;display:flex}.customer-footer__nav--left{border-left:1px solid var(--customer-border-subtle);padding-left:.15rem}.customer-footer__nav--right{border-right:1px solid var(--customer-border-subtle);padding-right:.15rem}.customer-footer__link{color:var(--customer-text-muted);font:inherit;letter-spacing:.02em;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.3rem .45rem;font-size:.76rem;font-weight:500;transition:color .15s,background .15s}.customer-footer__link:hover{color:var(--customer-accent-soft);background:var(--customer-accent-hover);outline:none}.customer-footer__link:focus-visible{color:var(--customer-accent-soft);background:var(--customer-accent-hover);outline:none}.customer-footer__sep{color:rgba(255,255,255,.22);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;font-size:.72rem;line-height:1}.customer-footer__socials{flex-shrink:0;align-items:center;gap:.3rem;display:flex}.customer-footer__social-btn{border:1px solid var(--customer-border-subtle);width:1.85rem;height:1.85rem;color:var(--customer-text-muted);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.45rem;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s,background .15s,transform .15s;display:inline-flex}.customer-footer__social-btn:hover{color:var(--customer-accent-soft);border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none;transform:translateY(-1px)}.customer-footer__social-btn:focus-visible{color:var(--customer-accent-soft);border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none;transform:translateY(-1px)}.customer-footer__modal-panel{width:min(92vw,700px);max-height:80vh;color:var(--customer-text);background:var(--customer-panel-raised);border:1px solid var(--customer-accent-border);scrollbar-width:none;border-radius:.75rem;outline:none;padding:1.25rem 1.35rem;position:relative;overflow:auto;box-shadow:0 20px 48px rgba(0,0,0,.55)}.customer-footer__modal-panel::-webkit-scrollbar{display:none}.customer-footer__modal-close{z-index:1;width:1.85rem;height:1.85rem;color:var(--customer-text);background:var(--customer-accent-hover);cursor:pointer;border:none;border-radius:.45rem;justify-content:center;align-items:center;padding:0;transition:background .15s;display:inline-flex;position:absolute;top:.55rem;right:.55rem}.customer-footer__modal-close:hover{background:var(--customer-accent-muted);outline:none}.customer-footer__modal-close:focus-visible{background:var(--customer-accent-muted);outline:none}.customer-footer__modal-icon{flex-shrink:0}.customer-footer__modal-icon--accent{color:var(--customer-accent)}.customer-footer__modal-icon--success{color:var(--customer-success)}.customer-footer__modal-icon--whatsapp{color:#25d366}.customer-footer__modal-icon--danger{color:var(--customer-danger)}.customer-footer__modal-panel--narrow{width:min(92vw,420px)}.customer-footer__modal-title{color:var(--customer-accent-soft);margin:0 0 .75rem;font-size:1rem;font-weight:700}.customer-footer__modal-divider{background:var(--customer-border);border:none;height:1px;margin:0 0 .85rem}.customer-footer__modal-row{align-items:center;gap:.55rem;margin-bottom:.55rem;display:flex}.customer-footer__modal-row:last-child{margin-bottom:0}.customer-footer__modal-body{color:var(--customer-text-muted);margin:0 0 .75rem;font-size:.84rem;line-height:1.6}.customer-footer__modal-body:last-child{margin-bottom:0}.customer-footer__modal-body strong{color:var(--customer-text)}.customer-footer__modal-note{color:var(--customer-text-muted);font-style:italic}@media (max-width:959px){.customer-footer{display:none}.customer-footer__nav--left{border-left:none;padding-left:0}.customer-footer__nav--right{border-right:none;padding-right:0}}@media (max-width:767px){.customer-footer{padding:.55rem .65rem}.customer-footer__bar{flex-direction:column;align-items:stretch;gap:.55rem}.customer-footer__start,.customer-footer__end{justify-content:space-between;width:100%}.customer-footer__brand{flex-wrap:wrap}.customer-footer__logo{max-width:9.5rem;height:2.35rem}.customer-footer__copy{white-space:normal}}.customer-topbar-fixed{box-sizing:border-box;min-height:var(--customer-topbar-offset)}.customer-layout-main{box-sizing:border-box;margin-top:var(--customer-topbar-offset);width:100%}.customer-layout-main--home{min-height:0;height:calc(var(--app-vh,100vh) - var(--customer-topbar-offset));flex-direction:column;flex:auto;display:flex;overflow:hidden}.customer-home-shell{background:var(--customer-bg);width:100%;height:100%;min-height:0;color:var(--customer-text);flex-direction:column;flex:auto;display:flex}.customer-home-body{flex:auto;width:100%;min-height:0;display:flex}.customer-home-aside{background:var(--customer-panel);border-color:var(--customer-border);flex-direction:column;min-height:0;display:none;overflow:hidden}.customer-home-aside--left{border-right:1px solid var(--customer-border)}.customer-home-aside--right{border-left:1px solid var(--customer-border);background:var(--customer-panel-raised)}.customer-home-center{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.customer-home-banner{z-index:1;isolation:isolate;flex:none;width:100%;min-width:0;margin-bottom:.35rem;padding:0;position:relative}.customer-home-banner .customer-banner{border-bottom:none}.customer-home-main{z-index:2;scrollbar-width:none;flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.customer-home-main--scroll{display:block;overflow:auto}.customer-home-main::-webkit-scrollbar{display:none}.customer-home-aside-scroll{scrollbar-width:none;flex:auto;min-height:0;overflow:auto}.customer-home-aside-scroll .customer-soccer-sidebar,.customer-home-aside--right>.customer-soccer-sidebar{flex:auto;height:100%;min-height:0}.customer-home-aside-scroll::-webkit-scrollbar{display:none}.customer-home-mobile-nav{flex:none}.customer-home-footer{scrollbar-width:none;flex:none;width:100%;min-width:0;overflow:auto}.customer-home-footer::-webkit-scrollbar{display:none}@media (min-width:960px){.customer-home-aside{flex:0 0 var(--customer-home-aside-share,25%);width:var(--customer-home-aside-share,25%);max-width:var(--customer-home-aside-share,25%);min-width:0;display:flex}.customer-home-center{flex:0 0 var(--customer-home-center-share,50%);width:var(--customer-home-center-share,50%);max-width:var(--customer-home-center-share,50%)}.customer-home-shell--games-only .customer-home-aside{display:none}.customer-home-shell--games-only .customer-home-center{flex:auto;width:100%;max-width:none}}@media (max-width:959px){.customer-home-body{padding-bottom:0}.customer-home-shell{box-sizing:border-box;padding-bottom:var(--customer-mobile-nav-offset)}.customer-home-main--scroll{scroll-padding-bottom:var(--customer-mobile-nav-offset)}.customer-home-footer{display:none}.customer-soccer-pagination--docked{background:rgba(0,0,0,.98);flex-shrink:0;min-height:2.35rem;padding:.35rem .5rem}.customer-soccer-pagination--docked .customer-soccer-pagination__btn{min-width:1.65rem;height:1.55rem;padding:0}.customer-soccer-pagination--docked .customer-soccer-pagination__count{padding:.12rem .4rem;font-size:.62rem}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;height:auto;display:block}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/images/ajax-loader-BcnMEykj.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=)format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF)format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=)format("truetype"),url(/assets/images/slick-BlzDm7g2.svg#slick)format("svg")}.slick-prev,.slick-next{cursor:pointer;color:transparent;background:0 0;border:none;outline:none;width:20px;height:20px;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%;transform:translateY(-50%)}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;background:0 0;outline:none}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:slick;font-size:20px;line-height:1}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{text-align:center;width:100%;margin:0;padding:0;list-style:none;display:block;position:absolute;bottom:-25px}.slick-dots li{cursor:pointer;width:20px;height:20px;margin:0 5px;padding:0;display:inline-block;position:relative}.slick-dots li button{cursor:pointer;color:transparent;background:0 0;border:0;outline:none;width:20px;height:20px;padding:5px;font-size:0;line-height:0;display:block}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.customer-sidebar{box-sizing:border-box;width:100%;min-height:100%;color:var(--customer-text)}.customer-sidebar-leagues{padding:.75rem .65rem 1rem}.customer-sidebar-leagues__title{color:var(--customer-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .65rem;font-size:.72rem;font-weight:700}.customer-sidebar-leagues__message{color:var(--customer-text-muted);margin:0;font-size:.8rem}.customer-sidebar-leagues__message--error{color:var(--customer-danger)}.customer-sidebar-leagues__list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.customer-sidebar-country{background:0 0;border:none;border-radius:.45rem;margin:0;padding:0}.customer-sidebar-country__toggle{border:1px solid var(--customer-border-subtle);background:var(--customer-panel-raised);width:100%;color:var(--customer-text);text-align:left;cursor:pointer;border-radius:.45rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .55rem;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.customer-sidebar-country__toggle:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none}.customer-sidebar-country__toggle:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none}.customer-sidebar-country__meta{align-items:center;gap:.45rem;min-width:0;display:flex}.customer-sidebar-country__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.customer-sidebar-country__count{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft);border-radius:9999px;flex-shrink:0;padding:.1rem .4rem;font-size:.62rem;font-weight:700}.customer-sidebar-country__chevron{color:var(--customer-text-muted);flex-shrink:0;transition:transform .2s,color .15s}.customer-sidebar-country__toggle[aria-expanded=true] .customer-sidebar-country__chevron{color:var(--customer-accent-soft);transform:rotate(180deg)}.customer-sidebar-leagues__sublist{flex-direction:column;gap:.2rem;margin:.35rem 0 0;padding:0 0 0 .55rem;list-style:none;display:flex}.customer-sidebar-league{width:100%;color:var(--customer-text-muted);text-align:left;cursor:pointer;background:0 0;border:1px solid transparent;border-radius:.4rem;justify-content:space-between;align-items:center;gap:.45rem;padding:.35rem .45rem;font-size:.76rem;transition:background .15s,border-color .15s,color .15s;display:flex}.customer-sidebar-league:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-sidebar-league:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-sidebar-league__name{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}.customer-sidebar-league__checkbox{width:.95rem;height:.95rem;accent-color:var(--customer-accent);cursor:pointer;flex-shrink:0;margin:0}.customer-soccer-sidebar{background:var(--customer-panel-raised);width:100%;height:100%;min-height:0;color:var(--customer-text);flex-direction:column;display:flex;overflow:hidden}.customer-soccer-sidebar__tabs{border-bottom:1px solid var(--customer-border);background:var(--customer-panel);flex-shrink:0;display:flex}.customer-soccer-sidebar__tab{min-width:0;color:var(--customer-text-muted);letter-spacing:.03em;text-transform:none;cursor:pointer;background:0 0;border:none;border-bottom:2px solid transparent;flex:1 1 0;padding:.55rem .5rem;font-size:.76rem;font-weight:600;transition:color .15s,border-color .15s,background .15s}.customer-soccer-sidebar__tab:hover{color:var(--customer-text);background:var(--customer-accent-hover);outline:none}.customer-soccer-sidebar__tab:focus-visible{color:var(--customer-text);background:var(--customer-accent-hover);outline:none}.customer-soccer-sidebar__tab--active{color:var(--customer-accent-soft);border-bottom-color:var(--customer-accent);background:rgba(59,130,246,.08)}.customer-soccer-sidebar__panel{scrollbar-width:none;flex:auto;min-height:0;overflow-x:hidden;overflow-y:auto}.customer-soccer-sidebar__panel::-webkit-scrollbar{display:none}.customer-betslip{flex-direction:column;gap:.65rem;padding:.65rem;display:flex}.customer-betslip__header{border-bottom:1px solid var(--customer-border-subtle);justify-content:space-between;align-items:center;gap:.5rem;padding-bottom:.45rem;display:flex}.customer-betslip__title-wrap{align-items:center;gap:.4rem;min-width:0;display:flex}.customer-betslip__title{color:var(--customer-text);margin:0;font-size:.88rem;font-weight:700}.customer-betslip__count{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft);border-radius:9999px;flex-shrink:0;padding:.12rem .45rem;font-size:.64rem;font-weight:700}.customer-betslip__empty{text-align:center;color:var(--customer-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.5rem .75rem;display:flex}.customer-betslip__empty-icon{color:var(--customer-accent-soft);opacity:.35}.customer-betslip__empty-title{color:var(--customer-text-muted);margin:0;font-size:.82rem;font-weight:600}.customer-betslip__empty-copy{color:var(--customer-text-muted);opacity:.85;margin:0;font-size:.72rem}.customer-betslip__items{flex-direction:column;gap:.45rem;display:flex}.customer-betslip-item{border:1px solid var(--customer-border-subtle);background:rgba(255,255,255,.03);border-radius:.45rem;justify-content:space-between;align-items:flex-start;gap:.45rem;padding:.55rem .6rem;transition:border-color .15s,background .15s,transform .15s;display:flex}.customer-betslip-item:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);transform:translateY(-1px)}.customer-betslip-item__body{flex:auto;min-width:0}.customer-betslip-item__match{color:var(--customer-text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.78rem;font-weight:600;overflow:hidden}.customer-betslip-item__row{justify-content:space-between;align-items:center;gap:.35rem;display:flex}.customer-betslip-item__option{color:var(--customer-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.7rem;overflow:hidden}.customer-betslip-item__odd{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft);border-radius:9999px;flex-shrink:0;align-items:center;gap:.2rem;padding:.12rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.customer-betslip-item__remove{width:1.65rem;height:1.65rem;color:var(--customer-danger);cursor:pointer;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);border-radius:.35rem;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.customer-betslip-item__remove:hover{background:rgba(239,68,68,.16);border-color:rgba(239,68,68,.45);outline:none;transform:scale(1.04)}.customer-betslip-item__remove:focus-visible{background:rgba(239,68,68,.16);border-color:rgba(239,68,68,.45);outline:none;transform:scale(1.04)}.customer-betslip__odds-row,.customer-betslip__field-label{color:var(--customer-text-muted);justify-content:space-between;align-items:center;gap:.5rem;margin:0;font-size:.74rem;font-weight:600;display:flex}.customer-betslip__odds-value{color:var(--customer-accent-soft);font-size:.88rem;font-weight:700}.customer-betslip__odds-box{border:1px solid var(--customer-accent-border);background:rgba(59,130,246,.08);border-radius:.45rem;padding:.55rem .65rem}.customer-betslip__input{box-sizing:border-box;border:1px solid var(--customer-border-subtle);width:100%;color:var(--customer-text);background:rgba(255,255,255,.04);border-radius:.45rem;padding:.55rem .65rem;font-size:.82rem;transition:border-color .15s,box-shadow .15s}.customer-betslip__input:hover{border-color:var(--customer-accent-border)}.customer-betslip__input:focus{border-color:var(--customer-accent);outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.customer-betslip__quick-row{scrollbar-width:none;gap:.35rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.customer-betslip__quick-row::-webkit-scrollbar{display:none}.customer-betslip__quick-btn{border:1px solid var(--customer-border-subtle);min-width:2.75rem;color:var(--customer-text-muted);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.4rem;flex:none;padding:.35rem .55rem;font-size:.7rem;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s}.customer-betslip__quick-btn:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-accent-soft);outline:none;transform:translateY(-1px)}.customer-betslip__quick-btn:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-accent-soft);outline:none;transform:translateY(-1px)}.customer-betslip__alert{border-radius:.4rem;margin:0;padding:.5rem .65rem;font-size:.74rem;font-weight:600}.customer-betslip__alert--error{color:#fca5a5;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.35)}.customer-betslip__alert--success{color:#86efac;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.35)}.customer-betslip-summary{border:1px solid var(--customer-border-subtle);background:rgba(255,255,255,.03);border-radius:.45rem;padding:.65rem}.customer-betslip-summary__title{color:var(--customer-text);margin:0 0 .45rem;font-size:.78rem;font-weight:700}.customer-betslip-summary__row{color:var(--customer-text-muted);justify-content:space-between;align-items:center;gap:.5rem;margin:0;font-size:.72rem;display:flex}.customer-betslip-summary__row+.customer-betslip-summary__row{margin-top:.35rem}.customer-betslip-summary__value{color:var(--customer-accent-soft);font-size:.8rem;font-weight:700}.customer-betslip-summary__value--stake{color:var(--customer-text)}.customer-betslip__submit{border:1px solid var(--customer-accent-border);background:var(--customer-accent-gradient);color:#fff;cursor:pointer;border-radius:.45rem;width:100%;padding:.65rem .75rem;font-size:.8rem;font-weight:700;transition:background .15s,transform .15s,box-shadow .15s,opacity .15s}.customer-betslip__submit:hover:not(:disabled){background:var(--customer-accent-gradient-hover);outline:none;transform:translateY(-1px);box-shadow:0 4px 14px rgba(59,130,246,.35)}.customer-betslip__submit:focus-visible:not(:disabled){background:var(--customer-accent-gradient-hover);outline:none;transform:translateY(-1px);box-shadow:0 4px 14px rgba(59,130,246,.35)}.customer-betslip__submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.customer-bets-history{flex-direction:column;gap:.5rem;width:100%;height:100%;min-height:0;display:flex}.customer-bets-history__toolbar{flex:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .65rem 0;display:flex}.customer-bets-history__title{color:var(--customer-text);margin:0;font-size:.8rem;font-weight:700}.customer-bets-history__refresh{border:1px solid var(--customer-border-subtle);color:var(--customer-accent-soft);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.4rem;padding:.28rem .55rem;font-size:.68rem;font-weight:700;transition:background .15s,border-color .15s,color .15s}.customer-bets-history__refresh:hover:not(:disabled){border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-bets-history__refresh:focus-visible:not(:disabled){border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-bets-history__refresh:disabled{opacity:.55;cursor:wait}.customer-bets-history__status{text-align:center;margin:0;padding:.35rem .65rem 0;font-size:.72rem;font-weight:600}.customer-bets-history__status--loading{color:var(--customer-accent-soft)}.customer-bets-history__status--error{color:var(--customer-danger)}.customer-bets-history__status--success{color:var(--customer-success)}.customer-bets-history--table{gap:0}.customer-bets-history__table-wrap{scrollbar-width:thin;scrollbar-color:rgba(96,165,250,.35) transparent;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow:auto}.customer-bets-history__table-wrap::-webkit-scrollbar{width:5px}.customer-bets-history__table-wrap::-webkit-scrollbar-thumb{background:rgba(96,165,250,.35);border-radius:9999px}.customer-bets-history__table{border-collapse:collapse;table-layout:fixed;width:100%}.customer-bets-history__head th{z-index:2;border-bottom:1px solid var(--customer-border);background:linear-gradient(180deg, var(--customer-accent-strong,#2563eb) 0%, var(--customer-accent,#3b82f6) 100%);color:#fff;letter-spacing:.04em;text-align:left;text-transform:uppercase;padding:.5rem .55rem;font-size:.68rem;font-weight:700;position:-webkit-sticky;position:sticky;top:0}.customer-bets-history__amount{text-align:right;font-variant-numeric:tabular-nums}.customer-bets-history__row{cursor:pointer;transition:background .12s}.customer-bets-history__row td{border-bottom:1px solid var(--customer-border-subtle);color:var(--customer-text);vertical-align:middle;padding:.52rem .55rem;font-size:.74rem;line-height:1.2}.customer-bets-history__row:hover td{background:var(--customer-accent-hover)}.customer-bets-history__row--open td{background:rgba(255,255,255,.03)}.customer-bets-history__row--open td:first-child{box-shadow:inset 3px 0 gray}.customer-bets-history__row--won td:first-child{box-shadow:inset 3px 0 0 var(--customer-success)}.customer-bets-history__row--lost td:first-child{box-shadow:inset 3px 0 0 var(--customer-danger)}.customer-bets-history__ticket{font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.customer-bets-history__payout--open{color:var(--customer-accent-soft);font-weight:700}.customer-bets-history__payout--won{color:var(--customer-success);font-weight:700}.customer-bets-history__payout--lost{color:var(--customer-text-muted);font-weight:600}.customer-bets-history__empty td{text-align:center;color:var(--customer-text-muted);padding:1.35rem .55rem;font-size:.76rem}.customer-vf-sidebar .customer-bets-history__toolbar{padding-left:.55rem;padding-right:.55rem}.customer-vf-sidebar .customer-bets-history__head th{background:linear-gradient(#1565c0 0%,#1976d2 100%)}.customer-vf-sidebar .customer-bets-history__row td{background:#1f1f1f}.customer-vf-sidebar .customer-bets-history__row--open td{background:#242424}.customer-vf-sidebar .customer-bets-history__row:hover td{background:#2d2d2d}.customer-bets-history__list-wrap{scrollbar-width:thin;scrollbar-color:rgba(96,165,250,.35) transparent;flex:auto;min-height:0;padding:.35rem .55rem .65rem;overflow:auto}.customer-bets-history__list-wrap::-webkit-scrollbar{width:5px}.customer-bets-history__list-wrap::-webkit-scrollbar-thumb{background:rgba(96,165,250,.35);border-radius:9999px}.customer-bets-history__list{flex-direction:column;gap:.65rem;display:flex}.customer-bets-history__card{border:1px solid var(--customer-border-subtle);background:linear-gradient(rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border-radius:.65rem;flex-direction:column;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.22)}.customer-bets-history__card:hover{border-color:var(--customer-accent-border);box-shadow:0 4px 16px rgba(0,0,0,.28)}.customer-bets-history__card--open{border-left:3px solid var(--customer-accent)}.customer-bets-history__card--won{border-left:3px solid var(--customer-success)}.customer-bets-history__card--lost{border-left:3px solid var(--customer-danger)}.customer-bets-history__card-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.45rem;padding:.7rem .75rem .55rem;transition:background .15s;display:flex}.customer-bets-history__card-main:hover{background:rgba(59,130,246,.06);outline:none}.customer-bets-history__card-main:focus-visible{background:rgba(59,130,246,.06);outline:none}.customer-bets-history__card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.customer-bets-history__ticket-wrap{min-width:0;color:var(--customer-text-muted);align-items:center;gap:.35rem;display:inline-flex}.customer-bets-history__ticket-id{color:var(--customer-text);font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;overflow:hidden}.customer-bets-history__badge{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;flex-shrink:0;padding:.18rem .5rem;font-size:.62rem;font-weight:800}.customer-bets-history__badge--open{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft)}.customer-bets-history__badge--won{color:#86efac;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.35)}.customer-bets-history__badge--lost{color:#fca5a5;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35)}.customer-bets-history__preview{color:var(--customer-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.customer-bets-history__meta{color:var(--customer-text-muted);margin:-.15rem 0 0;font-size:.68rem;font-weight:600}.customer-bets-history__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:.15rem;display:grid}.customer-bets-history__stat{border:1px solid var(--customer-border-subtle);background:rgba(0,0,0,.22);border-radius:.45rem;flex-direction:column;gap:.15rem;padding:.45rem .55rem;display:flex}.customer-bets-history__stat-label{color:var(--customer-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.64rem;font-weight:700}.customer-bets-history__stat-value{color:var(--customer-text);font-variant-numeric:tabular-nums;font-size:.86rem;font-weight:800;line-height:1.1}.customer-bets-history__stat-value--open{color:var(--customer-accent-soft)}.customer-bets-history__stat-value--won{color:#86efac}.customer-bets-history__stat-value--lost{color:#fca5a5}.customer-bets-history__actions{border-top:1px solid var(--customer-border-subtle);background:rgba(0,0,0,.18);gap:.4rem;padding:.45rem .55rem .55rem;display:flex}.customer-bets-history__btn{cursor:pointer;border-radius:.45rem;justify-content:center;align-items:center;gap:.3rem;min-height:2.1rem;padding:.4rem .65rem;font-size:.72rem;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s;display:inline-flex}.customer-bets-history__btn--cashout{color:#bbf7d0;background:linear-gradient(rgba(34,197,94,.22) 0%,rgba(34,197,94,.12) 100%);border:1px solid rgba(34,197,94,.45);flex:auto}.customer-bets-history__btn--cashout:hover{background:linear-gradient(rgba(34,197,94,.32) 0%,rgba(34,197,94,.18) 100%);border-color:rgba(34,197,94,.7);outline:none;transform:translateY(-1px);box-shadow:0 3px 10px rgba(34,197,94,.2)}.customer-bets-history__btn--cashout:focus-visible{background:linear-gradient(rgba(34,197,94,.32) 0%,rgba(34,197,94,.18) 100%);border-color:rgba(34,197,94,.7);outline:none;transform:translateY(-1px);box-shadow:0 3px 10px rgba(34,197,94,.2)}.customer-bets-history__btn--details{border:1px solid var(--customer-border-subtle);color:var(--customer-text-muted);background:rgba(255,255,255,.04);flex:auto}.customer-bets-history__btn--details-full{flex:100%}.customer-bets-history__btn--details:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-bets-history__btn--details:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-bets-history__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:2rem 1rem;display:flex}.customer-bets-history__empty-icon{color:var(--customer-text-muted);opacity:.65}.customer-bets-history__empty-title{color:var(--customer-text);margin:0;font-size:.88rem;font-weight:700}.customer-bets-history__empty-copy{color:var(--customer-text-muted);margin:0;font-size:.74rem;line-height:1.4}.customer-bet-details-overlay{z-index:1400;background:rgba(0,0,0,.88);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.customer-bet-details{box-sizing:border-box;border:1px solid var(--customer-border);background:var(--customer-panel-raised);width:min(100%,36rem);max-height:min(88vh,720px);color:var(--customer-text);scrollbar-width:none;border-radius:.65rem;padding:1rem .85rem;scroll-padding-bottom:.75rem;position:relative;overflow:auto}.customer-bet-details::-webkit-scrollbar{display:none}.customer-bet-details__close{z-index:2;border:1px solid var(--customer-accent-border);width:2rem;height:2rem;color:var(--customer-text);cursor:pointer;background:rgba(0,0,0,.55);border-radius:.45rem;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;position:absolute;top:.55rem;right:.55rem}.customer-bet-details__close:hover{background:var(--customer-accent-hover);border-color:var(--customer-accent);outline:none;transform:scale(1.04)}.customer-bet-details__close:focus-visible{background:var(--customer-accent-hover);border-color:var(--customer-accent);outline:none;transform:scale(1.04)}.customer-bet-details__watermark{z-index:0;letter-spacing:.08em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;font-size:max(3rem,min(16vw,5.5rem));font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-22deg)}.customer-bet-details__watermark--won{color:rgba(34,197,94,.12)}.customer-bet-details__watermark--lost{color:rgba(239,68,68,.12)}.customer-bet-details__header{z-index:1;border-bottom:1px solid var(--customer-border);grid-template-columns:1fr;gap:.35rem;margin:0 0 .85rem;padding:0 2rem .75rem 0;display:grid;position:relative}@media (min-width:540px){.customer-bet-details__header{grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:.5rem}}.customer-bet-details__id,.customer-bet-details__meta{color:var(--customer-text-muted);margin:0;font-size:.78rem}.customer-bet-details__id strong,.customer-bet-details__meta strong{color:var(--customer-text)}.customer-bet-details__jackpot{z-index:1;border:1px solid var(--customer-accent-border);background:linear-gradient(135deg,rgba(59,130,246,.18) 0%,rgba(0,0,0,.35) 100%);border-radius:.55rem;margin-bottom:.85rem;padding:.75rem;position:relative}.customer-bet-details__jackpot-head{color:var(--customer-accent-soft);align-items:center;gap:.45rem;margin-bottom:.55rem;display:flex}.customer-bet-details__jackpot-title{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.92rem;font-weight:800}.customer-bet-details__jackpot-grid{flex-direction:column;gap:.35rem;display:flex}.customer-bet-details__jackpot-row{color:var(--customer-text-muted);justify-content:space-between;align-items:center;gap:.75rem;margin:0;font-size:.76rem;display:flex}.customer-bet-details__jackpot-row strong{color:var(--customer-text);font-variant-numeric:tabular-nums}.customer-bet-details__jackpot-row--total{border-top:1px solid var(--customer-border-subtle);padding-top:.35rem;font-size:.82rem}.customer-bet-details__jackpot-row--total strong{color:var(--customer-accent-soft);font-size:.92rem}.customer-bet-details__selections{z-index:1;flex-direction:column;gap:.45rem;display:flex;position:relative}.customer-bet-details-selection{border:1px solid var(--customer-border-subtle);background:rgba(255,255,255,.03);border-radius:.45rem;grid-template-columns:1fr;gap:.25rem;padding:.55rem .65rem;display:grid}.customer-bet-details-selection--won{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.35)}.customer-bet-details-selection--lost{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.35)}.customer-bet-details-selection--open{border-color:var(--customer-border-subtle)}.customer-bet-details-selection--pending{background:rgba(148,163,184,.06);border-color:rgba(148,163,184,.35)}.customer-bet-details-selection--warning{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.35)}@media (min-width:540px){.customer-bet-details-selection{grid-template-columns:2fr 1.2fr .8fr .8fr;align-items:center;gap:.45rem}}.customer-bet-details-selection__main{min-width:0}.customer-bet-details-selection__time{color:var(--customer-text-muted);margin:0 0 .15rem;font-size:.64rem}.customer-bet-details-selection__match,.customer-bet-details-selection__option,.customer-bet-details-selection__odd,.customer-bet-details-selection__score{margin:0;font-size:.74rem}.customer-bet-details-selection__match{color:var(--customer-text);font-weight:600}.customer-bet-details-selection__option{color:var(--customer-text-muted)}.customer-bet-details-selection__odd{color:var(--customer-accent-soft);font-weight:700}.customer-bet-details-selection__score{color:var(--customer-text-muted);font-style:italic}.customer-soccer-game-sidebar{background:var(--customer-panel);border-right:1px solid var(--customer-border);scrollbar-width:none;flex-direction:column;min-height:0;display:none;overflow:auto}.customer-soccer-game-sidebar::-webkit-scrollbar{display:none}@media (min-width:600px){.customer-soccer-game-sidebar{display:flex}}.customer-soccer-game-sidebar--right{border-right:none;border-left:1px solid var(--customer-border);background:var(--customer-panel-raised)}.customer-mobile-nav-sheet__close{z-index:2;border:1px solid var(--customer-accent-border);background:var(--customer-accent-hover);width:2rem;height:2rem;color:var(--customer-text);cursor:pointer;border-radius:.45rem;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.customer-mobile-nav-sheet__close:hover{background:var(--customer-accent-muted);border-color:var(--customer-accent);outline:none;transform:scale(1.04)}.customer-mobile-nav-sheet__close:focus-visible{background:var(--customer-accent-muted);border-color:var(--customer-accent);outline:none;transform:scale(1.04)}.customer-betslip__live-badge,.customer-betslip-item__live{color:#ff9f9f;letter-spacing:.05em;background:rgba(255,68,68,.12);border:1px solid rgba(255,138,138,.35);border-radius:9999px;align-items:center;padding:.08rem .35rem;font-size:.58rem;font-weight:800;display:inline-flex}.customer-betslip__live-badge{margin-left:.25rem}.customer-betslip-item__live{vertical-align:middle;margin-left:.35rem}.customer-betslip__live-note{color:#ffcaca;background:rgba(255,138,138,.08);border-radius:.4rem;margin:0;padding:.35rem .45rem;font-size:.68rem;line-height:1.35}.customer-cashout{border:1px solid var(--customer-accent-border);background:rgba(59,130,246,.08);border-radius:.55rem;margin:.75rem 0 0;padding:.75rem}.customer-cashout--focused{background:linear-gradient(rgba(34,197,94,.12) 0%,rgba(59,130,246,.08) 100%);border-color:rgba(34,197,94,.45);box-shadow:0 0 0 1px rgba(34,197,94,.15)}.customer-cashout__head{align-items:center;gap:.4rem;margin-bottom:.35rem;display:flex}.customer-cashout__title{color:var(--customer-text);margin:0;font-size:.82rem;font-weight:700}.customer-cashout__amount{color:var(--customer-accent-soft);font-variant-numeric:tabular-nums;margin:0;font-size:1.35rem;font-weight:800}.customer-cashout__meta{color:var(--customer-text-muted);flex-wrap:wrap;gap:.35rem .55rem;margin-top:.35rem;font-size:.64rem;display:flex}.customer-cashout__status{color:var(--customer-text-muted);margin:0;font-size:.72rem}.customer-cashout__status--muted{color:var(--customer-text-muted)}.customer-cashout__alert{margin:.45rem 0 0;font-size:.68rem;font-weight:600}.customer-cashout__alert--error{color:var(--customer-danger)}.customer-cashout__alert--success{color:var(--customer-success)}.customer-cashout__actions{gap:.45rem;margin-top:.65rem;display:flex}.customer-cashout__refresh,.customer-cashout__confirm{cursor:pointer;border-radius:.45rem;flex:1 1 0;min-width:0;padding:.45rem .55rem;font-size:.72rem;font-weight:700}.customer-cashout__refresh{border:1px solid var(--customer-border);color:var(--customer-text);background:0 0}.customer-cashout__confirm{background:var(--customer-accent-gradient);color:#fff;border:none}.customer-cashout__confirm:disabled,.customer-cashout__refresh:disabled{opacity:.45;cursor:not-allowed}.customer-cashout__warning{color:#fcd34d;background:rgba(245,158,11,.12);border-radius:.4rem;margin:.45rem 0 0;padding:.45rem .55rem;font-size:.68rem;line-height:1.35}.customer-cashout__meta-warning{color:#fcd34d}.customer-bet-details-selection__fixture-status{color:var(--customer-text-muted);letter-spacing:.04em;text-transform:uppercase;margin:.15rem 0 0;font-size:.64rem;font-weight:700}.customer-bet-details-selection__fixture-status--open{color:var(--customer-accent-soft)}.customer-bet-details-selection__fixture-status--won{color:#86efac}.customer-bet-details-selection__fixture-status--lost{color:#fca5a5}.customer-bet-details-selection__fixture-status--warning{color:#fcd34d}.customer-bet-details-selection__fixture-status--pending{color:#cbd5e1}@media (max-width:959px){.customer-bet-details-overlay{padding:calc(var(--customer-topbar-offset) + .65rem) .65rem calc(var(--customer-mobile-nav-offset) + .65rem);justify-content:flex-start;align-items:flex-start}.customer-bet-details{width:100%;max-height:calc(var(--app-vh,100vh) - var(--customer-topbar-offset) - var(--customer-mobile-nav-offset) - 1.3rem);padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px))}.customer-bet-details__selections{padding-bottom:.35rem}}@keyframes customer-mobile-nav-badge-pulse{0%,to{box-shadow:0 0 rgba(59,130,246,.55)}50%{box-shadow:0 0 0 5px rgba(59,130,246,0)}}.customer-mobile-nav{z-index:1000;box-sizing:border-box;min-height:var(--customer-mobile-nav-height);padding:.45rem clamp(.55rem, 2.5vw, .9rem) calc(.45rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(22px)saturate(1.15);border-top:1px solid var(--customer-accent-border);background:linear-gradient(rgba(17,24,39,.94) 0%,rgba(0,0,0,.98) 42%,#000 100%);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px rgba(0,0,0,.65),inset 0 1px rgba(96,165,250,.12)}.customer-mobile-nav:before{content:"";pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(96,165,250,.15) 18%,rgba(59,130,246,.75) 50%,rgba(96,165,250,.15) 82%,transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}.customer-mobile-nav-inner{grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,1fr);align-items:end;gap:max(.35rem,min(2vw,.65rem));width:100%;max-width:680px;margin:0 auto;display:grid}.customer-mobile-nav-inner--soccer .customer-mobile-nav-side--left,.customer-mobile-nav-inner--soccer .customer-mobile-nav-side--right{gap:.2rem;display:flex}.customer-mobile-nav-inner--games .customer-mobile-nav-side--left,.customer-mobile-nav-inner--games .customer-mobile-nav-side--right{flex-shrink:0;align-items:flex-end;width:3.35rem;display:flex}.customer-mobile-nav-inner--games-only{justify-content:center;width:100%;max-width:680px;margin:0 auto;display:flex}.customer-mobile-nav-inner--games-only .customer-mobile-nav-center{width:min(100%,26rem);min-width:0;display:flex}.customer-mobile-nav-inner--games-only .customer-mobile-nav-tab{flex:1 1 0;min-width:0}.customer-mobile-nav-inner--games .customer-mobile-nav-side--right{justify-content:flex-end}.customer-mobile-nav-inner--games .customer-mobile-nav-center{width:100%;min-width:0;display:flex}.customer-mobile-nav-inner--games .customer-mobile-nav-tab{flex:1 1 0;min-width:0}.customer-mobile-nav-side-spacer{pointer-events:none;visibility:hidden;flex-shrink:0;width:3.35rem;height:2.65rem}.customer-mobile-nav-side{align-items:flex-end;gap:.2rem;min-width:0;display:flex}.customer-mobile-nav-side--left{justify-content:flex-start}.customer-mobile-nav-side--right{justify-content:flex-end}.customer-mobile-nav-center{border:1px solid var(--customer-accent-border);background:linear-gradient(#141414 0%,#080808 100%);border-radius:1rem;align-items:stretch;gap:.2rem;padding:.22rem;display:inline-flex;box-shadow:0 6px 20px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,.06)}.customer-mobile-nav-tab{min-width:4.35rem;color:var(--customer-text-muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid transparent;border-radius:.82rem;flex-direction:column;justify-content:center;align-items:center;gap:.18rem;padding:.5rem .95rem;transition:color .18s,background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.customer-mobile-nav-tab:hover{color:var(--customer-text);background:rgba(255,255,255,.04);outline:none}.customer-mobile-nav-tab:focus-visible{color:var(--customer-text);background:rgba(255,255,255,.04);outline:none}.customer-mobile-nav-tab__icon{opacity:.72;justify-content:center;align-items:center;transition:opacity .18s;display:flex}.customer-mobile-nav-tab__label{letter-spacing:.07em;text-transform:uppercase;font-size:.64rem;font-weight:700;line-height:1}.customer-mobile-nav-tab--active{color:#fff;background:var(--customer-accent-gradient);border-color:rgba(147,197,253,.45);transform:translateY(-1px);box-shadow:0 4px 18px rgba(37,99,235,.42),inset 0 1px rgba(255,255,255,.18)}.customer-mobile-nav-tab--active .customer-mobile-nav-tab__icon{opacity:1}.customer-mobile-nav-action{min-width:3.35rem;color:var(--customer-text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:flex-end;align-items:center;gap:.22rem;padding:.12rem .28rem 0;transition:color .18s,transform .18s;display:flex;position:relative}.customer-mobile-nav-action:hover{color:var(--customer-accent-soft);outline:none}.customer-mobile-nav-action:focus-visible{color:var(--customer-accent-soft);outline:none}.customer-mobile-nav-action:active{transform:scale(.96)}.customer-mobile-nav-action-icon{border:1px solid var(--customer-accent-border);background:linear-gradient(160deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.03) 100%);border-radius:.9rem;justify-content:center;align-items:center;width:2.65rem;height:2.65rem;transition:background .18s,border-color .18s,box-shadow .18s,color .18s;display:flex;box-shadow:0 3px 10px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.08)}.customer-mobile-nav-action:hover .customer-mobile-nav-action-icon{background:var(--customer-accent-muted);color:var(--customer-accent-soft);border-color:rgba(96,165,250,.55)}.customer-mobile-nav-action:focus-visible .customer-mobile-nav-action-icon{background:var(--customer-accent-muted);color:var(--customer-accent-soft);border-color:rgba(96,165,250,.55)}.customer-mobile-nav-action--hot{color:var(--customer-accent-soft)}.customer-mobile-nav-action--hot .customer-mobile-nav-action-icon{background:linear-gradient(160deg,rgba(59,130,246,.35) 0%,rgba(37,99,235,.2) 100%);border-color:rgba(96,165,250,.7);box-shadow:0 0 0 1px rgba(59,130,246,.35),0 6px 16px rgba(37,99,235,.28),inset 0 1px rgba(255,255,255,.12)}.customer-mobile-nav-action-icon--profile{font-weight:800}.customer-mobile-nav-profile-initial{letter-spacing:.02em;width:100%;height:100%;color:var(--customer-accent-soft);justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.customer-mobile-nav-action-label{letter-spacing:.06em;text-transform:uppercase;font-size:.6rem;font-weight:700;line-height:1.1}.customer-mobile-nav-badge{z-index:1;background:linear-gradient(135deg, var(--customer-accent-strong) 0%, var(--customer-accent) 100%);color:#fff;text-align:center;border:2px solid #000;border-radius:9999px;min-width:1.15rem;height:1.15rem;padding:0 .28rem;font-size:.58rem;font-weight:800;line-height:1.15rem;animation:2s ease-in-out infinite customer-mobile-nav-badge-pulse;position:absolute;top:-.1rem;right:.2rem}.customer-mobile-nav-sheet{background:var(--customer-panel);width:min(92vw,420px);max-height:min(85vh,640px);color:var(--customer-text);border:1px solid var(--customer-border);scrollbar-width:none;border-radius:.75rem;padding:1rem;position:relative;overflow:auto;box-shadow:0 12px 40px rgba(0,0,0,.55)}.customer-mobile-nav-sheet .customer-soccer-sidebar{max-height:min(72vh,560px)}.customer-mobile-nav-sheet-overlay{background:rgba(0,0,0,.72)!important}.customer-mobile-nav-sheet .customer-mobile-nav-sheet__close{position:absolute;top:.5rem;right:.5rem}.customer-mobile-nav-sheet-close{z-index:1;position:absolute;top:.5rem;right:.5rem}.customer-mobile-nav-sheet-title{color:var(--customer-accent);letter-spacing:.04em;text-transform:uppercase;margin:.25rem 0 .75rem;font-size:.95rem;font-weight:700}@media (max-width:959px){.customer-mobile-nav{display:block}}@media (max-width:380px){.customer-mobile-nav-tab{min-width:3.75rem;padding-left:.7rem;padding-right:.7rem}.customer-mobile-nav-action{min-width:2.95rem}.customer-mobile-nav-action-icon{width:2.45rem;height:2.45rem}.customer-mobile-nav-action-label,.customer-mobile-nav-tab__label{font-size:.56rem}}@keyframes customer-mobile-nav-badge-pulse-orange{0%,to{box-shadow:0 0 rgba(255,152,0,.55)}50%{box-shadow:0 0 0 5px rgba(255,152,0,0)}}.customer-mobile-nav--game{display:block}@media (min-width:600px){.customer-mobile-nav--game{display:none}}.customer-mobile-nav-inner--game{justify-content:space-evenly;align-items:flex-end;gap:.35rem;width:100%;max-width:none;display:flex}.customer-mobile-nav-inner--virtual-game{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;display:grid}.customer-mobile-nav--virtual{border-top-color:rgba(255,152,0,.42);box-shadow:0 -10px 40px rgba(0,0,0,.65),inset 0 1px rgba(255,152,0,.14)}.customer-mobile-nav--virtual:before{background:linear-gradient(90deg,transparent 0%,rgba(255,152,0,.18) 18%,rgba(255,152,0,.72) 50%,rgba(255,152,0,.18) 82%,transparent 100%)}.customer-mobile-nav--virtual .customer-mobile-nav-action--hot .customer-mobile-nav-action-icon{border-color:rgba(255,152,0,.55);box-shadow:0 0 0 2px rgba(255,152,0,.18)}.customer-mobile-nav--virtual .customer-mobile-nav-badge{color:#111;background:linear-gradient(#ffb74d 0%,#ff9800 100%);animation:2s ease-in-out infinite customer-mobile-nav-badge-pulse-orange}.customer-mobile-nav--keno{border-top-color:rgba(255,215,0,.42)}.customer-mobile-nav--keno:before{background:linear-gradient(90deg,transparent 0%,rgba(255,215,0,.15) 18%,rgba(255,193,7,.72) 50%,rgba(255,215,0,.15) 82%,transparent 100%)}.customer-mobile-nav--keno .customer-mobile-nav-action--hot .customer-mobile-nav-action-icon{border-color:rgba(255,215,0,.55);box-shadow:0 0 0 2px rgba(255,215,0,.18)}.customer-mobile-nav--keno .customer-mobile-nav-badge{color:#111;background:linear-gradient(#ffe082 0%,#ffc107 100%);animation:2s ease-in-out infinite customer-mobile-nav-badge-pulse-gold}@keyframes customer-mobile-nav-badge-pulse-gold{0%,to{box-shadow:0 0 rgba(255,193,7,.55)}50%{box-shadow:0 0 0 5px rgba(255,193,7,0)}}.customer-mobile-nav--soccer-game .customer-mobile-nav-badge{color:#111;background:linear-gradient(#66bb6a 0%,#4caf50 100%)}@keyframes customer-match-live-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes customer-match-live-blink{0%,50%{opacity:1}51%,to{opacity:.35}}.customer-match-card{border:1px solid var(--customer-border-subtle);background:var(--customer-panel);width:100%;color:var(--customer-text);cursor:pointer;border-radius:0;margin-bottom:.35rem;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.customer-match-card:hover{border-color:var(--customer-border);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.35)}.customer-match-card__live-bar{background:linear-gradient(90deg, var(--customer-danger), #ff6b6b, var(--customer-danger));height:2px;animation:2s infinite customer-match-live-pulse;position:absolute;top:0;left:0;right:0}.customer-match-card__header{border-bottom:1px solid var(--customer-border-subtle);background:rgba(255,255,255,.02);justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .75rem;display:flex}.customer-match-card__meta{align-items:center;gap:.45rem;min-width:0;display:flex}.customer-match-card__live-dot{background:var(--customer-danger);border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem;animation:1s infinite customer-match-live-blink}.customer-match-card__league{color:var(--customer-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.68rem;font-weight:500;overflow:hidden}.customer-match-card__league--live{color:#ff8a8a;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.customer-match-suspend{color:#fcd34d;background:rgba(251,191,36,.1);border-top:1px solid rgba(251,191,36,.2);border-bottom:1px solid rgba(251,191,36,.2);margin:0;padding:.35rem .75rem;font-size:.72rem;font-weight:600;line-height:1.35}.customer-match-suspend--compact{padding:.28rem .75rem;font-size:.68rem}.customer-match-card__date{color:var(--customer-text-muted);white-space:nowrap;flex-shrink:0;margin:0;font-size:.64rem}.customer-match-card__body{flex-direction:column;gap:.45rem;padding:.45rem .75rem;display:flex}.customer-match-card__main-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.customer-match-card__teams{flex-direction:column;flex:auto;gap:.3rem;min-width:0;display:flex}.customer-match-card__team{align-items:center;gap:.4rem;min-width:0;display:flex}.customer-match-card__team-logo{border:1px solid var(--customer-border-subtle);object-fit:cover;border-radius:9999px;flex-shrink:0;width:1.15rem;height:1.15rem}.customer-match-card__team-name{color:var(--customer-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.74rem;font-weight:600;overflow:hidden}.customer-match-card__odds{flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;display:flex}.customer-match-card__odds--desktop{background:0 0;border:none;flex-wrap:nowrap;justify-content:flex-end;gap:.28rem;padding:0;display:none}.customer-match-odd{border:1px solid var(--customer-border-subtle);min-width:2.65rem;height:2rem;color:var(--customer-text);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;padding:.12rem .28rem;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex}.customer-match-odd--compact{min-width:2.45rem;height:1.85rem}.customer-match-odd:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);transform:translateY(-1px)}.customer-match-odd--selected{border-color:var(--customer-accent);background:var(--customer-accent-gradient);color:#fff;box-shadow:0 4px 12px rgba(59,130,246,.3)}.customer-match-odd--selected:hover{background:var(--customer-accent-gradient-hover);border-color:var(--customer-accent-soft)}.customer-match-odd__label{opacity:.85;font-size:.58rem;font-weight:700;line-height:1}.customer-match-odd__value{margin-top:.08rem;font-size:.72rem;font-weight:700;line-height:1}.customer-match-odd--selected .customer-match-odd__label,.customer-match-odd--selected .customer-match-odd__value{color:#fff}.customer-match-odd--disabled,.customer-match-odd:disabled{opacity:.45;cursor:not-allowed;transform:none}.customer-match-odd--disabled:hover,.customer-match-odd:disabled:hover{border-color:var(--customer-border-subtle);background:rgba(255,255,255,.04);transform:none}.customer-soccer-feed-tabs{z-index:3;border-top:1px solid var(--customer-border);border-bottom:1px solid var(--customer-border-subtle);background:var(--customer-panel);flex:none;gap:.45rem;width:100%;min-height:3.35rem;padding:.55rem .75rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px rgba(255,255,255,.03)}.customer-soccer-feed-tabs__btn{border:1px solid var(--customer-border-subtle);min-width:0;min-height:2.65rem;color:var(--customer-text-muted);font:inherit;cursor:pointer;background:linear-gradient(rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border-radius:.75rem;flex:1 1 0;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex;position:relative}.customer-soccer-feed-tabs__btn:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-soccer-feed-tabs__btn:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);color:var(--customer-text);outline:none}.customer-soccer-feed-tabs__icon-wrap{opacity:.85;justify-content:center;align-items:center;display:inline-flex;position:relative}.customer-soccer-feed-tabs__label{letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:700;line-height:1}.customer-soccer-feed-tabs__live-dot{background:#ff6b6b;border-radius:50%;width:.42rem;height:.42rem;animation:1.2s ease-in-out infinite customer-match-live-blink;position:absolute;top:-.1rem;right:-.15rem;box-shadow:0 0 0 2px rgba(0,0,0,.65)}.customer-soccer-feed-tabs__btn--active{border-color:var(--customer-accent-border);color:var(--customer-accent-soft);background:linear-gradient(135deg,rgba(37,99,235,.22) 0%,rgba(59,130,246,.12) 100%);box-shadow:inset 0 1px rgba(255,255,255,.08),0 6px 14px -8px rgba(37,99,235,.35)}.customer-soccer-feed-tabs__btn--active .customer-soccer-feed-tabs__icon-wrap{opacity:1}.customer-soccer-feed-tabs__btn--active.customer-soccer-feed-tabs__btn--live{color:#ffb4b4;background:linear-gradient(135deg,rgba(220,38,38,.22) 0%,rgba(239,68,68,.1) 100%);border-color:rgba(255,138,138,.45);box-shadow:inset 0 1px rgba(255,255,255,.06),0 6px 14px -8px rgba(220,38,38,.35)}.customer-soccer-feed-tabs__btn--active.customer-soccer-feed-tabs__btn--upcoming{border-color:var(--customer-accent-border)}.customer-soccer-feed-tabs__count{min-width:1.35rem;height:1.35rem;color:var(--customer-text-muted);font-variant-numeric:tabular-nums;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:9999px;justify-content:center;align-items:center;padding:0 .38rem;font-size:.62rem;font-weight:800;line-height:1;display:inline-flex}.customer-soccer-feed-tabs__count--live{color:#ffb4b4;background:rgba(255,68,68,.18);border-color:rgba(255,138,138,.28)}.customer-soccer-feed-empty{text-align:center;color:var(--customer-text-muted);margin:0;padding:1.25rem .85rem;font-size:.76rem;line-height:1.45}.customer-soccer-feed-empty--error{color:var(--customer-danger)}.customer-soccer-shell{background:var(--customer-bg);width:100%;min-height:0;max-height:100%;color:var(--customer-text);flex-direction:column;flex:auto;display:flex;overflow:hidden}.customer-soccer-feed{overscroll-behavior:contain;scrollbar-width:none;flex:auto;width:100%;min-height:0;overflow-x:hidden;overflow-y:auto}@media (max-width:959px){.customer-soccer-feed{padding-bottom:.35rem}}.customer-soccer-feed::-webkit-scrollbar{display:none}@keyframes customer-soccer-pagination-loading{0%,to{opacity:.55}50%{opacity:1}}.customer-soccer-pagination{border-top:1px solid var(--customer-border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.94);justify-content:space-between;align-items:center;gap:.35rem;display:flex}.customer-soccer-pagination--inline{z-index:10;min-height:2.125rem;padding:.25rem .45rem;position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0}@media (max-width:959px){.customer-soccer-pagination--inline{bottom:var(--customer-mobile-nav-offset);z-index:900}}.customer-soccer-pagination--docked{z-index:5;flex:none;min-height:0;padding:.15rem .4rem;position:static}.customer-soccer-pagination__loading{text-align:center;width:100%;color:var(--customer-text-muted);margin:0;font-size:.68rem;font-weight:600;animation:1.2s ease-in-out infinite customer-soccer-pagination-loading}.customer-soccer-pagination__btn{border:1px solid var(--customer-border-subtle);min-width:1.85rem;height:1.75rem;color:var(--customer-text);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.4rem;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;padding:0 .35rem;font-size:.72rem;font-weight:600;line-height:1;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.customer-soccer-pagination__btn:hover:not(:disabled){border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none;transform:translateY(-1px)}.customer-soccer-pagination__btn:focus-visible:not(:disabled){border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none;transform:translateY(-1px)}.customer-soccer-pagination__btn:disabled{opacity:.38;cursor:not-allowed}.customer-soccer-pagination__btn-label{display:none}.customer-soccer-pagination__count{border:1px solid var(--customer-border-subtle);min-width:0;color:var(--customer-text-muted);font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap;background:rgba(255,255,255,.04);border-radius:9999px;flex:auto;padding:.18rem .5rem;font-size:.66rem;font-weight:700}@media (min-width:600px){.customer-soccer-pagination--inline,.customer-soccer-pagination--docked{gap:.5rem;min-height:2.5rem;padding:.4rem .85rem}.customer-soccer-pagination__btn{min-width:6.5rem;height:2rem;padding:0 .75rem;font-size:.78rem}.customer-soccer-pagination__btn-label{display:inline}.customer-soccer-pagination__count{flex:0 auto;padding:.28rem .75rem;font-size:.74rem}}.customer-match-modal-overlay{z-index:1500;box-sizing:border-box;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(0,0,0,.78);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.customer-match-modal{box-sizing:border-box;width:min(100%,720px);height:min(var(--app-vh,100vh), 920px);max-height:min(var(--app-vh,100vh), 920px);border:1px solid var(--customer-border);background:var(--customer-bg);color:var(--customer-text);border-radius:1rem;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.04)}.customer-match-modal__header{z-index:20;padding:calc(env(safe-area-inset-top,0px) + .55rem) .75rem .55rem;border-bottom:1px solid var(--customer-border);background:linear-gradient(rgba(17,17,17,.98) 0%,rgba(10,10,10,.96) 100%);flex:none;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;display:grid;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 16px rgba(0,0,0,.35)}.customer-match-modal__header-copy{text-align:center;min-width:0}.customer-match-modal__header-eyebrow{color:var(--customer-text-muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.68rem;font-weight:600;overflow:hidden}.customer-match-modal__header-title{white-space:nowrap;text-overflow:ellipsis;margin:.15rem 0 0;font-size:.82rem;font-weight:700;line-height:1.25;overflow:hidden}.customer-match-modal__back,.customer-match-modal__close{border:1px solid var(--customer-border);min-width:2.75rem;min-height:2.75rem;color:var(--customer-text);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,.06);border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;padding:0 .55rem;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.customer-match-modal__back-label{color:var(--customer-accent-soft);font-size:.8rem;font-weight:700;line-height:1;display:none}.customer-match-modal__back{justify-self:start;padding:0}.customer-match-modal__close{border-color:var(--customer-accent-border);background:var(--customer-accent-muted);min-width:2.75rem;color:var(--customer-accent-soft);justify-self:end;padding:0}.customer-match-modal__close-glyph{font-size:1.45rem;font-weight:500;line-height:1;display:block}.customer-match-modal__back:hover,.customer-match-modal__close:hover{background:var(--customer-accent-hover);border-color:var(--customer-accent-border);outline:none}.customer-match-modal__back:focus-visible{background:var(--customer-accent-hover);border-color:var(--customer-accent-border);outline:none}.customer-match-modal__close:focus-visible{background:var(--customer-accent-hover);border-color:var(--customer-accent-border);outline:none}.customer-match-modal__content{box-sizing:border-box;overscroll-behavior:contain;width:100%;min-height:0;padding-bottom:calc(var(--customer-mobile-nav-offset) + .35rem);scrollbar-width:thin;scrollbar-color:rgba(96,165,250,.45) transparent;flex:auto;overflow-x:hidden;overflow-y:auto}.customer-match-modal__content::-webkit-scrollbar{width:6px}.customer-match-modal__content::-webkit-scrollbar-thumb{background:rgba(96,165,250,.45);border-radius:9999px}.customer-match-detail{flex-direction:column;gap:0;width:100%;display:flex}.customer-match-detail__empty{color:var(--customer-text-muted);padding:1.25rem}.customer-match-detail__banner{border-radius:.55rem;justify-content:space-between;align-items:center;gap:.65rem;margin:.65rem .85rem 0;padding:.55rem .75rem;font-size:.76rem;display:flex}.customer-match-detail__banner p{margin:0}.customer-match-detail__banner--info{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft)}.customer-match-detail__banner--error{color:#ffcaca;background:rgba(255,68,68,.1);border:1px solid rgba(255,138,138,.35)}.customer-match-detail__banner--error button{border:1px solid var(--customer-border);color:var(--customer-text);cursor:pointer;background:0 0;border-radius:.35rem;padding:.2rem .45rem;font-size:.68rem}.customer-match-detail__scoreboard{border:1px solid var(--customer-border);background:radial-gradient(circle at 50% -20%,rgba(59,130,246,.22),transparent 55%),linear-gradient(rgba(255,255,255,.04) 0%,rgba(255,255,255,.01) 100%);border-radius:.9rem;margin:.75rem .85rem 0;padding:.9rem .85rem 1rem}.customer-match-detail__scoreboard--live{border-color:rgba(239,68,68,.35);box-shadow:inset 0 1px rgba(255,138,138,.12)}.customer-match-detail__scoreboard-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.customer-match-detail__status{letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.4rem;margin:0;font-size:.78rem;font-weight:700;display:inline-flex}.customer-match-detail__status--live{color:#ff8a8a}.customer-match-detail__status--scheduled{color:var(--customer-accent-soft)}.customer-match-detail__kickoff{color:var(--customer-text-muted);text-align:right;margin:0;font-size:.74rem}.customer-match-detail__matchup{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.65rem;display:grid}.customer-match-detail__side{text-align:center;flex-direction:column;align-items:center;gap:.45rem;min-width:0;display:flex}.customer-match-detail__side--away{justify-self:end}.customer-match-detail__logo{border:2px solid var(--customer-border);object-fit:cover;background:rgba(255,255,255,.04);border-radius:9999px;width:3.25rem;height:3.25rem}.customer-match-detail__team{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin:0;font-size:.86rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.customer-match-detail__side-score{display:none}.customer-match-detail__center{justify-content:center;align-items:center;min-width:4.5rem;display:flex}.customer-match-detail__vs{border:1px solid var(--customer-border);min-width:2.75rem;height:2.75rem;color:var(--customer-accent-soft);letter-spacing:.04em;background:rgba(255,255,255,.04);border-radius:9999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.customer-match-detail__score{color:#fff;font-variant-numeric:tabular-nums;background:rgba(255,68,68,.1);border:1px solid rgba(255,138,138,.35);border-radius:.75rem;justify-content:center;align-items:center;gap:.25rem;margin:0;padding:.4rem .85rem;font-size:1.55rem;font-weight:800;line-height:1;display:flex}.customer-match-detail__score-sep{color:var(--customer-text-muted);font-weight:700}.customer-match-detail__quick-odds{border-top:1px solid var(--customer-border-subtle);grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.9rem;padding-top:.85rem;display:grid}.customer-match-detail__betting-note{color:#ffb4b4;text-align:center;margin:.75rem 0 0;font-size:.74rem}.customer-match-detail__events{border-top:1px solid var(--customer-border-subtle);background:rgba(0,0,0,.22);padding:.65rem 0 0}.customer-match-detail__events-track{overscroll-behavior-x:contain;scrollbar-width:none;gap:.5rem;padding:.65rem .85rem;display:flex;overflow-x:auto}.customer-match-detail__events-track::-webkit-scrollbar{display:none}.customer-match-detail__event-chip{border:1px solid var(--customer-border-subtle);max-width:16rem;color:var(--customer-text-muted);background:rgba(255,255,255,.04);border-radius:9999px;flex:none;align-items:center;gap:.4rem;padding:.4rem .65rem;font-size:.72rem;display:inline-flex}.customer-match-detail__event-time{color:var(--customer-accent-soft);white-space:nowrap;font-weight:700}.customer-match-detail__event-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-match-detail__tabs-wrap{z-index:2;background:linear-gradient(180deg, var(--customer-bg) 72%, rgba(0,0,0,.92) 100%);border-bottom:1px solid var(--customer-border-subtle);padding:.65rem 0 0;position:-webkit-sticky;position:sticky;top:0}.customer-match-detail__tabs-shell{align-items:stretch;min-width:0;display:flex}.customer-match-detail__tabs-shell--overflow .customer-match-detail__tabs-chevron{visibility:visible}.customer-match-detail__tabs-chevron{width:max(1.85rem,min(5vw,2.35rem));color:var(--customer-accent-soft);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin:0;padding:0;transition:opacity .15s,color .15s,background .15s;display:none}.customer-match-detail__tabs-shell--overflow .customer-match-detail__tabs-chevron{display:flex}.customer-match-detail__tabs-chevron--prev{background:linear-gradient(90deg, var(--customer-bg) 35%, transparent 100%);border-radius:9999px 0 0 9999px;margin-left:.35rem}.customer-match-detail__tabs-chevron--next{background:linear-gradient(270deg, var(--customer-bg) 35%, transparent 100%);border-radius:0 9999px 9999px 0;margin-right:.35rem}.customer-match-detail__tabs-chevron:hover:not(:disabled){color:#fff;outline:none}.customer-match-detail__tabs-chevron:focus-visible:not(:disabled){color:#fff;outline:none}.customer-match-detail__tabs-chevron--inactive{opacity:.35;cursor:default}.customer-match-detail__tabs-chevron-icon{fill:currentColor;width:1.35rem;height:1.35rem}.customer-match-detail__tabs{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:auto;gap:.45rem;min-width:0;padding:0 .2rem .65rem;display:flex;overflow-x:auto}.customer-match-detail__tabs::-webkit-scrollbar{display:none}.customer-match-detail__tab{border:1px solid var(--customer-border-subtle);max-width:12rem;color:var(--customer-text-muted);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:rgba(255,255,255,.03);border-radius:9999px;flex:none;padding:.45rem .8rem;font-size:.76rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;overflow:hidden}.customer-match-detail__tab:hover{border-color:var(--customer-accent-border);color:var(--customer-text);outline:none}.customer-match-detail__tab:focus-visible{border-color:var(--customer-accent-border);color:var(--customer-text);outline:none}.customer-match-detail__tab--active{border-color:var(--customer-accent);background:var(--customer-accent-gradient);color:#fff;box-shadow:0 6px 18px rgba(59,130,246,.22)}.customer-match-detail__panel{padding:.85rem .85rem 1.1rem}.customer-match-detail__panel-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.customer-match-detail__panel-title{margin:0;font-size:.95rem;font-weight:700}.customer-match-detail__panel-count{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft);white-space:nowrap;border-radius:9999px;padding:.15rem .5rem;font-size:.64rem;font-weight:700}.customer-match-detail__odds-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.customer-match-detail__odd{border:1px solid var(--customer-border-subtle);min-width:0;min-height:3rem;color:var(--customer-text);text-align:center;cursor:pointer;background:rgba(255,255,255,.04);border-radius:.65rem;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.5rem .35rem;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;display:flex}.customer-match-detail__odd--compact{min-height:2.85rem;padding:.55rem .45rem}.customer-match-detail__odd:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);transform:translateY(-1px)}.customer-match-detail__odd--selected{border-color:var(--customer-accent);background:var(--customer-accent-gradient);box-shadow:0 4px 12px rgba(59,130,246,.28)}.customer-match-detail__odd--selected:hover{background:var(--customer-accent-gradient-hover)}.customer-match-detail__odd-label{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.7rem;font-weight:600;line-height:1.2;overflow:hidden}.customer-match-detail__odd-value{color:var(--customer-accent-soft);font-size:.84rem;font-weight:700;line-height:1}.customer-match-detail__odd--selected .customer-match-detail__odd-label,.customer-match-detail__odd--selected .customer-match-detail__odd-value{color:#fff}.customer-match-detail__odd--disabled,.customer-match-detail__odd:disabled{opacity:.45;cursor:not-allowed;transform:none}.customer-match-detail__empty-state{text-align:center;color:var(--customer-text-muted);padding:2rem 1rem}.customer-match-detail__empty-title{color:var(--customer-text);margin:0 0 .35rem;font-size:1rem;font-weight:700}.customer-match-detail__empty-copy{margin:0;font-size:.84rem}@media (min-width:600px){.customer-match-card{border-radius:.4rem;margin-bottom:.4rem}.customer-match-card__header{padding:.32rem .65rem}.customer-match-card__body{flex-direction:row;align-items:center;gap:.5rem;padding:.4rem .65rem}.customer-match-card__main-row{flex-direction:row;flex:auto;justify-content:flex-start;align-items:center}.customer-match-card__teams{flex-direction:column;gap:.28rem}.customer-match-card__odds--mobile{display:none}.customer-match-card__odds--desktop{flex-shrink:0;min-width:auto;display:flex}.customer-match-modal__content{padding-bottom:1rem}.customer-match-detail__scoreboard{margin-left:1rem;margin-right:1rem;padding:1rem 1.1rem 1.1rem}.customer-match-detail__logo{width:3.75rem;height:3.75rem}.customer-match-detail__team{font-size:.95rem}.customer-match-detail__odds-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-match-detail__panel{padding-left:1rem;padding-right:1rem}.customer-match-detail__tabs-chevron--prev{margin-left:.5rem}.customer-match-detail__tabs-chevron--next{margin-right:.5rem}}@media (min-width:900px){.customer-match-detail__odds-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:639px){.customer-match-modal-overlay{top:var(--customer-topbar-offset);-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(0,0,0,.96);justify-content:stretch;align-items:stretch;padding:0;bottom:0;left:0;right:0}.customer-match-modal{width:100%;height:100%;max-height:100%;box-shadow:none;border:none;border-radius:0}.customer-match-modal__header{grid-template-columns:auto minmax(0,1fr) auto;gap:.45rem;padding:.65rem}.customer-match-modal__back{border-color:var(--customer-accent-border);background:var(--customer-accent-muted);min-width:auto;padding:0 .65rem 0 .5rem;display:inline-flex}.customer-match-modal__back-label{display:inline}.customer-match-modal__close{min-width:2.75rem;min-height:2.75rem;display:inline-flex}.customer-match-modal__header-copy{text-align:center;padding-left:.15rem;padding-right:.15rem}.customer-match-modal__header-title{font-size:.76rem}.customer-match-modal__content{padding-bottom:calc(env(safe-area-inset-bottom,0px) + .75rem)}}@media (max-width:599px){.customer-match-card__main-row{align-items:center}.customer-match-card__odds--mobile{flex-wrap:nowrap;flex-shrink:0;gap:.28rem;display:flex}.customer-match-card__odds--mobile .customer-match-odd--compact{min-width:2.35rem;height:1.85rem;padding:.1rem .22rem}}@keyframes shop-virtual-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes shop-virtual-blink{0%,to{opacity:1}50%{opacity:.65}}@keyframes shop-virtual-fade-in{0%{opacity:0}to{opacity:1}}@keyframes shop-virtual-rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes shop-virtual-team-glow{0%,to{opacity:.4;transform:translate(-50%,-50%)rotate(0)}50%{opacity:.8;transform:translate(-50%,-50%)rotate(180deg)}}@keyframes shop-virtual-goal-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}25%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}50%{opacity:.8;transform:translate(-50%,-50%)scale(.9)}75%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes shop-virtual-goal-bounce{0%{opacity:0;transform:scale(0)rotate(-180deg)}15%{opacity:1;transform:scale(1.3)rotate(-10deg)}30%{transform:scale(.9)rotate(5deg)}45%{transform:scale(1.1)rotate(-2deg)}60%,to{opacity:1;transform:scale(1)rotate(0)}}@keyframes shop-virtual-float{0%,to{transform:translateY(0)}50%{transform:translateY(-40px)}}.shop-virtual-main{background-position:50%;background-size:cover;flex-direction:column;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.shop-virtual-main__error{color:#f44;text-align:center;padding:1rem;font-size:max(.875rem,min(2vw,1.125rem))}.shop-virtual-main__stack{flex-direction:column;flex:1;display:flex;overflow:hidden}.shop-virtual-main__matches-pane{flex-direction:column;flex:1;justify-content:space-between;display:flex;overflow:auto}@media (min-width:600px){.shop-virtual-main__matches-pane{flex:2}}.shop-virtual-main__options-pane{flex-direction:column;flex:1;display:flex;overflow:auto}@media (min-width:600px){.shop-virtual-main__options-pane{flex:2}}.shop-virtual-main__empty{color:#fff;text-align:center;justify-content:center;align-items:center;height:100%;font-size:max(.875rem,min(2vw,1.125rem));font-weight:600;display:flex}.shop-virtual-matches-section,.shop-virtual-options-section{background:0 0;flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex;overflow-x:hidden;overflow-y:auto}.shop-virtual-matches{flex-direction:column;width:100%;height:100vh;padding:0;display:flex;overflow:hidden}.shop-virtual-matches__picker-wrap{flex:none;justify-content:center;align-items:center;width:100%;display:flex}.shop-virtual-matches__picker-inner{justify-content:center;align-items:center;width:100%;max-width:1200px;padding:.25rem .5rem;display:flex}@media (min-width:600px){.shop-virtual-matches__picker-inner{padding:0 .25rem}}.shop-virtual-matches__details-wrap{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:.25rem .5rem;display:flex}@media (min-width:600px){.shop-virtual-matches__details-wrap{flex-direction:row;padding:0 .25rem}}.shop-virtual-match-picker{flex-direction:row;justify-content:center;align-items:center;gap:.25rem;width:100%;padding-bottom:.25rem;display:flex}.shop-virtual-match-picker__mobile{align-items:center;display:flex}@media (min-width:600px){.shop-virtual-match-picker__mobile{display:none}}.shop-virtual-match-picker__desktop{gap:.25rem;width:100%;display:none}@media (min-width:600px){.shop-virtual-match-picker__desktop{display:flex}}.shop-virtual-match-picker__nav{color:#ffeb3b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.shop-virtual-match-picker__nav svg{fill:currentColor;width:1.25rem;height:1.25rem}.shop-virtual-match-btn{text-transform:none;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;color:#fff;background:0 0;border:1px solid rgba(255,255,255,.8);border-radius:4px;flex:auto;min-width:0;max-width:100%;padding:.375rem .75rem;font-size:max(.75rem,min(2vw,1rem));font-weight:700;overflow:hidden}@media (min-width:600px){.shop-virtual-match-btn{max-width:33.33%;padding:.5rem 1rem}}.shop-virtual-match-btn--active{color:#fff;background:#1976d2;border-color:#1976d2}.shop-virtual-match-details{background:rgba(255,255,255,.2);justify-content:space-evenly;align-items:center;gap:.25rem;width:100%;height:100%;padding:10px;display:flex}.shop-virtual-match-details__team{flex-direction:column;flex:1;align-items:center;display:flex}.shop-virtual-avatar{object-fit:cover;background:#ddd;border-radius:50%;width:max(50px,min(12vw,70px));height:max(50px,min(12vw,70px))}.shop-virtual-match-details__team-name{text-align:center;color:#fff;margin-top:.25rem;font-size:max(.9rem,min(2.5vw,1.2rem));font-weight:700}.shop-virtual-match-details__form{gap:.5rem;margin-top:.25rem;display:flex}.shop-virtual-form-letter{font-size:max(.9rem,min(2vw,1.1rem));font-weight:700}.shop-virtual-form-letter--win{color:#22c55e}.shop-virtual-form-letter--draw{color:#9ca3af}.shop-virtual-form-letter--loss{color:#ef4444}.shop-virtual-match-details__center{text-align:center;flex:0 15%;max-width:600px}.shop-virtual-match-details__timer{color:#fff;font-size:max(2rem,min(8vw,3rem));font-weight:700;line-height:1}.shop-virtual-match-details__meetings-label{color:#ddd;font-size:max(.8rem,min(2vw,1rem));display:block}.shop-virtual-match-details__meetings{flex-direction:column;gap:.125rem;display:flex}.shop-virtual-meeting-score{color:#000;font-size:max(.9rem,min(2vw,1.1rem))}.shop-virtual-options-panel{background:#121212;flex-direction:column;height:100%;padding:.25rem;display:flex}.shop-virtual-options-panel--disabled{opacity:.6;pointer-events:none}.shop-virtual-options-empty{text-align:center;color:#fff;padding:1rem;font-weight:600}.shop-virtual-market-tabs{flex-wrap:nowrap;align-items:stretch;gap:.125rem;width:100%;display:flex;overflow:hidden}.shop-virtual-market-tab{text-transform:uppercase;letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;color:#fff;cursor:pointer;background:0 0;border:1px solid rgba(255,255,255,.7);border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;min-width:0;padding:6px 4px;display:inline-flex;overflow:hidden;font-family:Roboto Condensed,Arial,sans-serif!important;font-size:max(.55rem,min(1.4vw,.78rem))!important;font-weight:700!important}.shop-virtual-market-tab--active{background:#1976d2;border-color:#1976d2}.shop-virtual-option-grid{grid-template-columns:repeat(3,1fr);gap:.375rem;padding:.25rem;display:grid}@media (min-width:600px){.shop-virtual-option-grid{grid-template-columns:repeat(4,1fr)}}.shop-virtual-option-grid--wide{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))}.shop-virtual-option-btn{text-align:center;color:#fff;cursor:pointer;white-space:normal;background:0 0;border:1px solid #fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:10px;font-size:max(.75rem,min(2vw,.9rem));display:flex}.shop-virtual-option-btn:hover:not(:disabled){background:#2c2c2c}.shop-virtual-option-btn--selected{color:#000;background:#f5a623;border-color:#f5a623}.shop-virtual-option-btn:disabled{opacity:.45;cursor:not-allowed}.shop-virtual-option-btn__label{margin-bottom:4px;font-size:max(.8rem,min(2vw,.9rem));font-weight:700}.shop-virtual-option-btn__odds{font-size:max(.75rem,min(1.8vw,.85rem))}.shop-virtual-option-grid__empty{color:#fff;text-align:center;grid-column:1/-1}.shop-virtual-kickoff{z-index:1200;background:rgba(0,0,0,.85);justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.shop-virtual-kickoff__card{background:#fff;border:3px solid #d32f2f;border-radius:12px;flex-direction:column;align-items:center;gap:max(.75rem,min(2vw,1rem));min-width:min(280px,85vw);max-width:min(450px,90vw);padding:max(1rem,min(3vw,2rem));display:flex;box-shadow:0 8px 32px rgba(0,0,0,.3)}.shop-virtual-kickoff__title{color:#1976d2;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-size:max(.9rem,min(2.5vw,1.1rem));font-weight:700}.shop-virtual-kickoff__teams{flex-wrap:wrap;justify-content:center;align-items:center;gap:max(.5rem,min(2vw,.75rem));width:100%;display:flex}.shop-virtual-kickoff__team{color:#333;text-align:center;max-width:40%;font-size:max(.85rem,min(2.2vw,1.05rem));font-weight:600}.shop-virtual-kickoff__vs{color:#666;font-size:max(.75rem,min(2vw,.95rem));font-weight:700}.shop-virtual-kickoff__countdown{background:rgba(211,47,47,.1);border:5px solid #d32f2f;border-radius:50%;justify-content:center;align-items:center;width:max(80px,min(22vw,110px));height:max(80px,min(22vw,110px));animation:1s ease-in-out infinite shop-virtual-pulse;display:flex;box-shadow:0 4px 16px rgba(211,47,47,.3)}.shop-virtual-kickoff__countdown-value{color:#d32f2f;font-family:monospace;font-size:max(2.5rem,min(10vw,3.5rem));font-weight:900;line-height:1}.shop-virtual-kickoff__banner{background:#d32f2f;border-radius:6px;width:100%;padding:max(.5rem,min(2vw,.75rem));animation:1.5s ease-in-out infinite shop-virtual-blink}.shop-virtual-kickoff__banner-text{color:#fff;text-align:center;letter-spacing:max(1px,min(.3vw,2px));text-transform:uppercase;font-size:max(.9rem,min(2.5vw,1.2rem));font-weight:900}.shop-virtual-ongoing{color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:max(10px,min(3vw,40px));display:flex}.shop-virtual-ongoing__score-wrap{width:max(90%,min(80vw,70%));max-width:1200px;margin:0 auto}.shop-virtual-timer{background:rgba(0,0,0,.7);border-radius:4px;margin-bottom:20px;padding:4px 12px;font-size:1.5rem;font-weight:700;animation:.5s ease-in-out shop-virtual-fade-in}.shop-virtual-scoreboard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,rgba(0,0,0,.95) 0%,rgba(30,30,30,.95) 50%,rgba(0,0,0,.95) 100%);border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:max(1.5rem,min(4vw,2rem));display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 0 1px rgba(255,165,0,.2)}.shop-virtual-scoreboard:before{content:"";z-index:-2;background:linear-gradient(135deg,orange 0%,#ff6b35 50%,#f7931e 100%);border-radius:24px;padding:2px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.shop-virtual-scoreboard:after{content:"";z-index:-1;background:conic-gradient(transparent 0deg,rgba(255,165,0,.1) 30deg,transparent 60deg);border-radius:50%;width:200%;height:200%;animation:8s linear infinite shop-virtual-rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shop-virtual-scoreboard__team{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:160px;display:flex;position:relative}.shop-virtual-scoreboard__logo-wrap{width:max(80px,min(18vw,120px));height:max(80px,min(18vw,120px));position:relative}.shop-virtual-scoreboard__logo-ring{opacity:.6;border-radius:50%;width:calc(100% + 20px);height:calc(100% + 20px);animation:4s linear infinite shop-virtual-team-glow;position:absolute;top:50%;left:50%}.shop-virtual-scoreboard__logo-ring--goal{background:conic-gradient(gold 0deg,transparent 90deg,gold 180deg,transparent 270deg);animation:2s ease-in-out shop-virtual-goal-pulse}.shop-virtual-scoreboard__logo-ring--normal{background:conic-gradient(orange 0deg,transparent 90deg,orange 180deg,transparent 270deg)}.shop-virtual-scoreboard__logo-shell{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 100%);border:2px solid rgba(255,165,0,.3);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.3)}.shop-virtual-scoreboard__logo{object-fit:contain;-webkit-filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));width:70%;height:70%}.shop-virtual-scoreboard__team-name{color:transparent;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#fff 0%,orange 50%,#fff 100%);-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;max-width:140px;font-family:Roboto Condensed,sans-serif;font-size:max(1rem,min(2.5vw,1.25rem));font-weight:700;line-height:1.2}.shop-virtual-scoreboard__goal-badge{color:#000;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,gold 0%,orange 100%);border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:900;animation:2s ease-in-out shop-virtual-goal-bounce;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 20px rgba(255,215,0,.6)}.shop-virtual-scoreboard__center{flex-direction:column;flex:none;justify-content:center;align-items:center;padding:0 max(.5rem,min(3vw,1.5rem));display:flex;position:relative}.shop-virtual-scoreboard__score-box{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,rgba(0,0,0,.8) 0%,rgba(30,30,30,.8) 100%);border:2px solid rgba(255,165,0,.4);border-radius:20px;padding:max(.5rem,min(2vw,1rem)) max(1rem,min(3vw,1.5rem));box-shadow:0 8px 32px rgba(255,165,0,.2)}.shop-virtual-scoreboard__score{color:transparent;letter-spacing:2px;text-align:center;-webkit-filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));background:linear-gradient(135deg,#fff 0%,orange 30%,gold 70%,#fff 100%);-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;font-family:Roboto Condensed,monospace;font-size:max(3rem,min(10vw,5rem));font-weight:900;line-height:1}.shop-virtual-scoreboard__vs{color:rgba(255,165,0,.7);text-transform:uppercase;letter-spacing:2px;background:rgba(0,0,0,.8);border:1px solid rgba(255,165,0,.3);border-radius:10px;padding:.125rem .5rem;font-size:.7rem;font-weight:600;position:absolute;bottom:-8px}.shop-virtual-board{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;padding:0 .5rem .5rem}@media (min-width:600px){.shop-virtual-board{padding:0 1rem 1rem}}.shop-virtual-board__grid{grid-template-columns:1fr;gap:.25rem;margin-top:.125rem;display:grid}@media (min-width:600px){.shop-virtual-board__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.shop-virtual-board__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.shop-virtual-board__recent{background:rgba(0,0,0,.4);border-radius:4px;flex-wrap:wrap;gap:.25rem;margin-top:.25rem;display:flex}.shop-virtual-board__recent-item{text-align:center;background:rgba(255,255,255,.7);border-radius:4px;flex:100px;min-width:100px;padding:.25rem .5rem}.shop-virtual-board__recent-match{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:max(.7rem,min(2vw,.8rem));font-weight:500;overflow:hidden}.shop-virtual-board__recent-score{color:#000;font-size:max(1rem,min(2.6vw,1.2rem));font-weight:800;line-height:1.1}.shop-virtual-board__status{color:#fff}.shop-virtual-board__status--error{color:#ff6b6b}.shop-virtual-match-card{background:#fff;flex-direction:column;width:100%;height:100%;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.15)}.shop-virtual-match-card__body{flex-direction:column;flex:1;padding:4px;display:flex}.shop-virtual-match-card__meta{color:#333;justify-content:space-between;padding:.125rem .5rem;font-size:.6rem;display:flex}.shop-virtual-match-card__meta strong{font-size:.65rem}.shop-virtual-match-card__title{color:#fff;text-align:center;background:#000;padding:.2rem 0;font-size:.75rem;font-weight:700}.shop-virtual-match-info{background:#fff;justify-content:space-between;padding:.5px 4px;font-size:.7rem;display:flex}.shop-virtual-match-info__id{font-size:1rem}.shop-virtual-match-info__start{color:#666}.shop-virtual-match-info__countdown{color:#000;font-size:1.2rem}.shop-virtual-match-card__markets{flex-direction:column;flex-grow:1;gap:.125rem;display:flex}.shop-virtual-market-block{margin-bottom:.2rem}.shop-virtual-market-block__title{text-align:center;color:#fff;background:#00f;padding:.15rem 0;font-size:.75rem;font-weight:700}.shop-virtual-market-block__headers,.shop-virtual-market-block__odds{display:flex}.shop-virtual-market-block__headers{color:#fff;background:#000;font-size:.7rem;font-weight:700}.shop-virtual-market-block__odds{color:#111;background:#fff;border:1px solid #ccc;border-top:none}.shop-virtual-market-block__cell{text-align:center;border-right:1px solid #000;flex:1;padding:.15rem .25rem}.shop-virtual-market-block__cell:last-child{border-right:none}.shop-virtual-market-block__odds .shop-virtual-market-block__cell{color:#111;padding:1.3px;font-size:.95rem;font-weight:700}.shop-virtual-result{color:#fff;background:linear-gradient(135deg,#0f2027 0%,#203a43 50%,#2c5364 100%);width:100%;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;position:relative;overflow:auto}.shop-virtual-result__glow{-webkit-filter:blur(100px);filter:blur(100px);pointer-events:none;border-radius:50%;position:fixed}.shop-virtual-result__glow--a{background:rgba(0,255,157,.08);width:400px;height:400px;animation:8s ease-in-out infinite shop-virtual-float;top:15%;left:10%}.shop-virtual-result__glow--b{background:rgba(0,191,255,.08);width:350px;height:350px;animation:10s ease-in-out 2s infinite shop-virtual-float;bottom:10%;right:15%}.shop-virtual-result__header{z-index:10;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex;position:relative}.shop-virtual-result__badge{color:#0f2027;background:linear-gradient(135deg,#00ff9d 0%,#00bfff 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-family:monospace;font-size:2rem;font-weight:900;display:flex;box-shadow:0 0 40px rgba(0,255,157,.6)}.shop-virtual-result__title{color:transparent;letter-spacing:3px;text-transform:uppercase;background:linear-gradient(135deg,#00ff9d 0%,#00bfff 100%);-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;font-size:max(2rem,min(6vw,2.625rem));font-weight:700}.shop-virtual-result__subtitle{color:rgba(255,255,255,.7);text-align:center;letter-spacing:2px;font-size:1rem}.shop-virtual-result__panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:rgba(15,32,39,.85);border:1px solid rgba(0,255,157,.2);border-radius:20px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,255,157,.15)}.shop-virtual-result__item{background:linear-gradient(135deg,rgba(0,255,157,.05) 0%,rgba(0,191,255,.05) 100%);border:1px solid rgba(0,255,157,.2);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s}.shop-virtual-result__item:hover{border-color:rgba(0,255,157,.4);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,255,157,.25)}.shop-virtual-result__item:last-child{margin-bottom:0}.shop-virtual-result__item-head{border-bottom:1px solid rgba(0,255,157,.1);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.shop-virtual-result__item-index{color:rgba(255,255,255,.6);letter-spacing:1px;font-size:.875rem}.shop-virtual-result__status-pill{color:#00ff9d;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,rgba(0,255,157,.2) 0%,rgba(0,191,255,.2) 100%);border:1px solid rgba(0,255,157,.3);border-radius:20px;padding:4px 16px;font-size:.75rem;font-weight:600}.shop-virtual-result__matchup{justify-content:space-between;align-items:center;gap:2rem;display:flex}.shop-virtual-result__team{flex:1;font-size:max(1.25rem,min(4vw,1.75rem));font-weight:700}.shop-virtual-result__team--home{text-align:right;text-shadow:0 2px 10px rgba(0,255,157,.3)}.shop-virtual-result__team--away{text-align:left;text-shadow:0 2px 10px rgba(0,191,255,.3)}.shop-virtual-result__score-pill{background:linear-gradient(135deg,rgba(0,255,157,.15) 0%,rgba(0,191,255,.15) 100%);border:2px solid rgba(0,255,157,.3);border-radius:12px;align-items:center;gap:.5rem;padding:12px 24px;display:flex;box-shadow:0 4px 20px rgba(0,255,157,.2)}.shop-virtual-result__score-home{color:#00ff9d;text-shadow:0 0 20px rgba(0,255,157,.8);font-family:monospace;font-size:max(2rem,min(6vw,3rem));font-weight:900}.shop-virtual-result__score-away{color:#00bfff;text-shadow:0 0 20px rgba(0,191,255,.8);font-family:monospace;font-size:max(2rem,min(6vw,3rem));font-weight:900}.shop-virtual-result__score-sep{color:rgba(255,255,255,.5);font-size:max(1.5rem,min(4vw,2rem));font-weight:700}.shop-virtual-result__outcome{color:rgba(255,255,255,.6);text-align:center;border-top:1px solid rgba(0,255,157,.1);margin-top:1rem;padding-top:1rem;font-size:.875rem}.shop-virtual-result__empty{text-align:center;padding:4rem 1rem}.shop-virtual-result__empty-icon{color:rgba(255,255,255,.3);background:linear-gradient(135deg,rgba(0,255,157,.1) 0%,rgba(0,191,255,.1) 100%);border:2px solid rgba(0,255,157,.2);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:3rem;display:flex}.shop-virtual-result__empty-title{color:rgba(255,255,255,.8);margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.shop-virtual-result__empty-copy{color:rgba(255,255,255,.5);font-size:1rem}.shop-virtual-result__footer-line{pointer-events:none;background:linear-gradient(transparent 0%,rgba(0,255,157,.1) 100%);border-top:2px solid rgba(0,255,157,.2);height:80px;position:fixed;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){.shop-virtual-scoreboard:after,.shop-virtual-scoreboard__logo-ring,.shop-virtual-scoreboard__goal-badge,.shop-virtual-kickoff__countdown,.shop-virtual-kickoff__banner,.shop-virtual-timer,.shop-virtual-result__glow{animation:none!important}}.channel-virtual-board-shell.channel-match-board-shell{background:#111}.channel-virtual-board-shell .channel-match-board-main{background:#1a1a1a;flex-direction:column;min-height:0}.channel-virtual-board-shell .channel-match-board-header-slot>.channel-fll{width:100%;height:100%}.channel-virtual-board-shell .shop-virtual-board.channel-virtual-board__body{box-sizing:border-box;flex-direction:column;flex:auto;height:100%;min-height:0;padding:max(2px,min(.5cqh,8px)) max(4px,min(.8cqw,12px));display:flex;overflow:hidden}.channel-virtual-board-shell .shop-virtual-board__grid{flex:auto;grid-template-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:max(2px,min(.45cqh,6px));min-height:0;margin-top:0;display:grid;overflow:hidden}.channel-virtual-board-shell .shop-virtual-board__grid>div{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.channel-virtual-board-shell .shop-virtual-match-card{flex:auto;min-height:0;overflow:hidden}.channel-virtual-board-shell .shop-virtual-match-card__body{min-height:0;padding:max(1px,min(.25cqh,4px))}.channel-virtual-board-shell .shop-virtual-match-card__meta,.channel-virtual-board-shell .shop-virtual-match-card__title{flex-shrink:0}.channel-virtual-board-shell .shop-virtual-match-card__markets{flex-direction:column;flex:auto;gap:max(1px,min(.2cqh,3px));min-height:0;display:flex;overflow:hidden}.channel-virtual-board-shell .shop-virtual-market-block{flex-direction:column;flex:1 1 0;min-height:0;margin-bottom:0;display:flex;overflow:hidden}.channel-virtual-board-shell .shop-virtual-market-block__title{flex:.72 1 0;justify-content:center;align-items:center;min-height:max(8px,min(1.55cqh,14px));padding:max(1px,min(.22cqh,3px)) max(2px,min(.3cqw,4px));font-size:max(6px,min(1.2cqh,10px));line-height:1.05;display:flex}.channel-virtual-board-shell .shop-virtual-market-block__headers{flex:.82 1 0;align-items:stretch;min-height:max(8px,min(1.7cqh,14px));font-size:max(6px,min(1.2cqh,9px));display:flex}.channel-virtual-board-shell .shop-virtual-market-block__odds{color:#111;border-top:none;flex:1.65 1 0;align-items:center;min-height:max(14px,min(2.85cqh,26px));font-size:max(10px,min(2cqh,16px));display:flex}.channel-virtual-board-shell .shop-virtual-market-block__odds .shop-virtual-market-block__cell{color:#111;padding:max(2px,min(.35cqh,5px)) max(1px,min(.2cqw,3px));font-size:max(10px,min(2cqh,16px));font-weight:800}.channel-virtual-board-shell .shop-virtual-match-card__meta{color:#333}.channel-virtual-board-shell .shop-virtual-market-block__headers .shop-virtual-market-block__cell{text-overflow:ellipsis;justify-content:center;align-items:center;padding:max(1px,min(.18cqh,2px)) max(1px,min(.15cqw,2px));font-size:max(6px,min(1.1cqh,9px));font-weight:700;line-height:1.05;display:flex;overflow:hidden}.channel-virtual-board-shell .shop-virtual-market-block__cell{text-overflow:ellipsis;justify-content:center;align-items:center;min-width:0;line-height:1.1;display:flex;overflow:hidden}.channel-virtual-board-shell .shop-virtual-board__recent{flex:none;align-items:center;max-height:max(32px,min(9cqh,58px));margin-top:max(2px,min(.35cqh,6px));overflow:hidden}.channel-virtual-board-shell .shop-virtual-board__recent-item{flex:1 1 0;min-width:0;padding:max(1px,min(.25cqh,4px)) max(4px,min(.5cqw,8px))}.channel-virtual-board-shell .shop-virtual-board__recent-match{color:#111;font-size:max(7px,min(1.35cqh,11px));font-weight:600}.channel-virtual-board-shell .shop-virtual-board__recent-score{color:#000;font-size:max(10px,min(2.15cqh,16px));font-weight:800;line-height:1.05}.channel-virtual-board-shell .shop-virtual-match-card__meta{padding:max(1px,min(.2cqh,3px)) max(3px,min(.4cqw,6px));font-size:max(6px,min(1.2cqh,10px))}.channel-virtual-board-shell .shop-virtual-match-card__meta strong{font-size:max(6px,min(1.25cqh,10px))}.channel-virtual-board-shell .shop-virtual-match-card__title{padding:max(2px,min(.35cqh,5px)) 0;font-size:max(7px,min(1.45cqh,12px))}.channel-virtual-active-shell{background:#111}.channel-virtual-active-main{background:#000;min-height:0}.channel-virtual-active-main>.shop-virtual-ongoing{height:100%;min-height:0;padding:max(8px,min(2cqh,24px))}.channel-virtual-active-main>.shop-virtual-result{box-sizing:border-box;height:100%;min-height:0;padding:max(8px,min(2cqh,24px));overflow:auto}.channel-virtual-active-main .shop-virtual-result__glow{display:none}.channel-virtual-active-main .shop-virtual-result__header{margin-bottom:max(8px,min(2cqh,16px))}.channel-virtual-active-main .shop-virtual-result__badge{width:max(36px,min(8cqh,56px));height:max(36px,min(8cqh,56px));font-size:max(14px,min(3.5cqh,22px))}.channel-virtual-active-main .shop-virtual-result__title{letter-spacing:max(1px,min(.4cqw,3px));font-size:max(14px,min(4cqh,28px))}.channel-virtual-active-main .shop-virtual-result__subtitle{font-size:max(10px,min(2.2cqh,14px))}.channel-virtual-active-main .shop-virtual-result__panel{padding:max(6px,min(1.5cqh,12px))}.channel-virtual-active-main .shop-virtual-result__item{margin-bottom:max(6px,min(1.2cqh,10px));padding:max(8px,min(1.8cqh,14px))}.channel-virtual-active-main .shop-virtual-result__footer-line{display:none}.customer-virtual-main{background-position:50%;background-size:cover;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}@media (max-width:599px){.customer-virtual-main{padding-bottom:60px}}.customer-virtual-main__scroll{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;display:flex;overflow-x:hidden;overflow-y:auto}.customer-virtual-main__scroll::-webkit-scrollbar{display:none}.customer-virtual-matches{height:100%}.customer-virtual-options{color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;box-sizing:border-box;flex-direction:column;width:100%;min-width:320px;max-width:1900px;margin:0 auto;padding:8px;font-family:Roboto Condensed,sans-serif;display:flex}.customer-virtual-markets{flex-direction:column;gap:1rem;width:100%;max-width:900px;margin:0 auto;padding-top:2px;font-family:Roboto Condensed,sans-serif;display:flex}.customer-virtual-market-block{background:#222;border:1px solid #2f2f2f;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.customer-virtual-market-block__title{color:#fff;text-align:center;text-transform:uppercase;background:#e30000;border-bottom:1px solid #920000;padding:6px 12px;font-size:.85rem;font-weight:700}.customer-virtual-market-block__grid{scrollbar-width:none;-ms-overflow-style:none;background:#111;gap:2px;padding:2px;display:grid;overflow-x:auto;overflow-y:hidden}.customer-virtual-market-block__grid::-webkit-scrollbar{display:none}.customer-virtual-odd-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #333;border-radius:8px;flex-direction:column;justify-content:stretch;align-items:stretch;min-height:52px;padding:0;display:flex;overflow:hidden}.customer-virtual-odd-btn:hover:not(:disabled){border-color:#555}.customer-virtual-odd-btn--active{border-color:#fdd835}.customer-virtual-odd-btn--active:hover:not(:disabled){border-color:#fbc02d}.customer-virtual-odd-btn:disabled{cursor:not-allowed;opacity:.55;border-color:#2a2a2a}.customer-virtual-odd-btn__label{color:#111;text-align:center;background:#e6e6e6;padding:4px 2px;font-size:.75rem;font-weight:700;line-height:1.2}.customer-virtual-odd-btn--active .customer-virtual-odd-btn__label{background:#ffecb3}.customer-virtual-odd-btn__odds{color:#fff;text-align:center;background:#0c0c0c;padding:7px 2px;font-size:.95rem;font-weight:700;line-height:1.2}.customer-virtual-odd-btn--active .customer-virtual-odd-btn__odds{color:#fdd835}.customer-virtual-kickoff{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1200;background:rgba(0,0,0,.45);justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.customer-virtual-kickoff__card{background:rgba(255,255,255,.88);border:3px solid #d32f2f;border-radius:12px;flex-direction:column;align-items:center;gap:max(.75rem,min(2vw,1rem));min-width:min(280px,85vw);max-width:min(450px,90vw);padding:max(1rem,min(3vw,2rem));display:flex;box-shadow:0 8px 24px rgba(0,0,0,.2)}.customer-virtual-kickoff__title{color:#1976d2;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-size:max(.9rem,min(2.5vw,1.1rem));font-weight:700}.customer-virtual-kickoff__teams{flex-wrap:wrap;justify-content:center;align-items:center;gap:max(.5rem,min(2vw,.75rem));width:100%;display:flex}.customer-virtual-kickoff__team{color:#333;text-align:center;max-width:40%;font-size:max(.85rem,min(2.2vw,1.05rem));font-weight:600}.customer-virtual-kickoff__vs{color:#666;font-size:max(.75rem,min(2vw,.95rem));font-weight:700}.customer-virtual-kickoff__countdown{background:rgba(211,47,47,.1);border:5px solid #d32f2f;border-radius:50%;justify-content:center;align-items:center;width:max(80px,min(22vw,110px));height:max(80px,min(22vw,110px));animation:1s ease-in-out infinite shop-virtual-pulse;display:flex;box-shadow:0 4px 16px rgba(211,47,47,.3)}.customer-virtual-kickoff__countdown-value{color:#d32f2f;font-family:monospace;font-size:max(2.5rem,min(10vw,3.5rem));font-weight:900;line-height:1}.customer-virtual-kickoff__banner{background:#d32f2f;border-radius:6px;width:100%;padding:max(.5rem,min(2vw,.75rem));animation:1.5s ease-in-out infinite shop-virtual-blink}.customer-virtual-kickoff__banner-text{color:#fff;text-align:center;letter-spacing:max(1px,min(.3vw,2px));text-transform:uppercase;font-size:max(.9rem,min(2.5vw,1.2rem));font-weight:900}.customer-virtual-betslip{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:0;width:100%;height:100%;margin:0;padding:0;display:flex}.customer-virtual-betslip__alert{border-radius:4px;width:100%;margin-bottom:0;padding:.35rem .5rem;font-size:.75rem}.customer-virtual-betslip__alert--success{color:#81c784;background:rgba(76,175,80,.15);border:1px solid rgba(76,175,80,.35)}.customer-virtual-betslip__alert--error{color:#ef9a9a;background:rgba(211,47,47,.15);border:1px solid rgba(211,47,47,.35)}.customer-virtual-betslip__list{box-sizing:border-box;background:#1e1e1e;flex:1;width:100%;margin:0;padding:0;overflow-y:auto}.customer-virtual-betslip__empty{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;height:120px;display:flex}.customer-virtual-betslip__empty-title{color:#666;text-align:center;font-size:.75rem}.customer-virtual-betslip__empty-copy{color:#555;text-align:center;font-size:.65rem}.customer-virtual-betslip__row{border-bottom:1px solid #2a2a2a;grid-template-columns:1fr 48px 20px;align-items:center;gap:.25rem;min-height:32px;padding:.25rem;display:grid}.customer-virtual-betslip__row--even{background:#242424}.customer-virtual-betslip__row--odd{background:#1e1e1e}.customer-virtual-betslip__row:last-child{border-bottom:none}.customer-virtual-betslip__info{min-width:0;overflow:hidden}.customer-virtual-betslip__match{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;line-height:1.2;overflow:hidden}.customer-virtual-betslip__option{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.75rem;font-weight:500;line-height:1.3;overflow:hidden}.customer-virtual-betslip__odds{color:#fff;background:#1976d2;border-radius:3px;justify-content:center;align-items:center;padding:.15rem .25rem;font-size:.7rem;font-weight:600;display:flex}.customer-virtual-betslip__remove{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:2px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex}.customer-virtual-betslip__remove:hover{background:#c62828}.customer-virtual-betslip__remove:focus-visible{background:#c62828}.customer-virtual-betslip__remove svg{fill:currentColor;width:10px;height:10px}.customer-virtual-betslip__field{width:100%;margin-top:.25rem}.customer-virtual-betslip__label{color:#999;text-transform:uppercase;margin-bottom:.25rem;font-size:.65rem;font-weight:600;display:block}.customer-virtual-betslip__input{color:#fff;box-sizing:border-box;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;width:100%;height:32px;padding:0 .5rem;font-size:.8rem;font-weight:500}.customer-virtual-betslip__input:hover{border-color:#1976d2}.customer-virtual-betslip__input:focus{border-color:#1976d2;outline:none}.customer-virtual-betslip__quick-row{flex-wrap:wrap;gap:.25rem;width:100%;margin-top:.25rem;display:flex}.customer-virtual-betslip__quick-btn{color:#999;cursor:pointer;background:#000;border:1px solid #2a2a2a;border-radius:4px;flex:calc(50% - 4px);min-width:0;height:24px;padding:0 .25rem;font-size:.65rem}@media (min-width:600px){.customer-virtual-betslip__quick-btn{flex:1 1 0}}.customer-virtual-betslip__quick-btn:hover{color:#fff;background:#1976d2;border-color:#1976d2}.customer-virtual-betslip__quick-btn:focus-visible{color:#fff;background:#1976d2;border-color:#1976d2}.customer-virtual-betslip-summary{box-sizing:border-box;color:#fff;background:#1b1b1b;border:1px solid #2f2f2f;border-radius:4px;width:100%;margin-top:.25rem;padding:.5rem}.customer-virtual-betslip-summary__title{text-transform:uppercase;letter-spacing:.3px;color:#cfcfcf;text-align:center;font-size:.75rem;font-weight:700}.customer-virtual-betslip-summary__divider{border:none;border-top:1px solid #333;margin:.5rem 0}.customer-virtual-betslip-summary__grid{grid-template-columns:1fr;gap:.4rem;width:100%;display:grid}@media (min-width:600px){.customer-virtual-betslip-summary__grid{grid-template-columns:1fr 1fr}}.customer-virtual-betslip-summary__cell{background:#101010;border:1px solid #2a2a2a;border-radius:8px;min-width:0;padding:.5rem}.customer-virtual-betslip-summary__cell-label{color:#a8a8a8;font-size:.68rem}.customer-virtual-betslip-summary__cell-value{font-size:.86rem;font-weight:700}.customer-virtual-betslip-summary__cell-value--win{color:#4caf50}.customer-virtual-betslip-summary__cell-value--stake{color:#f5a623}.customer-virtual-betslip__place{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:4px;width:100%;height:36px;margin-top:.25rem;font-size:.85rem;font-weight:600}.customer-virtual-betslip__place:hover:not(:disabled){background:#388e3c}.customer-virtual-betslip__place:focus-visible:not(:disabled){background:#388e3c}.customer-virtual-betslip__place:disabled{color:#666;cursor:not-allowed;background:#333}.customer-virtual-betslip__clear{color:#d32f2f;cursor:pointer;background:0 0;border:1px solid #d32f2f;border-radius:4px;width:100%;height:28px;margin-top:.25rem;font-size:.7rem}.customer-virtual-betslip__clear:hover{background:rgba(211,47,47,.1);border-color:#c62828}.customer-virtual-betslip__clear:focus-visible{background:rgba(211,47,47,.1);border-color:#c62828}.customer-virtual-results{box-sizing:border-box;width:100%;padding:.5rem}.customer-virtual-results__message{text-align:center;padding:1rem;font-size:.875rem}.customer-virtual-results__message--error{color:#ef5350}.customer-virtual-results-table{background:#fff;border:1px solid #ccc;width:100%;max-width:450px;margin:0 auto;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.12)}.customer-virtual-results-table__head,.customer-virtual-results-table__row{grid-template-columns:40% 30% 30%;align-items:center;display:grid}.customer-virtual-results-table__head{color:#fff;background:#c00;font-weight:700}.customer-virtual-results-table__cell{min-width:0;padding:8px}.customer-virtual-results-table__cell--border{border-right:2px solid #000}.customer-virtual-results-table__row{cursor:pointer;border-left:6px solid gray}.customer-virtual-results-table__row--won{border-left-color:green}.customer-virtual-results-table__row--lost{border-left-color:red}.customer-virtual-results-table__row:hover{background:#f1f1f1}.customer-virtual-results-table__cell--right{text-align:right}.customer-virtual-results-dark{box-sizing:border-box;width:100%;height:100%;margin:0;padding:0}.customer-virtual-results-dark__loading{color:#ff9800;text-align:center;margin-bottom:.25rem;padding:.25rem .5rem 0;font-size:.75rem}.customer-virtual-results-dark__table{box-sizing:border-box;background:#1a1a1a;width:100%;height:100%;overflow-y:auto;box-shadow:0 2px 8px rgba(0,0,0,.2)}.customer-virtual-results-dark__table--short{height:calc(100% - 40px)}.customer-virtual-results-dark__head,.customer-virtual-results-dark__row{grid-template-columns:40% 30% 30%;align-items:center;display:grid}.customer-virtual-results-dark__head{color:#fff;background:#1976d2;height:28px;font-size:.75rem;font-weight:700}.customer-virtual-results-dark__cell{min-width:0;padding:2px 6px;font-size:.75rem;line-height:1rem}.customer-virtual-results-dark__cell--border{border-right:1px solid rgba(255,255,255,.1)}.customer-virtual-results-dark__cell--right{text-align:right}.customer-virtual-results-dark__row{cursor:pointer;color:#fff;border-left:3px solid gray;height:30px}.customer-virtual-results-dark__row--won{border-left-color:green}.customer-virtual-results-dark__row--lost{border-left-color:red}.customer-virtual-results-dark__row--odd{background:#1e1e1e}.customer-virtual-results-dark__row--even{background:#242424}.customer-virtual-results-dark__row:hover{background:#2a2a2a}.customer-virtual-results-dark__empty{text-align:center;color:#999;background:#1e1e1e;grid-column:1/-1;padding:2rem .5rem;font-size:.75rem}.customer-virtual-bet-modal__backdrop{z-index:1300;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.customer-virtual-bet-modal{background:#fff;border-radius:8px;width:100%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.2)}.customer-virtual-bet-modal__header{border-bottom:2px solid #000;justify-content:space-between;align-items:stretch;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.customer-virtual-bet-modal__header-item{flex:1;font-weight:700}.customer-virtual-bet-modal__header-item--center{text-align:center;border-left:1px solid #000;border-right:1px solid #000;padding:0 .5rem}.customer-virtual-bet-modal__selections{flex-direction:column;gap:.5rem;display:flex}.customer-virtual-bet-modal__selection{border:1px solid #ddd;border-radius:4px;padding:.75rem}.customer-virtual-bet-modal__close{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:4px;width:100%;height:36px;margin-top:1rem;font-weight:600}.customer-virtual-bet-modal__close:hover{background:#1565c0}.customer-virtual-bet-modal__close:focus-visible{background:#1565c0}.customer-virtual-game-layout{height:calc(var(--app-vh) - 50px);background:var(--customer-bg,#f5f5f5);grid-template:"main"1fr"bottomNav"/1fr;width:100vw;display:grid;position:relative;overflow:hidden}.customer-virtual-game-layout--with-topbar{grid-template-rows:auto 1fr auto;grid-template-areas:"topbar""main""bottomNav"}@media (min-width:600px){.customer-virtual-game-layout{grid-template-columns:var(--game-main-width,73%) var(--game-sidebar-width,27%);height:var(--app-vh);grid-template-rows:1fr;grid-template-areas:"main sidebar"}.customer-virtual-game-layout--with-topbar{grid-template-rows:auto 1fr;grid-template-areas:"topbar topbar""main sidebar"}}.customer-virtual-game-layout--custom-sidebar{height:var(--app-vh)}@media (min-width:900px){.customer-virtual-game-layout:not(.customer-virtual-game-layout--custom-sidebar){height:calc(var(--app-vh) - 55px)}}.customer-virtual-game-layout__topbar{color:#fff;background:#333;grid-area:topbar;justify-content:center;align-items:center;height:60px;display:flex}.customer-virtual-game-layout__topbar--customer{background:var(--customer-bg);height:var(--customer-topbar-height,56px);border-bottom:1px solid var(--customer-border)}.customer-virtual-game-layout__main{scrollbar-width:none;-ms-overflow-style:none;background:#000;flex-direction:column;grid-area:main;height:100%;min-height:0;display:flex;overflow:auto}.customer-virtual-game-layout__main::-webkit-scrollbar{display:none}.customer-virtual-game-layout__main--virtual{background:#fff;border-right:1px solid #e0e0e0;overflow:hidden}.customer-virtual-game-layout__main--customer{background:var(--customer-bg);border-right:none;overflow:hidden}.customer-virtual-game-layout__main--keno{background:#011627;overflow:hidden}.customer-virtual-game-layout__main-inner{flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}.customer-virtual-game-layout__sidebar{scrollbar-width:none;-ms-overflow-style:none;background:#121212;flex-direction:column;grid-area:sidebar;height:100%;min-height:0;display:none;overflow:hidden}.customer-virtual-game-layout__sidebar::-webkit-scrollbar{display:none}.customer-virtual-game-layout__sidebar--virtual{background:#000;border-left:1px solid #e0e0e0;padding:0}.customer-virtual-game-layout__sidebar--customer{background:var(--customer-panel-raised);border-left:1px solid var(--customer-border)}.customer-virtual-game-layout__sidebar--keno{background:#0e0f1a}@media (min-width:600px){.customer-virtual-game-layout__sidebar{display:flex}}.customer-virtual-game-layout__bottom-nav{grid-area:bottomNav}.customer-virtual-game-layout__sheet-backdrop{z-index:1200;background:rgba(0,0,0,.45);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@media (min-width:600px){.customer-virtual-game-layout__sheet-backdrop{display:none}}.customer-virtual-game-layout__sheet{background:var(--customer-panel-raised);color:#000;border:1px solid var(--customer-border);border-radius:.75rem;width:min(92vw,420px);max-height:min(85vh,640px);position:relative;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.25)}.customer-virtual-game-layout__sheet-close{z-index:1;color:inherit;cursor:pointer;background:0 0;border:none;padding:.25rem;line-height:0;position:absolute;top:8px;right:8px}.customer-virtual-game-layout__sheet-close svg{fill:currentColor;width:24px;height:24px}.customer-game-fab{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:1000;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);border:1px solid rgba(255,255,255,.16);border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;box-shadow:0 10px 22px rgba(0,0,0,.35)}@media (min-width:600px){.customer-game-fab{display:none}}.customer-game-fab:hover{outline:none;box-shadow:0 12px 26px rgba(0,0,0,.4)}.customer-game-fab:focus-visible{outline:none;box-shadow:0 12px 26px rgba(0,0,0,.4)}.customer-game-fab--open .customer-game-fab__icon{transform:rotate(90deg)}.customer-game-fab__icon{justify-content:center;align-items:center;transition:transform .2s;display:flex}.customer-game-fab--virtual{background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%)}.customer-game-fab--virtual:hover{background:linear-gradient(135deg,#ffb74d 0%,#ff9800 100%)}.customer-game-fab--virtual:focus-visible{background:linear-gradient(135deg,#ffb74d 0%,#ff9800 100%)}.customer-game-fab--keno{color:#111;background:linear-gradient(135deg,gold 0%,#ff8c00 100%)}.customer-game-fab--soccer{background:linear-gradient(135deg,#4caf50 0%,#66bb6a 100%)}.customer-keno-layout{width:100vw;height:var(--app-vh,100vh);background:var(--customer-bg,#011627);flex-direction:column;display:flex;overflow:hidden}.customer-keno-layout__topbar{width:100%;height:var(--customer-topbar-height,56px);min-height:var(--customer-topbar-height,56px);max-height:var(--customer-topbar-height,56px);background:var(--customer-bg,#333);color:#fff;border-bottom:1px solid var(--customer-border,rgba(255,255,255,.08));flex:none;justify-content:stretch;align-items:stretch;padding:0;display:flex;overflow:visible}.customer-keno-layout__topbar>*{flex:auto;width:100%;min-height:0}.customer-keno-layout__content{flex-direction:column;flex:1 1 0;width:100%;min-height:0;display:flex;overflow:hidden}@media (min-width:600px){.customer-keno-layout__content{flex-direction:row;align-items:stretch}}.customer-keno-layout__main{background:#011627;flex-direction:column;flex:1 1 0;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}@media (min-width:600px){.customer-keno-layout__main{border-right:1px solid #1f2937;flex:73%;width:auto}}.customer-keno-layout__sidebar{display:none}@media (min-width:600px){.customer-keno-layout__sidebar{background:var(--customer-panel-raised,#111);border-left:1px solid var(--customer-border,rgba(255,255,255,.1));flex-direction:column;flex:0 0 27%;width:27%;min-width:0;max-width:27%;min-height:0;display:flex;overflow:hidden}}.customer-keno-layout__fab{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:20;border:1px solid var(--customer-accent-border,rgba(59,130,246,.35));background:var(--customer-accent-gradient,linear-gradient(135deg, #2563eb 0%, #3b82f6 100%));color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;box-shadow:0 10px 22px rgba(0,0,0,.4)}@media (min-width:600px){.customer-keno-layout__fab{display:none}}.customer-keno-layout__fab:hover{background:var(--customer-accent-gradient-hover,linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%));outline:none;box-shadow:0 12px 26px rgba(0,0,0,.45)}.customer-keno-layout__fab:focus-visible{background:var(--customer-accent-gradient-hover,linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%));outline:none;box-shadow:0 12px 26px rgba(0,0,0,.45)}.customer-keno-layout__fab-icon{justify-content:center;align-items:center;transition:transform .2s;display:flex}.customer-keno-layout__fab-icon--open{transform:rotate(90deg)}.customer-keno-layout__fab-badge{color:#fff;background:linear-gradient(#1f1f1f 0%,#000 100%);border:1px solid rgba(255,255,255,.18);border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .25rem;font-size:.66rem;font-weight:800;line-height:1;display:flex;position:absolute;top:.25rem;right:.25rem;box-shadow:0 3px 8px rgba(0,0,0,.24)}.customer-keno-layout__overlay{z-index:30;background:rgba(0,0,0,.65);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@media (min-width:600px){.customer-keno-layout__overlay{display:none}}.customer-keno-layout__sheet{border:1px solid var(--customer-border,rgba(255,255,255,.1));background:var(--customer-panel-raised,#111);border-radius:8px;flex-direction:column;width:min(100%,26rem);max-height:min(85vh,40rem);display:flex;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.55)}.customer-keno-layout__sheet .customer-keno-sidebar,.customer-keno-layout__sidebar .customer-keno-sidebar{border-left:none;flex:auto;height:100%;min-height:0}.customer-keno-game{color:#fff;background:#011627;flex:auto;grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"countdown""board""recent";width:100%;height:100%;min-height:0;display:grid;overflow:hidden}@media (min-width:600px){.customer-keno-game{grid-template-rows:auto minmax(0,1fr) minmax(7.25rem,min(24vh,11rem))}}.customer-keno-countdown{flex:none;grid-area:countdown;width:100%;padding:.45rem .65rem .55rem}.customer-keno-countdown--betting{background:#021b33}.customer-keno-countdown--drawing{background:#3e2723}.customer-keno-countdown--waiting{background:#263238}.customer-keno-countdown__meta{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.customer-keno-countdown__label{color:rgba(255,255,255,.88);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:max(.72rem,min(1.6vw,.84rem));font-weight:700}.customer-keno-countdown__time{color:var(--customer-accent-soft,#60a5fa);font-variant-numeric:tabular-nums;margin:0;font-family:Roboto Condensed,Arial,Helvetica,sans-serif;font-size:max(1rem,min(2.4vw,1.2rem));font-weight:800;line-height:1}.customer-keno-countdown__track{background:#1c2c3a;border-radius:4px;width:100%;height:10px;position:relative;overflow:hidden}.customer-keno-countdown__fill{background:var(--customer-accent,#3b82f6);border-radius:4px;height:100%;transition:width 1s linear;position:absolute;top:0;right:0}.customer-keno-countdown--drawing .customer-keno-countdown__fill{background:#ff5722}.customer-keno-countdown--waiting .customer-keno-countdown__fill{background:#9e9e9e}.customer-keno-game__progress-wrap{flex:none;width:100%;padding:.25rem}.customer-keno-game__progress-wrap--betting{background:#021b33}.customer-keno-game__progress-wrap--drawing{background:#3e2723}.customer-keno-game__progress-wrap--waiting,.customer-keno-game__progress-wrap--idle{background:#263238}.customer-keno-game__progress{direction:rtl;background:#1c2c3a;border-radius:4px;width:100%;height:10px;overflow:hidden}.customer-keno-game__progress-bar{background:#29b6f6;border-radius:4px;height:100%;transition:width 1s linear}.customer-keno-game__progress-wrap--drawing .customer-keno-game__progress-bar{background:#ff5722}.customer-keno-game__progress-wrap--waiting .customer-keno-game__progress-bar,.customer-keno-game__progress-wrap--idle .customer-keno-game__progress-bar{background:#9e9e9e}.customer-keno-game__board-wrap{flex-direction:column;grid-area:board;min-height:0;display:flex;overflow:hidden}.customer-keno-game__board-paper{background:#424242;flex-direction:column;flex:auto;justify-content:center;width:100%;height:100%;min-height:0;padding:.5rem;display:flex}.customer-keno-game__recent{background:#011627;border-top:1px solid rgba(255,255,255,.08);flex-direction:column;grid-area:recent;min-height:0;padding:.35rem .5rem .45rem;display:flex;overflow:hidden}@media (min-width:600px){.customer-keno-game__recent{padding:.45rem .65rem .55rem}}@media (max-width:599px){.customer-keno-game__recent{padding-bottom:calc(4rem + env(safe-area-inset-bottom,0px))}}.customer-keno-board{background:#1c1f2e;flex:auto;grid-template-rows:repeat(6,minmax(0,1fr));grid-template-columns:repeat(10,minmax(0,1fr));gap:max(.2rem,min(.8vw,.35rem));width:100%;height:100%;min-height:0;padding:max(.25rem,min(1vw,.5rem));display:grid}.customer-keno-board__cell{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#0e0f1a;border:2px solid #333;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:.1rem;display:flex;position:relative}.customer-keno-board__cell--locked{cursor:default;opacity:.72}.customer-keno-board__cell:not(.customer-keno-board__cell--locked):hover{border-color:rgba(255,215,0,.35)}.customer-keno-board__cell:not(.customer-keno-board__cell--locked):focus-visible{outline-offset:1px;outline:2px solid gold}.customer-keno-board__cell:disabled{cursor:default}.customer-keno-board__cell--picked{border-color:rgba(255,215,0,.45);box-shadow:inset 0 0 0 1px rgba(255,215,0,.2)}.customer-keno-board__cell--limit:not(.customer-keno-board__cell--picked){opacity:.55;cursor:not-allowed}.customer-keno-board__cell--draw{cursor:default}.customer-keno-board__ghost{color:rgba(255,255,255,.35);font-size:max(.55rem,min(1.2vw,.75rem));font-weight:700}.customer-keno-board__drawn-ball{justify-content:center;align-items:center;display:flex;position:absolute;top:.08rem;bottom:.08rem;left:.08rem;right:.08rem}.customer-keno-ball{background:var(--keno-ball-color,#111);border:2px solid transparent;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .2s,border-color .2s;display:flex}.customer-keno-board__cell:not(.customer-keno-board__cell--locked):hover .customer-keno-ball{transform:scale(1.03)}.customer-keno-ball--picked{border-color:#fff}.customer-keno-ball--dimmed{opacity:.65}.customer-keno-ball__core{color:#111;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52%;height:52%;font-size:max(.55rem,min(1.4vw,.85rem));font-weight:800;line-height:1;display:flex}.customer-keno-recent{flex-direction:column;flex:auto;gap:.35rem;height:100%;min-height:0;display:flex;overflow:hidden}.customer-keno-recent__header{flex-shrink:0;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.customer-keno-recent__title{color:var(--customer-accent-soft,#60a5fa);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:max(.7rem,min(1.8vw,.78rem));font-weight:800}.customer-keno-recent__hint{color:rgba(255,255,255,.45);font-size:max(.58rem,min(1.5vw,.66rem));font-weight:600}.customer-keno-recent__list{flex:auto;grid-template-rows:repeat(3,minmax(0,1fr));gap:.28rem;min-height:0;display:grid;overflow:hidden}.customer-keno-recent__row{border:1px solid var(--customer-border-subtle,rgba(255,255,255,.06));background:rgba(255,255,255,.04);border-radius:6px;align-items:center;gap:.4rem;min-height:0;padding:.22rem .4rem;display:flex;overflow:hidden}.customer-keno-recent__id{color:rgba(255,255,255,.62);flex-shrink:0;min-width:2.25rem;font-size:max(.62rem,min(1.6vw,.7rem));font-weight:700}.customer-keno-recent__balls{flex-wrap:wrap;flex:auto;align-content:center;gap:.14rem;min-width:0;display:flex;overflow:hidden}.customer-keno-recent__chip{background:var(--keno-ball-color,#1e90ff);color:#0e0f1a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:max(.95rem,min(2.6vw,1.2rem));height:max(.95rem,min(2.6vw,1.2rem));padding:0 .1rem;font-size:max(.48rem,min(1.35vw,.58rem));font-weight:800;line-height:1;display:inline-flex}.customer-keno-recent__pending{color:rgba(255,255,255,.45);font-size:.68rem;font-style:italic}.customer-keno-recent__empty{text-align:center;color:rgba(255,255,255,.45);margin:0;padding:.75rem .25rem;font-size:.74rem}.customer-keno-sidebar{background:var(--customer-panel-raised,#111);border-left:none}.customer-keno-sidebar .customer-soccer-sidebar__tab{min-height:2.85rem;font-size:.84rem;font-weight:700}.customer-keno-sidebar .customer-soccer-sidebar__panel{background:var(--customer-panel-raised,#111);padding:.5rem .65rem}.customer-keno-betslip{background:var(--customer-panel,#0a0a0a);border:1px solid var(--customer-border,rgba(255,255,255,.1));border-radius:8px;flex-direction:column;flex:auto;width:100%;min-height:0;display:flex;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.32)}.customer-keno-betslip__header{background:var(--customer-panel-raised,#111);border-bottom:1px solid var(--customer-border-subtle,rgba(255,255,255,.06));justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.customer-keno-betslip__title-wrap{align-items:center;gap:.45rem;display:flex}.customer-keno-betslip__title-icon{color:var(--customer-accent-soft,#60a5fa)}.customer-keno-betslip__title{color:var(--customer-text,#fff);letter-spacing:.02em;margin:0;font-size:.92rem;font-weight:700}.customer-keno-betslip__count{background:var(--customer-accent-muted,rgba(59,130,246,.18));border:1px solid var(--customer-accent-border,rgba(59,130,246,.35));color:var(--customer-accent-soft,#60a5fa);border-radius:9999px;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.customer-keno-betslip__body{background:rgba(0,0,0,.22);flex-direction:column;flex:auto;gap:.65rem;min-height:0;padding:.75rem;display:flex}.customer-keno-betslip__alert{border-radius:6px;margin:0;padding:.45rem .55rem;font-size:.78rem;font-weight:600}.customer-keno-betslip__alert--success{color:#fff;background:linear-gradient(45deg,#2e7d32 20%,#43a047 90%)}.customer-keno-betslip__alert--error{color:#fff;background:linear-gradient(45deg,#c62828 20%,#e53935 90%)}.customer-keno-betslip__empty{text-align:center;color:rgba(255,255,255,.84);flex-direction:column;flex:auto;justify-content:center;align-items:center;min-height:10rem;display:flex}.customer-keno-betslip__empty-icon{color:var(--customer-accent-soft,#60a5fa);opacity:.45;margin-bottom:.35rem}.customer-keno-betslip__empty-title{margin:0;font-size:.84rem;font-weight:600}.customer-keno-betslip__numbers-header{color:rgba(255,255,255,.78);letter-spacing:.03em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.68rem;display:flex}.customer-keno-betslip__numbers{flex-wrap:wrap;gap:.5rem;display:flex}.customer-keno-betslip__number{border:1px solid var(--customer-accent-border,rgba(59,130,246,.35));width:2.1rem;height:2.1rem;color:var(--customer-accent-soft,#60a5fa);cursor:pointer;background:rgba(59,130,246,.12);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.8rem;font-weight:700;display:inline-flex;position:relative}.customer-keno-betslip__number-remove{color:#fff;background:#e53935;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.65rem;line-height:1;display:flex;position:absolute;top:-.3rem;right:-.3rem}.customer-keno-betslip__limit{background:var(--customer-accent-muted,rgba(59,130,246,.18));color:var(--customer-text,#fff);border-radius:4px;margin:0;padding:.35rem .5rem;font-size:.72rem;font-weight:600}.customer-keno-betslip__clear{color:rgba(255,255,255,.68);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:0 0;border:none;padding:0;font-size:.68rem;font-weight:600}.customer-keno-betslip__clear:hover{color:var(--customer-accent-soft,#60a5fa);outline:none}.customer-keno-betslip__clear:focus-visible{color:var(--customer-accent-soft,#60a5fa);outline:none}.customer-keno-betslip__field-label{color:rgba(255,255,255,.72);font-size:.78rem;font-weight:600}.customer-keno-betslip__stake-wrap{position:relative}.customer-keno-betslip__stake-icon{color:rgba(255,255,255,.68);pointer-events:none;font-size:.9rem;font-weight:700;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.customer-keno-betslip__input{border:1px solid var(--customer-accent-border,rgba(59,130,246,.35));width:100%;height:2.5rem;color:var(--customer-text,#fff);background:rgba(0,0,0,.38);border-radius:6px;padding:0 .65rem 0 1.75rem;font-size:.9rem;font-weight:600}.customer-keno-betslip__input:focus{border-color:var(--customer-accent,#3b82f6);outline:none}.customer-keno-betslip__quick-row{gap:.45rem;display:flex}.customer-keno-betslip__quick-btn{border:1px solid var(--customer-accent-border,rgba(59,130,246,.35));min-width:0;color:var(--customer-accent-soft,#60a5fa);cursor:pointer;background:rgba(0,0,0,.3);border-radius:4px;flex:1 1 0;padding:.35rem .25rem;font-size:.72rem;font-weight:700}.customer-keno-betslip__quick-btn:hover{border-color:var(--customer-accent,#3b82f6);background:var(--customer-accent-hover,rgba(59,130,246,.12));outline:none}.customer-keno-betslip__quick-btn:focus-visible{border-color:var(--customer-accent,#3b82f6);background:var(--customer-accent-hover,rgba(59,130,246,.12));outline:none}.customer-keno-betslip__submit{border:1px solid var(--customer-accent-border,rgba(59,130,246,.35));background:var(--customer-accent-gradient,linear-gradient(135deg, #2563eb 0%, #3b82f6 100%));color:#fff;cursor:pointer;border-radius:6px;width:100%;margin-top:.15rem;padding:.65rem .75rem;font-size:.86rem;font-weight:700;box-shadow:0 3px 10px rgba(0,0,0,.28)}.customer-keno-betslip__submit:hover:not(:disabled){background:var(--customer-accent-gradient-hover,linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%));border-color:var(--customer-accent-soft,#60a5fa);outline:none}.customer-keno-betslip__submit:focus-visible:not(:disabled){background:var(--customer-accent-gradient-hover,linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%));border-color:var(--customer-accent-soft,#60a5fa);outline:none}.customer-keno-betslip__submit:disabled{border-color:var(--customer-border-subtle,rgba(255,255,255,.06));color:var(--customer-text-muted,rgba(255,255,255,.62));cursor:not-allowed;background:rgba(255,255,255,.08)}.customer-keno-results{flex-direction:column;gap:.5rem;width:100%;display:flex}.customer-keno-results__table-wrap{border:1px solid var(--customer-border,rgba(255,255,255,.1));border-radius:6px;width:100%;max-width:28rem;margin:0 auto;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.35)}.customer-keno-results__table{border-collapse:collapse;background:var(--customer-panel,#0a0a0a);width:100%;color:var(--customer-text,#fff);font-size:.78rem}.customer-keno-results__table thead tr{background:var(--customer-accent-strong,#2563eb)}.customer-keno-results__table th{color:#fff;text-align:left;border-right:1px solid rgba(0,0,0,.2);padding:.45rem .35rem;font-weight:700}.customer-keno-results__table th:last-child{border-right:none}.customer-keno-results__amount{text-align:right!important}.customer-keno-results__row{cursor:pointer;transition:background .15s}.customer-keno-results__row:hover{background:var(--customer-accent-hover,rgba(59,130,246,.12))}.customer-keno-results__row td{border-top:1px solid var(--customer-border-subtle,rgba(255,255,255,.06));border-right:1px solid var(--customer-border-subtle,rgba(255,255,255,.06));padding:.4rem .35rem}.customer-keno-results__row td:last-child{border-right:none}.customer-keno-results__ticket{font-weight:700}.customer-keno-results__chip{color:#fff;letter-spacing:.02em;border-radius:9999px;padding:.1rem .4rem;font-size:.65rem;font-weight:700;display:inline-block}.customer-keno-results__chip--won{background:#2e7d32}.customer-keno-results__chip--lost{background:#c62828}.customer-keno-results__chip--pending{background:#ef6c00}.customer-keno-results__empty{text-align:center;color:var(--customer-text-muted,rgba(255,255,255,.62));font-style:italic;padding:1rem!important}.customer-keno-results__status{text-align:center;color:var(--customer-text-muted,rgba(255,255,255,.62));margin:0;font-size:.74rem}.customer-keno-results__status--error{color:var(--customer-danger,#ef4444)}.customer-keno-details-overlay{justify-content:center;align-items:center;padding:1rem;background:rgba(0,0,0,.72)!important;display:flex!important}.customer-keno-details{color:#fff;background:linear-gradient(160deg,#1a1d24 0%,#0d0f14 100%);border:1px solid rgba(255,215,0,.2);border-radius:10px;width:min(100%,26rem);max-height:min(90vh,40rem);padding:1rem 1.1rem;overflow-y:auto;box-shadow:0 16px 40px rgba(0,0,0,.5)}.customer-keno-details__header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.customer-keno-details__title{color:gold;margin:0;font-size:1rem;font-weight:700}.customer-keno-details__chips{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.customer-keno-details__chip{letter-spacing:.03em;color:#fff;border-radius:9999px;padding:.15rem .45rem;font-size:.62rem;font-weight:700;display:inline-block}.customer-keno-details__chip--won{background:#2e7d32}.customer-keno-details__chip--lost{background:#c62828}.customer-keno-details__chip--pending{background:#ef6c00}.customer-keno-details__chip--round-finished{background:#546e7a}.customer-keno-details__chip--round-active{background:#0277bd}.customer-keno-details__chip--round-scheduled{background:#6a1b9a}.customer-keno-details__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:.65rem;display:grid}.customer-keno-details__stat{background:rgba(255,255,255,.05);border-radius:6px;flex-direction:column;gap:.15rem;padding:.45rem .5rem;font-size:.72rem;display:flex}.customer-keno-details__stat strong{font-size:.88rem}.customer-keno-details__stat--info{color:#64b5f6}.customer-keno-details__stat--won{color:#66bb6a}.customer-keno-details__stat--lost{color:#ef5350}.customer-keno-details__stat--pending{color:#ffb74d}.customer-keno-details__meta{margin:0 0 .35rem;font-size:.72rem;line-height:1.45}.customer-keno-details__meta--muted{opacity:.7}.customer-keno-details__divider{background:rgba(255,255,255,.12);height:1px;margin:.65rem 0}.customer-keno-details__timeline{opacity:.85;font-size:.72rem;line-height:1.5}.customer-keno-details__timeline p{margin:0 0 .2rem}.customer-keno-details__group{margin-bottom:.75rem}.customer-keno-details__group-title{letter-spacing:.03em;text-transform:uppercase;opacity:.75;margin:0 0 .4rem;font-size:.68rem}.customer-keno-details__balls{flex-wrap:wrap;gap:.4rem;display:flex}.customer-keno-details__ball{background:#1f2937;border:1px solid rgba(255,255,255,.15);border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.72rem;font-weight:700;display:flex}.customer-keno-details__ball--success{background:#1b5e20}.customer-keno-details__ball--warning{background:#ef6c00}.customer-keno-details__ball--muted{background:#37474f}.customer-keno-details__none{opacity:.7;font-size:.78rem}.customer-keno-details__close-btn{color:gold;cursor:pointer;background:linear-gradient(45deg,#2a2d34 20%,#12151a 90%);border:1px solid rgba(255,215,0,.3);border-radius:6px;width:100%;margin-top:.5rem;padding:.55rem .75rem;font-size:.84rem;font-weight:700}.customer-keno-details__close-btn:hover{border-color:gold;outline:none}.customer-keno-details__close-btn:focus-visible{border-color:gold;outline:none}.customer-vf-layout,.customer-vf-main,.customer-vf-scheduled,.customer-vf-state,.customer-vf-sidebar,.customer-vf-more-overlay{font-family:Roboto Condensed,Arial,Helvetica,sans-serif}.customer-vf-layout{width:100vw;height:var(--app-vh,100vh);grid-template-rows:var(--customer-topbar-height,56px) minmax(0, 1fr);background:#f5f5f5;grid-template-areas:"topbar""main";display:grid;overflow:hidden}@media (min-width:600px){.customer-vf-layout{grid-template-columns:74% 26%;grid-template-areas:"topbar topbar""main sidebar"}}.customer-vf-layout__topbar{height:var(--customer-topbar-height,56px);min-height:var(--customer-topbar-height,56px);max-height:var(--customer-topbar-height,56px);color:#fff;background:#333;grid-area:topbar;justify-content:stretch;align-items:stretch;padding:0;display:flex;overflow:hidden}.customer-vf-layout__topbar>*{flex:auto;width:100%;min-height:0}.customer-vf-layout__main{background:#fff;border-right:1px solid transparent;flex-direction:column;grid-area:main;align-self:stretch;min-height:0;display:flex;overflow:hidden}@media (min-width:600px){.customer-vf-layout__main{border-right-color:#e0e0e0}}.customer-vf-layout__sidebar{display:none}@media (min-width:600px){.customer-vf-layout__sidebar{background:#000;flex-direction:column;grid-area:sidebar;align-self:stretch;min-height:0;display:flex;overflow:hidden}}.customer-vf-layout__fab{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:20;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,rgba(255,165,0,.96) 0%,rgba(255,120,0,.96) 100%);border:1px solid rgba(255,255,255,.16);border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;box-shadow:0 10px 22px rgba(0,0,0,.32)}@media (min-width:600px){.customer-vf-layout__fab{display:none}}.customer-vf-layout__fab:hover{background:linear-gradient(135deg,rgba(255,180,24,.98) 0%,rgba(255,140,0,.98) 100%);outline:none;box-shadow:0 12px 26px rgba(0,0,0,.36)}.customer-vf-layout__fab:focus-visible{background:linear-gradient(135deg,rgba(255,180,24,.98) 0%,rgba(255,140,0,.98) 100%);outline:none;box-shadow:0 12px 26px rgba(0,0,0,.36)}.customer-vf-layout__fab-icon{justify-content:center;align-items:center;transition:transform .2s;display:flex}.customer-vf-layout__fab-icon--open{transform:rotate(90deg)}.customer-vf-layout__fab-badge{color:#fff;background:linear-gradient(#1f1f1f 0%,#000 100%);border:1px solid rgba(255,255,255,.18);border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .25rem;font-size:.66rem;font-weight:800;line-height:1;display:flex;position:absolute;top:.25rem;right:.25rem;box-shadow:0 3px 8px rgba(0,0,0,.24)}.customer-vf-layout__overlay{z-index:30;background:rgba(0,0,0,.55);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@media (min-width:600px){.customer-vf-layout__overlay{display:none}}.customer-vf-layout__sheet{scrollbar-width:none;background:#fff;border-radius:8px;width:min(100%,26rem);max-height:min(85vh,40rem);overflow:auto;box-shadow:0 16px 40px rgba(0,0,0,.45)}.customer-vf-layout__sheet::-webkit-scrollbar{display:none}.customer-vf-sidebar{color:#fff;background:#1a1a1a;flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.customer-vf-sidebar__tabs{background:#121212;border-bottom:2px solid #2a2a2a;flex-shrink:0;display:flex}.customer-vf-sidebar__tab{color:#999;cursor:pointer;background:0 0;border:none;border-bottom:3px solid transparent;flex:1 1 0;min-width:0;padding:.85rem .5rem;font-size:.95rem;font-weight:600}.customer-vf-sidebar__tab:hover{color:#fff;outline:none}.customer-vf-sidebar__tab:focus-visible{color:#fff;outline:none}.customer-vf-sidebar__tab--active{color:#fff;border-bottom-color:#1976d2}.customer-vf-sidebar__panel{scrollbar-width:thin;scrollbar-color:#444 #222;background:#1a1a1a;flex:auto;min-height:0;overflow-x:hidden;overflow-y:auto}.customer-vf-main{background:#111;flex-direction:column;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.customer-vf-main__error{text-align:center;color:#f44336;padding:1rem}.customer-vf-main__loading{flex-direction:column;flex:auto;justify-content:center;align-items:center;display:flex}.customer-vf-main__loading img{width:5rem;height:5rem;margin-bottom:1rem}.customer-vf-main__loading p{color:#fff;text-align:center;margin:0;font-size:1.1rem;font-weight:600}.customer-vf-main__scheduled-wrap{flex-direction:column;flex:auto;min-height:0;display:flex}.customer-vf-main__scheduled-scroll{flex:auto;min-height:0;overflow:hidden}.customer-vf-scheduled,.customer-vf-state{--vf-teams-inner-logo:20%;--vf-teams-inner-name:23%;--vf-teams-inner-vs:8%;--vf-teams-inner-index:7%}.customer-vf-scheduled{--vf-teams-inner-logo:23%;--vf-teams-inner-name:23%;--vf-col-number:4%;--vf-col-teams:30%;--vf-col-chevron:5%;--vf-row-cols:minmax(0, var(--vf-col-number)) minmax(0, var(--vf-col-teams)) minmax(0, var(--vf-col-chevron)) minmax(0, 1fr);--vf-row-cols-md:var(--vf-row-cols)}@media (min-width:900px){.customer-vf-scheduled{--vf-col-number:3%;--vf-col-teams:20%;--vf-col-chevron:4%;--vf-row-cols:minmax(0, var(--vf-col-number)) minmax(0, var(--vf-col-teams)) minmax(0, var(--vf-col-chevron)) minmax(0, 1fr)}}.customer-vf-teams-inner{grid-template-columns:var(--vf-teams-inner-logo) minmax(0, var(--vf-teams-inner-name)) var(--vf-teams-inner-vs) minmax(0, var(--vf-teams-inner-name)) var(--vf-teams-inner-logo);box-sizing:border-box;align-items:center;column-gap:max(2px,min(.6cqi,6px));width:100%;min-width:0;height:100%;display:grid}.customer-vf-teams-inner--state{grid-template-columns:var(--vf-teams-inner-index) minmax(0, 1fr) minmax(0, 1fr) var(--vf-teams-inner-score) minmax(0, 1fr) minmax(0, 1fr);column-gap:max(2px,min(.6cqi,6px));width:100%;max-width:100%;min-height:0;padding:0 max(2px,min(.6cqi,8px));overflow:hidden}@media (min-width:900px){.customer-vf-teams-inner--state{column-gap:max(3px,min(.45cqi,8px))}}.customer-vf-scheduled{color:#fff;--vf-row-num-font:clamp(.7rem, 2.65cqi, .98rem);--vf-team-font:clamp(.72rem, 3.2cqi, 1.1rem);--vf-vs-font:clamp(.72rem, 3.4cqi, 1.05rem);--vf-odds-font:clamp(.8rem, 3.6cqi, 1.15rem);--vf-odds-label-font:clamp(.62rem, 2.6cqi, .86rem);--vf-market-headers-h:clamp(1.35rem, 6.5cqh, 2rem);--vf-row-logo-h:70%;--vf-row-odds-h:80%;--vf-team-name-max:clamp(.72rem, 4.2cqi, 1.05rem);background:#111;flex-direction:column;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:visible;container:vf-scheduled/inline-size}@media (min-width:900px){.customer-vf-scheduled{--vf-team-name-max:clamp(.88rem, 3cqi, 1.12rem)}}.customer-vf-scheduled__info{flex:0 0 5%;min-height:1.75rem}.customer-vf-scheduled__topbar{z-index:10;flex-direction:column;flex:0 0 25%;min-height:5rem;display:flex;position:relative;overflow:visible}.customer-vf-scheduled__topbar>*{flex:auto;width:100%;min-height:0}.customer-vf-scheduled__market-headers{z-index:30;flex:0 0 var(--vf-market-headers-h);height:var(--vf-market-headers-h);min-height:var(--vf-market-headers-h);margin-top:calc(-1 * var(--vf-market-headers-h));grid-template-columns:var(--vf-row-cols);pointer-events:none;background:0 0;border:none;align-items:stretch;display:grid;position:relative}.customer-vf-scheduled__market-headers-bar{grid-column:1/-1;grid-template-columns:var(--vf-row-cols);pointer-events:auto;border-radius:4px 4px 0 0;align-items:stretch;width:100%;min-width:0;height:100%;display:grid;overflow:hidden;box-shadow:0 1px rgba(0,0,0,.35)}.customer-vf-scheduled__market-tabs{box-sizing:border-box;contain:inline-size;background:linear-gradient(rgba(34,34,34,.98) 0%,rgba(22,22,22,.98) 100%);border-right:1px solid rgba(255,255,255,.1);grid-column:1/4;align-items:stretch;width:auto;min-width:0;max-width:100%;padding:0;display:flex;overflow:hidden}.customer-vf-scheduled__market-tabs>*{flex:auto;width:100%;min-width:0;max-width:100%}.customer-vf-market-tabs__control{z-index:0;width:100%;min-width:0;max-width:100%;height:100%;position:relative;top:auto;bottom:auto;left:auto;right:auto}.customer-vf-market-tabs__button{width:100%;min-width:0;max-width:100%;box-shadow:none}.customer-vf-market-tabs__value{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}@media (max-width:899px){.customer-vf-scheduled .customer-vf-market-headers .customer-vf-odds-label{font-size:max(.48rem,min(2cqi,.68rem))}.customer-vf-scheduled .customer-vf-match-row__number{padding:0;font-size:max(.62rem,min(2.15cqi,.82rem))}}.customer-vf-scheduled__market-headers-bar>.customer-vf-market-headers{background:#d00;grid-column:4/5;min-width:0;height:100%;overflow:hidden}.customer-vf-market-tabs__button:hover{box-shadow:none;background:rgba(255,255,255,.06);outline:none;transform:none}.customer-vf-market-tabs__button:focus-visible{box-shadow:none;background:rgba(255,255,255,.06);outline:none;transform:none}.customer-vf-scheduled__rows{z-index:5;flex-direction:column;flex:1 1 0;min-height:0;display:flex;position:relative;overflow:hidden}.customer-vf-scheduled__market-headers-spacer{min-width:0}.customer-vf-market-headers{width:100%;height:100%;min-height:0;overflow:hidden}.customer-vf-scheduled .customer-vf-market-headers__desktop{background:#d00;border-radius:0;flex-direction:row;align-items:stretch;gap:0;width:100%;height:100%;display:none;overflow:hidden}.customer-vf-scheduled .customer-vf-market-headers__mobile{background:#d00;border-radius:0;align-items:stretch;gap:0;width:100%;height:100%;display:grid;overflow:hidden}.customer-vf-scheduled .customer-vf-market-headers .customer-vf-odds-label{color:#fff;font-size:max(.5rem,min(2.2cqi,.74rem));font-weight:700}@media (min-width:900px){.customer-vf-scheduled__market-headers,.customer-vf-scheduled__market-headers-bar{grid-template-columns:var(--vf-row-cols-md)}.customer-vf-scheduled .customer-vf-market-headers__desktop{display:flex}.customer-vf-scheduled .customer-vf-market-headers__mobile{display:none}}.customer-vf-scheduled__rows>.customer-vf-match-row{flex:1 1 0;height:auto;min-height:0;overflow:hidden}.customer-vf-scheduled__info-bar{z-index:10;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border-bottom:2px solid #444;justify-content:space-between;align-items:center;height:100%;padding:0 max(8px,min(1.5vw,24px));display:flex;position:relative}.customer-vf-scheduled__info-left{align-items:center;gap:max(6px,min(1vw,12px));display:flex}.customer-vf-scheduled__info-logo{object-fit:contain;width:max(24px,min(2.5vw,36px));height:max(24px,min(2.5vw,36px))}.customer-vf-scheduled__info-season{color:#fff;text-transform:uppercase;letter-spacing:.03em;font-size:max(.65rem,min(.9vw,1rem));font-weight:600}.customer-vf-scheduled__info-week{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#d00;border-radius:4px;padding:max(2px,min(.4vw,6px)) max(8px,min(1.2vw,16px));font-size:max(.65rem,min(.85vw,1rem));font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.customer-vf-scheduled__info-clock-wrap{align-items:center;gap:max(4px,min(.6vw,8px));display:flex}.customer-vf-scheduled__info-clock-label{color:#aaa;text-transform:uppercase;font-size:max(.6rem,min(.8vw,.9rem));font-weight:500}.customer-vf-scheduled__info-clock{color:#fff;letter-spacing:.06em;background:#111;border:2px solid #d00;border-radius:4px;padding:max(1px,min(.3vw,4px)) max(6px,min(1vw,12px));font-family:ui-monospace,monospace;font-size:max(.75rem,min(1.1vw,1.2rem));font-weight:700}.customer-vf-scheduled__fallback{background:#1a1a1a;width:100%;height:100%}.customer-vf-scheduled__spinner-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.customer-vf-scheduled__spinner{border:2px solid #d00;border-top-color:transparent;border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite customer-vf-spin}@keyframes customer-vf-spin{to{transform:rotate(360deg)}}.customer-vf-match-row{grid-template-columns:var(--vf-row-cols);border-bottom:2px solid #333;align-items:stretch;width:100%;display:grid;position:relative;overflow:visible;container:vf-match-row/size}.customer-vf-match-row--odd{color:#111;background:#f7f7f7}.customer-vf-match-row--even{color:#111;background:#e0e0e0}.customer-vf-match-row--blurred{-webkit-filter:blur(2px);filter:blur(2px);pointer-events:none}.customer-vf-match-row__chevron{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.customer-vf-match-row__chevron svg{fill:#d32f2f;width:max(22px,min(4.75cqi,32px));height:max(22px,min(4.75cqi,32px))}.customer-vf-match-row__odds{grid-column:4;align-items:center;width:100%;height:100%;min-height:0;padding-right:2px;display:flex;overflow:visible}.customer-vf-match-row__number{color:#111;height:100%;font-size:var(--vf-row-num-font,.8rem);text-align:center;font-variant-numeric:tabular-nums;background:0 0;border-right:2px solid #ccc;justify-content:center;align-items:center;padding:0 .125rem;font-weight:700;display:flex}.customer-vf-scheduled .customer-vf-teams-inner{grid-template-columns:minmax(0, var(--vf-teams-inner-logo)) minmax(0, var(--vf-teams-inner-name)) var(--vf-teams-inner-vs) minmax(0, var(--vf-teams-inner-name)) minmax(0, var(--vf-teams-inner-logo));column-gap:max(1px,min(.35cqi,4px))}.customer-vf-scheduled .customer-vf-match-row__teams{padding-right:0}.customer-vf-scheduled .customer-vf-match-row__team-logo-wrap{justify-self:center;width:100%;max-width:100%}.customer-vf-scheduled .customer-vf-match-row__chevron{justify-self:start;width:auto;min-width:0;padding:0}.customer-vf-scheduled .customer-vf-match-row__chevron svg{width:max(18px,min(4cqi,28px));height:max(18px,min(4cqi,28px))}.customer-vf-match-row__teams{box-sizing:border-box;cursor:pointer;pointer-events:auto;align-self:stretch;align-items:center;column-gap:max(2px,min(.6cqi,6px));width:100%;height:100%;margin:0;padding:0 max(2px,min(.6cqi,8px));overflow:hidden}.customer-vf-match-row__team-logo-wrap{width:100%;height:var(--vf-row-logo-h,70%);max-height:var(--vf-row-logo-h,70%);justify-content:center;align-self:center;justify-self:center;align-items:center;min-width:0;display:flex}.customer-vf-scheduled .customer-vf-match-row__team-logo{aspect-ratio:1;object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%;display:block}.customer-vf-scheduled .customer-vf-match-row__team-name-wrap{--team-name-fit-max:var(--vf-team-name-max)}.customer-vf-match-row__team-name-wrap{text-align:center;justify-content:center;align-self:center;align-items:center;width:100%;min-width:0;display:flex;overflow:hidden}.customer-vf-match-row__team-name{color:#111;max-width:100%;font-size:var(--team-name-fit-max,var(--vf-team-font,1rem));text-align:center;white-space:nowrap;font-weight:700;line-height:1;display:inline-block;overflow:visible}.customer-vf-match-row__vs-wrap{justify-content:center;align-self:center;align-items:center;display:flex;container-type:inline-size}.customer-vf-match-row__vs{color:#d32f2f;font-size:var(--vf-vs-font,1rem);white-space:nowrap;text-align:center;flex-shrink:0;align-self:center;padding:0 max(1px,min(.35cqi,4px));font-weight:800;line-height:1}.customer-vf-scheduled .customer-vf-options-grid{height:var(--vf-row-odds-h,80%);max-height:var(--vf-row-odds-h,80%);font-size:var(--vf-odds-font,.86rem);align-self:center}.customer-vf-scheduled .customer-vf-odds-cell{min-width:0;height:100%;font-size:inherit;font-variant-numeric:tabular-nums;letter-spacing:.01em;justify-content:center;align-items:center;margin:0;font-weight:700;line-height:1.05;display:flex}.customer-vf-scheduled .customer-vf-odds-label{font-size:var(--vf-odds-label-font,.6rem);font-weight:700}.customer-vf-scheduled .customer-vf-odds-grid-desktop,.customer-vf-scheduled .customer-vf-odds-grid-mobile{align-items:center}.customer-vf-more-overlay{top:0;bottom:0;right:0;left:var(--vf-more-left,0);z-index:10;--vf-more-title-font:clamp(.52rem, 3.5cqh, .82rem);--vf-more-body-font:clamp(.48rem, 3.2cqh, .76rem);--vf-more-odds-font:clamp(.48rem, 3.2cqh, .76rem);background:rgba(255,255,255,.98);flex-direction:column;justify-content:flex-start;align-items:stretch;width:auto;height:100%;padding:0;transition:left .2s,width .2s;display:flex;position:absolute;overflow:hidden;box-shadow:0 3px 12px rgba(0,0,0,.2);container:vf-more-overlay/size}.customer-vf-more-overlay>*{flex:auto;width:100%;min-height:0}@media (min-width:900px){.customer-vf-more-overlay{left:var(--vf-more-left-md,var(--vf-more-left,0))}.customer-vf-match-row{grid-template-columns:var(--vf-row-cols-md,var(--vf-row-cols))}.customer-vf-match-row__odds{padding-right:0}}.customer-vf-betslip{box-sizing:border-box;flex-direction:column;width:100%;height:100%;min-height:0;margin:0;padding:0;display:flex}.customer-vf-betslip__alert{text-align:center;margin:0;padding:.35rem .5rem;font-size:.75rem}.customer-vf-betslip__alert--error{color:#f44336;background:rgba(244,67,54,.12)}.customer-vf-betslip__alert--success{color:#4caf50;background:rgba(76,175,80,.12)}.customer-vf-betslip__list{background:#1e1e1e;flex:auto;min-height:0;overflow-y:auto}.customer-vf-betslip__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;height:7.5rem;padding:.5rem;display:flex}.customer-vf-betslip__empty-title{color:#666;margin:0;font-size:.75rem}.customer-vf-betslip__empty-copy{color:#555;margin:0;font-size:.65rem}.customer-vf-betslip__row{border-bottom:1px solid #2a2a2a;align-items:center;gap:.25rem;min-height:2rem;padding:.25rem;display:grid}.customer-vf-betslip__row--odd{background:#1e1e1e}.customer-vf-betslip__row--even{background:#242424}.customer-vf-betslip__row--single{grid-template-columns:1fr 2.5rem 2.5rem 1.25rem}.customer-vf-betslip__row--system{grid-template-columns:1fr 3rem 1.25rem}.customer-vf-betslip__info{min-width:0;overflow:hidden}.customer-vf-betslip__match{color:#999;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.7rem;line-height:1.2;overflow:hidden}.customer-vf-betslip__option{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:.15rem 0 0;font-size:.75rem;font-weight:500;line-height:1.3;overflow:hidden}.customer-vf-betslip__odds{color:#fff;background:#1976d2;border-radius:3px;justify-content:center;align-items:center;width:100%;padding:.15rem .25rem;font-size:.7rem;font-weight:600;line-height:1;display:flex}.customer-vf-betslip__stake-input{color:#4caf50;font-variant-numeric:tabular-nums;text-align:center;background:#242424;border:1px solid #3a3a3a;border-radius:4px;width:100%;height:1.75rem;padding:.125rem .25rem;font-size:.72rem;font-weight:700}.customer-vf-betslip__stake-input:hover{border-color:#4caf50}.customer-vf-betslip__stake-input:focus{border-color:#4caf50;outline:none}.customer-vf-betslip__remove{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:2px;justify-content:center;align-items:center;width:1rem;height:1rem;padding:0;display:flex}.customer-vf-betslip__remove:hover{background:#c62828;outline:none}.customer-vf-betslip__remove:focus-visible{background:#c62828;outline:none}.customer-vf-betslip__remove svg{fill:currentColor;width:.6rem;height:.6rem}.customer-vf-betslip__controls{background:#000;border-top:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a;width:100%;padding:.25rem}.customer-vf-betslip__type-group{width:100%;height:1.5rem;display:flex}.customer-vf-betslip__type-btn{color:#fff;cursor:pointer;background:#000;border:1px solid #000;flex:1 1 0;min-width:0;font-size:.68rem;font-weight:600}.customer-vf-betslip__type-btn--active{background:#1976d2}.customer-vf-betslip__type-btn:disabled{color:#999;cursor:not-allowed;background:#333}.customer-vf-betslip__type-btn:not(:disabled):hover{background:#333;outline:none}.customer-vf-betslip__type-btn:not(:disabled):focus-visible{background:#333;outline:none}.customer-vf-betslip__type-btn--active:not(:disabled):hover{background:#1565c0}.customer-vf-betslip__footer{width:100%;padding:0 .25rem .25rem}.customer-vf-betslip__label{color:#999;text-transform:uppercase;margin:.25rem 0;font-size:.65rem;font-weight:600;display:block}.customer-vf-betslip__total-input{color:#fff;background:#242424;border:1px solid #2a2a2a;border-radius:4px;width:100%;height:2rem;padding:0 .5rem;font-size:.75rem;font-weight:600}.customer-vf-betslip__total-input:focus{border-color:#1976d2;outline:none}.customer-vf-betslip__quick-row{align-items:stretch;gap:.25rem;margin-top:.25rem;display:flex}.customer-vf-betslip__quick-btn{color:#fff;font-variant-numeric:tabular-nums;cursor:pointer;background:#2d2c2b;border:1px solid #3a3a3a;border-radius:4px;flex:1 1 0;min-width:0;height:2rem;padding:0 .15rem;font-size:.72rem;font-weight:700;line-height:1}.customer-vf-betslip__quick-btn:hover{background:#424242;border-color:#1976d2;outline:none}.customer-vf-betslip__quick-btn:focus-visible{background:#424242;border-color:#1976d2;outline:none}.customer-vf-betslip__quick-btn--active{color:#fff;background:#1976d2;border-color:#1976d2}.customer-vf-betslip__quick-btn--clear{color:#fff;background:#d32f2f;border-color:#c62828;flex:0 0 2rem;min-width:2rem;font-size:.8rem;font-weight:800}.customer-vf-betslip__quick-btn--clear:hover{background:#c62828;border-color:#b71c1c}.customer-vf-betslip__quick-btn--clear:focus-visible{background:#c62828;border-color:#b71c1c}.customer-vf-betslip__summary{background:#1976d2;border-radius:4px;margin-top:.25rem;overflow:hidden}.customer-vf-betslip__summary-row{color:#fff;justify-content:space-between;align-items:center;padding:.25rem .5rem;font-size:.7rem;display:flex}.customer-vf-betslip__summary-row+.customer-vf-betslip__summary-row{border-top:1px solid rgba(255,255,255,.15)}.customer-vf-betslip__summary-row strong{font-weight:600}.customer-vf-betslip__actions{gap:.5rem;margin-top:.25rem;display:flex}.customer-vf-betslip__clear,.customer-vf-betslip__place{cursor:pointer;border-radius:4px;flex:1 1 0;min-width:0;padding:.5rem .25rem;font-size:.75rem;font-weight:600}.customer-vf-betslip__clear{color:#f44336;background:0 0;border:1px solid #f44336}.customer-vf-betslip__clear:hover{background:rgba(244,67,54,.1);outline:none}.customer-vf-betslip__clear:focus-visible{background:rgba(244,67,54,.1);outline:none}.customer-vf-betslip__place{color:#fff;background:#4caf50;border:none;box-shadow:0 2px 4px rgba(76,175,80,.3)}.customer-vf-betslip__place:hover:not(:disabled){background:#45a049;outline:none}.customer-vf-betslip__place:focus-visible:not(:disabled){background:#45a049;outline:none}.customer-vf-betslip__place:disabled{color:#999;cursor:not-allowed;background:#666}.customer-vf-state{color:#fff;--vf-state-col-match:39%;--vf-state-row-cols:minmax(0, var(--vf-state-col-match)) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);--vf-row-logo-h:70%;--vf-team-name-max:clamp(.72rem, 4.2cqi, 1.05rem);--vf-teams-inner-score:clamp(1.75rem, 8cqi, 2.2rem);background:#111;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:visible;container:vf-state/inline-size}@media (min-width:900px){.customer-vf-state{--vf-state-col-match:27%;--vf-team-name-max:clamp(.82rem, 2.8cqi, 1.08rem);--vf-teams-inner-score:clamp(1.9rem, 6.5cqi, 2.4rem)}}.customer-vf-state .customer-vf-state-row{grid-template-columns:var(--vf-state-row-cols);align-items:stretch;width:100%;min-width:0;display:grid;container:vf-state-row/size}.customer-vf-state .customer-vf-state-row__match{border-right:3px solid #111;justify-content:flex-start;align-items:stretch;width:100%;min-width:0;max-width:100%;height:100%;display:flex;overflow:hidden}.customer-vf-state .customer-vf-teams-inner--state{--team-name-fit-max:var(--vf-team-name-max)}.customer-vf-state .customer-vf-state-team-logo-wrap{width:100%;min-width:0;max-width:100%;height:min(var(--vf-row-logo-h,70%), 70cqh);max-height:min(var(--vf-row-logo-h,70%), 70cqh);justify-content:center;align-self:center;justify-self:center;align-items:center;display:flex;overflow:hidden}.customer-vf-state .customer-vf-state-team-logo{aspect-ratio:1;object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%;display:block}.customer-vf-state .customer-vf-state-score{color:#d32f2f;letter-spacing:.04em;white-space:nowrap;font-variant-numeric:tabular-nums;justify-content:center;justify-self:center;align-items:center;min-width:0;max-width:100%;font-size:max(.72rem,min(5.5cqi,1rem));font-weight:700;line-height:1;display:flex;overflow:hidden}@media (min-width:900px){.customer-vf-state .customer-vf-state-score{font-size:max(.82rem,min(4.5cqi,1.05rem))}}.customer-vf-state__info{flex:0 0 5%;min-height:1.75rem}.customer-vf-state__topbar{z-index:20;flex-direction:column;flex:0 0 25%;min-height:5rem;display:flex;position:relative;overflow:visible}.customer-vf-state__topbar>*{flex:auto;width:100%;min-height:0}.customer-vf-state__table{flex:70%;width:100%;min-height:0;position:relative;overflow:hidden}.customer-vf-state__table-inner{flex-direction:column;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.customer-vf-state__table-inner>.customer-vf-state-row{flex:1 1 0;min-width:0;min-height:0}.customer-vf-state__empty{color:#aaa;justify-content:center;align-items:center;height:100%;padding:1rem;font-size:.875rem;display:flex}._root_e44cb_1{background:#1a1a1a;border-bottom:1px solid #333;align-items:stretch;width:100%;height:100%;min-height:0;padding:0;display:flex;position:relative;overflow:visible}._background_e44cb_14{z-index:0;opacity:.6;background-image:url(/assets/Stadium.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}._desktopGrid_e44cb_26{grid-template-columns:repeat(4,1fr);align-items:stretch;width:100%;height:100%;min-height:0;animation:.6s ease-out _slideInTopBar_e44cb_1;display:none}._mobileGrid_e44cb_36{grid-template-columns:repeat(2,1fr);align-items:stretch;width:100%;height:100%;min-height:0;animation:.6s ease-out _slideInTopBar_e44cb_1;display:grid}._tableColumn_e44cb_46,._tableColumnMobile_e44cb_53{flex-direction:column;height:100%;min-height:0;display:flex}._teamRow_e44cb_60{border-radius:3px;flex:1 1 0;grid-template-columns:max(14px,min(1.2vw,20px)) max(16px,min(1.4vw,22px)) 1fr max(20px,min(1.6vw,26px)) auto;align-items:center;min-height:0;display:grid}._teamRowEven_e44cb_73{background:rgba(255,255,255,.12)}._teamRowOdd_e44cb_77{background:rgba(255,255,255,.06)}._teamRowMobile_e44cb_81{flex:1 1 0;height:100%;min-height:0}._position_e44cb_87{color:#000;text-align:center;font-size:max(.6rem,min(.75vw,.85rem));font-weight:700}._badge_e44cb_94{object-fit:contain;width:max(14px,min(1.2vw,20px));height:max(14px,min(1.2vw,20px))}._teamName_e44cb_100{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:max(.5rem,min(.7vw,.8rem));font-weight:600;overflow:hidden}._points_e44cb_109{color:#000;text-align:center;font-size:max(.65rem,min(.8vw,.9rem));font-weight:900}._formList_e44cb_116{justify-content:flex-end;display:flex}._formChip_e44cb_121{color:#000;border:.5px solid rgba(0,0,0,.3);border-radius:2px;justify-content:center;align-items:center;width:max(8px,min(.8vw,12px));height:max(8px,min(.8vw,12px));font-size:max(6px,min(.6vw,8px));font-weight:700;line-height:1;display:flex}._marketButtonWrapHeader_e44cb_135{z-index:auto;align-items:stretch;width:100%;height:100%;display:flex;position:relative;top:auto;bottom:auto;left:auto;transform:none}._marketButtonHeader_e44cb_148{color:#fff;cursor:pointer;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:max(4px,min(.6vw,8px));margin:0;padding:max(2px,min(.45cqi,5px)) max(6px,min(1.1cqi,10px));transition:background .15s;display:flex}._marketButtonHeader_e44cb_148 ._marketButtonValue_e44cb_170{font-size:max(.62rem,min(2.4cqi,.82rem))}._marketButtonHeader_e44cb_148 ._marketButtonChevron_e44cb_174{width:max(16px,min(3.5cqi,20px));height:max(16px,min(3.5cqi,20px))}@media (min-width:900px){._marketButtonHeader_e44cb_148 ._marketButtonValue_e44cb_170{font-size:max(.68rem,min(1.6cqi,.88rem))}}._marketButtonWrap_e44cb_135{z-index:30;width:calc(50% - max(8px,min(2vw,14px)));position:absolute;bottom:max(4px,min(1vw,8px));left:max(4px,min(1vw,8px))}@media (min-width:900px){._marketButtonWrap_e44cb_135{width:auto;top:50%;bottom:auto;left:max(12px,min(2vw,32px));transform:translateY(-50%)}}._navButton_e44cb_203{z-index:1;color:#fff;cursor:pointer;background:rgba(0,0,0,.4);border:none;border-radius:4px;justify-content:center;align-items:center;width:max(20px,min(2vw,28px));height:max(20px,min(2vw,28px));padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}._navButton_e44cb_203:hover{background:rgba(0,0,0,.6);outline:none}._navButton_e44cb_203:focus-visible{background:rgba(0,0,0,.6);outline:none}._navButtonPrev_e44cb_227{left:4px}._navButtonNext_e44cb_231{right:4px}._navButton_e44cb_203 svg{fill:currentColor;width:max(14px,min(1.4vw,20px));height:max(14px,min(1.4vw,20px))}._marketButton_e44cb_135{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(28,28,28,.66) 0%,rgba(64,12,12,.62) 52%,rgba(166,0,0,.5) 100%);border:1px solid rgba(255,255,255,.1);border-radius:10px;justify-content:space-between;align-items:center;gap:max(6px,min(.8vw,10px));width:100%;min-width:0;padding:max(5px,min(.7vw,9px)) max(8px,min(1vw,14px));transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 8px 18px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.06)}@media (min-width:900px){._marketButton_e44cb_135{width:auto;min-width:max(168px,min(14vw,250px))}}._marketButton_e44cb_135:hover{background:linear-gradient(135deg,rgba(34,34,34,.78) 0%,rgba(82,16,16,.72) 52%,rgba(190,0,0,.62) 100%);border-color:rgba(255,255,255,.16);outline:none;transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.08)}._marketButton_e44cb_135:focus-visible{background:linear-gradient(135deg,rgba(34,34,34,.78) 0%,rgba(82,16,16,.72) 52%,rgba(190,0,0,.62) 100%);border-color:rgba(255,255,255,.16);outline:none;transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.08)}._marketButtonLabel_e44cb_292{flex-direction:column;align-items:flex-start;min-width:0;display:flex}._marketButtonEyebrow_e44cb_299{letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.56);margin-bottom:2px;font-size:max(.46rem,min(.56vw,.58rem));font-weight:800;line-height:1}._marketButtonValue_e44cb_170{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:max(.72rem,min(.9vw,.94rem));font-weight:800;line-height:1.1;overflow:hidden}._marketButtonChevron_e44cb_174{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:max(20px,min(1.6vw,24px));height:max(20px,min(1.6vw,24px));transition:transform .2s,background-color .2s;display:flex}._marketButtonChevronOpen_e44cb_334{transform:rotate(180deg)}._marketButtonChevron_e44cb_174 svg{fill:#fff;width:12px;height:12px}._marketMenu_e44cb_344{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(rgba(22,22,22,.96) 0%,rgba(16,16,16,.94) 100%);border:1px solid rgba(255,255,255,.07);border-radius:16px;min-width:min(70vw,250px);max-height:min(50vh,280px);overflow:hidden;box-shadow:0 14px 32px rgba(0,0,0,.42),0 0 0 1px rgba(208,0,0,.08)}._marketMenuPortal_e44cb_361{z-index:2000;margin:0;position:fixed;right:auto}@media (min-width:900px){._marketMenu_e44cb_344{min-width:max(190px,min(15vw,260px));max-height:min(56vh,340px)}}._marketMenuList_e44cb_375{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(208,0,0,.65) rgba(255,255,255,.06);gap:4px;max-height:min(48vh,260px);margin:0;padding:6px;list-style:none;display:grid;overflow-y:auto}@media (min-width:900px){._marketMenuList_e44cb_375{max-height:min(52vh,320px)}}._marketMenuItem_e44cb_394{color:rgba(255,255,255,.88);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:max(9px,min(1vw,13px)) max(12px,min(1.4vw,18px));font-size:max(.82rem,min(.95vw,1rem));font-weight:700;display:flex}._marketMenuItem_e44cb_394:hover{background:rgba(255,255,255,.06);outline:none}._marketMenuItem_e44cb_394:focus-visible{background:rgba(255,255,255,.06);outline:none}._marketMenuItemSelected_e44cb_417{color:#fff;background:linear-gradient(90deg,rgba(208,0,0,.24) 0%,rgba(208,0,0,.12) 100%);font-weight:800}._marketMenuItemSelected_e44cb_417:hover{background:linear-gradient(90deg,rgba(208,0,0,.32) 0%,rgba(208,0,0,.16) 100%)}._marketMenuItemSelected_e44cb_417:focus-visible{background:linear-gradient(90deg,rgba(208,0,0,.32) 0%,rgba(208,0,0,.16) 100%)}._marketMenuItemMain_e44cb_436{align-items:center;gap:10px;min-width:0;display:flex}._marketMenuDot_e44cb_443{background:rgba(255,255,255,.24);border-radius:999px;flex-shrink:0;width:8px;height:8px}._marketMenuDotSelected_e44cb_451{background:#ff5a5a;box-shadow:0 0 0 3px rgba(208,0,0,.16)}._marketMenuLabel_e44cb_456{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}._marketMenuLive_e44cb_463{letter-spacing:.08em;text-transform:uppercase;color:#ffb3b3;flex-shrink:0;font-size:.68rem;font-weight:800}@keyframes _slideInTopBar_e44cb_1{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (min-width:900px){._desktopGrid_e44cb_26{display:grid}._mobileGrid_e44cb_36{display:none}}._root_f1zrb_1{background:#1a1a1a;border:1px solid #333;border-radius:8px;align-items:center;width:100%;height:100%;padding:4px;display:flex;position:relative}._mainRow_f1zrb_13{flex:1;align-items:center;gap:8px;display:flex;overflow-x:auto}._mainRow_f1zrb_13::-webkit-scrollbar{height:2px}._mainRow_f1zrb_13::-webkit-scrollbar-track{background:#333}._mainRow_f1zrb_13::-webkit-scrollbar-thumb{background:#666;border-radius:2px}._historyItems_f1zrb_34{gap:4px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;display:flex}._multiplierPill_f1zrb_40{text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:12px;justify-content:center;align-items:center;min-width:40px;height:24px;padding:2px 8px;font-size:12px;font-weight:800;display:flex;box-shadow:0 1px 2px rgba(0,0,0,.25)}._shadowFade_f1zrb_57{pointer-events:none;background:linear-gradient(90deg,transparent,#1a1a1a);width:20px;position:absolute;top:0;bottom:0;right:40px}._toggleButton_f1zrb_67{color:orange;cursor:pointer;background:#333;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:1px;width:28px;height:28px;margin-left:auto;font-size:12px;display:inline-flex}._toggleButton_f1zrb_67:hover{background:#555}._toggleActive_f1zrb_88{color:#ffd180;background:#4a4a4a}._toggleIcon_f1zrb_93{font-size:11px}._dropdownPanel_f1zrb_97{z-index:10;background:#1a1a1a;border:1px solid #333;border-top:none;border-radius:0 0 8px 8px;max-height:200px;padding:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}._dropdownPanel_f1zrb_97::-webkit-scrollbar{width:6px}._dropdownPanel_f1zrb_97::-webkit-scrollbar-track{background:#333}._dropdownPanel_f1zrb_97::-webkit-scrollbar-thumb{background:#666;border-radius:3px}._dropdownTitle_f1zrb_125{color:#fff;margin-bottom:6px;font-size:12px;font-weight:700}._dropdownGrid_f1zrb_132{flex-wrap:wrap;gap:8px;display:flex}._dropdownPill_f1zrb_138{text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;min-width:45px;padding:3px 10px;font-size:12px;font-weight:800;box-shadow:0 1px 2px rgba(0,0,0,.2)}._root_w0zoy_1{min-height:var(--app-vh);background:#0a0a0a;flex-direction:column;width:100vw;display:flex;overflow:auto}._topbarWrap_w0zoy_10{z-index:10;background:#0a0a0a;flex:none;width:100%;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 12px rgba(0,0,0,.45)}._mainContent_w0zoy_20{flex-direction:column;flex:auto;gap:8px;padding:8px;display:flex;overflow:visible}._panelBase_w0zoy_29{background:linear-gradient(#141414 0%,#0e0e0e 100%);border:1px solid rgba(255,165,0,.35);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.45)}._leftSidebar_w0zoy_36{background:rgba(20,20,20,.65);border:1px solid rgba(255,255,255,.08);order:3;width:100%;height:auto;min-height:120px;max-height:30vh;padding:4px;overflow-x:hidden;overflow-y:auto}._leftSidebar_w0zoy_36::-webkit-scrollbar{width:6px}._leftSidebar_w0zoy_36::-webkit-scrollbar-track{background:#333;border-radius:3px}._leftSidebar_w0zoy_36::-webkit-scrollbar-thumb{background:orange;border-radius:3px}._leftSidebar_w0zoy_36::-webkit-scrollbar-thumb:hover{background:#ff8f00}._mainColumn_w0zoy_67{flex-direction:column;order:1;gap:8px;width:100%;height:auto;display:flex}._mainGrid_w0zoy_76{gap:8px;height:auto;min-height:0;display:block}._historyArea_w0zoy_83{flex-shrink:0;justify-content:center;align-items:center;height:30px;padding:2px;display:flex}._animationArea_w0zoy_92{justify-content:center;align-items:center;width:100%;min-width:0;height:45vh;min-height:250px;max-height:50vh;padding:4px;display:flex;position:relative;overflow:hidden}._bettingArea_w0zoy_106{flex-direction:column;gap:4px;min-width:0;height:auto;min-height:180px;max-height:35vh;padding:4px;display:flex;overflow-x:hidden;overflow-y:auto}._bettingArea_w0zoy_106::-webkit-scrollbar{width:4px}._bettingArea_w0zoy_106::-webkit-scrollbar-track{background:#333}._bettingArea_w0zoy_106::-webkit-scrollbar-thumb{background:orange;border-radius:2px}._connectionStatus_w0zoy_132{z-index:1000;color:#fff;border-radius:12px;padding:8px 16px;font-size:12px;font-weight:700;position:fixed;bottom:20px;left:20px}._connected_w0zoy_144{background:#4caf50}._disconnected_w0zoy_148{background:#f44336}@media (min-width:600px){._animationArea_w0zoy_92{min-height:280px}._bettingArea_w0zoy_106{min-height:200px}}@media (min-width:900px){._root_w0zoy_1{min-height:100dvh;overflow:hidden}._mainContent_w0zoy_20{flex-direction:row;gap:12px;height:calc(100dvh - 64px);padding:12px;overflow:hidden}._leftSidebar_w0zoy_36{order:1;width:32%;height:100%;min-height:0;max-height:none;padding:12px}._mainColumn_w0zoy_67{order:2;gap:12px;width:68%;height:100%}._mainGrid_w0zoy_76{grid-template-rows:25px 1fr .43fr;gap:12px;height:100%;display:grid}._historyArea_w0zoy_83{height:25px}._animationArea_w0zoy_92{height:auto;min-height:0;max-height:none;padding:8px}._bettingArea_w0zoy_106{gap:8px;min-height:0;max-height:none;padding:8px;overflow-y:visible}}@media (min-width:1200px){._leftSidebar_w0zoy_36{width:28%}._mainColumn_w0zoy_67{width:72%}}@media (min-width:1536px){._leftSidebar_w0zoy_36{width:26%}._mainColumn_w0zoy_67{width:74%}}._root_1bucy_1{color:#fff;background:#1b1b1b;border-right:1px solid #333;flex-direction:column;height:100%;padding:8px;display:flex;overflow:hidden}._statusText_1bucy_12{color:#ff0;text-align:center;margin-bottom:8px;font-size:.8rem}._soundRow_1bucy_19{justify-content:center;align-items:center;margin-bottom:8px;display:flex}._soundButton_1bucy_26{cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}._soundOff_1bucy_34{color:#757575}._soundOn_1bucy_38{color:#4caf50}._soundButton_1bucy_26:hover{color:orange}._musicLabel_1bucy_46{color:#ccc;margin-left:4px;font-size:12px}._waitingText_1bucy_52{color:#ff0;text-align:center;margin-top:16px;font-size:.875rem}._tabGroup_1bucy_59{background:#222;border-radius:8px;justify-content:center;gap:4px;margin-bottom:16px;padding:2px;display:flex}._tabButton_1bucy_69{color:#fff;text-transform:none;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 10px;font-size:.8rem;font-weight:700}._tabButton_1bucy_69:hover{background:#333}._activeTab_1bucy_85{background:#4caf50}._totalLabel_1bucy_89{text-align:center;color:#fff;font-size:.9rem;font-weight:700}._totalValue_1bucy_96{color:#4caf50}._emptyState_1bucy_100{flex-direction:column;justify-content:center;align-items:center;margin-top:16px;display:flex}._emptyIcon_1bucy_108{color:gray;margin-bottom:4px;font-size:30px}._emptyText_1bucy_114{color:gray;font-size:.875rem}._tableWrap_1bucy_119{background:#222;border-radius:8px;max-height:300px;overflow:hidden}._betsTable_1bucy_126{border-collapse:collapse;width:100%;font-size:.8rem}._tableHead_1bucy_132{background:#333}._tableHead_1bucy_132 th{color:#fff;text-align:center;padding:6px 4px;font-weight:700}._evenRow_1bucy_143{background:#282828}._oddRow_1bucy_147{background:#1c1c1c}._betsTable_1bucy_126 td{text-align:center;padding:6px 4px;font-weight:700}._userCell_1bucy_157{color:#fff}._amountCell_1bucy_161{color:#ffeb3b}._cashoutValue_1bucy_165{color:#ff9800}._cashoutNone_1bucy_169{color:gray}@media (max-width:599px){._tableHead_1bucy_132{display:none}}@media (min-width:600px){._root_1bucy_1{padding:16px}}._canvasRoot_198l1_1{aspect-ratio:1.2;background:#000;border-radius:8px;width:100%;min-width:100%;height:100%;min-height:240px;position:relative;overflow:hidden}._curveLayer_198l1_13,._multiplierLayer_198l1_14{width:100%;height:100%;position:absolute;top:0;left:0}._curveLayer_198l1_13{z-index:1}._multiplierLayer_198l1_14{z-index:2;justify-content:center;align-items:center;display:flex}._centerOverlay_198l1_33{text-align:center;z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._waitingOverlay_198l1_42{color:#fff}._flewAwayText_198l1_46{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:700}._flewAwayMultiplier_198l1_53{color:red;font-size:2rem;font-weight:700}._loadingSpinner_198l1_59{border:4px solid rgba(255,255,255,.2);border-top-color:orange;border-radius:50%;width:40px;height:40px;margin:0 auto;animation:1s linear infinite _spin_198l1_1}._loadingText_198l1_69{color:#fff;margin-top:16px;font-size:.875rem}@keyframes _spin_198l1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width:600px){._canvasRoot_198l1_1{aspect-ratio:1.3;min-height:260px}._flewAwayText_198l1_46{font-size:2rem}._flewAwayMultiplier_198l1_53{font-size:2.5rem}}@media (min-width:900px){._canvasRoot_198l1_1{aspect-ratio:auto;min-width:600px;min-height:400px}._flewAwayText_198l1_46{font-size:2.5rem}._flewAwayMultiplier_198l1_53{font-size:3rem}._loadingSpinner_198l1_59{width:60px;height:60px}._loadingText_198l1_69{font-size:1rem}}._root_1nnqv_1{flex-direction:column;flex:1;gap:4px;width:100%;height:100%;display:flex}._inputWrap_1nnqv_10{background:#000;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:36px;padding:6px 8px;display:flex}._inputField_1nnqv_21{color:#fff;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;appearance:textfield;background:0 0;border:none;outline:none;width:40px;font-size:14px;font-weight:700}._inputField_1nnqv_21::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._inputField_1nnqv_21::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._clearButton_1nnqv_40{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;width:16px;min-width:16px;height:16px;padding:0;font-size:12px;line-height:16px}._clearButton_1nnqv_40:hover{background:#555}._quickButtonsGrid_1nnqv_58{grid-template-columns:1fr 1fr;gap:4px;width:100%;display:grid}._quickButton_1nnqv_58{color:#999;cursor:pointer;background:#222;border:none;width:100%;min-height:22px;padding:2px 4px;font-size:10px;font-weight:700}._quickButton_1nnqv_58:hover{color:#fff;background:#333}._root_ar7as_1{justify-content:center;align-items:stretch;width:100%;height:100%;display:flex;position:relative;overflow:visible}._actionButton_ar7as_11{color:#fff;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;padding:0;font-size:10px;font-weight:700;display:flex;overflow:hidden}._payoutText_ar7as_30{letter-spacing:.5px;font-size:16px;font-weight:900;line-height:1}._bet_ar7as_37{background:#32cd32}._bet_ar7as_37:hover{background:#2e8b57}._cancel_ar7as_45{background:red}._cancel_ar7as_45:hover{background:#c00}._cashout_ar7as_53{background:orange}._cashout_ar7as_53:hover{background:#ff8c00}._disabledState_ar7as_61{background:#555}._disabledState_ar7as_61:hover{background:#666}._actionButton_ar7as_11:disabled{cursor:not-allowed;opacity:.85}._toast_ar7as_74{color:#fff;white-space:normal;text-align:center;z-index:20;pointer-events:none;border:1px solid rgba(255,255,255,.22);border-radius:6px;min-width:92px;max-width:calc(100% - 8px);padding:7px 12px;font-size:12px;font-weight:700;position:absolute;bottom:6px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px rgba(0,0,0,.35)}._success_ar7as_94{background:rgba(46,125,50,.95)}._info_ar7as_98{background:rgba(2,136,209,.95)}._error_ar7as_102{background:rgba(211,47,47,.95)}@media (min-width:600px){._actionButton_ar7as_11{font-size:12px}._payoutText_ar7as_30{font-size:20px}}@media (min-width:900px){._payoutText_ar7as_30{font-size:26px}}._root_1fwu5_1{flex-direction:column;gap:4px;width:100%;height:100%;min-height:160px;display:flex}._column_1fwu5_10{flex:1;min-width:0;position:relative}._betCard_1fwu5_16{background:#1a1a1a;border:1px solid #333;border-radius:8px;flex-direction:column;height:100%;padding:8px;display:flex;position:relative}._betRow_1fwu5_27{grid-template-columns:1.5fr 1fr;align-items:stretch;gap:6px;min-width:0;min-height:auto;margin-bottom:6px;display:grid}._leftStack_1fwu5_38{grid-template-rows:auto auto;gap:4px;min-width:0;display:grid;overflow:hidden}._quickButtonsRow_1fwu5_46{grid-template-columns:repeat(3,1fr);align-items:center;gap:4px;min-width:0;display:grid;overflow:hidden}._quickButton_1fwu5_46{color:#bbb;cursor:pointer;background:#1e1e1e;border:none;border-radius:4px;width:100%;min-height:28px;padding:4px 6px;font-size:10px;font-weight:800}._quickButton_1fwu5_46:hover{color:#fff;background:#2a2a2a}._actionArea_1fwu5_73{align-items:stretch;min-width:0;min-height:0;display:flex}._bottomSpacer_1fwu5_80{margin-top:auto}@media (min-width:600px){._root_1fwu5_1{flex-direction:row}._betRow_1fwu5_27{grid-template-columns:1fr 1fr;min-height:72px}}@media (min-width:900px){._root_1fwu5_1{gap:8px;min-height:auto}._betCard_1fwu5_16{padding:12px}._betRow_1fwu5_27{column-gap:8px;margin-bottom:8px}._quickButton_1fwu5_46{min-height:32px;padding:6px;font-size:12px}}._stateRow_1tel0_1{border-bottom:1px solid #ddd;align-items:stretch;width:100%;min-width:0}._stateRowOdd_1tel0_8{background:#fff}._stateRowEven_1tel0_12{background:#e0e0e0}._stateRowBlink_1tel0_16{color:#fff;background:#d00}._stateRowBlink_1tel0_16 ._teamsIndex_1tel0_21,._stateRowBlink_1tel0_16 ._teamName_1tel0_22,._stateRowBlink_1tel0_16 .customer-vf-state-score,._stateRowBlink_1tel0_16 ._marketLabel_1tel0_24,._stateRowBlink_1tel0_16 ._marketOdds_1tel0_25{color:#fff!important}._stateCol_1tel0_29{justify-content:center;align-items:center;min-width:0;height:100%;margin:0;padding:0;display:flex}._stateColMarket_1tel0_39{border-right:2px solid #111}._stateColMarket_1tel0_39:last-child{border-right:none}._teamsIndex_1tel0_21{color:#000;text-align:center;border-right:1px solid #ccc;justify-content:center;align-items:center;min-width:0;height:100%;font-size:max(.58rem,min(5cqi,.88rem));font-weight:700;display:flex}._nameWrap_1tel0_62{text-align:center;justify-content:center;align-self:center;align-items:center;width:100%;min-width:0;display:flex;overflow:hidden}._teamName_1tel0_22{color:#000;max-width:100%;font-size:var(--team-name-fit-max,.85rem);text-align:center;white-space:nowrap;font-weight:700;line-height:1.1;display:inline-block;overflow:visible}@media (min-width:900px){._teamsIndex_1tel0_21{font-size:max(.68rem,min(4.5cqi,.92rem))}}._marketCell_1tel0_91{justify-content:center;align-items:center;gap:.25rem;width:100%;height:100%;display:flex}._marketCellSplit_1tel0_100{flex-direction:row;gap:.5rem}._marketStack_1tel0_105{flex-direction:column;justify-content:center;align-items:center;gap:.15rem;width:100%;height:100%;display:flex}._marketStackSplit_1tel0_115{flex:1 1 0;min-width:0}._marketDimmed_1tel0_120{opacity:.4}._marketLabel_1tel0_24{color:#666;text-align:center;width:100%;margin:0;font-size:max(10px,min(.8vw + .3rem,14px));font-weight:500;line-height:1.2;overflow:hidden}._marketOdds_1tel0_25{color:#000;text-align:center;font-variant-numeric:tabular-nums;width:100%;margin:0;font-size:max(13px,min(1vw + .5rem,18px));font-weight:700;line-height:1.2;overflow:hidden}._marketOddsLarge_1tel0_147{font-size:max(14px,min(1.1vw + .5rem,20px))}.customer-spinwheel{width:100%;min-height:calc(var(--app-vh,100vh) - var(--customer-topbar-offset));background:var(--customer-bg);color:var(--customer-text);flex-direction:column;display:flex;overflow:hidden}.customer-spinwheel__topbar{border-bottom:1px solid var(--customer-border);background:var(--customer-bg);flex:none}.customer-spinwheel__result{border:1px solid var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft);text-align:center;border-radius:.45rem;flex:none;margin:.5rem max(.65rem,min(2vw,1rem)) 0;padding:.55rem .75rem;font-size:.78rem;font-weight:600}.customer-spinwheel__result--lost{color:#ffb4b4;background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.35)}.customer-spinwheel__result--won{color:#86efac;background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.35)}.customer-spinwheel__body{flex-direction:column;flex:auto;gap:.75rem;min-height:0;padding:.75rem max(.65rem,min(2vw,1rem)) 1rem;display:flex}.customer-spinwheel__wheel-panel,.customer-spinwheel__controls-panel{border:1px solid var(--customer-border-subtle);background:var(--customer-panel-raised);border-radius:.65rem;flex:auto;min-height:0}.customer-spinwheel__wheel-stage{justify-content:center;align-items:center;width:100%;height:100%;min-height:220px;padding:1rem;display:flex}.customer-spinwheel__wheel-stage .wheel-container{aspect-ratio:1;justify-content:center;align-items:center;width:min(100%,320px);display:flex;position:relative}.customer-spinwheel-controls{flex-direction:column;gap:.55rem;width:100%;max-width:22rem;margin:0 auto;padding:1rem;display:flex}.customer-spinwheel-controls__title{text-align:center;margin:0;font-size:.95rem;font-weight:700}.customer-spinwheel-controls__label{color:var(--customer-text-muted);letter-spacing:.03em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600}.customer-spinwheel-controls__stake-row{gap:.45rem;display:flex}.customer-spinwheel-controls__input{border:1px solid var(--customer-border);background:var(--customer-panel);min-width:0;color:var(--customer-text);border-radius:.45rem;flex:auto;padding:.45rem .55rem;font-size:.85rem;font-weight:600}.customer-spinwheel-controls__input:focus{border-color:var(--customer-accent);outline:none}.customer-spinwheel-controls__stake-preview{border:1px solid var(--customer-border-subtle);min-width:4.5rem;color:var(--customer-accent-soft);background:rgba(255,255,255,.04);border-radius:.45rem;justify-content:center;align-items:center;padding:.45rem .55rem;font-size:.74rem;font-weight:700;display:inline-flex}.customer-spinwheel-controls__quick-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;display:grid}.customer-spinwheel-controls__quick-btn{border:1px solid var(--customer-border-subtle);color:var(--customer-text);cursor:pointer;background:rgba(255,255,255,.04);border-radius:.4rem;padding:.38rem .25rem;font-size:.68rem;font-weight:700}.customer-spinwheel-controls__quick-btn:hover{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none}.customer-spinwheel-controls__quick-btn:focus-visible{border-color:var(--customer-accent-border);background:var(--customer-accent-hover);outline:none}.customer-spinwheel-controls__colors{justify-content:center;gap:.75rem;display:flex}.customer-spinwheel-controls__color{color:#fff;cursor:pointer;border:2px solid transparent;border-radius:9999px;width:4.5rem;height:4.5rem;font-size:.78rem;font-weight:800;transition:transform .15s,border-color .15s,box-shadow .15s}.customer-spinwheel-controls__color--blue{background:#2563eb}.customer-spinwheel-controls__color--red{background:#dc2626}.customer-spinwheel-controls__color--selected{border-color:var(--customer-accent-soft);box-shadow:0 0 0 3px var(--customer-accent-muted);transform:scale(1.05)}.customer-spinwheel-controls__submit{background:var(--customer-accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:.5rem;margin-top:.35rem;padding:.6rem .85rem;font-size:.88rem;font-weight:800}.customer-spinwheel-controls__submit:disabled{opacity:.45;cursor:not-allowed}@media (min-width:900px){.customer-spinwheel__body{flex-direction:row;align-items:stretch}.customer-spinwheel__wheel-panel,.customer-spinwheel__controls-panel{flex:1 1 0;justify-content:center;align-items:center;display:flex}.customer-spinwheel__wheel-stage .wheel-container{width:min(100%,380px)}}.wheel-container{justify-content:center;align-items:center;display:flex;position:relative}.wheel{background:conic-gradient(red 0deg,red 22.5deg,#00f 22.5deg,#00f 45deg,red 45deg,red 67.5deg,#00f 67.5deg,#00f 90deg,red 90deg,red 112.5deg,#00f 112.5deg,#00f 135deg,red 135deg,red 157.5deg,#00f 157.5deg,#00f 180deg,red 180deg,red 202.5deg,#00f 202.5deg,#00f 225deg,red 225deg,red 247.5deg,#00f 247.5deg,#00f 270deg,red 270deg,red 292.5deg,#00f 292.5deg,#00f 315deg,red 315deg,red 337.5deg,#00f 337.5deg,#00f 360deg);border-radius:50%;width:100%;height:100%;transition:transform 10s ease-out;position:absolute}.arrow{z-index:10;border-top:22px solid #ff0;border-left:14px solid transparent;border-right:14px solid transparent;width:0;height:0;position:absolute;top:-20px;left:50%;transform:translate(-50%)rotate(180deg)}@media (max-width:400px){.wheel-container{width:95vw}.arrow{border-top:18px solid #ff0;border-left:10px solid transparent;border-right:10px solid transparent;top:-16px}}@media (min-width:768px){.wheel-container{max-width:450px}.arrow{border-top:26px solid #ff0;border-left:16px solid transparent;border-right:16px solid transparent}}.customer-profile{--profile-max:72rem;--profile-gap:1.5rem;--profile-radius:1rem;--profile-radius-lg:1.25rem;min-height:calc(100vh - var(--customer-topbar-offset));background:radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59,130,246,.14), transparent), var(--customer-bg);width:100%;color:var(--customer-text)}.customer-profile__shell{width:100%;max-width:var(--profile-max);margin:0 auto;padding:1rem 1rem 2.5rem}@media (min-width:768px){.customer-profile__shell{padding:1.5rem 1.75rem 3rem}}.customer-profile__loading{min-height:calc(100vh - var(--customer-topbar-offset));background:var(--customer-bg);justify-content:center;align-items:center;width:100%;display:flex}.customer-profile-hero{border-radius:var(--profile-radius-lg);border:1px solid var(--customer-accent-border);background:linear-gradient(135deg, rgba(37,99,235,.22) 0%, rgba(59,130,246,.08) 40%, transparent 70%), var(--customer-panel-raised);position:relative;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.45)}.customer-profile-hero:before{content:"";pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:24px 24px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(rgba(0,0,0,.5),transparent 85%);mask-image:linear-gradient(rgba(0,0,0,.5),transparent 85%)}.customer-profile-hero__top{flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.35rem 1.25rem 0;display:flex;position:relative}@media (min-width:768px){.customer-profile-hero__top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.85rem 2rem 0}}.customer-profile-hero__identity{flex:auto;align-items:flex-start;gap:1.125rem;min-width:0;display:flex}@media (min-width:768px){.customer-profile-hero__identity{gap:1.35rem}}.customer-profile-hero__avatar{background:var(--customer-accent-gradient);color:#fff;border:2px solid rgba(96,165,250,.45);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:4.25rem;height:4.25rem;font-size:1.375rem;font-weight:700;display:flex;box-shadow:0 8px 24px rgba(37,99,235,.35)}@media (min-width:768px){.customer-profile-hero__avatar{width:4.75rem;height:4.75rem;font-size:1.625rem}}.customer-profile-hero__meta{flex-direction:column;gap:.5rem;min-width:0;padding-top:.2rem;display:flex}.customer-profile-hero__name{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.5rem;font-weight:700;line-height:1.25;overflow:hidden}@media (min-width:768px){.customer-profile-hero__name{font-size:1.75rem}}.customer-profile-hero__sub{color:var(--customer-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9375rem;line-height:1.4;overflow:hidden}.customer-profile-hero__chips{flex-wrap:wrap;gap:.5rem;margin-top:.35rem;display:flex}.customer-profile-chip{border:1px solid var(--customer-border);letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.75);background:rgba(0,0,0,.35);border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.customer-profile-chip--active{color:#86efac;background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.35)}.customer-profile-hero__actions{flex-shrink:0;justify-content:flex-end;gap:.5rem;display:flex}@media (min-width:768px){.customer-profile-hero__actions{padding-top:.2rem}}.customer-profile-hero__logout{color:#fecaca;cursor:pointer;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.28);border-radius:.625rem;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.customer-profile-hero__logout:hover{background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.4)}.customer-profile-hero__kpis{border-top:1px solid var(--customer-border-subtle);grid-template-columns:1fr;gap:.75rem;margin-top:1.35rem;padding:1.35rem 1.25rem;display:grid;position:relative}@media (min-width:640px){.customer-profile-hero__kpis{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.customer-profile-hero__kpis{gap:1rem;margin-top:1.5rem;padding:1.5rem 2rem 1.85rem}}.customer-profile-kpis{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.customer-profile-kpis{grid-template-columns:repeat(3,1fr)}}.customer-profile-kpi{border-radius:var(--profile-radius);border:1px solid var(--customer-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.4);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.125rem;display:flex}.customer-profile-kpi__label{letter-spacing:.08em;text-transform:uppercase;color:var(--customer-text-muted);margin:0;font-size:.6875rem;font-weight:600}.customer-profile-kpi__value{color:#fff;font-variant-numeric:tabular-nums;margin:.35rem 0 0;font-size:1.375rem;font-weight:800;line-height:1.1}@media (min-width:768px){.customer-profile-kpi__value{font-size:1.5rem}}.customer-profile-kpi__icon{border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.customer-profile-kpi__icon--blue{background:var(--customer-accent-muted);color:var(--customer-accent-soft)}.customer-profile-kpi__icon--amber{color:#fcd34d;background:rgba(245,158,11,.15)}.customer-profile-kpi__icon--green{color:#86efac;background:rgba(34,197,94,.15)}.customer-profile-nav{top:calc(var(--customer-topbar-offset) - 1px);z-index:15;background:linear-gradient(180deg, var(--customer-bg) 70%, transparent);margin:1.25rem 0 0;padding:.375rem 0;position:-webkit-sticky;position:sticky}.customer-profile-nav__shell{align-items:stretch;gap:.25rem;display:flex}.customer-profile-nav__viewport{flex:1;min-width:0;position:relative}.customer-profile-nav__track{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.375rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.customer-profile-nav--scrollable .customer-profile-nav__track{padding-left:.125rem;padding-right:.125rem}.customer-profile-nav__track::-webkit-scrollbar{display:none}.customer-profile-nav__chevron{border:1px solid var(--customer-accent-border);background:var(--customer-panel-raised);color:#fff;cursor:pointer;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.5rem;margin-top:0;padding:0;font-size:0;line-height:1;transition:background .15s,border-color .15s,opacity .15s;display:none}.customer-profile-nav__chevron svg{color:#fff;stroke:currentColor;flex-shrink:0;width:1.125rem;height:1.125rem;display:block}.customer-profile-nav__chevron:hover:not(:disabled){background:var(--customer-accent-muted);border-color:var(--customer-accent-soft);color:#fff}.customer-profile-nav__chevron:disabled{opacity:.45;cursor:default;color:rgba(255,255,255,.55)}.customer-profile-nav__fade{pointer-events:none;z-index:2;width:1.75rem;display:none;position:absolute;top:0;bottom:.25rem}.customer-profile-nav__fade--left{background:linear-gradient(90deg, var(--customer-bg) 15%, transparent);left:0}.customer-profile-nav__fade--right{background:linear-gradient(270deg, var(--customer-bg) 15%, transparent);right:0}.customer-profile-nav__hint{letter-spacing:.02em;color:var(--customer-text-muted);text-align:center;margin:.5rem 0 0;padding:0 .25rem;font-size:.6875rem;font-weight:500;display:none}@media (max-width:767px){.customer-profile-nav--scrollable .customer-profile-nav__chevron{display:inline-flex}.customer-profile-nav--scrollable .customer-profile-nav__fade,.customer-profile-nav--scrollable .customer-profile-nav__hint{display:block}}.customer-profile-nav__tab{color:var(--customer-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid transparent;border-radius:.75rem;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.customer-profile-nav__tab:hover{color:#fff;background:var(--customer-surface-hover)}.customer-profile-nav__tab--active{border-color:var(--customer-accent-border);background:var(--customer-accent-muted);color:var(--customer-accent-soft)}.customer-profile-nav__tab-icon{opacity:.85;display:flex}.customer-profile-nav__tab--active .customer-profile-nav__tab-icon{opacity:1}.customer-profile__content{margin-top:1.25rem}.customer-profile-section-header{margin-bottom:1.25rem}@media (min-width:768px){.customer-profile-section-header{margin-bottom:1.5rem}}.customer-profile-section-header__title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}@media (min-width:768px){.customer-profile-section-header__title{font-size:1.375rem}}.customer-profile-section-header__desc{color:var(--customer-text-muted);max-width:42rem;margin:.35rem 0 0;font-size:.875rem}.customer-profile-panel{border-radius:var(--profile-radius-lg);border:1px solid var(--customer-border);background:var(--customer-panel-raised);box-shadow:0 8px 32px rgba(0,0,0,.32)}.customer-profile-panel__body{padding:1.25rem}@media (min-width:768px){.customer-profile-panel__body{padding:1.5rem 1.75rem}}.customer-profile-panel__header{border-bottom:1px solid var(--customer-border-subtle);flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}@media (min-width:640px){.customer-profile-panel__header{flex-direction:row;justify-content:space-between;align-items:center}}.customer-profile-panel__header-text h2{color:#fff;margin:0;font-size:1.0625rem;font-weight:700}.customer-profile-panel__header-text p{color:var(--customer-text-muted);margin:.25rem 0 0;font-size:.8125rem}.customer-profile-detail-grid{gap:1.25rem 2rem;display:grid}@media (min-width:768px){.customer-profile-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-profile-detail-item__label{letter-spacing:.08em;text-transform:uppercase;color:var(--customer-text-muted);margin:0 0 .35rem;font-size:.6875rem;font-weight:600}.customer-profile-detail-item__value{color:#fff;word-break:break-word;margin:0;font-size:1rem;font-weight:500}.customer-profile-detail-item__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9375rem}.customer-profile-stats-grid{gap:1rem;display:grid}@media (min-width:768px){.customer-profile-stats-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-profile-stats-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-profile-stat-card{border-radius:var(--profile-radius);border:1px solid var(--customer-border);background:var(--customer-panel-raised);padding:1.125rem 1.25rem;position:relative;overflow:hidden}.customer-profile-stat-card:after{content:"";opacity:.12;pointer-events:none;border-radius:9999px;width:5rem;height:5rem;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.customer-profile-stat-card--blue{border-color:var(--customer-accent-border);background:linear-gradient(145deg, var(--customer-accent-muted), transparent 65%)}.customer-profile-stat-card--blue:after{background:var(--customer-accent)}.customer-profile-stat-card--amber{background:linear-gradient(145deg,rgba(245,158,11,.12),transparent 65%);border-color:rgba(245,158,11,.3)}.customer-profile-stat-card--amber:after{background:#f59e0b}.customer-profile-stat-card--green{background:linear-gradient(145deg,rgba(34,197,94,.12),transparent 65%);border-color:rgba(34,197,94,.3)}.customer-profile-stat-card--green:after{background:#22c55e}.customer-profile-stat-card__label{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:600}.customer-profile-stat-card--blue .customer-profile-stat-card__label{color:var(--customer-accent-soft)}.customer-profile-stat-card--amber .customer-profile-stat-card__label{color:#fcd34d}.customer-profile-stat-card--green .customer-profile-stat-card__label{color:#86efac}.customer-profile-stat-card__value{color:#fff;font-variant-numeric:tabular-nums;margin:.5rem 0 0;font-size:1.75rem;font-weight:800}.customer-profile-stat-card__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.customer-profile-stat-card__icon-wrap{color:rgba(255,255,255,.85);background:rgba(255,255,255,.06);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.customer-profile-stat-card__icon-wrap--success{color:#86efac;background:rgba(34,197,94,.12)}.customer-profile-wallet-layout{gap:1.25rem;display:grid}@media (min-width:1024px){.customer-profile-wallet-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start}}.customer-profile-alerts{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.customer-withdrawal-id-card{background:linear-gradient(145deg, rgba(251,191,36,.12), rgba(15,23,42,.65)), var(--customer-panel-raised,rgba(15,23,42,.9));border:1px solid rgba(251,191,36,.35);border-radius:1rem;padding:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.25)}.customer-withdrawal-id-card--success{background:linear-gradient(145deg, rgba(52,211,153,.12), rgba(15,23,42,.65)), var(--customer-panel-raised,rgba(15,23,42,.9));border-color:rgba(52,211,153,.35)}.customer-withdrawal-id-card--compact{padding:1rem}.customer-withdrawal-id-card__header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.customer-withdrawal-id-card__icon{color:#fcd34d;background:rgba(251,191,36,.15);border-radius:.75rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex}.customer-withdrawal-id-card--success .customer-withdrawal-id-card__icon{color:#6ee7b7;background:rgba(52,211,153,.15)}.customer-withdrawal-id-card__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--customer-text-muted,rgba(255,255,255,.65));margin:0;font-size:.75rem;font-weight:600}.customer-withdrawal-id-card__amount{color:#fff;margin:.2rem 0 0;font-size:1.5rem;font-weight:800}.customer-withdrawal-id-card__id-block{margin-bottom:.85rem}.customer-withdrawal-id-card__id-label{letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55);margin:0 0 .35rem;font-size:.6875rem;font-weight:600}.customer-withdrawal-id-card__id-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.customer-withdrawal-id-card__id{letter-spacing:.06em;color:#fff;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:max(1.35rem,min(3vw,1.85rem));font-weight:800}.customer-withdrawal-id-card__copy{color:#fff;cursor:pointer;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:.625rem;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.customer-withdrawal-id-card__copy:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28)}.customer-withdrawal-id-card__message{color:rgba(255,255,255,.78);margin:0;font-size:.875rem;line-height:1.5}.customer-pending-withdrawals{background:rgba(251,191,36,.06);border:1px solid rgba(251,191,36,.25);border-radius:1rem;padding:1rem}.customer-pending-withdrawals__intro{margin-bottom:.85rem}.customer-pending-withdrawals__title{color:#fcd34d;margin:0;font-size:1rem;font-weight:700}.customer-pending-withdrawals__desc{color:rgba(255,255,255,.72);margin:.35rem 0 0;font-size:.875rem}.customer-pending-withdrawals__list{gap:.75rem;display:grid}.customer-withdrawal-form{gap:1rem;display:grid}.customer-withdrawal-form__available{border:1px solid var(--customer-border,rgba(255,255,255,.12));color:rgba(255,255,255,.7);background:rgba(0,0,0,.2);border-radius:.75rem;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.85rem 1rem;font-size:.875rem;display:flex}.customer-withdrawal-form__available strong{color:#6ee7b7;font-size:1.125rem}.customer-withdrawal-form__actions{flex-wrap:wrap;gap:.75rem;display:flex}.customer-withdrawal-table-id{letter-spacing:.04em;color:#fcd34d;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;font-weight:700}.customer-withdrawal-table-actions{flex-wrap:wrap;gap:.5rem;display:flex}.customer-withdrawal-table-actions__btn{min-height:2rem;padding:.35rem .65rem!important;font-size:.75rem!important}.customer-transaction-withdrawal{gap:.35rem;display:grid}.customer-transaction-withdrawal__hint{color:rgba(255,255,255,.55);margin:0;font-size:.75rem;line-height:1.4}.customer-transaction-status{justify-items:start;gap:.5rem;display:grid}
