:root{--color-text-primary:#eff6ff;--color-text-secondary:#d8e6fb;--color-text-muted:#9fb6d3;--color-text-accent:#f1cf72;--color-text-on-accent:#fff4ec;--color-bg-root:#040912;--color-bg-shell-top:#1a4a7a;--color-bg-shell-mid:#09111c;--color-bg-glass:#173055c7;--color-bg-glass-strong:#0b1626b8;--color-bg-panel:#112b48d9;--color-bg-panel-deep:#091827cc;--color-bg-accent:#e35a41eb;--color-border-shell:#304865;--color-border-glass:#d7ecff38;--color-border-soft:#a9d3ff38;--color-border-tab:#d7ecff33;--color-border-accent:#ffd5cc87;--shadow-shell:0 1.5rem 4rem #0000006b, inset 0 .0625rem 0 #ffffff14;--shadow-glass:inset 0 .0625rem 0 #ffffff14, 0 1.125rem 2.5rem #00000038;--shadow-accent:0 .0625rem 0 #fff4f033, 0 .5rem 1.25rem #e35a412e;--blur-glass:1.375rem;--blur-tab:1.25rem;--radius-shell:1.75rem;--radius-xl:2.25rem;--radius-lg:1.75rem;--radius-md:1.625rem;--radius-card:1.5rem;--radius-control:1.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.625rem;--space-4:.75rem;--space-5:.875rem;--space-6:1rem;--space-7:1.125rem;--space-8:1.25rem;--space-10:1.5rem;--font-family-body:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-heading:Sora, Inter, system-ui, sans-serif;--font-size-tab:.625rem;--font-size-eyebrow:.6875rem;--font-size-body-sm:.875rem;--font-size-body:1rem;--font-size-title:2.25rem;--line-height-tight:1;--line-height-body:1.5;--shell-width:25.125rem;--shell-aspect-ratio:9 / 19.5;--tab-height:3.375rem}*{box-sizing:border-box}html{font-size:clamp(.875rem,.35vw + .8rem,1rem)}html,body,#root{min-height:100svh;overflow:hidden}body{color:var(--color-text-primary);background:radial-gradient(circle at top, var(--color-bg-shell-top) 0%, var(--color-bg-shell-mid) 58%, var(--color-bg-root) 100%);font-family:var(--font-family-body);font-synthesis:none;font-weight:400;line-height:var(--line-height-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.glass-card{isolation:isolate;border:.0625rem solid var(--color-border-glass);border-radius:var(--radius-card);background:var(--color-bg-glass);-webkit-backdrop-filter:blur(var(--blur-glass));backdrop-filter:blur(var(--blur-glass));box-shadow:var(--shadow-glass);transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden}.glass-card:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(115deg,#0000 12%,#ffffff0f 30%,#0000 48%);animation:8s ease-in-out infinite glass-sheen;position:absolute;inset:0;transform:translate(-130%)}.glass-card>*{z-index:1;position:relative}.glass-card--strong{background:var(--color-bg-glass-strong)}.glass-card--panel{background:var(--color-bg-panel)}.ui-button{min-height:3rem;padding:0 var(--space-7);border-radius:var(--radius-control);cursor:pointer;font-size:var(--font-size-body-sm);border:.0625rem solid #0000;justify-content:center;align-items:center;font-weight:700;transition:transform .12s,background-color .12s,border-color .12s,color .12s;display:inline-flex}.ui-button:hover{transform:translateY(-.0625rem)}.ui-button:active{transform:translateY(.0625rem)scale(.985)}.ui-button--full{width:100%}.ui-button--accent{border-color:var(--color-border-accent);background:var(--color-bg-accent);color:var(--color-text-on-accent);box-shadow:var(--shadow-accent)}.ui-button--ghost{border-color:var(--color-border-glass);background:var(--color-bg-glass);color:var(--color-text-primary)}.ui-button--success{color:#7fe6a9;background:#367a593d;border-color:#6ff2a673}.ui-button--danger{color:#ff8c78;background:#92382d3d;border-color:#ff7b6673}.balance-pill{align-items:center;gap:var(--space-2);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);background:#173055b8;border:.0625rem solid #a9d3ff45;border-radius:62.4375rem;padding:.75rem .875rem;display:inline-flex}.balance-pill__dot{background:var(--color-text-accent);border-radius:50%;width:.625rem;height:.625rem;animation:2.4s ease-in-out infinite balance-pulse}.balance-pill__value{font-size:var(--font-size-body-sm);font-weight:700}.friend-avatar{background:#091827cc;border:.125rem solid #a9d3ff59;border-radius:62.4375rem;overflow:hidden}.friend-avatar--sm{width:2.5rem;height:2.5rem}.friend-avatar--md{width:3.25rem;height:3.25rem}.friend-avatar--lg{width:4.5rem;height:4.5rem}.friend-avatar__image{object-fit:cover;width:100%;height:100%;display:block}.achievement-row{justify-content:space-between;align-items:center;gap:var(--space-4);border:.0625rem solid var(--color-border-glass);border-radius:var(--radius-control);background:#162a46d1;padding:.875rem 1rem;display:flex}.achievement-row__content{gap:var(--space-1);flex-direction:column;display:flex}.achievement-row__title{font-size:var(--font-size-body-sm);color:var(--color-text-primary);font-weight:700}.achievement-row__subtitle{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.achievement-row__trailing{color:var(--color-text-muted);font-size:1rem;font-weight:700}.item-card{justify-content:space-between;gap:var(--space-3);min-height:10.5rem;padding:var(--space-3);border:.0625rem solid var(--color-border-soft);-webkit-backdrop-filter:blur(.875rem);backdrop-filter:blur(.875rem);background:#1d467ab8;border-radius:1.375rem;flex-direction:column;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.item-card--active{border-color:#6ff2a6eb;box-shadow:0 0 0 .0625rem #6ff2a647,0 0 1.125rem #6ff2a62e}.item-card__image-wrap{justify-content:center;align-items:center;min-height:7.25rem;display:flex}.item-card__image{object-fit:contain;max-width:100%;max-height:7.25rem}.item-card__title{font-family:var(--font-family-heading);color:var(--color-text-primary);font-size:1.125rem;font-weight:700}.chest-row{align-items:center;gap:var(--space-4);padding:var(--space-4);border:.0625rem solid var(--color-border-glass);border-radius:var(--radius-card);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:#173055c7;transition:transform .16s,border-color .16s,box-shadow .16s,opacity .16s;display:flex}.chest-row--disabled{opacity:.58}.chest-row__image-wrap{border:.0625rem solid var(--color-border-soft);background:#09182799;border-radius:1.125rem;justify-content:center;align-items:center;width:5.375rem;height:4.25rem;display:flex}.chest-row__image{object-fit:contain;max-width:100%;max-height:100%}.chest-row__content{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.chest-row__title{font-family:var(--font-family-heading);font-size:1.125rem;font-weight:700}.chest-row__subtitle{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.chest-row__quantity{min-width:2.5rem;min-height:2.5rem;padding:0 var(--space-3);font-family:var(--font-family-heading);background:#284b7de0;border:.0625rem solid #a9d3ff4d;border-radius:62.4375rem;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:inline-flex}.pattern-card{gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-control);background:#112b48d9;border:.0625rem solid #a9d3ff33;flex-direction:column;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.pattern-card--accent{background:#2a2540e0;border-color:#f1cf7275}.pattern-card__header{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.pattern-card__title{font-family:var(--font-family-heading);color:var(--color-text-primary);font-size:.9375rem;font-weight:700}.pattern-card__multiplier{min-width:3.125rem;color:var(--color-text-accent);letter-spacing:.04em;background:#4034126b;border:.0625rem solid #f1cf7252;border-radius:62.4375rem;justify-content:center;align-items:center;padding:.375rem .625rem;font-size:.75rem;font-weight:800;display:inline-flex}.pattern-card__grid{gap:var(--space-2);display:grid}.pattern-card__grid--multi{grid-template-columns:repeat(2,minmax(0,1fr))}.pattern-card__grid--multi .pattern-card__panel:last-child:nth-child(odd){width:calc(50% - (var(--space-2) / 2));grid-column:1/-1;justify-self:center}.pattern-card__panel{gap:var(--space-1);padding:var(--space-2);background:#091827cc;border:.0625rem solid #a9d3ff2e;border-radius:.875rem;flex-direction:column;display:flex}.pattern-card__label{color:var(--color-text-muted);text-transform:uppercase;font-size:.625rem;font-weight:700}.pattern-card__matrix{grid-template-columns:repeat(5,minmax(0,1fr));gap:.375rem;display:grid}.pattern-card__cell{aspect-ratio:1;background:radial-gradient(circle at top,#d0e7ff14,#0000 55%),#071320e0;border:.0625rem solid #a9d3ff29;border-radius:.25rem;box-shadow:inset 0 .0625rem #ffffff0a}.pattern-card__cell--active{background:linear-gradient(#ffeca6e0,#f1cf72b8 52%,#b8801c9e 100%),#4c360ceb;border-color:#f1cf726b;box-shadow:inset 0 .0625rem #fff8dc73,0 0 .875rem #f1cf722e}.top-bar{align-items:center;gap:var(--space-4);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);display:grid}.top-bar__side{align-items:center;gap:var(--space-2);display:flex}.top-bar__side--right{justify-content:flex-end}.top-bar__title{text-align:center;font-family:var(--font-family-heading);color:var(--color-text-primary);font-size:1.375rem;font-weight:700}@keyframes glass-sheen{0%,70%,to{transform:translate(-130%)}84%{transform:translate(130%)}}@keyframes balance-pulse{0%,to{transform:scale(1);box-shadow:0 0 #f1cf7200}50%{transform:scale(1.08);box-shadow:0 0 0 .3125rem #f1cf721f}}@media (prefers-reduced-motion:reduce){.glass-card:before,.balance-pill__dot{animation:none}.glass-card,.ui-button,.item-card,.chest-row,.pattern-card{transition:none}}#root{min-height:100svh;padding:var(--space-10) var(--space-6);justify-content:center;display:flex}.app-shell{--safe-area-height:5.75rem;--safe-area-offset-top:var(--space-7);--safe-area-inline:var(--space-8);--safe-area-outer-height:calc(var(--safe-area-height) + var(--safe-area-offset-top));--shell-content-inline:var(--space-7);--screen-top-offset:calc(var(--safe-area-outer-height) + var(--space-5));height:calc(100svh - 3rem);width:min(100%, max(var(--shell-width), calc((100svh - 3rem) * var(--shell-aspect-ratio))));flex-direction:column;animation:.42s cubic-bezier(.2,.8,.2,1) both shell-enter;display:flex;position:relative;overflow:hidden}.app-shell--with-tabs{--tab-bar-offset:var(--space-7);--tab-bar-reserved-height:calc(var(--tab-height) + (var(--space-1) * 2) + .125rem + var(--tab-bar-offset))}.app-shell:before{content:"";border:.0625rem solid var(--color-border-shell);border-radius:var(--radius-shell);background:radial-gradient(circle at top, var(--color-bg-shell-top) 0%, var(--color-bg-shell-mid) 58%, var(--color-bg-root) 100%);box-shadow:var(--shadow-shell);pointer-events:none;position:absolute;inset:0}.app-shell__safe-area{z-index:2;height:var(--safe-area-outer-height);box-sizing:border-box;padding:var(--safe-area-offset-top) var(--safe-area-inline) 0;pointer-events:none;position:absolute;inset:0 0 auto}.app-shell__content{z-index:1;min-height:0;padding:0 var(--shell-content-inline) 0;flex:1;position:relative;overflow:hidden}.app-shell--spin,.app-shell--spin .app-shell__content,.app-shell--spin .app-shell__screen{overflow:visible}.app-shell__screen{box-sizing:border-box;overscroll-behavior:contain;scrollbar-width:none;height:100%;min-height:0;padding-top:var(--screen-top-offset);position:relative;overflow-y:auto}.app-shell--with-tabs .app-shell__screen{padding-bottom:calc(var(--tab-bar-reserved-height) + var(--space-2))}.app-shell__screen>*{animation:.36s cubic-bezier(.2,.8,.2,1) both screen-enter}.app-shell__screen::-webkit-scrollbar{display:none}.app-shell__modal-layer{inset:var(--screen-top-offset) var(--shell-content-inline) var(--space-6);pointer-events:none;position:absolute}.tab-bar{z-index:3;left:50%;bottom:var(--tab-bar-offset);gap:var(--space-2);width:min(calc(100% - (var(--space-7) * 2)), 21.5rem);-webkit-backdrop-filter:blur(1.5rem)saturate(1.35);backdrop-filter:blur(1.5rem)saturate(1.35);isolation:isolate;background:linear-gradient(#ffffff1f,#ffffff05 34%,#ffffff0a 100%),radial-gradient(circle at 18% 18%,#a4deff2e,#0000 34%),radial-gradient(circle at 82% 30%,#ffffff1a,#0000 28%),#08101c94;border:.0625rem solid #dcefff2e;border-radius:999rem;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:.5rem;animation:.44s cubic-bezier(.2,.8,.2,1) .12s both tab-bar-enter;display:grid;position:absolute;transform:translate(-50%);box-shadow:0 1rem 2.5rem #00000047,inset 0 .0625rem #ffffff1f,inset 0 -.125rem .5rem #0308104d}.tab-bar:before,.tab-bar:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0}.tab-bar:before{opacity:.7;mix-blend-mode:screen;background:linear-gradient(135deg,#ffffff3d,#0000 24% 72%,#ffffff14),radial-gradient(circle at 0 0,#ffffff29,#0000 34%);inset:.0625rem}.tab-bar:after{opacity:.45;filter:blur(.4rem);background:linear-gradient(#ffffff24,#fff0);border-radius:999rem;height:42%;inset:auto 12% .125rem}.tab-bar__item{z-index:1;min-height:calc(var(--tab-height) - .75rem);color:var(--color-text-muted);font-size:var(--font-size-tab);letter-spacing:.0625rem;text-transform:uppercase;border-radius:999rem;justify-content:center;align-items:center;padding-inline:.9rem;font-weight:700;transition:background-color .16s,color .16s,border-color .16s,transform .16s,box-shadow .16s,opacity .16s;display:flex;position:relative}.tab-bar__item:hover{color:var(--color-text-secondary);transform:translateY(-.0625rem)}.tab-bar__item--active{color:var(--color-text-on-accent);background:linear-gradient(#fff3,#ffffff08 38%),linear-gradient(#e35a41eb,#c64e36e6);border:.0625rem solid #ffdcd273;box-shadow:0 .75rem 1.5rem #e35a413d,inset 0 .0625rem #fff4f052,inset 0 -.125rem .375rem #71221538}.tab-bar__item--active:before{content:"";border-radius:inherit;pointer-events:none;mix-blend-mode:screen;background:linear-gradient(135deg,#ffffff38,#0000 36% 70%,#ffffff14),radial-gradient(circle at top,#ffece433,#0000 48%);position:absolute;inset:.0625rem}.screen-layout{align-items:stretch;min-height:100%;display:flex;position:relative}.screen-layout__glow{pointer-events:none;background:radial-gradient(circle at 50% 12%,#3e87e05c,#0000 48%);position:absolute;inset:0}.screen-layout__surface{gap:var(--space-4);width:100%;min-height:15rem;padding:var(--space-10) var(--space-8);border:.0625rem solid var(--color-border-glass);border-radius:var(--radius-md);background:var(--color-bg-glass);-webkit-backdrop-filter:blur(var(--blur-glass));backdrop-filter:blur(var(--blur-glass));box-shadow:var(--shadow-glass);flex-direction:column;animation:.38s cubic-bezier(.2,.8,.2,1) both screen-surface-enter;display:flex;position:relative}.screen-layout__header,.screen-layout__body{gap:var(--space-4);flex-direction:column;display:flex}.screen-layout__eyebrow{color:var(--color-text-accent);font-size:var(--font-size-eyebrow);letter-spacing:.125rem;text-transform:uppercase;font-weight:700}.screen-layout__title{font-family:var(--font-family-heading);font-size:var(--font-size-title);line-height:var(--line-height-tight);margin:0}.screen-layout__description,.screen-layout__accent{max-width:28ch;margin:0}.screen-layout__description{color:var(--color-text-secondary)}.screen-layout__accent{color:var(--color-text-muted);font-size:var(--font-size-body-sm);font-weight:600}@keyframes shell-enter{0%{opacity:0;transform:translateY(.875rem)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes screen-enter{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}@keyframes tab-bar-enter{0%{opacity:0;transform:translate(-50%)translateY(1.125rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes screen-surface-enter{0%{opacity:0;filter:blur(.5rem);transform:translateY(1rem)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (width<=30rem){#root{padding-block:0;padding-inline:0}.app-shell--with-tabs{--tab-bar-offset:var(--space-5)}.app-shell{--safe-area-height:calc(4rem + env(safe-area-inset-top,0px));--safe-area-offset-top:calc(var(--space-6) + env(safe-area-inset-top,0px));--safe-area-inline:var(--space-5);--shell-content-inline:var(--space-5);width:100%}.app-shell__content{padding:0 var(--shell-content-inline) 0}.app-shell__modal-layer{inset:calc(var(--safe-area-outer-height) + var(--space-4)) var(--shell-content-inline) var(--space-5)}.tab-bar{width:min(calc(100% - (var(--space-5) * 2)), 21.5rem);gap:.125rem}.tab-bar__item{letter-spacing:.0375rem;min-height:3rem;padding-inline:.75rem;font-size:.6875rem}.app-shell{max-width:none;height:100svh}.app-shell:before{border:none;border-radius:0}}@media (prefers-reduced-motion:reduce){.app-shell,.app-shell__screen>*,.tab-bar,.screen-layout__surface{animation:none}.tab-bar__item{transition:none}}.chest-screen,.chest-open-screen{gap:var(--space-4);flex-direction:column;display:flex}.chest-screen__section{gap:var(--space-4);isolation:auto;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;padding:0;display:flex;overflow:visible}.chest-screen__section-head,.chest-open-screen__hero-meta,.chest-open-screen__result-meta{gap:var(--space-2);flex-direction:column;display:flex}.chest-screen__section:before{display:none}.chest-screen__note{color:var(--color-text-muted);margin:0;font-size:.75rem;font-weight:500;line-height:1.4}.chest-screen__list{flex-direction:column;gap:.875rem;display:flex}.chest-screen__row-button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.chest-screen__row-button:disabled{cursor:default}.chest-screen__row-button .chest-row{border-radius:1.5rem;gap:.875rem;padding:1rem;transition:transform .14s,border-color .14s,box-shadow .14s}.chest-screen__row-button .chest-row__image-wrap{border-radius:1.25rem;width:5.75rem;height:4.5rem}.chest-screen__row-button .chest-row__title{font-size:1.125rem;line-height:1.2}.chest-screen__row-button .chest-row__subtitle{font-size:.8125rem;line-height:1.4}.chest-screen__row-button .chest-row__quantity{min-width:3rem;min-height:3rem;font-size:1.3125rem}.chest-screen__row-button:first-child{animation:.32s cubic-bezier(.2,.8,.2,1) 60ms both chest-row-enter}.chest-screen__row-button:nth-child(2){animation:.32s cubic-bezier(.2,.8,.2,1) .12s both chest-row-enter}.chest-screen__row-button:nth-child(3){animation:.32s cubic-bezier(.2,.8,.2,1) .18s both chest-row-enter}.chest-screen__row-button:hover .chest-row:not(.chest-row--disabled){border-color:#a9d3ff66;transform:translateY(-.0625rem);box-shadow:0 .5rem 1.5rem #07101d38}.chest-open-screen__hero,.chest-open-screen__result{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.chest-open-screen__hero{background:linear-gradient(180deg, #173055d1, #0b1626e6), var(--color-bg-panel);min-height:10rem;animation:.38s cubic-bezier(.2,.8,.2,1) 60ms both chest-panel-enter;position:relative;overflow:hidden}.chest-open-screen__hero-backdrop{pointer-events:none;justify-content:center;align-items:center;padding:1rem .25rem 2.25rem;display:flex;position:absolute;inset:0}.chest-open-screen__hero-backdrop-image{object-fit:contain;opacity:.66;filter:brightness(.72)saturate(.9)drop-shadow(0 .75rem 1.75rem #00000057);width:100%;max-width:30rem;max-height:50rem}.chest-open-screen__hero>*{z-index:1;position:relative}.chest-open-screen__hero-tag,.chest-open-screen__result-tag,.chest-open-screen__result-bonus{font-family:var(--font-family-body);font-weight:700}.chest-open-screen__hero-tag,.chest-open-screen__result-tag{color:var(--color-text-accent);letter-spacing:.125rem;text-transform:uppercase;font-size:.6875rem}.chest-open-screen__hero-tag{position:absolute;top:1rem;left:1rem}.chest-open-screen__result-note{color:var(--color-text-primary);margin:0;font-size:.8125rem;font-weight:600;line-height:1.35}.chest-open-screen__roulette-window{-webkit-backdrop-filter:blur(.875rem);backdrop-filter:blur(.875rem);background:#0a162694;border:.0625rem solid #a9d3ff33;border-radius:1.5rem;align-items:center;height:40%;padding:.95rem .7rem;display:flex;position:absolute;top:50%;left:1.25rem;right:1.25rem;overflow:hidden;transform:translateY(-50%);box-shadow:inset 0 0 1.5rem #4c8ae014,0 .75rem 1.5rem #0409122e}.chest-open-screen__roulette-window:before,.chest-open-screen__roulette-window:after{content:"";z-index:2;pointer-events:none;width:2rem;position:absolute;top:.65rem;bottom:.65rem}.chest-open-screen__roulette-window:before{background:linear-gradient(90deg,#0a1626eb,#0a162600);left:0}.chest-open-screen__roulette-window:after{background:linear-gradient(270deg,#0a1626eb,#0a162600);right:0}.chest-open-screen__roulette-selector{inset-block:.55rem;z-index:3;background:linear-gradient(#fff6c7fa,#f1cf72eb);border-radius:999px;width:.1875rem;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 .75rem #f1cf7247,0 0 0 .0625rem #fff1ba24}.chest-open-screen__roulette-track{will-change:transform;align-items:center;gap:.625rem;width:max-content;height:100%;display:flex}.chest-open-screen__roulette-track--waiting{animation:1.05s linear infinite chest-roulette-wait}.chest-open-screen__roulette-track--waiting-server{animation-duration:.95s}.chest-open-screen__roulette-track--frozen{transition:none;animation:none}.chest-open-screen__roulette-track--stopping{transition:transform 2.2s cubic-bezier(.16,.78,.22,1)}.chest-open-screen__roulette-item{aspect-ratio:.92;opacity:.72;background:#10233bad;border:.0625rem solid #a9d3ff1f;border-radius:1.125rem;justify-content:center;align-items:center;width:auto;min-width:3.9rem;height:min(100%,5.5rem);padding:.35rem;display:flex;overflow:hidden}.chest-open-screen__roulette-item--active{opacity:1;background:#3e3a1f80;border-color:#f1cf7285;box-shadow:0 0 0 .0625rem #f1cf7224,0 0 1.25rem #f1cf7224}.chest-open-screen__roulette-image-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.chest-open-screen__roulette-image,.chest-open-screen__result-image{object-fit:contain;max-width:100%;max-height:100%;display:block}.chest-open-screen__result{animation:.42s cubic-bezier(.2,.8,.2,1) .72s both chest-panel-enter}.chest-open-screen>.ui-button{animation:.42s cubic-bezier(.2,.8,.2,1) .84s both chest-panel-enter}.chest-open-screen__actions{flex-direction:column;gap:.75rem;animation:.42s cubic-bezier(.2,.8,.2,1) .84s both chest-panel-enter;display:flex}.chest-open-screen__actions>.ui-button{width:100%}.chest-open-screen__result-body{align-items:center;gap:.875rem;display:flex}.chest-open-screen__result-image-wrap{background:#0b1828c2;border:.0625rem solid #a9d3ff33;border-radius:1rem;flex:none;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex;overflow:hidden}.chest-open-screen__result-title{color:var(--color-text-primary);font-family:var(--font-family-heading);font-size:1.125rem;font-weight:700}.chest-open-screen__result-bonus{color:var(--color-text-accent);font-size:.875rem}.chest-open-screen__result-highlights{flex-direction:column;gap:.5rem;margin-top:.875rem;display:flex}.chest-open-screen__result-highlight{color:#ffeeb3f5;background:#38311547;border:.0625rem solid #f1cf722e;border-radius:.875rem;padding:.7rem .875rem;font-size:.8125rem;font-weight:700;line-height:1.35}.chest-open-screen__result-events{flex-direction:column;gap:.625rem;margin-top:.875rem;display:flex}.chest-open-screen__result-event{background:#0c192ab3;border:.0625rem solid #a9d3ff2e;border-radius:1rem;flex-direction:column;gap:.35rem;padding:.8rem .95rem;display:flex}.chest-open-screen__result-event--secret{background:#40351457;border-color:#f1cf7257;box-shadow:inset 0 0 1rem #f1cf7214}.chest-open-screen__result-event--achievement{background:#162c4a6b;border-color:#a9d3ff3d}.chest-open-screen__result-event-title{color:var(--color-text-primary);font-size:.875rem;font-weight:800;line-height:1.3}.chest-open-screen__result-event-description{color:var(--color-text-muted);font-size:.75rem;font-weight:600;line-height:1.4}@media (width<=35rem){.chest-screen__section,.chest-open-screen__hero,.chest-open-screen__result{padding:var(--space-3)}.chest-open-screen__hero{min-height:18rem}.chest-open-screen__hero-backdrop{padding:1.25rem .25rem 2rem}.chest-open-screen__hero-backdrop-image{max-width:18rem;max-height:13rem}.chest-open-screen__roulette-window{left:1rem;right:1rem}}@media (width<=30rem){.chest-screen__note{font-size:.8125rem;line-height:1.45}.chest-screen__list{gap:1rem}.chest-screen__row-button .chest-row{border-radius:1.625rem;gap:1rem;padding:1.125rem}.chest-screen__row-button .chest-row__image-wrap{border-radius:1.3125rem;width:6rem;height:4.75rem}.chest-screen__row-button .chest-row__title{font-size:1.1875rem}.chest-screen__row-button .chest-row__subtitle{font-size:.875rem}.chest-screen__row-button .chest-row__quantity{min-width:3.25rem;min-height:3.25rem;font-size:1.4375rem}.chest-open-screen__hero{min-height:17rem}.chest-open-screen__hero-backdrop{padding:1.125rem .25rem 1.875rem}.chest-open-screen__hero-backdrop-image{max-width:16rem;max-height:11.5rem}.chest-open-screen__roulette-window{left:.75rem;right:.75rem}}@keyframes chest-row-enter{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}@keyframes chest-panel-enter{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes roulette-scroll{0%{transform:translate(4%)}72%{transform:translate(-34%)}to{transform:translate(-30%)}}@keyframes marker-pulse{0%,to{box-shadow:0 0 1.25rem #f1cf722e}50%{box-shadow:0 0 1.75rem #f1cf724d}}@keyframes chest-roulette-wait{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (width<=26.25rem){.chest-screen__row-button .chest-row{gap:var(--space-3);padding:1rem}.chest-screen__row-button .chest-row__image-wrap{width:5.5rem;height:4.25rem}.chest-screen__row-button .chest-row__title{font-size:1.125rem}.chest-screen__row-button .chest-row__subtitle{font-size:.8125rem}.chest-screen__row-button .chest-row__quantity{min-width:3.125rem;min-height:3.125rem;font-size:1.3125rem}.chest-open-screen__result-body{align-items:flex-start}.chest-open-screen__result-image-wrap{width:3.75rem;height:3.75rem}.chest-open-screen__roulette-track{gap:.5rem}.chest-open-screen__roulette-item{width:auto;min-width:3.45rem;height:min(100%,4.6rem)}.chest-open-screen__roulette-image-wrap{height:100%}.chest-open-screen__result-note{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.chest-screen__row-button,.chest-open-screen__hero,.chest-open-screen__result,.chest-open-screen>.ui-button{animation:none}}.help-screen{gap:var(--space-4);flex-direction:column;display:flex}.help-screen__section{gap:var(--space-4);padding:var(--space-4);flex-direction:column;display:flex}.help-screen__section-head{gap:var(--space-2);flex-direction:column;display:flex}.help-screen__eyebrow{color:var(--color-text-accent);font-size:var(--font-size-eyebrow);letter-spacing:.125rem;text-transform:uppercase;font-weight:700}.help-screen__note{color:var(--color-text-muted);margin:0;font-size:.75rem;font-weight:500;line-height:1.35}.help-screen__symbol-list{gap:var(--space-3);flex-direction:column;display:flex}.help-screen__symbol-card{align-items:center;gap:var(--space-4);padding:var(--space-4);border:.0625rem solid var(--color-border-soft);background:radial-gradient(circle at top left, #77bdff1f, transparent 48%), var(--color-bg-panel-deep);border-radius:1.375rem;display:flex;box-shadow:inset 0 .0625rem #dcefff0d}.help-screen__symbol-image-wrap{background:#0c192ab8;border:.0625rem solid #a9d3ff2e;border-radius:1.25rem;flex:none;justify-content:center;align-items:center;width:6.5rem;height:5.25rem;display:flex}.help-screen__symbol-image{object-fit:contain;max-width:100%;max-height:100%}.help-screen__symbol-meta{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.help-screen__symbol-name{color:var(--color-text-primary);font-family:var(--font-family-heading);font-size:1.125rem;font-weight:700}.help-screen__symbol-stats{gap:var(--space-2);flex-wrap:wrap;display:flex}.help-screen__symbol-stat{background:#122845c7;border:.0625rem solid #a9d3ff33;border-radius:62.4375rem;align-items:center;gap:.5rem;padding:.5rem .625rem;display:inline-flex}.help-screen__symbol-stat-label{color:var(--color-text-muted);letter-spacing:.025rem;text-transform:uppercase;font-size:.6875rem;font-weight:700}.help-screen__symbol-stat-value{color:var(--color-text-primary);font-size:.75rem;font-weight:700}.help-screen__symbol-line{color:var(--color-text-secondary);font-size:.75rem;font-weight:600;line-height:1.35}.help-screen__global-multiplier{gap:var(--space-2) var(--space-3);padding:var(--space-4);border-radius:var(--radius-control);background:#0f2744d6;border:.0625rem solid #f1cf726b;grid-template-columns:auto auto;align-items:center;display:grid}.help-screen__global-label{color:var(--color-text-accent);letter-spacing:.0625rem;text-transform:uppercase;font-size:.75rem;font-weight:700}.help-screen__global-value{color:var(--color-text-on-accent);font-family:var(--font-family-heading);font-size:1.125rem;font-weight:700}.help-screen__global-note{color:var(--color-text-secondary);grid-column:1/-1;margin:0;font-size:.75rem;font-weight:600;line-height:1.35}.help-screen__patterns{gap:var(--space-3);flex-direction:column;display:flex}@media (width<=35rem){.help-screen__section{padding:var(--space-3)}.help-screen__symbol-card{align-items:flex-start;gap:var(--space-3);padding:var(--space-3)}.help-screen__global-multiplier{grid-template-columns:1fr}}@media (width<=26.25rem){.help-screen__symbol-card{flex-direction:column}.help-screen__symbol-image-wrap{width:5.5rem;height:4.5rem}.help-screen__symbol-name{font-size:1rem}.help-screen__symbol-stat{justify-content:space-between;width:100%}}.items-screen,.item-detail-screen{gap:var(--space-4);flex-direction:column;display:flex}.items-screen__section,.item-detail-screen__hero,.item-detail-screen__section{gap:var(--space-4);padding:var(--space-4);flex-direction:column;display:flex}.items-screen__section-head,.item-detail-screen__meta,.item-detail-screen__stat{gap:var(--space-2);flex-direction:column;display:flex}.items-screen__eyebrow{color:var(--color-text-accent);font-size:var(--font-size-eyebrow);letter-spacing:.125rem;text-transform:uppercase;font-weight:700}.items-screen__note{text-align:center;color:var(--color-text-muted);align-self:center;margin:0;font-size:.75rem;font-weight:500;line-height:1.4}.items-screen__grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.items-screen__card-button{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.items-screen__card-button .item-card{transition:transform .14s,border-color .14s,box-shadow .14s}.items-screen__card-button:hover .item-card{border-color:#a9d3ff5c;transform:translateY(-.0625rem)}.item-detail-screen__hero{text-align:center;background:radial-gradient(circle at top center, #74bfff26, transparent 42%), var(--color-bg-panel);align-items:center}.item-detail-screen__image-wrap{background:#0a172785;border-radius:1.75rem;justify-content:center;align-items:center;width:100%;min-height:16.25rem;display:flex}.item-detail-screen__image{object-fit:contain;max-width:100%;max-height:16.25rem}.item-detail-screen__title{color:var(--color-text-primary);font-family:var(--font-family-heading);text-align:center;align-self:center;font-size:1.5rem;font-weight:700}.item-detail-screen__stat{padding:var(--space-3);background:#0d1b2d94;border:.0625rem solid #a9d3ff24;border-radius:1.25rem}.item-detail-screen__stat-label{color:var(--color-text-primary);font-size:.8125rem;font-weight:700}@media (width<=35rem){.items-screen__section,.item-detail-screen__hero,.item-detail-screen__section{padding:var(--space-3)}.item-detail-screen__title{font-size:1.375rem}}@media (width<=26.25rem){.items-screen__grid{grid-template-columns:1fr}.item-detail-screen__image-wrap{min-height:13.75rem}.item-detail-screen__image{max-height:13.75rem}}.profile-screen{gap:var(--space-4);flex-direction:column;display:flex}.profile-screen__hero,.profile-screen__section{gap:var(--space-4);padding:var(--space-4);flex-direction:column;display:flex}.profile-screen__hero{background:radial-gradient(circle at top right, #ffa66126, transparent 36%), radial-gradient(circle at top left, #71c4ff29, transparent 42%), var(--color-bg-panel)}.profile-screen__hero-top,.profile-screen__identity,.profile-screen__identity-meta,.profile-screen__stats,.profile-screen__section-head,.profile-screen__friend-card{flex-direction:column;display:flex}.profile-screen__hero-top,.profile-screen__identity{gap:var(--space-4)}.profile-screen__section-head,.profile-screen__stats,.profile-screen__identity-meta,.profile-screen__friend-card{gap:var(--space-2)}.profile-screen__avatar{color:#fff2dd;width:5rem;height:5rem;font-family:var(--font-family-heading);background:radial-gradient(circle at top,#ffb27b38,#0000 58%),#60221cad;border:.0625rem solid #ffa8706b;border-radius:1.5rem;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;box-shadow:inset 0 .0625rem #ffe4ce1a}.profile-screen__eyebrow{color:var(--color-text-accent);letter-spacing:.1563rem;text-transform:uppercase;padding-inline-start:var(--space-1);font-size:.8125rem;font-weight:700}.profile-screen__name{color:var(--color-text-primary);font-family:var(--font-family-heading);font-size:1.5rem;font-weight:700}.profile-screen__note,.profile-screen__friend-role{color:var(--color-text-muted);margin:0;font-size:.75rem;font-weight:500;line-height:1.4}.profile-screen__stats{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.profile-screen__stat{padding:var(--space-3);background:#0b18289e;border:.0625rem solid #a9d3ff24;border-radius:1.125rem;flex-direction:column;gap:.375rem;display:flex}.profile-screen__stat-label{color:var(--color-text-muted);text-transform:uppercase;font-size:.6875rem;font-weight:700}.profile-screen__stat-value,.profile-screen__friend-name{color:var(--color-text-primary);font-size:.8125rem;font-weight:700}.profile-screen__friends{gap:var(--space-3);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.profile-screen__friend-card{text-align:center;padding:var(--space-3);background:#0b182894;border:.0625rem solid #a9d3ff29;border-radius:1.375rem;align-items:center}.profile-screen__achievement-button{padding:var(--space-3) var(--space-4);text-align:left;cursor:pointer;background:#0b182894;border:.0625rem solid #a9d3ff29;border-radius:1.125rem;justify-content:space-between;align-items:center;transition:transform .14s,border-color .14s,box-shadow .14s,background .14s;display:flex}.profile-screen__achievement-button:hover{border-color:#a9d3ff5c;transform:translateY(-.0625rem)}.profile-screen__achievement-button--active{background:#2520389e;border-color:#f1cf725c;box-shadow:0 0 0 .0625rem #f1cf7224}.profile-screen__achievements{gap:var(--space-3);flex-direction:column;display:flex}.profile-screen__achievement-title{color:var(--color-text-primary);font-size:.875rem;font-weight:700;line-height:1.3}.profile-screen__achievement-preview{gap:var(--space-3);padding:var(--space-3);background:#241f3885;border:.0625rem solid #f1cf7233;border-radius:1.125rem;flex-direction:column;display:flex}.profile-screen__achievement-modal{z-index:20;padding:var(--space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-screen__achievement-backdrop{-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem);cursor:pointer;background:#04080fa8;border:0;position:absolute;inset:0}.profile-screen__achievement-window{z-index:1;gap:var(--space-3);width:min(100%,26rem);padding:var(--space-4);border:.0625rem solid #f1cf723d;flex-direction:column;display:flex;position:relative;box-shadow:0 1rem 2.5rem #040a137a,inset 0 .0625rem #ffffff14}.profile-screen__achievement-preview-head{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.profile-screen__achievement-back{min-height:2.25rem;padding-inline:var(--space-4)}.profile-screen__achievement-date{color:#cdddf1b8;font-size:.75rem;font-weight:600}@media (width<=40rem){.profile-screen__friends{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=26.25rem){.profile-screen__hero,.profile-screen__section,.profile-screen__achievement-modal{padding:var(--space-3)}.profile-screen__name{font-size:1.25rem}.profile-screen__stats{grid-template-columns:1fr}.profile-screen__friends{grid-template-columns:repeat(2,minmax(0,1fr))}}.spin-screen{--spin-machine-width:calc(100% + 10rem);--spin-machine-height:calc(100% + 12rem);--spin-machine-offset-x:0rem;--spin-machine-offset-y:1rem;--spin-reels-machine-left-ratio:.173;--spin-reels-machine-top-ratio:.195;--spin-reels-machine-width-ratio:.576;--spin-reels-machine-height-ratio:.243;--spin-lever-machine-right-ratio:.15;--spin-lever-machine-top-ratio:.2;--spin-lever-machine-width-ratio:.07;--spin-lever-machine-height-ratio:.24;--spin-lever-body-width:32%;--spin-lever-ring-width:200%;--spin-lever-arm-width:90%;--spin-lever-knob-size:1.52rem;--spin-lever-mechanism-left:21.4%;--spin-lever-mechanism-top:0%;--spin-lever-mechanism-height:100%;--spin-lever-center-x:50%;--spin-lever-knob-rest-top:2%;--spin-lever-knob-pulled-top:74%;--spin-lever-arm-rest-top:12%;--spin-lever-arm-rest-height:42%;--spin-lever-arm-pulled-top:75%;--spin-lever-arm-pulled-height:4%;--spin-lever-arm-shadow-rest-top:51%;--spin-lever-arm-shadow-pulled-top:75%;width:100%;height:100%;min-height:0;display:flex;overflow:visible}.spin-screen__machine{isolation:isolate;border-radius:0;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:visible}.spin-screen__stage{width:100%;height:100%;margin:auto;position:relative;overflow:visible}.spin-screen__machine-backdrop{top:calc(50% + var(--spin-machine-offset-y));left:calc(50% + var(--spin-machine-offset-x));z-index:0;width:var(--spin-machine-width);height:var(--spin-machine-height);pointer-events:none;position:absolute;overflow:visible;transform:translate(-50%,-50%)}.spin-screen__machine-image{object-fit:fill;pointer-events:none;width:100%;height:100%;display:block}.spin-screen__stage:after{content:"";z-index:0;pointer-events:none;animation:3.2s ease-in-out infinite machine-glow-pulse;position:absolute;inset:0}.spin-screen__top{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-3);animation:.36s cubic-bezier(.2,.8,.2,1) 80ms both spin-overlay-enter;display:flex;position:absolute;top:2.25%;left:3.5%;right:3.5%}.spin-screen__top .ui-button{min-height:2.5rem;padding-inline:var(--space-5)}.spin-screen__skip{z-index:2;animation:.48s cubic-bezier(.2,.8,.2,1) .22s both spin-overlay-enter;position:absolute;top:48.4%;right:4.4%}.spin-screen__skip .ui-button{min-height:2.625rem;padding-inline:var(--space-5);background:#173055bd;border-color:#a9d3ff3d}.spin-screen__reels{z-index:1;top:calc(50% + var(--spin-machine-offset-y) - (var(--spin-machine-height) / 2) + (var(--spin-machine-height) * var(--spin-reels-machine-top-ratio)));left:calc(50% + var(--spin-machine-offset-x) - (var(--spin-machine-width) / 2) + (var(--spin-machine-width) * var(--spin-reels-machine-left-ratio)));width:calc(var(--spin-machine-width) * var(--spin-reels-machine-width-ratio));height:calc(var(--spin-machine-height) * var(--spin-reels-machine-height-ratio));isolation:isolate;border-radius:.5rem;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;padding:.7rem 0 .5rem;display:grid;position:absolute;overflow:hidden}.spin-screen__reels:before,.spin-screen__reels:after{content:"";z-index:2;pointer-events:none;position:absolute;left:0;right:0}.spin-screen__reels:before{background:linear-gradient(#02060cb8,#02060c00);height:20%;top:0}.spin-screen__reels:after{background:linear-gradient(#02060c00,#02060cc7);height:20%;bottom:0}.spin-screen__combo-overlay{z-index:4;pointer-events:none;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background:linear-gradient(#0c1421cc,#0c14218f);border-radius:999px;flex-direction:column;align-items:center;gap:.2rem;padding:.45rem .8rem;display:flex;position:absolute;top:12%;left:50%;transform:translate(-50%);box-shadow:0 .375rem 1.2rem #03080f4d,inset 0 0 0 .0625rem #ffe8ab29}.spin-screen__combo-backdrop{z-index:40;pointer-events:none;-webkit-backdrop-filter:blur(.22rem)saturate(.84);backdrop-filter:blur(.22rem)saturate(.84);background:radial-gradient(circle,#060c1614 0%,#060c163d 34%,#04091294 100%);animation:.22s ease-out both combo-backdrop-fade-in;position:fixed;inset:0}.spin-screen__combo-backdrop--interactive{pointer-events:auto;cursor:pointer;border:0;padding:0}.spin-screen__combo-photo-modal{z-index:40;pointer-events:none;position:fixed;inset:0}.spin-screen__combo-gallery{z-index:41;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.spin-screen__combo-gallery-close{z-index:43;color:#ecf4fff5;pointer-events:auto;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);background:#173055db;border:.0625rem solid #a9d3ff3d;border-radius:999px;min-height:2.5rem;padding:.6rem 1rem;font-size:.95rem;font-weight:700;line-height:1;position:fixed;top:1.25rem;left:1.25rem;box-shadow:0 .5rem 1.2rem #03080f47}.spin-screen__combo-gallery-close:hover{background:#1c3a65eb}.spin-screen__combo-gallery-close:active{transform:translateY(.0625rem)}.spin-screen__combo-gallery-close:focus-visible{outline-offset:.125rem;outline:.125rem solid #f1cf72c2}.spin-screen__combo-gallery-head{pointer-events:auto;width:min(88vw,32rem)}.spin-screen__combo-gallery-back{min-height:2.5rem}.spin-screen__combo-gallery-side{z-index:42;pointer-events:auto;border-radius:999px;min-width:3rem;min-height:3rem;padding:0;font-size:1.75rem;line-height:1;position:fixed;top:50%;transform:translateY(-50%)}.spin-screen__combo-gallery-side:hover,.spin-screen__combo-gallery-side:active{transform:translateY(-50%)}.spin-screen__combo-gallery-side--prev{left:max(1rem,50vw - 20rem)}.spin-screen__combo-gallery-side--next{right:max(1rem,50vw - 20rem)}.spin-screen__combo-overlay--photo{border-radius:1.1rem;gap:.35rem;width:min(92%,25rem);padding:.55rem .6rem .65rem}.spin-screen__combo-overlay--photo-screen{z-index:41;pointer-events:auto;width:min(88vw,32rem);animation:.18s ease-out both combo-photo-fade-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.spin-screen__combo-overlay--photo-gallery{animation:none}.spin-screen__combo-overlay-image-wrap{border-radius:.9rem;width:100%;overflow:hidden;box-shadow:0 .5rem 1.4rem #03080f52,inset 0 0 0 .0625rem #ffe8ab33}.spin-screen__combo-overlay-image{object-fit:contain;width:100%;height:auto;display:block}.spin-screen__combo-overlay-title{color:#ffeeb3fa;font-family:var(--font-family-heading);text-align:center;text-shadow:0 0 .8rem #f1cf7240;white-space:nowrap;font-size:.95rem;font-weight:700;line-height:1.1}.spin-screen__combo-overlay-step{color:#d6e3f7c7;letter-spacing:.06rem;font-size:.72rem;font-weight:700;line-height:1}.spin-screen__result-actions{margin-top:.75rem;display:flex}.spin-screen__result-actions .ui-button{min-height:2.5rem}@keyframes combo-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes combo-photo-fade-in{0%{opacity:0}to{opacity:1}}.spin-screen__column{min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.spin-screen__column-track{will-change:transform, filter;grid-template-rows:repeat(3,minmax(0,1fr));row-gap:0;min-width:0;height:100%;min-height:0;display:grid}.spin-screen__column--rolling .spin-screen__column-track{animation:92ms linear infinite reel-column-spin}.spin-screen__column--rolling .spin-screen__symbol{filter:blur(.02rem)drop-shadow(0 .1875rem .625rem #0409126b)}.spin-screen__column--rolling .spin-screen__cell{opacity:.9}.spin-screen__column--landing .spin-screen__column-track{animation:.18s cubic-bezier(.18,.88,.22,1) both reel-column-land}.spin-screen__cell{justify-content:center;align-items:center;min-width:0;height:100%;min-height:0;transition:background-color .18s,box-shadow .18s,transform .18s;animation:none;display:flex;overflow:hidden}.spin-screen__reels:not(.spin-screen__reels--spinning) .spin-screen__cell{animation:2.8s ease-in-out infinite symbol-idle-float}.spin-screen__cell--friend .spin-screen__symbol{object-fit:cover;border:.0938rem solid #f1cf728f;border-radius:62.4375rem;width:84%;height:84%;animation:2.6s ease-in-out infinite friend-token-pulse;box-shadow:0 0 1rem #f1cf7233}.spin-screen__reels--spinning .spin-screen__cell--friend .spin-screen__symbol{animation:none}.spin-screen__symbol{object-fit:contain;filter:drop-shadow(0 .1875rem .625rem #0409126b);width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .18s,filter .18s}.spin-screen__cell--combo-active{opacity:1;background:radial-gradient(circle at 50% 45%,#ffe99957,#ffe99900 72%);transform:scale(1.04);box-shadow:inset 0 0 0 .078rem #f1cf72b8,0 0 1.15rem #f1cf7247}.spin-screen__cell--combo-active .spin-screen__symbol{filter:brightness(1.12)saturate(1.08)drop-shadow(0 0 1.15rem #f1cf728a)drop-shadow(0 .1875rem .625rem #0409126b);transform:scale(1.08)}.spin-screen__cell--combo-dimmed{opacity:.34}.spin-screen__cell--combo-dimmed .spin-screen__symbol{filter:grayscale(.12)brightness(.68)saturate(.78)drop-shadow(0 .12rem .35rem #04091247)}.spin-screen__cell--combo-dimmed.spin-screen__cell--combo-active{opacity:1}.spin-screen__cell--combo-dimmed.spin-screen__cell--combo-active .spin-screen__symbol{filter:brightness(1.12)saturate(1.08)drop-shadow(0 0 1.15rem #f1cf728a)drop-shadow(0 .1875rem .625rem #0409126b)}.spin-screen__bet{z-index:1;animation:.48s cubic-bezier(.2,.8,.2,1) .22s both spin-overlay-enter;position:absolute;top:48.4%;left:4.4%}.spin-screen__bet .ui-button{min-height:2.625rem;padding-inline:var(--space-5);background:#173055bd;border-color:#a9d3ff3d}.spin-screen__lever-zone{z-index:1;top:calc(50% + var(--spin-machine-offset-y) - (var(--spin-machine-height) / 2) + (var(--spin-machine-height) * var(--spin-lever-machine-top-ratio)));right:calc(50% - (var(--spin-machine-width) / 2) + (var(--spin-machine-width) * var(--spin-lever-machine-right-ratio)) - var(--spin-machine-offset-x));width:calc(var(--spin-machine-width) * var(--spin-lever-machine-width-ratio));height:calc(var(--spin-machine-height) * var(--spin-lever-machine-height-ratio));position:absolute}.spin-screen__lever{cursor:pointer;background:0 0;border:0;padding:0;transition:filter .18s;position:absolute;inset:0}.spin-screen__lever:disabled{cursor:default}.spin-screen__lever-mechanism{width:var(--spin-lever-body-width);pointer-events:none;position:absolute;inset-block-start:var(--spin-lever-mechanism-top);inset-block-end:calc(100% - var(--spin-lever-mechanism-top) - var(--spin-lever-mechanism-height));inset-inline-start:var(--spin-lever-mechanism-left)}.spin-screen__lever-ring{width:var(--spin-lever-ring-width);z-index:1;background:linear-gradient(#342b1cfa 0%,#8e7c5df5 14%,#ded2b8f0 37%,#b9a784eb 49%,#8a7653f2 67%,#281e12fa 100%);border-radius:0 .3rem .3rem 0;position:absolute;inset-block:50% 10%;inset-inline-start:calc(var(--spin-lever-center-x) - (var(--spin-lever-ring-width) / 2));overflow:hidden;box-shadow:inset 0 .125rem .1875rem #000c,0 0 0 .0313rem #ffebc014}.spin-screen__lever-ring:before{content:"";opacity:1;border-radius:0 .24rem .24rem 0;position:absolute;inset-block:8%;inset-inline:24% 18%}.spin-screen__lever-ring-shadow{opacity:.12;background:linear-gradient(#d6c7a633 0%,#48392129 44%,#120e0a33 52%,#362b192e 76%,#211a1229 100%);border-radius:0 .22rem .22rem 0;height:50%;transition:transform .24s cubic-bezier(.22,.85,.25,1.12),opacity .18s;position:absolute;inset-block-start:0;inset-inline:0 6%;transform:translateY(0)}.spin-screen__lever-arm{width:var(--spin-lever-arm-width);height:var(--spin-lever-arm-rest-height);z-index:4;background:linear-gradient(90deg,#101010fa,#5f5f5feb 47%,#393939f5 84%,#171717fa);border-radius:0 0 .28rem .28rem;transition:inset-block-start .24s cubic-bezier(.22,.85,.25,1.12),height .24s cubic-bezier(.22,.85,.25,1.12),filter .18s;position:absolute;inset-block-start:var(--spin-lever-arm-rest-top);inset-inline-start:var(--spin-lever-center-x);transform:translate(-50%);box-shadow:inset 0 .125rem .3125rem #000c}.spin-screen__lever-knob{width:var(--spin-lever-knob-size);height:var(--spin-lever-knob-size);z-index:5;background:radial-gradient(circle at 34% 28%,#fff8ddfa,#eeca65eb 38%,#a46811fa 100%);border-radius:50%;transition:inset-block-start .24s cubic-bezier(.22,.85,.25,1.12),height .24s cubic-bezier(.22,.85,.25,1.12),box-shadow .18s;position:absolute;inset-block-start:var(--spin-lever-knob-rest-top);inset-inline-start:var(--spin-lever-center-x);transform:translate(-50%);box-shadow:inset 0 .0938rem #fff8dcd1,0 0 0 .0625rem #663f09b3,0 .375rem .75rem #0d15245c}.spin-screen__lever-arm-shadow{width:calc(var(--spin-lever-arm-width) + .18rem);z-index:3;background:#040506d6;border-radius:62rem;height:.42rem;transition:inset-block-start .24s cubic-bezier(.22,.85,.25,1.12);position:absolute;inset-block-start:var(--spin-lever-arm-shadow-rest-top);inset-inline-start:var(--spin-lever-center-x);transform:translate(-50%);box-shadow:0 .125rem .1875rem #00000059}.spin-screen__lever:hover:not(:disabled){filter:brightness(1.05)}.spin-screen__lever:active:not(:disabled) .spin-screen__lever-arm,.spin-screen__lever--pulled .spin-screen__lever-arm{height:var(--spin-lever-arm-pulled-height);filter:brightness(1.04);inset-block-start:var(--spin-lever-arm-pulled-top)}.spin-screen__lever:active:not(:disabled) .spin-screen__lever-knob,.spin-screen__lever--pulled .spin-screen__lever-knob{inset-block-start:var(--spin-lever-knob-pulled-top);box-shadow:inset 0 .0938rem #fff8dcd6,0 0 0 .0625rem #663f09b8,0 .5rem 1rem #0d152461}.spin-screen__lever:active:not(:disabled) .spin-screen__lever-arm-shadow,.spin-screen__lever--pulled .spin-screen__lever-arm-shadow{inset-block-start:var(--spin-lever-arm-shadow-pulled-top)}.spin-screen__lever:active:not(:disabled) .spin-screen__lever-ring-shadow,.spin-screen__lever--pulled .spin-screen__lever-ring-shadow{opacity:.32;transform:translateY(116%)}.spin-screen__result{z-index:1;gap:var(--space-2);padding:var(--space-5) var(--space-6);flex-direction:column;animation:.56s cubic-bezier(.18,.9,.2,1) .28s both result-reveal;display:flex;position:absolute;top:59%;left:4%;right:4%}.spin-screen__result-tag{color:var(--color-text-accent);font-size:var(--font-size-eyebrow);letter-spacing:.125rem;font-weight:700}.spin-screen__result-value{color:var(--color-text-primary);font-family:var(--font-family-heading);font-size:1.125rem;line-height:1.2}.spin-screen__result-subline{color:#d6e3f7cc;font-size:.8125rem;font-weight:600;line-height:1.2}.spin-screen__result-error{color:var(--color-danger,#ffb4ae);font-size:.875rem;line-height:1.35}.spin-screen__cell:nth-child(3n+1){animation-delay:0s}.spin-screen__cell:nth-child(3n+2){animation-delay:.18s}.spin-screen__cell:nth-child(3n){animation-delay:.36s}@keyframes machine-glow-pulse{0%,to{opacity:.85}50%{opacity:1}}@keyframes spin-overlay-enter{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes symbol-idle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.125rem)}}@keyframes friend-token-pulse{0%,to{box-shadow:0 0 1rem #f1cf7233}50%{box-shadow:0 0 1.375rem #f1cf7257}}@keyframes result-reveal{0%{opacity:0;transform:translateY(1rem)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes reel-column-spin{0%{transform:translateY(-18%)}to{transform:translateY(18%)}}@keyframes reel-column-land{0%{transform:translateY(-8%)}68%{transform:translateY(4%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.spin-screen__stage:after,.spin-screen__top,.spin-screen__reels,.spin-screen__column,.spin-screen__bet,.spin-screen__lever-zone,.spin-screen__result,.spin-screen__cell,.spin-screen__cell--friend .spin-screen__symbol,.spin-screen__lever-ring-shadow,.spin-screen__lever-arm,.spin-screen__lever-knob,.spin-screen__lever-arm-shadow{transition:none;animation:none}}.top-screen{flex-direction:column;gap:1.125rem;display:flex}.top-screen__podium,.top-screen__section{isolation:auto;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;gap:.625rem;padding:0;display:flex;overflow:visible}.top-screen__podium:before,.top-screen__section:before{display:none}.top-screen__podium-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.625rem;display:grid}.top-screen__podium-card{-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);background:#18345eb8;border:.0625rem solid #a9d3ff2e;border-radius:1.375rem;flex-direction:column;justify-content:flex-end;align-items:center;min-height:7.375rem;padding:.75rem;display:flex}.top-screen__podium-card--first{background:linear-gradient(#325d91db,#2b5488b8);border-color:#f1cf7270;min-height:10.25rem;box-shadow:inset 0 .0625rem #ffffff24,0 .0625rem #ffffff14}.top-screen__podium-avatar,.top-screen__row-avatar{background:linear-gradient(#365c92e6,#19365dd6);border:.0625rem solid #a9d3ff38;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:inset 0 .0625rem #ffffff1f,0 .375rem 1rem #0611213d}.top-screen__podium-avatar{width:4rem;height:4rem;margin-bottom:.625rem}.top-screen__row-avatar{flex-shrink:0;width:2.75rem;height:2.75rem}.top-screen__avatar-image{object-fit:cover;width:100%;height:100%}.top-screen__avatar-fallback{color:var(--color-text-primary);font-family:var(--font-family-heading);letter-spacing:.04em;font-size:.9375rem;font-weight:700}.top-screen__podium-card--silver{min-height:8.25rem}.top-screen__podium-card--bronze{min-height:7.375rem}.top-screen__podium-rank{color:var(--color-text-primary);font-family:var(--font-family-heading);font-size:1.375rem;font-weight:700}.top-screen__podium-name,.top-screen__podium-handle,.top-screen__podium-score{text-align:center}.top-screen__podium-name{color:var(--color-text-primary);margin-top:.375rem;font-size:.9375rem;font-weight:700;line-height:1.2}.top-screen__podium-handle{color:#cdddf1b8;margin-top:.125rem;font-size:.8125rem}.top-screen__podium-score{color:var(--color-text-accent);font-family:var(--font-family-heading);margin-top:.5rem;font-size:1rem;font-weight:700}.top-screen__ranking{gap:var(--space-3);flex-direction:column;display:flex}.top-screen__gap{justify-content:center;align-items:center;gap:.375rem;padding:.125rem 0;display:flex}.top-screen__gap-dot{background:#9fb6d3b8;border-radius:50%;width:.3125rem;height:.3125rem}.top-screen__row{-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);background:#143056b8;border:.0625rem solid #a9d3ff29;border-radius:1.125rem;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.top-screen__row--current{background:#20497cb8;border-color:#f1cf72a8;box-shadow:inset 0 .0625rem #ffffff1f,0 .0625rem #ffffff14}.top-screen__row-main{align-items:center;gap:.75rem;min-width:0;display:flex}.top-screen__row-rank{color:#cdddf1c2;font-family:var(--font-family-heading);min-width:2.25rem;font-size:.9375rem;font-weight:700}.top-screen__row-copy{flex-direction:column;min-width:0;display:flex}.top-screen__row-label,.top-screen__row-handle,.top-screen__row-score{color:var(--color-text-primary)}.top-screen__row-label{font-size:.9375rem;font-weight:600;line-height:1.2}.top-screen__row-handle{color:#cdddf1b8;font-size:.8125rem;line-height:1.2}.top-screen__row-score{font-family:var(--font-family-heading);white-space:nowrap;font-size:1rem;font-weight:700}@media (width>=38.75rem){.top-screen{gap:1.25rem}}@media (width<=35rem){.top-screen__podium,.top-screen__section{gap:.875rem}}@media (width<=26.25rem){.top-screen__podium-rank{font-size:1.125rem}.top-screen__podium-avatar{width:3.375rem;height:3.375rem}.top-screen__row{padding:.75rem .875rem}.top-screen__row-label{font-size:.875rem}.top-screen__row-score{font-size:.9375rem}}@media (prefers-reduced-motion:reduce){.top-screen__podium-card,.top-screen__row{box-shadow:none}}
