.game-stage{position:relative;isolation:isolate;width:100%;min-height:300px;overflow:hidden;border:1px solid rgba(255,220,126,.22);border-radius:22px;background:radial-gradient(ellipse at 50% 22%,#493479,#251747 54%,#120d2b);box-shadow:inset 0 1px #ffffff1f,0 14px 28px #07031640}.game-stage canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.game-subscreen-header{display:flex;align-items:center;gap:10px;min-height:50px;margin-bottom:16px;direction:rtl}.game-subscreen-header h1{min-width:0;flex:1;font-size:clamp(22px,7vw,30px);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-back{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:#352253;color:#fff0d8;box-shadow:0 2px #160d31}.game-coins{display:flex;align-items:center;gap:3px;max-width:42%;min-height:36px;padding:2px 9px 2px 3px;border:1px solid rgba(255,210,101,.4);border-radius:999px;background:#38204f;color:#ffe58c;font-size:12px;font-weight:800;white-space:nowrap}.game-coins img{width:28px;height:28px;object-fit:contain}.game-coins span{overflow:hidden;text-overflow:ellipsis}.app-content--subscreen{min-height:100dvh;padding-bottom:calc(32px + var(--safe-bottom))}.outcome-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:calc(20px + var(--safe-top)) 16px calc(20px + var(--safe-bottom));background:#080319b5;animation:outcome-fade .18s both}.outcome-layer[data-tone=loss]{box-shadow:inset 0 0 0 4px #ff5f6780}.outcome-layer[data-tone=neutral]{background:#08031994}.outcome-layer[data-big="0"]{align-items:end;background:#0803195c}.outcome-layer[data-big="0"] .outcome-card{margin-bottom:8px;padding:7px 13px 12px}.outcome-layer[data-tone=win][data-big="2"]:before,.outcome-layer[data-tone=win][data-big="3"]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 50% 45%,transparent 38%,rgba(255,184,63,.11) 75%,rgba(255,209,95,.29) 100%);box-shadow:inset 0 0 0 2px #ffc95b2e}.outcome-layer[data-tone=win][data-big="3"]:before{background:radial-gradient(ellipse at 50% 44%,transparent 32%,rgba(255,184,63,.16) 70%,rgba(255,209,95,.42) 100%);box-shadow:inset 0 0 0 3px #ffc95b4d}.outcome-particles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.outcome-card{position:relative;width:min(100%,390px);max-height:calc(100dvh - 40px - var(--safe-top) - var(--safe-bottom));overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:8px 18px 18px;border:1px solid rgba(255,220,133,.4);border-radius:24px;background:linear-gradient(165deg,#4b306f,#2a194d 48%,#20143b);box-shadow:0 20px 52px #00000073,inset 0 2px #ffffff1f;color:#fff5e8;text-align:center;animation:outcome-pop .42s cubic-bezier(.22,1.25,.32,1) both}.outcome-layer[data-big="0"] .outcome-card{padding-top:10px;animation-duration:.3s}.outcome-layer[data-tone=loss] .outcome-card{border-color:#ff6a7780}.outcome-layer[data-tone=neutral] .outcome-card{border-color:#c5b7da66}.outcome-layer[data-big="3"] .outcome-card{animation-duration:.7s}.outcome-pose{height:clamp(112px,19vh,165px);width:210px;max-width:80%;object-fit:contain;filter:drop-shadow(0 9px 10px rgba(0,0,0,.32))}.outcome-layer[data-big="0"] .outcome-pose{height:68px}.outcome-layer[data-big="0"] .outcome-card h2{font-size:27px}.outcome-layer[data-big="0"] .outcome-amount{min-height:34px;margin-bottom:6px;font-size:27px}.outcome-layer[data-big="0"] .outcome-receipt{padding:7px}.outcome-layer[data-big="0"] .outcome-dismiss{min-height:44px;margin-top:8px}.outcome-layer[data-big="3"] .outcome-pose{height:clamp(160px,23vh,205px)}.outcome-card h2{margin:0;color:#ffdc82;font-size:clamp(27px,8vw,37px);line-height:1.15}.outcome-layer[data-tone=loss] h2{color:#ffadb4}.outcome-layer[data-tone=neutral] h2{color:#e5dbee}.outcome-amount{min-height:42px;margin:2px 0 10px;color:#aaf1c4;font-size:32px;font-weight:900;direction:ltr;font-variant-numeric:tabular-nums}.outcome-layer[data-tone=loss] .outcome-amount{color:#ffafb5}.outcome-layer[data-tone=neutral] .outcome-amount{color:#fff0d8}.outcome-amount small{margin-inline-start:5px;font-size:13px;font-weight:700}.outcome-receipt{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%;margin:0;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#190f34}.outcome-receipt div{min-width:0;display:grid;gap:2px}.outcome-receipt dt{font-size:11px;color:#d7c7e3}.outcome-receipt dd{margin:0;font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.outcome-lines{width:100%;margin:9px 0 0;padding:0 14px;text-align:right;color:#e8dcef;font-size:12px;line-height:1.6}.outcome-lines li{margin:2px 0}.outcome-dismiss{min-width:150px;min-height:48px;margin-top:12px;padding:9px 22px;border:0;border-radius:14px;background:#ffd677;color:#2a1742;font:inherit;font-weight:900;box-shadow:0 3px #ae713f}.outcome-dismiss:active,.game-back:active{transform:translateY(2px);box-shadow:none}@keyframes outcome-fade{0%{opacity:0}to{opacity:1}}@keyframes outcome-pop{0%{opacity:0;transform:translateY(18px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.outcome-layer,.outcome-card{animation:none!important}}:root[data-reduced-motion=true] .outcome-layer,:root[data-reduced-motion=true] .outcome-card{animation:none!important}.ch-button{border:1px solid rgba(255,255,255,.25);border-radius:16px;min-height:46px;padding:9px 17px;color:var(--cream);font-weight:800;box-shadow:inset 0 2px 1px #ffffff52,0 7px 17px #08021c47;transition:transform .18s,filter .18s}.ch-button:active{transform:translateY(2px) scale(.98)}.ch-button:disabled{opacity:.46;filter:grayscale(.4);box-shadow:none}.ch-button.primary{background:linear-gradient(165deg,#ff93ed,var(--magenta) 44%,#b727aa)}.ch-button.gold{background:linear-gradient(160deg,#ffe79b,var(--gold) 45%,#e89d1e);color:#332010}.ch-button.ghost{background:#ffffff17}.money-display{display:inline-flex;align-items:baseline;gap:5px;color:var(--gold);font:400 25px/1 Lalezar;white-space:nowrap}.money-display img{width:25px;align-self:center;filter:drop-shadow(0 3px 5px rgba(0,0,0,.35))}.money-display.large{font-size:48px;letter-spacing:-1px}.money-display.large img{width:38px}.money-unit{font:600 11px Vazirmatn;color:var(--cream);letter-spacing:0}.stake-picker{display:grid;gap:12px}.stake-chips{display:flex;gap:7px;overflow-x:auto;padding:4px 1px}.stake-chips button{flex:none;border:1px solid rgba(255,255,255,.2);color:var(--cream);border-radius:100px;background:#ffffff1c;padding:7px 12px}.stake-chips button.selected{background:var(--gold);color:var(--night)}.stake-chips button.guest{background:var(--cyan)}.stake-custom{display:flex;gap:8px}.stake-custom input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:#08032259;color:var(--cream);padding:8px 12px;direction:ltr;text-align:center}.stake-custom .ch-button{min-width:48px}.sheet-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:end;justify-content:center}.sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#050214b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sheet{position:relative;width:min(100%,480px);max-height:min(82dvh,760px);overflow:auto;border-radius:30px 30px 0 0;padding:10px 22px calc(24px + var(--safe-bottom));animation:sheet-in .28s cubic-bezier(.2,.8,.2,1)}.sheet-handle{width:42px;height:5px;border-radius:99px;background:#ffffff5c;margin:0 auto 17px}.sheet header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sheet h2{font-size:29px}.sheet-close{width:34px;height:34px;border:0;border-radius:50%;background:#ffffff24;color:var(--cream);display:grid;place-items:center;transform:rotate(45deg)}.toast{position:fixed;z-index:120;bottom:calc(102px + var(--safe-bottom));left:50%;width:max-content;max-width:calc(100% - 36px);transform:translate(-50%);padding:12px 19px;border:1px solid rgba(255,255,255,.3);border-radius:16px;background:#201448f5;box-shadow:0 12px 35px #00000059;text-align:center;animation:toast-in .2s}.skeleton{background:linear-gradient(100deg,#ffffff14 15%,#fff3,#ffffff14 65%);background-size:200% 100%;border-radius:10px;animation:shimmer 1.5s infinite}@keyframes sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes shimmer{to{background-position-x:-200%}}.pet-screen{color:var(--cream);padding-bottom:calc(20px + var(--safe-bottom));font-family:Vazirmatn,sans-serif}.pet-screen button{font-family:inherit;cursor:pointer}.pet-num{display:inline-block;direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums;font-weight:800}.pet-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-8px 0 12px}.pet-identity{min-width:0}.pet-eyebrow{display:block;color:#d6b9e6;font-size:11px;font-weight:700;letter-spacing:.02em}.pet-identity h2{font:400 clamp(26px,8vw,32px)/1.05 Lalezar;margin:0;color:#fff4dc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pet-top-actions{display:flex;gap:7px;align-items:center}.pet-wallet{display:flex;align-items:center;gap:2px;min-height:35px;padding:2px 7px 2px 9px;border:1px solid #e7c57580;border-radius:999px;background:#43274fd9;color:#ffe49a;font-size:12px;white-space:nowrap}.pet-wallet img{width:25px;height:25px;object-fit:contain}.pet-more{height:36px;width:36px;display:grid;place-items:center;border:1px solid #f5e4fb66;border-radius:12px;background:#442f64;color:#fff1e6;font-size:24px;line-height:0}.pet-room.game-stage{height:clamp(340px,43dvh,382px);min-height:0;border:1px solid #eccee277;border-radius:27px;box-shadow:0 11px 32px #08031c7a,inset 0 1px #fff7}.pet-room-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 72%;-webkit-user-select:none;user-select:none}.pet-room:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#10081e55 0%,transparent 23%,transparent 71%,#1c0c2c4a 100%)}.pet-room--night:after{background:radial-gradient(ellipse at 50% 67%,#ffc97b26,transparent 43%),linear-gradient(180deg,#0b091a66,transparent 43%,#1b102255)}.pet-room--sulk:after{background:#2d1b4670}.pet-dust{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.66}.pet-room-skyline{position:absolute;z-index:2;top:15px;right:18px;left:18px;display:flex;justify-content:space-between;align-items:center;color:#ffefd2;font-size:11px;font-weight:700;text-shadow:0 2px 8px #1b0e26}.pet-room-star{font-size:17px;color:#ffe899}.pet-figure{position:absolute;z-index:4;bottom:16px;left:50%;width:min(88%,320px);height:min(88%,320px);transform:translate(-50%);border:0;background:transparent;padding:0;touch-action:manipulation;outline-offset:2px;filter:drop-shadow(0 7px 4px #190e1f34)}.pet-figure:focus-visible{outline:3px solid #fff4b0;border-radius:30px}.pet-ground-shadow{position:absolute;bottom:11px;left:22%;width:56%;height:20px;border-radius:50%;background:#3217336e;filter:blur(8px);transform-origin:center;animation:pet-shadow 3.25s ease-in-out infinite}.pet-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:block;transform-origin:50% 92%;animation:pet-breathe 3.25s ease-in-out infinite}.pet-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.pet-image--enter{animation:pet-pose-in .13s ease-out both}.pet-image--exit{animation:pet-pose-out .13s ease-in both}.pet-blink{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;animation:pet-blink-in .12s steps(1,end) both}.pet-figure--still .pet-ground-shadow,.pet-figure--still .pet-image-wrap,.pet-figure:not(.pet-figure--idle) .pet-image-wrap{animation:none}.pet-bowl,.pet-toy,.pet-bed{position:absolute;z-index:3;bottom:35px;width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 6px 5px #23152170)}.pet-bowl{right:7px}.pet-toy{left:5px;width:64px}.pet-bed{left:31%;bottom:31px;width:38%;height:110px;opacity:.8}.pet-action-prop{position:absolute;z-index:5;object-fit:contain;pointer-events:none;filter:drop-shadow(0 7px 4px #1b122070)}.pet-action-prop--bowl{width:112px;bottom:18px;right:17%;animation:pet-prop-rise .45s cubic-bezier(.2,1.3,.3,1) both}.pet-action-prop--toy{width:82px;bottom:46px;left:16%;animation:pet-toy-arc 1s ease-in-out both}.pet-action-prop--door{width:140px;bottom:89px;right:3%;opacity:.88;animation:pet-prop-rise .45s ease-out both}.pet-room-discovery{position:absolute;z-index:3;bottom:28px;left:6px;width:82px;object-fit:contain}.pet-pat-ring{position:absolute;z-index:8;width:104px;height:104px;transform:translate(-50%,-50%);pointer-events:none;animation:pet-ring .7s ease-out both}.pet-tap-hint{position:absolute;z-index:6;bottom:10px;left:50%;width:max-content;max-width:80%;transform:translate(-50%);padding:4px 10px;border-radius:99px;background:#29163b99;color:#fff1db;font-size:10px;font-weight:700;box-shadow:0 1px 4px #1a112350;pointer-events:none}.pet-speech{position:absolute;z-index:7;top:55px;left:2%;width:152px;min-height:80px;animation:pet-bubble-in .2s ease-out both}.pet-speech img{width:100%;height:100%;object-fit:fill;position:absolute;top:0;right:0;bottom:0;left:0}.pet-speech span{position:relative;display:block;padding:15px 17px 23px;color:#543861;font-size:11px;font-weight:800;line-height:1.5;max-height:112px;overflow:hidden;text-align:center}.pet-ceremony{position:absolute;z-index:12;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#190c3180;color:#ffe9a8;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;animation:pet-ceremony-fade 1.7s ease-in-out both}.pet-ceremony img{width:124px;height:124px;object-fit:contain;animation:pet-medallion .55s cubic-bezier(.2,1.5,.3,1) both;filter:drop-shadow(0 7px 17px #ffc85788)}.pet-ceremony strong{font:400 28px/1.1 Lalezar;text-shadow:0 3px 7px #1b0c26}.pet-ceremony i{position:absolute;top:49%;left:50%;font-size:13px;color:#fff1a0;font-style:normal;--angle:calc(var(--i)*45deg);animation:pet-mote 1.25s ease-out both;animation-delay:.24s}.pet-status{padding:11px 2px 2px}.pet-status-line{display:flex;align-items:center;gap:9px}.pet-face{flex:none;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;border:1px solid #ffdf9e9c;background:radial-gradient(circle at 35% 25%,#fff1be,#e9a95e);color:#7a3d4c;font:400 29px/1 Lalezar;box-shadow:0 3px 9px #150a2466}.pet-status-meters{flex:1;min-width:0;display:grid;gap:6px}.pet-meter-head{display:flex;align-items:center;justify-content:space-between;gap:4px;color:#fff2e7;font-size:11px;font-weight:800;line-height:1.3}.pet-meter-value{white-space:nowrap}.pet-meter-value small{font-size:10px;color:#e3d0e9}.pet-meter-track{height:7px;border-radius:99px;overflow:hidden;background:#331c4d;border:1px solid #fff2e838;box-shadow:inset 0 1px 2px #140c2a}.pet-meter-track>span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#ee729a,#ffd17d);box-shadow:0 0 8px #fbaa91a0;transition:width .45s ease}.pet-meter--quiet .pet-meter-track>span{background:linear-gradient(90deg,#7f80e5,#d5afff);box-shadow:0 0 7px #b2a6e674}.pet-mood-line{margin:8px 0 0;text-align:center;font-size:11px;color:#efdaed;line-height:1.35}.pet-tier-notice{margin:4px 0 0;text-align:center;color:#ffe39a;font-weight:800;font-size:11px}.pet-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin:12px 0 11px}.pet-actions button{min-width:0;min-height:82px;border:1px solid #b49bc58c;border-radius:16px;background:linear-gradient(160deg,#63487dbb,#352454ee);box-shadow:inset 0 1px #fff7,0 4px 9px #10081b77;color:#fff3e3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:4px 1px;transition:transform .18s,filter .18s}.pet-actions button:active{transform:translateY(2px)}.pet-actions button:disabled{opacity:.51;filter:saturate(.55);box-shadow:none}.pet-actions img{width:36px;height:33px;object-fit:contain;filter:drop-shadow(0 2px 2px #160b24a8)}.pet-actions strong{font-size:11px;line-height:1.35}.pet-actions small{font-size:8.5px;color:#f1dce7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;direction:rtl}.pet-action-emoji{display:grid;place-items:center;width:36px;height:33px;color:#ffaac4;font:400 39px/1 Lalezar;text-shadow:0 2px 3px #301326}.pet-inline-error,.pet-error{color:#ffd1d3;font-size:11px;font-weight:700;line-height:1.5}.pet-inline-error{margin:0 2px 9px;padding:7px 10px;border:1px solid #ff9aa85c;border-radius:10px;background:#742d4a77}.pet-error{min-height:16px;margin:4px 0}.pet-shelf{display:grid;grid-template-columns:1.05fr .95fr;gap:7px}.pet-earn,.pet-discovery{min-width:0;min-height:67px;display:flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #f3d99762;border-radius:16px;background:linear-gradient(145deg,#74507b80,#30204c);color:#fff3e9;text-align:right;box-shadow:inset 0 1px #ffffff25}.pet-earn:disabled,.pet-discovery:disabled{opacity:.55}.pet-shelf-icon{width:32px;flex:none;color:#ffdb7f;font-size:30px;text-align:center}.pet-earn>span:nth-child(2),.pet-discovery span{min-width:0;display:grid}.pet-shelf small{color:#ddc8da;font-size:9px;font-weight:700}.pet-shelf strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pet-shelf em{font-style:normal;font-size:9px}.pet-shelf-arrow{margin-right:auto;color:#ffda81;font-size:18px}.pet-discovery img{width:37px;height:42px;object-fit:contain}.pet-details{display:flex;justify-content:space-between;gap:6px;margin:9px 3px 0;color:#c7b4d4;font-size:9px;font-weight:600}.pet-details span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pet-loading,.pet-load-error{min-height:60dvh;display:grid;place-content:center;justify-items:center;text-align:center;color:#fcebd6}.pet-loading-orb{width:62px;height:62px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#fff8c6,#eaa1df 48%,#523479);box-shadow:0 0 29px #f1b5dd87;animation:pet-loading 1.2s ease-in-out infinite}.pet-empty-carrier{position:absolute;z-index:4;width:130px;bottom:35px;left:50%;transform:translate(-50%);filter:drop-shadow(0 8px 10px #1b0d2080)}.pet-empty-copy{position:absolute;z-index:5;top:30px;left:20px;right:20px;text-align:center;color:#fff6e5;text-shadow:0 2px 6px #170d27}.pet-empty-copy h2{font:400 29px Lalezar;margin:0}.pet-empty-copy p{font-size:11px;margin:0}.pet-picker{margin-top:15px}.pet-picker-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.pet-picker-tabs button{min-height:39px;border:1px solid #d9b6dc55;border-radius:12px;background:#513363;color:#f7e6f4;font-weight:800}.pet-picker-tabs button.selected{border-color:#ffe19e;background:linear-gradient(150deg,#ffe4a1,#de99d6);color:#452445}.pet-picker-body{display:flex;align-items:center;gap:4px;min-height:99px;padding:7px 10px;margin:10px 0 6px;border:1px solid #e8d1e356;border-radius:17px;background:#38204db0;animation:pet-picker-peek .4s cubic-bezier(.2,1.3,.3,1) both}.pet-picker-body img{width:94px;height:88px;object-fit:contain}.pet-picker-body h3{font:400 24px/1 Lalezar;margin:0}.pet-picker-body p,.pet-cat-hint{font-size:10px;line-height:1.5;margin:2px 0}.pet-picker-body strong{color:#ffe18e;font-size:12px}.pet-odds-title{color:#e5d2e5;font-size:10px;margin:8px 1px 5px}.pet-odds{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px}.pet-odds span{padding:4px 7px;border-radius:99px;background:#724f84a0;color:#fff0dc;font-size:9px}.pet-picker .ch-button{width:100%}.pet-cat-hint{margin:10px 4px;color:#ecd0e5}.pet-menu-sheet,.pet-form-sheet,.pet-confirm,.pet-talk-sheet{color:#fff2e3}.pet-sheet-note{color:#dfcee7;font-size:12px;line-height:1.65}.pet-home-list{display:grid;gap:7px;margin:12px 0}.pet-home-list button{display:flex;align-items:center;gap:9px;width:100%;min-height:55px;border:1px solid #fff4df44;border-radius:14px;background:#38245b;color:#fff1de;text-align:right;padding:3px 8px}.pet-home-list button.selected{border-color:#ffd988;background:#654474}.pet-home-list button img{width:48px;height:48px;object-fit:contain}.pet-home-list button span{display:grid;font-weight:800;font-size:12px}.pet-home-list button small{font-size:9px;color:#e7d2e3}.pet-home-list button b{margin-right:auto;color:#ffe1a0;font-size:10px}.pet-menu-row{display:block;width:100%;min-height:47px;padding:9px 12px;margin-top:7px;border:1px solid #ffffff38;border-radius:12px;background:#453061;color:#fff1e5;text-align:right;font-size:12px;font-weight:800}.pet-menu-row:disabled{opacity:.5}.pet-menu-row--danger{color:#ffc7d0}.pet-form-sheet p{font-size:12px}.pet-form-sheet input,.pet-talk-form input{width:100%;min-height:48px;padding:10px 13px;border:1px solid #f0d8e56b;border-radius:13px;background:#1c1236;color:#fff5e9;font:inherit}.pet-form-sheet .ch-button,.pet-confirm .ch-button{width:100%;margin-top:8px}.pet-confirm>p:first-child{font-size:15px;font-weight:800;margin:0}.pet-confirm-price{display:flex;justify-content:space-between;padding:12px;margin-top:13px;border:1px solid #ffe09266;border-radius:14px;background:#513365;font-size:13px}.pet-confirm-price strong{color:#ffe49b}.pet-talk-portrait{display:flex;align-items:center;gap:9px}.pet-talk-portrait img{width:75px;height:75px;object-fit:contain}.pet-talk-portrait div{display:grid;gap:3px}.pet-talk-portrait strong{font:400 24px Lalezar}.pet-talk-portrait small{font-size:10px;color:#e6cfe4}.pet-chat-history{height:min(34dvh,260px);overflow:auto;display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:11px;margin:8px 0;border:1px solid #ffecf041;border-radius:15px;background:#1b1237}.pet-chat-line{max-width:88%;margin:0;padding:8px 11px;border-radius:13px 13px 3px;background:#60437a;font-size:12px;line-height:1.6}.pet-chat-line--user{align-self:flex-end;border-radius:13px 13px 13px 3px;background:#8c5480}.pet-chat-empty{margin:auto;color:#cab9d4;font-size:12px}.pet-talk-form{display:flex;gap:6px}.pet-talk-form input{min-width:0;flex:1}.pet-talk-form button{border:0;border-radius:12px;background:#ffcf71;color:#351b42;font-size:11px;font-weight:900;padding:0 10px}.pet-talk-form button:disabled{opacity:.5}.pet-reveal{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#8c5a9dd9,#1a0c35f2 72%);color:#fff1d3;text-align:center}.pet-reveal img{width:270px;height:270px;object-fit:contain;animation:pet-reveal-in .75s cubic-bezier(.18,1.4,.2,1) both}.pet-reveal strong{font:400 35px Lalezar}.pet-reveal span{font-size:13px;color:#ffe29b}@keyframes pet-breathe{50%{transform:scaleY(1.012) translate(var(--gaze-x,0px),var(--gaze-y,0px))}}@keyframes pet-shadow{50%{transform:scaleX(.95);opacity:.8}}@keyframes pet-pose-in{0%{opacity:0;transform:translateY(5px) scale(.97)}to{opacity:1;transform:none}}@keyframes pet-pose-out{0%{opacity:1}to{opacity:0}}@keyframes pet-blink-in{0%,to{opacity:0}20%,80%{opacity:1}}@keyframes pet-ring{0%{opacity:.88;transform:translate(-50%,-50%) scale(.45)}to{opacity:0;transform:translate(-50%,-50%) scale(1.45)}}@keyframes pet-prop-rise{0%{opacity:0;transform:translateY(26px) scale(.7)}to{opacity:1;transform:none}}@keyframes pet-toy-arc{0%{opacity:0;transform:translate(30px,30px) rotate(-25deg)}55%{opacity:1;transform:translate(-22px,-20px) rotate(18deg)}to{opacity:1;transform:none}}@keyframes pet-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.9)}to{opacity:1;transform:none}}@keyframes pet-ceremony-fade{0%{opacity:0}18%,75%{opacity:1}to{opacity:0}}@keyframes pet-medallion{0%{opacity:0;transform:translateY(70px) rotateY(90deg) scale(.55)}to{opacity:1;transform:none}}@keyframes pet-mote{0%{opacity:0;transform:rotate(calc(var(--i)*45deg)) translate(0)}25%{opacity:1}80%{opacity:1;transform:rotate(calc(var(--i)*45deg)) translate(92px)}to{opacity:0;transform:rotate(calc(var(--i)*45deg)) translate(40px) translateY(125px)}}@keyframes pet-picker-peek{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:none}}@keyframes pet-reveal-in{0%{opacity:0;transform:translateY(45px) scale(.55)}to{opacity:1;transform:none}}@keyframes pet-loading{50%{transform:scale(1.1);filter:brightness(1.16)}}@media(max-width:370px){.pet-room.game-stage{height:350px}.pet-figure{width:min(90%,300px);height:min(90%,300px)}.pet-actions{gap:4px}.pet-actions button{min-height:78px}.pet-actions small{font-size:8px}}@media(min-width:420px){.pet-room.game-stage{height:385px}.pet-figure{width:335px;height:335px}.pet-actions button{min-height:86px}}@media(prefers-reduced-motion:reduce){.pet-screen *,.pet-screen *:before,.pet-screen *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}:root[data-reduced-motion=true] .pet-screen *,:root[data-reduced-motion=true] .pet-screen *:before,:root[data-reduced-motion=true] .pet-screen *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.home-screen{display:grid;gap:18px}.home-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:30px}.topline-kicker{font:400 25px/1 Lalezar;color:var(--cream);text-shadow:0 3px 12px #180c3a}.usd-ticker{display:flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid rgba(255,255,255,.2);border-radius:99px;background:#110928a6;font-size:10px;white-space:nowrap}.usd-ticker i{width:5px;height:5px;border-radius:50%;background:var(--cyan);box-shadow:0 0 6px var(--cyan)}.usd-ticker b{color:var(--gold);font-size:13px}.hero-card{position:relative;height:410px;overflow:hidden;padding:0;border-color:#ffefb654}.hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 34%,rgba(178,104,238,.4),transparent 48%),linear-gradient(180deg,#1f0d3d1a,#160a351a 43%,#160c32 83%);z-index:1;pointer-events:none}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;--parallax:0px;--tilt:0px}.hero-art img{position:absolute;left:50%;top:0;width:100%;height:76%;transform:translate(calc(-50% + var(--tilt))) translateY(var(--parallax));filter:drop-shadow(0 20px 19px rgba(14,3,31,.45));transition:transform .35s ease}.hero-art img.default-image{object-fit:contain;object-position:center 10%;height:75%;width:97%}.hero-art img.skin-image{object-fit:cover;object-position:50% 27%}.hero-halo{position:absolute;width:270px;height:270px;border:1px solid rgba(255,202,61,.33);border-radius:50%;top:25px;left:50%;transform:translate(-50%);box-shadow:0 0 0 19px #ffca3d0b,0 0 0 45px #ffca3d09,inset 0 0 24px #ffca3d26}.hero-spark{position:absolute;font-size:21px;color:var(--gold);text-shadow:0 0 14px var(--gold)}.hero-spark.one{top:58px;right:30px}.hero-spark.two{top:170px;left:20px;font-size:13px}.hero-caption{position:absolute;z-index:2;bottom:0;width:100%;padding:0 20px 17px}.eyebrow,.section-eyebrow{font-size:11px;font-weight:800;letter-spacing:.05em;color:var(--cyan)}.hero-caption h1{font-size:43px;line-height:1.02;color:var(--cream);text-shadow:0 3px 10px #190b35}.level-row{display:flex;align-items:center;gap:10px;margin:4px 0 13px;font-size:13px}.level-row strong{font-weight:600;color:#fff3e3c7}.level-badge{padding:2px 11px 3px;border-radius:99px;background:var(--gold);color:#321e38;font-weight:900}.progress-copy{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:#fff3e3c7}.progress-copy .number{font-size:13px}.progress-track,.mood-track,.task-track{height:7px;border-radius:99px;overflow:hidden;background:#07041c9e;box-shadow:inset 0 1px 3px #00000073}.progress-track i,.mood-track i,.task-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--magenta),#ffb3ee);box-shadow:0 0 8px var(--magenta)}.mood-line{display:flex;align-items:center;gap:7px;padding-top:12px;font-size:11px}.mood-line .mood-face{font:800 17px/1 sans-serif;white-space:nowrap}.mood-line strong{font-weight:800}.mood-track{flex:1;height:5px}.mood-line .number{font-size:16px}.money-card{position:relative;overflow:hidden;padding:18px 19px 14px}.money-card .section-eyebrow{color:var(--magenta)}.wallet-label{font-size:13px;color:#fff3e3b8}.money-card .money-display{position:relative;z-index:1;margin:0 0 18px}.money-glow{position:absolute;width:250px;height:100px;top:45px;right:0;background:radial-gradient(ellipse,rgba(255,196,42,.18),transparent 70%);pointer-events:none}.balance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.balance-stat,.portfolio-change{display:flex;flex-direction:column;gap:0;min-width:0;padding:8px 11px;background:#170d34b8}.balance-stat span,.portfolio-change span{font-size:10px;color:#fff3e3ad}.balance-stat strong,.portfolio-change strong{font-size:20px;font-weight:400;white-space:nowrap}.balance-stat.wealth strong{color:var(--gold)}.portfolio-change strong{color:var(--win)}.balance-stat.negative strong{color:var(--loss)}.shop-wallet{display:flex;align-items:center;gap:5px;margin-top:12px;padding:6px 10px;border-radius:12px;background:#ffffff14;font-size:10px}.shop-wallet img{width:27px;height:27px;object-fit:contain}.shop-wallet span{flex:1}.shop-wallet strong{font-size:17px;color:var(--cyan);font-weight:400}.shop-wallet small{color:#fff3e3a6}.home-section{display:grid;gap:11px}.section-heading{display:flex;justify-content:space-between;align-items:end;padding:0 3px}.section-heading h2{font-size:30px}.section-flourish{color:var(--gold);font-size:26px}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.status-chip{display:flex;align-items:center;gap:8px;min-width:0;min-height:51px;padding:8px 10px;border:1px solid rgba(255,255,255,.17);border-radius:14px;background:#2e1d5cba;box-shadow:inset 0 1px #ffffff21}.status-chip svg{flex:none;color:var(--gold)}.status-chip span{display:flex;flex-direction:column;min-width:0;font-size:9px;line-height:1.4;color:#fff3e396}.status-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;color:var(--cream)}.status-chip small{font-size:9px;color:var(--win)}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.action-tile{display:flex;align-items:center;text-align:right;gap:10px;min-width:0;min-height:76px;padding:9px 11px;border:1px solid rgba(255,255,255,.22);border-top-color:#ffffff6b;border-radius:17px;background:linear-gradient(155deg,#59408e,#30205e 75%);box-shadow:inset 0 2px #ffffff26,0 7px 14px #07031d40;color:var(--cream);transition:transform .2s,filter .2s}.action-tile:active{transform:scale(.97)}.action-tile:disabled{opacity:.45;filter:grayscale(.4)}.action-tile.gold{background:linear-gradient(150deg,#8a6630,#5b3673 55%,#39245f)}.action-tile.cyan{background:linear-gradient(150deg,#24667c,#3d286f 72%)}.action-tile.pink{background:linear-gradient(150deg,#85427e,#412369 72%)}.action-icon{display:grid;place-items:center;flex:none;width:44px;height:44px;border-radius:14px;background:#ffffff1f;color:var(--gold);box-shadow:inset 0 1px #ffffff47}.action-tile.cyan .action-icon{color:var(--cyan)}.action-tile.pink .action-icon{color:#ff9fe9}.action-copy{display:grid;min-width:0}.action-copy strong{font-size:13px;font-weight:800;white-space:nowrap}.action-copy small{font-size:9px;line-height:1.4;color:#fff3e3a6}.casino-link{display:flex;align-items:center;gap:12px;width:100%;min-height:77px;padding:8px 15px;border:1px solid rgba(255,222,118,.5);border-radius:20px;background:linear-gradient(110deg,#642978,#763467,#b75b4f);color:var(--cream);text-align:right;box-shadow:inset 0 2px #fff3,0 9px 18px #08021c40}.casino-link img{width:51px;height:51px;object-fit:contain}.casino-link span:nth-child(2){display:grid;flex:1}.casino-link strong{font:400 25px/1.1 Lalezar}.casino-link small{font-size:10px}.casino-arrow{font-size:25px;color:var(--gold)}.bank-sheet,.tasks-list,.wealth-sheet,.group-sheet{display:grid;gap:14px}.segmented{display:flex;padding:4px;border-radius:16px;background:#07031d57}.segmented button{flex:1;padding:8px 5px;border:0;border-radius:13px;background:transparent;color:var(--cream);font-size:12px}.segmented button.selected{background:var(--magenta);color:var(--night);font-weight:900}.sheet-balance{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;font-size:12px}.sheet-balance strong{margin-right:auto;font-size:25px;color:var(--gold);font-weight:400}.input-label{font-size:12px}.amount-field{display:flex;gap:7px}.amount-field input{width:100%;min-width:0;padding:12px;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:#0502194d;color:var(--cream);text-align:center}.amount-field button{border:0;border-radius:13px;padding:0 13px;background:var(--gold);color:var(--night);font-weight:800}.task-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:11px;border-radius:14px;background:#ffffff14}.task-row>div:first-child{display:grid}.task-row strong{font-size:12px}.task-row span{font-size:10px;color:#fff3e3a6}.task-reward{display:flex;align-items:center;gap:4px;color:var(--gold);font:400 19px Lalezar}.task-reward img{width:18px}.task-track{grid-column:1/-1;height:5px}.task-track i{background:var(--cyan)}.wealth-sheet>div{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.13)}.wealth-sheet strong{font-size:22px;color:var(--gold);font-weight:400}.wealth-sheet .wealth-total{font-weight:900}.wealth-sheet p,.group-sheet p{font-size:12px;color:#fff3e3b3}.group-sheet{text-align:center;justify-items:center}.group-illustration{height:120px;width:100%;display:grid;place-items:center}.group-illustration img{height:125px}.command-pill{width:100%;padding:11px;border:1px solid rgba(255,200,61,.6);border-radius:15px;background:#ffc83d24;font:400 26px Lalezar;color:var(--gold)}.group-sheet .cooldown-note{color:var(--cyan)}.group-hint strong{color:var(--cream)}.home-loading{display:grid;gap:15px}.placeholder-screen{display:grid;place-items:center;align-content:center;gap:12px;min-height:calc(100dvh - 150px);text-align:center}.placeholder-screen img{width:145px;height:145px;object-fit:contain}.placeholder-screen h1{font-size:42px}.placeholder-screen p{font-size:13px;color:#fff3e3a6}@media(max-width:370px){.money-display.large{font-size:43px}.money-display.large img{width:31px}.action-tile{gap:6px;padding:8px}.action-icon{width:39px;height:39px}.action-copy strong{font-size:12px}.hero-card{height:390px}}.status-chip-link{all:unset;display:contents;cursor:pointer}.crash-screen{display:grid;gap:12px;max-width:520px;margin:0 auto;padding-bottom:calc(20px + var(--safe-bottom))}.crash-history-band{display:flex;align-items:center;gap:9px;min-width:0;min-height:30px}.crash-live-dot{flex:none;width:7px;height:7px;border-radius:50%;background:var(--win);box-shadow:0 0 9px var(--win)}.crash-history{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0;width:100%;overflow:hidden}.crash-history span{flex:0 1 auto;min-width:0;white-space:nowrap;padding:3px 6px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#ffffff0e;font:400 14px/1.4 Lalezar}.crash-history .low{color:#b5a9cc}.crash-history .mid{color:#7ae5ed;border-color:#7ae5ed38;background:#34a8be1a}.crash-history .high{color:#ffda7b;border-color:#ffc83d47;background:#ffc83d1f}.crash-history .empty{color:#b5a9cc;font:600 11px Vazirmatn}.crash-stage{height:284px;min-height:284px;contain:paint;background:#100c29}.crash-stage--crashed{animation:crash-jolt .16s ease-out}.crash-sky{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:linear-gradient(90deg,#0b0720e0,#0d09257a 56%,#100d2f1a),url(../art/space.webp) center 55%/cover;transform:translateY(var(--crash-camera));transition:transform .12s linear}.crash-sky:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(14,9,34,.48),transparent 42%);pointer-events:none}.crash-sky-stars{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,#fff 1px,transparent 1.5px),radial-gradient(circle,#6ee9f7 .8px,transparent 1.3px);background-size:67px 73px,89px 102px;background-position:20px 30px,49px 13px;opacity:.25}.crash-planet{position:absolute;right:-105px;bottom:-195px;width:320px;height:255px;border-radius:50%;background:radial-gradient(circle at 40% 0%,#7ef4ff33,#354a8066 32%,#0806222b 62%);box-shadow:0 -11px 24px #4ed2f424}.crash-rocket-wrap{position:absolute;z-index:2;right:4px;bottom:-22px;width:184px;height:205px;transform:translate(var(--crash-x),var(--crash-y));transition:transform .12s linear;filter:drop-shadow(0 12px 18px rgba(0,0,0,.5))}.crash-rocket{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.crash-flame{position:absolute;z-index:1;width:108px;height:108px;object-fit:contain;left:-15px;bottom:-13px;filter:drop-shadow(0 0 9px rgba(255,180,46,.8));transform:rotate(-8deg);transform-origin:70% 20%}.crash-stage--flying .crash-flame{animation:crash-exhaust .28s ease-in-out infinite alternate}.crash-stage--betting .crash-flame,.crash-stage--waiting .crash-flame{opacity:.35;transform:scale(.75) rotate(-8deg)}.crash-shock{position:absolute;z-index:3;right:calc(19px - var(--crash-x));bottom:calc(27px - var(--crash-y));width:160px;height:160px;object-fit:contain;animation:crash-shock .48s ease-out both}.crash-stage--crashed:after{content:"";position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;background:#fff;animation:crash-flash .35s ease-out both;pointer-events:none}.crash-stage-copy{position:absolute;z-index:5;top:26px;left:21px;display:flex;flex-direction:column;align-items:flex-start;text-shadow:0 2px 14px #090421}.crash-mult{font:400 clamp(56px,17vw,78px)/1 Lalezar;color:#fff0ba;filter:drop-shadow(0 0 13px rgba(255,196,65,.3));white-space:nowrap}.crash-mult.dimmed{color:#ffe6ac;opacity:.7;filter:none}.crash-mult.crashed{color:#ff899a;filter:none}.crash-stage-caption{margin-top:4px;color:#f5ecfa;font-size:13px;font-weight:800}.crash-stage-caption.crashed{color:#ff9bab}.crash-countdown-track{position:absolute;z-index:5;right:17px;bottom:15px;left:17px;height:4px;overflow:hidden;border-radius:99px;background:#ffffff29}.crash-countdown-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--magenta),var(--gold));transition:width .07s linear}.crash-sync{color:#a6eaff;font-size:11px;text-align:center}.crash-bet-panel{display:grid;gap:10px;padding:13px 14px;border:1px solid rgba(255,243,227,.2);border-radius:19px;background:linear-gradient(150deg,#4731778c,#20144bb8);box-shadow:inset 0 1px #ffffff2b}.crash-section-label{display:flex;align-items:center;justify-content:space-between;font-size:12px}.crash-section-label strong{color:#fff0df}.crash-section-label span{color:#bdb4d7;font-size:11px}.crash-stake-field{margin:0;padding:0;border:0;min-width:0}.crash-stake-field:disabled{opacity:.48}.crash-screen .stake-picker{gap:9px}.crash-screen .stake-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;overflow:visible;padding:0}.crash-screen .stake-chips button{min-width:0;min-height:34px;padding:4px 2px;border-radius:10px;white-space:nowrap}.crash-screen .stake-chips .number{font-size:14px}.crash-screen .stake-custom{gap:7px}.crash-screen .stake-custom input{min-height:38px;padding:5px;text-align:center}.crash-screen .stake-custom .ch-button{min-height:38px;min-width:39px;padding:4px 7px;border-radius:11px;font-size:13px;box-shadow:none}.crash-stake-loading{font-size:12px;color:#c9bedb}.crash-auto{display:grid;gap:8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.11)}.crash-auto-switch{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:26px;padding:0;border:0;background:none;color:#fff1e4;font-size:12px;font-weight:800;text-align:right}.crash-auto-switch i{position:relative;width:38px;height:22px;flex:none;border-radius:20px;background:#665778;border:1px solid #ffffff42;transition:background .2s}.crash-auto-switch i:after{content:"";position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;background:#f8edee;transition:transform .2s}.crash-auto-switch[aria-checked=true] i{background:var(--gold)}.crash-auto-switch[aria-checked=true] i:after{transform:translate(-16px);background:#38213e}.crash-auto-switch:disabled{opacity:.54}.crash-auto-presets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.crash-auto-presets button,.crash-auto-value button{min-width:0;min-height:32px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#0d082659;color:#e6dcef}.crash-auto-presets button{font-size:15px}.crash-auto-presets button.selected{color:#3b2447;border-color:#ffdda0;background:#ffda83}.crash-auto-presets button:disabled,.crash-auto-value button:disabled{opacity:.45}.crash-auto-value{display:flex;align-items:stretch;gap:6px;height:36px}.crash-auto-value button{width:39px;font-size:19px;line-height:1}.crash-auto-value label{display:flex;justify-content:center;align-items:center;gap:3px;min-width:0;max-width:105px;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:#0a061e59;color:#ffe29b;font:400 20px Lalezar}.crash-auto-value input{width:45px;min-width:0;padding:0;border:0;outline:0;background:none;color:inherit;text-align:center;font:inherit}.crash-auto-explain{color:#d9d0e5;font-size:11.5px;line-height:1.75}.crash-auto-explain b{color:#ffdb83;font-size:14px}.crash-action{display:grid;gap:5px}.crash-action .ch-button{width:100%;min-height:53px;border-radius:15px;font-size:16px}.crash-action .ch-button .number{margin-right:3px;font-size:22px}.crash-action .ch-button.crash-cash-action:disabled{opacity:1;filter:none}.crash-action .ch-button.crash-quiet-action{min-height:39px;padding:6px 10px;border-color:#ffffff21;background:#ffffff0e;box-shadow:none;color:#d7cce7;font-size:12px;opacity:1;filter:none}.crash-action .crash-quiet-action .number{font-size:15px}.crash-action small{color:#cfc3e1;font-size:11px;text-align:center}.crash-error{padding:8px 10px;border:1px solid rgba(255,90,110,.32);border-radius:10px;background:#ff5a6e1c;color:#ffb9c4;font-size:12px}.crash-players{min-width:0;padding:12px;border:1px solid #7552a4;border-radius:18px;background:linear-gradient(180deg,#26174f,#170f33);box-shadow:inset 0 1px #ffecff29,0 0 24px #7a40d338,0 12px 25px #09051e47;color:#fff3e3}.crash-players.is-empty{padding-bottom:15px}.crash-players .number{direction:ltr;unicode-bidi:isolate;font-variant-numeric:tabular-nums}.crash-players-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:29px;margin-bottom:9px}.crash-players-title{display:flex;align-items:center;gap:8px;min-width:0}.crash-players-head h2{margin:0;color:#fff3e3;font:400 21px/1 Lalezar;white-space:nowrap}.crash-players-count{display:inline-flex;align-items:center;gap:3px;flex:none;padding:2px 8px;border:1px solid rgba(199,165,251,.36);border-radius:99px;background:#48306f;color:#f2e6ff;font-size:11px;font-weight:800;white-space:nowrap}.crash-players-count b{font-size:12px}.crash-players-pot{min-width:0;color:#d6bfe7;font-size:10px;font-weight:700;white-space:nowrap}.crash-players-pot b{color:#ffe4a0;font-size:12px}.crash-players-ticker{display:flex;align-items:center;gap:5px;min-width:0;min-height:31px;margin:0 0 8px;padding:5px 9px;border:1px solid rgba(92,242,164,.35);border-radius:9px;background:#20473f;color:#c9ffe1;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;animation:crash-crew-ticker 2.5s ease both}.crash-players-ticker span{overflow:hidden;text-overflow:ellipsis}.crash-players-ticker .number{color:#a8ffcb}.crash-ticker-spark{flex:none;color:#7affb2}.crash-ticker-profit{flex:none;font-size:12px}.crash-players-list{display:grid;gap:6px;max-height:492px;overflow-y:auto;scrollbar-width:none}.crash-players-list::-webkit-scrollbar{display:none}.crash-player{position:relative;display:flex;flex-direction:row-reverse;align-items:center;gap:9px;min-width:0;min-height:54px;padding:6px 9px;border:1px solid rgba(180,155,230,.16);border-left:3px solid transparent;border-radius:11px;background:#302050;transition:background-color .2s,border-color .2s,box-shadow .2s}.crash-player-avatar{display:grid;place-items:center;flex:none;width:33px;height:33px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:inset 0 1px #ffffff2b;color:#fff;font:400 18px/1 Lalezar}.crash-player-name{display:grid;gap:2px;min-width:0;flex:1}.crash-player-name-line{display:flex;align-items:center;gap:5px;min-width:0}.crash-player-name strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff6ef;font-size:12px;font-weight:900}.crash-player-name small{color:#c9bddb;font-size:10px;white-space:nowrap}.crash-player-name small b{font-size:11px}.crash-me-tag{flex:none;padding:1px 5px;border-radius:5px;background:#ffda83;color:#332047;font-size:10px;font-style:normal;font-weight:900}.crash-player.mine{border-color:#f4c767;box-shadow:inset 0 0 0 1px #ffda8347,0 0 9px #ffc83d2e}.crash-player-result{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;flex:none;min-width:55px;max-width:55%;font-size:11px;font-weight:900;white-space:nowrap}.crash-player-result--ready{padding:4px 7px;border-radius:7px;background:#49365f;color:#e0d1ec}.crash-player-result--live{padding:4px 6px;border-radius:7px;background:#43e6ff1f;color:#9cf3ff;font-size:13px}.crash-aboard-dot{flex:none;width:6px;height:6px;border-radius:50%;background:#43e6ff;box-shadow:0 0 8px #43e6ff;animation:crash-crew-pulse 1.1s ease-in-out infinite}.crash-player--won{border-left-color:#5cf2a4;background:linear-gradient(90deg,#5cf2a433,#5cf2a41f),#1c343b;animation:crash-crew-win .42s ease-out}.crash-player.mine.crash-player--won{border-left-color:#5cf2a4}.crash-player--won .crash-player-result{padding:4px 6px;border-radius:7px;background:#5cf2a421;color:#83ffc0;font-size:12px}.crash-player--won.big-win{border-color:#ffda83;border-left-color:#5cf2a4;box-shadow:inset 0 0 0 1px #ffda8359,0 0 14px #ffc83d54;background:linear-gradient(90deg,#ffc83d30,#5cf2a429),#29393b}.crash-player--won.big-win .crash-player-result{color:#ffdf87}.crash-player--lost{border-left-color:#ff5a6e;background:#ff5a6e26}.crash-player.mine.crash-player--lost{border-left-color:#ff5a6e}.crash-player--lost .crash-player-result{padding:4px 7px;border-radius:7px;background:#ff5a6e33;color:#ff9ead;animation:crash-crew-shake .3s ease-out}.crash-players-empty{margin:0;padding:9px 2px 3px;color:#c8b8dd;font-size:12px;text-align:center}@keyframes crash-crew-ticker{0%{opacity:0;transform:translateY(-9px)}12%,82%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes crash-crew-pulse{50%{opacity:.45;box-shadow:0 0 2px #43e6ff}}@keyframes crash-crew-win{0%{filter:brightness(1.8);transform:scale(1.025)}to{filter:brightness(1);transform:scale(1)}}@keyframes crash-crew-shake{20%,60%{transform:translate(2px)}40%,80%{transform:translate(-2px)}}@keyframes crash-exhaust{to{transform:scale(1.12) rotate(-8deg);opacity:.7}}@keyframes crash-shock{0%{transform:scale(.35);opacity:1}to{transform:scale(1.35);opacity:0}}@keyframes crash-flash{0%{opacity:.7}to{opacity:0}}@keyframes crash-jolt{0%,to{transform:translate(0)}40%{transform:translate(3px)}70%{transform:translate(-2px)}}@media(max-width:370px){.crash-stage{height:270px;min-height:270px}.crash-rocket-wrap{right:-10px;width:168px}.crash-screen .stake-chips .number{font-size:12px}}@media(prefers-reduced-motion:reduce){.crash-stage,.crash-shock,.crash-stage--crashed:after,.crash-flame,.crash-players-ticker,.crash-aboard-dot,.crash-player--won,.crash-player--lost .crash-player-result{animation:none!important}.crash-sky,.crash-rocket-wrap,.crash-player{transition:none!important}.crash-shock{opacity:0}}:root[data-reduced-motion=true] .crash-stage,:root[data-reduced-motion=true] .crash-shock,:root[data-reduced-motion=true] .crash-stage--crashed:after,:root[data-reduced-motion=true] .crash-flame,:root[data-reduced-motion=true] .crash-players-ticker,:root[data-reduced-motion=true] .crash-aboard-dot,:root[data-reduced-motion=true] .crash-player--won,:root[data-reduced-motion=true] .crash-player--lost .crash-player-result{animation:none!important}:root[data-reduced-motion=true] .crash-sky,:root[data-reduced-motion=true] .crash-rocket-wrap{transition:none!important}:root[data-reduced-motion=true] .crash-player{transition:none!important}.casino-hub{display:grid;gap:14px;max-width:520px;margin:0 auto;padding-bottom:5px}.casino-head{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:2px 1px 4px}.casino-eyebrow{font:800 10px/1 Vazirmatn;letter-spacing:2.8px;color:var(--cyan)}.casino-head h1{font:400 39px/1 Lalezar;margin:4px 0 0;color:var(--cream)}.casino-head p{font-size:11px;color:#c9bfe0;white-space:nowrap}.casino-wallet{display:grid;justify-items:center;min-width:116px;padding:7px 11px;border:1px solid rgba(255,200,61,.35);border-radius:17px;background:linear-gradient(150deg,#4b3678bf,#1d123fe6);box-shadow:inset 0 1px #ffffff38,0 7px 20px #00000029}.casino-wallet-label,.casino-wallet small{font:700 10px/1.3 Vazirmatn;color:#e6d7b5}.casino-wallet .number{font:400 24px/1 Lalezar;color:var(--gold)}.casino-feature{position:relative;display:block;overflow:hidden;isolation:isolate;width:100%;height:203px;padding:16px 19px;text-align:right;color:var(--cream);border:1px solid rgba(255,220,146,.45);border-radius:23px;background:linear-gradient(90deg,#110b2bf7,#18103ae8 53%,#1f1f4d42),url(../art/space.webp) 68% 40%/cover;box-shadow:inset 0 1px #ffffff4f,0 15px 30px #04021b54}.casino-feature:active{transform:translateY(2px)}.casino-feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,#b8e9ff 1px,transparent 1.5px);background-size:83px 91px;background-position:38px 21px;opacity:.2;animation:casino-far-stars 1.05s cubic-bezier(.2,.75,.2,1) both;pointer-events:none}.casino-feature-stars{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,#fff 1px,transparent 1.5px),radial-gradient(circle,#9ceaff .7px,transparent 1.5px);background-size:47px 54px,61px 69px;background-position:5px 8px,18px 33px;opacity:.25;animation:casino-star-rise .75s cubic-bezier(.2,.75,.2,1) both;pointer-events:none}.casino-feature-glow{position:absolute;width:165px;height:150px;left:4%;top:22%;background:radial-gradient(ellipse,rgba(88,208,255,.3),transparent 72%);pointer-events:none}.casino-feature-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:2px;max-width:57%}.casino-live{font-size:11px;font-weight:800;color:#b9f9f0}.casino-live i{display:inline-block;width:7px;height:7px;margin-left:5px;border-radius:50%;background:#5cf2a4;box-shadow:0 0 7px #5cf2a4}.casino-feature-copy strong{font:400 44px/1.04 Lalezar;color:var(--gold);text-shadow:0 3px 12px rgba(255,185,56,.23)}.casino-feature-desc{font-size:12px;color:#f7edff}.casino-feature-state{font-size:11px;color:#b9d9eb}.casino-feature-state b{color:#8cefff}.casino-feature-cta{display:inline-flex;gap:10px;align-items:center;margin-top:10px;padding:7px 15px;border-radius:12px;background:var(--gold);color:#33200e;font-weight:900;font-size:13px;box-shadow:0 3px #ba7e18}.casino-feature-rocket{position:absolute;z-index:1;left:-10px;top:16px;width:185px;height:185px;object-fit:contain;filter:drop-shadow(0 15px 18px rgba(0,0,0,.4));animation:casino-rocket-arrive .8s cubic-bezier(.2,.8,.2,1) both;pointer-events:none}.casino-last{display:flex;justify-content:space-between;align-items:center;gap:6px;overflow:hidden;color:#bdb4d6;font-size:10px}.casino-last>div{display:flex;gap:5px;min-width:0;overflow:hidden}.casino-last b{flex:none;font:400 15px/1.5 Lalezar;color:#7df0d0;padding:0 6px;border:1px solid rgba(92,242,164,.2);border-radius:8px;background:#5cf2a414}.casino-last b.low{color:#ff8695;border-color:#ff5a6e38;background:#ff5a6e14}.casino-section-title{display:flex;align-items:baseline;justify-content:space-between;margin-top:3px}.casino-section-title h2{font:400 23px/1.1 Lalezar}.casino-section-title span{font-size:11px;color:#a99ec7}.casino-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.casino-game{position:relative;display:flex;align-items:center;gap:7px;min-width:0;min-height:96px;padding:10px 9px;border:1px solid rgba(255,243,227,.27);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(131,97,185,.33),transparent 60%),linear-gradient(150deg,#543b83a6,#241850eb);color:var(--cream);text-align:right;box-shadow:inset 0 1px #ffffff40,0 9px 22px #07031a38}.casino-game:active{transform:translateY(2px)}.casino-game-art{display:grid;flex:none;place-items:center;width:59px;height:65px;border-radius:15px;background:radial-gradient(circle,#ffc83d2e,#05021d1c 72%)}.casino-game-art img{width:68px;height:68px;max-width:none;object-fit:contain;filter:drop-shadow(0 5px 5px rgba(0,0,0,.25))}.casino-game-copy{display:grid;gap:3px;min-width:0}.casino-game-copy strong{font:400 20px/1.1 Lalezar;overflow-wrap:anywhere}.casino-game-copy small{font:500 10px/1.3 Vazirmatn;color:#bfb5d9}.casino-game-arrow{position:absolute;left:9px;top:7px;font-size:13px;color:#c8b9e8}.casino-vault{padding:13px 15px;border:1px solid rgba(255,200,61,.24);border-radius:20px;background:linear-gradient(160deg,#452b68b8,#1a103de6);box-shadow:inset 0 1px #fff3}.casino-vault-top,.casino-vault-meta,.casino-heat{display:flex;align-items:center;justify-content:space-between;gap:9px}.casino-vault-top span{font:400 20px/1 Lalezar}.casino-vault-top strong{font:400 25px/1 Lalezar;color:var(--gold)}.casino-vault-top small{font:700 10px Vazirmatn}.casino-vault-meta{padding:10px 0;color:#dcd3eb;font-size:11px}.casino-vault-meta b{color:var(--cyan);font-size:15px}.casino-heat{font-size:11px}.casino-heat-track{height:8px;flex:1;border-radius:20px;background:#170c32;overflow:hidden}.casino-heat-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--magenta),var(--gold));box-shadow:0 0 10px var(--gold)}.casino-heat b{color:var(--gold);font-size:14px}.casino-vault p{margin-top:8px;color:#a99ec7;font-size:10px}.casino-vault-loading{color:#c4b6da;font-size:12px}.casino-unavailable{margin:28px auto;padding:28px 18px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:#261850b3;color:#d9cee9;text-align:center}@keyframes casino-far-stars{0%{transform:translateY(9px);opacity:0}to{transform:translateY(0);opacity:.2}}@keyframes casino-star-rise{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:.25}}@keyframes casino-rocket-arrive{0%{transform:translate(20px,30px) scale(.88);opacity:.4}to{transform:translate(0) scale(1);opacity:1}}@media(max-width:370px){.casino-hub{gap:12px}.casino-game{padding:8px 6px}.casino-game-art{width:50px}.casino-game-art img{width:60px}.casino-game-copy strong{font-size:18px}.casino-feature-rocket{width:165px;left:-14px}}@media(prefers-reduced-motion:reduce){.casino-feature:before,.casino-feature-stars,.casino-feature-rocket{animation:none}}.casino-grid--chico .casino-game{min-height:108px}.casino-grid--chico .casino-game-art{width:51px}.casino-grid--chico .casino-game-art img{width:59px;height:59px}.casino-grid--chico .casino-game-copy strong{font-size:17px;line-height:1.13}.shop-screen{max-width:520px;margin:auto;padding:20px 16px calc(126px + var(--safe-bottom));color:var(--cream)}.shop-screen *,.shop-checkout *{box-sizing:border-box}.shop-number{direction:ltr;unicode-bidi:isolate;display:inline-block;font-variant-numeric:tabular-nums}.shop-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.shop-heading h1{font-size:34px}.shop-orders-link{background:none;border:0;color:#eec5e9;font-size:12px;padding:8px 0}.shop-orders-link span{font-size:20px;vertical-align:middle}.shop-wallet{border:1px solid rgba(255,232,181,.32);border-radius:22px;background:radial-gradient(circle at 5% 0%,rgba(255,205,122,.21),transparent 54%),linear-gradient(125deg,#49315d,#272044);box-shadow:0 11px 32px #10072255,inset 0 1px #fff3;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px}.shop-wallet-copy{display:grid;gap:4px;min-width:0}.shop-wallet-copy>span{font-size:11px;color:#f4d4b2}.shop-wallet-copy strong{font-size:23px;line-height:1.2;white-space:nowrap;color:#fff0d9}.shop-wallet-copy small{font-size:11px;font-weight:500}.shop-wallet .ch-button{flex:none;font-size:11px;min-height:40px;padding:8px 10px;border-radius:12px}.shop-feature{width:100%;border:1px solid #ffffff3b;border-radius:20px;min-height:88px;display:flex;align-items:center;text-align:right;gap:15px;color:var(--cream);padding:14px 15px;margin-bottom:10px;box-shadow:inset 0 1px #ffffff35,0 9px 22px #07031437;transition:transform .17s,filter .17s}.shop-feature:active,.shop-gift-card:active,.shop-occasion:active{transform:scale(.975)}.shop-feature:disabled,.shop-gift-card:disabled,.shop-occasion:disabled{opacity:.52}.shop-premium{background:radial-gradient(circle at 14% 25%,#ce85df3b,transparent 48%),linear-gradient(115deg,#332657,#42244d)}.shop-stars{background:radial-gradient(circle at 13% 30%,#ffbb5335,transparent 48%),linear-gradient(110deg,#3b2d3e,#322338)}.shop-gamecash{background:linear-gradient(110deg,#33324e,#292447)}.shop-feature-icon{width:53px;height:53px;flex:none;position:relative;display:grid;place-items:center}.shop-feature-icon>svg{width:47px;height:47px;filter:drop-shadow(0 4px 9px #0007)}.shop-feature-icon .shop-star-spark{position:absolute;width:22px;height:22px;bottom:-7px;left:-8px}.shop-feature-copy{display:grid;gap:3px;min-width:0;flex:1}.shop-feature-copy strong{font-size:16px}.shop-feature-copy small{font-size:11px;line-height:1.55;color:#f9e5e0c9}.shop-feature-arrow{font-size:27px;color:#f7e5c9aa;line-height:1}.shop-gamecash>img{width:51px;height:51px;object-fit:contain}.shop-section-head{margin:26px 2px 12px;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.shop-section-head h2{font-size:24px}.shop-section-head>span{font-size:10px;color:#e0c9d8}.shop-gift-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.shop-gift-card{border:1px solid #ffffff35;border-radius:17px;background:linear-gradient(155deg,#463559,#2c294b);color:var(--cream);min-width:0;min-height:169px;padding:9px 3px 10px;display:flex;flex-direction:column;align-items:center;gap:3px;box-shadow:inset 0 1px #ffffff23;transition:transform .17s}.shop-gift-art{display:block;width:78px;height:78px;flex:none}.shop-gift-art svg,.shop-lottie svg{width:100%!important;height:100%!important}.shop-gift-emoji{font-size:52px;line-height:78px}.shop-gift-card strong{font-size:11px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:4px}.shop-gift-stars{display:flex;align-items:center;gap:3px;font-size:10px;color:#ffdc83}.shop-gift-stars svg{width:14px;height:14px}.shop-gift-card small{font-size:10px;color:#ddd0d5}.shop-occasion-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x proximity}.shop-occasion{flex:0 0 112px;min-height:125px;border:1px solid #ffffff35;border-radius:17px;background:#40314e;color:var(--cream);display:grid;place-items:center;padding:9px 5px;scroll-snap-align:start;transition:transform .17s}.shop-occasion-emoji{font-size:37px;line-height:1;display:grid;place-items:center;width:54px;height:55px}.shop-occasion-emoji img{height:54px;width:54px;object-fit:contain}.shop-occasion strong{font-size:11px}.shop-occasion small{font-size:10px;color:#e5c9ad}.shop-loading{display:grid;gap:12px}.shop-skeleton{height:88px;border-radius:20px}.sheet:has(.shop-checkout){overflow:hidden;display:flex;flex-direction:column;max-height:min(92dvh,820px);padding-bottom:0;background:linear-gradient(155deg,#342849,#24213d);border-color:#ffffff48}.sheet:has(.shop-checkout) .sheet-handle{flex:none;margin-bottom:11px}.sheet:has(.shop-checkout) header{flex:none;margin-bottom:11px}.shop-checkout{min-height:0;display:flex;flex-direction:column;flex:1;margin-inline:-22px}.shop-checkout-content{overflow-y:auto;min-height:0;flex:1;padding:0 21px 20px}.shop-checkout-intro{display:flex;gap:13px;align-items:center;margin:0 1px 18px}.shop-checkout-intro>svg,.shop-checkout-intro>img{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 4px 8px #08031666)}.shop-checkout-intro h3{font:400 24px/1.2 Lalezar,Vazirmatn,sans-serif}.shop-checkout-intro p{font-size:11px;color:#d9cbdb}.shop-choice-section{margin:0 0 21px}.shop-choice-section h4{font-size:13px;margin:0 2px 9px;color:#eadde6}.shop-choice-list,.shop-recipient-options{border:1px solid #ffffff2d;background:#150f2952;border-radius:17px;overflow:hidden}.shop-choice{position:relative;min-height:62px;border-bottom:1px solid #ffffff1c;display:flex;align-items:center;gap:11px;padding:9px 11px;color:#fbeef2;cursor:pointer}.shop-choice:last-child{border-bottom:0}.shop-choice.selected{background:linear-gradient(95deg,#86517f4f,#bb7d8740)}.shop-choice:has(input:focus-visible){outline:2px solid #ffdfac;outline-offset:-3px}.shop-choice.unavailable{opacity:.42;cursor:not-allowed}.shop-choice>input[type=radio],.shop-custom label input{position:absolute;opacity:0;width:1px;height:1px}.shop-radio{width:19px;height:19px;flex:none;border:1.5px solid #d7b7c8;border-radius:50%;display:grid;place-items:center}.shop-choice.selected .shop-radio{border-color:#ffd493}.shop-choice.selected .shop-radio:after{content:"";width:9px;height:9px;border-radius:50%;background:#ffd493}.shop-choice-name{min-width:0;flex:1;display:grid;gap:2px;line-height:1.45}.shop-choice-name strong,.shop-recipient-options strong{font-size:12px;font-weight:700}.shop-choice-name small{color:#d5c6d0;font-size:9px;line-height:1.5}.shop-choice-name em{font-style:normal;color:#3c2630;background:#ffd69a;padding:1px 5px;border-radius:6px;font-size:9px;white-space:nowrap;margin-inline-start:3px}.shop-choice-name em.saving{background:#eecdf3}.shop-choice-price{font-size:12px;white-space:nowrap;line-height:1.3;text-align:left}.shop-choice-price small{font-size:9px;font-weight:400;color:#d7c8d4}.shop-recipient-options .shop-choice{min-height:46px}.shop-recipient-options .shop-number{font-size:11px;color:#e2cadc}.shop-custom{min-height:53px;display:flex;justify-content:space-between}.shop-custom label{display:flex;align-items:center;gap:11px;cursor:pointer}.shop-custom label strong{font-size:12px}.shop-custom>input{width:92px;border:1px solid #ffffff55;border-radius:10px;background:#241d37;color:var(--cream);text-align:center;min-height:35px;font-size:13px}.shop-limit{display:block;margin:7px 2px 0;color:#d2c1d2;font-size:10px}.shop-field{margin:12px 2px}.shop-field label{display:block;font-size:11px;margin-bottom:6px}.shop-input-wrap{display:flex;align-items:center;gap:7px;border:1px solid #ffffff52;border-radius:12px;background:#17122b;padding:0 12px;height:45px;direction:ltr}.shop-input-wrap span{color:#e9bc9e}.shop-input-wrap input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--cream);direction:ltr;font-size:14px}.shop-field small{display:block;margin-top:5px;color:#d8c5d3;font-size:10px}.shop-field .shop-field-error{color:#ffb5aa}.shop-anonymous{margin:0 0 16px;padding:12px 13px;border:1px solid #ffffff2d;border-radius:14px;background:#ffffff0a;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:10px}.shop-anonymous span{display:grid;gap:2px}.shop-anonymous strong{font-size:12px}.shop-anonymous small{font-size:10px;color:#e3c9d6}.shop-anonymous input{position:absolute;opacity:0}.shop-anonymous i{width:20px;height:20px;border:1.5px solid #dfc4d3;border-radius:6px;display:grid;place-items:center;flex:none}.shop-anonymous input:checked+i{background:#ffce86;border-color:#ffce86}.shop-anonymous input:checked+i:after{content:"✓";font:700 15px Vazirmatn;color:#301e33}.shop-anonymous:has(input:focus-visible){outline:2px solid #ffdb9a}.shop-checkout-note{font-size:10px;color:#d7c6d4;margin:8px 1px;line-height:1.6}.shop-checkout-footer{flex:none;border-top:1px solid #ffffff3c;background:#30253cf7;padding:12px 21px calc(13px + var(--safe-bottom));box-shadow:0 -8px 22px #0b061546}.shop-total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px;font-size:12px}.shop-total strong{font-size:18px;color:#ffe5ac;white-space:nowrap}.shop-total small{font-size:11px}.shop-buy{width:100%;min-height:49px;font-size:14px}.shop-funds{display:flex;align-items:center;justify-content:space-between;gap:9px;font-size:11px;color:#ffccbc;margin:0 0 10px}.shop-funds .ch-button{min-height:34px;padding:5px 8px;font-size:10px;border-radius:10px}.shop-tiny-note{font-size:10px;margin-bottom:8px;color:#efc6ae}.shop-alert,.shop-shortfall{background:#a23b4836;color:#ffd8d2;border:1px solid #ee8d8f55;border-radius:12px;padding:9px 12px;font-size:11px;margin:10px 0}.shop-gift-hero{text-align:center;margin:0 0 22px}.shop-gift-hero .shop-gift-art{width:144px;height:144px;margin:0 auto}.shop-gift-hero h3{font:400 26px Lalezar,Vazirmatn}.shop-gift-hero>span:last-child{display:inline-flex;align-items:center;gap:5px;color:#ffe0a2;font-size:12px}.shop-gift-hero>span:last-child svg{width:19px;height:19px}.shop-checkout-item{display:flex;align-items:center;gap:13px;margin-bottom:18px}.shop-checkout-item img{width:75px;height:75px;object-fit:contain}.shop-checkout-item h3{font:400 24px Lalezar,Vazirmatn}.shop-checkout-item p{font-size:11px;color:#d5c6d3}.shop-tag{font-size:10px;color:#ffdc9f}.shop-payment-methods{display:flex;gap:8px;margin:15px 0}.shop-payment-methods button{flex:1;min-width:0;background:#ffffff12;border:1px solid #ffffff40;border-radius:14px;padding:10px 6px;color:var(--cream);display:grid;gap:4px;font-size:11px}.shop-payment-methods button.active{border-color:#f7cf91;background:#f5ad7440}.shop-payment-methods button:disabled{opacity:.4}.shop-payment-methods span{font-size:10px;color:#e7d8db}.shop-checkout:not(:has(.shop-checkout-content)){padding:0 21px 24px;overflow-y:auto}.shop-checkout:not(:has(.shop-checkout-content)) .shop-buy{margin-top:10px}.shop-receipt{padding:18px 22px 24px;text-align:center;overflow-y:auto}.shop-receipt-mark{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:5px auto 12px;background:#ddc88a;color:#362b35;font-size:30px}.shop-receipt-kicker{color:#f9d397;font-size:11px}.shop-receipt h3,.shop-occasion-result h3{font:400 24px/1.4 Lalezar,Vazirmatn;margin:5px 0 17px}.shop-receipt-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #ffffff20;font-size:11px;text-align:right}.shop-receipt-row strong{color:#ffe4ac}.shop-receipt .ch-button{margin-top:18px}.shop-delivery{display:inline-flex;align-items:center;gap:7px;background:#ffffff16;border-radius:30px;padding:5px 11px;font-size:11px;margin-top:17px}.shop-status-dot{width:7px;height:7px;background:#bfeaa0;border-radius:50%}.shop-occasion-result{text-align:center;padding:14px 0}.shop-occasion-result small{display:block;font-size:11px}.shop-occasion-result .ch-button{display:block;margin:20px auto}.shop-orders{padding:20px 16px 120px;max-width:520px;margin:auto}.shop-orders h2{font-size:25px}.shop-order{background:#ffffff13;border:1px solid #ffffff36;border-radius:16px;padding:13px;margin:10px 0;display:grid;gap:5px;font-size:11px}.shop-order>div{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.shop-order>div>*{min-width:0}.shop-order-status{color:#ffe1aa}.shop-order strong{font-size:14px}.shop-order small{color:#e4d2df}.shop-order .shop-delivery{margin:2px 0 0;width:max-content}@media(max-width:370px){.shop-wallet{padding:12px}.shop-wallet-copy strong{font-size:20px}.shop-wallet .ch-button{font-size:10px}.shop-gift-grid{gap:6px}.shop-choice{gap:7px;padding:8px}.shop-choice-price{font-size:11px}}@media(prefers-reduced-motion:reduce){.shop-feature,.shop-gift-card,.shop-occasion{transition:none}}.app-shell{min-height:100dvh;max-width:480px;margin:auto;position:relative;background:linear-gradient(180deg,#120c2b05,#120c2b 680px),url(../art/bg.webp) center top/100% auto no-repeat,#120c2b;box-shadow:0 0 75px #0006}.app-content{padding:calc(15px + var(--safe-top)) 16px calc(130px + var(--safe-bottom));animation:screen-in .28s ease both}.tab-bar{position:fixed;z-index:50;bottom:0;left:50%;transform:translate(-50%);width:min(100%,480px);height:calc(82px + var(--safe-bottom));padding:6px 18px var(--safe-bottom);display:flex;align-items:center;justify-content:space-around;background:linear-gradient(180deg,#2a1a54fa,#160c32fa);border:1px solid rgba(255,255,255,.17);border-bottom:0;border-radius:24px 24px 0 0;box-shadow:0 -14px 35px #0602196e,inset 0 2px #ffffff21;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.tab-bar button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:28%;height:68px;background:transparent;border:0;color:#fff3e3ad;font-size:12px;font-weight:800;transition:transform .2s,color .2s}.tab-bar button.active{color:var(--gold);transform:translateY(-3px)}.tab-bar button>img{width:39px;height:39px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(0,0,0,.4))}.tab-bar .chico-tab{width:34%;font-family:Lalezar;font-size:19px;gap:0}.chico-tab-art{display:grid;place-items:center;width:72px;height:62px;margin-top:-30px;border:2px solid rgba(255,222,100,.8);border-radius:50%;background:radial-gradient(circle at 40% 25%,#8954bb,#381c68 70%);box-shadow:0 5px #261148,0 11px 20px #00000059}.chico-tab-art img{height:63px;max-width:none;object-fit:contain;transform:translateY(-6px);filter:drop-shadow(0 4px 4px rgba(0,0,0,.3))}.subscreen-header{display:flex;align-items:center;gap:13px;margin-bottom:20px}.subscreen-header button{width:42px;height:42px;border-radius:14px;border:1px solid var(--glass-border);background:var(--glass);color:var(--cream)}.subscreen-header h1{font-size:32px}.celebration-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#09031dbd;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:fade-in .2s}.coin-burst{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.celebration-card{position:relative;display:grid;justify-items:center;width:min(82vw,335px);padding:6px 22px 24px;text-align:center;animation:pop-in .42s cubic-bezier(.2,1.3,.35,1)}.celebration-card img{height:205px;width:240px;object-fit:contain;filter:drop-shadow(0 12px 8px rgba(0,0,0,.35))}.celebration-card h2{font-size:39px;color:var(--gold);text-shadow:0 3px 0 #673063}.celebration-amount{display:flex;align-items:baseline;gap:6px;color:var(--win)}.celebration-amount .number{font-size:41px}.celebration-amount span:last-child{font-size:13px}.celebration-card p{font-size:13px;color:#fff3e3bf}@keyframes screen-in{0%{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{opacity:0;transform:scale(.7) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.trial-pill{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 16px 12px;padding:8px 14px;border-radius:999px;background:#241850b8;border:1px solid rgba(255,243,227,.16);font-size:13px;color:#c7bbdf}.trial-pill strong{color:var(--gold, #FFC83D);font-family:Lalezar,Vazirmatn,sans-serif;font-size:17px;font-variant-numeric:tabular-nums;letter-spacing:.5px}.trial-over{margin:0 16px 14px;padding:16px;border-radius:20px;background:linear-gradient(145deg,#6d4eaa80,#241850e6);border:1px solid rgba(255,90,110,.45);text-align:center}.trial-over strong{display:block;font-size:17px;color:var(--cream, #FFF3E3);margin-bottom:6px}.trial-over p{margin:0 0 12px;font-size:13px;line-height:1.7;color:#c7bbdf}.trial-over button{border:0;border-radius:14px;padding:11px 18px;font:inherit;font-weight:800;color:#120c2b;background:var(--gold, #FFC83D);cursor:pointer}.shop-lottie{position:relative;display:inline-block}.shop-lottie .lottie-still,.shop-lottie .lottie-live{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.shop-lottie .lottie-still{object-fit:contain;transition:opacity .25s ease}.shop-lottie .lottie-still.is-hidden{opacity:0}.shop-lottie .lottie-live{opacity:0;transition:opacity .25s ease}.shop-lottie .lottie-live.is-ready{opacity:1}@font-face{font-family:Lalezar;src:url(../fonts/Lalezar-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Vazirmatn;src:url(../fonts/Vazirmatn-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Vazirmatn;src:url(../fonts/Vazirmatn-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Vazirmatn;src:url(../fonts/Vazirmatn-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Vazirmatn;src:url(../fonts/Vazirmatn-ExtraBold.ttf) format("truetype");font-weight:800;font-display:swap}@font-face{font-family:Vazirmatn;src:url(../fonts/Vazirmatn-Black.ttf) format("truetype");font-weight:900;font-display:swap}:root{--night:#120C2B;--plum:#241850;--gold:#FFC83D;--magenta:#FF4FD8;--cyan:#43E6FF;--cream:#FFF3E3;--loss:#FF5A6E;--win:#5CF2A4;--glass:linear-gradient(154deg,rgba(98,73,151,.72),rgba(31,22,75,.85) 42%,rgba(28,18,61,.93));--glass-border:rgba(255,242,244,.24);--r-sm:12px;--r-md:20px;--r-lg:28px;--r-xl:36px;--text-xs:11px;--text-sm:13px;--text-md:15px;--text-lg:19px;--display-sm:26px;--display-md:36px;--display-lg:48px;--safe-top:max(env(safe-area-inset-top,0px),var(--tg-safe-area-inset-top,0px),var(--tg-content-safe-area-inset-top,0px));--safe-bottom:max(env(safe-area-inset-bottom,0px),var(--tg-safe-area-inset-bottom,0px),var(--tg-content-safe-area-inset-bottom,0px))}*{box-sizing:border-box}html{background:var(--night);color:var(--cream);direction:rtl}body{margin:0;font:400 var(--text-md)/1.65 Vazirmatn,sans-serif;background:var(--night);min-width:320px}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{display:block;max-width:100%}p,h1,h2,h3{margin:0}h1,h2,h3{line-height:1.25}h1,h2{font-family:Lalezar,Vazirmatn,sans-serif;font-weight:400}a{color:inherit}::selection{background:var(--magenta);color:var(--night)}.number{font-family:Lalezar,Vazirmatn,sans-serif;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}.muted{color:#fff3e3a3}.glass-panel{background:var(--glass);border:1px solid var(--glass-border);border-top-color:#fff8fb6e;border-radius:var(--r-lg);box-shadow:inset 0 2px 1px #ffffff24,inset 0 -14px 26px #0b061f1f,0 17px 35px #0603173b;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{scrollbar-width:none}*::-webkit-scrollbar{display:none}
