@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap";.theme-builder-overlay{position:fixed!important;inset:0!important;z-index:10100!important;background:rgba(15,35,39,.32)!important;backdrop-filter:blur(3px)}.theme-builder{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;z-index:10101!important;height:100dvh!important;max-height:100dvh!important;transform:none!important;overflow:hidden;--tb-cream:#faf7f4;--tb-paper:#fffdfb;--tb-teal:#0f2327;--tb-teal-mid:#2c4f58;--tb-teal-soft:#4a6b72;--tb-sage:#67af7e;--tb-sage-hover:#5a9d6f;--tb-sage-muted:#e4f0e8;--tb-blush:#f3dbe1;--tb-blush-deep:#e8c8d2;--tb-sky:#cbe3f9;--tb-sky-soft:#e8f2fc;--tb-mist:#efefef;--tb-border:rgba(15,35,39,0.1);--tb-border-strong:rgba(15,35,39,0.16);--tb-shadow-sm:0 1px 3px rgba(15,35,39,0.06);--tb-shadow:0 8px 32px rgba(15,35,39,0.1);--tb-radius:14px;--tb-radius-sm:10px;--tb-font:"Lato",system-ui,-apple-system,sans-serif;--tb-serif:Georgia,"Times New Roman",Times,serif;font-family:var(--tb-font);color:var(--tb-teal-mid);background:linear-gradient(165deg,var(--tb-cream) 0,#f3ede6 48%,var(--tb-blush) 140%)!important;border:none!important;border-left:1px solid var(--tb-border)!important;box-shadow:var(--tb-shadow);outline:none!important;position:relative}.theme-builder:focus,.theme-builder:focus-visible{outline:none!important;box-shadow:var(--tb-shadow)}.theme-builder__resize-handle{position:absolute;top:0;left:0;z-index:20;width:8px;height:100%;margin-left:-4px;cursor:ew-resize;touch-action:none}.theme-builder__resize-handle:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:2.5rem;border-radius:999px;background:var(--tb-border-strong);opacity:0;transform:translate(-50%,-50%);transition:opacity .15s ease}.theme-builder__resize-handle:active:after,.theme-builder__resize-handle:hover:after{opacity:1}.theme-builder__header{border-bottom:1px solid var(--tb-border);background:linear-gradient(180deg,var(--tb-paper) 0,rgba(255,253,251,.6) 100%);padding:.875rem 1.25rem}.theme-builder__header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.theme-builder__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:999px;background:var(--tb-mist);color:var(--tb-teal-soft);cursor:pointer;transition:background .2s ease,color .2s ease}.theme-builder__close:hover{background:var(--tb-blush);color:var(--tb-teal)}.theme-builder__tabs{display:inline-flex;gap:.25rem;padding:.2rem;border-radius:999px;background:var(--tb-mist);border:1px solid var(--tb-border)}.theme-builder__tab{padding:.35rem .9rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tb-teal-soft);background:rgba(0,0,0,0);border:none;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.theme-builder__tab:hover:not(:disabled){color:var(--tb-teal)}.theme-builder__tab:disabled{opacity:.45;cursor:not-allowed}.theme-builder__tab--active{background:var(--tb-paper);color:var(--tb-teal);box-shadow:var(--tb-shadow-sm)}.theme-builder__body{padding:1rem 1.25rem 1.25rem}.theme-builder__section{margin-bottom:1.1rem;padding:1rem 1rem .875rem;border-radius:var(--tb-radius);background:var(--tb-paper);border:1px solid var(--tb-border);box-shadow:var(--tb-shadow-sm)}.theme-builder__section-title{margin:0 0 .65rem;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tb-sage)}.theme-builder__field{margin-bottom:.75rem}.theme-builder__field:last-child{margin-bottom:0}.theme-builder__label{display:block;margin-bottom:.35rem;font-size:.78rem;font-weight:500;color:var(--tb-teal)}.theme-builder__hint{margin:0 0 .65rem;font-size:.68rem;line-height:1.45;color:var(--tb-teal-soft)}.theme-builder__hint code{padding:.1rem .35rem;border-radius:4px;font-size:.62rem;background:var(--tb-sky-soft);color:var(--tb-teal-mid);border:1px solid rgba(203,227,249,.8)}.theme-builder__link{font-size:.68rem;font-weight:500;color:var(--tb-sage);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.theme-builder__link:hover{color:var(--tb-sage-hover)}.theme-builder__section-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.theme-builder__tokens{border-radius:var(--tb-radius-sm);background:linear-gradient(180deg,var(--tb-sky-soft) 0,rgba(255,253,251,.9) 100%);border:1px solid rgba(203,227,249,.65);padding:.15rem .65rem}.theme-builder__token-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--tb-border)}.theme-builder__token-row:last-child{border-bottom:none}.theme-builder__token-label{margin:0;font-size:.78rem;font-weight:500;color:var(--tb-teal);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-builder__token-var{margin:.1rem 0 0;font-family:ui-monospace,monospace;font-size:.62rem;color:var(--tb-teal-soft)}.theme-builder__token-controls{display:flex;align-items:center;gap:.35rem}.theme-builder__picker{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:8px;border:1px solid var(--tb-border-strong);background:var(--tb-paper);color:var(--tb-teal-soft);cursor:pointer;transition:border-color .2s ease,background .2s ease}.theme-builder__picker:hover{border-color:var(--tb-sage);background:var(--tb-sage-muted);color:var(--tb-teal)}.theme-builder__swatch{width:1.75rem;box-shadow:inset 0 1px 2px rgba(15,35,39,.08)}.theme-builder__hex-input,.theme-builder__swatch{height:1.75rem;border-radius:8px;border:1px solid var(--tb-border-strong)}.theme-builder__hex-input{width:5.5rem;padding:0 .4rem;background:var(--tb-paper);font-family:ui-monospace,monospace;font-size:.62rem;color:var(--tb-teal);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.theme-builder__hex-input::-moz-placeholder{color:var(--tb-teal-soft);opacity:.7}.theme-builder__hex-input::placeholder{color:var(--tb-teal-soft);opacity:.7}.theme-builder__hex-input:focus{border-color:var(--tb-sage);box-shadow:0 0 0 2px rgba(103,175,126,.25)}.theme-builder__history-intro{margin:0 0 .85rem;font-size:.68rem;line-height:1.5;color:var(--tb-teal-soft)}.theme-builder__history-intro code{padding:.1rem .35rem;border-radius:4px;font-size:.6rem;background:var(--tb-blush);color:var(--tb-teal-mid)}.theme-builder__history-card{width:100%;text-align:left;padding:.85rem 1rem;margin-bottom:.5rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-border);background:var(--tb-paper);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.theme-builder__history-card:hover{border-color:rgba(103,175,126,.45);box-shadow:var(--tb-shadow-sm);transform:translateY(-1px)}.theme-builder__history-theme{font-family:var(--tb-serif);font-size:1rem;color:var(--tb-teal)}.theme-builder__history-meta{margin:.25rem 0 0;font-size:.72rem;color:var(--tb-teal-soft)}.theme-builder__history-date{margin:.2rem 0 0;font-size:.65rem;color:var(--tb-teal-soft);opacity:.85}.theme-builder__history-restore{margin:.5rem 0 0;font-size:.65rem;font-weight:600;letter-spacing:.03em;color:var(--tb-sage)}.theme-builder__badge{padding:.15rem .45rem;border-radius:999px;font-size:.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.theme-builder__badge--ok{background:var(--tb-sage-muted);color:#257b23}.theme-builder__badge--fail{background:#fce8e4;color:#a8432a}.theme-builder__log-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--tb-border);background:var(--tb-paper)}.theme-builder__log-title{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--tb-teal-soft)}.theme-builder__log-pre{padding:1rem 1.25rem;font-family:ui-monospace,monospace;font-size:.65rem;line-height:1.55;color:var(--tb-teal);white-space:pre-wrap;word-break:break-all}.theme-builder__footer{display:flex;gap:.65rem;padding:1rem 1.25rem 1.15rem;border-top:1px solid var(--tb-border);background:linear-gradient(0deg,var(--tb-paper) 0,rgba(255,253,251,.92) 100%)}.theme-builder__btn{flex:1;height:2.65rem;border-radius:var(--tb-radius-sm);font-family:var(--tb-font);font-size:.8rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .12s ease,opacity .2s ease}.theme-builder__btn:disabled{opacity:.5;cursor:not-allowed}.theme-builder__btn:not(:disabled):active{transform:scale(.98)}.theme-builder__btn--ghost{border:1px solid var(--tb-border-strong);background:var(--tb-paper);color:var(--tb-teal-mid)}.theme-builder__btn--ghost:hover:not(:disabled){border-color:var(--tb-sage);background:var(--tb-sage-muted);color:var(--tb-teal)}.theme-builder__btn--primary{border:none;background:linear-gradient(135deg,var(--tb-teal) 0,var(--tb-teal-mid) 100%);color:#fff;box-shadow:0 4px 14px rgba(15,35,39,.22)}.theme-builder__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#163238 0,var(--tb-teal) 100%)}.theme-builder__btn-sm{height:2rem;padding:0 .75rem;border-radius:8px;font-size:.72rem;font-weight:600;border:1px solid var(--tb-border-strong);background:var(--tb-paper);color:var(--tb-teal-mid);cursor:pointer}.theme-builder__btn-sm:hover{background:var(--tb-sky-soft)}.theme-builder__btn-sm--danger{border-color:rgba(204,95,54,.35);background:#fdf0eb;color:#a8432a}.theme-builder__btn-sm--danger:hover{background:#fce8e0}.theme-builder__btn-sm--accent{border-color:rgba(103,175,126,.4);background:var(--tb-sage-muted);color:#257b23}.theme-builder__empty{font-size:.75rem;color:var(--tb-teal-soft);text-align:center;padding:2rem 0}.theme-builder__spinner{color:var(--tb-sage)}.theme-builder__file-input,.theme-builder__text-input{width:100%;height:2.35rem;padding:0 .65rem;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-border-strong);background:var(--tb-paper);font-size:.8rem;color:var(--tb-teal);outline:none}.theme-builder__file-input:focus,.theme-builder__text-input:focus{border-color:var(--tb-sage);box-shadow:0 0 0 2px rgba(103,175,126,.25)}.theme-builder__file-input{padding-top:.45rem;height:auto;min-height:2.35rem}.theme-builder__field-hint{margin:.25rem 0 0;font-size:.62rem;line-height:1.4;color:var(--tb-teal-soft)}.theme-builder__field-hint code{font-size:.6rem;padding:.05rem .25rem;border-radius:4px;background:var(--tb-sky-soft)}.theme-builder__error{margin:0;font-size:.72rem;color:#a8432a}.theme-builder__status{margin:0;font-size:.68rem;color:var(--tb-sage)}.theme-builder [data-slot=select-trigger],.theme-builder button[role=combobox]{height:2.35rem!important;border-radius:var(--tb-radius-sm)!important;border-color:var(--tb-border-strong)!important;background:var(--tb-paper)!important;font-size:.8rem!important;color:var(--tb-teal)!important;box-shadow:none!important}.theme-builder [data-slot=select-trigger]:focus-visible,.theme-builder button[role=combobox]:focus-visible{border-color:var(--tb-sage)!important;outline:2px solid rgba(103,175,126,.35);outline-offset:1px}body:has(.theme-builder[data-state=open]) [data-radix-select-content]{z-index:10120!important}.theme-builder-fab-host{position:fixed;z-index:10110;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theme-builder-fab-host--panel-open{z-index:10099}.theme-builder-fab{display:flex;align-items:center;justify-content:center;width:3.15rem;height:3.15rem;border:2px solid hsla(0,0%,100%,.35);border-radius:999px;background:linear-gradient(145deg,var(--tb-teal,#0f2327) 0,#2c4f58 55%,#67af7e 120%);color:#fff;box-shadow:0 6px 20px rgba(15,35,39,.28),0 0 0 4px rgba(103,175,126,.15);cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .2s ease,box-shadow .2s ease}.theme-builder-fab:hover:not(.is-dragging){transform:translateY(-2px);box-shadow:0 10px 28px rgba(15,35,39,.32),0 0 0 5px rgba(243,219,225,.5)}.theme-builder-fab.is-dragging{cursor:grabbing;transform:none;transition:none}.theme-ice-exchange{--ice-bg:#f4f4f4;--ice-text:#111111;--ice-muted:#666666;--ice-border:#dddddd;--ice-panel:#ffffff;--ice-chip:#f5f5f5;--ice-chip-text:#111111;--ice-red:#e31e24;--ice-red-dark:#b10f1f;--brand-on-primary:#ffffff;--ice-loader-bg:var(--ice-red);--ice-black:#090909;--ice-blue:#72bbef;--ice-pink:#f8d0d5;--ice-gray-cell:#e5e7eb;--buzz-odds-back-bg:#72bbef;--buzz-odds-lay-bg:#f8d0d5;--buzz-fancy-no-bg:#f8d0d5;--buzz-fancy-yes-bg:#72bbef;--ice-ease-out:cubic-bezier(0.22,1,0.36,1);--ice-duration-fast:140ms;--ice-duration-ui:220ms;--ice-duration-drawer:280ms;--ice-font-weight-base:500;--ice-font-weight-medium:600;--ice-font-weight-strong:700;--ice-font-size-base:16px;--ice-font-size-mobile:14px;--ice-bottom-nav-height:52px;--ice-mobile-bottom-offset:calc(var(--ice-bottom-nav-height) + env(safe-area-inset-bottom, 0px));--ice-card-radius:8px;--ice-dashboard-odds-w:3rem;--ice-dashboard-odds-h:2.125rem;--ice-dashboard-odds-gap:0.125rem;--ice-dashboard-odds-pair-gap:0.5rem;--ice-mobile-odds-col-width:4.625rem;--ice-mobile-odds-gap:0.25rem;--ice-fullmarket-odds-w:4.625rem;--ice-fullmarket-odds-h:2.625rem;--ice-fullmarket-odds-gap:0.375rem;--ice-bottom-nav-icon-size:26px;--ice-bottom-nav-label-size:11px;--ice-chrome-height:76px;--ice-z-header:40;--ice-z-sidebar-backdrop:280;--ice-z-sidebar:290;--ice-z-overlay:5000;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--ice-font-size-base);font-weight:var(--ice-font-weight-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes ice-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ice-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ice-slide-up-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.theme-ice-exchange .ice-skeleton{background:linear-gradient(90deg,#e5e5e5,#f5f5f5 45%,#e5e5e5 90%);background-size:200% 100%;animation:ice-skeleton-shimmer 1.4s ease-in-out infinite}.theme-ice-exchange .ice-scroll-area{scroll-behavior:auto}.theme-ice-exchange .ice-betting-main,.theme-ice-exchange .ice-scroll-area{overflow-x:hidden}.theme-ice-exchange .ice-betslip-panel,.theme-ice-exchange .ice-betting-main,.theme-ice-exchange .ice-scroll-area{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.theme-ice-exchange .ice-market-group{animation:ice-fade-in var(--ice-duration-ui) var(--ice-ease-out) both;background:rgba(0,0,0,0)}.theme-ice-exchange .ice-market-group-header{background:var(--ice-black);color:#fff}.theme-ice-exchange .ice-tab{transition:border-color var(--ice-duration-fast) ease,color var(--ice-duration-fast) ease,opacity var(--ice-duration-fast) ease}.theme-ice-exchange .ice-sport-tab{transition:border-color var(--ice-duration-fast) ease,background-color var(--ice-duration-fast) ease,transform var(--ice-duration-fast) var(--ice-ease-out)}.theme-ice-exchange .ice-sport-tab:active{transform:scale(.98)}.theme-ice-exchange .ice-sport-tab:hover{border-bottom:3px solid var(--ice-red)!important}.theme-ice-exchange .ice-odds-btn{margin:2px;border-radius:5px;touch-action:manipulation;transition:transform var(--ice-duration-fast) var(--ice-ease-out),box-shadow var(--ice-duration-fast) ease,filter var(--ice-duration-fast) ease}.theme-ice-exchange .ice-odds-btn:hover:not(:disabled){filter:brightness(1.03)}.theme-ice-exchange .ice-odds-btn:active:not(:disabled){transform:scale(.97)}.theme-ice-exchange .ice-nav-bar a,.theme-ice-exchange .ice-nav-bar button{transition:background-color var(--ice-duration-fast) ease,color var(--ice-duration-fast) ease,opacity var(--ice-duration-fast) ease}.theme-ice-exchange .ice-login-btn,.theme-ice-exchange .ice-menu-btn,.theme-ice-exchange .ice-pill-btn{transition:background-color var(--ice-duration-fast) ease,border-color var(--ice-duration-fast) ease,opacity var(--ice-duration-fast) ease,transform var(--ice-duration-fast) var(--ice-ease-out)}.theme-ice-exchange .ice-menu-btn:active,.theme-ice-exchange .ice-pill-btn:active{transform:scale(.98)}.theme-ice-exchange .ice-mobile-betslip-trigger{background:linear-gradient(0deg,rgba(243,243,243,.98) 70%,transparent);animation:ice-slide-up-in var(--ice-duration-drawer) var(--ice-ease-out)}.theme-ice-exchange .ice-mobile-betslip-trigger button{transition:transform var(--ice-duration-fast) var(--ice-ease-out),background-color var(--ice-duration-fast) ease,box-shadow var(--ice-duration-fast) ease}.theme-ice-exchange .ice-betslip-drawer-backdrop{transition:opacity var(--ice-duration-drawer) ease}.theme-ice-exchange .ice-betslip-drawer-panel{transition:transform var(--ice-duration-drawer) var(--ice-ease-out);will-change:transform}.theme-ice-exchange .ice-betslip-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.theme-ice-exchange .ice-betslip-drawer-backdrop.is-closed{opacity:0;pointer-events:none}.theme-ice-exchange .ice-betslip-drawer-panel.is-open{transform:translateY(0)}.theme-ice-exchange .ice-betslip-drawer-panel.is-closed{transform:translateY(100%);pointer-events:none}.theme-ice-exchange .ice-sports-drawer{width:0;transition:width var(--ice-duration-ui) ease}.theme-ice-exchange .ice-sports-drawer.is-open{width:var(--ice-sidebar-width,min(240px,85vw))}.theme-ice-exchange .ice-sports-drawer .ice-sidebar-header,.theme-ice-exchange .ice-sports-drawer .ice-sidebar-support-footer,.theme-ice-exchange .ice-sports-drawer .ice-sports-drawer-scroll{width:var(--ice-sidebar-width,min(240px,85vw));min-width:var(--ice-sidebar-width,min(240px,85vw))}.theme-ice-exchange .ice-chrome{position:relative;z-index:var(--ice-z-header)}@media(min-width:768px){.theme-ice-exchange{--ice-chrome-height:72px}}.theme-ice-exchange .ice-sports-drawer-scroll{padding-top:0}.theme-ice-exchange .ice-sidebar-support-footer{position:relative;z-index:1}@media(max-width:767px){.theme-ice-exchange .ice-sidebar-support-footer{padding-bottom:var(--ice-mobile-bottom-offset,52px)}}@media(prefers-reduced-motion:reduce){.theme-ice-exchange .ice-market-group,.theme-ice-exchange .ice-mobile-betslip-trigger,.theme-ice-exchange .ice-skeleton{animation:none}.theme-ice-exchange .ice-betslip-drawer-backdrop,.theme-ice-exchange .ice-betslip-drawer-panel,.theme-ice-exchange .ice-odds-btn,.theme-ice-exchange .ice-sport-tab,.theme-ice-exchange .ice-sports-drawer,.theme-ice-exchange .ice-tab{transition-duration:.01ms}.theme-ice-exchange .ice-notification-marquee-scroll{animation-duration:.01ms}}.theme-ice-exchange .bg-ice-bg{background-color:var(--ice-bg)}.theme-ice-exchange .text-ice-text{color:var(--ice-text)}.theme-ice-exchange .text-ice-muted{color:var(--ice-muted)}.theme-ice-exchange .border-ice-border{border-color:var(--ice-border)}.theme-ice-exchange .bg-ice-panel{background-color:var(--ice-panel)}.theme-ice-exchange .bg-ice-chip{background-color:var(--ice-chip)}.theme-ice-exchange .text-ice-chip-text{color:var(--ice-chip-text)}.theme-ice-exchange .ice-shell-header{background:linear-gradient(90deg,#e0ecff,#f6f9ff)}.theme-ice-exchange .ice-top-strip{background:#050505;border-top:2px solid #d20b19;border-bottom:2px solid #d20b19;min-height:28px}@keyframes ice-notification-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.theme-ice-exchange .ice-notification-marquee-scroll{display:flex;width:-moz-max-content;width:max-content;animation:ice-notification-scroll 25s linear infinite}.theme-ice-exchange .ice-notification-marquee-scroll:hover{animation-play-state:paused}.theme-ice-exchange .ice-notification-marquee-inner{flex-shrink:0;padding-right:3rem}.theme-ice-exchange .ice-header{background:var(--ice-black);color:#fff}.theme-ice-exchange .ice-menu-btn{border:1px solid #f20b17;color:#f20b17;background:rgba(0,0,0,0);height:34px;width:34px;border-radius:2px;font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.theme-ice-exchange .ice-pill-btn{border:1px solid #2b2b2b;background:#111;color:#fff}.theme-ice-exchange .ice-search{background:#202020;border:1px solid #2f2f2f;color:#fff}.theme-ice-exchange .ice-tab{font-weight:700;letter-spacing:.2px}.theme-ice-exchange .ice-tab.active{border-bottom:3px solid var(--ice-red)}.theme-ice-exchange .ice-odds-back{background:var(--ice-blue);border:1px solid #5fa8dc}.theme-ice-exchange .ice-odds-lay{background:var(--ice-pink);border:1px solid #e8b4bf}.theme-ice-exchange .buzz-match-back,.theme-ice-exchange .buzz-match-lay,.theme-ice-exchange.theme-buzz .buzz-match-back,.theme-ice-exchange.theme-buzz .buzz-match-lay{touch-action:manipulation;transition:transform var(--ice-duration-fast) var(--ice-ease-out),filter var(--ice-duration-fast) ease,background-color var(--ice-duration-fast) ease}.theme-ice-exchange .buzz-match-back:active,.theme-ice-exchange .buzz-match-lay:active,.theme-ice-exchange.theme-buzz .buzz-match-back:active,.theme-ice-exchange.theme-buzz .buzz-match-lay:active{transform:scale(.97)}.theme-ice-exchange .ice-odds-empty{background:var(--ice-gray-cell);border:1px solid #e3e5ea;color:#888}.theme-ice-exchange .ice-desktop-odds-row{gap:var(--ice-dashboard-odds-pair-gap)}.theme-ice-exchange .ice-desktop-odds-pair{display:flex;gap:var(--ice-dashboard-odds-gap)}.theme-ice-exchange .ice-desktop-odds-btn.ice-odds-btn{margin:3px;display:inline-flex;align-items:center;justify-content:center;min-width:var(--ice-dashboard-odds-w);width:var(--ice-dashboard-odds-w);min-height:var(--ice-dashboard-odds-h);height:var(--ice-dashboard-odds-h);border-radius:3px;font-size:14px;font-weight:500;line-height:1;padding:0}.theme-ice-exchange .ice-desktop-odds-btn.ice-odds-back{border-color:#9ec9ea}.theme-ice-exchange .ice-desktop-odds-btn.ice-odds-lay{border-color:#e5b8c2}.theme-ice-exchange .ice-desktop-match-row{border:1px solid #ddd;border-radius:var(--ice-card-radius);padding:.625rem .75rem;box-shadow:0 1px 2px rgba(0,0,0,.06);outline:none;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.theme-ice-exchange .ice-desktop-match-row--clickable:hover{background:#fafafa;box-shadow:inset 2px 0 0 var(--ice-red-dark),0 1px 3px rgba(0,0,0,.08)}.theme-ice-exchange .ice-desktop-match-row:focus,.theme-ice-exchange .ice-desktop-match-row:focus-visible{outline:none}.theme-ice-exchange .ice-desktop-match-row--clickable:focus-visible{box-shadow:inset 2px 0 0 var(--ice-red-dark),0 0 0 1px var(--ice-red-dark)}.theme-ice-exchange .ice-desktop-match-row .ice-event-name{font-weight:600}.theme-ice-exchange .ice-bp-badge{display:none;height:1rem;width:1rem;align-items:center;justify-content:center;border-radius:2px;border:1px solid var(--ice-red-dark);background:#fff;color:var(--ice-red-dark);font-size:9px;font-weight:600;line-height:1}@media(min-width:640px){.theme-ice-exchange .ice-bp-badge{display:inline-flex}}.theme-ice-exchange .buzz-match-inner-header,.theme-ice-exchange .buzz-match-status{background:#fff}.theme-ice-exchange .ice-betting-main.theme-buzz{background:#fff!important}.theme-ice-exchange .ice-fullmarket-scorecard{margin-bottom:.75rem}.theme-ice-exchange .ice-market-section-desktop-header{background:#f3f3f3;color:#111}@media(min-width:768px){.theme-ice-exchange.theme-buzz .bg-white.border.rounded-md{border-radius:0!important;border-left:#ddd!important;border-bottom-color:#ddd!important;border-right:#ddd!important;border-top-color:#ddd!important;box-shadow:none!important}}.theme-ice-exchange .buzz-match-inner-header{background:#fff!important;border-bottom:1px solid #ddd!important;padding:.625rem .875rem!important}.theme-ice-exchange .buzz-match-inner-header h1{font-size:var(--ice-font-size-base)!important;font-weight:var(--ice-font-weight-medium)!important}.theme-ice-exchange .buzz-match-status{background:#fff!important;border-top-color:#202020!important;border-bottom-color:#ddd!important;min-height:2.5rem!important;padding:.375rem .875rem!important}.theme-ice-exchange .buzz-match-bet-row{border-bottom:1px solid #eee}.theme-ice-exchange .buzz-match-bet-row:last-child{border-bottom:none}.theme-ice-exchange .ice-exchange-odds-columns{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}@media(min-width:640px){.theme-ice-exchange .buzz-match-bet-row .buzz-match-back,.theme-ice-exchange .buzz-match-bet-row .buzz-match-lay{width:3.75rem!important;min-width:3.75rem!important;min-height:2.35rem!important;margin:1px!important;border-left:0!important;border-radius:4px!important;padding:.3rem .25rem!important;font-size:var(--ice-font-size-base)!important;line-height:1.15!important;font-weight:var(--ice-font-weight-medium)!important}.theme-ice-exchange .buzz-match-bet-row .buzz-match-back span:first-child,.theme-ice-exchange .buzz-match-bet-row .buzz-match-lay span:first-child{font-size:var(--ice-font-size-base)!important;line-height:1.15!important;font-weight:var(--ice-font-weight-strong)!important}.theme-ice-exchange .buzz-match-bet-row .buzz-match-back span+span,.theme-ice-exchange .buzz-match-bet-row .buzz-match-lay span+span{font-size:var(--ice-font-size-base)!important;line-height:1.15!important;font-weight:var(--ice-font-weight-base)!important}}.theme-ice-exchange .buzz-market-section-header,.theme-ice-exchange.theme-buzz .buzz-market-section-header{background:#fff!important;color:#111!important;border-bottom:1px solid #ddd!important;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.theme-ice-exchange .bg-white.border:has(.buzz-fancy-table-header)>.buzz-market-section-header{background:var(--ice-black)!important;color:#fff!important;border-bottom:none!important}.theme-ice-exchange .buzz-match-bet-table>.buzz-market-section-header{background:#f5f5f5!important;color:#111!important;text-transform:none;font-weight:600;font-size:.875rem}.theme-ice-exchange .buzz-match-bet-header,.theme-ice-exchange.theme-buzz .buzz-match-bet-header{background:#2f3541!important;color:#fff!important}.theme-ice-exchange .buzz-match-visualizer,.theme-ice-exchange.theme-buzz .buzz-match-visualizer{background:#2f3541!important}.theme-ice-exchange .buzz-fancy-table-header,.theme-ice-exchange.theme-buzz .buzz-fancy-table-header{background-color:var(--ice-black)!important;color:#fff!important;padding-top:.45rem!important;padding-bottom:.45rem!important;font-size:var(--ice-font-size-base)!important;line-height:1.15!important;font-weight:var(--ice-font-weight-medium)!important;text-transform:uppercase}.theme-ice-exchange .ice-fancy-title-strip{display:flex;align-items:flex-end;min-height:2rem;background:#fff;border-bottom:1px solid #dcdcdc}.theme-ice-exchange .ice-fancy-title-label{position:relative;display:inline-flex;align-items:center;min-height:1.7rem;padding:.35rem 1.1rem .35rem .75rem;background:var(--ice-red);color:#fff;font-size:12px;font-weight:800;line-height:1;letter-spacing:.02em;text-transform:uppercase}.theme-ice-exchange .ice-fancy-title-label:after{content:"";position:absolute;top:0;right:-1rem;width:1rem;height:100%;background:var(--ice-red);clip-path:polygon(0 0,100% 100%,0 100%)}.theme-ice-exchange .buzz-match-header-back,.theme-ice-exchange.theme-buzz .buzz-match-header-back{color:#72bbef!important}.theme-ice-exchange .buzz-match-header-lay,.theme-ice-exchange.theme-buzz .buzz-match-header-lay{color:#f8d0d5!important}.theme-ice-exchange .buzz-live-status-label,.theme-ice-exchange.theme-buzz .buzz-live-status-label{color:var(--ice-red)!important}.theme-ice-exchange .buzz-match-status,.theme-ice-exchange.theme-buzz .buzz-match-inner-header{background:#fff;border-color:#d7d7d7}.theme-ice-exchange .buzz-back-btn,.theme-ice-exchange.theme-buzz .buzz-back-btn{background:var(--ice-black)!important;border:1px solid #202020!important;color:#fff!important;border-radius:4px!important}.theme-ice-exchange .buzz-back-btn:hover,.theme-ice-exchange.theme-buzz .buzz-back-btn:hover{background:#1a1a1a!important}.theme-ice-exchange .ice-live-tv-btn{background:var(--ice-black)!important;border-color:#202020!important;color:#fff!important;border-radius:4px!important}.theme-ice-exchange .ice-live-tv-btn--idle:hover{background:#1a1a1a!important}.theme-ice-exchange .ice-live-tv-btn--open{background:var(--ice-black)!important;border-color:var(--ice-red-dark)!important;box-shadow:inset 0 0 0 1px var(--ice-red-dark)}.theme-ice-exchange .ice-live-tv-btn-badge{background:#202020!important;border-right:1px solid hsla(0,0%,100%,.25)}.theme-ice-exchange .buzz-match-status button.border,.theme-ice-exchange.theme-buzz .buzz-match-status button.border{background:var(--ice-black)!important;border-color:#202020!important;color:#fff!important;border-radius:4px!important}.theme-ice-exchange .buzz-match-status button.border[class*=ring-],.theme-ice-exchange.theme-buzz .buzz-match-status button.border[class*=ring-]{background:var(--ice-black)!important;border-color:#202020!important;box-shadow:none!important}.theme-ice-exchange .buzz-match-status button.border span.bg-\[\#1d4ed8\],.theme-ice-exchange.theme-buzz .buzz-match-status button.border span.bg-\[\#1d4ed8\]{background:#202020!important;border-right:1px solid hsla(0,0%,100%,.25)}.theme-ice-exchange.theme-buzz .bg-\[\#ece8d8\]{background:#f3f0dc!important;border-color:#d7d7d7!important}.theme-ice-exchange.theme-buzz .buzz-match-back{background-color:var(--ice-blue)!important;color:#111!important;font-weight:var(--ice-font-weight-medium)!important}.theme-ice-exchange.theme-buzz .buzz-match-lay{background-color:var(--ice-pink)!important;color:#111!important;font-weight:var(--ice-font-weight-medium)!important}.theme-ice-exchange .buzz-match-back span:first-child,.theme-ice-exchange .buzz-match-lay span:first-child{font-weight:var(--ice-font-weight-strong)!important}.theme-ice-exchange .ice-odds-back,.theme-ice-exchange .ice-odds-btn,.theme-ice-exchange .ice-odds-lay{font-weight:var(--ice-font-weight-medium)!important;font-size:14px!important}.theme-ice-exchange .buzz-fancy-table-header+.buzz-fancy-table-header{border-left:1px solid #202020!important}.theme-ice-exchange table td [style*="--buzz-fancy-no-bg"],.theme-ice-exchange table td [style*="--buzz-fancy-yes-bg"],.theme-ice-exchange table td [style*=CEEEF9],.theme-ice-exchange table td [style*=F8DCE2]{border-radius:4px!important;margin:1px!important}.theme-ice-exchange #cricfeed-scorecard,.theme-ice-exchange .ice-cricfeed-shell,.theme-ice-exchange.theme-buzz #cricfeed-scorecard{width:100%;min-height:5.5rem}.theme-ice-exchange #cricfeed-scorecard iframe,.theme-ice-exchange .ice-cricfeed-shell #cricfeed-scorecard iframe{display:block;width:100%!important;min-height:5.5rem;border:0}.theme-ice-exchange .ice-match-desktop-chrome .ice-mobile-market-tab{padding-top:.625rem;padding-bottom:.625rem}.theme-ice-exchange .buzz-match-inner-header h1{color:#111;font-weight:var(--ice-font-weight-medium);font-size:var(--ice-font-size-base)}.theme-ice-exchange .buzz-fancy-rule-modal{background:#111!important;border:1px solid #7f0c18}.theme-ice-exchange .buzz-fancy-rule-modal-header{background:var(--ice-red)!important;color:#fff!important}.theme-ice-exchange .buzz-fancy-rule-modal-body{background:#171717!important}.theme-ice-exchange .buzz-fancy-rule-meta{border-bottom-color:#7f0c18!important}.theme-ice-exchange .buzz-fancy-rule-modal .fancy-market-rule-content a{color:#ff9aa7!important}.theme-ice-exchange .buzz-chip-setting-modal{background:#fff!important;border:1px solid #7f0c18}.theme-ice-exchange .buzz-chip-setting-modal-header{background:var(--ice-red)!important}.theme-ice-exchange .buzz-chip-setting-modal-close,.theme-ice-exchange .buzz-chip-setting-modal-header [data-slot=dialog-title]{color:#fff!important}.theme-ice-exchange .buzz-chip-setting-modal-close:hover{background:hsla(0,0%,100%,.14)!important}.theme-ice-exchange .buzz-chip-setting-modal-update{background:var(--ice-red)!important;color:#fff!important}.theme-ice-exchange .buzz-chip-setting-modal-update:hover{background:#930c19!important}.theme-ice-exchange.theme-buzz{--buzz-bg:45 16% 92%;--buzz-header:0 0% 4%;--buzz-sidebar:0 0% 95%;--buzz-sidebar-active:354 84% 38%;--buzz-tab-active:354 84% 38%;--buzz-tab-inactive:220 10% 20%;--buzz-card:354 84% 38%;--buzz-message-banner:45 26% 92%}.theme-ice-exchange.theme-buzz .buzz-header-top{background:#0a0a0a!important;color:#fff!important}.theme-ice-exchange.theme-buzz .buzz-nav-bar{background:#2f3541!important}.theme-ice-exchange.theme-buzz .buzz-nav-link-active{background:var(--ice-red)!important;color:var(--brand-on-primary,#fff)!important}.theme-ice-exchange.theme-buzz .buzz-sidebar{background:#f2f2f2!important}.theme-ice-exchange.theme-buzz .buzz-sidebar-item-active,.theme-ice-exchange.theme-buzz .buzz-sidebar-item[aria-current=page]{background:var(--ice-red)!important;color:var(--brand-on-primary,#fff)!important}.theme-ice-exchange .ice-accent-bg{background-color:var(--ice-red)}.theme-ice-exchange .ice-accent-bg:hover{background-color:var(--ice-red-dark)}.theme-ice-exchange .ice-accent-border{border-color:var(--ice-red)}.theme-ice-exchange .ice-accent-text{color:var(--ice-red)}.theme-ice-exchange .ice-accent-text:hover{color:var(--ice-red-dark)}.theme-ice-exchange .ice-accent-table-header,.theme-ice-exchange .ice-betslip-tab--active{background:var(--ice-red)!important;color:var(--brand-on-primary,#ffffff)!important}.theme-ice-exchange.theme-buzz .buzz-match-card>*{border-color:#d7d7d7!important}.theme-ice-exchange .ice-betslip-panel,.theme-ice-exchange.theme-buzz .buzz-betslip{border-left:4px solid var(--ice-red)!important;background:#fff!important}.theme-ice-exchange .ice-betslip-panel{border-color:rgba(0,0,0,0);box-shadow:-1px 0 0 #eee}.theme-ice-exchange .buzz-betslip-header{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:.04em}.theme-ice-exchange .buzz-betslip-body{background:#fff!important}.theme-ice-exchange .ice-betslip-selection-card{border-radius:2px;border:1px solid #ddd;box-shadow:none}.theme-ice-exchange .ice-betslip-selection-card .ice-betslip-card-header{border-bottom:1px solid rgba(0,0,0,.08)}.theme-ice-exchange .ice-betslip-stake-alert{background:#e31e24;color:#fff;font-size:12px;font-weight:600;line-height:1.35;text-align:center;padding:.5rem .75rem}.theme-ice-exchange .ice-betslip-quick-stake{background:#f4f4f4;border:1px solid #e3e3e3;color:#111;border-radius:3px;font-weight:600}.theme-ice-exchange .ice-betslip-quick-stake:hover:not(:disabled){background:#eaeaea}.theme-ice-exchange .ice-betslip-step-btn:hover:not(:disabled){background:#000}.theme-ice-exchange .ice-betslip-place-btn{background:#f4b8c0;color:#111;font-weight:700}.theme-ice-exchange .ice-betslip-place-btn:hover:not(:disabled){background:#efb0ba}.theme-ice-exchange .ice-betslip-clear-btn{background:#2a2a2a;color:#fff}.theme-ice-exchange .buzz-match-card [style*=CEEEF9],.theme-ice-exchange .buzz-match-card [style*=ceeef9]{background-color:var(--ice-blue)!important}.theme-ice-exchange .buzz-match-card [style*=F8DCE2],.theme-ice-exchange .buzz-match-card [style*=f8dce2]{background-color:var(--ice-pink)!important}.ice-google-translate-host{position:fixed;left:0;top:0;width:0!important;height:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;z-index:-1}.goog-te-banner-frame,.goog-te-banner-frame.skiptranslate{display:none!important;visibility:hidden!important}body{top:0!important;position:static!important}#goog-gt-tt{display:none!important;visibility:hidden!important}.theme-ice-exchange .ice-mobile-betslip-trigger{position:fixed;left:0;right:0;z-index:50;padding:.5rem .75rem;background:linear-gradient(0deg,rgba(242,242,242,.98) 70%,transparent);pointer-events:none}.theme-ice-exchange .ice-mobile-betslip-trigger button{pointer-events:auto}.theme-ice-exchange .ice-inplay-sport-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none}.theme-ice-exchange .ice-inplay-sport-tabs::-webkit-scrollbar{display:none}.theme-ice-exchange .ice-inplay-sport-tab--active,.theme-ice-exchange .ice-inplay-sport-tabs button[aria-selected=true]{background-color:var(--ice-red)!important;color:var(--brand-on-primary,#ffffff)!important;border-color:var(--ice-red-dark)!important}.theme-ice-exchange .ice-inplay-sport-tab--inactive,.theme-ice-exchange .ice-inplay-sport-tabs button[aria-selected=false]{background-color:#fff!important;color:#111827!important;border-color:#d1d5db!important}.theme-ice-exchange .ice-inplay-sport-tabs button[aria-selected=true] span:last-child{background-color:#f4d10b!important;color:#1e2530!important}.theme-ice-exchange .ice-inplay-sport-tabs button[aria-selected=false] span:last-child{background-color:var(--ice-red)!important;color:var(--brand-on-primary,#ffffff)!important}@media(max-width:767px){.theme-ice-exchange .ice-inplay-sport-tabs button{min-width:6.5rem;padding-right:2.25rem;font-size:.8125rem}.theme-ice-exchange .ice-schedule-tabs{position:relative;z-index:2;gap:1.5rem;border-bottom-color:#d0d0d0}.theme-ice-exchange .ice-schedule-tab{min-height:2.5rem;padding-bottom:.625rem;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.theme-ice-exchange .ice-schedule-tab--active{opacity:1!important}.theme-ice-exchange .ice-schedule-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--ice-red)}}.theme-ice-exchange .ice-sport-tabs-bar{display:flex;align-items:stretch;gap:0;margin-top:10px}.theme-ice-exchange .ice-sport-tabs-track-wrap{flex:1;min-width:0;border-right:1px solid #ccc;background:#fff;padding:0 5px}.theme-ice-exchange .ice-sport-tabs-track{display:flex;width:100%;min-height:2.875rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.theme-ice-exchange .ice-sport-tabs-track::-webkit-scrollbar{display:none}.theme-ice-exchange .ice-inplay-page{background:#f4f4f4}.theme-ice-exchange .ice-sport-tabs-scroll-btn{display:flex;width:1.375rem;min-width:1.375rem;align-items:center;justify-content:center;align-self:stretch;border:2px solid #000!important;background:#fff;line-height:1;height:60px;color:#000;transition:border-color var(--ice-duration-fast) ease,color var(--ice-duration-fast) ease,background-color var(--ice-duration-fast) ease}.theme-ice-exchange .ice-sport-tabs-scroll-btn:first-of-type{border-right:none;border-radius:2px 0 0 2px}.theme-ice-exchange .ice-sport-tabs-scroll-btn:last-of-type{border-left:none;border-radius:0 2px 2px 0}.theme-ice-exchange .ice-sport-tabs-scroll-btn:hover{color:var(--ice-red-dark);background:#fafafa}.theme-ice-exchange .ice-sport-tab{display:flex;flex:1 1 0;min-width:4.5rem;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:none;border-right:1px solid #e3e3e3;border-bottom:2px solid rgba(0,0,0,0);background:#fff;padding:.35rem .5rem .3rem;text-align:center;cursor:pointer}.theme-ice-exchange .ice-sport-tab:last-child{border-right:none}.theme-ice-exchange .ice-sport-tab--active{border-bottom:3px solid var(--ice-red)!important}.theme-ice-exchange .ice-sport-tab-icon{height:17px;width:17px;max-height:17px;max-width:17px;-o-object-fit:contain;object-fit:contain}.theme-ice-exchange .ice-sport-tab-icon-placeholder{display:none;height:17px;width:17px;border-radius:9999px;background:#e5e7eb}.theme-ice-exchange .ice-sport-tab-label{font-size:12px;font-weight:800;line-height:1.15;color:#000;letter-spacing:.04em;margin-top:8px}.theme-ice-exchange .ice-sport-tab--active .ice-sport-tab-label{font-weight:800;color:#111}.theme-ice-exchange .ice-empty-betslip-icon{width:70px;height:auto;margin:10px 0;opacity:.85}.theme-ice-exchange .ice-empty-betslip p{max-width:12rem;margin-top:.25rem}@media(min-width:640px){.theme-ice-exchange .ice-sport-tab{min-width:5.25rem;padding:.4rem .65rem .35rem}.theme-ice-exchange .ice-sport-tab-label{font-size:11px}}@media(max-width:767px){.theme-ice-exchange .ice-sport-tab{flex:0 0 33.3333%;min-width:33.3333%;max-width:33.3333%;box-sizing:border-box;padding-left:.25rem;padding-right:.25rem}.theme-ice-exchange .ice-sport-tab-label{font-size:10px;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:4px}}.theme-ice-exchange .ice-header--guest .ice-header-guest-row{width:100%}.theme-ice-exchange .ice-header--guest .ice-header-search-wrap{flex:1;min-width:0;max-width:320px}.theme-ice-exchange .ice-header--guest .ice-search{width:100%}.theme-ice-exchange .ice-login-btn{background:rgba(0,0,0,0);transition:background-color .15s ease}.theme-ice-exchange .ice-login-btn:hover{background:rgba(177,15,31,.15)}.theme-ice-exchange .ice-header--auth .ice-search-wrap{flex:1;min-width:0}@media(max-width:767px){.theme-ice-exchange .ice-header .ice-search-wrap,.theme-ice-exchange .ice-sub-nav{display:none!important}.theme-ice-exchange .ice-fancy-table-wrap{overflow-x:visible!important}.theme-ice-exchange .ice-fancy-table{min-width:0!important;table-layout:auto!important}.theme-ice-exchange .buzz-fancy-amount-col{display:none!important}.theme-ice-exchange{font-size:var(--ice-font-size-mobile);font-weight:var(--ice-font-weight-medium)}.theme-ice-exchange .buzz-back-btn,.theme-ice-exchange .buzz-fancy-table-header,.theme-ice-exchange .buzz-match-back,.theme-ice-exchange .buzz-match-back span,.theme-ice-exchange .buzz-match-inner-header h1,.theme-ice-exchange .buzz-match-lay,.theme-ice-exchange .buzz-match-lay span,.theme-ice-exchange .ice-bottom-nav-item,.theme-ice-exchange .ice-event-name,.theme-ice-exchange .ice-fancy-table tbody td button span,.theme-ice-exchange .ice-fancy-table tbody td:first-child span,.theme-ice-exchange .ice-market-group>div:first-child,.theme-ice-exchange .ice-market-row .ice-event-name,.theme-ice-exchange .ice-market-row .ice-odds-back,.theme-ice-exchange .ice-market-row .ice-odds-lay,.theme-ice-exchange .ice-mobile-market-section-header span,.theme-ice-exchange .ice-mobile-market-tab,.theme-ice-exchange .ice-odds-back,.theme-ice-exchange .ice-odds-btn,.theme-ice-exchange .ice-odds-lay{font-size:var(--ice-font-size-mobile)!important}.theme-ice-exchange .buzz-back-btn,.theme-ice-exchange .buzz-fancy-table-header,.theme-ice-exchange .buzz-match-back span:first-child,.theme-ice-exchange .buzz-match-inner-header h1,.theme-ice-exchange .buzz-match-lay span:first-child,.theme-ice-exchange .ice-bottom-nav-item,.theme-ice-exchange .ice-fancy-table tbody td button span,.theme-ice-exchange .ice-fancy-table tbody td:first-child span,.theme-ice-exchange .ice-market-group>div:first-child,.theme-ice-exchange .ice-mobile-market-section-header span,.theme-ice-exchange .ice-mobile-market-tab,.theme-ice-exchange .ice-odds-back,.theme-ice-exchange .ice-odds-btn,.theme-ice-exchange .ice-odds-lay{font-weight:var(--ice-font-weight-medium)!important}.theme-ice-exchange .ice-fancy-table tbody td button span.text-xs{font-size:12px!important;font-weight:var(--ice-font-weight-base)!important}.theme-ice-exchange .ice-header .header-logo{max-width:110px;height:1.75rem;width:auto}.theme-ice-exchange .ice-header--auth .ice-header-auth-row,.theme-ice-exchange .ice-header--guest .ice-header-guest-row{flex-wrap:nowrap;-moz-column-gap:.375rem;column-gap:.375rem}.theme-ice-exchange .ice-header--auth .ice-header-logo-link,.theme-ice-exchange .ice-header--guest .ice-header-logo-link{flex:0 1 auto;min-width:0;max-width:min(38vw,120px)}.theme-ice-exchange .ice-header-actions,.theme-ice-exchange .ice-header-guest-actions{gap:.375rem}.theme-ice-exchange .ice-header-user-btn{min-width:0}.theme-ice-exchange .ice-header-login-btn{padding-left:.625rem;padding-right:.625rem;font-size:10px;letter-spacing:.03em}.theme-ice-exchange .ice-header--auth .ice-pill-dashboard{display:none}.theme-ice-exchange .ice-header--guest .header-logo{max-width:100px}.theme-ice-exchange .ice-nav-bar{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.theme-ice-exchange .ice-nav-bar::-webkit-scrollbar{display:none}.theme-ice-exchange .ice-nav-bar a,.theme-ice-exchange .ice-nav-bar button{white-space:nowrap;flex-shrink:0}.ice-schedule-tab,.theme-ice-exchange .ice-schedule-tabs .ice-tab{font-size:20px!important;font-weight:900!important;letter-spacing:.02em!important}.theme-ice-exchange .ice-sport-title{font-size:1.25rem}.theme-ice-exchange .ice-market-group{margin-left:0;margin-right:0}.theme-ice-exchange .ice-desktop-match-row,.theme-ice-exchange .ice-market-row{min-width:0}.theme-ice-exchange .ice-desktop-odds-row{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.theme-ice-exchange .ice-desktop-odds-row::-webkit-scrollbar{display:none}.theme-ice-exchange .ice-desktop-match-row .ice-odds-back,.theme-ice-exchange .ice-desktop-match-row .ice-odds-lay,.theme-ice-exchange .ice-desktop-odds-btn,.theme-ice-exchange .ice-market-row .ice-odds-back,.theme-ice-exchange .ice-market-row .ice-odds-lay{min-height:var(--ice-dashboard-odds-h);height:var(--ice-dashboard-odds-h);min-width:var(--ice-dashboard-odds-w);width:var(--ice-dashboard-odds-w);border-radius:3px;font-size:14px;font-weight:500}.theme-ice-exchange .ice-desktop-match-row .ice-event-name,.theme-ice-exchange .ice-market-row .ice-event-name{font-size:var(--ice-font-size-mobile);font-weight:600}.theme-ice-exchange .ice-market-group{overflow:visible;margin-bottom:.75rem}.theme-ice-exchange .ice-market-group-header{border-radius:var(--ice-card-radius) var(--ice-card-radius) 0 0;font-weight:600!important}.theme-ice-exchange .ice-market-cards{gap:.5rem;padding-top:.5rem}.theme-ice-exchange .ice-desktop-match-row{flex-direction:column;align-items:stretch;gap:.625rem;padding:.625rem .75rem}.theme-ice-exchange .ice-desktop-event{width:100%}.theme-ice-exchange .ice-desktop-odds-row{width:100%;justify-content:space-between;gap:.25rem;overflow-x:visible}.theme-ice-exchange .ice-desktop-odds-pair{flex:1 1 0;min-width:0;justify-content:center;gap:var(--ice-dashboard-odds-gap)}.theme-ice-exchange .ice-desktop-match-row .ice-desktop-odds-btn.ice-odds-btn{flex:1 1 0;min-width:0!important;width:auto!important;max-width:100%;margin:0!important;height:var(--ice-dashboard-odds-h);min-height:var(--ice-dashboard-odds-h)}.theme-ice-exchange .buzz-match-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.theme-ice-exchange .ice-betting-main .overflow-x-auto,.theme-ice-exchange .ice-betting-main table{max-width:100%}.theme-ice-exchange .ice-betting-main .buzz-open-bets-table-wrap,.theme-ice-exchange .ice-betting-main [class*=overflow-x]{-webkit-overflow-scrolling:touch}}@media(min-width:768px){.theme-ice-exchange .ice-betting-main{padding-bottom:0!important}.theme-ice-exchange .ice-dashboard-page{background:#fff}.theme-ice-exchange .ice-schedule-tabs{margin-bottom:.75rem;border-bottom-color:#d8d8d8}.theme-ice-exchange .ice-schedule-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--ice-red)}.theme-ice-exchange .ice-sport-tabs-scroll-btn{width:1.5rem;min-width:1.5rem}.theme-ice-exchange .ice-sport-tabs-scroll-btn svg{width:20px!important;height:20px!important;color:#000!important;stroke-width:4px!important}.theme-ice-exchange .ice-sport-tabs-track{min-height:3rem}.theme-ice-exchange .ice-sport-tab{min-width:5.25rem;padding:.4rem .75rem .35rem}.theme-ice-exchange .ice-sport-tab-icon{height:18px;width:18px;max-height:18px;max-width:18px}.theme-ice-exchange .ice-sport-tab-label{font-size:11px}.theme-ice-exchange .ice-market-group{margin-bottom:.875rem;border:none;box-shadow:none;background:rgba(0,0,0,0)}.theme-ice-exchange .ice-market-group-header{background:#090909;padding-top:.5rem;padding-bottom:.5rem;font-weight:600}.theme-ice-exchange .ice-market-cards{padding-top:.5rem;gap:.625rem}.theme-ice-exchange .ice-desktop-match-row{padding:.75rem .875rem}.theme-ice-exchange .ice-desktop-odds-btn.ice-odds-btn{--ice-dashboard-odds-w:3.125rem;--ice-dashboard-odds-h:2.25rem;font-size:14px;font-weight:500}.theme-ice-exchange .ice-inplay-page .buzz-match-card{min-width:0}.theme-ice-exchange .ice-inplay-page .rounded-2xl{border-radius:.5rem;margin-left:0;margin-right:0}.theme-ice-exchange .ice-match-desktop-chrome .ice-match-back-btn{background:var(--ice-black)!important;border:1px solid #202020!important;color:#fff!important;box-shadow:none!important}.theme-ice-exchange .ice-cricfeed-shell,.theme-ice-exchange .ice-cricfeed-shell #cricfeed-scorecard{min-height:5.5rem}.theme-ice-exchange .ice-betting-main.ice-fullmarket-page,.theme-ice-exchange .ice-fullmarket-page{padding:0!important;background:#fff!important}.theme-ice-exchange .ice-fullmarket-page .ice-match-desktop-chrome{border-bottom:1px solid #eee}.theme-ice-exchange .ice-fullmarket-page .ice-match-desktop-chrome>div:first-child{padding-left:20px;padding-right:20px}.theme-ice-exchange .ice-fullmarket-scorecard{margin-bottom:1.25rem}.theme-ice-exchange .ice-fullmarket-page .ice-mobile-markets-list{padding-left:20px;padding-right:20px;padding-top:0}.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-section{margin-bottom:.75rem}.theme-ice-exchange .ice-fullmarket-page .bg-white.border.border-gray-200.rounded-md,.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-table.border-t,.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-section,.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-section .bg-white.border,.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-section .border-gray-200,.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-section .rounded-md{border:none!important;box-shadow:none!important;border-radius:0!important}.theme-ice-exchange .ice-fullmarket-page .buzz-last-digit-market,.theme-ice-exchange .ice-fullmarket-page .ice-last-digit-market{border:none!important;box-shadow:none!important}.theme-ice-exchange .ice-fullmarket-page .border-t.border-gray-200{border-top:none!important}.theme-ice-exchange .ice-fullmarket-page .buzz-market-section-header{display:none!important}.theme-ice-exchange .ice-fullmarket-page .ice-market-section-desktop-header{margin-bottom:0;border-bottom:1px solid #e8e8e8}.theme-ice-exchange .ice-fullmarket-page .ice-exchange-odds-columns{display:none!important}.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-table{border:none!important}.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row{border-bottom:1px solid #eee!important}.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row:last-child{border-bottom:none!important}.theme-ice-exchange .ice-header .header-logo{height:2.875rem;max-width:260px;width:auto}.theme-ice-exchange .ice-header--guest .header-logo{max-width:240px}.theme-ice-exchange .ice-betting-main .ice-match-odds-ladder{gap:var(--ice-fullmarket-odds-gap);padding:.375rem .5rem}.theme-ice-exchange .ice-betting-main .buzz-match-bet-row .buzz-match-back,.theme-ice-exchange .ice-betting-main .buzz-match-bet-row .buzz-match-lay{width:var(--ice-fullmarket-odds-w)!important;min-width:var(--ice-fullmarket-odds-w)!important;min-height:var(--ice-fullmarket-odds-h)!important;height:auto!important;margin:0!important;border:none!important;border-radius:6px!important;box-shadow:0 1px 2px rgba(0,0,0,.08)!important;padding:.35rem .3rem!important}.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row .buzz-match-back span:first-child,.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row .buzz-match-lay span:first-child{font-size:14px!important;line-height:1.1!important}.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row .buzz-match-back span+span,.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row .buzz-match-lay span+span{font-size:11px!important;line-height:1.1!important}.theme-ice-exchange .ice-betting-main .buzz-match-bet-row>.buzz-match-desktop-row{padding-top:.125rem;padding-bottom:.125rem}}.theme-ice-exchange .ice-mobile-market-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none}.theme-ice-exchange .ice-mobile-market-tabs::-webkit-scrollbar{display:none}.theme-ice-exchange .ice-mobile-market-tab{border-bottom:2px solid rgba(0,0,0,0);color:#666;transition:color var(--ice-duration-fast) ease,border-color var(--ice-duration-fast) ease}.theme-ice-exchange .ice-mobile-market-tab--active{color:var(--ice-red);border-bottom-color:var(--ice-red);font-weight:600}.theme-ice-exchange .ice-mobile-market-tab--inactive:hover{color:#333}.theme-ice-exchange .ice-mobile-market-section+.ice-mobile-market-section{margin-top:0}.theme-ice-exchange .ice-mobile-market-tabs-card{border-bottom:none}.theme-ice-exchange .ice-bottom-nav{padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -2px 8px rgba(0,0,0,.18)}.theme-ice-exchange .ice-bottom-nav-inner{height:var(--ice-bottom-nav-height);min-height:var(--ice-bottom-nav-height)}.theme-ice-exchange .ice-mobile-market-info-btn:active{opacity:.75}.theme-ice-exchange .ice-login-captcha-row{width:100%}.theme-ice-exchange .ice-login-captcha-box{min-width:0}.theme-ice-exchange .ice-login-captcha-img{display:block;max-height:1.75rem}@media(max-width:639px){.theme-ice-exchange .ice-login-captcha-box{min-height:2.5rem}.theme-ice-exchange .ice-login-captcha-img{max-height:2rem;max-width:7rem}}.theme-ice-exchange .ice-bottom-nav-item:active{opacity:.85}@media(max-width:767px){.theme-ice-exchange .ice-betting-main.theme-buzz{padding-top:0!important;padding-left:0!important;padding-right:0!important;padding-bottom:var(--ice-mobile-bottom-offset)!important;background:#f4f4f4!important}.theme-ice-exchange .ice-betting-main.ice-fullmarket-page.theme-buzz{background:#f4f4f4!important}.theme-ice-exchange .ice-betting-main:not(.theme-buzz){padding-bottom:var(--ice-mobile-bottom-offset)!important}.theme-ice-exchange .ice-mobile-match-page{background:#f4f4f4}.theme-ice-exchange .ice-fullmarket-page .ice-mobile-match-page{background:#f4f4f4!important}.theme-ice-exchange .ice-fullmarket-page .ice-match-info-card,.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-section,.theme-ice-exchange .ice-fullmarket-page .ice-mobile-market-tabs-card{border:1px solid #ddd!important;border-radius:var(--ice-card-radius,8px)!important;box-shadow:0 1px 3px rgba(0,0,0,.08)!important;background:#fff!important}.theme-ice-exchange .ice-mobile-market-section:has(.ice-mobile-scorecard-panel){overflow:hidden}.theme-ice-exchange .ice-mobile-scorecard-panel{background:#090909}.theme-ice-exchange .ice-mobile-scorecard-panel .ice-cricfeed-shell{min-height:5.5rem}.theme-ice-exchange .ice-mobile-markets-list{gap:.625rem!important;padding-bottom:.75rem!important}.theme-ice-exchange .ice-betting-main.theme-buzz .ice-mobile-market-section .bg-white.border,.theme-ice-exchange .ice-betting-main.theme-buzz .ice-mobile-market-section .border-t.border-gray-200{border:none!important;border-radius:0!important;box-shadow:none!important;background:rgba(0,0,0,0)!important}.theme-ice-exchange .ice-betting-main.theme-buzz .ice-mobile-markets-list>.ice-mobile-market-section,.theme-ice-exchange .ice-betting-main.theme-buzz .space-y-2>.ice-mobile-market-section{width:100%;margin-bottom:0}.theme-ice-exchange .ice-betting-main.theme-buzz .space-y-2{gap:.625rem!important;padding:0!important}.theme-ice-exchange .ice-betting-main .buzz-match-bet-table{border-top:none!important}.theme-ice-exchange .ice-betting-main .buzz-match-bet-row{border-bottom:none!important}.theme-ice-exchange .ice-betting-main .ice-match-mobile-row{border-bottom:1px solid #f0f0f0}.theme-ice-exchange .ice-betting-main .buzz-match-bet-row:last-child .ice-match-mobile-row{border-bottom:none}.theme-ice-exchange .ice-betting-main .ice-match-mobile-row .border-l,.theme-ice-exchange .ice-betting-main .ice-match-mobile-row .border-r{border-color:#f0f0f0!important}.theme-ice-exchange .ice-match-mobile-header{border-bottom:none!important;box-shadow:none!important;padding:.375rem .625rem!important;background:#f4f4f4!important}.theme-ice-exchange .ice-match-mobile-header h1{font-size:var(--ice-font-size-mobile)!important;font-weight:600!important}.theme-ice-exchange .ice-match-back-btn{background:rgba(0,0,0,0)!important;border:none!important;color:var(--ice-red)!important;box-shadow:none!important}.theme-ice-exchange .ice-betting-main .buzz-match-back span:first-child,.theme-ice-exchange .ice-betting-main .buzz-match-lay span:first-child,.theme-ice-exchange .ice-betting-main .ice-mobile-odds-price,.theme-ice-exchange .ice-match-runner-name{font-size:var(--ice-font-size-mobile)!important;font-weight:700!important}.theme-ice-exchange .ice-betting-main .buzz-match-back span+span,.theme-ice-exchange .ice-betting-main .buzz-match-lay span+span,.theme-ice-exchange .ice-betting-main .ice-mobile-odds-volume{font-size:11px!important;font-weight:500!important;color:#212121!important}.theme-ice-exchange .ice-mobile-odds-col-label{width:var(--ice-mobile-odds-col-width);min-width:var(--ice-mobile-odds-col-width)}.theme-ice-exchange .ice-mobile-back-lay-labels{width:calc(var(--ice-mobile-odds-col-width)*2 + var(--ice-mobile-odds-gap));min-width:calc(var(--ice-mobile-odds-col-width)*2 + var(--ice-mobile-odds-gap));padding-right:.25rem!important}.theme-ice-exchange .ice-betting-main .buzz-match-bet-row .buzz-match-back,.theme-ice-exchange .ice-betting-main .buzz-match-bet-row .buzz-match-lay,.theme-ice-exchange .ice-betting-main .buzz-match-bet-row .ice-mobile-odds-cell{width:5rem!important;min-width:var(--ice-mobile-odds-col-width)!important;height:30px!important;margin-top:3px!important;border:none!important;border-radius:4px!important;padding:.25rem .15rem!important}.theme-ice-exchange .ice-betting-main .ice-match-mobile-row>div:last-child{gap:var(--ice-mobile-odds-gap)!important;padding-right:.25rem}.theme-ice-exchange .ice-mobile-market-tab{font-size:var(--ice-font-size-mobile)!important;font-weight:600!important;padding-top:.625rem!important;padding-bottom:.625rem!important;border-bottom-width:3px!important}.theme-ice-exchange .ice-mobile-market-tabs-card .ice-mobile-market-tab{padding-left:.75rem!important;padding-right:.75rem!important}.theme-ice-exchange .ice-mobile-market-section-header span:first-child{font-size:var(--ice-font-size-mobile)!important;font-weight:700!important}.theme-ice-exchange .ice-bottom-nav-item{font-size:var(--ice-bottom-nav-label-size)!important;font-weight:600!important;letter-spacing:.02em}.theme-ice-exchange .ice-mobile-cashout-badge{font-size:8px!important;font-weight:500!important;letter-spacing:.04em;transform:scale(.95);transform-origin:left center}.theme-ice-exchange .ice-bottom-nav-item svg{width:var(--ice-bottom-nav-icon-size)!important;height:var(--ice-bottom-nav-icon-size)!important}.theme-ice-exchange .ice-match-info-card,.theme-ice-exchange .ice-mobile-market-section,.theme-ice-exchange .ice-mobile-market-tabs-card{border-radius:var(--ice-card-radius)!important}.theme-ice-exchange .ice-match-info-card p{font-weight:700!important}.theme-ice-exchange .buzz-fancy-table-header,.theme-ice-exchange .ice-fancy-table tbody td button span,.theme-ice-exchange .ice-fancy-table tbody td:first-child span{font-size:var(--ice-font-size-mobile)!important;font-weight:600!important}.theme-ice-exchange .ice-betting-main .ice-match-mobile-row .ice-match-runner-name{padding-top:0;padding-bottom:0}.theme-ice-exchange .ice-betting-main .ice-match-mobile-row>div:first-child{padding-top:.375rem!important;padding-bottom:.375rem!important}.theme-ice-exchange .ice-mobile-market-section-header button{padding-top:.625rem!important;padding-bottom:.625rem!important}.theme-ice-exchange .ice-match-info-card{font-size:var(--ice-font-size-mobile)}.theme-ice-exchange .ice-fancy-table tbody td button span.text-xs{font-size:12px!important;font-weight:500!important}.theme-ice-exchange .ice-betting-main .ice-last-digit-market{max-width:100%}.theme-ice-exchange .ice-betting-main .buzz-last-digit-grid{width:100%;max-width:100%}.theme-ice-exchange .ice-betting-main .buzz-last-digit-grid-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--ice-mobile-odds-gap,.25rem);width:100%}.theme-ice-exchange .ice-betting-main .ice-last-digit-cell{min-width:0!important;width:100%!important;max-width:100%!important;flex:none!important;min-height:2.125rem!important;padding:.125rem .0625rem!important;border:none!important;border-radius:4px!important;box-shadow:none!important;background-color:var(--ice-blue)!important}.theme-ice-exchange .ice-betting-main .ice-last-digit-market>.flex.flex-col{padding-left:.625rem!important;padding-right:.625rem!important}.theme-ice-exchange .ice-betting-main #ice-mobile-section-other .p-4{padding:.5rem!important}.theme-ice-exchange .ice-betting-main .ice-last-digit-market+.ice-last-digit-market{margin-top:.625rem}}.theme-ice-exchange .ice-header-auth-row,.theme-ice-exchange .ice-header-guest-row{font-weight:var(--ice-font-weight-strong)}.theme-ice-exchange .ice-header-balance,.theme-ice-exchange .ice-header-exposure{letter-spacing:.02em}.theme-ice-exchange .ice-header-user-btn{text-transform:uppercase}.theme-ice-exchange .ice-header-apk-btn{letter-spacing:.04em}.theme-ice-exchange .ice-lang-switcher-label{font-weight:var(--ice-font-weight-strong);letter-spacing:.06em}.theme-ice-exchange .ice-lang-switcher-menu-item{width:100%;padding:.5rem .75rem;text-align:left;font-size:12px;font-weight:600;color:#1a1a1a}.theme-ice-exchange .ice-lang-switcher-menu-item:hover{background:color-mix(in srgb,var(--ice-red) 14%,#ffffff)}.theme-ice-exchange .ice-lang-switcher-menu-item--active{background:var(--ice-red);color:var(--brand-on-primary,#ffffff)}.theme-ice-exchange .ice-lang-switcher-menu-item--active:hover{background:var(--ice-red-dark)}.theme-ice-exchange .ice-sidebar{font-weight:var(--ice-font-weight-strong)}.theme-ice-exchange .ice-sidebar-menu-row--active .ice-sidebar-menu-row-chevron,.theme-ice-exchange .ice-sidebar-menu-row--active .ice-sidebar-sport-chevron{color:#fff}.theme-ice-exchange .ice-sidebar-report-link--active{background:var(--ice-red);color:var(--brand-on-primary,#ffffff)}.theme-ice-exchange .ice-sidebar-report-link--active:hover{background:var(--ice-red-dark)}.theme-ice-exchange .ice-sidebar-section-title{font-weight:var(--ice-font-weight-strong);font-size:18px}.ice-sidebar-menu svg{width:13px!important;height:13px!important;stroke-width:4px!important}div#ice-usermenu{width:300px;border-radius:6px}#ice-sidebar-report-toggle,.ice-sidebar-sport-name,span.ice-sidebar-menu-row-label{font-size:15px}.ice-sidebar-sport-row svg{width:13px!important;height:13px!important;stroke-width:4px!important}.theme-ice-exchange .ice-betslip-edit-stakes-label,.theme-ice-exchange .ice-betslip-header,.theme-ice-exchange .ice-betslip-title{font-weight:var(--ice-font-weight-strong)}.theme-ice-exchange .ice-betslip-step-btn{background:#111;color:#fff;border:1px solid #111;width:20px!important}.theme-ice-exchange .ice-betslip-place-btn{background:#111;color:#fff;font-weight:var(--ice-font-weight-strong);text-transform:uppercase}.theme-ice-exchange .ice-betslip-place-btn:disabled{background:#f6cdd3;color:#8a8a8a}.theme-ice-exchange .ice-betslip-card-header{font-weight:var(--ice-font-weight-medium)}.theme-ice-exchange .ice-no-events-banner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:96px;padding:16px 26px;border:1px solid #e2e2e2;border-radius:3px;overflow:hidden;background:repeating-linear-gradient(-55deg,transparent 0 10px,rgba(0,0,0,.025) 10px 12px),linear-gradient(103deg,#ececec,#ececec 58%,#f8f8f8 58.4%,#f8f8f8)}.theme-ice-exchange .ice-no-events-text{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2c2c2c}.theme-ice-exchange .ice-no-events-art{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-right:1.25rem}.theme-ice-exchange .ice-no-events-img{height:52px;width:52px;opacity:.85}@media(max-width:640px){.theme-ice-exchange .ice-no-events-banner{min-height:78px;padding:12px 16px}.theme-ice-exchange .ice-no-events-img{height:40px;width:40px}}.theme-ice-exchange .ice-support-btn{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:filter var(--ice-duration-fast) ease,transform var(--ice-duration-fast) ease}.theme-ice-exchange .ice-support-btn:hover{filter:brightness(.92)}.theme-ice-exchange .ice-support-btn:active{transform:scale(.96)}.theme-ice-exchange .ice-support-btn--whatsapp{background:#25d366}.theme-ice-exchange .ice-support-btn--telegram{background:#229ed9}.theme-ice-exchange .ice-support-btn--vimeo{background:#475569}.theme-ice-exchange .ice-support-btn-icon{height:18px;width:18px;-o-object-fit:contain;object-fit:contain}.theme-ice-exchange .ice-search-suggestions{scrollbar-width:thin}.theme-ice-exchange .ice-search-suggestion{transition:background-color var(--ice-duration-fast) ease}.theme-ice-exchange .ice-fullmarket-page .buzz-match-runner-name,.theme-ice-exchange .ice-fullmarket-page .ice-fancy-line-name,.theme-ice-exchange .ice-fullmarket-page .ice-match-runner-name{font-weight:700;color:#111}.theme-ice-exchange .ice-fullmarket-page .buzz-match-back,.theme-ice-exchange .ice-fullmarket-page .buzz-match-lay{font-weight:700}.theme-ice-exchange .ice-fullmarket-page .buzz-match-status,.theme-ice-exchange .ice-fullmarket-page .ice-market-section-desktop-header{font-weight:800}.theme-ice-exchange .ice-fullmarket-page .buzz-match-inner-header h1{font-weight:700!important}.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row .tabular-nums,.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-row .text-gray-500,.theme-ice-exchange .ice-fullmarket-page .buzz-match-bet-table td{font-weight:600}.theme-ice-exchange .ice-schedule-tab,.theme-ice-exchange .ice-schedule-tab--active{font-size:20px!important;font-weight:900!important;letter-spacing:.02em!important}@keyframes buzz-blink{0%,to{opacity:1}50%{opacity:.25}}@keyframes buzz-betslip-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes buzz-betslip-drawer-panel-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.theme-buzz .buzz-betslip-drawer-backdrop{animation:buzz-betslip-drawer-backdrop-in .2s ease-out}.theme-buzz .buzz-betslip-drawer-panel{animation:buzz-betslip-drawer-panel-in .25s ease-out}.theme-buzz .animate-odds-cell-blink{animation:none;background-color:rgba(0,0,0,0)!important;box-shadow:none!important}.theme-buzz .buzz-status-blink{animation:buzz-blink 1.2s ease-in-out infinite}.theme-buzz{--background:45 25% 88%;--foreground:220 15% 20%;--primary:152 55% 35%;--primary-foreground:0 0% 100%;--secondary:152 35% 18%;--secondary-foreground:0 0% 100%;--header-bg:152 35% 18%;--header-accent:50 90% 55%;--sidebar-bg:0 0% 92%;--sidebar-hover:45 25% 85%;--nav-active:50 90% 55%;--accent:50 90% 55%;--accent-foreground:220 20% 12%;--card:152 35% 22%;--card-foreground:0 0% 100%;--muted:45 20% 92%;--muted-foreground:220 10% 45%;--border:45 15% 78%;--back-odds:120 60% 78%;--back-odds-dark:120 55% 70%;--lay-odds:0 70% 85%;--lay-odds-dark:0 65% 78%;--login-gradient-start:152 40% 40%;--login-gradient-end:152 35% 20%;--buzz-bg:45 25% 88%;--buzz-header:152 35% 18%;--buzz-header-text:0 0% 100%;--buzz-accent:50 90% 55%;--buzz-sidebar:0 0% 92%;--buzz-sidebar-active:50 90% 55%;--buzz-sidebar-text:220 15% 25%;--buzz-sidebar-active-text:220 20% 12%;--buzz-card:152 35% 22%;--buzz-card-text:0 0% 100%;--buzz-tab-inactive:152 35% 18%;--buzz-tab-active:50 90% 55%;--buzz-back:120 60% 78%;--buzz-back-hover:120 55% 70%;--buzz-lay:0 70% 85%;--buzz-lay-hover:0 65% 78%;--buzz-message-banner:120 45% 88%;--buzz-message-text:220 20% 15%;--buzz-match-row:120 35% 94%;--buzz-orange:24 95% 50%;--buzz-orange-hover:24 95% 45%;--buzz-orange-border:24 90% 45%}.theme-buzz .bg-buzz-orange{background-color:hsl(var(--buzz-orange))}.theme-buzz .border-buzz-orange{border-color:hsl(var(--buzz-orange-border))}.theme-buzz .bg-buzz-bg{background-color:hsl(var(--buzz-bg))}.theme-buzz .bg-buzz-header{background-color:hsl(var(--buzz-header))}.theme-buzz .bg-buzz-sidebar{background-color:hsl(var(--buzz-sidebar))}.theme-buzz .bg-buzz-sidebar-active{background-color:hsl(var(--buzz-sidebar-active))}.theme-buzz .bg-buzz-card{background-color:hsl(var(--buzz-card))}.theme-buzz .bg-buzz-tab-inactive{background-color:hsl(var(--buzz-tab-inactive))}.theme-buzz .bg-buzz-tab-active{background-color:hsl(var(--buzz-tab-active))}.theme-buzz .bg-buzz-back{background-color:hsl(var(--buzz-back))}.theme-buzz .bg-buzz-lay{background-color:hsl(var(--buzz-lay))}.theme-buzz .bg-buzz-message-banner{background-color:hsl(var(--buzz-message-banner))}.theme-buzz .bg-buzz-match-row{background-color:hsl(var(--buzz-match-row))}.theme-buzz .text-buzz-header{color:hsl(var(--buzz-header-text))}.theme-buzz .text-buzz-sidebar{color:hsl(var(--buzz-sidebar-text))}.theme-buzz .text-buzz-sidebar-active{color:hsl(var(--buzz-sidebar-active-text))}.theme-buzz .text-buzz-card{color:hsl(var(--buzz-card-text))}.theme-buzz .text-buzz-message{color:hsl(var(--buzz-message-text))}.theme-buzz .buzz-header,.theme-buzz .buzz-header-top{background-color:hsl(var(--buzz-header));color:hsl(var(--buzz-header-text))}.theme-buzz .buzz-header-top{padding:.3rem .75rem}.theme-buzz .buzz-header-user-cluster{width:-moz-fit-content;width:fit-content;max-width:100%}.theme-buzz main{color:#1f2937}@media(min-width:768px){.theme-buzz .buzz-header-top{padding:.45rem 1.25rem}}@media(min-width:1024px){.theme-buzz .buzz-header-top{padding:.5rem 1.5rem}}.theme-buzz .buzz-logo{background:linear-gradient(135deg,hsl(30,85%,55%),hsl(25,90%,50%));color:#fff;border-radius:4px}.theme-buzz .buzz-header-logo{background:rgba(0,0,0,0)}.theme-buzz .buzz-header-logo img{display:block;-o-object-fit:contain;object-fit:contain}.theme-buzz .buzz-search-input{background:#fff;color:#333;border:1px solid #ccc}.theme-buzz .buzz-nav-bar{background-color:hsl(220,25%,25%);color:#fff}@media(min-width:768px){.theme-buzz .buzz-nav-bar.buzz-nav-bar--admin-desktop{overflow:visible}}.theme-buzz .safe-area-pb{padding-bottom:env(safe-area-inset-bottom,0)}.theme-buzz .buzz-bottom-nav-safe-area{padding-bottom:max(.5rem,env(safe-area-inset-bottom,0))}.theme-buzz .buzz-nav-link{color:#fff}.theme-buzz .buzz-nav-link:hover{background-color:hsl(220,25%,30%)}.theme-buzz .buzz-nav-link-active{background-color:#f5b400;color:#1a1a1a}.theme-buzz .buzz-nav-link-dropdown-open{background-color:hsl(220,25%,35%);color:#fff}@keyframes buzz-notification-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.theme-buzz .buzz-notification-marquee{display:flex;width:-moz-max-content;width:max-content;animation:buzz-notification-scroll 25s linear infinite}.theme-buzz .buzz-notification-marquee:hover{animation-play-state:paused}.theme-buzz .buzz-notification-marquee-inner{flex-shrink:0;padding-right:3rem}.theme-buzz .buzz-message-banner{background-color:#fff;color:hsl(220,20%,25%);border:1px solid hsl(0,0%,88%);border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.theme-buzz .buzz-message-banner .buzz-msg-text{color:hsl(220,60%,40%)}.theme-buzz .buzz-main-bg{background-color:hsl(45,25%,92%)}@media(max-width:767px){.theme-buzz .buzz-main-bg{background-color:#fff}.theme-buzz .buzz-live-status-label{font-size:.875rem;line-height:1.25rem}.theme-buzz .buzz-table-excel tbody tr:nth-child(2n),.theme-buzz .buzz-table-row-alt{background-color:#f8f9fa}.theme-buzz .buzz-table-excel tbody tr:hover{background-color:#f0f1f3}.theme-buzz .buzz-table td,.theme-buzz .buzz-table th,.theme-buzz .buzz-table-excel td,.theme-buzz .buzz-table-excel th{padding:10px 12px}.theme-buzz .buzz-table-wrapper{border:1px solid hsl(0,0%,88%);border-radius:8px;background-color:#fff}.theme-buzz .buzz-table-footer{justify-content:flex-end;align-items:center}.theme-buzz .buzz-table-footer>div:last-child{margin-left:0}}.theme-buzz .buzz-match-card-striped{background-color:#f5e6e0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(180,80,70,.06) 0,rgba(180,80,70,.06) 8px);font-family:Caveat,cursive}.theme-buzz .font-caveat{font-family:Caveat,cursive}.theme-buzz .buzz-sidebar{background-color:#fff}.theme-buzz .buzz-sidebar-header{background-color:hsl(38,95%,55%);color:#1a1a1a;text-align:center}.theme-buzz .buzz-sidebar-nav{background-color:#fff}.theme-buzz .buzz-sidebar-item{color:#2563eb}.theme-buzz .buzz-sidebar-item:hover{background-color:hsl(220,20%,96%)}.theme-buzz .buzz-sidebar-item-active{background-color:hsl(220,20%,96%);color:#1d4ed8}.theme-buzz .buzz-sidebar-border{border-color:hsl(0,0%,88%)}.theme-buzz .buzz-sidebar-count-badge{display:inline-flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;height:1.25rem;padding:0;border-radius:.25rem;background-color:hsl(24,95%,50%);border:1px solid hsl(24,90%,45%);box-shadow:0 1px 2px rgba(0,0,0,.08)}.theme-buzz .buzz-sidebar-count-badge__number{font-size:.75rem;font-weight:700;line-height:1;letter-spacing:.02em;background:linear-gradient(165deg,#1e293b,#334155 35%,#b45309 70%,#ea580c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);filter:drop-shadow(0 .5px 0 rgba(255,255,255,.4))}.theme-buzz .buzz-content-header{background-color:hsl(50,90%,55%);color:#1a1a1a}.theme-buzz .buzz-back-btn{background-color:hsl(220,20%,35%);color:#fff}.theme-buzz .buzz-back-btn:hover{opacity:.9}.theme-buzz .buzz-filter-panel{background-color:rgba(0,0,0,0)}.theme-buzz .buzz-input,.theme-buzz .buzz-select{background:#fff;color:#333;border:1px solid #ccc}.theme-buzz .buzz-filter-btn{background-color:#1a1a1a;color:#fff}.theme-buzz .buzz-clear-btn{background-color:#f7941e;color:#fff}.theme-buzz table tbody td,.theme-buzz table tfoot td{color:#000}.theme-buzz .buzz-risk-book table tbody td{color:#e5e7eb}.theme-buzz .buzz-risk-book table tbody td.buzz-risk-book-member{color:#f9fafb}.theme-buzz .buzz-risk-book table tbody td.buzz-risk-pl-pos{color:#22c55e}.theme-buzz .buzz-risk-book table tbody td.buzz-risk-pl-neg{color:#f87171}.theme-buzz .buzz-risk-book table tbody td.buzz-risk-pl-muted{color:#9ca3af}.theme-buzz .buzz-table-header{background-color:hsl(174,45%,45%);color:#fff}.theme-buzz .buzz-table-row{background-color:#fff;color:#000}.theme-buzz .buzz-table-row-alt{background-color:hsl(174,30%,95%);color:#000}.theme-buzz .buzz-table-border{border-color:hsl(0,0%,85%)}.theme-buzz .buzz-table-footer{background-color:#fff;color:#000;border-top:1px solid hsl(0,0%,88%)}.theme-buzz .buzz-table-excel{border-collapse:collapse;table-layout:fixed}.theme-buzz .buzz-table-excel td,.theme-buzz .buzz-table-excel th{border:1px solid hsl(0,0%,75%);padding:6px 8px;overflow:hidden;box-sizing:border-box}.theme-buzz .buzz-table-excel td{white-space:normal;word-break:break-word;color:#000}.theme-buzz .buzz-table-excel thead th{background-color:hsl(174,45%,45%);color:#fff;font-weight:600;position:sticky;top:0;z-index:1;white-space:nowrap}.theme-buzz .buzz-table-excel tbody tr:nth-child(2n){background-color:hsl(0,0%,98%);color:#000}.theme-buzz .buzz-table-excel tbody tr:hover{background-color:hsl(174,40%,94%);color:#000}.theme-buzz .buzz-ledger-btn-green{background-color:#27ae60}.theme-buzz .buzz-ledger-btn-blue{background-color:#2c3e50}.theme-buzz .buzz-statement-tab-active{background-color:#f7941e;color:#fff}.theme-buzz .buzz-statement-tab-inactive{background-color:#1a1a1a;color:#fff}.theme-buzz .buzz-sport-tab-active{background-color:hsl(50,90%,55%);color:#1a1a1a}.theme-buzz .buzz-sport-tab-inactive{background-color:hsl(220,20%,35%);color:#fff}.theme-buzz .buzz-chip-block-header,.theme-buzz .buzz-chip-table-header{background-color:hsl(152,35%,18%);color:#fff}.theme-buzz .buzz-chip-table-row{background-color:hsl(0,0%,96%);color:#000}.theme-buzz .buzz-chip-table-row td{color:#000}.theme-buzz .buzz-chip-block-body{background-color:#fff;color:#000}.theme-buzz .buzz-betslip-header{background-color:hsl(152,35%,18%);color:#fff}.theme-buzz .buzz-betslip-body{background-color:hsl(45,25%,92%)}.theme-buzz .buzz-pagination-btn{background-color:hsl(174,45%,45%);color:#fff}.theme-buzz .buzz-pagination-btn-active{background-color:hsl(152,45%,40%)}.theme-buzz .buzz-toggle,.theme-buzz .buzz-toggle-dot,.theme-buzz .buzz-toggle-slider{display:block}.theme-buzz .buzz-casino-row{background-color:#fff;color:#333}.theme-buzz .buzz-match-inner-header{background-color:hsl(50,90%,55%);color:#1a1a1a}.theme-buzz .buzz-match-inner-tab{background-color:#fff;color:#333;border-color:hsl(210,20%,85%)}.theme-buzz .buzz-match-inner-tab:hover{background-color:hsl(0,0%,97%)}.theme-buzz .buzz-match-inner-tab-active{background-color:hsl(50,90%,50%);color:#1a1a1a;border-color:hsl(50,85%,45%)}.theme-buzz .buzz-match-inner-tab-inactive{background-color:#fff;color:#333}.theme-buzz .buzz-match-visualizer{background-color:hsl(152,35%,18%)}.theme-buzz .buzz-match-bet-table{border:1px solid hsl(0,0%,88%)}.theme-buzz .buzz-match-bet-header{background-color:hsl(152,35%,18%)}.theme-buzz .buzz-match-header-back,.theme-buzz .buzz-match-header-lay{flex:0 0 3.5rem;width:3.5rem}@media(min-width:640px){.theme-buzz .buzz-match-header-back,.theme-buzz .buzz-match-header-lay{flex:0 0 12rem;width:12rem;min-width:10.5rem}}.theme-buzz .buzz-match-back{background-color:hsl(217,90%,55%)}.theme-buzz .buzz-match-lay{background-color:hsl(350,85%,62%)}.theme-buzz .buzz-match-back,.theme-buzz .buzz-match-lay{text-align:center}@media screen and (max-width:380px){.theme-buzz .buzz-dashboard-row{background-color:#f3f0dc!important}.theme-buzz .buzz-dashboard-match-row-container,.theme-buzz .match-row-container{flex-direction:column!important;justify-content:flex-start!important;flex-wrap:nowrap!important;max-width:100%!important;padding:10px 8px!important;overflow:hidden!important}.theme-buzz .buzz-dashboard-match-row-container,.theme-buzz .match-row-container,.theme-buzz .team-names-wrapper{display:flex!important;align-items:flex-start!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;gap:8px!important}.theme-buzz .team-names-wrapper{margin-bottom:4px!important;flex-direction:row!important}.theme-buzz .buzz-dashboard-team-name-text,.theme-buzz .team-name,.theme-buzz .team-name-text{font-size:13px!important;font-weight:700!important;color:#000!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.2!important;min-width:0!important;word-break:break-word}.theme-buzz .buzz-dashboard-match-time,.theme-buzz .match-time{font-size:12px!important;color:rgba(0,0,0,.75)!important}.theme-buzz .buzz-dashboard-odds-mobile,.theme-buzz .buzz-dashboard-odds-wrapper,.theme-buzz .odds-container{width:100%!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:3px!important;box-sizing:border-box!important}.theme-buzz .buzz-dashboard-odds-slot{display:contents!important}.theme-buzz .buzz-dashboard-odds-cell,.theme-buzz .odds-box{width:100%!important;height:40px!important;min-width:unset!important;max-width:unset!important;font-size:12px!important;border-radius:2px!important}body,html{overflow-x:hidden!important}}.brand-superexch-io .theme-ice-exchange,.brand-superexch-io.theme-ice-exchange{--ice-red:#f9bc15;--ice-red-dark:#d89c00;--brand-primary:#f9bc15;--brand-primary-dark:#d89c00;--brand-on-primary:#111111;--ice-loader-bg:#0a0a0a}.brand-superexch-io .theme-ice-exchange .ice-top-strip{border-top-color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.brand-superexch-io .ice-notification-marquee-icon-wrap{background:var(--brand-primary)!important;color:var(--brand-on-primary)}.brand-superexch-io .theme-ice-exchange .ice-menu-btn{border-color:var(--brand-primary);color:var(--brand-primary)}.brand-superexch-io .ice-header-login-btn,.brand-superexch-io .ice-login-btn{border-color:var(--brand-primary)!important}.brand-superexch-io .ice-header-balance,.brand-superexch-io .ice-header-notify-btn,.brand-superexch-io .ice-header-search-form svg,.brand-superexch-io .ice-header-user-chevron{color:var(--brand-primary)!important}.brand-superexch-io .ice-sidebar-section-rule{background:var(--brand-primary)!important}.brand-superexch-io .ice-sidebar-menu-row--active,.brand-superexch-io .ice-sidebar-report-link--active{background:var(--brand-primary)!important;color:var(--brand-on-primary)!important}.brand-superexch-io .ice-sidebar-report-link--active:hover{background:var(--brand-primary-dark)!important}.brand-superexch-io .ice-sidebar-menu-row--active .ice-sidebar-menu-row-chevron{color:var(--brand-on-primary)!important}.brand-superexch-io .ice-sidebar-close-btn,.brand-superexch-io .ice-sidebar-menu-row-chevron,.brand-superexch-io .ice-sidebar-pinned-chevron,.brand-superexch-io .ice-sidebar-pinned-icon,.brand-superexch-io .ice-sidebar-report-chevron,.brand-superexch-io .ice-sidebar-sport-chevron{color:var(--brand-primary)!important}.brand-superexch-io .theme-ice-exchange .ice-bp-badge{border-color:var(--brand-primary-dark);color:var(--brand-primary-dark)}.brand-superexch-io .theme-ice-exchange .ice-inplay-sport-tab--active,.brand-superexch-io .theme-ice-exchange .ice-inplay-sport-tabs button[aria-selected=true]{background-color:var(--brand-primary)!important;color:var(--brand-on-primary)!important;border-color:var(--brand-primary-dark)!important}.brand-superexch-io .theme-ice-exchange .ice-inplay-sport-tabs button[aria-selected=false] span:last-child{background-color:var(--brand-primary)!important;color:var(--brand-on-primary)!important}.brand-superexch-io .theme-ice-exchange .ice-sport-tabs-scroll-btn:hover{color:var(--brand-primary-dark)}.brand-superexch-io .ice-betslip-edit-stakes-icon,.brand-superexch-io .ice-betslip-place-arrow{color:var(--brand-primary)!important}.brand-superexch-io #ice-usermenu-header{border-bottom-color:var(--brand-primary)!important}.brand-superexch-io .ice-usermenu-logout{background:var(--brand-primary)!important;color:var(--brand-on-primary)!important}.brand-superexch-io .ice-usermenu-logout:hover{background:var(--brand-primary-dark)!important}.brand-superexch-io .ice-usermenu-action:hover{border-color:var(--brand-primary)!important;color:var(--brand-on-primary)!important}.brand-superexch-io .ice-login-card{box-shadow:0 0 24px rgba(249,188,21,.45)!important}.brand-superexch-io .ice-login-card,.brand-superexch-io .ice-login-close,.brand-superexch-io .ice-login-field{border-color:var(--brand-primary)!important}.brand-superexch-io .ice-login-close{color:var(--brand-primary)!important}.brand-superexch-io .ice-login-submit{background:var(--brand-primary)!important;color:var(--brand-on-primary)!important}.brand-superexch-io .ice-page-loader{background-color:var(--ice-loader-bg,#0a0a0a)!important}.brand-superexch-io .ice-accent-bg,.brand-superexch-io .ice-accent-table-header,.brand-superexch-io .ice-betslip-tab--active,.brand-superexch-io .ice-lang-switcher-chevron-wrap,.brand-superexch-io .ice-lang-switcher-menu-item--active,.brand-superexch-io .ice-lang-switcher-menu-item--active:hover{background:var(--brand-primary)!important;color:var(--brand-on-primary)!important}