/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial}}}@layer theme{:host,:root{--color-red-500:oklch(63.7% .237 25.331);--color-gray-300:oklch(87.2% .01 258.338);--color-white:#fff;--spacing:8px;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-base:1rem;--text-base--line-height:calc(1.5/1);--font-weight-medium:500;--font-weight-bold:700;--tracking-wide:.025em;--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--color-textPrimaryInverted:var(--text-primary-inverted,#fff);--color-surfacePrimary:var(--surface-primary,#fff);--color-surfaceBrand:var(--surface-brand,#00a826);--color-surfaceSuccess:var(--surface-success,#00a826);--color-surfaceSkeleton:var(--surface-skeleton,#00000014);--color-componentSurfaceTitleBar:var(--component-surface-title-bar,#fff);--color-componentSurfaceImageOverlayGlass2:var(--component-surface-image-overlay-glass-2,#fff3);--radius-x1px:1px;--radius-x1:8px;--radius-x5:40px;--animate-skeleton:pulseSkeleton 1.5s ease-in-out .5s infinite}}@layer base,components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.isolate{isolation:isolate}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-1{margin-inline:calc(var(--spacing)*1)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mr-1{margin-right:calc(var(--spacing)*1)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2\.5{margin-bottom:calc(var(--spacing)*2.5)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-1\.25{margin-left:calc(var(--spacing)*1.25)}.ml-2{margin-left:calc(var(--spacing)*2)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.h-1{height:calc(var(--spacing)*1)}.h-2{height:calc(var(--spacing)*2)}.h-3{height:calc(var(--spacing)*3)}.h-3\.25{height:calc(var(--spacing)*3.25)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-6\.25{height:calc(var(--spacing)*6.25)}.h-8{height:calc(var(--spacing)*8)}.h-12{height:calc(var(--spacing)*12)}.h-12\.75{height:calc(var(--spacing)*12.75)}.h-31\.25{height:calc(var(--spacing)*31.25)}.h-\[120px\]{height:120px}.h-full{height:100%}.max-h-screen{max-height:100vh}.min-h-5{min-height:calc(var(--spacing)*5)}.min-h-6{min-height:calc(var(--spacing)*6)}.w-1\/2{width:50%}.w-4{width:calc(var(--spacing)*4)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-18\.75{width:calc(var(--spacing)*18.75)}.w-full{width:100%}.max-w-7xl{max-width:var(--container-7xl)}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-skeleton{animation:var(--animate-skeleton)}.resize{resize:both}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.truncate{text-overflow:ellipsis;white-space:nowrap}.overflow-hidden,.truncate{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e+38px}.rounded-x1{border-radius:var(--radius-x1)}.rounded-x1px{border-radius:var(--radius-x1px)}.rounded-x5{border-radius:var(--radius-x5)}.rounded-t-x1{border-top-right-radius:var(--radius-x1)}.rounded-t-x1,.rounded-tl-x1{border-top-left-radius:var(--radius-x1)}.rounded-tr-x1{border-top-right-radius:var(--radius-x1)}.rounded-b-x1{border-bottom-left-radius:var(--radius-x1)}.rounded-b-x1,.rounded-br-x1{border-bottom-right-radius:var(--radius-x1)}.rounded-bl-x1{border-bottom-left-radius:var(--radius-x1)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.bg-componentSurfaceImageOverlayGlass2{background-color:var(--color-componentSurfaceImageOverlayGlass2)}.bg-componentSurfaceTitleBar{background-color:var(--color-componentSurfaceTitleBar)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-red-500{background-color:var(--color-red-500)}.bg-surfaceBrand{background-color:var(--color-surfaceBrand)}.bg-surfacePrimary{background-color:var(--color-surfacePrimary)}.bg-surfaceSkeleton{background-color:var(--color-surfaceSkeleton)}.bg-surfaceSuccess{background-color:var(--color-surfaceSuccess)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-cover{object-fit:cover}.px-1{padding-inline:calc(var(--spacing)*1)}.pt-0\.75{padding-top:calc(var(--spacing)*.75)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2\.5{padding-top:calc(var(--spacing)*2.5)}.pt-4{padding-top:calc(var(--spacing)*4)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-1\.25{padding-right:calc(var(--spacing)*1.25)}.pb-0\.5{padding-bottom:calc(var(--spacing)*.5)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-2{padding-left:calc(var(--spacing)*2)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-textPrimaryInverted{color:var(--color-textPrimaryInverted)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a)}.ring-2,.shadow-md{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)}.ring-white\/20{--tw-ring-color:#fff3}@supports (color:color-mix(in lab,red,red)){.ring-white\/20{--tw-ring-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (min-width:768px){.md\:h-\[230px\]{height:230px}}@media (min-width:1024px){.lg\:h-\[300px\]{height:300px}}}:root{--neutral-50:#f6f6f6;--neutral-100:#eee;--neutral-200:#ddd;--neutral-300:#ccc;--neutral-400:#999;--neutral-500:#666;--neutral-600:#555;--neutral-700:#444;--neutral-800:#333;--neutral-850:#2a2a2a;--neutral-900:#222;--neutral-1000:#000;--neutral-00:#fff;--success-100:#cceed4;--success-200:#99dca8;--success-300:#66cb7d;--success-400:#33b951;--success-500:#00a826;--success-600:#00861e;--error-100:#fbd2d3;--error-200:#f8a4a7;--error-300:#f4777c;--error-400:#f14950;--error-500:#ed1c24;--error-600:#be161d;--warning-100:#fff3d3;--warning-200:#ffe7a6;--warning-300:#ffdc7a;--warning-400:#ffd04d;--warning-500:#ffc421;--warning-600:#cc9d1a;--alpha-50-5a:#f6f6f60d;--alpha-50-10a:#f6f6f61a;--alpha-50-16a:#f6f6f629;--alpha-50-30a:#f6f6f64d;--alpha-100-30a:#eeeeee4d;--alpha-100-70a:#eeeeeeb3;--alpha-300-33a:#cccccc54;--alpha-300-70a:#ccccccb3;--alpha-400-33a:#99999954;--alpha-500-33a:#66666654;--alpha-700-70a:#444444b3;--alpha-700-85a:#444444d9;--alpha-800-30a:#3333334d;--alpha-800-16a:#33333329;--alpha-800-10a:#3333331a;--alpha-800-5a:#3333330d;--alpha-800-90a:#333333e6;--alpha-800-70a:#333333b3;--alpha-900-70a:#222222b3;--alpha-900-30a:#2222224d;--alpha-900-50a:#22222280;--alpha-1000-5a:#0000000d;--alpha-1000-8a:#00000014;--alpha-1000-10a:#0000001a;--alpha-1000-4a:#0000000a;--alpha-1000-20a:#0003;--alpha-1000-16a:#00000029;--alpha-1000-50a:#00000080;--alpha-1000-60a:#0009;--alpha-1000-70a:#000000b3;--alpha-1000-30a:#0000004d;--alpha-1000-0a:#0000;--alpha-00-5a:#ffffff0d;--alpha-00-10a:#ffffff1a;--alpha-00-70a:#ffffffb3;--alpha-00-15a:#ffffff26;--alpha-00-30a:#ffffff4d;--alpha-00-90a:#ffffffe6;--alpha-00-85a:#ffffffd9;--alpha-00-20a:#fff3;--alpha-00-50a:#ffffff80;--alpha-00-0a:#fff0;--alpha-brand-20a:#00a82633;--alpha-brand-10a:#00a8261a;--alpha-brand-30a:#00a8264d;--alpha-brand-00a:#00a82600;--alpha-warning-50a:#ffc42180;--brand-50:#e6f6e9;--brand-100:#cceed4;--brand-200:#99dca8;--brand-300:#66cb7d;--brand-400:#33b951;--brand-500:#00a826;--brand-600:#00861e;--brand-700:#006517;--brand-800:#00430f;--brand-900:#002208;--component-cta-primary-content:#fff;--component-page-surface-light:#eee;--component-brand-text-light:#00861e;--component-verified-profile-surface:#1d9bf0;--component-timeform-light:#334253;--component-timeform-dark:#02a4ff;--text-primary:#333;--text-secondary:#666;--text-accent-on-surface-primary:#00861e;--text-accent-on-surface-secondary:#006517;--text-accent-on-surface-tertiary:#006517;--text-accent-on-surface-primary-inverted:#66cb7d;--text-brand:#00a826;--text-primary-inverted:#fff;--text-success:#00861e;--text-error:#be161d;--text-action:#000;--text-action-accent:#00861e;--text-on-surface-action-brand:#fff;--text-on-surface-action-secondary:#333;--text-on-surface-action-tertiary:#333;--text-on-surface-error:#fff;--text-on-surface-warning:#333;--text-on-surface-success:#fff;--text-on-surface-loss-label:#fff;--text-warning:#ffc421;--surface-primary:#fff;--surface-page:#eee;--surface-brand:#00a826;--surface-action-brand-default:#00a826;--surface-action-brand-hover:#33b951;--surface-action-brand-active:#00861e;--surface-action-odds-default:#eee;--surface-action-odds-active:#444;--surface-action-secondary-default:#99999954;--surface-action-secondary-active:#66666654;--surface-action-secondary-hover:#cccccc54;--surface-action-tertiary-default:#333;--surface-action-tertiary-active:#222;--surface-action-tertiary-hover:#444;--surface-action-alart-default:#ed1c24;--surface-action-alart-active:#be161d;--surface-action-alart-hover:#f4777c;--surface-action-brand-alpha:#00a8264d;--surface-secondary:#eee;--surface-primary-inverted:#333;--surface-warning:#ffc421;--surface-error:#ed1c24;--surface-success:#00a826;--surface-interactive-default:#00000014;--surface-interactive-active:#00a826;--surface-interactive-icon:#fff;--surface-tertiary:#f6f6f6;--surface-skeleton:#00000014;--surface-page-glass:#eeeeee4d;--surface-primary-glass:#ffffffb3;--surface-shadow-glass:#0003;--surface-primary-glass-inverted:#333333b3;--surface-input-glass:#ffffffd9;--surface-gradient-brand-mid-light:#33b951;--surface-gradient-brand-mid-dark:#00861e;--surface-gradient-neutral-low-light:#eee;--surface-gradient-neutral-low-dark:#ccc;--surface-gradient-neutral-mid-light:#999;--surface-gradient-neutral-mid-dark:#555;--surface-gradient-brand-low-light:#cceed4;--surface-gradient-brand-low-dark:#99dca8;--focus-primary:#333;--focus-brand:#00a826;--divider-primary:#0000001a;--component-surface-brand-bar:#fff;--component-surface-docked-footer:#fff;--component-surface-dropdown-item:#fff;--component-surface-dropdown-item-active:#555;--component-surface-keypad:#0000001a;--component-surface-keypad-item:#fff;--component-surface-score:#0000000a;--component-surface-title-bar:#fff;--component-surface-favourite-item:#ddd;--component-surface-casino-game-label:#fff;--component-surface-image-overlay:#00000080;--component-surface-toast-expanded:#222;--component-surface-scoreboard-strike-out:#f4777c;--component-surface-scoreboard-balls:#66cb7d;--component-surface-scoreboard-overlay:#0009;--component-surface-new-feature-tooltip:#66cb7d;--component-surface-casino-bundled:#f6f6f6;--component-surface-search-bar:#ffffffb3;--component-surface-tournaments-win:#00a8261a;--component-surface-label-grey:#666;--component-surface-tournaments-bar:#3333334d;--component-surface-shadow:#0000001a;--component-surface-clips-page:#222;--component-surface-hero:#fff;--component-surface-loss-label:#333;--component-surface-darkened-overlay:#000000b3;--component-surface-lmt-control:#eee;--component-surface-verified-profile-marker:#1d9bf0;--component-surface-pill-pressed:#ddd;--component-surface-timeform-logo:#334253;--component-surface-pagination-active:#333;--component-surface-pagination-default:#3333334d;--component-surface-balance-total:#cceed4;--component-surface-glass-overlay:#fff3;--component-surface-image-overlay-glass-1:#ffffff1a;--component-surface-image-overlay-glass-0:#fff0;--component-surface-image-overlay-glass-2:#fff3;--component-surface-image-overlay-0:#0000;--component-text-brand-bar:#333;--component-text-docked-footer-default:#333;--component-text-keypad:#333;--component-text-secondary-navigation-default:#555;--component-text-secondary-navigation-active:#333;--component-text-title-bar-primary:#333;--component-text-title-bar-secondary:#666;--component-text-docked-footer-brand:#00861e;--component-text-casino-game-label:#333;--component-text-image-overlay-primary:#fff;--component-text-odds-suspended:#999;--component-text-cta-primary:#fff;--component-text-logo:#222;--component-text-jackpot:#ffdc7a;--component-text-glow:#ffc42180;--component-text-jackpot-hot:#f4777c;--component-text-image-overlay-secondary:#ccc;--component-icon-brand-bar:#333;--component-icon-racing-silk-stroke:#666;--component-icon-avatar-empty:#99999954;--component-border-score:#00000029;--component-border-secondary-navigation-divider:#ffffff1a;--component-border-scoreboard:#333;--component-border-indicator:#00a8264d;--component-border-image-overlay:#fff3;--component-handle-modal:#33333329;--component-handle-accent-betslip-bar:#ffffff4d;--border-interactive-default:#66666654;--border-interactive-focus:#333;--border-interactive-error:#be161d;--border-interactive-secondary:#0000000a;--border-interactive-brand:#00a826;--border-interactive-brand-alpha:#00a8261a;--border-glass:#ffffff80;--component-variant-bg:#0000000a;--section-bg:#ddd}[data-theme=dark]{--text-primary:#f6f6f6;--text-secondary:#ccc;--text-accent-on-surface-primary:#66cb7d;--text-accent-on-surface-secondary:#99dca8;--text-accent-on-surface-tertiary:#33b951;--text-accent-on-surface-primary-inverted:#00861e;--text-brand:#00a826;--text-primary-inverted:#333;--text-success:#00a826;--text-error:#f4777c;--text-action:#fff;--text-action-accent:#66cb7d;--text-on-surface-action-brand:#fff;--text-on-surface-action-secondary:#fff;--text-on-surface-action-tertiary:#f6f6f6;--text-on-surface-error:#fff;--text-on-surface-warning:#333;--text-on-surface-success:#fff;--text-on-surface-loss-label:#fff;--text-warning:#ffc421;--surface-primary:#333;--surface-page:#222;--surface-brand:#00a826;--surface-action-brand-default:#00a826;--surface-action-brand-hover:#33b951;--surface-action-brand-active:#00861e;--surface-action-odds-default:#444;--surface-action-odds-active:#f6f6f6;--surface-action-secondary-default:#99999954;--surface-action-secondary-active:#66666654;--surface-action-secondary-hover:#cccccc54;--surface-action-tertiary-default:#f6f6f6;--surface-action-tertiary-active:#eee;--surface-action-tertiary-hover:#fff;--surface-action-alart-default:#ed1c24;--surface-action-alart-active:#be161d;--surface-action-alart-hover:#f4777c;--surface-action-brand-alpha:#00a8264d;--surface-secondary:#444;--surface-primary-inverted:#f6f6f6;--surface-warning:#ffc421;--surface-error:#ed1c24;--surface-success:#00a826;--surface-interactive-default:#0003;--surface-interactive-active:#00a826;--surface-interactive-icon:#fff;--surface-tertiary:#333;--surface-skeleton:#ffffff0d;--surface-page-glass:#2222224d;--surface-primary-glass:#333333b3;--surface-shadow-glass:#0003;--surface-primary-glass-inverted:#ffffffb3;--surface-input-glass:#ffffff1a;--surface-gradient-brand-mid-light:#33b951;--surface-gradient-brand-mid-dark:#00861e;--surface-gradient-neutral-low-light:#666;--surface-gradient-neutral-low-dark:#444;--surface-gradient-neutral-mid-light:#999;--surface-gradient-neutral-mid-dark:#555;--surface-gradient-brand-low-light:#006517;--surface-gradient-brand-low-dark:#00430f;--focus-primary:#f6f6f6;--focus-brand:#00a826;--divider-primary:#ffffff1a;--component-surface-brand-bar:#000;--component-surface-docked-footer:#2a2a2a;--component-surface-dropdown-item:#666;--component-surface-dropdown-item-active:#f6f6f6;--component-surface-keypad:#333;--component-surface-keypad-item:#666;--component-surface-score:#0000001a;--component-surface-title-bar:#2a2a2a;--component-surface-favourite-item:#555;--component-surface-casino-game-label:#fff;--component-surface-image-overlay:#00000080;--component-surface-toast-expanded:#eee;--component-surface-scoreboard-strike-out:#f4777c;--component-surface-scoreboard-balls:#66cb7d;--component-surface-scoreboard-overlay:#0009;--component-surface-new-feature-tooltip:#66cb7d;--component-surface-casino-bundled:#f6f6f6;--component-surface-search-bar:#444444b3;--component-surface-tournaments-win:#00a82633;--component-surface-label-grey:#666;--component-surface-tournaments-bar:#f6f6f64d;--component-surface-shadow:#0003;--component-surface-clips-page:#222;--component-surface-hero:#2a2a2a;--component-surface-loss-label:#333;--component-surface-darkened-overlay:#000000b3;--component-surface-lmt-control:#444;--component-surface-verified-profile-marker:#1d9bf0;--component-surface-pill-pressed:#333;--component-surface-timeform-logo:#02a4ff;--component-surface-pagination-active:#f6f6f6;--component-surface-pagination-default:#f6f6f64d;--component-surface-balance-total:#00430f;--component-surface-glass-overlay:#0003;--component-surface-image-overlay-glass-1:#ffffff1a;--component-surface-image-overlay-glass-0:#fff0;--component-surface-image-overlay-glass-2:#fff3;--component-surface-image-overlay-0:#0000;--component-text-brand-bar:#f6f6f6;--component-text-docked-footer-default:#f6f6f6;--component-text-keypad:#fff;--component-text-secondary-navigation-default:#999;--component-text-secondary-navigation-active:#f6f6f6;--component-text-title-bar-primary:#f6f6f6;--component-text-title-bar-secondary:#ccc;--component-text-docked-footer-brand:#66cb7d;--component-text-casino-game-label:#333;--component-text-image-overlay-primary:#fff;--component-text-odds-suspended:#999;--component-text-cta-primary:#fff;--component-text-logo:#fff;--component-text-jackpot:#ffdc7a;--component-text-glow:#ffc42180;--component-text-jackpot-hot:#f4777c;--component-text-image-overlay-secondary:#ccc;--component-icon-brand-bar:#f6f6f6;--component-icon-racing-silk-stroke:#999;--component-icon-avatar-empty:#99999954;--component-border-score:#666;--component-border-secondary-navigation-divider:#2a2a2a;--component-border-scoreboard:#f6f6f6;--component-border-indicator:#00a8264d;--component-border-image-overlay:#fff3;--component-handle-modal:#f6f6f629;--component-handle-accent-betslip-bar:#ffffff4d;--border-interactive-default:#99999954;--border-interactive-focus:#f6f6f6;--border-interactive-error:#f8a4a7;--border-interactive-secondary:#ffffff1a;--border-interactive-brand:#00a826;--border-interactive-brand-alpha:#00a8261a;--border-glass:#22222280;--component-variant-bg:#333;--section-bg:#666}[data-subbrand=sports]{--text-brand:#00a826;--surface-brand:#00a826;--surface-action-brand-default:#00a826;--border-interactive-brand:#00a826;--focus-brand:#00a826;--surface-action-brand-hover:#33b951;--surface-action-brand-active:#00861e;--text-accent-on-surface-primary:#00861e;--text-action-accent:#00861e;--brand-50:#e6f6e9;--brand-100:#cceed4;--brand-200:#99dca8;--brand-300:#66cb7d;--brand-400:#33b951;--brand-500:#00a826;--brand-600:#00861e;--brand-700:#006517;--brand-800:#00430f;--brand-900:#002208}[data-subbrand=casino]{--text-brand:#06f;--surface-brand:#06f;--surface-action-brand-default:#06f;--border-interactive-brand:#06f;--focus-brand:#06f;--surface-action-brand-hover:#3385ff;--surface-action-brand-active:#0052cc;--text-accent-on-surface-primary:#0052cc;--text-action-accent:#0052cc;--brand-50:#e5f0ff;--brand-100:#cce0ff;--brand-200:#99c2ff;--brand-300:#66a3ff;--brand-400:#3385ff;--brand-500:#06f;--brand-600:#0052cc;--brand-700:#003d99;--brand-800:#002966;--brand-900:#001433}[data-subbrand=live-casino]{--text-brand:#66cae0;--surface-brand:#66cae0;--surface-action-brand-default:#66cae0;--border-interactive-brand:#66cae0;--focus-brand:#66cae0;--surface-action-brand-hover:#85d5e6;--surface-action-brand-active:#52a2b3;--text-accent-on-surface-primary:#52a2b3;--text-action-accent:#52a2b3;--brand-50:#f0fafc;--brand-100:#e0f4f9;--brand-200:#c2eaf3;--brand-300:#a3dfec;--brand-400:#85d5e6;--brand-500:#66cae0;--brand-600:#52a2b3;--brand-700:#3d7986;--brand-800:#29515a;--brand-900:#14282d}[data-subbrand=vegas]{--text-brand:#ed1c24;--surface-brand:#ed1c24;--surface-action-brand-default:#ed1c24;--border-interactive-brand:#ed1c24;--focus-brand:#ed1c24;--surface-action-brand-hover:#f14950;--surface-action-brand-active:#be161d;--text-accent-on-surface-primary:#be161d;--text-action-accent:#be161d;--brand-50:#fde8e9;--brand-100:#fbd2d3;--brand-200:#f8a4a7;--brand-300:#f4777c;--brand-400:#f14950;--brand-500:#ed1c24;--brand-600:#be161d;--brand-700:#8e1116;--brand-800:#5f0b0e;--brand-900:#2f0607}[data-subbrand=esports]{--text-brand:#a0c;--surface-brand:#a0c;--surface-action-brand-default:#a0c;--border-interactive-brand:#a0c;--focus-brand:#a0c;--surface-action-brand-hover:#bb33d6;--surface-action-brand-active:#8800a3;--text-accent-on-surface-primary:#8800a3;--text-action-accent:#8800a3;--brand-50:#f7e6fa;--brand-100:#eeccf5;--brand-200:#dd99eb;--brand-300:#cc66e0;--brand-400:#bb33d6;--brand-500:#a0c;--brand-600:#8800a3;--brand-700:#66007a;--brand-800:#440052;--brand-900:#220029}[data-brand=jackpotcity]{--text-brand:#bd0aff;--surface-brand:#bd0aff;--surface-action-brand-default:#bd0aff;--border-interactive-brand:#bd0aff;--focus-brand:#bd0aff;--surface-action-brand-hover:#ca3bff;--surface-action-brand-active:#9708cc;--text-accent-on-surface-primary:#9708cc;--text-action-accent:#9708cc;--brand-50:#f8e7ff;--brand-100:#f2ceff;--brand-200:#e59dff;--brand-300:#d76cff;--brand-400:#ca3bff;--brand-500:#bd0aff;--brand-600:#9708cc;--brand-700:#710699;--brand-800:#4c0466;--brand-900:#260233}[data-brand=spinpalace]{--text-brand:#ffc421;--surface-brand:#ffc421;--surface-action-brand-default:#ffc421;--border-interactive-brand:#ffc421;--focus-brand:#ffc421;--surface-action-brand-hover:#ffd04d;--surface-action-brand-active:#cc9d1a;--text-accent-on-surface-primary:#cc9d1a;--text-action-accent:#cc9d1a;--brand-50:#fff9e9;--brand-100:#fff3d3;--brand-200:#ffe7a6;--brand-300:#ffdc7a;--brand-400:#ffd04d;--brand-500:#ffc421;--brand-600:#cc9d1a;--brand-700:#997614;--brand-800:#664e0d;--brand-900:#332707}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes pulse{50%{opacity:.5}}@keyframes pulseSkeleton{0%{opacity:1}50%{opacity:.4}to{opacity:1}}