.layout-module__HcWkYq__root{justify-content:center;align-items:center;gap:var(--omg-space-xl);flex-direction:column;display:flex;position:relative}.layout-module__HcWkYq__content{justify-content:stretch;align-items:stretch;gap:var(--omg-space-md);flex-direction:column;width:100%;display:flex}@media (min-width:600px){.layout-module__HcWkYq__content{flex-direction:row}}
.PageLayout-module__Eh7jva__page{--page-layout-max:var(--omg-layout-content-max);--page-layout-block:var(--omg-space-xl);--page-layout-gap:var(--omg-space-lg);box-sizing:border-box;width:min(100%, var(--page-layout-max));padding:var(--page-layout-block) var(--omg-layout-page-gutter);gap:var(--page-layout-gap);flex-direction:column;margin-inline:auto;display:flex}.PageLayout-module__Eh7jva__page[data-width=readable]{--page-layout-max:var(--omg-layout-readable-max)}.PageLayout-module__Eh7jva__page[data-width=play]{--page-layout-max:var(--omg-layout-play-max)}.PageLayout-module__Eh7jva__page[data-width=dashboard]{--page-layout-max:var(--omg-layout-dashboard-max)}.PageLayout-module__Eh7jva__page[data-width=wide]{--page-layout-max:var(--omg-layout-wide-max)}.PageLayout-module__Eh7jva__page[data-width=full]{--page-layout-max:100%}.PageLayout-module__Eh7jva__page[data-density=compact]{--page-layout-block:var(--omg-space-lg);--page-layout-gap:var(--omg-space-md)}.PageLayout-module__Eh7jva__page[data-density=spacious]{--page-layout-block:var(--omg-space-xxl);--page-layout-gap:var(--omg-space-xl)}.PageLayout-module__Eh7jva__page[data-embedded]{padding-block:var(--page-layout-block)}.PageLayout-module__Eh7jva__page[data-align=center]{justify-content:center;align-items:center;min-height:70vh}.PageLayout-module__Eh7jva__page[data-mode=immersive]{min-height:calc(100dvh - var(--omg-layout-header-height));padding-block-end:calc(var(--omg-layout-mobile-bottom-clearance) + env(safe-area-inset-bottom,0px))}@media (max-width:599px){.PageLayout-module__Eh7jva__page{--page-layout-block:var(--omg-space-lg);--page-layout-gap:var(--omg-space-md)}}@media (min-width:600px){.PageLayout-module__Eh7jva__page[data-mode=immersive]{padding-block-end:var(--page-layout-block)}}
.Auth-module__zW_SEa__page{background:var(--omg-color-canvas);color:var(--omg-color-text);place-items:center;display:grid}.Auth-module__zW_SEa__panel{gap:var(--omg-space-md);width:min(100%,30rem);padding:var(--omg-space-lg);border:var(--omg-stroke-hairline) solid var(--omg-color-border-control);border-radius:var(--omg-radius-panel);background:var(--omg-color-surface);box-shadow:var(--omg-elevation-floating);flex-direction:column;display:flex}.Auth-module__zW_SEa__panel[data-variant=embedded]{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.Auth-module__zW_SEa__intro{align-items:center;gap:var(--omg-space-xs);text-align:center;flex-direction:column;display:flex}.Auth-module__zW_SEa__logo{width:5rem;height:5rem;margin-bottom:var(--omg-space-xs);border-radius:var(--omg-radius-panel);background:var(--omg-color-surface-raised);place-items:center;display:grid}.Auth-module__zW_SEa__intro :is(h1,h2){font:var(--omg-type-heading2-weight) var(--omg-type-heading2-size) / var(--omg-type-heading2-line) var(--omg-type-heading2-family);margin:0}.Auth-module__zW_SEa__intro p{max-width:34ch;color:var(--omg-color-text-muted);margin:0}.Auth-module__zW_SEa__notice{padding:var(--omg-space-sm) var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-control);border-radius:var(--omg-radius-control);background:var(--omg-color-surface-raised);text-align:center}.Auth-module__zW_SEa__notice[data-tone=error]{border-color:var(--omg-color-error);background:color-mix(in srgb, var(--omg-color-error) 18%, var(--omg-color-surface));color:var(--omg-color-text)}.Auth-module__zW_SEa__notice[data-tone=success]{border-color:var(--omg-color-success);background:color-mix(in srgb, var(--omg-color-success) 18%, var(--omg-color-surface));color:var(--omg-color-text)}.Auth-module__zW_SEa__divider{align-items:center;gap:var(--omg-space-sm);color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);grid-template-columns:1fr auto 1fr;display:grid}.Auth-module__zW_SEa__divider:before,.Auth-module__zW_SEa__divider:after{height:var(--omg-stroke-hairline);background:var(--omg-color-border-subtle);content:""}.Auth-module__zW_SEa__providers,.Auth-module__zW_SEa__form{gap:var(--omg-space-sm);flex-direction:column;display:flex}.Auth-module__zW_SEa__provider{min-height:var(--omg-control-touch-target);padding:var(--omg-space-sm) var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-control);border-radius:var(--omg-radius-control);background:var(--omg-color-surface-raised);box-shadow:var(--omg-elevation-press-sm);color:var(--omg-color-text);font:var(--omg-type-label-weight) var(--omg-type-label-size) / var(--omg-type-label-line) var(--omg-type-label-family);cursor:pointer;transition:transform var(--omg-motion-fast) var(--omg-motion-easing), box-shadow var(--omg-motion-fast) var(--omg-motion-easing);grid-template-columns:1.5rem 1fr 1.5rem;align-items:center;display:grid}.Auth-module__zW_SEa__provider:hover{box-shadow:var(--omg-elevation-press-md);transform:translateY(-1px)}.Auth-module__zW_SEa__provider:active{box-shadow:none;transform:translateY(1px)}.Auth-module__zW_SEa__provider:disabled{cursor:not-allowed;opacity:var(--omg-interaction-disabled-opacity)}.Auth-module__zW_SEa__provider:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Auth-module__zW_SEa__providerIcon{border-radius:var(--omg-radius-pill);background:var(--omg-color-text);width:1.5rem;height:1.5rem;color:var(--omg-color-canvas);place-items:center;font-weight:800;display:grid}.Auth-module__zW_SEa__providerIcon svg{fill:currentColor;width:.95rem;height:1.2rem}.Auth-module__zW_SEa__provider[data-provider=apple]{border-color:var(--omg-provider-apple-background);background:var(--omg-provider-apple-background);color:var(--omg-provider-apple-text)}.Auth-module__zW_SEa__provider[data-provider=google]{border-color:var(--omg-provider-google-border);background:var(--omg-provider-google-background);color:var(--omg-provider-google-text)}.Auth-module__zW_SEa__provider[data-provider=discord]{border-color:var(--omg-provider-discord-background);background:var(--omg-provider-discord-background);color:var(--omg-provider-discord-text)}.Auth-module__zW_SEa__provider[data-provider=apple] .Auth-module__zW_SEa__providerIcon{background:var(--omg-provider-microsoft-background);color:var(--omg-provider-microsoft-text)}.Auth-module__zW_SEa__provider[data-provider=google] .Auth-module__zW_SEa__providerIcon{color:var(--omg-provider-google-accent);background:0 0}.Auth-module__zW_SEa__provider[data-provider=discord] .Auth-module__zW_SEa__providerIcon{background:var(--omg-provider-google-background);color:var(--omg-provider-discord-background)}.Auth-module__zW_SEa__legal{color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);text-align:center;margin:0;line-height:1.5}.Auth-module__zW_SEa__legal a{color:inherit;text-underline-offset:.2em}@media (max-width:599px){.Auth-module__zW_SEa__page{padding-inline:var(--omg-space-sm)}.Auth-module__zW_SEa__panel[data-variant=standalone]{padding:var(--omg-space-md)}}
.PosterBrand-module__ZqcFpW__brand{align-items:center;gap:var(--omg-space-xs);color:var(--omg-color-text);vertical-align:middle;display:inline-flex}.PosterBrand-module__ZqcFpW__symbol{width:var(--brand-size);height:var(--brand-size);grid-template-columns:repeat(2, calc(var(--brand-size) * .15));grid-template-rows:repeat(2, calc(var(--brand-size) * .15));gap:calc(var(--brand-size) * .08);flex-shrink:0;place-content:center;display:grid;position:relative}.PosterBrand-module__ZqcFpW__symbol:before,.PosterBrand-module__ZqcFpW__symbol:after{border-top:calc(var(--brand-size) * .09) solid currentColor;border-bottom:calc(var(--brand-size) * .09) solid currentColor;content:"";width:24%;position:absolute;top:8%;bottom:8%}.PosterBrand-module__ZqcFpW__symbol:before{border-left:calc(var(--brand-size) * .09) solid currentColor;left:2%}.PosterBrand-module__ZqcFpW__symbol:after{border-right:calc(var(--brand-size) * .09) solid currentColor;right:2%}.PosterBrand-module__ZqcFpW__symbol i{border-radius:var(--omg-radius-control);background:var(--omg-color-decorative-brand);width:100%;height:100%;transform:rotate(-8deg)}.PosterBrand-module__ZqcFpW__symbol i:nth-child(2){background:var(--omg-color-decorative-game);transform:translateY(20%)rotate(9deg)}.PosterBrand-module__ZqcFpW__symbol i:nth-child(3){background:var(--omg-color-context-universe);grid-column:1/-1;justify-self:center;width:48%;transform:translateY(-12%)rotate(-3deg)}.PosterBrand-module__ZqcFpW__wordmark{font-family:var(--omg-font-display);font-size:calc(var(--brand-size) * .5);letter-spacing:-.035em;text-transform:uppercase;white-space:nowrap;font-weight:400;line-height:.82}.PosterBrand-module__ZqcFpW__wordmark>span{color:inherit}@media (max-width:600px){.PosterBrand-module__ZqcFpW__brand[data-compact-on-mobile=true] .PosterBrand-module__ZqcFpW__wordmark{display:none}}
.Button-module__Eie0Da__button{--button-background:var(--omg-color-interactive-primary);--button-foreground:var(--omg-color-interactive-primary-text);--button-edge:color-mix(in srgb, var(--button-background) 58%, var(--omg-color-canvas-muted));min-height:var(--omg-control-default);justify-content:center;align-items:center;gap:var(--omg-space-xs);padding:var(--omg-space-xs) var(--omg-space-md);border:var(--omg-stroke-hairline) solid transparent;border-radius:var(--omg-radius-control);color:var(--button-foreground);background:var(--button-background);box-shadow:0 var(--omg-elevation-press-depth-md) 0 var(--button-edge);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);line-height:var(--omg-type-label-line);text-align:center;text-transform:var(--omg-type-label-transform);cursor:pointer;transition:transform var(--omg-motion-fast) var(--omg-motion-easing), box-shadow var(--omg-motion-fast) var(--omg-motion-easing), filter var(--omg-motion-fast) ease;text-decoration:none;display:inline-flex}.Button-module__Eie0Da__button[data-size=compact]{min-height:var(--omg-control-compact);padding:var(--omg-space-xs) var(--omg-space-sm)}.Button-module__Eie0Da__button[data-size=comfortable]{min-height:var(--omg-control-comfortable);padding:var(--omg-space-xs) var(--omg-space-md)}.Button-module__Eie0Da__button[data-wide=true]{width:100%}.Button-module__Eie0Da__button[data-variant=secondary]{--button-background:var(--omg-color-interactive-secondary);--button-foreground:var(--omg-color-interactive-secondary-text);--button-edge:var(--omg-elevation-press-shadow);border-color:var(--omg-color-border-control);box-shadow:none}.Button-module__Eie0Da__button[data-variant=ghost]{--button-background:transparent;--button-foreground:var(--omg-color-text);--button-edge:transparent;border-color:var(--omg-color-border-control);box-shadow:none}.Button-module__Eie0Da__button[data-variant=paper]{--button-background:var(--omg-color-text);--button-foreground:var(--omg-color-canvas);--button-edge:color-mix(in srgb, var(--omg-color-text) 56%, var(--omg-color-canvas));border-color:var(--omg-color-canvas)}.Button-module__Eie0Da__button[data-variant=danger]{--button-background:var(--omg-color-error);--button-foreground:var(--omg-color-error-text)}.Button-module__Eie0Da__button:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Button-module__Eie0Da__button:disabled,.Button-module__Eie0Da__button[aria-disabled=true]{color:var(--omg-color-disabled-text);background:var(--omg-color-disabled);box-shadow:none;cursor:not-allowed;opacity:var(--omg-interaction-disabled-opacity)}.Button-module__Eie0Da__spinner{border:var(--omg-stroke-emphasis) solid currentColor;border-radius:var(--omg-radius-pill);width:1em;height:1em;animation:Button-module__Eie0Da__spin var(--omg-motion-deliberate) linear infinite;border-right-color:#0000}.Button-module__Eie0Da__iconButton{width:var(--omg-control-touch-target);height:var(--omg-control-touch-target);border:var(--omg-stroke-hairline) solid var(--omg-color-border-control);border-radius:var(--omg-radius-control);color:var(--omg-color-interactive-secondary-text);background:var(--icon-button-background,var(--omg-color-interactive-secondary));box-shadow:none;font:inherit;cursor:pointer;transition:transform var(--omg-motion-fast) var(--omg-motion-easing), background var(--omg-motion-fast) var(--omg-motion-easing);flex:none;place-items:center;padding:0;line-height:1;display:inline-grid}.Button-module__Eie0Da__iconButton[data-size=compact]{width:var(--omg-control-compact);height:var(--omg-control-compact)}.Button-module__Eie0Da__iconButton[data-shape=round]{border-radius:var(--omg-radius-pill)}.Button-module__Eie0Da__iconButton[data-variant=ghost]{--icon-button-background:transparent;color:inherit;box-shadow:none;border-color:#0000}.Button-module__Eie0Da__iconButton:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Button-module__Eie0Da__iconButton:disabled{color:var(--omg-color-disabled-text);background:var(--omg-color-disabled);box-shadow:none;cursor:not-allowed;opacity:var(--omg-interaction-disabled-opacity)}@keyframes Button-module__Eie0Da__spin{to{transform:rotate(1turn)}}@media (hover:hover) and (pointer:fine){.Button-module__Eie0Da__button:hover:not(:disabled,[aria-disabled=true]){filter:brightness(1.04);transform:translateY(var(--omg-interaction-hover-lift));box-shadow:0 calc(var(--omg-elevation-press-depth-md) - var(--omg-interaction-hover-lift)) 0 var(--button-edge)}.Button-module__Eie0Da__button:active:not(:disabled,[aria-disabled=true]){transform:translateY(var(--omg-interaction-pressed-shift));box-shadow:0 calc(var(--omg-elevation-press-depth-md) - var(--omg-interaction-pressed-shift)) 0 var(--button-edge)}.Button-module__Eie0Da__iconButton:hover:not(:disabled){transform:translateY(var(--omg-interaction-hover-lift))}.Button-module__Eie0Da__button[data-variant=ghost]:hover,.Button-module__Eie0Da__button[data-variant=ghost]:active,.Button-module__Eie0Da__button[data-variant=secondary]:hover,.Button-module__Eie0Da__button[data-variant=secondary]:active{box-shadow:none}}@media (prefers-reduced-motion:reduce){.Button-module__Eie0Da__button,.Button-module__Eie0Da__iconButton{transition-duration:var(--omg-interaction-reduced-duration)}.Button-module__Eie0Da__button:hover,.Button-module__Eie0Da__button:active,.Button-module__Eie0Da__iconButton:hover,.Button-module__Eie0Da__iconButton:active{transform:none}.Button-module__Eie0Da__spinner{animation-duration:var(--omg-interaction-reduced-duration)}}@media (forced-colors:active){.Button-module__Eie0Da__button,.Button-module__Eie0Da__iconButton{color:buttontext;box-shadow:none;forced-color-adjust:auto;background:buttonface;border-color:buttontext}.Button-module__Eie0Da__button:focus-visible,.Button-module__Eie0Da__iconButton:focus-visible{outline-color:highlight}}
.TrackedPlayButton-module__qxQHEG__button{text-decoration:none}.TrackedPlayButton-module__qxQHEG__uppercase{letter-spacing:.04em;text-transform:uppercase}
.InformationItemModal-module__-J8VGG__hint{margin-bottom:12px}.InformationItemModal-module__-J8VGG__content{align-items:center;width:100%;margin:auto;display:flex}
.Flag-module__76aX8a__media,.Flag-module__76aX8a__fallback{flex:none;place-items:center;display:inline-grid;overflow:hidden}.Flag-module__76aX8a__media[data-round=true]{border-radius:var(--omg-radius-pill)}.Flag-module__76aX8a__fallback{color:var(--omg-color-text)}.Flag-module__76aX8a__fallback[data-size=small]{width:16px;height:16px}.Flag-module__76aX8a__fallback[data-size=medium]{width:24px;height:24px}.Flag-module__76aX8a__fallback[data-size=large]{width:80px;height:80px}.Flag-module__76aX8a__fallback svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:100%;height:100%}
.StatBars-module__kKlkbW__grid{align-items:center;gap:var(--omg-space-xxs) var(--omg-space-xs);width:100%;padding:var(--omg-space-xs) var(--omg-space-sm);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:color-mix(in srgb, var(--omg-color-canvas) 76%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);grid-template-columns:3.6rem minmax(80px,1fr) 2.8rem;display:grid}.StatBars-module__kKlkbW__label{color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size);letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;overflow:hidden}.StatBars-module__kKlkbW__track{border-radius:var(--omg-radius-pill);background:color-mix(in srgb, var(--omg-color-text) 10%, transparent);height:7px;position:relative;overflow:hidden}.StatBars-module__kKlkbW__fill,.StatBars-module__kKlkbW__range{border-radius:inherit;position:absolute;inset-block:0}.StatBars-module__kKlkbW__fill{width:var(--stat-value);background:var(--stat-color);left:0}.StatBars-module__kKlkbW__range{left:var(--stat-min);right:var(--stat-max);background:repeating-linear-gradient(-45deg, color-mix(in srgb, var(--stat-color) 85%, transparent) 0 2px, color-mix(in srgb, var(--stat-color) 25%, transparent) 2px 5px)}.StatBars-module__kKlkbW__value{color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size);font-variant-numeric:tabular-nums;text-align:right}.StatBars-module__kKlkbW__value[data-valid=true]{color:var(--omg-color-text);font-weight:700}
.TypeGrid-module__-yP8Ja__grid{gap:var(--omg-space-xxs);padding:var(--omg-space-xs);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:color-mix(in srgb, var(--omg-color-canvas) 76%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-wrap:wrap;display:flex}.TypeGrid-module__-yP8Ja__label{margin-right:var(--omg-space-xxs);color:var(--omg-color-text-muted);letter-spacing:.08em;text-transform:uppercase;align-self:center;font-size:.62rem;font-weight:600}.TypeGrid-module__-yP8Ja__item{min-width:46px;height:34px;padding-inline:var(--omg-space-xxs);border:var(--omg-stroke-hairline) dashed var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);color:var(--omg-color-text-muted);background:color-mix(in srgb, var(--omg-color-text) 7%, transparent);flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex}.TypeGrid-module__-yP8Ja__item[data-known=true]{border-style:solid;border-color:color-mix(in srgb, var(--omg-color-canvas-muted) 25%, transparent);color:var(--omg-color-interactive-primary-text);background:var(--type-color)}.TypeGrid-module__-yP8Ja__name{letter-spacing:.03em;text-transform:uppercase;font-size:.62rem;font-weight:600;line-height:1}.TypeGrid-module__-yP8Ja__modifier{font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:700;line-height:1}
.SongNumericMetric-module__fXkx1G__badge,.SongNumericMetric-module__fXkx1G__stars,.SongNumericMetric-module__fXkx1G__star{align-items:center;display:inline-flex}.SongNumericMetric-module__fXkx1G__badge{gap:var(--omg-space-xs);white-space:nowrap;height:16px;line-height:1}.SongNumericMetric-module__fXkx1G__stars{gap:1px;height:10px}.SongNumericMetric-module__fXkx1G__star{width:10px;height:10px;color:color-mix(in srgb, var(--omg-color-text) 35%, transparent);justify-content:center}.SongNumericMetric-module__fXkx1G__star[data-filled=true]{color:var(--song-level-color)}.SongNumericMetric-module__fXkx1G__star svg{width:10px;height:10px;display:block}
.InformationList-module__eFM0Zq__row{align-items:center;gap:var(--omg-space-xs);flex-wrap:wrap;width:100%;min-width:0;display:flex}.InformationList-module__eFM0Zq__row[data-align=center]{justify-content:center}
.AdSurface-module__D6t0EG__surface{z-index:1;display:var(--ad-display);width:100%;min-height:var(--ad-min-height);isolation:isolate;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.AdSurface-module__D6t0EG__surface:empty:not(:has(*)){margin-block:0}.AdSurface-module__D6t0EG__surface:has(>*){margin-block:var(--omg-space-xl,24px)}.AdSurface-module__D6t0EG__surface[data-ad-preview]{min-height:max(var(--ad-min-height), 100px);border:1px dashed var(--omg-color-border-control,#777);border-radius:var(--omg-radius-control,12px);background:var(--omg-color-surface,#222);place-items:center;display:grid}.AdSurface-module__D6t0EG__preview{text-align:center;color:var(--omg-color-text-muted,#aaa);font-size:var(--omg-type-caption-size,12px);display:block}.AdSurface-module__D6t0EG__creative{width:100%;min-height:var(--ad-min-height)}.AdSurface-module__D6t0EG__surface[data-ad-preview] .AdSurface-module__D6t0EG__creative{visibility:hidden;position:absolute;inset:0}.AdSurface-module__D6t0EG__surface[data-ad-preview]:has(>aside) .AdSurface-module__D6t0EG__creative{position:static}.AdSurface-module__D6t0EG__surface:not([aria-label]):not([data-ad-preview]):has(>.AdSurface-module__D6t0EG__creative:empty){margin-block:0}@media (max-width:767px){.AdSurface-module__D6t0EG__surface[data-ad-preview]{min-height:250px}}.AdSurface-module__D6t0EG__placeholder{border:var(--omg-stroke-hairline) dashed var(--omg-color-border-control);border-radius:var(--omg-radius-control);background:color-mix(in srgb, var(--omg-color-surface) 70%, transparent);min-height:5rem;color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size);place-items:center;display:grid}.AdSurface-module__D6t0EG__surface[data-ad-suppressed]{visibility:hidden;pointer-events:none;height:0;min-height:0;margin-block:0}
.ContentArtworkLoadingHero-module__Zu5ALa__root{justify-content:center;align-items:center;gap:var(--omg-space-lg);min-height:clamp(340px,56vh,600px);padding-inline:var(--omg-layout-page-gutter);animation:ContentArtworkLoadingHero-module__Zu5ALa__appear var(--omg-motion-deliberate) var(--omg-motion-easing) both;flex-direction:column;display:flex}.ContentArtworkLoadingHero-module__Zu5ALa__strip{--artwork-width:58px;--artwork-height:calc(var(--artwork-width) * 1.5);width:min(100%,620px);height:calc(var(--artwork-height) + var(--omg-space-xl));align-items:center;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.ContentArtworkLoadingHero-module__Zu5ALa__strip[data-square=true]{--artwork-height:var(--artwork-width)}.ContentArtworkLoadingHero-module__Zu5ALa__track,.ContentArtworkLoadingHero-module__Zu5ALa__artworkGroup{width:max-content;display:flex}.ContentArtworkLoadingHero-module__Zu5ALa__track{will-change:transform;animation:18s linear infinite ContentArtworkLoadingHero-module__Zu5ALa__glide}.ContentArtworkLoadingHero-module__Zu5ALa__artworkGroup{gap:10px;padding-right:10px}.ContentArtworkLoadingHero-module__Zu5ALa__artwork{width:var(--artwork-width);height:var(--artwork-height);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);background-color:color-mix(in srgb, var(--omg-color-context-universe) 28%, transparent);background-image:linear-gradient(color-mix(in srgb, var(--omg-color-canvas-muted) 8%, transparent), color-mix(in srgb, var(--omg-color-canvas-muted) 8%, transparent)), var(--artwork-image);background-repeat:no-repeat;background-position:calc(var(--artwork-width) * -1 * var(--artwork-column)) calc(var(--artwork-height) * -1 * var(--artwork-row));background-size:calc(var(--artwork-width) * var(--artwork-cols)) calc(var(--artwork-height) * var(--artwork-rows));box-shadow:var(--omg-elevation-floating);animation:ContentArtworkLoadingHero-module__Zu5ALa__float var(--artwork-float-duration) ease-in-out var(--artwork-float-delay) infinite;flex:none}.ContentArtworkLoadingHero-module__Zu5ALa__artwork[data-square=true]{border-radius:var(--omg-radius-surface)}.ContentArtworkLoadingHero-module__Zu5ALa__focusFrame{z-index:2;width:calc(var(--artwork-width) + var(--omg-space-xs));height:calc(var(--artwork-height) + var(--omg-space-xs));border:var(--omg-stroke-hairline) solid var(--omg-color-context-universe);border-radius:var(--omg-radius-surface);box-shadow:0 0 34px color-mix(in srgb, var(--omg-color-context-universe) 28%, transparent);pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ContentArtworkLoadingHero-module__Zu5ALa__copy{width:min(100%, var(--omg-layout-readable-max));gap:var(--omg-space-xs);text-align:center;display:grid}.ContentArtworkLoadingHero-module__Zu5ALa__copy>span{color:var(--omg-color-context-universe);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);line-height:var(--omg-type-label-line);text-transform:var(--omg-type-label-transform)}.ContentArtworkLoadingHero-module__Zu5ALa__copy h1{font-family:var(--omg-type-heading3-family);font-size:var(--omg-type-heading3-size);line-height:var(--omg-type-heading3-line);margin:0}.ContentArtworkLoadingHero-module__Zu5ALa__copy p{color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);line-height:var(--omg-type-bodySmall-line);margin:0}@keyframes ContentArtworkLoadingHero-module__Zu5ALa__glide{to{transform:translate(-50%)}}@keyframes ContentArtworkLoadingHero-module__Zu5ALa__float{0%,to{transform:translateY(3px)}50%{transform:translateY(-3px)}}@keyframes ContentArtworkLoadingHero-module__Zu5ALa__appear{0%{opacity:0;transform:translateY(var(--omg-space-xs))}}@media (max-width:599px){.ContentArtworkLoadingHero-module__Zu5ALa__strip{--artwork-width:52px}}@media (prefers-reduced-motion:reduce){.ContentArtworkLoadingHero-module__Zu5ALa__root,.ContentArtworkLoadingHero-module__Zu5ALa__track,.ContentArtworkLoadingHero-module__Zu5ALa__artwork{animation:none}}
.SportsPlayerPortrait-module__z63boq__root{justify-items:center;gap:var(--omg-space-xxs);flex:none;display:grid}.SportsPlayerPortrait-module__z63boq__picture{border:var(--omg-stroke-emphasis) solid var(--omg-color-context-universe-soft);border-radius:var(--omg-radius-control);object-fit:cover;object-position:center top;width:112px;height:112px;box-shadow:var(--omg-elevation-press-md)}.SportsPlayerPortrait-module__z63boq__root[data-compact=true] .SportsPlayerPortrait-module__z63boq__picture{width:76px;height:76px}.SportsPlayerPortrait-module__z63boq__attribution{max-width:240px;color:var(--omg-color-text-muted);font-family:var(--omg-type-caption-family);font-size:var(--omg-type-caption-size);line-height:var(--omg-type-caption-line);text-align:center;text-decoration:underline}.SportsPlayerPortrait-module__z63boq__root[data-compact=true] .SportsPlayerPortrait-module__z63boq__attribution{max-width:160px}
.ProgressiveDailyHints-module__1eR5Ma__container{margin-top:var(--omg-space-xs);text-align:center;width:4rem;min-height:6.875rem}.ProgressiveDailyHints-module__1eR5Ma__actorButton{color:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;width:4rem;height:6.875rem;padding:0;display:flex;position:relative}.ProgressiveDailyHints-module__1eR5Ma__actorButton:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.ProgressiveDailyHints-module__1eR5Ma__badge{background:var(--omg-color-warning);border:var(--omg-stroke-emphasis) solid var(--omg-color-canvas);border-radius:var(--omg-radius-pill);color:var(--omg-color-warning-text);justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex;position:absolute;top:2.75rem;right:-.125rem}.ProgressiveDailyHints-module__1eR5Ma__badge svg{fill:currentColor;width:.8125rem;height:.8125rem}
.AnswerRevealLayout-module__jWBeMG__panel{gap:var(--omg-space-md);min-width:0;padding:clamp(var(--omg-space-sm), 2vw, var(--omg-space-lg));border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-panel);background:linear-gradient(145deg, color-mix(in srgb, var(--omg-color-context-universe) 8%, transparent), transparent 42%), color-mix(in srgb, var(--omg-color-surface) 92%, transparent);box-shadow:var(--omg-elevation-press-md);display:grid}.AnswerRevealLayout-module__jWBeMG__panel[data-bare=true]{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.AnswerRevealLayout-module__jWBeMG__header{align-items:center;gap:var(--omg-space-sm);min-width:0;display:flex}.AnswerRevealLayout-module__jWBeMG__headerCopy{gap:var(--omg-space-xxs);min-width:0;display:grid}.AnswerRevealLayout-module__jWBeMG__eyebrow{color:var(--omg-color-context-universe-soft);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);line-height:var(--omg-type-label-line);text-transform:uppercase;margin:0}.AnswerRevealLayout-module__jWBeMG__title{overflow-wrap:anywhere;color:var(--omg-color-text);font-family:var(--omg-type-title-family);font-size:var(--omg-type-title-size);font-weight:var(--omg-type-title-weight);line-height:var(--omg-type-title-line);text-wrap:balance;margin:0}.AnswerRevealLayout-module__jWBeMG__clues{gap:var(--omg-space-xs);min-width:0;padding-block:var(--omg-space-sm);border-block:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);display:grid}.AnswerRevealLayout-module__jWBeMG__clueRow{align-items:center;gap:var(--omg-space-xs);flex-wrap:wrap;min-width:0;display:flex}.AnswerRevealLayout-module__jWBeMG__people{align-items:stretch;gap:var(--omg-space-sm);flex-wrap:wrap;min-width:0;display:flex}.AnswerRevealLayout-module__jWBeMG__personGroup{flex:360px;min-width:0;overflow:hidden}.AnswerRevealLayout-module__jWBeMG__personGroup[data-narrow=true]{flex:0 232px}.AnswerRevealLayout-module__jWBeMG__personGroup:empty{display:none}.AnswerRevealLayout-module__jWBeMG__feed{gap:var(--omg-space-md);min-width:0;margin-top:var(--omg-space-md);display:grid}.AnswerRevealLayout-module__jWBeMG__count{align-items:center;gap:var(--omg-space-sm);color:var(--omg-color-text);font-family:var(--omg-type-title-family);font-size:var(--omg-type-titleSmall-size);font-weight:var(--omg-type-titleSmall-weight);line-height:var(--omg-type-titleSmall-line);text-align:center;display:flex}.AnswerRevealLayout-module__jWBeMG__count:before,.AnswerRevealLayout-module__jWBeMG__count:after{height:var(--omg-stroke-hairline);background:var(--omg-color-border-subtle);content:"";flex:1}.AnswerRevealLayout-module__jWBeMG__entry{content-visibility:auto;contain-intrinsic-size:auto 640px;min-width:0}.AnswerRevealLayout-module__jWBeMG__entry+.AnswerRevealLayout-module__jWBeMG__entry{padding-top:var(--omg-space-md);border-top:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle)}.AnswerRevealLayout-module__jWBeMG__sentinel{min-height:1px;position:relative}@media (max-width:767px){.AnswerRevealLayout-module__jWBeMG__panel{gap:var(--omg-space-xs);padding:var(--omg-space-sm);border-radius:var(--omg-radius-surface)}.AnswerRevealLayout-module__jWBeMG__header{align-items:flex-start}.AnswerRevealLayout-module__jWBeMG__title{font-size:clamp(1.2rem,5vw,1.5rem)}.AnswerRevealLayout-module__jWBeMG__clues{gap:var(--omg-space-xxs);padding-block:var(--omg-space-xxs)}.AnswerRevealLayout-module__jWBeMG__clueRow{justify-content:center;gap:var(--omg-space-xxs)}.AnswerRevealLayout-module__jWBeMG__people{gap:var(--omg-space-xs);flex-wrap:nowrap}.AnswerRevealLayout-module__jWBeMG__personGroup{flex:1 1 0}.AnswerRevealLayout-module__jWBeMG__people[data-compact=true]{flex-wrap:nowrap}.AnswerRevealLayout-module__jWBeMG__people[data-compact=true] .AnswerRevealLayout-module__jWBeMG__personGroup{flex:1 1 0;width:auto}.AnswerRevealLayout-module__jWBeMG__people[data-compact=true] .AnswerRevealLayout-module__jWBeMG__personGroup[data-narrow=true]{flex:0 0 112px}.AnswerRevealLayout-module__jWBeMG__personGroup[data-narrow=true]{flex:0 0 clamp(88px,26vw,112px);margin-inline-start:auto}}
.Share-module__MbpUGa__shareRow{min-height:var(--omg-control-touch-target);justify-content:center;align-items:center;gap:var(--omg-space-sm);flex-wrap:wrap;display:flex}.Share-module__MbpUGa__copyButton{border-width:var(--omg-stroke-hairline);border-color:var(--omg-color-border-strong)}.Share-module__MbpUGa__shareRow .react-share__ShareButton{border-width:var(--omg-stroke-hairline);border-color:var(--omg-color-border-strong)}.Share-module__MbpUGa__copyButton>span{font-size:1.35rem;line-height:1}.Share-module__MbpUGa__copyControl{position:relative}.Share-module__MbpUGa__copyStatus{left:50%;bottom:calc(100% + var(--omg-space-xs));border-radius:var(--omg-radius-control);background:var(--omg-color-surface-raised);width:max-content;max-width:16rem;padding:var(--omg-space-xs) var(--omg-space-sm);box-shadow:var(--omg-elevation-floating);color:var(--omg-color-text);font-size:var(--omg-type-caption-size);line-height:1.3;position:absolute;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.Share-module__MbpUGa__shareRow .react-share__ShareButton{transition:none}}
.FinishHistory-module__j0VbAG__content{justify-items:center;gap:var(--omg-space-md);text-align:center;display:grid}.FinishHistory-module__j0VbAG__poster{aspect-ratio:2/3;border:var(--omg-stroke-emphasis) solid var(--omg-color-border-strong);border-radius:var(--omg-radius-control);background:var(--omg-color-surface);width:110px;overflow:hidden}.FinishHistory-module__j0VbAG__content h3,.FinishHistory-module__j0VbAG__content p{margin:0}.FinishHistory-module__j0VbAG__content h3{color:var(--omg-color-text);font-family:var(--omg-type-heading3-family);font-size:var(--omg-type-heading3-size);line-height:var(--omg-type-heading3-line)}.FinishHistory-module__j0VbAG__rule{width:4rem;height:var(--omg-stroke-hairline);background:var(--omg-color-border-strong)}.FinishHistory-module__j0VbAG__summary{gap:var(--omg-space-xs);display:grid}.FinishHistory-module__j0VbAG__summary strong{color:var(--omg-color-context-universe)}.FinishHistory-module__j0VbAG__actions{justify-content:center;gap:var(--omg-space-sm);flex-wrap:wrap;display:flex}
@keyframes RealGuessCard-module__sHfcUa__winPop{0%{opacity:0;transform:scale(.85)}60%{opacity:1;transform:scale(1.04)}to{transform:scale(1)}}.RealGuessCard-module__sHfcUa__card{border-radius:var(--omg-radius-panel);min-width:0}.RealGuessCard-module__sHfcUa__card[data-win]{border-color:color-mix(in srgb, var(--omg-color-success) 62%, var(--omg-color-border-subtle));box-shadow:0 0 0 var(--omg-stroke-hairline) var(--omg-color-success), var(--omg-elevation-floating)}.RealGuessCard-module__sHfcUa__win{align-items:center;gap:var(--omg-space-sm);margin-top:var(--omg-space-md);padding:var(--omg-space-sm);border:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--omg-color-success) 52%, var(--omg-color-border-subtle));border-radius:var(--omg-radius-control);background:color-mix(in srgb, var(--omg-color-success) 18%, var(--omg-color-surface-raised));display:flex}.RealGuessCard-module__sHfcUa__win[data-animate]{animation:RealGuessCard-module__sHfcUa__winPop var(--omg-motion-deliberate) var(--omg-motion-easing) both}.RealGuessCard-module__sHfcUa__trophy{font-size:1.9rem;line-height:1}.RealGuessCard-module__sHfcUa__win div{flex:1}.RealGuessCard-module__sHfcUa__win strong{color:var(--omg-color-success-content);font-family:var(--omg-type-heading3-family);font-size:var(--omg-type-heading3-size);line-height:1.1}.RealGuessCard-module__sHfcUa__win p{margin:var(--omg-space-xxs) 0 0;color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size)}@media (prefers-reduced-motion:reduce){.RealGuessCard-module__sHfcUa__win[data-animate]{animation:none}}
@keyframes ClassicDemoAnimation-module__Su0JpW__cardEnter{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:none}}.ClassicDemoAnimation-module__Su0JpW__root{gap:var(--omg-space-md);flex-direction:column;min-width:0;display:flex}.ClassicDemoAnimation-module__Su0JpW__root[data-compact]{gap:var(--omg-space-sm)}.ClassicDemoAnimation-module__Su0JpW__status{justify-content:space-between;align-items:center;gap:var(--omg-space-sm);display:flex}.ClassicDemoAnimation-module__Su0JpW__attempt{color:var(--omg-color-text-muted);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:.06em;text-transform:uppercase}.ClassicDemoAnimation-module__Su0JpW__steps{gap:var(--omg-space-xs);display:flex}.ClassicDemoAnimation-module__Su0JpW__step{border-radius:var(--omg-radius-pill);background:var(--omg-color-border-subtle);width:22px;height:5px;transition:background var(--omg-motion-normal) var(--omg-motion-easing)}.ClassicDemoAnimation-module__Su0JpW__root[data-compact] .ClassicDemoAnimation-module__Su0JpW__step{width:16px}.ClassicDemoAnimation-module__Su0JpW__step[data-active]{background:var(--omg-color-context-universe)}.ClassicDemoAnimation-module__Su0JpW__search{z-index:1;min-width:0;position:relative}.ClassicDemoAnimation-module__Su0JpW__response{min-width:0;min-height:330px}.ClassicDemoAnimation-module__Su0JpW__card{animation:ClassicDemoAnimation-module__Su0JpW__cardEnter var(--omg-motion-deliberate) var(--omg-motion-easing) both;flex-shrink:0}@media (max-width:620px){.ClassicDemoAnimation-module__Su0JpW__response{min-height:440px}}@media (prefers-reduced-motion:reduce){.ClassicDemoAnimation-module__Su0JpW__card{animation:none}.ClassicDemoAnimation-module__Su0JpW__step{transition:none}}
.PixelPosterDemoAnimation-module__FwRqWG__demo{min-width:0;color:var(--omg-color-text);grid-template-columns:minmax(190px,.78fr) minmax(260px,1.22fr);display:grid;overflow:hidden}.PixelPosterDemoAnimation-module__FwRqWG__viewer{min-width:0;padding-left:26px;position:relative}.PixelPosterDemoAnimation-module__FwRqWG__artwork{border:7px solid var(--omg-color-text);background:var(--omg-color-surface-raised);width:min(300px,100%);box-shadow:var(--omg-elevation-floating);margin:0 auto;position:relative;overflow:hidden}.PixelPosterDemoAnimation-module__FwRqWG__poster{aspect-ratio:2/3;width:100%;height:auto;display:block}.PixelPosterDemoAnimation-module__FwRqWG__posterLabel{color:var(--omg-color-canvas-muted);background:color-mix(in srgb, var(--omg-color-text) 94%, transparent);letter-spacing:.14em;text-align:center;padding:7px 5px;font-size:.65rem;font-weight:900;position:absolute;bottom:0;left:0;right:0}.PixelPosterDemoAnimation-module__FwRqWG__focusFlash{background:radial-gradient(circle at 52% 42%, color-mix(in srgb, var(--omg-color-warning) 66%, transparent), transparent 52%);mix-blend-mode:screen;pointer-events:none;animation:.76s ease-out both PixelPosterDemoAnimation-module__FwRqWG__focusFlash;position:absolute;inset:0}.PixelPosterDemoAnimation-module__FwRqWG__focusRail{width:11px;position:absolute;top:8px;bottom:28px;left:8px}.PixelPosterDemoAnimation-module__FwRqWG__focusRail span{border-radius:var(--omg-radius-pill);background:repeating-linear-gradient(to top, color-mix(in srgb, var(--omg-color-text) 22%, transparent) 0 5px, transparent 5px 10px);position:absolute;inset:0 4px}.PixelPosterDemoAnimation-module__FwRqWG__focusRail i{border-radius:calc(var(--omg-radius-control) / 4);background:var(--omg-color-decorative-game);width:11px;height:11px;box-shadow:var(--omg-elevation-floating);transition:bottom .85s cubic-bezier(.22,1,.36,1);position:absolute;left:50%;transform:translate(-50%,50%)}.PixelPosterDemoAnimation-module__FwRqWG__viewer footer{width:min(300px,100%);color:var(--omg-color-text-muted);letter-spacing:.03em;text-transform:uppercase;justify-content:space-between;gap:12px;margin:12px auto 0;font-size:.7rem;font-weight:750;display:flex}.PixelPosterDemoAnimation-module__FwRqWG__viewer footer b{color:var(--omg-color-context-universe-soft)}.PixelPosterDemoAnimation-module__FwRqWG__gameplay{flex-direction:column;justify-content:center;gap:13px;min-width:0;padding:4px 0 4px clamp(22px,3vw,38px);display:flex}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header{border-bottom:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--omg-color-text) 14%, transparent);color:var(--omg-color-context-universe-soft);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;font-size:.7rem;font-weight:850;display:flex}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header div{gap:5px;display:flex}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header i{border-radius:var(--omg-radius-pill);background:color-mix(in srgb, var(--omg-color-text) 16%, transparent);width:22px;height:5px;transition:background .26s}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header i[data-state=wrong]{background:var(--omg-color-error)}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header i[data-state=correct]{background:var(--omg-color-success)}.PixelPosterDemoAnimation-module__FwRqWG__gameplay h3{max-width:18ch;font-family:var(--font-space-grotesk), sans-serif;margin:3px 0 0;font-size:clamp(1rem,1.6vw,1.28rem);line-height:1.2}.PixelPosterDemoAnimation-module__FwRqWG__search{min-width:0}.PixelPosterDemoAnimation-module__FwRqWG__feedback{color:var(--omg-color-error);margin:-4px 2px 0;font-size:.72rem;animation:.32s ease-out both PixelPosterDemoAnimation-module__FwRqWG__feedbackIn}.PixelPosterDemoAnimation-module__FwRqWG__history{min-height:126px;margin-top:2px}.PixelPosterDemoAnimation-module__FwRqWG__history>span{color:var(--omg-color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.PixelPosterDemoAnimation-module__FwRqWG__history ol{border-top:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--omg-color-text) 12%, transparent);margin:7px 0 0;padding:0;list-style:none}.PixelPosterDemoAnimation-module__FwRqWG__history li{border-bottom:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--omg-color-text) 12%, transparent);grid-template-columns:20px minmax(0,1fr) auto 27px;align-items:center;gap:7px;min-height:36px;font-size:.75rem;animation:.42s cubic-bezier(.22,1,.36,1) both PixelPosterDemoAnimation-module__FwRqWG__historyIn;display:grid}.PixelPosterDemoAnimation-module__FwRqWG__history li>span,.PixelPosterDemoAnimation-module__FwRqWG__history li small{color:var(--omg-color-text-muted)}.PixelPosterDemoAnimation-module__FwRqWG__history li p{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-weight:750;overflow:hidden}.PixelPosterDemoAnimation-module__FwRqWG__history li b{color:var(--omg-color-error);text-align:right;font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__history li[data-correct=true] b{color:var(--omg-color-success)}.PixelPosterDemoAnimation-module__FwRqWG__victory{align-content:center;justify-items:start;min-height:130px;animation:.48s cubic-bezier(.22,1,.36,1) both PixelPosterDemoAnimation-module__FwRqWG__victoryIn;display:grid}.PixelPosterDemoAnimation-module__FwRqWG__victory>span{border-radius:var(--omg-radius-pill);width:30px;height:30px;color:var(--omg-color-success-text);background:var(--omg-color-success);place-items:center;margin-bottom:9px;font-weight:900;display:grid}.PixelPosterDemoAnimation-module__FwRqWG__victory p,.PixelPosterDemoAnimation-module__FwRqWG__victory strong,.PixelPosterDemoAnimation-module__FwRqWG__victory small{margin:0}.PixelPosterDemoAnimation-module__FwRqWG__victory p{color:var(--omg-color-success);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:850}.PixelPosterDemoAnimation-module__FwRqWG__victory strong{font-family:var(--font-space-grotesk), sans-serif;margin-top:3px;font-size:clamp(1.35rem,2.2vw,1.9rem)}.PixelPosterDemoAnimation-module__FwRqWG__victory small{color:var(--omg-color-text-muted);margin-top:5px;font-size:.75rem}@keyframes PixelPosterDemoAnimation-module__FwRqWG__focusFlash{0%{opacity:.75}to{opacity:0}}@keyframes PixelPosterDemoAnimation-module__FwRqWG__feedbackIn{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:none}}@keyframes PixelPosterDemoAnimation-module__FwRqWG__historyIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes PixelPosterDemoAnimation-module__FwRqWG__victoryIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (max-width:620px){.PixelPosterDemoAnimation-module__FwRqWG__demo{grid-template-columns:1fr;gap:22px}.PixelPosterDemoAnimation-module__FwRqWG__viewer{width:min(230px,78%);margin-inline:auto;padding-left:17px}.PixelPosterDemoAnimation-module__FwRqWG__artwork{border-width:5px}.PixelPosterDemoAnimation-module__FwRqWG__focusRail{left:1px}.PixelPosterDemoAnimation-module__FwRqWG__viewer footer{gap:8px;font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__gameplay{gap:11px;padding:0}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header{font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__gameplay h3{font-size:1.08rem}.PixelPosterDemoAnimation-module__FwRqWG__history{min-height:111px}.PixelPosterDemoAnimation-module__FwRqWG__history>span{font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__history li{grid-template-columns:16px minmax(0,1fr) 22px;min-height:38px;font-size:.75rem}.PixelPosterDemoAnimation-module__FwRqWG__history li small{display:none}.PixelPosterDemoAnimation-module__FwRqWG__feedback{font-size:.72rem}}@container game-preview (max-width:620px){.PixelPosterDemoAnimation-module__FwRqWG__demo{grid-template-columns:1fr;gap:22px}.PixelPosterDemoAnimation-module__FwRqWG__viewer{width:min(230px,78%);margin-inline:auto;padding-left:17px}.PixelPosterDemoAnimation-module__FwRqWG__artwork{border-width:5px}.PixelPosterDemoAnimation-module__FwRqWG__focusRail{left:1px}.PixelPosterDemoAnimation-module__FwRqWG__viewer footer{gap:8px;font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__gameplay{gap:11px;padding:0}.PixelPosterDemoAnimation-module__FwRqWG__gameplay>header{font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__gameplay h3{font-size:1.08rem}.PixelPosterDemoAnimation-module__FwRqWG__history{min-height:111px}.PixelPosterDemoAnimation-module__FwRqWG__history>span{font-size:.7rem}.PixelPosterDemoAnimation-module__FwRqWG__history li{grid-template-columns:16px minmax(0,1fr) 22px;min-height:38px;font-size:.75rem}.PixelPosterDemoAnimation-module__FwRqWG__history li small{display:none}.PixelPosterDemoAnimation-module__FwRqWG__feedback{font-size:.72rem}}@media (prefers-reduced-motion:reduce){.PixelPosterDemoAnimation-module__FwRqWG__focusFlash,.PixelPosterDemoAnimation-module__FwRqWG__feedback,.PixelPosterDemoAnimation-module__FwRqWG__history li,.PixelPosterDemoAnimation-module__FwRqWG__victory{animation:none}}
.Artwork-module__AkNiLa__root{background:0 0;flex:1;justify-content:stretch;align-items:stretch;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Artwork-module__AkNiLa__root>img{object-fit:cover;display:block;width:100%!important;height:100%!important}.Artwork-module__AkNiLa__root[data-fit=contain]>img{object-fit:contain}.Artwork-module__AkNiLa__fallback{border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);background:color-mix(in srgb, var(--omg-color-text) 6%, transparent);width:100%;min-height:64px;color:color-mix(in srgb, var(--omg-color-text) 46%, transparent);flex:1;place-items:center;font-size:clamp(1.5rem,5vw,2.5rem);display:grid}@media (forced-colors:active){.Artwork-module__AkNiLa__fallback{color:canvastext;background:canvas;border-color:canvastext}}
.FinishChallenge-module__VBU04q__dialogBody{padding:0}.FinishChallenge-module__VBU04q__answerTitle{font-family:var(--omg-type-heading2-family);font-size:var(--omg-type-heading2-size);text-align:center;margin:0}.FinishChallenge-module__VBU04q__scoreboard{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.FinishChallenge-module__VBU04q__scoreboard>div{gap:var(--omg-space-xxs);padding:var(--omg-space-md);place-items:center;display:grid}.FinishChallenge-module__VBU04q__scoreboard>div+div{border-left:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle)}.FinishChallenge-module__VBU04q__scoreboard span,.FinishChallenge-module__VBU04q__scoreboard small{color:var(--omg-color-text-muted)}.FinishChallenge-module__VBU04q__scoreboard strong{font-size:var(--omg-type-heading3-size);font-variant-numeric:tabular-nums}.FinishChallenge-module__VBU04q__saveScore{gap:var(--omg-space-sm);text-align:center;place-items:center;display:grid}.FinishChallenge-module__VBU04q__saveScore>span{font-size:1.5rem}.FinishChallenge-module__VBU04q__saveScore h3,.FinishChallenge-module__VBU04q__saveScore p{margin:0}.FinishChallenge-module__VBU04q__saveScore p{color:var(--omg-color-text-muted)}.FinishChallenge-module__VBU04q__reopen{z-index:10;bottom:var(--omg-space-lg);padding:var(--omg-space-sm) var(--omg-space-md);justify-content:center;display:flex;position:sticky}
.AnimatedNumber-module__4-FK8q__number{font-family:var(--omg-type-numeric-family);font-size:var(--omg-type-numeric-size);font-weight:var(--omg-type-numeric-weight);font-variant-numeric:tabular-nums;letter-spacing:var(--omg-type-numeric-tracking);line-height:var(--omg-type-numeric-line)}
.BattleProgress-module__LlVt4G__root{z-index:8;top:var(--omg-space-xs);align-items:center;gap:var(--omg-space-md);padding:var(--omg-space-sm) var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:var(--omg-color-surface-raised);box-shadow:var(--omg-elevation-floating);grid-template-columns:minmax(0,max-content) minmax(48px,1fr) minmax(0,max-content);display:grid;position:sticky}.BattleProgress-module__LlVt4G__root[data-final]{border-color:var(--omg-color-decorative-game)}.BattleProgress-module__LlVt4G__label,.BattleProgress-module__LlVt4G__time{align-items:center;gap:var(--omg-space-xs);min-width:0;font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:800;display:inline-flex}.BattleProgress-module__LlVt4G__label{white-space:nowrap;overflow:hidden}.BattleProgress-module__LlVt4G__label>span:last-child{text-overflow:ellipsis;overflow:hidden}.BattleProgress-module__LlVt4G__time{font-family:var(--omg-type-numeric-family);font-variant-numeric:tabular-nums;white-space:nowrap;justify-content:flex-end}.BattleProgress-module__LlVt4G__track{align-items:center;gap:var(--omg-space-xxs);display:grid}.BattleProgress-module__LlVt4G__track>span{border-radius:var(--omg-radius-pill);background:var(--omg-color-border-control);height:5px}.BattleProgress-module__LlVt4G__track>span[data-state=done]{background:var(--omg-color-context-universe)}.BattleProgress-module__LlVt4G__track>span[data-state=current]{background:var(--omg-color-decorative-game);height:8px;box-shadow:var(--omg-elevation-press-sm)}@media (max-width:599px){.BattleProgress-module__LlVt4G__root{gap:var(--omg-space-xs);padding-inline:var(--omg-space-sm);grid-template-columns:auto minmax(90px,1fr) auto;top:72px}.BattleProgress-module__LlVt4G__label>span:last-child{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}@media (prefers-reduced-motion:reduce){.BattleProgress-module__LlVt4G__track>span{transition:none}}@media (forced-colors:active){.BattleProgress-module__LlVt4G__track>span[data-state=done],.BattleProgress-module__LlVt4G__track>span[data-state=current]{background:highlight}}
.BattleToastStack-module__7KUSCq__stack{z-index:9999;top:96px;right:var(--omg-space-md);gap:var(--omg-space-xs);pointer-events:none;max-width:min(320px,100vw - 24px);display:grid;position:fixed}.BattleToastStack-module__7KUSCq__stack[data-placement=inline]{max-width:none;position:static}.BattleToastStack-module__7KUSCq__toast{padding:var(--omg-space-sm) var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:var(--omg-color-surface-raised);color:var(--omg-color-text);box-shadow:var(--omg-elevation-floating);font-size:var(--omg-type-bodySmall-size);animation:BattleToastStack-module__7KUSCq__toast-in var(--omg-motion-deliberate) var(--omg-motion-easing);font-weight:700}.BattleToastStack-module__7KUSCq__toast[data-tone=success]{border-color:var(--omg-color-success);background:var(--omg-color-success);color:var(--omg-color-success-text)}.BattleToastStack-module__7KUSCq__toast[data-tone=highlight]{border-color:var(--omg-color-context-universe);background:var(--omg-color-context-universe);color:var(--omg-color-interactive-primary-text)}@keyframes BattleToastStack-module__7KUSCq__toast-in{0%{opacity:0;transform:translate(32px)scale(.96)}}@media (max-width:599px){.BattleToastStack-module__7KUSCq__stack{top:150px;right:var(--omg-space-xs)}}@media (prefers-reduced-motion:reduce){.BattleToastStack-module__7KUSCq__toast{animation-duration:var(--omg-interaction-reduced-duration)}}@media (forced-colors:active){.BattleToastStack-module__7KUSCq__toast{color:canvastext;background:canvas;border-color:canvastext}}
.BattleLobby-module__BaFnGa__callout{align-items:center;gap:var(--omg-space-sm);width:100%;padding:var(--omg-space-sm);border-radius:var(--omg-radius-surface);background:color-mix(in srgb, var(--omg-color-interactive-secondary) 10%, transparent);grid-template-columns:auto minmax(0,1fr);display:grid}.BattleLobby-module__BaFnGa__calloutIcon{width:var(--omg-control-touch-target);height:var(--omg-control-touch-target);border-radius:var(--omg-radius-pill);color:var(--omg-color-interactive-secondary-text);background:var(--omg-color-interactive-secondary);box-shadow:var(--omg-elevation-press-sm);animation:BattleLobby-module__BaFnGa__battleReady var(--omg-motion-deliberate) var(--omg-motion-easing) both;place-items:center;font-size:1.5rem;display:grid}.BattleLobby-module__BaFnGa__calloutCopy{gap:var(--omg-space-xxs);min-width:0;display:grid}.BattleLobby-module__BaFnGa__calloutCopy strong{font:var(--omg-type-heading3-weight) var(--omg-type-heading3-size) / var(--omg-type-heading3-line) var(--omg-type-heading3-family)}.BattleLobby-module__BaFnGa__calloutCopy>span{color:var(--omg-color-text-muted);font:var(--omg-type-bodySmall-weight) var(--omg-type-bodySmall-size) / var(--omg-type-bodySmall-line) var(--omg-type-bodySmall-family)}.BattleLobby-module__BaFnGa__steps{width:100%;padding:var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:var(--omg-color-surface)}.BattleLobby-module__BaFnGa__steps ol{gap:var(--omg-space-sm);margin:0;padding:0;list-style:none;display:grid}.BattleLobby-module__BaFnGa__steps li{align-items:center;gap:var(--omg-space-sm);font:var(--omg-type-bodySmall-weight) var(--omg-type-bodySmall-size) / var(--omg-type-bodySmall-line) var(--omg-type-bodySmall-family);grid-template-columns:auto minmax(0,1fr);display:grid}.BattleLobby-module__BaFnGa__steps li>span:first-child{border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-pill);width:26px;height:26px;color:var(--omg-color-text-muted);font-weight:var(--omg-type-label-weight);place-items:center;display:inline-grid}.BattleLobby-module__BaFnGa__steps li:first-child>span:first-child{border-color:var(--omg-color-interactive-secondary);color:var(--omg-color-interactive-secondary-text);background:var(--omg-color-interactive-secondary)}.BattleLobby-module__BaFnGa__steps p{margin:var(--omg-space-sm) 0 0;color:var(--omg-color-text-muted);font:var(--omg-type-caption-weight) var(--omg-type-caption-size) / var(--omg-type-caption-line) var(--omg-type-caption-family)}.BattleLobby-module__BaFnGa__reactions{z-index:9998;bottom:calc(82px + env(safe-area-inset-bottom,0px));gap:var(--omg-space-xxs);padding:var(--omg-space-xxs);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:var(--omg-color-surface-raised);box-shadow:var(--omg-elevation-floating);display:flex;position:fixed;left:50%;transform:translate(-50%)}.BattleLobby-module__BaFnGa__reactions[data-placement=inline]{min-width:0;box-shadow:none;background:0 0;border:0;flex-wrap:wrap;justify-content:center;position:static;transform:none}.BattleLobby-module__BaFnGa__reactions button,.BattleLobby-module__BaFnGa__hint button{width:var(--omg-control-touch-target);height:var(--omg-control-touch-target);border-radius:var(--omg-radius-control);color:var(--omg-color-text);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.BattleLobby-module__BaFnGa__reactions button{transition:transform var(--omg-motion-fast) var(--omg-motion-easing);font-size:1.25rem}.BattleLobby-module__BaFnGa__reactions button:focus-visible,.BattleLobby-module__BaFnGa__hint button:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.BattleLobby-module__BaFnGa__reactions button:active{transform:scale(.9)}.BattleLobby-module__BaFnGa__hint{margin:var(--omg-space-xs);align-items:center;gap:var(--omg-space-xs);padding:var(--omg-space-xs) var(--omg-space-sm);border-radius:var(--omg-radius-surface);color:var(--omg-color-text-muted);background:color-mix(in srgb, var(--omg-color-text) 7%, transparent);font:var(--omg-type-caption-weight) var(--omg-type-caption-size) / var(--omg-type-caption-line) var(--omg-type-caption-family);display:flex}.BattleLobby-module__BaFnGa__hint>span{flex:1}@keyframes BattleLobby-module__BaFnGa__battleReady{0%{opacity:.25;transform:scale(.72)rotate(-10deg)}}@media (min-width:600px){.BattleLobby-module__BaFnGa__reactions{bottom:var(--omg-space-lg)}}@media (prefers-reduced-motion:reduce){.BattleLobby-module__BaFnGa__calloutIcon,.BattleLobby-module__BaFnGa__reactions button{transition-duration:var(--omg-interaction-reduced-duration);animation:none}}
.BattleState-module__CC3xKG__panel{width:100%;max-width:var(--omg-layout-panel-max);justify-items:center;gap:var(--omg-space-sm);padding:var(--omg-layout-surface-padding);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-panel);color:var(--omg-color-text);background:var(--omg-color-surface-raised);box-shadow:var(--omg-elevation-floating);text-align:center;margin-inline:auto;display:grid;container-type:inline-size}.BattleState-module__CC3xKG__panel[data-variant=holding]{place-content:center;position:relative;overflow:hidden}.BattleState-module__CC3xKG__panel[data-variant=holding]:before{background:linear-gradient(105deg, transparent 28%, color-mix(in srgb, var(--omg-color-interactive-secondary) 16%, transparent) 50%, transparent 72%);content:"";opacity:.35;background-size:220% 100%;animation:2.8s ease-in-out infinite BattleState-module__CC3xKG__finishScan;position:absolute;inset:0}.BattleState-module__CC3xKG__panel>*{z-index:1;position:relative}.BattleState-module__CC3xKG__icon{width:max-content;min-width:64px;height:64px;padding-inline:var(--omg-space-sm);border-radius:var(--omg-radius-pill);color:var(--omg-color-interactive-secondary);background:color-mix(in srgb, var(--omg-color-text) 7%, transparent);white-space:nowrap;place-items:center;font-size:2rem;display:grid}.BattleState-module__CC3xKG__panel :is(h1,h2){overflow-wrap:anywhere;max-width:var(--omg-layout-readable-max);font:var(--omg-type-heading2-weight) var(--omg-type-heading2-size) / var(--omg-type-heading2-line) var(--omg-type-heading2-family);margin:0}.BattleState-module__CC3xKG__panel h2{font:var(--omg-type-title-weight) var(--omg-type-title-size) / var(--omg-type-title-line) var(--omg-type-title-family)}@container (max-width:380px){.BattleState-module__CC3xKG__icon{min-width:52px;height:52px;font-size:1.55rem}}.BattleState-module__CC3xKG__panel[data-variant=holding] :is(h1,h2){font-family:var(--omg-font-condensed);font-size:var(--omg-type-heading2-size);letter-spacing:-.025em;font-weight:900;line-height:var(--omg-type-heading2-line);text-transform:uppercase}.BattleState-module__CC3xKG__panel[data-variant=holding] h2{font-size:var(--omg-type-title-size);line-height:var(--omg-type-title-line)}.BattleState-module__CC3xKG__body{max-width:var(--omg-layout-copy-max);color:var(--omg-color-text-muted);font:var(--omg-type-body-weight) var(--omg-type-body-size) / var(--omg-type-body-line) var(--omg-type-body-family)}.BattleState-module__CC3xKG__meta{color:var(--omg-color-text-muted);font:var(--omg-type-caption-weight) var(--omg-type-caption-size) / var(--omg-type-caption-line) var(--omg-type-caption-family)}.BattleState-module__CC3xKG__actions{margin-top:var(--omg-space-sm);justify-content:center;gap:var(--omg-space-xs);display:flex}.BattleState-module__CC3xKG__countdown{isolation:isolate;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.BattleState-module__CC3xKG__countdown:before{z-index:-1;background:linear-gradient(180deg, color-mix(in srgb, var(--omg-color-interactive-secondary) 25%, transparent), transparent 82%);clip-path:polygon(45% 0,55% 0,92% 100%,8% 100%);content:"";width:min(720px,150vw);height:420px;position:absolute;top:14%}.BattleState-module__CC3xKG__eyebrow{color:var(--omg-color-text-muted);font:var(--omg-type-label-weight) var(--omg-type-label-size) / var(--omg-type-label-line) var(--omg-type-label-family);letter-spacing:.18em;text-transform:uppercase}.BattleState-module__CC3xKG__number{margin-top:var(--omg-space-xs);color:var(--omg-color-text);font:800 clamp(9rem, 26vw, 13rem) / .88 var(--omg-font-display);font-variant-numeric:tabular-nums;text-shadow:var(--omg-elevation-floating)}.BattleState-module__CC3xKG__curtain{z-index:1200;padding:var(--omg-layout-page-gutter);pointer-events:none;background:radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--omg-color-interactive-secondary) 16%, transparent), transparent 34%), var(--omg-color-canvas);place-items:center;display:grid;position:fixed;inset:0}.BattleState-module__CC3xKG__curtainContent{max-width:var(--omg-layout-dialog-max);text-align:center}.BattleState-module__CC3xKG__curtainMark{width:72px;height:72px;margin:0 auto var(--omg-space-md);border-radius:var(--omg-radius-surface);color:var(--omg-color-interactive-secondary-text);background:var(--omg-color-interactive-secondary);box-shadow:var(--omg-elevation-floating);place-items:center;font-size:2rem;display:grid}.BattleState-module__CC3xKG__curtain strong{font-family:var(--omg-font-condensed);letter-spacing:-.025em;text-transform:uppercase;font-size:clamp(3.25rem,12vw,5rem);font-weight:900;line-height:.88}.BattleState-module__CC3xKG__curtain p{margin:var(--omg-space-sm) 0 0;color:var(--omg-color-text-muted);font-weight:650}@keyframes BattleState-module__CC3xKG__finishScan{0%{background-position:100% 0}to{background-position:-100% 0}}@media (min-width:600px){.BattleState-module__CC3xKG__countdown{min-height:620px}}@media (max-width:599px){.BattleState-module__CC3xKG__actions{flex-direction:column;width:100%}}@media (prefers-reduced-motion:reduce){.BattleState-module__CC3xKG__panel[data-variant=holding]:before{animation:none}}
.CinegrilleGame-module__toYVHq__page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--cg-ink:var(--omg-color-canvas);--cg-paper:var(--omg-color-text);--cg-paper-muted:color-mix(in srgb, var(--cg-paper) 92%, var(--cg-ink));--cg-paper-raised:color-mix(in srgb, var(--cg-paper) 96%, var(--cg-ink));--cg-teal:color-mix(in srgb, var(--omg-color-decorative-spectrum-6) 42%, var(--cg-ink));--cg-coral:var(--omg-color-decorative-spectrum-2);--cg-gold:var(--omg-color-decorative-spectrum-5);--cg-muted:color-mix(in srgb, var(--cg-ink) 68%, var(--cg-paper));color:var(--cg-ink);background:radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--cg-gold) 22%, transparent), transparent 28%), linear-gradient(145deg, color-mix(in srgb, var(--cg-teal) 8%, var(--cg-paper)) 0%, var(--cg-paper-muted) 58%, color-mix(in srgb, var(--cg-teal) 10%, var(--cg-paper)) 100%)}.CinegrilleGame-module__toYVHq__shell{width:100%;padding:var(--omg-layout-surface-padding);border:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--cg-ink) 16%, transparent);border-radius:var(--omg-radius-panel);background:color-mix(in srgb, var(--cg-paper-raised) 93%, transparent);box-shadow:var(--omg-elevation-floating)}.CinegrilleGame-module__toYVHq__header{justify-content:space-between;align-items:flex-end;gap:var(--omg-space-md);display:flex}.CinegrilleGame-module__toYVHq__header :is(h1,h2,h3),.CinegrilleGame-module__toYVHq__finish h2{color:var(--cg-ink);font-family:var(--omg-font-condensed);font-size:var(--omg-type-heading2-size);font-weight:var(--omg-type-heading2-weight);line-height:var(--omg-type-heading2-line);letter-spacing:-.045em;text-transform:uppercase;margin:0}.CinegrilleGame-module__toYVHq__progress{font-family:var(--font-barlow-condensed), sans-serif;color:var(--cg-teal);flex:none;padding-bottom:4px;line-height:1}.CinegrilleGame-module__toYVHq__progress span{font-size:var(--omg-type-numeric-size);font-weight:700}.CinegrilleGame-module__toYVHq__progress small{font-size:1.1rem}.CinegrilleGame-module__toYVHq__howTo{border:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--cg-ink) 15%, var(--cg-paper));border-radius:var(--omg-radius-panel);background:var(--cg-paper-muted);color:var(--cg-muted);font-family:var(--font-space-grotesk), sans-serif;margin:22px 0 18px;padding:16px 18px;font-size:.92rem;line-height:1.55}.CinegrilleGame-module__toYVHq__howTo h2{color:var(--cg-ink);margin:0 0 8px;font-size:1rem}.CinegrilleGame-module__toYVHq__howTo ol{margin:0;padding-left:1.25rem}.CinegrilleGame-module__toYVHq__howTo p{color:var(--cg-teal);margin:10px 0 0;font-weight:700}.CinegrilleGame-module__toYVHq__progressTrack{border-radius:var(--omg-radius-pill);background:color-mix(in srgb, var(--cg-teal) 14%, var(--cg-paper));height:5px;margin-bottom:26px;overflow:hidden}.CinegrilleGame-module__toYVHq__progressTrack span{border-radius:inherit;background:var(--cg-teal);transform-origin:0;width:100%;height:100%;transition:transform .28s;display:block}.CinegrilleGame-module__toYVHq__board{grid-template-columns:minmax(74px,.8fr) repeat(3,minmax(0,1fr));gap:clamp(5px,1.3vw,10px);display:grid}.CinegrilleGame-module__toYVHq__boardRow{display:contents}.CinegrilleGame-module__toYVHq__corner,.CinegrilleGame-module__toYVHq__columnHeader,.CinegrilleGame-module__toYVHq__rowHeader,.CinegrilleGame-module__toYVHq__cell{border-radius:var(--omg-radius-control);min-width:0}.CinegrilleGame-module__toYVHq__corner{color:color-mix(in srgb, var(--cg-ink) 34%, transparent);place-items:center;font-size:1.4rem;display:grid}.CinegrilleGame-module__toYVHq__columnHeader,.CinegrilleGame-module__toYVHq__rowHeader{background:var(--cg-ink);min-height:62px;color:var(--cg-paper);font-family:var(--font-space-grotesk), sans-serif;text-align:center;place-items:center;padding:8px;font-size:clamp(.62rem,2vw,.83rem);font-weight:700;line-height:1.15;display:grid}.CinegrilleGame-module__toYVHq__rowHeader{background:var(--cg-teal)}.CinegrilleGame-module__toYVHq__cell{aspect-ratio:1;border:var(--omg-stroke-hairline) solid color-mix(in srgb, var(--cg-teal) 22%, var(--cg-paper));color:var(--cg-teal);background:color-mix(in srgb, var(--cg-teal) 6%, var(--cg-paper));cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:7px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.CinegrilleGame-module__toYVHq__cell:hover:not(:disabled),.CinegrilleGame-module__toYVHq__cell:focus-visible{border-color:var(--cg-coral);box-shadow:var(--omg-elevation-press-sm);outline:none;transform:translateY(-2px)}.CinegrilleGame-module__toYVHq__cell span{font-size:clamp(.58rem,1.7vw,.78rem);font-weight:700}.CinegrilleGame-module__toYVHq__cell strong{font-size:clamp(.58rem,1.7vw,.82rem);line-height:1.12}.CinegrilleGame-module__toYVHq__cell small{color:var(--cg-muted);font-size:.68rem}.CinegrilleGame-module__toYVHq__cell.CinegrilleGame-module__toYVHq__active{border:var(--omg-stroke-emphasis) solid var(--cg-coral);background:color-mix(in srgb, var(--cg-gold) 22%, var(--cg-paper));box-shadow:0 0 0 var(--omg-stroke-emphasis) color-mix(in srgb, var(--cg-gold) 32%, transparent)}.CinegrilleGame-module__toYVHq__cell.CinegrilleGame-module__toYVHq__filled{border-color:color-mix(in srgb, var(--cg-teal) 34%, var(--cg-paper));color:var(--cg-ink);background:color-mix(in srgb, var(--cg-teal) 14%, var(--cg-paper));cursor:default}.CinegrilleGame-module__toYVHq__selector{border:var(--omg-stroke-hairline) dashed color-mix(in srgb, var(--cg-teal) 28%, var(--cg-paper));border-radius:var(--omg-radius-panel);background:color-mix(in srgb, var(--cg-teal) 5%, var(--cg-paper));margin-top:20px;padding:20px}.CinegrilleGame-module__toYVHq__selectorOpen{background:color-mix(in srgb, var(--cg-gold) 8%, var(--cg-paper));border-style:solid}.CinegrilleGame-module__toYVHq__selectorPrompt{color:var(--cg-muted);text-align:center;margin:0}.CinegrilleGame-module__toYVHq__selectionTitle{justify-content:center;align-items:center;gap:10px;margin-bottom:16px;font-weight:700;display:flex}.CinegrilleGame-module__toYVHq__selectionTitle span{border-radius:var(--omg-radius-pill);color:var(--cg-paper);background:var(--cg-teal);padding:6px 10px;font-size:.78rem}.CinegrilleGame-module__toYVHq__selectionTitle span:last-child{background:var(--cg-ink)}.CinegrilleGame-module__toYVHq__selectionTitle b{color:var(--cg-coral)}.CinegrilleGame-module__toYVHq__cellInstruction{color:var(--cg-muted);text-align:center;margin:-4px 0 14px}.CinegrilleGame-module__toYVHq__searchForm>div{align-items:end;gap:8px;display:flex}.CinegrilleGame-module__toYVHq__searchInput{flex:1}.CinegrilleGame-module__toYVHq__results{gap:6px;max-height:240px;margin-top:8px;display:grid;overflow-y:auto}.CinegrilleGame-module__toYVHq__results p{color:var(--cg-muted);margin:8px 4px;font-size:.85rem}.CinegrilleGame-module__toYVHq__results .CinegrilleGame-module__toYVHq__resultsLabel{color:var(--cg-muted);margin-bottom:0;font-weight:700}.CinegrilleGame-module__toYVHq__results button{text-align:left;justify-content:space-between;gap:16px;display:flex}.CinegrilleGame-module__toYVHq__results small{color:var(--cg-muted)}.CinegrilleGame-module__toYVHq__error,.CinegrilleGame-module__toYVHq__success{border-radius:var(--omg-radius-control);margin:14px 0 0;padding:10px 12px;font-size:.86rem}.CinegrilleGame-module__toYVHq__error{color:color-mix(in srgb, var(--omg-color-error) 62%, var(--cg-ink));background:color-mix(in srgb, var(--omg-color-error) 16%, var(--cg-paper))}.CinegrilleGame-module__toYVHq__success{color:color-mix(in srgb, var(--omg-color-success) 58%, var(--cg-ink));background:color-mix(in srgb, var(--omg-color-success) 16%, var(--cg-paper))}.CinegrilleGame-module__toYVHq__finish{padding:var(--omg-layout-surface-padding);border-radius:var(--omg-radius-panel);color:var(--cg-paper);background:var(--cg-ink);text-align:center;margin-top:24px}.CinegrilleGame-module__toYVHq__finish h2{color:var(--cg-paper);font-size:var(--omg-type-title-size);line-height:var(--omg-type-title-line)}.CinegrilleGame-module__toYVHq__finish p{color:color-mix(in srgb, var(--cg-paper) 76%, var(--cg-ink))}.CinegrilleGame-module__toYVHq__shareGrid{letter-spacing:.1em;margin:22px 0;font-size:1.7rem;line-height:1.15}.CinegrilleGame-module__toYVHq__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}@media (max-width:560px){.CinegrilleGame-module__toYVHq__shell{border-radius:var(--omg-radius-panel);padding:18px 10px 28px}.CinegrilleGame-module__toYVHq__board{grid-template-columns:70px repeat(3,minmax(0,1fr));gap:5px}.CinegrilleGame-module__toYVHq__columnHeader,.CinegrilleGame-module__toYVHq__rowHeader{min-height:54px;padding:5px}.CinegrilleGame-module__toYVHq__cell{border-radius:var(--omg-radius-control)}.CinegrilleGame-module__toYVHq__selector{padding:15px 12px}.CinegrilleGame-module__toYVHq__searchForm>div{flex-direction:column;align-items:stretch}.CinegrilleGame-module__toYVHq__searchForm button{min-height:44px}}@media (prefers-reduced-motion:reduce){.CinegrilleGame-module__toYVHq__cell,.CinegrilleGame-module__toYVHq__progressTrack span{transition:none}}
.CalendarDay-module__oahu5W__root{gap:var(--omg-space-xxs);text-align:center;display:grid}.CalendarDay-module__oahu5W__root>small{color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size);text-transform:lowercase}.CalendarDay-module__oahu5W__root>a{color:inherit;text-decoration:none}.CalendarDay-module__oahu5W__cell{aspect-ratio:2/3;border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);background:var(--omg-color-surface);width:100%;transition:transform var(--omg-motion-fast) var(--omg-motion-easing), border-color var(--omg-motion-fast) var(--omg-motion-easing);place-items:center;display:grid;position:relative;overflow:hidden}.CalendarDay-module__oahu5W__cell[data-square]{aspect-ratio:1}.CalendarDay-module__oahu5W__cell[data-state=future],.CalendarDay-module__oahu5W__cell[data-state=none]{opacity:.4}.CalendarDay-module__oahu5W__cell[data-state=today]{border-color:var(--omg-color-context-universe);background:color-mix(in srgb, var(--omg-color-context-universe) 22%, var(--omg-color-surface));box-shadow:0 0 0 var(--omg-stroke-emphasis) color-mix(in srgb, var(--omg-color-context-universe) 24%, transparent)}.CalendarDay-module__oahu5W__cell[data-state=streak]{border-color:var(--omg-color-success)}.CalendarDay-module__oahu5W__cell[data-state=frozen]{border-color:var(--omg-color-info);background:color-mix(in srgb, var(--omg-color-info) 14%, var(--omg-color-surface))}.CalendarDay-module__oahu5W__cell[data-state=pending]{border-color:var(--omg-color-decorative-game);background:color-mix(in srgb, var(--omg-color-decorative-game) 20%, var(--omg-color-surface))}.CalendarDay-module__oahu5W__artwork,.CalendarDay-module__oahu5W__artwork:after{position:absolute;inset:0}.CalendarDay-module__oahu5W__artwork{display:flex}.CalendarDay-module__oahu5W__artwork:after{background:linear-gradient(180deg, transparent 42%, color-mix(in srgb, var(--omg-color-canvas-muted) 64%, transparent));content:""}.CalendarDay-module__oahu5W__day{z-index:1;top:var(--omg-space-xxs);left:var(--omg-space-xxs);padding:var(--omg-stroke-hairline) var(--omg-space-xxs);border-radius:var(--omg-radius-control);background:color-mix(in srgb, var(--omg-color-canvas-muted) 52%, transparent);color:var(--omg-color-text);font-size:var(--omg-type-caption-size);font-variant-numeric:tabular-nums;font-weight:800;position:absolute}.CalendarDay-module__oahu5W__cell[data-state=today] .CalendarDay-module__oahu5W__day{color:var(--omg-color-context-universe-soft)}.CalendarDay-module__oahu5W__status{z-index:1;color:var(--omg-color-text);font-size:var(--omg-type-bodySmall-size);text-shadow:0 var(--omg-stroke-hairline) var(--omg-space-xxs) color-mix(in srgb, var(--omg-color-canvas-muted) 85%, transparent);font-weight:800;position:relative}.CalendarDay-module__oahu5W__cell[data-state=streak] .CalendarDay-module__oahu5W__status{right:var(--omg-space-xxs);bottom:var(--omg-space-xxs);color:var(--omg-color-success);position:absolute}.CalendarDay-module__oahu5W__root>a:hover .CalendarDay-module__oahu5W__cell,.CalendarDay-module__oahu5W__root>a:focus-visible .CalendarDay-module__oahu5W__cell{border-color:var(--omg-color-context-universe);transform:translateY(var(--omg-interaction-hover-lift))}.CalendarDay-module__oahu5W__root>a:focus-visible{border-radius:var(--omg-radius-control);outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}@media (max-width:767px){.CalendarDay-module__oahu5W__cell:not([data-square]){aspect-ratio:3/4}}@media (prefers-reduced-motion:reduce){.CalendarDay-module__oahu5W__cell{transition-duration:var(--omg-interaction-reduced-duration)}}
.Dialog-module__UG7HGW__overlay{z-index:1400;padding:var(--omg-layout-page-gutter);background:color-mix(in srgb, var(--omg-color-canvas) 72%, transparent);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);place-items:center;display:grid;position:fixed;inset:0}.Dialog-module__UG7HGW__panel{width:min(37.5rem,100%);max-height:calc(100dvh - var(--omg-space-xxl));border:var(--omg-stroke-hairline) solid var(--omg-color-border-strong);border-radius:var(--omg-radius-panel);background:var(--omg-color-surface-raised);box-shadow:var(--omg-elevation-floating);color:var(--omg-color-text);flex-direction:column;display:flex;overflow:hidden}.Dialog-module__UG7HGW__panel[data-variant=immersive]{width:min(28.75rem,100%);color:var(--omg-color-text);background:radial-gradient(circle at 50% 32%, color-mix(in srgb, var(--omg-color-decorative-game) 24%, transparent), transparent 34%), linear-gradient(180deg, var(--omg-color-surface-raised), var(--omg-color-canvas-muted) 58%, var(--omg-color-canvas))}.Dialog-module__UG7HGW__panel[data-variant=immersive] .Dialog-module__UG7HGW__header{border-color:color-mix(in srgb, var(--omg-color-text) 12%, transparent);background:color-mix(in srgb, var(--omg-color-canvas) 38%, transparent)}.Dialog-module__UG7HGW__panel[data-variant=immersive] .Dialog-module__UG7HGW__body{padding:0}.Dialog-module__UG7HGW__panel:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Dialog-module__UG7HGW__header{align-items:center;gap:var(--omg-space-xs);min-height:var(--omg-control-comfortable);padding:var(--omg-space-sm) var(--omg-space-md);border-bottom:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.Dialog-module__UG7HGW__titleIcon{place-items:center;font-size:1.25rem;line-height:1;display:grid}.Dialog-module__UG7HGW__title{font-family:var(--omg-type-heading3-family);font-size:var(--omg-type-heading3-size);font-weight:var(--omg-type-heading3-weight);letter-spacing:var(--omg-type-heading3-tracking);line-height:var(--omg-type-heading3-line);text-transform:var(--omg-type-heading3-transform);grid-column:1/-2;margin:0}.Dialog-module__UG7HGW__titleIcon+.Dialog-module__UG7HGW__title{grid-column:2}.Dialog-module__UG7HGW__close{width:var(--omg-control-touch-target);height:var(--omg-control-touch-target);border:var(--omg-stroke-hairline) solid var(--omg-color-border-control);border-radius:var(--omg-radius-control);background:var(--omg-color-surface);color:var(--omg-color-text);cursor:pointer;font:inherit;transition:background var(--omg-motion-fast) var(--omg-motion-easing), transform var(--omg-motion-fast) var(--omg-motion-easing);grid-column:-2/-1;place-items:center;padding:0;font-size:1.75rem;line-height:1;display:grid}.Dialog-module__UG7HGW__close:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Dialog-module__UG7HGW__body{min-height:0;padding:var(--omg-space-md);overflow:auto}.Dialog-module__UG7HGW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (hover:hover) and (pointer:fine){.Dialog-module__UG7HGW__close:hover{background:var(--omg-color-interactive-secondary);color:var(--omg-color-interactive-secondary-text);transform:translateY(var(--omg-interaction-hover-lift))}}@media (prefers-reduced-motion:reduce){.Dialog-module__UG7HGW__close{transition-duration:var(--omg-interaction-reduced-duration)}}@media (max-width:599px){.Dialog-module__UG7HGW__overlay{padding:var(--omg-space-sm);align-items:center}.Dialog-module__UG7HGW__panel{width:100%;max-height:calc(100dvh - var(--omg-space-lg))}}.Dialog-module__UG7HGW__footer{padding:var(--omg-space-sm) var(--omg-space-md);border-top:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);background:var(--omg-color-surface-raised);flex-shrink:0}
.DialogLayout-module__6jMjAW__stack{gap:var(--omg-space-md);display:grid}.DialogLayout-module__6jMjAW__actions{justify-content:flex-end;gap:var(--omg-space-xs);padding-top:var(--omg-space-xs);flex-wrap:wrap;display:flex}.DialogLayout-module__6jMjAW__text{color:var(--omg-color-text-muted);line-height:var(--omg-type-body-line);margin:0}@media (max-width:599px){.DialogLayout-module__6jMjAW__actions{grid-template-columns:1fr;display:grid}.DialogLayout-module__6jMjAW__actions>*{width:100%}}
.Faq-module__tDwl-q__root{gap:var(--omg-space-xl);width:min(var(--omg-layout-readable-max), 100%);padding:var(--omg-space-xxl) var(--omg-layout-page-gutter);color:var(--omg-color-text);grid-template-columns:minmax(0,1fr);margin-inline:auto;display:grid}.Faq-module__tDwl-q__root[data-layout=embedded]{width:100%;padding:0}.Faq-module__tDwl-q__header{gap:var(--omg-space-xs);text-align:start;display:grid}.Faq-module__tDwl-q__root[data-heading-align=center] .Faq-module__tDwl-q__header{text-align:center}.Faq-module__tDwl-q__eyebrow{color:var(--omg-color-context-universe);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);line-height:var(--omg-type-label-line);text-transform:var(--omg-type-label-transform);margin:0}.Faq-module__tDwl-q__title{font-family:var(--omg-type-headline-family);font-size:var(--omg-type-headline-size);font-weight:var(--omg-type-headline-weight);letter-spacing:var(--omg-type-headline-tracking);line-height:var(--omg-type-headline-line);text-transform:var(--omg-type-headline-transform);margin:0}.Faq-module__tDwl-q__items{border-top:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle)}.Faq-module__tDwl-q__accordionItem,.Faq-module__tDwl-q__staticItem{border-bottom:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);text-align:start}.Faq-module__tDwl-q__root[data-content-align=center] .Faq-module__tDwl-q__accordionItem,.Faq-module__tDwl-q__root[data-content-align=center] .Faq-module__tDwl-q__staticItem{text-align:center}.Faq-module__tDwl-q__accordionItem h3,.Faq-module__tDwl-q__staticItem h3{font-family:var(--omg-type-title-family);font-size:var(--omg-type-title-size);font-weight:var(--omg-type-title-weight);line-height:var(--omg-type-title-line);margin:0}.Faq-module__tDwl-q__trigger{width:100%;min-height:var(--omg-control-touch-target);align-items:center;gap:var(--omg-space-md);padding:var(--omg-space-md) var(--omg-space-xs);border-radius:var(--omg-radius-control);color:inherit;font:inherit;text-align:inherit;cursor:pointer;transition:color var(--omg-motion-fast) var(--omg-motion-easing), background var(--omg-motion-fast) var(--omg-motion-easing);background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;display:grid}.Faq-module__tDwl-q__trigger:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Faq-module__tDwl-q__trigger[aria-expanded=true]{color:var(--omg-color-context-universe);background:color-mix(in srgb, var(--omg-color-context-universe) 10%, transparent)}.Faq-module__tDwl-q__indicator{width:var(--omg-control-compact);height:var(--omg-control-compact);border:var(--omg-stroke-hairline) solid var(--omg-color-border-control);border-radius:var(--omg-radius-control);color:var(--omg-color-context-universe);background:var(--omg-color-surface);font-size:var(--omg-type-title-size);place-items:center;display:inline-grid}.Faq-module__tDwl-q__panel{padding:0 var(--omg-space-xl) var(--omg-space-lg) var(--omg-space-xs)}.Faq-module__tDwl-q__answer{color:var(--omg-color-text-muted);font-family:var(--omg-type-body-family);font-size:var(--omg-type-body-size);line-height:var(--omg-type-body-line)}.Faq-module__tDwl-q__answer>:first-child,.Faq-module__tDwl-q__answer>:last-child{margin-block:0}.Faq-module__tDwl-q__staticItem{gap:var(--omg-space-xs);padding:var(--omg-space-md) var(--omg-space-xs);display:grid}@media (hover:hover) and (pointer:fine){.Faq-module__tDwl-q__trigger:hover{color:var(--omg-color-context-universe);background:color-mix(in srgb, var(--omg-color-context-universe) 7%, transparent)}}@media (max-width:767px){.Faq-module__tDwl-q__root{gap:var(--omg-space-lg);padding-block:var(--omg-space-xl)}.Faq-module__tDwl-q__root[data-layout=embedded]{padding:0}.Faq-module__tDwl-q__trigger{gap:var(--omg-space-sm);padding-block:var(--omg-space-sm)}.Faq-module__tDwl-q__panel{padding-right:var(--omg-space-sm);padding-bottom:var(--omg-space-md)}}@media (prefers-reduced-motion:reduce){.Faq-module__tDwl-q__trigger{transition-duration:var(--omg-interaction-reduced-duration)}}@media (forced-colors:active){.Faq-module__tDwl-q__items,.Faq-module__tDwl-q__accordionItem,.Faq-module__tDwl-q__staticItem,.Faq-module__tDwl-q__indicator{border-color:canvastext}.Faq-module__tDwl-q__trigger,.Faq-module__tDwl-q__trigger[aria-expanded=true],.Faq-module__tDwl-q__indicator{color:buttontext;forced-color-adjust:auto;background:canvas}.Faq-module__tDwl-q__trigger:focus-visible{outline-color:highlight}}
.FeedbackPanel-module__FPE_9G__root{--feedback-color:var(--omg-color-info);--feedback-text:var(--omg-color-info-text);align-items:center;gap:var(--omg-space-sm);width:100%;padding:var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--feedback-color);border-radius:var(--omg-radius-surface);color:var(--omg-color-text);background:color-mix(in srgb, var(--feedback-color) 13%, var(--omg-color-surface-raised));box-shadow:var(--omg-elevation-press-sm);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.FeedbackPanel-module__FPE_9G__root[data-tone=success]{--feedback-color:var(--omg-color-success);--feedback-text:var(--omg-color-success-text)}.FeedbackPanel-module__FPE_9G__root[data-tone=warning]{--feedback-color:var(--omg-color-warning);--feedback-text:var(--omg-color-warning-text)}.FeedbackPanel-module__FPE_9G__root[data-tone=error]{--feedback-color:var(--omg-color-error);--feedback-text:var(--omg-color-error-text)}.FeedbackPanel-module__FPE_9G__root[data-compact=true]{padding:var(--omg-space-sm)}.FeedbackPanel-module__FPE_9G__icon{border-radius:var(--omg-radius-pill);width:1.75rem;height:1.75rem;color:var(--feedback-text);background:var(--feedback-color);place-items:center;font-weight:900;display:inline-grid}.FeedbackPanel-module__FPE_9G__copy{gap:var(--omg-space-xxs);min-width:0;display:grid}.FeedbackPanel-module__FPE_9G__copy strong{font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);letter-spacing:var(--omg-type-label-tracking);line-height:var(--omg-type-label-line);text-transform:var(--omg-type-label-transform)}.FeedbackPanel-module__FPE_9G__description{color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);line-height:var(--omg-type-bodySmall-line)}@media (max-width:599px){.FeedbackPanel-module__FPE_9G__root{grid-template-columns:auto minmax(0,1fr)}.FeedbackPanel-module__FPE_9G__root>button{grid-column:1/-1;width:100%}}@media (forced-colors:active){.FeedbackPanel-module__FPE_9G__root{color:buttontext;box-shadow:none;forced-color-adjust:auto;background:canvas;border-color:buttontext}}
.Friends-module__019qZG__intro{align-items:center;gap:var(--omg-space-sm);margin-bottom:var(--omg-space-xl);text-align:center;flex-direction:column;display:flex}.Friends-module__019qZG__intro h1{font:var(--omg-type-heading1-weight) var(--omg-type-heading1-size) / var(--omg-type-heading1-line) var(--omg-type-heading1-family);margin:0}.Friends-module__019qZG__intro p,.Friends-module__019qZG__section>p{color:var(--omg-color-text-muted);margin:0}.Friends-module__019qZG__section{gap:var(--omg-space-sm);padding-block:var(--omg-space-lg);border-top:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);flex-direction:column;display:flex}.Friends-module__019qZG__section h2{font:var(--omg-type-heading3-weight) var(--omg-type-heading3-size) / var(--omg-type-heading3-line) var(--omg-type-heading3-family);margin:0}.Friends-module__019qZG__list{gap:var(--omg-space-xs);flex-direction:column;display:flex}.Friends-module__019qZG__player{min-height:var(--omg-control-touch-target);padding:var(--omg-space-xs) var(--omg-space-sm);align-items:center;gap:var(--omg-space-sm);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);background:var(--omg-color-surface-raised);grid-template-columns:2.5rem minmax(0,1fr) auto;display:grid}.Friends-module__019qZG__player>a{color:var(--omg-color-text);text-overflow:ellipsis;white-space:nowrap;font-weight:700;text-decoration:none;overflow:hidden}.Friends-module__019qZG__avatar{border-radius:var(--omg-radius-pill);background:var(--player-image,var(--omg-color-context-universe)) center/cover;width:2.5rem;height:2.5rem;color:var(--omg-color-text);place-items:center;font-weight:800;display:grid}.Friends-module__019qZG__avatar[data-image]{color:#0000}.Friends-module__019qZG__state{min-height:8rem;color:var(--omg-color-text-muted);text-align:center;place-items:center;display:grid}.Friends-module__019qZG__counts{justify-content:center;gap:var(--omg-space-xs);display:flex}.Friends-module__019qZG__counts button{min-width:6rem;min-height:var(--omg-control-touch-target);padding:var(--omg-space-xs) var(--omg-space-sm);border-radius:var(--omg-radius-control);color:var(--omg-color-text);cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;display:flex}.Friends-module__019qZG__counts button:hover,.Friends-module__019qZG__counts button:focus-visible{background:var(--omg-color-surface-raised)}.Friends-module__019qZG__counts button:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.Friends-module__019qZG__counts strong{font-variant-numeric:tabular-nums;font-size:1.1rem}.Friends-module__019qZG__counts span{color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size)}.Friends-module__019qZG__tabs{margin-bottom:var(--omg-space-md);border-bottom:var(--omg-stroke-hairline) solid var(--omg-color-border-control);grid-template-columns:repeat(2,1fr);display:grid}.Friends-module__019qZG__tabs button{min-height:var(--omg-control-touch-target);border:0;border-bottom:var(--omg-stroke-emphasis) solid transparent;color:var(--omg-color-text-muted);cursor:pointer;background:0 0}.Friends-module__019qZG__tabs button[aria-selected=true]{border-color:var(--omg-color-interactive-primary);color:var(--omg-color-text)}.Friends-module__019qZG__inlineForm{align-items:end;gap:var(--omg-space-xs);grid-template-columns:minmax(0,1fr) auto;display:grid}.Friends-module__019qZG__hint{margin:var(--omg-space-xs) 0 0;color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size)}.Friends-module__019qZG__hint[data-error]{color:var(--omg-color-error-content)}.Friends-module__019qZG__homeIntro{margin-bottom:var(--omg-space-md);justify-content:space-between;align-items:flex-end;gap:var(--omg-space-sm);display:flex}.Friends-module__019qZG__homeIntro strong{color:var(--omg-color-context-universe);font:var(--omg-type-label-weight) var(--omg-type-label-size) / var(--omg-type-label-line) var(--omg-type-label-family)}.Friends-module__019qZG__homeIntro p{margin:var(--omg-space-xxs) 0 0;color:var(--omg-color-text-muted)}.Friends-module__019qZG__homeIntro a{color:var(--omg-color-interactive-primary);flex:none;font-weight:700;text-decoration:none}@media (max-width:599px){.Friends-module__019qZG__player{grid-template-columns:2.5rem minmax(0,1fr)}.Friends-module__019qZG__player>a{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;overflow:visible}.Friends-module__019qZG__player>a~*{grid-column:2;justify-self:start}.Friends-module__019qZG__page{padding-inline:var(--omg-space-sm)}.Friends-module__019qZG__inlineForm{grid-template-columns:1fr}}
.History-module__WbjKga__title{font:var(--omg-type-heading1-weight) var(--omg-type-heading1-size) / var(--omg-type-heading1-line) var(--omg-type-heading1-family);text-align:center;margin:0}.History-module__WbjKga__month{gap:var(--omg-space-md);flex-direction:column;display:flex}.History-module__WbjKga__month h2{align-items:center;gap:var(--omg-space-sm);color:var(--omg-color-text);font:var(--omg-type-heading3-weight) var(--omg-type-heading3-size) / var(--omg-type-heading3-line) var(--omg-type-heading3-family);text-transform:capitalize;margin:0;display:flex}.History-module__WbjKga__month h2:before,.History-module__WbjKga__month h2:after{height:var(--omg-stroke-hairline);background:var(--omg-color-border-subtle);content:"";flex:1}.History-module__WbjKga__grid{gap:var(--omg-space-md) var(--omg-space-sm);grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));display:grid}.History-module__WbjKga__tile{align-items:center;gap:var(--omg-space-xs);min-width:0;color:var(--omg-color-text);text-align:center;flex-direction:column;text-decoration:none;display:flex}.History-module__WbjKga__day{font-family:var(--omg-font-condensed);font-size:1.05rem;font-weight:800}.History-module__WbjKga__art{aspect-ratio:2/3;border:var(--omg-stroke-emphasis) solid var(--omg-color-surface-raised);border-radius:var(--omg-radius-control);background:var(--omg-color-context-universe-soft);width:4.25rem;box-shadow:var(--omg-elevation-press-sm);transition:transform var(--omg-motion-fast) var(--omg-motion-easing), border-color var(--omg-motion-fast) var(--omg-motion-easing);position:relative;overflow:hidden}.History-module__WbjKga__tile:hover .History-module__WbjKga__art,.History-module__WbjKga__tile:focus-visible .History-module__WbjKga__art{border-color:var(--omg-color-interactive-primary);transform:translateY(var(--omg-interaction-hover-lift))}.History-module__WbjKga__overlay{padding:var(--omg-space-xs);background:color-mix(in srgb, var(--omg-color-canvas) 62%, transparent);place-items:center;font-size:1.4rem;display:grid;position:absolute;inset:0}.History-module__WbjKga__overlay small{font-size:.7rem;position:absolute;bottom:.25rem;right:.25rem}.History-module__WbjKga__name{max-width:100%;font-size:var(--omg-type-bodySmall-size);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:750;line-height:1.25;display:-webkit-box;overflow:hidden}.History-module__WbjKga__sentinel{z-index:-1;width:100%;height:1px;position:relative;top:-100vh}.History-module__WbjKga__center{padding-block:var(--omg-space-lg);place-items:center;display:grid}@media (prefers-reduced-motion:reduce){.History-module__WbjKga__art{transition:none}}
.HowToPlay-module__dG8K8q__root{gap:var(--omg-space-xl);width:100%;padding-block:var(--omg-space-xxl);color:var(--omg-color-text);display:grid}.HowToPlay-module__dG8K8q__header{width:min(var(--omg-layout-readable-max), 100%);justify-self:center;gap:var(--omg-space-xs);text-align:center;display:grid}.HowToPlay-module__dG8K8q__eyebrow{color:var(--omg-color-context-universe);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);line-height:var(--omg-type-label-line);text-transform:var(--omg-type-label-transform);margin:0}.HowToPlay-module__dG8K8q__title{font-family:var(--omg-type-headline-family);font-size:var(--omg-type-headline-size);font-weight:var(--omg-type-headline-weight);letter-spacing:var(--omg-type-headline-tracking);line-height:var(--omg-type-headline-line);text-transform:var(--omg-type-headline-transform);margin:0}.HowToPlay-module__dG8K8q__lead{color:var(--omg-color-text-muted);font-family:var(--omg-type-body-family);font-size:var(--omg-type-body-size);line-height:var(--omg-type-body-line)}.HowToPlay-module__dG8K8q__lead>:first-child,.HowToPlay-module__dG8K8q__lead>:last-child,.HowToPlay-module__dG8K8q__description>:first-child,.HowToPlay-module__dG8K8q__description>:last-child{margin-block:0}.HowToPlay-module__dG8K8q__layout{align-items:start;gap:var(--omg-space-xxl);width:min(var(--omg-layout-content-max), 100%);padding-inline:var(--omg-layout-page-gutter);grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-inline:auto;display:grid}.HowToPlay-module__dG8K8q__desktopSteps{gap:var(--omg-space-lg);margin:0;padding:0;list-style:none;display:grid}.HowToPlay-module__dG8K8q__step,.HowToPlay-module__dG8K8q__mobileStep{align-items:start;gap:var(--omg-space-md);padding:var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-surface);background:var(--omg-color-surface);grid-template-columns:auto minmax(0,1fr);display:grid}.HowToPlay-module__dG8K8q__step{color:var(--omg-color-text-muted);transition:color var(--omg-motion-normal) var(--omg-motion-easing), border-color var(--omg-motion-normal) var(--omg-motion-easing), background var(--omg-motion-normal) var(--omg-motion-easing), transform var(--omg-motion-normal) var(--omg-motion-easing)}.HowToPlay-module__dG8K8q__step[data-active=true]{border-color:var(--omg-color-context-universe);color:var(--omg-color-text);background:color-mix(in srgb, var(--omg-color-context-universe) 12%, var(--omg-color-surface));transform:translateX(var(--omg-space-xs))}.HowToPlay-module__dG8K8q__badge{width:var(--omg-control-compact);height:var(--omg-control-compact);border:var(--omg-stroke-emphasis) solid var(--omg-color-context-universe);border-radius:var(--omg-radius-control);color:var(--omg-color-context-universe);background:var(--omg-color-context-universe-soft);font-family:var(--omg-type-label-family);font-weight:var(--omg-type-label-weight);place-items:center;display:inline-grid}.HowToPlay-module__dG8K8q__step h3,.HowToPlay-module__dG8K8q__mobileStep h3{margin:0 0 var(--omg-space-xs);font-family:var(--omg-type-title-family);font-size:var(--omg-type-title-size);font-weight:var(--omg-type-title-weight);line-height:var(--omg-type-title-line)}.HowToPlay-module__dG8K8q__description{font-family:var(--omg-type-body-family);font-size:var(--omg-type-body-size);line-height:var(--omg-type-body-line)}.HowToPlay-module__dG8K8q__mobileStep{display:none}.HowToPlay-module__dG8K8q__visual{border-radius:var(--omg-radius-panel);min-width:0}.HowToPlay-module__dG8K8q__visual:focus-within{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}@media (max-width:767px){.HowToPlay-module__dG8K8q__root{gap:var(--omg-space-lg);padding-block:var(--omg-space-xl)}.HowToPlay-module__dG8K8q__header,.HowToPlay-module__dG8K8q__layout{padding-inline:var(--omg-layout-page-gutter)}.HowToPlay-module__dG8K8q__layout{gap:var(--omg-space-lg);grid-template-columns:1fr}.HowToPlay-module__dG8K8q__desktopSteps{display:none}.HowToPlay-module__dG8K8q__mobileStep{animation:HowToPlay-module__dG8K8q__step-enter var(--omg-motion-deliberate) var(--omg-motion-easing) both;display:grid}}@keyframes HowToPlay-module__dG8K8q__step-enter{0%{opacity:0;transform:translateY(var(--omg-space-md)) scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.HowToPlay-module__dG8K8q__step,.HowToPlay-module__dG8K8q__mobileStep{transition-duration:var(--omg-interaction-reduced-duration);animation-duration:var(--omg-interaction-reduced-duration)}.HowToPlay-module__dG8K8q__step[data-active=true]{transform:none}}@media (forced-colors:active){.HowToPlay-module__dG8K8q__step,.HowToPlay-module__dG8K8q__mobileStep,.HowToPlay-module__dG8K8q__badge{color:canvastext;forced-color-adjust:auto;background:canvas;border-color:canvastext}.HowToPlay-module__dG8K8q__step[data-active=true]{border-width:var(--omg-stroke-emphasis)}}
.HowToPlaySpecimen-module__thDh3G__demo{align-content:center;justify-items:center;gap:var(--omg-space-lg);text-align:center;min-height:20rem;display:grid}.HowToPlaySpecimen-module__thDh3G__demo p{color:var(--omg-color-text-muted);margin:0}
.ModeOptionCard-module___ZHHKG__card{gap:var(--omg-space-xs);min-width:min(100%,200px);padding:var(--omg-space-md);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);color:var(--omg-color-text);background:color-mix(in srgb, var(--omg-color-text) 3%, transparent);cursor:pointer;transition:border-color var(--omg-motion-fast) var(--omg-motion-easing), background var(--omg-motion-fast) var(--omg-motion-easing), transform var(--omg-motion-fast) var(--omg-motion-easing), box-shadow var(--omg-motion-fast) var(--omg-motion-easing);flex:1;display:grid;position:relative;overflow:hidden}.ModeOptionCard-module___ZHHKG__card[data-selected]{border-color:var(--omg-color-decorative-game);background:color-mix(in srgb, var(--omg-color-decorative-game) 12%, transparent);box-shadow:var(--omg-elevation-press-sm)}.ModeOptionCard-module___ZHHKG__heading{align-items:center;gap:var(--omg-space-xs);display:flex}.ModeOptionCard-module___ZHHKG__heading strong{font-family:var(--omg-type-title-family);font-size:var(--omg-type-title-size);line-height:var(--omg-type-title-line)}.ModeOptionCard-module___ZHHKG__icon{color:var(--omg-color-text-muted);display:grid}.ModeOptionCard-module___ZHHKG__card[data-selected] .ModeOptionCard-module___ZHHKG__icon{color:var(--omg-color-decorative-game)}.ModeOptionCard-module___ZHHKG__check{border-radius:var(--omg-radius-pill);width:24px;height:24px;color:var(--omg-color-interactive-primary-text);background:var(--omg-color-decorative-game);place-items:center;margin-left:auto;font-weight:900;display:grid}.ModeOptionCard-module___ZHHKG__description{padding-right:var(--omg-space-xs);color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);line-height:var(--omg-type-bodySmall-line)}.ModeOptionCard-module___ZHHKG__input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ModeOptionCard-module___ZHHKG__card:hover{border-color:var(--omg-color-decorative-game);transform:translateY(var(--omg-interaction-hover-lift))}.ModeOptionCard-module___ZHHKG__card:focus-within{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}@media (prefers-reduced-motion:reduce){.ModeOptionCard-module___ZHHKG__card{transition-duration:var(--omg-interaction-reduced-duration)}}@media (max-width:599px){.ModeOptionCard-module___ZHHKG__card{min-width:100%;padding:var(--omg-space-sm)}}@media (forced-colors:active){.ModeOptionCard-module___ZHHKG__card,.ModeOptionCard-module___ZHHKG__card[data-selected]{color:canvastext;box-shadow:none;background:canvas;border-color:canvastext}.ModeOptionCard-module___ZHHKG__card[data-selected]{border-width:var(--omg-stroke-emphasis)}}
.KinoSummary-module__7rw29q__root{width:min(100%, var(--omg-layout-readable-max));justify-content:space-between;align-items:center;gap:var(--omg-space-md);border-color:color-mix(in srgb, var(--kino-accent,var(--omg-color-decorative-game)) 48%, var(--omg-color-border-subtle));margin-inline:auto;display:flex;container-type:inline-size}@container (max-width:540px){.KinoSummary-module__7rw29q__ranked{grid-template-columns:auto minmax(0,1fr)}.KinoSummary-module__7rw29q__meta{grid-column:2;grid-template-columns:repeat(2,minmax(0,auto));justify-content:start;justify-items:start}}.KinoSummary-module__7rw29q__emptyCopy{gap:var(--omg-space-xxs);display:grid}.KinoSummary-module__7rw29q__emptyCopy p{color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);margin:0}.KinoSummary-module__7rw29q__ranked{align-items:center;gap:var(--omg-space-md);grid-template-columns:auto minmax(0,1fr) auto;width:100%;display:grid}.KinoSummary-module__7rw29q__ratingCopy{gap:var(--omg-space-xxs);min-width:0;display:grid}.KinoSummary-module__7rw29q__kicker{color:var(--omg-color-text-muted);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);text-transform:uppercase;align-items:center;display:flex}.KinoSummary-module__7rw29q__ratingLine{align-items:baseline;gap:var(--omg-space-xs);flex-wrap:wrap;display:flex}.KinoSummary-module__7rw29q__ratingLine>strong{color:var(--kino-accent);font-family:var(--omg-type-numeric-family);font-size:var(--omg-type-numeric-size);line-height:var(--omg-type-numeric-line);font-variant-numeric:tabular-nums}.KinoSummary-module__7rw29q__meta{justify-items:end;gap:var(--omg-space-xxs);color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size);display:grid}.KinoSummary-module__7rw29q__root>:last-child:not(.KinoSummary-module__7rw29q__ranked){width:100%;max-width:none}@media (max-width:599px){.KinoSummary-module__7rw29q__root,.KinoSummary-module__7rw29q__ranked{align-items:stretch}.KinoSummary-module__7rw29q__root{flex-direction:column}.KinoSummary-module__7rw29q__ranked{grid-template-columns:auto minmax(0,1fr)}.KinoSummary-module__7rw29q__meta{grid-column:2;justify-items:start}}@media (forced-colors:active){.KinoSummary-module__7rw29q__root{border-color:canvastext}.KinoSummary-module__7rw29q__ratingLine>strong{color:canvastext}}
.LeagueStandings-module__9FnGDW__root{gap:var(--omg-space-md);width:min(100%,40rem);margin-inline:auto;display:grid}.LeagueStandings-module__9FnGDW__intro{text-align:center}.LeagueStandings-module__9FnGDW__intro strong{color:var(--omg-color-context-universe-soft);font-size:var(--omg-type-eyebrow-size);letter-spacing:var(--omg-type-eyebrow-tracking);text-transform:uppercase}.LeagueStandings-module__9FnGDW__intro p{max-width:32.5rem;margin:var(--omg-space-sm) auto 0;color:var(--omg-color-text-muted)}.LeagueStandings-module__9FnGDW__list,.LeagueStandings-module__9FnGDW__item{gap:var(--omg-space-xs);display:grid}.LeagueStandings-module__9FnGDW__list{margin:0;padding:0;list-style:none}.LeagueStandings-module__9FnGDW__row{align-items:center;gap:var(--omg-space-sm);box-shadow:var(--omg-elevation-press-sm);border-left-width:.1875rem;grid-template-columns:1.75rem minmax(0,1fr) auto;display:grid}.LeagueStandings-module__9FnGDW__row[data-zone=promo]{border-left-color:var(--omg-color-success)}.LeagueStandings-module__9FnGDW__row[data-zone=relegation]{border-left-color:var(--omg-color-error)}.LeagueStandings-module__9FnGDW__row[data-current]{background:color-mix(in srgb, var(--omg-color-context-universe) 14%, var(--omg-color-surface));box-shadow:inset 0 0 0 var(--omg-stroke-hairline) color-mix(in srgb, var(--omg-color-context-universe) 40%, transparent), var(--omg-elevation-press-sm)}.LeagueStandings-module__9FnGDW__rank,.LeagueStandings-module__9FnGDW__metric{font-variant-numeric:tabular-nums}.LeagueStandings-module__9FnGDW__rank{color:var(--omg-color-text-muted);text-align:center}.LeagueStandings-module__9FnGDW__row[data-zone=promo] .LeagueStandings-module__9FnGDW__rank{color:var(--omg-color-success)}.LeagueStandings-module__9FnGDW__row[data-zone=relegation] .LeagueStandings-module__9FnGDW__rank{color:var(--omg-color-error-content)}.LeagueStandings-module__9FnGDW__player{min-width:0}.LeagueStandings-module__9FnGDW__zone{align-items:center;gap:var(--omg-space-sm);color:var(--omg-color-text-muted);font-size:var(--omg-type-caption-size);letter-spacing:.08em;text-transform:uppercase;font-weight:800;display:flex}.LeagueStandings-module__9FnGDW__zone:before,.LeagueStandings-module__9FnGDW__zone:after{height:var(--omg-stroke-hairline);content:"";opacity:.4;background:currentColor;flex:1}.LeagueStandings-module__9FnGDW__zone[data-zone=promo]{color:var(--omg-color-success)}.LeagueStandings-module__9FnGDW__zone[data-zone=relegation]{color:var(--omg-color-error-content)}@media (max-width:599px){.LeagueStandings-module__9FnGDW__row{gap:var(--omg-space-xs);grid-template-columns:1.5rem minmax(0,1fr) auto}.LeagueStandings-module__9FnGDW__metric{font-size:var(--omg-type-bodySmall-size)}}
.AchievementBadge-module__976T3q__root{--achievement-accent:var(--omg-color-warning);justify-content:flex-start;align-items:center;gap:var(--omg-space-xs);min-width:0;padding:var(--omg-space-sm);border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);background:color-mix(in srgb, var(--omg-color-surface) 74%, transparent);color:var(--omg-color-text-muted);cursor:pointer;font:inherit;opacity:.58;text-align:center;transition:transform var(--omg-motion-fast) var(--omg-motion-easing), opacity var(--omg-motion-fast) var(--omg-motion-easing);flex-direction:column;display:flex;position:relative}.AchievementBadge-module__976T3q__root[data-earned]{border-color:color-mix(in srgb, var(--achievement-accent) 55%, transparent);background:color-mix(in srgb, var(--achievement-accent) 10%, var(--omg-color-surface));color:var(--omg-color-text);opacity:1}.AchievementBadge-module__976T3q__root[data-next]{border-color:var(--achievement-accent);background:linear-gradient(180deg, color-mix(in srgb, var(--achievement-accent) 14%, transparent), transparent);box-shadow:0 0 0 var(--omg-stroke-hairline) color-mix(in srgb, var(--achievement-accent) 35%, transparent), var(--omg-elevation-press-sm);opacity:1}.AchievementBadge-module__976T3q__root:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.AchievementBadge-module__976T3q__next{padding:var(--omg-space-3xs) var(--omg-space-xs);border-radius:var(--omg-radius-pill);background:var(--achievement-accent);color:var(--omg-color-canvas);letter-spacing:.05em;text-transform:uppercase;font-size:.6rem;font-weight:800;position:absolute;top:-.5rem}.AchievementBadge-module__976T3q__emoji{filter:grayscale(.9);font-size:1.5rem;line-height:1}.AchievementBadge-module__976T3q__root[data-earned] .AchievementBadge-module__976T3q__emoji,.AchievementBadge-module__976T3q__root[data-next] .AchievementBadge-module__976T3q__emoji{filter:none}.AchievementBadge-module__976T3q__label{font-size:var(--omg-type-caption-size);font-weight:650;line-height:1.2}.AchievementBadge-module__976T3q__earned{color:var(--achievement-accent);font-size:var(--omg-type-caption-size);font-weight:800}.AchievementBadge-module__976T3q__progress{gap:var(--omg-space-3xs);width:100%;display:grid}.AchievementBadge-module__976T3q__progress i{border-radius:var(--omg-radius-pill);background:var(--omg-color-border-subtle);width:100%;height:.25rem;overflow:hidden}.AchievementBadge-module__976T3q__progress b{width:var(--achievement-progress);background:var(--achievement-accent);height:100%;display:block}.AchievementBadge-module__976T3q__progress small{font-size:.65rem}@media (hover:hover) and (pointer:fine){.AchievementBadge-module__976T3q__root:hover{transform:translateY(var(--omg-interaction-hover-lift));opacity:1}}@media (prefers-reduced-motion:reduce){.AchievementBadge-module__976T3q__root{transition:none}}
.LeaderboardTable-module__-4qJ8G__surface{width:100%;overflow:hidden}.LeaderboardTable-module__-4qJ8G__scroller{overscroll-behavior-inline:contain;width:100%;overflow-x:auto}.LeaderboardTable-module__-4qJ8G__table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:680px}.LeaderboardTable-module__-4qJ8G__table th,.LeaderboardTable-module__-4qJ8G__table td{padding:var(--omg-space-sm) var(--omg-space-md);border-bottom:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);text-align:center;vertical-align:middle}.LeaderboardTable-module__-4qJ8G__table th{color:var(--omg-color-text-muted);font-family:var(--omg-type-label-family);font-size:var(--omg-type-label-size);font-weight:var(--omg-type-label-weight);letter-spacing:var(--omg-type-label-tracking);text-transform:uppercase}.LeaderboardTable-module__-4qJ8G__table tbody tr{border-left:var(--omg-stroke-emphasis) solid var(--leaderboard-accent);animation:LeaderboardTable-module__-4qJ8G__leaderboard-enter var(--omg-motion-normal) var(--omg-motion-easing) both;animation-delay:var(--leaderboard-delay);transition:background var(--omg-motion-fast) var(--omg-motion-easing)}.LeaderboardTable-module__-4qJ8G__table tbody tr:hover{background:color-mix(in srgb, var(--omg-color-context-universe) 8%, transparent)}.LeaderboardTable-module__-4qJ8G__table tbody tr[data-current]{background:color-mix(in srgb, var(--omg-color-context-universe) 14%, transparent);box-shadow:inset 0 0 0 var(--omg-stroke-emphasis) color-mix(in srgb, var(--omg-color-context-universe) 60%, transparent)}.LeaderboardTable-module__-4qJ8G__table tbody tr[data-podium]>:first-child{color:var(--omg-color-warning);text-shadow:0 0 .75rem color-mix(in srgb, var(--omg-color-warning) 55%, transparent)}.LeaderboardTable-module__-4qJ8G__table tbody tr:last-child td,.LeaderboardTable-module__-4qJ8G__table tbody tr:last-child th{border-bottom:0}.LeaderboardTable-module__-4qJ8G__rank{width:5.5rem;color:var(--omg-color-text);font-family:var(--omg-type-numeric-family);font-size:var(--omg-type-heading3-size);font-weight:var(--omg-type-heading3-weight)}.LeaderboardTable-module__-4qJ8G__player{min-width:14rem;text-align:left!important}.LeaderboardTable-module__-4qJ8G__metric{color:var(--omg-color-text);font-weight:750}.LeaderboardTable-module__-4qJ8G__sentinel{pointer-events:none;width:1px;height:1px;position:relative;top:-100vh}.LeaderboardTable-module__-4qJ8G__srOnly{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.LeaderboardTable-module__-4qJ8G__table tbody tr{transition:none;animation:none}}@keyframes LeaderboardTable-module__-4qJ8G__leaderboard-enter{0%{opacity:0}}@media (forced-colors:active){.LeaderboardTable-module__-4qJ8G__table th,.LeaderboardTable-module__-4qJ8G__table td{border-color:canvastext}}
.NotificationCenter-module__EOpNbG__root{position:relative}.NotificationCenter-module__EOpNbG__trigger{border:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);border-radius:var(--omg-radius-control);background:var(--omg-color-surface-raised);width:44px;height:44px;color:var(--omg-color-text);cursor:pointer;box-shadow:var(--omg-elevation-press-sm);place-items:center;font-size:1.25rem;display:grid;position:relative}.NotificationCenter-module__EOpNbG__trigger:hover,.NotificationCenter-module__EOpNbG__trigger:focus-visible{border-color:var(--omg-color-border-strong);transform:translateY(-1px)}.NotificationCenter-module__EOpNbG__trigger:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:var(--omg-interaction-focus-offset)}.NotificationCenter-module__EOpNbG__count{min-width:20px;padding:var(--omg-space-3xs) var(--omg-space-xxs);border:var(--omg-stroke-emphasis) solid var(--omg-color-canvas);border-radius:var(--omg-radius-pill);background:var(--omg-color-error);color:var(--omg-color-error-text);font-family:var(--omg-type-label-family);font-size:var(--omg-type-caption-size);font-weight:800;line-height:1;position:absolute;top:-5px;right:-5px}.NotificationCenter-module__EOpNbG__panel{z-index:1000;top:calc(100% + var(--omg-space-xs));border:var(--omg-stroke-hairline) solid var(--omg-color-border-strong);border-radius:var(--omg-radius-panel);background:var(--omg-color-surface-raised);width:min(340px,100vw - 24px);color:var(--omg-color-text);box-shadow:var(--omg-elevation-floating);position:absolute;right:0;overflow:hidden}.NotificationCenter-module__EOpNbG__panel>header{padding:var(--omg-space-sm) var(--omg-space-md);border-bottom:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);font-family:var(--omg-type-label-family);font-weight:800}@media (max-width:599px){.NotificationCenter-module__EOpNbG__panel{top:calc(var(--omg-layout-header-height) + var(--omg-space-xs));right:var(--omg-space-sm);left:var(--omg-space-sm);width:auto;position:fixed}}.NotificationCenter-module__EOpNbG__empty{padding:var(--omg-space-lg) var(--omg-space-md);color:var(--omg-color-text-muted);text-align:center;margin:0}.NotificationCenter-module__EOpNbG__list{max-height:min(55vh,420px);margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.NotificationCenter-module__EOpNbG__list>li{border-bottom:var(--omg-stroke-hairline) solid var(--omg-color-border-subtle);align-items:center;display:flex;position:relative}.NotificationCenter-module__EOpNbG__list>li:last-child{border-bottom:0}.NotificationCenter-module__EOpNbG__list>li[data-unread]{background:color-mix(in srgb, var(--omg-color-decorative-game) 10%, transparent)}.NotificationCenter-module__EOpNbG__list>li[data-unread]:before{left:var(--omg-space-xs);border-radius:var(--omg-radius-pill);background:var(--omg-color-decorative-game);content:"";width:6px;height:6px;position:absolute}.NotificationCenter-module__EOpNbG__item{width:100%;min-height:52px;padding:var(--omg-space-sm) var(--omg-space-md);padding-left:var(--omg-space-lg);color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0}.NotificationCenter-module__EOpNbG__item:hover,.NotificationCenter-module__EOpNbG__item:focus-visible{background:color-mix(in srgb, var(--omg-color-text) 7%, transparent)}.NotificationCenter-module__EOpNbG__item:focus-visible{outline:var(--omg-interaction-focus-width) solid var(--omg-color-focus);outline-offset:calc(-1 * var(--omg-interaction-focus-width))}.NotificationCenter-module__EOpNbG__trailing{padding-right:var(--omg-space-sm);flex:none}@media (prefers-reduced-motion:reduce){.NotificationCenter-module__EOpNbG__trigger{transition:none}}@media (forced-colors:active){.NotificationCenter-module__EOpNbG__count,.NotificationCenter-module__EOpNbG__list>li[data-unread]:before{color:canvas;background:canvastext;border-color:canvas}}
.PushPrompt-module__KaI1ZG__root{justify-content:space-between;align-items:center;gap:var(--omg-space-md);background:radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--omg-color-decorative-game) 14%, transparent), transparent 62%), var(--omg-color-surface-raised);display:flex}.PushPrompt-module__KaI1ZG__copy{gap:var(--omg-space-xxs);min-width:0;display:grid}.PushPrompt-module__KaI1ZG__copy p{color:var(--omg-color-text-muted);font-size:var(--omg-type-bodySmall-size);line-height:var(--omg-type-bodySmall-line);margin:0}.PushPrompt-module__KaI1ZG__actions{align-items:center;gap:var(--omg-space-xs);flex:none;display:flex}.PushPrompt-module__KaI1ZG__root[data-inset]{border-width:var(--omg-stroke-hairline) 0 0;text-align:center;background:0 0;border-radius:0;flex-direction:column}@media (max-width:599px){.PushPrompt-module__KaI1ZG__root,.PushPrompt-module__KaI1ZG__actions{align-items:stretch}.PushPrompt-module__KaI1ZG__root{flex-direction:column}.PushPrompt-module__KaI1ZG__actions{display:grid}}
.TierCelebration-module__F65q9a__content{justify-items:center;gap:var(--omg-space-md);text-align:center;display:grid}.TierCelebration-module__F65q9a__content p{color:var(--omg-color-text-muted);margin:0}.TierCelebration-module__F65q9a__actions{gap:var(--omg-space-sm);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}@media (max-width:599px){.TierCelebration-module__F65q9a__actions{grid-template-columns:1fr}}
.SoloStatsRow-module__chreDG__root{gap:var(--omg-space-xs);grid-template-columns:repeat(auto-fit,minmax(min(100%,7rem),1fr));width:100%;display:grid}
.FirstAttemptNudge-module__LYlvNG__root{width:min(100%,560px);margin:var(--omg-space-md) auto 0;text-align:center}.FirstAttemptNudge-module__LYlvNG__root section{text-align:left}
/*# sourceMappingURL=149xwnjsbk-f0.css.map*/