.Alert-module__GDSiDG__alert{align-items:flex-start;gap:var(--s-3);padding:var(--s-4);border-radius:var(--nclusion-radius-md);border:1px solid var(--transparent);font-family:var(--font-sans);display:flex}.Alert-module__GDSiDG__content{gap:var(--s-1);flex-direction:column;flex:1;display:flex}.Alert-module__GDSiDG__title{font-weight:var(--t-label-weight);font-size:var(--t-label-size);line-height:var(--t-label-lh)}.Alert-module__GDSiDG__description{font-size:var(--t-body-size);line-height:var(--t-body-lh);opacity:.85;margin:0}.Alert-module__GDSiDG__dismiss{all:unset;cursor:pointer;padding:var(--s-1);border-radius:var(--nclusion-radius-md);opacity:.7;transition:opacity var(--motion-duration-base);justify-content:center;align-items:center;min-width:24px;min-height:24px;font-size:18px;line-height:1;display:flex}.Alert-module__GDSiDG__dismiss:hover{opacity:1}.Alert-module__GDSiDG__dismiss:focus-visible{outline-offset:2px;outline:2px solid}.Alert-module__GDSiDG__success{background:color-mix(in srgb, var(--statusSuccessSolid) 30%, var(--bgSurface));color:var(--statusSuccessFg);border-color:color-mix(in srgb, var(--statusSuccessSolid) 45%, var(--bgSurface));box-shadow:0 8px 24px color-mix(in srgb, var(--statusSuccessSolid) 18%, transparent)}.Alert-module__GDSiDG__warning{background:color-mix(in srgb, var(--statusWarningSolid) 30%, var(--bgSurface));color:var(--statusWarningFg);border-color:color-mix(in srgb, var(--statusWarningSolid) 45%, var(--bgSurface));box-shadow:0 8px 24px color-mix(in srgb, var(--statusWarningSolid) 18%, transparent)}.Alert-module__GDSiDG__error{background:color-mix(in srgb, var(--statusErrorSolid) 30%, var(--bgSurface));color:var(--statusErrorFg);border-color:color-mix(in srgb, var(--statusErrorSolid) 45%, var(--bgSurface));box-shadow:0 8px 24px color-mix(in srgb, var(--statusErrorSolid) 18%, transparent)}.Alert-module__GDSiDG__info{background:color-mix(in srgb, var(--statusInfoSolid) 30%, var(--bgSurface));color:var(--statusInfoFg);border-color:color-mix(in srgb, var(--statusInfoSolid) 45%, var(--bgSurface));box-shadow:0 8px 24px color-mix(in srgb, var(--statusInfoSolid) 18%, transparent)}@media (prefers-reduced-motion:reduce){.Alert-module__GDSiDG__dismiss{transition:none}}
.Button-module__yfItxq__button{justify-content:center;align-items:center;gap:var(--s-2);border:1px solid var(--transparent);border-radius:var(--nclusion-radius-md);font-family:var(--font-sans);font-weight:var(--t-button-weight);font-size:var(--t-button-size);line-height:var(--t-button-lh);cursor:pointer;transition:background-color var(--motion-duration-base), box-shadow var(--motion-duration-base), opacity var(--motion-duration-base);white-space:nowrap;-webkit-user-select:none;user-select:none;display:inline-flex}.Button-module__yfItxq__button:focus-visible{outline:2px solid var(--actionPrimary);outline-offset:2px;box-shadow:var(--focus-ring)}.Button-module__yfItxq__button:disabled{cursor:not-allowed;opacity:.5}.Button-module__yfItxq__xs{padding:var(--s-1) var(--s-2);font-size:var(--t-small-size);min-height:28px}.Button-module__yfItxq__sm{padding:var(--s-1) var(--s-3);font-size:var(--t-small-size);min-height:32px}.Button-module__yfItxq__md{padding:var(--s-2) var(--s-4);min-height:40px}.Button-module__yfItxq__lg{padding:var(--s-3) var(--s-6);font-size:var(--t-body-size);min-height:48px}.Button-module__yfItxq__primary{background-color:var(--actionPrimary);color:var(--fgOnPrimary)}.Button-module__yfItxq__primary:hover:not(:disabled){background-color:var(--actionPrimaryHover)}.Button-module__yfItxq__secondary{background-color:var(--actionMuted);color:var(--fgPrimary);border-color:var(--borderDefault)}.Button-module__yfItxq__secondary:hover:not(:disabled){background-color:var(--actionMutedHover)}.Button-module__yfItxq__ghost{background-color:var(--transparent);color:var(--fgPrimary)}.Button-module__yfItxq__ghost:hover:not(:disabled){background-color:var(--bgSubtle)}.Button-module__yfItxq__danger{background-color:var(--actionDanger);color:var(--fgOnPrimary)}.Button-module__yfItxq__danger:hover:not(:disabled){background-color:var(--actionDangerHover)}.Button-module__yfItxq__loading{position:relative}.Button-module__yfItxq__spinner{border:2px solid;border-right-color:var(--transparent);width:1em;height:1em;animation:Button-module__yfItxq__spin var(--motion-duration-spinner) var(--motion-easing-linear) infinite;border-radius:50%}@keyframes Button-module__yfItxq__spin{to{transform:rotate(360deg)}}.Button-module__yfItxq__label{align-items:center;display:inline-flex}@media (prefers-reduced-motion:reduce){.Button-module__yfItxq__button{transition:none}.Button-module__yfItxq__spinner{animation:none}}
.Card-module__SRVDqa__card{background:var(--bgSurface);border:1px solid var(--borderDefault);border-radius:var(--nclusion-radius-md);box-shadow:var(--shadow-xs);flex-direction:column;display:flex;overflow:hidden}.Card-module__SRVDqa__body{padding:var(--s-5) var(--s-5) var(--s-4);gap:var(--s-1);flex-direction:column;display:flex}.Card-module__SRVDqa__eyebrow{font-family:var(--font-sans);font-size:var(--t-small-size);line-height:var(--t-small-lh);font-weight:var(--t-label-weight);color:var(--fgMuted);text-transform:uppercase;letter-spacing:var(--t-tracking-caps)}.Card-module__SRVDqa__title{font-family:var(--font-sans);font-size:var(--t-h4-size);line-height:var(--t-h4-lh);font-weight:var(--t-h4-weight);color:var(--fgPrimary);margin:0}.Card-module__SRVDqa__meta{font-family:var(--font-sans);font-size:var(--t-small-size);line-height:var(--t-small-lh);color:var(--fgMuted)}.Card-module__SRVDqa__account .Card-module__SRVDqa__title{font-size:var(--t-h1-size);line-height:var(--t-h1-lh);font-weight:var(--t-h1-weight)}.Card-module__SRVDqa__progressWrapper{background:var(--bgMuted);height:4px;margin:0 var(--s-5);border-radius:2px;overflow:hidden}.Card-module__SRVDqa__progressBar{background:var(--actionPrimary);height:100%;transition:width var(--motion-duration-slow) var(--motion-easing-standard);border-radius:2px}.Card-module__SRVDqa__footer{padding:var(--s-3) var(--s-5);border-top:1px solid var(--borderDefault);justify-content:space-between;align-items:center;display:flex}.Card-module__SRVDqa__footerLeft{align-items:center;gap:var(--s-2);display:flex}.Card-module__SRVDqa__footerRight{align-items:center;display:flex}@media (prefers-reduced-motion:reduce){.Card-module__SRVDqa__progressBar{transition:none}}
.Input-module__kI1vKq__wrapper{gap:var(--s-2);flex-direction:column;min-width:240px;display:flex}.Input-module__kI1vKq__fullWidth{align-self:stretch;width:100%}.Input-module__kI1vKq__inline{align-items:center;column-gap:var(--s-3);row-gap:var(--s-1);grid-template-columns:auto minmax(0,1fr);display:grid}.Input-module__kI1vKq__inline>.Input-module__kI1vKq__label{grid-column:1;margin:0}.Input-module__kI1vKq__inline>.Input-module__kI1vKq__inputRow,.Input-module__kI1vKq__inline>.Input-module__kI1vKq__errorMessage,.Input-module__kI1vKq__inline>.Input-module__kI1vKq__helperText{grid-column:2}.Input-module__kI1vKq__label{color:var(--fgPrimary)}.Input-module__kI1vKq__requiredMark{color:var(--statusErrorSolid)}.Input-module__kI1vKq__inputRow{border:1px solid var(--borderMuted);border-radius:var(--nclusion-radius-md);background:var(--bgSurface);min-height:36px;transition:border-color var(--motion-duration-base), box-shadow var(--motion-duration-base);align-items:stretch;display:flex}.Input-module__kI1vKq__inputRow:focus-within{border-color:var(--actionPrimary);box-shadow:var(--focus-ring)}.Input-module__kI1vKq__input{background:var(--transparent);font-family:var(--font-sans);font-weight:var(--t-body-weight);font-size:var(--t-body-size);line-height:var(--t-body-lh);color:var(--fgPrimary);padding:0 var(--s-3);border:none;outline:none;flex:1;min-height:34px}.Input-module__kI1vKq__textarea{resize:vertical;min-height:104px;padding:var(--s-3)}.Input-module__kI1vKq__input::placeholder{color:var(--fgPlaceholder)}.Input-module__kI1vKq__addon{padding:0 var(--s-3);color:var(--fgMuted);white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;display:flex}.Input-module__kI1vKq__error .Input-module__kI1vKq__inputRow{border-color:var(--actionDanger)}.Input-module__kI1vKq__error .Input-module__kI1vKq__inputRow:focus-within{box-shadow:var(--focus-ring-danger)}.Input-module__kI1vKq__errorMessage{color:var(--statusErrorSolid)}.Input-module__kI1vKq__helperText{color:var(--fgMuted)}.Input-module__kI1vKq__disabled .Input-module__kI1vKq__inputRow{opacity:.5;cursor:not-allowed;background:var(--bgSubtle)}.Input-module__kI1vKq__disabled .Input-module__kI1vKq__input{cursor:not-allowed}@media (prefers-reduced-motion:reduce){.Input-module__kI1vKq__inputRow{transition:none}}
.Tabs-module__N4uyiW__root{gap:var(--s-4);flex-direction:column;width:100%;display:flex}.Tabs-module__N4uyiW__tabList{align-items:center;gap:var(--s-2);flex-wrap:wrap;display:flex}.Tabs-module__N4uyiW__underlineList{border-bottom:1px solid var(--borderDefault);padding-bottom:var(--s-1)}.Tabs-module__N4uyiW__pillList{background:var(--bgSubtle);border-radius:var(--nclusion-radius-full);padding:var(--s-1);align-self:flex-start}.Tabs-module__N4uyiW__tab{align-items:center;gap:var(--s-2);color:var(--fgSecondary);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;background:0 0;border:none;display:inline-flex}.Tabs-module__N4uyiW__tab:disabled{cursor:not-allowed;opacity:.5}.Tabs-module__N4uyiW__tab:focus-visible{outline:2px solid var(--actionPrimary);outline-offset:2px}.Tabs-module__N4uyiW__underlineTab{padding:var(--s-2) var(--s-1);border-bottom:2px solid var(--bgCanvas);margin-bottom:calc(var(--s-1) * -1)}.Tabs-module__N4uyiW__underlineTab[aria-selected=true]{color:var(--fgPrimary);border-bottom-color:var(--actionPrimary)}.Tabs-module__N4uyiW__pillTab{padding:var(--s-2) var(--s-3);border-radius:var(--nclusion-radius-full)}.Tabs-module__N4uyiW__pillTab[aria-selected=true]{background:var(--bgSurface);color:var(--fgPrimary);box-shadow:var(--shadow-xs)}.Tabs-module__N4uyiW__label{color:inherit}.Tabs-module__N4uyiW__badge{min-width:20px;height:20px;padding:0 var(--s-1);border-radius:var(--nclusion-radius-full);background:var(--bgMuted);color:var(--fgPrimary);justify-content:center;align-items:center;display:inline-flex}.Tabs-module__N4uyiW__icon{color:inherit;display:inline-flex}.Tabs-module__N4uyiW__panel{min-width:0}
.elements-module__5PclIq__digitDie{border-radius:var(--nclusion-radius-md,8px);font-variant-numeric:tabular-nums;box-shadow:var(--shadow-sm,0 1px 3px #0000001a);transition:transform var(--motion-duration-moderate,.2s) var(--motion-easing-standard,ease);justify-content:center;align-items:center;font-weight:800;line-height:1;display:flex}.elements-module__5PclIq__dieCol{flex-direction:column;align-items:center;gap:6px;display:flex}.elements-module__5PclIq__dieLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--fgMuted,#71717a);font-size:11px;font-weight:600}.elements-module__5PclIq__dieUnrevealed{opacity:.3;animation:2.4s ease-in-out infinite elements-module__5PclIq__dieIdlePulse;display:inline-block}.elements-module__5PclIq__dieDigit{animation:.5s cubic-bezier(.34,1.6,.64,1) both elements-module__5PclIq__dieLand;display:inline-block}@keyframes elements-module__5PclIq__dieIdlePulse{0%,to{opacity:.25}50%{opacity:.45}}@keyframes elements-module__5PclIq__dieLand{0%{opacity:0;filter:blur(4px);transform:scale(1.7)}55%{opacity:1;filter:blur()}to{opacity:1;filter:blur();transform:scale(1)}}.elements-module__5PclIq__sizeSm{width:40px;height:48px;font-size:24px}.elements-module__5PclIq__sizeMd{width:80px;height:96px;font-size:44px}.elements-module__5PclIq__sizeLg{width:112px;height:128px;font-size:64px}.elements-module__5PclIq__air{color:#1a1a1a;background:#e0b042}.elements-module__5PclIq__feu{color:#f5f0e8;background:#c0392b}.elements-module__5PclIq__terre{color:#f5f0e8;background:#5d7c33}.elements-module__5PclIq__eau{color:#f5f0e8;background:#2c5d8e}.elements-module__5PclIq__elementBadge{letter-spacing:.04em;white-space:nowrap;border-radius:9999px;align-items:center;font-weight:600;display:inline-flex}.elements-module__5PclIq__badgeSm{padding:2px 8px;font-size:11px}.elements-module__5PclIq__badgeMd{padding:4px 10px;font-size:13px}.elements-module__5PclIq__badgeLg{padding:6px 14px;font-size:15px}.elements-module__5PclIq__dieRow{flex-wrap:wrap;gap:16px;display:flex}
.HowToPlay-module__qm3zWa__dialog{max-width:min(720px,100vw - 32px);max-height:calc(100dvh - 64px);color:var(--fgPrimary);background:0 0;border:none;margin:auto;padding:0}.HowToPlay-module__qm3zWa__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3}.HowToPlay-module__qm3zWa__panel{background:var(--bgSurface);border:1px solid var(--borderDefault);border-radius:var(--nclusion-radius-md);box-shadow:var(--shadow-lg);flex-direction:column;max-height:calc(100dvh - 64px);display:flex;overflow:hidden}.HowToPlay-module__qm3zWa__header{padding:var(--s-5) var(--s-6);border-bottom:1px solid var(--borderDefault);background:var(--bgSurface);justify-content:space-between;align-items:center;gap:var(--s-4);z-index:1;display:flex;position:sticky;top:0}.HowToPlay-module__qm3zWa__headerTitle{flex-direction:column;gap:2px;display:flex}.HowToPlay-module__qm3zWa__eyebrow{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:var(--fgMuted);font-weight:600}.HowToPlay-module__qm3zWa__title{font-size:var(--t-h2-size);line-height:var(--t-h2-lh);font-weight:var(--t-h2-weight);color:var(--fgPrimary);margin:0}.HowToPlay-module__qm3zWa__closeBtn{border:1px solid var(--borderDefault);width:36px;height:36px;color:var(--fgMuted);cursor:pointer;transition:color var(--motion-duration-base) var(--motion-easing-standard), border-color var(--motion-duration-base) var(--motion-easing-standard);background:0 0;border-radius:9999px;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.HowToPlay-module__qm3zWa__closeBtn:hover{color:var(--fgPrimary);border-color:var(--borderStrong)}.HowToPlay-module__qm3zWa__body{padding:var(--s-6);gap:var(--s-6);flex-direction:column;display:flex;overflow-y:auto}.HowToPlay-module__qm3zWa__lead{font-size:var(--t-h4-size);color:var(--fgSecondary);line-height:1.45}.HowToPlay-module__qm3zWa__lead strong{color:var(--fgPrimary);font-weight:600}.HowToPlay-module__qm3zWa__drawCallout{gap:var(--s-3);padding:var(--s-5);border-radius:var(--nclusion-radius-md);background:var(--bgCanvas);border:1px solid var(--borderDefault);grid-template-columns:repeat(4,1fr);display:grid}.HowToPlay-module__qm3zWa__drawSlot{align-items:center;gap:var(--s-2);flex-direction:column;display:flex}.HowToPlay-module__qm3zWa__drawSwatch{border-radius:9999px;width:44px;height:44px}.HowToPlay-module__qm3zWa__drawSlotName{font-size:var(--t-small-size);letter-spacing:.05em;color:var(--fgPrimary);text-transform:uppercase;font-weight:600}.HowToPlay-module__qm3zWa__drawSlotIndex{font-size:var(--t-small-size);color:var(--fgMuted);font-family:var(--font-mono)}.HowToPlay-module__qm3zWa__betSection{gap:var(--s-3);padding:var(--s-5);border-radius:var(--nclusion-radius-md);background:var(--bgCanvas);border:1px solid var(--borderDefault);flex-direction:column;display:flex}.HowToPlay-module__qm3zWa__betHeader{justify-content:space-between;align-items:baseline;gap:var(--s-3);flex-wrap:wrap;display:flex}.HowToPlay-module__qm3zWa__betKicker{font-size:var(--t-small-size);letter-spacing:.1em;text-transform:uppercase;color:var(--fgMuted);font-weight:600}.HowToPlay-module__qm3zWa__betName{font-size:var(--t-h3-size);line-height:var(--t-h3-lh);color:var(--fgPrimary);margin:0;font-weight:700}.HowToPlay-module__qm3zWa__betPayoff{font-size:var(--t-label-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;font-weight:500}.HowToPlay-module__qm3zWa__betCopy{font-size:var(--t-body-size);color:var(--fgSecondary);line-height:1.55}.HowToPlay-module__qm3zWa__footnote{font-size:var(--t-small-size);color:var(--fgMuted);margin:0;line-height:1.5}
.HowToPlay-module__3VEfFq__dialog{max-width:min(720px,100vw - 32px);max-height:calc(100dvh - 64px);color:var(--fgPrimary);background:0 0;border:none;margin:auto;padding:0}.HowToPlay-module__3VEfFq__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3}.HowToPlay-module__3VEfFq__panel{background:var(--bgSurface);border:1px solid var(--borderDefault);border-radius:var(--nclusion-radius-md);box-shadow:var(--shadow-lg);flex-direction:column;max-height:calc(100dvh - 64px);display:flex;overflow:hidden}.HowToPlay-module__3VEfFq__header{padding:var(--s-5) var(--s-6);border-bottom:1px solid var(--borderDefault);background:var(--bgSurface);justify-content:space-between;align-items:center;gap:var(--s-4);z-index:1;display:flex;position:sticky;top:0}.HowToPlay-module__3VEfFq__headerTitle{flex-direction:column;gap:2px;display:flex}.HowToPlay-module__3VEfFq__eyebrow{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:var(--fgMuted);font-weight:600}.HowToPlay-module__3VEfFq__title{font-size:var(--t-h2-size);line-height:var(--t-h2-lh);font-weight:var(--t-h2-weight);color:var(--fgPrimary);margin:0}.HowToPlay-module__3VEfFq__closeBtn{border:1px solid var(--borderDefault);width:36px;height:36px;color:var(--fgMuted);cursor:pointer;transition:color var(--motion-duration-base) var(--motion-easing-standard), border-color var(--motion-duration-base) var(--motion-easing-standard);background:0 0;border-radius:9999px;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.HowToPlay-module__3VEfFq__closeBtn:hover{color:var(--fgPrimary);border-color:var(--borderStrong)}.HowToPlay-module__3VEfFq__body{padding:var(--s-6);gap:var(--s-6);flex-direction:column;display:flex;overflow-y:auto}.HowToPlay-module__3VEfFq__lead{font-size:var(--t-h4-size);color:var(--fgSecondary);line-height:1.45}.HowToPlay-module__3VEfFq__lead strong{color:var(--fgPrimary);font-weight:600}.HowToPlay-module__3VEfFq__drawCallout{gap:var(--s-3);padding:var(--s-5);border-radius:var(--nclusion-radius-md);background:var(--bgCanvas);border:1px solid var(--borderDefault);grid-template-columns:repeat(3,1fr);display:grid}.HowToPlay-module__3VEfFq__drawSlot{align-items:center;gap:var(--s-2);flex-direction:column;display:flex}.HowToPlay-module__3VEfFq__drawSwatch{border-radius:9999px;width:44px;height:44px}.HowToPlay-module__3VEfFq__drawSlotName{font-size:var(--t-small-size);letter-spacing:.05em;color:var(--fgPrimary);text-transform:uppercase;font-weight:600}.HowToPlay-module__3VEfFq__drawSlotIndex{font-size:var(--t-small-size);color:var(--fgMuted);font-family:var(--font-mono)}.HowToPlay-module__3VEfFq__betSection{gap:var(--s-3);padding:var(--s-5);border-radius:var(--nclusion-radius-md);background:var(--bgCanvas);border:1px solid var(--borderDefault);flex-direction:column;display:flex}.HowToPlay-module__3VEfFq__betHeader{justify-content:space-between;align-items:baseline;gap:var(--s-3);flex-wrap:wrap;display:flex}.HowToPlay-module__3VEfFq__betKicker{font-size:var(--t-small-size);letter-spacing:.1em;text-transform:uppercase;color:var(--fgMuted);font-weight:600}.HowToPlay-module__3VEfFq__betName{font-size:var(--t-h3-size);line-height:var(--t-h3-lh);color:var(--fgPrimary);margin:0;font-weight:700}.HowToPlay-module__3VEfFq__betPayoff{font-size:var(--t-label-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;font-weight:500}.HowToPlay-module__3VEfFq__betCopy{font-size:var(--t-body-size);color:var(--fgSecondary);line-height:1.55}.HowToPlay-module__3VEfFq__footnote{font-size:var(--t-small-size);color:var(--fgMuted);margin:0;line-height:1.5}
.RecentDrawings-module__8VXrlG__panel{border:1px solid var(--borderSubtle);border-radius:var(--r-3);padding:var(--s-4);background:var(--surface)}.RecentDrawings-module__8VXrlG__header{margin-bottom:var(--s-3);justify-content:space-between;align-items:center;display:flex}.RecentDrawings-module__8VXrlG__title{font-size:var(--t-small-size);letter-spacing:.06em;text-transform:uppercase;color:var(--fgMuted)}.RecentDrawings-module__8VXrlG__subtitle{font-size:var(--t-small-size);color:var(--fgMuted)}.RecentDrawings-module__8VXrlG__row{align-items:center;gap:var(--s-3);padding:var(--s-2) 0;border-top:1px solid var(--borderSubtle);grid-template-columns:1fr auto;display:grid}.RecentDrawings-module__8VXrlG__row:first-child{border-top:none}.RecentDrawings-module__8VXrlG__when{font-variant-numeric:tabular-nums;color:var(--fg)}.RecentDrawings-module__8VXrlG__digits{gap:var(--s-1);display:inline-flex}.RecentDrawings-module__8VXrlG__digit{border-radius:var(--r-1);font-variant-numeric:tabular-nums;width:28px;height:28px;color:var(--digitColor,var(--fg));border:1px solid var(--digitColor,var(--borderSubtle));background:#ffffff0a;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:inline-flex}.RecentDrawings-module__8VXrlG__empty,.RecentDrawings-module__8VXrlG__error,.RecentDrawings-module__8VXrlG__loading{color:var(--fgMuted);font-size:var(--t-small-size);padding:var(--s-2) 0}
.haiti-module__zm_Vzq__cell{border:1px solid var(--borderDefault);background:var(--bgSurface);font-variant-numeric:tabular-nums;width:56px;height:72px;color:var(--fgPrimary);border-radius:12px;justify-content:center;align-items:center;font-size:2rem;font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.haiti-module__zm_Vzq__cellMuted{opacity:.45}.haiti-module__zm_Vzq__cellHighlight{border-color:#e0b042;box-shadow:0 0 0 3px #e0b04259}.haiti-module__zm_Vzq__cellWin{border-color:#5d7c33;box-shadow:0 0 0 3px #5d7c3359}.haiti-module__zm_Vzq__unrevealed{color:var(--fgSecondary);opacity:.6}.haiti-module__zm_Vzq__drawRow{align-items:center;gap:var(--s-2);display:inline-flex}.haiti-module__zm_Vzq__drawGroupGap{width:var(--s-4)}
.millionnaire-module__z6LW0W__layout{gap:var(--s-6);flex-direction:column;max-width:760px;margin:0 auto;display:flex;position:relative}.millionnaire-module__z6LW0W__promoBackdrop{z-index:-1;pointer-events:none;opacity:0;background:radial-gradient(circle at 20% 30%,#dab54a2e 0%,#0000 50%),radial-gradient(circle at 80% 70%,#b8881a26 0%,#0000 55%),radial-gradient(circle at 50% 100%,#8f65101f 0%,#0000 60%);transition:opacity .48s ease-out;animation:10s ease-in-out infinite alternate millionnaire-module__z6LW0W__promoBackdropDrift;position:fixed;inset:0}.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__promoBackdrop{opacity:1}@keyframes millionnaire-module__z6LW0W__promoBackdropDrift{0%{filter:hue-rotate();background-position:0 0,100% 100%,50% 100%}50%{filter:hue-rotate(-6deg);background-position:20% 10%,80% 80%,60% 90%}to{filter:hue-rotate();background-position:40% 20%,60% 90%,40% 80%}}.millionnaire-module__z6LW0W__heroBar{justify-content:space-between;align-items:center;gap:var(--s-4);padding:var(--s-3) var(--s-4);background:linear-gradient(135deg,#b8881a1f 0%,#dab54a0d 100%);border-left:3px solid #b8881a;border-radius:12px;flex-wrap:wrap;transition:background .32s ease-out;display:flex}.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__heroBar{background:linear-gradient(135deg,#dab54a59 0%,#b8881a2e 100%)}.millionnaire-module__z6LW0W__heroSpacer{flex:1 1 0}.millionnaire-module__z6LW0W__heroTitleGroup{align-items:center;gap:var(--s-3);display:flex}.millionnaire-module__z6LW0W__heroEmblem{flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.millionnaire-module__z6LW0W__heroEmblem svg{width:100%;height:100%;display:block}.millionnaire-module__z6LW0W__heroLink{border:1px solid var(--borderDefault);font-size:var(--t-small-size);color:var(--fgSecondary);cursor:pointer;background:0 0;border-radius:9999px;padding:6px 14px;font-weight:500;transition:color .16s,border-color .16s}.millionnaire-module__z6LW0W__heroLink:hover{color:var(--fgPrimary);border-color:#b8881a}.millionnaire-module__z6LW0W__promoBadge{color:#14233e;font-weight:800;font-size:var(--t-small-size);letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#ffe08c 0%,#dab54a 45%,#b8881a 100%);border-radius:9999px;align-items:center;gap:6px;padding:6px 14px;animation:1.6s ease-in-out infinite millionnaire-module__z6LW0W__promoBadgePulse;display:inline-flex;box-shadow:0 2px 12px #b8881a59,inset 0 1px #ffffff80}.millionnaire-module__z6LW0W__promoBadgeStar{font-size:1.1em;line-height:1}@keyframes millionnaire-module__z6LW0W__promoBadgePulse{0%,to{transform:scale(1);box-shadow:0 2px 12px #b8881a59,inset 0 1px #ffffff80}50%{transform:scale(1.04);box-shadow:0 2px 22px #dab54ab3,inset 0 1px #ffffffb3}}.millionnaire-module__z6LW0W__rtpDot{width:8px;height:8px;margin-right:var(--s-2);vertical-align:middle;background:#b8881a;border-radius:9999px;display:inline-block}.millionnaire-module__z6LW0W__digitGrid{gap:var(--s-2);grid-template-columns:repeat(10,minmax(0,1fr));display:grid}@media (max-width:600px){.millionnaire-module__z6LW0W__digitGrid{grid-template-columns:repeat(5,minmax(0,1fr))}}.millionnaire-module__z6LW0W__digitButton{padding:var(--s-3) 0;background:var(--bgSurface);border:1.5px solid var(--borderDefault);color:var(--fgPrimary);cursor:pointer;text-align:center;border-radius:8px;font-family:DM Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:700;transition:all .15s}.millionnaire-module__z6LW0W__digitButton:hover:not(:disabled){background:#b8881a14;border-color:#b8881a}.millionnaire-module__z6LW0W__digitButton[aria-pressed=true]{color:#14233e;background:linear-gradient(135deg,#dab54a 0%,#b8881a 100%);border-color:#b8881a;box-shadow:0 0 0 3px #b8881a2e}.millionnaire-module__z6LW0W__pickCard{transition:box-shadow .32s ease-out,border-color .32s ease-out;position:relative}.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__pickCard{background:linear-gradient(#fffdf50a 0%,#dab54a0f 100%);border:2px solid #b8881a;box-shadow:0 0 0 4px #dab54a38,0 12px 32px #8f65102e}.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__digitButton:not(:disabled):not([aria-pressed=true]){border-color:#b8881a8c}.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__digitButton[aria-pressed=true]{box-shadow:0 0 0 3px #dab54a59,0 4px 14px #8f651066}.millionnaire-module__z6LW0W__digitButton:disabled{opacity:.55;cursor:not-allowed}.millionnaire-module__z6LW0W__drawRow{gap:var(--s-2);grid-template-columns:repeat(8,minmax(0,1fr));display:grid}.millionnaire-module__z6LW0W__drawCell{aspect-ratio:3/4;background:var(--bgSurface);border:1.5px solid var(--borderDefault);color:var(--fgSecondary);border-radius:8px;justify-content:center;align-items:center;font-family:DM Sans,system-ui,sans-serif;font-size:1.6rem;font-weight:700;transition:all .25s;display:flex}.millionnaire-module__z6LW0W__drawCell.millionnaire-module__z6LW0W__pending{color:var(--fgDim,#71717a);border-style:dashed}.millionnaire-module__z6LW0W__drawCell.millionnaire-module__z6LW0W__match{color:#14233e;background:linear-gradient(160deg,#ffe08c 0%,#dab54a 40%,#b8881a 100%);border-color:#8f6510;box-shadow:0 2px 6px #8f651040}.millionnaire-module__z6LW0W__payout{color:#b8881a;font-family:DM Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:700}.millionnaire-module__z6LW0W__payout.millionnaire-module__z6LW0W__lose{color:var(--fgDim,#71717a)}.millionnaire-module__z6LW0W__stakeRow{gap:var(--s-3);flex-wrap:wrap;align-items:end;display:flex}.millionnaire-module__z6LW0W__stakeInput{flex:200px;min-width:160px}.millionnaire-module__z6LW0W__drawCard{transition:box-shadow .32s ease-out,border-color .32s ease-out;position:relative;overflow:hidden}.millionnaire-module__z6LW0W__drawCard.millionnaire-module__z6LW0W__explode{border-color:#8f6510;animation:1.4s ease-in-out 2 millionnaire-module__z6LW0W__drawCardPulse;box-shadow:0 0 0 4px #dab54a59,0 22px 60px #8f651073}@keyframes millionnaire-module__z6LW0W__drawCardPulse{0%,to{transform:scale(1)}35%{transform:scale(1.025)}55%{transform:scale(.992)}75%{transform:scale(1.012)}}.millionnaire-module__z6LW0W__drawCell.millionnaire-module__z6LW0W__match.millionnaire-module__z6LW0W__matchTop{animation:1s ease-in-out infinite millionnaire-module__z6LW0W__drawCellTopBeat}@keyframes millionnaire-module__z6LW0W__drawCellTopBeat{0%,to{transform:scale(1);box-shadow:0 2px 6px #8f651040}50%{transform:scale(1.08);box-shadow:0 4px 18px #dab54ab3}}.millionnaire-module__z6LW0W__explodeStage{pointer-events:none;z-index:5;position:absolute;inset:0;overflow:hidden}.millionnaire-module__z6LW0W__particle{--angle:0deg;--distance:240px;--hue:45;--size:14px;--duration:1.9s;--delay:0s;width:var(--size);height:var(--size);margin-left:calc(var(--size) / -2);margin-top:calc(var(--size) / -2);background:radial-gradient(circle at 35% 35%, hsl(var(--hue), 100%, 78%) 0%, hsl(var(--hue), 92%, 55%) 55%, hsl(var(--hue), 90%, 32%) 100%);box-shadow:0 0 8px hsla(var(--hue), 100%, 70%, .8);opacity:0;animation:millionnaire-module__z6LW0W__particleBurst var(--duration) cubic-bezier(.1, .6, .2, 1) var(--delay) forwards;border-radius:50%;position:absolute;top:50%;left:50%}.millionnaire-module__z6LW0W__particle.millionnaire-module__z6LW0W__star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);box-shadow:none;border-radius:0}.millionnaire-module__z6LW0W__particle.millionnaire-module__z6LW0W__streak{width:calc(var(--size) * .45);height:calc(var(--size) * 2.4);background:linear-gradient(180deg, hsl(var(--hue), 100%, 80%) 0%, hsl(var(--hue), 95%, 55%) 60%, transparent 100%);box-shadow:none;border-radius:999px}@keyframes millionnaire-module__z6LW0W__particleBurst{0%{opacity:0;transform:translate(0)rotate(0)scale(.4)}10%{opacity:1}60%{opacity:1}to{transform:translate(calc(cos(var(--angle)) * var(--distance)), calc(sin(var(--angle)) * var(--distance))) rotate(720deg) scale(1.2);opacity:0}}.millionnaire-module__z6LW0W__flash{opacity:0;filter:blur(2px);background:radial-gradient(circle,#ffeaa5d9 0%,#dab54a80 45%,#8f651000 75%);border-radius:50%;width:220px;height:220px;margin-top:-110px;margin-left:-110px;animation:1.5s ease-out forwards millionnaire-module__z6LW0W__flashRise;position:absolute;top:50%;left:50%}@keyframes millionnaire-module__z6LW0W__flashRise{0%{opacity:0;transform:scale(.4)}20%{opacity:1}to{opacity:0;transform:scale(2.4)}}.millionnaire-module__z6LW0W__payoutBanner{text-align:center;letter-spacing:.02em;background:linear-gradient(90deg,#ffe08c 0%,#dab54a 40%,#ffe08c 100%);-webkit-text-fill-color:transparent;color:#0000;text-shadow:0 2px 22px #dab54ab3;pointer-events:none;font-variant-numeric:tabular-nums;z-index:6;-webkit-background-clip:text;background-clip:text;padding:.12em 0 .18em;font-family:Cinzel,DM Sans,system-ui,sans-serif;font-size:clamp(1.7rem,4.6vw,2.9rem);font-weight:900;line-height:1.4;animation:.9s cubic-bezier(.2,.7,.3,1) forwards millionnaire-module__z6LW0W__payoutBannerRise,1.6s ease-in-out .9s infinite millionnaire-module__z6LW0W__payoutBannerOscillate;position:absolute;inset:auto 0 14%}@keyframes millionnaire-module__z6LW0W__payoutBannerRise{0%{opacity:0;transform:translateY(40px)scale(.55)}60%{opacity:1;transform:translateY(-6px)scale(1.12)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes millionnaire-module__z6LW0W__payoutBannerOscillate{0%,to{filter:brightness();text-shadow:0 2px 22px #dab54ab3;transform:scale(1)}50%{filter:brightness(1.15);text-shadow:0 4px 36px #ffe08cf2;transform:scale(1.08)}}.millionnaire-module__z6LW0W__demoPanel{background:#14233e0d;border:1px dashed #b8881a80}.millionnaire-module__z6LW0W__demoHeader{justify-content:space-between;align-items:baseline;gap:var(--s-3);flex-wrap:wrap;display:flex}.millionnaire-module__z6LW0W__demoKRow{flex-wrap:wrap;gap:6px;display:flex}.millionnaire-module__z6LW0W__demoKButton{background:var(--bgSurface);border:1px solid var(--borderDefault);width:36px;height:36px;color:var(--fgPrimary);cursor:pointer;border-radius:6px;font-family:DM Sans,system-ui,sans-serif;font-size:.95rem;font-weight:700;transition:all .12s}.millionnaire-module__z6LW0W__demoKButton:hover:not(:disabled){background:#b8881a14;border-color:#b8881a}.millionnaire-module__z6LW0W__demoKButton[aria-pressed=true]{color:#14233e;background:linear-gradient(135deg,#dab54a 0%,#b8881a 100%);border-color:#b8881a;box-shadow:0 0 0 2px #b8881a2e}.millionnaire-module__z6LW0W__demoKButton:disabled{opacity:.5;cursor:not-allowed}.millionnaire-module__z6LW0W__demoPromoToggle{font-size:var(--t-small-size);color:var(--fgSecondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.millionnaire-module__z6LW0W__demoPromoToggle input{accent-color:#b8881a;cursor:pointer;width:16px;height:16px}@media (prefers-reduced-motion:reduce){.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__promoBadge,.millionnaire-module__z6LW0W__drawCard.millionnaire-module__z6LW0W__explode,.millionnaire-module__z6LW0W__drawCell.millionnaire-module__z6LW0W__match.millionnaire-module__z6LW0W__matchTop,.millionnaire-module__z6LW0W__particle,.millionnaire-module__z6LW0W__flash,.millionnaire-module__z6LW0W__payoutBanner,.millionnaire-module__z6LW0W__layout.millionnaire-module__z6LW0W__promo .millionnaire-module__z6LW0W__promoBackdrop{animation:none}}
.sign-in-module__QGpTNW__card{width:100%;max-width:420px;padding:var(--s-8) var(--s-6)}.sign-in-module__QGpTNW__logo{width:112px;height:112px}.sign-in-module__QGpTNW__logo svg{width:100%;height:100%}.sign-in-module__QGpTNW__googleButton{justify-content:center;min-height:44px;display:flex}
.borlette-module__wG98JW__layout{gap:var(--s-8);flex-direction:column;max-width:1180px;margin:0 auto;display:flex}.borlette-module__wG98JW__heroBar{justify-content:space-between;align-items:center;gap:var(--s-4);padding:var(--s-3) var(--s-4);background:linear-gradient(135deg,#e0b0421a 0%,#c47b3d0a 100%);border-left:3px solid #e0b042;border-radius:12px;flex-wrap:wrap;display:flex}.borlette-module__wG98JW__heroGradient{padding:var(--s-5) var(--s-6);background:linear-gradient(135deg,#e0b04214 0%,#c47b3d0a 100%);border-radius:16px}.borlette-module__wG98JW__rtpDot{width:8px;height:8px;margin-right:var(--s-2);vertical-align:middle;background:#e0b042;border-radius:9999px;display:inline-block}.borlette-module__wG98JW__heroActions{align-items:center;gap:var(--s-3);flex-wrap:wrap;display:flex}.borlette-module__wG98JW__countdown{align-items:center;gap:var(--s-2);padding:var(--s-2) var(--s-3);border:1px solid var(--borderDefault);background:var(--bgSurface);font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;border-radius:9999px;font-weight:500;display:inline-flex}.borlette-module__wG98JW__countdownLive{background:var(--statusSuccessSolid);width:8px;height:8px;box-shadow:0 0 0 0 var(--statusSuccessSolid);border-radius:9999px;animation:1.8s ease-out infinite borlette-module__wG98JW__countdownPulse}@keyframes borlette-module__wG98JW__countdownPulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.borlette-module__wG98JW__countdownTime{color:var(--fgPrimary);font-weight:600}.borlette-module__wG98JW__twoColumn{gap:var(--s-5);grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start;display:grid}@media (max-width:900px){.borlette-module__wG98JW__twoColumn{grid-template-columns:minmax(0,1fr)}}.borlette-module__wG98JW__formColumn{gap:var(--s-4);flex-direction:column;min-width:0;display:flex}.borlette-module__wG98JW__ticketColumn{top:var(--s-4);position:sticky}@media (max-width:900px){.borlette-module__wG98JW__ticketColumn{position:static}}.borlette-module__wG98JW__slotRow{gap:var(--s-2);display:flex}.borlette-module__wG98JW__slot{text-align:center;border-radius:var(--nclusion-radius-md);border:2px solid var(--borderDefault);background:var(--bgSurface);font-variant-numeric:tabular-nums;width:56px;height:72px;color:var(--fgPrimary);font-size:26px;font-weight:700}.borlette-module__wG98JW__slot:focus{border-color:var(--fgPrimary);box-shadow:var(--focus-ring);outline:none}.borlette-module__wG98JW__slot:disabled{opacity:.5}.borlette-module__wG98JW__slotRow .borlette-module__wG98JW__slot{color:#e0b042;border-color:#e0b042}.borlette-module__wG98JW__slotRow .borlette-module__wG98JW__slot:focus{outline:none;box-shadow:0 0 0 3px #e0b04266}.borlette-module__wG98JW__cellWinFirst>*{border-color:#e0b042!important;box-shadow:0 0 0 3px #e0b04266!important}.borlette-module__wG98JW__cellWinSecond>*{border-color:#5c8ec7!important;box-shadow:0 0 0 3px #5c8ec766!important}.borlette-module__wG98JW__cellWinThird>*{border-color:#c47b3d!important;box-shadow:0 0 0 3px #c47b3d66!important}.borlette-module__wG98JW__stake{min-width:140px}.borlette-module__wG98JW__ticketRow{gap:var(--s-1);padding:var(--s-3) 0;border-top:1px solid var(--borderDefault);flex-direction:column;display:flex}.borlette-module__wG98JW__ticketRow:first-of-type{border-top:none}.borlette-module__wG98JW__ticketRowMain{justify-content:space-between;align-items:baseline;gap:var(--s-3);display:flex}.borlette-module__wG98JW__ticketDesc{font-size:var(--t-body-size);color:var(--fgPrimary)}.borlette-module__wG98JW__ticketStake{font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;flex-shrink:0}.borlette-module__wG98JW__ticketRemove{cursor:pointer;color:var(--fgMuted);font-size:var(--t-small-size);background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.borlette-module__wG98JW__ticketRemove:hover:not(:disabled){color:var(--actionDanger)}.borlette-module__wG98JW__ticketRemove:disabled{opacity:.4;cursor:not-allowed}.borlette-module__wG98JW__ticketWon{font-size:var(--t-small-size);color:var(--statusSuccessFg);font-variant-numeric:tabular-nums;font-weight:600}.borlette-module__wG98JW__ticketLost{font-size:var(--t-small-size);color:var(--fgMuted)}.borlette-module__wG98JW__revealStage{gap:var(--s-5);padding:var(--s-8) var(--s-6);border-radius:var(--nclusion-radius-md);color:#f5f0e8;background:radial-gradient(at top,#1a1710 0%,#09090b 70%);flex-direction:column;align-items:center;display:flex}.borlette-module__wG98JW__revealStageBright{background:radial-gradient(at top,#2a2520 0%,#1a1710 70%);box-shadow:0 0 0 2px #e0b042}.borlette-module__wG98JW__revealHeader{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:#a09888;font-weight:600}.borlette-module__wG98JW__resultBig{letter-spacing:-.01em;font-size:30px;font-weight:700;font-family:var(--font-sans)}.borlette-module__wG98JW__resultDetail{font-size:var(--t-small-size);color:#a09888;font-variant-numeric:tabular-nums}
.playspace-module__9hekqa__layout{gap:var(--s-8);flex-direction:column;max-width:1180px;margin:0 auto;display:flex}.playspace-module__9hekqa__heroBar{justify-content:space-between;align-items:center;gap:var(--s-4);flex-wrap:wrap;display:flex}.playspace-module__9hekqa__heroTricolor{background:linear-gradient(90deg,#4a8fe2 33%,#f8f8f8 33% 67%,#f03e4e 67%);border-radius:2px;width:120px;height:4px;margin-top:6px}.playspace-module__9hekqa__heroTitleGroup{align-items:center;gap:var(--s-4);display:flex}.playspace-module__9hekqa__heroEmblem{filter:drop-shadow(0 1px 2px #0006);flex-shrink:0;width:64px;height:64px}.playspace-module__9hekqa__heroActions{align-items:center;gap:var(--s-3);flex-wrap:wrap;display:flex}.playspace-module__9hekqa__countdown{align-items:center;gap:var(--s-2);padding:var(--s-2) var(--s-3);border:1px solid var(--borderDefault);background:var(--bgSurface);font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;border-radius:9999px;font-weight:500;display:inline-flex}.playspace-module__9hekqa__countdownLive{background:var(--statusSuccessSolid);width:8px;height:8px;box-shadow:0 0 0 0 var(--statusSuccessSolid);border-radius:9999px;animation:1.8s ease-out infinite playspace-module__9hekqa__countdownPulse}@keyframes playspace-module__9hekqa__countdownPulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.playspace-module__9hekqa__countdownTime{color:var(--fgPrimary);font-weight:600}.playspace-module__9hekqa__countdownSlot{color:var(--fgMuted);margin-left:var(--s-2);font-weight:500}.playspace-module__9hekqa__twoColumn{gap:var(--s-5);grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start;display:grid}@media (max-width:900px){.playspace-module__9hekqa__twoColumn{grid-template-columns:minmax(0,1fr)}}.playspace-module__9hekqa__formColumn{gap:var(--s-4);flex-direction:column;min-width:0;display:flex}.playspace-module__9hekqa__ticketColumn{top:var(--s-4);position:sticky}@media (max-width:900px){.playspace-module__9hekqa__ticketColumn{position:static}}.playspace-module__9hekqa__numberSlots{gap:var(--s-3);flex-wrap:wrap;display:flex}.playspace-module__9hekqa__numberSlot{text-align:center;border-radius:var(--nclusion-radius-md);border:2px solid var(--borderDefault);background:var(--bgSurface);font-variant-numeric:tabular-nums;width:84px;height:72px;color:var(--fgPrimary);letter-spacing:.04em;font-size:26px;font-weight:700}.playspace-module__9hekqa__numberSlot:focus{border-color:var(--fgPrimary);box-shadow:var(--focus-ring);outline:none}.playspace-module__9hekqa__numberSlot:disabled{opacity:.5}.playspace-module__9hekqa__stake{min-width:140px}.playspace-module__9hekqa__ticketRow{gap:var(--s-1);padding:var(--s-3) 0;border-top:1px solid var(--borderDefault);flex-direction:column;display:flex}.playspace-module__9hekqa__ticketRow:first-of-type{border-top:none}.playspace-module__9hekqa__ticketRowMain{justify-content:space-between;align-items:baseline;gap:var(--s-3);display:flex}.playspace-module__9hekqa__ticketDesc{font-size:var(--t-body-size);color:var(--fgPrimary)}.playspace-module__9hekqa__ticketStake{font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;flex-shrink:0}.playspace-module__9hekqa__ticketRemove{cursor:pointer;color:var(--fgMuted);font-size:var(--t-small-size);background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.playspace-module__9hekqa__ticketRemove:hover:not(:disabled){color:var(--actionDanger)}.playspace-module__9hekqa__ticketRemove:disabled{opacity:.4;cursor:not-allowed}.playspace-module__9hekqa__ticketWon{font-size:var(--t-small-size);color:var(--statusSuccessFg);font-variant-numeric:tabular-nums;font-weight:600}.playspace-module__9hekqa__ticketLost{font-size:var(--t-small-size);color:var(--fgMuted)}.playspace-module__9hekqa__revealStage{gap:var(--s-5);padding:var(--s-8) var(--s-6);border-radius:var(--nclusion-radius-md);color:#f3e9d6;background:radial-gradient(at top,#1c1612 0%,#09090b 70%);flex-direction:column;align-items:center;display:flex}.playspace-module__9hekqa__revealStageBright{background:radial-gradient(at top,#2e221c 0%,#1c1612 70%);box-shadow:0 0 0 2px #ce1126}.playspace-module__9hekqa__revealHeader{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:#a89880;font-weight:600}.playspace-module__9hekqa__resultBig{letter-spacing:-.01em;font-size:30px;font-weight:700;font-family:var(--font-sans)}.playspace-module__9hekqa__resultDetail{font-size:var(--t-small-size);color:#a89880;font-variant-numeric:tabular-nums}.playspace-module__9hekqa__drumRowWrap{gap:var(--s-5);flex-wrap:wrap;justify-content:center;display:flex}.playspace-module__9hekqa__drumCard{border-radius:var(--nclusion-radius-md);background:linear-gradient(180deg, color-mix(in srgb, currentColor 14%, #0f0c0a) 0%, #0f0c0a 70%);justify-content:center;align-items:center;gap:var(--s-2);border:2px solid #2a2520;border-top:4px solid;flex-direction:column;width:96px;height:120px;transition:border-color .24s,box-shadow .24s;display:flex;position:relative}.playspace-module__9hekqa__drumCardRevealed{background:linear-gradient(#1a1410 0%,#0f0c0a 100%)}.playspace-module__9hekqa__drumCardWinning{box-shadow:0 0 0 3px color-mix(in srgb, currentColor 35%, transparent);border-color:currentColor}.playspace-module__9hekqa__drumLabel{letter-spacing:.1em;text-transform:uppercase;color:color-mix(in srgb, currentColor 35%, #a89880);font-size:11px;font-weight:600}.playspace-module__9hekqa__drumDigits{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:44px;font-weight:700}.playspace-module__9hekqa__drumDigitsPending{color:color-mix(in srgb, currentColor 22%, #1c1612)}
.playspace-module__ctr77W__layout{gap:var(--s-8);flex-direction:column;max-width:1180px;margin:0 auto;display:flex}.playspace-module__ctr77W__heroBar{justify-content:space-between;align-items:center;gap:var(--s-4);flex-wrap:wrap;display:flex}.playspace-module__ctr77W__heroTitleGroup{align-items:center;gap:var(--s-4);display:flex}.playspace-module__ctr77W__heroTitleGroup svg{filter:drop-shadow(0 1px 2px #0006);flex-shrink:0;width:64px;height:64px}.playspace-module__ctr77W__heroActions{align-items:center;gap:var(--s-3);flex-wrap:wrap;display:flex}.playspace-module__ctr77W__countdown{align-items:center;gap:var(--s-2);padding:var(--s-2) var(--s-3);border:1px solid var(--borderDefault);background:var(--bgSurface);font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;border-radius:9999px;font-weight:500;display:inline-flex}.playspace-module__ctr77W__countdownLive{background:var(--statusSuccessSolid);width:8px;height:8px;box-shadow:0 0 0 0 var(--statusSuccessSolid);border-radius:9999px;animation:1.8s ease-out infinite playspace-module__ctr77W__countdownPulse}@keyframes playspace-module__ctr77W__countdownPulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.playspace-module__ctr77W__countdownTime{color:var(--fgPrimary);font-weight:600}.playspace-module__ctr77W__twoColumn{gap:var(--s-5);grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start;display:grid}@media (max-width:900px){.playspace-module__ctr77W__twoColumn{grid-template-columns:minmax(0,1fr)}}.playspace-module__ctr77W__formColumn{gap:var(--s-4);flex-direction:column;min-width:0;display:flex}.playspace-module__ctr77W__ticketColumn{top:var(--s-4);position:sticky}@media (max-width:900px){.playspace-module__ctr77W__ticketColumn{position:static}}.playspace-module__ctr77W__pickRow{gap:var(--s-2);flex-wrap:wrap;display:flex}.playspace-module__ctr77W__pickCard{cursor:pointer;padding:var(--s-3) var(--s-4);border-radius:var(--nclusion-radius-md);border:2px solid var(--borderDefault);background:var(--bgSurface);align-items:center;gap:var(--s-2);min-width:86px;transition:border-color var(--motion-duration-base) var(--motion-easing-standard), transform var(--motion-duration-base) var(--motion-easing-standard);flex-direction:column;display:flex}.playspace-module__ctr77W__pickCard:hover:not(:disabled){transform:translateY(-1px)}.playspace-module__ctr77W__pickCard:disabled{opacity:.5;cursor:not-allowed}.playspace-module__ctr77W__pickCardActive{border-color:var(--fgPrimary);box-shadow:var(--focus-ring)}.playspace-module__ctr77W__pickSwatch{border:1px solid var(--borderMuted);border-radius:9999px;width:40px;height:40px}.playspace-module__ctr77W__pickLabel{font-size:var(--t-label-size);font-weight:var(--t-label-weight);color:var(--fgPrimary)}.playspace-module__ctr77W__digitGrid{gap:var(--s-2);grid-template-columns:repeat(10,1fr);display:grid}@media (max-width:600px){.playspace-module__ctr77W__digitGrid{grid-template-columns:repeat(5,1fr)}}.playspace-module__ctr77W__digitChip{cursor:pointer;padding:var(--s-3) 0;text-align:center;border-radius:var(--nclusion-radius-md);border:2px solid var(--borderDefault);background:var(--bgSurface);font-variant-numeric:tabular-nums;color:var(--fgPrimary);transition:border-color var(--motion-duration-base) var(--motion-easing-standard);font-weight:600}.playspace-module__ctr77W__digitChip:hover:not(:disabled){border-color:var(--borderStrong)}.playspace-module__ctr77W__digitChip:disabled{opacity:.5;cursor:not-allowed}.playspace-module__ctr77W__digitChipActive{border-color:var(--fgPrimary);background:var(--bgSubtle);color:var(--fgPrimary)}.playspace-module__ctr77W__avatarSlots{gap:var(--s-2);display:flex}.playspace-module__ctr77W__avatarSlot{text-align:center;border-radius:var(--nclusion-radius-md);border:2px solid var(--borderDefault);background:var(--bgSurface);font-variant-numeric:tabular-nums;width:56px;height:72px;color:var(--fgPrimary);font-size:26px;font-weight:700}.playspace-module__ctr77W__avatarSlot:focus{border-color:var(--fgPrimary);box-shadow:var(--focus-ring);outline:none}.playspace-module__ctr77W__avatarSlot:disabled{opacity:.5}.playspace-module__ctr77W__stake{min-width:140px}.playspace-module__ctr77W__ticketRow{gap:var(--s-1);padding:var(--s-3) 0;border-top:1px solid var(--borderDefault);flex-direction:column;display:flex}.playspace-module__ctr77W__ticketRow:first-of-type{border-top:none}.playspace-module__ctr77W__ticketRowMain{justify-content:space-between;align-items:baseline;gap:var(--s-3);display:flex}.playspace-module__ctr77W__ticketDesc{font-size:var(--t-body-size);color:var(--fgPrimary)}.playspace-module__ctr77W__ticketStake{font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;flex-shrink:0}.playspace-module__ctr77W__avatarSequence{font-variant-numeric:tabular-nums;letter-spacing:.04em;gap:4px;display:inline-flex}.playspace-module__ctr77W__ticketRemove{cursor:pointer;color:var(--fgMuted);font-size:var(--t-small-size);background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.playspace-module__ctr77W__ticketRemove:hover:not(:disabled){color:var(--actionDanger)}.playspace-module__ctr77W__ticketRemove:disabled{opacity:.4;cursor:not-allowed}.playspace-module__ctr77W__ticketWon{font-size:var(--t-small-size);color:var(--statusSuccessFg);font-variant-numeric:tabular-nums;font-weight:600}.playspace-module__ctr77W__ticketLost{font-size:var(--t-small-size);color:var(--fgMuted)}.playspace-module__ctr77W__revealStage{gap:var(--s-5);padding:var(--s-8) var(--s-6);border-radius:var(--nclusion-radius-md);color:#f5f0e8;background:radial-gradient(at top,#1a1710 0%,#09090b 70%);flex-direction:column;align-items:center;display:flex}.playspace-module__ctr77W__revealStageBright{background:radial-gradient(at top,#2a2520 0%,#1a1710 70%);box-shadow:0 0 0 2px #e0b042}.playspace-module__ctr77W__revealHeader{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:#a09888;font-weight:600}.playspace-module__ctr77W__resultBig{letter-spacing:-.01em;font-size:30px;font-weight:700;font-family:var(--font-sans)}.playspace-module__ctr77W__resultDetail{font-size:var(--t-small-size);color:#a09888;font-variant-numeric:tabular-nums}.playspace-module__ctr77W__dieRowWrap{gap:var(--s-4);flex-wrap:wrap;justify-content:center;display:flex}
.GameTile-module__MuDTSq__tile{aspect-ratio:1;border-radius:var(--nclusion-radius-md);background:var(--bgSurface);border:1px solid var(--borderDefault);width:100%;box-shadow:var(--shadow-sm);transition:transform var(--motion-duration-moderate) var(--motion-easing-standard), box-shadow var(--motion-duration-moderate) var(--motion-easing-standard), border-color var(--motion-duration-moderate) var(--motion-easing-standard);color:#fafafa;text-decoration:none;display:flex;position:relative;overflow:hidden}.GameTile-module__MuDTSq__tile:hover{box-shadow:var(--shadow-lg);border-color:var(--borderStrong);color:#fff;transform:translateY(-2px)}.GameTile-module__MuDTSq__tile:focus-visible{box-shadow:var(--focus-ring), var(--shadow-lg);outline:none}.GameTile-module__MuDTSq__tile svg text{transition:filter var(--motion-duration-moderate) var(--motion-easing-standard), fill var(--motion-duration-moderate) var(--motion-easing-standard)}.GameTile-module__MuDTSq__tile:hover svg text{filter:drop-shadow(0 0 8px #ffffff59)}.GameTile-module__MuDTSq__iconWrap{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.GameTile-module__MuDTSq__iconWrap svg{width:100%;height:100%}.GameTile-module__MuDTSq__tileDimmed{opacity:.5;pointer-events:none}.GameTile-module__MuDTSq__placeholderCenter{justify-content:center;align-items:center;gap:var(--s-2);flex-direction:column;width:100%;height:100%;display:flex}.GameTile-module__MuDTSq__placeholderName{font-size:var(--t-h2-size);color:var(--fgMuted);letter-spacing:-.01em;font-weight:600}.GameTile-module__MuDTSq__placeholderTag{font-size:var(--t-small-size);letter-spacing:.12em;text-transform:uppercase;color:var(--fgMuted);font-weight:600}
.loto3-module__U2Wx5W__layout{gap:var(--s-8);flex-direction:column;max-width:1180px;margin:0 auto;display:flex}.loto3-module__U2Wx5W__heroBar{justify-content:space-between;align-items:center;gap:var(--s-4);padding:var(--s-3) var(--s-4);background:linear-gradient(135deg,#3a6ea51a 0%,#4789c20a 100%);border-left:3px solid #3a6ea5;border-radius:12px;flex-wrap:wrap;display:flex}.loto3-module__U2Wx5W__heroGradient{padding:var(--s-5) var(--s-6);background:linear-gradient(135deg,#3a6ea514 0%,#4789c20a 100%);border-radius:16px}.loto3-module__U2Wx5W__rtpDot{width:8px;height:8px;margin-right:var(--s-2);vertical-align:middle;background:#4789c2;border-radius:9999px;display:inline-block}.loto3-module__U2Wx5W__heroActions{align-items:center;gap:var(--s-3);flex-wrap:wrap;display:flex}.loto3-module__U2Wx5W__countdown{align-items:center;gap:var(--s-2);padding:var(--s-2) var(--s-3);border:1px solid var(--borderDefault);background:var(--bgSurface);font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;border-radius:9999px;font-weight:500;display:inline-flex}.loto3-module__U2Wx5W__countdownLive{background:var(--statusSuccessSolid);width:8px;height:8px;box-shadow:0 0 0 0 var(--statusSuccessSolid);border-radius:9999px;animation:1.8s ease-out infinite loto3-module__U2Wx5W__countdownPulse}@keyframes loto3-module__U2Wx5W__countdownPulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.loto3-module__U2Wx5W__countdownTime{color:var(--fgPrimary);font-weight:600}.loto3-module__U2Wx5W__twoColumn{gap:var(--s-5);grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:start;display:grid}@media (max-width:900px){.loto3-module__U2Wx5W__twoColumn{grid-template-columns:minmax(0,1fr)}}.loto3-module__U2Wx5W__formColumn{gap:var(--s-4);flex-direction:column;min-width:0;display:flex}.loto3-module__U2Wx5W__ticketColumn{top:var(--s-4);position:sticky}@media (max-width:900px){.loto3-module__U2Wx5W__ticketColumn{position:static}}.loto3-module__U2Wx5W__slotRow{gap:var(--s-2);display:flex}.loto3-module__U2Wx5W__slot{text-align:center;border-radius:var(--nclusion-radius-md);border:2px solid var(--borderDefault);background:var(--bgSurface);font-variant-numeric:tabular-nums;width:56px;height:72px;color:var(--fgPrimary);font-size:26px;font-weight:700}.loto3-module__U2Wx5W__slot:focus{border-color:var(--fgPrimary);box-shadow:var(--focus-ring);outline:none}.loto3-module__U2Wx5W__slot:disabled{opacity:.5}.loto3-module__U2Wx5W__slotRow .loto3-module__U2Wx5W__slot:first-child{color:#3a6ea5;border-color:#3a6ea5}.loto3-module__U2Wx5W__slotRow .loto3-module__U2Wx5W__slot:nth-child(2){color:#2c5d8e;border-color:#2c5d8e}.loto3-module__U2Wx5W__slotRow .loto3-module__U2Wx5W__slot:nth-child(3){color:#4789c2;border-color:#4789c2}.loto3-module__U2Wx5W__slotRow .loto3-module__U2Wx5W__slot:focus{opacity:.95;outline:none;box-shadow:0 0 0 3px}.loto3-module__U2Wx5W__cellWinPos1>*{border-color:#3a6ea5!important;box-shadow:0 0 0 3px #3a6ea566!important}.loto3-module__U2Wx5W__cellWinPos2>*{border-color:#2c5d8e!important;box-shadow:0 0 0 3px #2c5d8e66!important}.loto3-module__U2Wx5W__cellWinPos3>*{border-color:#4789c2!important;box-shadow:0 0 0 3px #4789c266!important}.loto3-module__U2Wx5W__stake{min-width:140px}.loto3-module__U2Wx5W__ticketRow{gap:var(--s-1);padding:var(--s-3) 0;border-top:1px solid var(--borderDefault);flex-direction:column;display:flex}.loto3-module__U2Wx5W__ticketRow:first-of-type{border-top:none}.loto3-module__U2Wx5W__ticketRowMain{justify-content:space-between;align-items:baseline;gap:var(--s-3);display:flex}.loto3-module__U2Wx5W__ticketDesc{font-size:var(--t-body-size);color:var(--fgPrimary)}.loto3-module__U2Wx5W__ticketStake{font-size:var(--t-small-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;flex-shrink:0}.loto3-module__U2Wx5W__ticketRemove{cursor:pointer;color:var(--fgMuted);font-size:var(--t-small-size);background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.loto3-module__U2Wx5W__ticketRemove:hover:not(:disabled){color:var(--actionDanger)}.loto3-module__U2Wx5W__ticketRemove:disabled{opacity:.4;cursor:not-allowed}.loto3-module__U2Wx5W__ticketWon{font-size:var(--t-small-size);color:var(--statusSuccessFg);font-variant-numeric:tabular-nums;font-weight:600}.loto3-module__U2Wx5W__ticketLost{font-size:var(--t-small-size);color:var(--fgMuted)}.loto3-module__U2Wx5W__revealStage{gap:var(--s-5);padding:var(--s-8) var(--s-6);border-radius:var(--nclusion-radius-md);color:#f5f0e8;background:radial-gradient(at top,#1a1710 0%,#09090b 70%);flex-direction:column;align-items:center;display:flex}.loto3-module__U2Wx5W__revealStageBright{background:radial-gradient(at top,#2a2520 0%,#1a1710 70%);box-shadow:0 0 0 2px #e0b042}.loto3-module__U2Wx5W__revealHeader{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:#a09888;font-weight:600}.loto3-module__U2Wx5W__resultBig{letter-spacing:-.01em;font-size:30px;font-weight:700;font-family:var(--font-sans)}.loto3-module__U2Wx5W__resultDetail{font-size:var(--t-small-size);color:#a09888;font-variant-numeric:tabular-nums}
.HowToPlay-module__RsVaea__dialog{max-width:min(720px,100vw - 32px);max-height:calc(100dvh - 64px);color:var(--fgPrimary);background:0 0;border:none;margin:auto;padding:0}.HowToPlay-module__RsVaea__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3}.HowToPlay-module__RsVaea__panel{background:var(--bgSurface);border:1px solid var(--borderDefault);border-radius:var(--nclusion-radius-md);box-shadow:var(--shadow-lg);flex-direction:column;max-height:calc(100dvh - 64px);display:flex;overflow:hidden}.HowToPlay-module__RsVaea__header{padding:var(--s-5) var(--s-6);border-bottom:1px solid var(--borderDefault);justify-content:space-between;align-items:center;gap:var(--s-4);z-index:1;background:linear-gradient(135deg,#b8881a14 0%,#dab54a05 100%);display:flex;position:sticky;top:0}.HowToPlay-module__RsVaea__headerTitle{flex-direction:column;gap:2px;display:flex}.HowToPlay-module__RsVaea__eyebrow{font-size:var(--t-small-size);letter-spacing:.08em;text-transform:uppercase;color:#b8881a;font-weight:600}.HowToPlay-module__RsVaea__title{font-size:var(--t-h2-size);line-height:var(--t-h2-lh);font-weight:var(--t-h2-weight);color:var(--fgPrimary);margin:0}.HowToPlay-module__RsVaea__closeBtn{border:1px solid var(--borderDefault);width:36px;height:36px;color:var(--fgMuted);cursor:pointer;transition:color var(--motion-duration-base) var(--motion-easing-standard), border-color var(--motion-duration-base) var(--motion-easing-standard);background:0 0;border-radius:9999px;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.HowToPlay-module__RsVaea__closeBtn:hover{color:var(--fgPrimary);border-color:var(--borderStrong)}.HowToPlay-module__RsVaea__body{padding:var(--s-6);gap:var(--s-6);flex-direction:column;display:flex;overflow-y:auto}.HowToPlay-module__RsVaea__lead{font-size:var(--t-h4-size);color:var(--fgSecondary);line-height:1.45}.HowToPlay-module__RsVaea__lead strong{color:var(--fgPrimary);font-weight:600}.HowToPlay-module__RsVaea__steps{gap:var(--s-3);grid-template-columns:1fr;display:grid}@media (min-width:640px){.HowToPlay-module__RsVaea__steps{grid-template-columns:repeat(3,1fr)}}.HowToPlay-module__RsVaea__step{gap:var(--s-3);padding:var(--s-4) var(--s-5);border-radius:var(--nclusion-radius-md);background:var(--bgCanvas);border:1px solid var(--borderDefault);align-items:flex-start;display:flex}.HowToPlay-module__RsVaea__stepNum{color:#14233e;width:28px;height:28px;font-weight:800;font-family:var(--font-mono);background:linear-gradient(135deg,#dab54a 0%,#b8881a 100%);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.HowToPlay-module__RsVaea__stepBody{flex-direction:column;gap:2px;display:flex}.HowToPlay-module__RsVaea__stepName{font-size:var(--t-label-size);color:var(--fgPrimary);letter-spacing:.03em;margin:0;font-weight:700}.HowToPlay-module__RsVaea__stepCopy{font-size:var(--t-small-size);color:var(--fgSecondary);margin:0;line-height:1.45}.HowToPlay-module__RsVaea__scheduleSection{gap:var(--s-3);padding:var(--s-5);border-radius:var(--nclusion-radius-md);background:var(--bgCanvas);border:1px solid var(--borderDefault);flex-direction:column;display:flex}.HowToPlay-module__RsVaea__scheduleHeader{justify-content:space-between;align-items:baseline;gap:var(--s-3);display:flex}.HowToPlay-module__RsVaea__scheduleTitle{font-size:var(--t-h3-size);line-height:var(--t-h3-lh);color:var(--fgPrimary);margin:0;font-weight:700}.HowToPlay-module__RsVaea__scheduleMeta{font-size:var(--t-label-size);color:var(--fgSecondary);font-variant-numeric:tabular-nums;font-weight:500}.HowToPlay-module__RsVaea__scheduleTable{border-radius:var(--nclusion-radius-sm);flex-direction:column;display:flex;overflow:hidden}.HowToPlay-module__RsVaea__scheduleRow{gap:var(--s-3);padding:8px var(--s-3);font-size:var(--t-small-size);color:var(--fgSecondary);border-bottom:1px solid var(--borderDefault);grid-template-columns:56px 1fr 1fr;align-items:center;display:grid}.HowToPlay-module__RsVaea__scheduleRow:last-child{border-bottom:none}.HowToPlay-module__RsVaea__scheduleHeaderRow{color:#b8881a;letter-spacing:.06em;text-transform:uppercase;font-weight:600;font-size:var(--t-small-size);background:#b8881a0f}.HowToPlay-module__RsVaea__scheduleK{font-family:var(--font-mono);color:var(--fgPrimary);text-align:center;font-weight:700}.HowToPlay-module__RsVaea__schedulePay{color:#b8881a;font-variant-numeric:tabular-nums;font-weight:700}.HowToPlay-module__RsVaea__scheduleOdds{font-variant-numeric:tabular-nums;color:var(--fgMuted)}.HowToPlay-module__RsVaea__scheduleLose .HowToPlay-module__RsVaea__schedulePay,.HowToPlay-module__RsVaea__scheduleLose .HowToPlay-module__RsVaea__scheduleK{color:var(--fgMuted);font-weight:500}.HowToPlay-module__RsVaea__scheduleTop{background:linear-gradient(90deg,#dab54a29,#dab54a0a)}.HowToPlay-module__RsVaea__scheduleTop .HowToPlay-module__RsVaea__schedulePay{color:#8f6510;font-weight:800}.HowToPlay-module__RsVaea__scheduleFootnote{font-size:var(--t-small-size);color:var(--fgMuted);margin:0;line-height:1.5}.HowToPlay-module__RsVaea__promoSection{gap:var(--s-3);padding:var(--s-5);border-radius:var(--nclusion-radius-md);background:linear-gradient(135deg,#dab54a29 0%,#b8881a0f 100%);border:1.5px solid #8f6510;flex-direction:column;display:flex}.HowToPlay-module__RsVaea__promoBadge{align-items:center;gap:var(--s-2);color:#14233e;font-weight:800;font-size:var(--t-small-size);letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#dab54a 0%,#b8881a 100%);border-radius:9999px;align-self:flex-start;padding:4px 12px;display:inline-flex}.HowToPlay-module__RsVaea__promoBadgeStar{font-size:1.1em;line-height:1}.HowToPlay-module__RsVaea__promoCopy{font-size:var(--t-body-size);color:var(--fgSecondary);margin:0;line-height:1.55}.HowToPlay-module__RsVaea__promoCopy strong{color:var(--fgPrimary);font-weight:700}.HowToPlay-module__RsVaea__promoCopy em{color:#b8881a;font-style:italic;font-weight:600}.HowToPlay-module__RsVaea__footnote{font-size:var(--t-small-size);color:var(--fgMuted);margin:0;line-height:1.5}
