*,*:before,*:after{box-sizing:border-box}:root{--app-width: 100vw;--app-height: 100dvh;--vv-offset-top: 0px;--vv-offset-left: 0px;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px)}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;background:#eaf6ff;color:#5c4a5a;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:none;-webkit-user-select:none;user-select:none;position:fixed;inset:0}#app{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden}#game-container{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}#game-container canvas{display:block;touch-action:none;image-rendering:auto}.mobile-fs-btn{position:absolute;top:max(10px,var(--safe-top));right:max(10px,var(--safe-right));z-index:25;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:2px solid rgba(201,182,228,.65);background:rgba(255,248,252,.94);box-shadow:0 6px 16px #5c4a5a24;color:#5c4a5a;font-family:Nunito,system-ui,sans-serif;font-size:.78rem;font-weight:800;cursor:pointer;pointer-events:auto;touch-action:manipulation}.mobile-fs-btn[hidden]{display:none!important}.mobile-fs-btn.is-active{border-color:#7ddfb0b3;background:rgba(236,250,242,.96)}.mobile-fs-icon{font-size:1rem;line-height:1}body:not(.is-mobile) .mobile-fs-btn{display:none!important}.hud{position:absolute;inset:0;pointer-events:none;z-index:10;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));display:flex;flex-direction:column;gap:8px;align-items:flex-start}.hud-panel{pointer-events:none;background:rgba(255,246,242,.92);border:2px solid rgba(92,74,90,.1);border-radius:999px;padding:8px 16px;box-shadow:0 6px 16px #5c4a5a1f}.hud-top-row{display:flex;align-items:stretch;gap:8px;width:100%;max-width:min(420px,100%);pointer-events:none}.hud-money{display:flex;flex-direction:column;min-width:128px;border-color:#7ddfb073}.hud-menu-btn{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-left:auto;padding:8px 14px;border-radius:999px;border:2px solid rgba(201,182,228,.65);background:rgba(255,248,252,.96);box-shadow:0 6px 16px #5c4a5a1f;color:#5c4a5a;font-family:Nunito,system-ui,sans-serif;font-size:.9rem;font-weight:800;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.hud-menu-btn:hover{background:rgba(245,236,255,.98);border-color:#9678c8bf}.hud-menu-btn:active,.hud-menu-btn.is-active{transform:scale(.96);background:rgba(235,220,255,.98)}.hud-menu-btn-icon{font-size:1.05rem;line-height:1}.hud-menu-btn-label{letter-spacing:.02em}.game-menu{position:absolute;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:rgba(40,30,50,.28);backdrop-filter:blur(3px);pointer-events:auto}.game-menu[hidden]{display:none!important}.game-menu-panel{width:min(440px,100%);max-height:min(78vh,620px);display:flex;flex-direction:column;border-radius:24px;background:linear-gradient(165deg,rgba(255,250,248,.98) 0%,rgba(245,236,255,.97) 100%);border:2.5px solid rgba(201,182,228,.65);box-shadow:0 0 0 5px #9678c81a,0 18px 40px #3c285a38;overflow:hidden}.game-menu-header{display:grid;grid-template-columns:40px 1fr auto 40px;align-items:center;gap:8px;padding:12px 12px 10px;border-bottom:1px solid rgba(92,74,90,.1)}.game-menu-title{margin:0;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1.2rem;font-weight:700;color:#4a3558;text-align:center}.game-menu-money{font-size:.88rem;font-weight:800;color:#3cb88a;font-variant-numeric:tabular-nums;white-space:nowrap}.game-menu-back,.game-menu-close{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:12px;border:2px solid rgba(92,74,90,.12);background:rgba(255,255,255,.75);color:#5c4a5a;font-size:1.25rem;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto;position:relative;z-index:2}.game-menu-back[hidden]{visibility:hidden;pointer-events:none}.game-menu-back:hover,.game-menu-close:hover{background:rgba(255,240,245,.95)}.game-menu-body{padding:12px 14px 8px;overflow-y:auto;flex:1;min-height:0}.game-menu-hint{margin:0;padding:8px 14px 12px;font-size:.72rem;font-weight:600;color:#8b7a8c;text-align:center}.game-menu-list{display:flex;flex-direction:column;gap:10px}.game-menu-intro{margin:0 0 4px;font-size:.82rem;font-weight:600;line-height:1.4;color:#6b5a6a}.game-menu-progress{padding:12px 14px;border-radius:16px;border:2px solid rgba(125,180,230,.45);background:linear-gradient(135deg,rgba(240,248,255,.95),rgba(235,245,240,.95))}.game-menu-progress-title{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#6b7a9a}.game-menu-progress-line{margin:6px 0 0;font-size:.95rem;font-weight:700;color:#3a4a6a}.game-menu-progress-hint{margin:6px 0 0;font-size:.75rem;font-weight:600;line-height:1.35;color:#7a8a9a}.game-menu-nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border-radius:18px;border:2px solid rgba(201,182,228,.55);background:rgba(255,255,255,.78);text-align:left;cursor:pointer;font-family:Nunito,system-ui,sans-serif;color:#5c4a5a;transition:transform .12s ease,border-color .12s ease,background .12s ease}.game-menu-nav-item:hover{border-color:#9678c8bf;background:rgba(250,244,255,.95);transform:translateY(-1px)}.game-menu-nav-emoji{font-size:1.5rem;flex-shrink:0}.game-menu-nav-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.game-menu-nav-title{font-size:1rem;font-weight:800}.game-menu-nav-sub{font-size:.78rem;font-weight:600;color:#8b7a8c}.game-menu-nav-chevron{font-size:1.5rem;font-weight:700;color:#9b7db0;line-height:1}.game-menu-finance-list{gap:12px}.game-menu-finance-pager{margin:0;padding:6px 10px;border-radius:10px;font-size:.75rem;font-weight:700;line-height:1.35;color:#4a6a8a;background:rgba(120,160,210,.12);border:1px solid rgba(120,160,210,.22)}.game-menu-finance-history{display:flex;flex-direction:column;gap:10px}.game-menu-finance-more{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 14px;border-radius:14px;border:2px dashed rgba(100,140,200,.55);background:rgba(240,246,255,.9);color:#3a5a8a;font-family:Nunito,system-ui,sans-serif;font-size:.88rem;font-weight:800;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background .12s ease,border-color .12s ease,transform .12s ease}.game-menu-finance-more:hover{background:rgba(230,240,255,.98);border-color:#5078beb3;transform:translateY(-1px)}.game-menu-finance-more:active{transform:translateY(0)}.game-menu-finance-scroll-hint{margin:0;text-align:center;font-size:.72rem;font-weight:600;color:#8a9aaa;line-height:1.3}.game-menu-finance-card{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:16px;border:2px solid rgba(125,160,200,.4);background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(240,246,252,.92))}.game-menu-finance-card.is-live{border-color:#64aae6a6;box-shadow:0 0 0 1px #64aae626}.game-menu-finance-card.is-profit{border-color:#50b48273}.game-menu-finance-card.is-loss{border-color:#dc786e73}.game-menu-finance-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.game-menu-finance-day{font-size:1rem;font-weight:800;color:#3a4a6a}.game-menu-finance-badge{font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:rgba(100,140,200,.15);color:#4a6a9a}.game-menu-finance-card.is-live .game-menu-finance-badge{background:rgba(70,160,220,.2);color:#2a6a9a}.game-menu-finance-rows{display:flex;flex-direction:column;gap:4px}.game-menu-finance-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:.88rem;font-weight:700;color:#4a4a5a}.game-menu-finance-row.is-sub{font-size:.78rem;font-weight:600;color:#7a6a7a;padding-left:6px}.game-menu-finance-row.is-income .game-menu-finance-value{color:#2a9a68}.game-menu-finance-row.is-expense .game-menu-finance-value{color:#c45a4a}.game-menu-finance-row.is-balance{margin-top:4px;padding-top:6px;border-top:1px dashed rgba(120,140,160,.35);font-size:.8rem;color:#5a6a7a}.game-menu-finance-label{min-width:0}.game-menu-finance-value{font-variant-numeric:tabular-nums;white-space:nowrap}.game-menu-finance-hint{margin:2px 0 0;font-size:.72rem;font-weight:600;color:#8b7a8c;line-height:1.3}.game-menu-finance-net{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px;padding:10px 12px;border-radius:12px;background:rgba(236,250,242,.95)}.game-menu-finance-net.is-loss{background:rgba(255,236,232,.95)}.game-menu-finance-net-label{font-size:.82rem;font-weight:800;color:#3a5a4a}.game-menu-finance-net.is-loss .game-menu-finance-net-label{color:#7a3a3a}.game-menu-finance-net-value{font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;color:#1a8a58}.game-menu-finance-net.is-loss .game-menu-finance-net-value{color:#c04030}.game-menu-shop-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:16px;border:2px solid rgba(92,74,90,.1);background:rgba(255,255,255,.8)}.game-menu-shop-item.is-owned{border-color:#7ddfb08c;background:rgba(236,250,242,.9)}.game-menu-shop-item.is-locked{opacity:.92}.game-menu-shop-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.game-menu-shop-emoji{font-size:1.45rem;flex-shrink:0}.game-menu-shop-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.game-menu-shop-name{font-size:.95rem;font-weight:800;color:#4a3558}.game-menu-shop-desc{font-size:.75rem;font-weight:600;color:#8b7a8c;line-height:1.3}.game-menu-shop-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.game-menu-shop-price{font-size:.88rem;font-weight:800;color:#3cb88a;font-variant-numeric:tabular-nums}.game-menu-shop-item.is-owned .game-menu-shop-price{color:#5a9a78}.game-menu-shop-item.is-locked .game-menu-shop-price{color:#c07060}.game-menu-buy-btn{min-width:76px;padding:7px 12px;border-radius:999px;border:2px solid rgba(60,184,138,.55);background:linear-gradient(135deg,#8eebc0,#7ddfb0);color:#2a4038;font-family:Nunito,system-ui,sans-serif;font-size:.85rem;font-weight:800;cursor:pointer}.game-menu-buy-btn:hover:not(:disabled){filter:brightness(1.05)}.game-menu-buy-btn:disabled{cursor:default;border-color:#5c4a5a26;background:rgba(230,224,228,.9);color:#8b7a8c}.game-menu-section-title{margin:8px 0 0;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8b7a8c}.game-menu-warehouse-card{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:16px;border:2px solid rgba(180,150,90,.45);background:linear-gradient(135deg,rgba(255,250,235,.98),rgba(255,240,210,.95))}.game-menu-warehouse-card.is-locked{border-color:#b48c6459;opacity:.95}.game-menu-warehouse-card.is-max{border-color:#7db48c80;background:linear-gradient(135deg,rgba(240,255,245,.98),rgba(230,248,238,.95))}.game-menu-warehouse-title{margin:0;font-size:.95rem;font-weight:800;color:#5a4020}.game-menu-warehouse-line{margin:4px 0 0;font-size:.86rem;font-weight:700;color:#6a5030;line-height:1.35}.game-menu-warehouse-hint{margin:4px 0 0;font-size:.74rem;font-weight:600;color:#8a7050;line-height:1.35}.game-menu-warehouse-actions{display:flex;justify-content:flex-end}.game-menu-warehouse-actions .game-menu-buy{min-width:9.5rem}.game-menu-buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:999px;border:2px solid rgba(60,184,138,.55);background:linear-gradient(135deg,#8eebc0,#7ddfb0);color:#2a4038;font-family:Nunito,system-ui,sans-serif;font-size:.9rem;font-weight:800;cursor:pointer}.game-menu-buy:hover:not(:disabled){filter:brightness(1.05)}.game-menu-buy:disabled{cursor:default;opacity:.6;border-color:#5c4a5a26;background:rgba(230,224,228,.9);color:#8b7a8c}.game-menu-buy-price{font-size:.82rem;font-weight:700;color:#1a6a48}.game-menu-buy-secondary{border-color:#648cc873;background:linear-gradient(135deg,#eef4ff,#dfeaff);color:#2a3a5a}.game-menu-buy-ghost{border-color:#5c4a5a2e;background:rgba(255,255,255,.75);color:#5c4a5a}.auth-overlay{position:fixed;inset:0;z-index:9000;display:none;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:rgba(42,48,64,.55);backdrop-filter:blur(4px)}.auth-overlay.is-open{display:flex}.auth-overlay-panel{width:min(420px,100%);max-height:min(92vh,640px);overflow:auto;border-radius:22px;border:3px solid rgba(125,223,176,.65);background:linear-gradient(165deg,#fffdfb 0%,#fff6f2 55%,#f5f0ff 100%);box-shadow:0 0 0 3px #fff6,0 18px 48px #281e3247}.auth-overlay-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 8px}.auth-overlay-title{margin:0;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1.35rem;font-weight:700;color:#5c4a5a}.auth-overlay-close{width:40px;height:40px;border-radius:12px;border:2px solid rgba(92,74,90,.15);background:rgba(255,255,255,.9);color:#5c4a5a;font-size:1.1rem;font-weight:800;cursor:pointer}.auth-overlay-tabs{display:flex;gap:8px;padding:0 16px 10px}.auth-overlay-tab{flex:1;min-height:40px;border-radius:999px;border:2px solid rgba(92,74,90,.12);background:rgba(255,255,255,.7);color:#6a5a6a;font-family:Nunito,system-ui,sans-serif;font-size:.95rem;font-weight:800;cursor:pointer}.auth-overlay-tab.is-active{border-color:#3cb88a8c;background:linear-gradient(135deg,#8eebc0,#7ddfb0);color:#1a4a38}.auth-overlay-body{padding:4px 16px 18px}.auth-overlay-hint{margin:0 0 12px;font-size:.88rem;font-weight:700;line-height:1.4;color:#6a5a6a}.auth-overlay-form{margin:0}.auth-overlay-card{padding:14px 16px;border-radius:16px;border:2px solid rgba(60,184,138,.35);background:linear-gradient(135deg,rgba(240,255,248,.98),rgba(230,248,238,.95));margin-bottom:12px}.auth-overlay-card-title{margin:0 0 8px;font-size:1rem;font-weight:800;color:#1a7a52}.auth-overlay-line{margin:4px 0;font-size:.9rem;font-weight:700;color:#3a4a5a}.auth-overlay-meta{margin:10px 0 0;font-size:.75rem;font-weight:600;color:#9a8a9a;word-break:break-all}.auth-overlay-actions{display:flex;flex-direction:column;gap:8px}.game-menu-account{gap:12px}.game-menu-account-card{padding:14px 16px;border-radius:16px;border:2px solid rgba(60,184,138,.35);background:linear-gradient(135deg,rgba(240,255,248,.98),rgba(230,248,238,.95))}.game-menu-account-card.is-verified .game-menu-account-title{color:#1a7a52}.game-menu-account-title{margin:0 0 8px;font-size:1rem;font-weight:800;color:#2a4a6a}.game-menu-account-line{margin:4px 0;font-size:.9rem;font-weight:700;color:#3a4a5a}.game-menu-account-form{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:16px;border:2px solid rgba(92,74,90,.12);background:rgba(255,255,255,.88)}.game-menu-account-field{display:flex;flex-direction:column;gap:6px;cursor:text}.game-menu-account-label{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8b7a8c}.game-menu-account-input{width:100%;box-sizing:border-box;padding:11px 14px;border-radius:12px;border:2px solid rgba(92,74,90,.16);background:#fffdfb;color:#2a3a4a;font-family:Nunito,system-ui,sans-serif;font-size:1rem;font-weight:700;outline:none}.game-menu-account-input:focus{border-color:#3cb88aa6;box-shadow:0 0 0 3px #7ddfb040}.game-menu-account-status{margin:0;padding:10px 12px;border-radius:12px;font-size:.88rem;font-weight:700;line-height:1.35}.game-menu-account-status.is-ok{background:rgba(125,223,176,.22);color:#1a6a48;border:1px solid rgba(60,184,138,.35)}.game-menu-account-status.is-err{background:rgba(255,200,190,.45);color:#8a3030;border:1px solid rgba(200,100,90,.35)}.game-menu-account-actions{display:flex;flex-direction:column;gap:8px}.game-menu-account-meta{margin:4px 0 0;font-size:.75rem;font-weight:600;color:#9a8a9a;word-break:break-all}.game-menu-account-meta code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;color:#6a5a6a}.game-menu-market-card{border-color:#8ec5ff8c;background:linear-gradient(135deg,rgba(232,244,255,.98),rgba(245,240,255,.95))}.game-menu-market-card .game-menu-warehouse-title{color:#2a5a8a}.game-menu-wh-fill.is-ok{color:#2a6a48}.game-menu-wh-fill.is-near-full{color:#b07020}.game-menu-wh-fill.is-full{color:#b04040}.game-menu-goods-item{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:16px;border:2px solid rgba(92,74,90,.1);background:rgba(255,255,255,.82)}.game-menu-goods-item.is-warehouse-full{border-color:#c8786459;background:rgba(255,248,245,.9)}.game-menu-goods-actions{display:flex;flex-wrap:wrap;gap:6px}.game-menu-qty-btn{flex:1 1 auto;min-width:72px;display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:7px 8px;border-radius:12px;border:2px solid rgba(125,223,176,.5);background:linear-gradient(135deg,#f4fff8,#e4f9ee);color:#2a4038;font-family:Nunito,system-ui,sans-serif;font-size:.88rem;font-weight:800;cursor:pointer}.game-menu-qty-btn:hover:not(:disabled){filter:brightness(1.04);border-color:#3cb88ab3}.game-menu-qty-btn:disabled{cursor:default;opacity:.55;border-color:#5c4a5a1f;background:rgba(230,224,228,.85);color:#8b7a8c}.game-menu-qty-cost{font-size:.7rem;font-weight:700;color:#3cb88a;font-variant-numeric:tabular-nums}.game-menu-qty-btn:disabled .game-menu-qty-cost{color:#9a8a98}@media (max-width: 420px){.hud-menu-btn-label{display:none}.game-menu-shop-item{flex-direction:column;align-items:stretch}.game-menu-shop-actions{flex-direction:row;align-items:center;justify-content:space-between}}.hud-day{display:flex;flex-direction:column;gap:6px;min-width:168px;max-width:min(240px,52vw);border-radius:18px;padding:10px 14px;border-color:#c9b6e48c;background:rgba(255,248,252,.94)}.hud-day-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hud-day-number{font-size:.95rem;font-weight:800;color:#6b4f7a;font-variant-numeric:tabular-nums}.hud-day-earnings-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hud-day-earnings-label{font-size:.72rem;font-weight:700;color:#8b7a8c;text-transform:uppercase;letter-spacing:.04em}.hud-day-earnings{font-size:1.1rem;font-weight:800;color:#3cb88a;font-variant-numeric:tabular-nums}.hud-day-cycle-row{display:flex;flex-direction:column;gap:5px}.hud-day-cycle{font-size:.78rem;font-weight:700;color:#5c4a5a;font-variant-numeric:tabular-nums}.hud-day-growth{font-size:.74rem;font-weight:800;color:#5a7ab8;font-variant-numeric:tabular-nums;padding-top:2px;border-top:1px dashed rgba(90,122,184,.2)}.hud-day-pips{display:flex;gap:4px;flex-wrap:nowrap}.hud-day-pip{flex:1;height:7px;min-width:8px;border-radius:999px;background:rgba(92,74,90,.12);border:1px solid rgba(92,74,90,.08);transition:background .18s ease,transform .18s ease}.hud-day-pip.is-done{background:linear-gradient(90deg,#7ddfb0,#3cb88a);border-color:#3cb88a59}.hud-day-pip.is-current{background:linear-gradient(90deg,#ffd28a,#e0892a);border-color:#e0892a66;transform:scaleY(1.25)}.hud-day-yesterday{font-size:.72rem;font-weight:700;color:#8b7a8c;padding-top:2px;border-top:1px dashed rgba(92,74,90,.12)}.hud-day.is-break{border-color:#9678c8a6;background:rgba(245,238,255,.96)}.hud-day-break{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-top:4px;border-top:1px dashed rgba(120,90,170,.2)}.hud-day-break[hidden]{display:none!important}.hud-day-break-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#6b4f7a}.hud-day-break-clock{font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;color:#6b4f7a;font-family:Nunito,system-ui,sans-serif}.hud-snack-stack{position:absolute;left:50%;top:max(68px,calc(env(safe-area-inset-top) + 52px));z-index:16;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;width:max-content;max-width:min(92vw,480px);pointer-events:none}.hud-snack{padding:12px 20px;border-radius:999px;font-size:.92rem;font-weight:800;text-align:center;max-width:min(92vw,480px);opacity:0;transform:translateY(-8px) scale(.94);pointer-events:none;transition:opacity .2s ease,transform .2s ease;background:rgba(255,246,242,.96);border:2px solid rgba(201,182,228,.55);color:#5c4a5a;box-shadow:0 8px 20px #5c4a5a1f}.hud-snack.is-visible{opacity:1;transform:translateY(0) scale(1);animation:snack-pop 1.5s ease}.hud-snack--default{padding:10px 18px;font-size:.88rem;font-weight:700}.hud-snack--queue{background:linear-gradient(135deg,rgba(255,250,245,.98) 0%,rgba(255,210,195,.98) 100%);border:2.5px solid rgba(255,120,100,.75);box-shadow:0 0 0 5px #ff8c782e,0 12px 28px #ff645047;font-size:.98rem;color:#4a3540}.hud-snack--stock{background:linear-gradient(135deg,rgba(255,250,235,.98) 0%,rgba(255,220,160,.98) 100%);border:2.5px solid rgba(224,137,42,.75);box-shadow:0 0 0 5px #e0892a29,0 12px 28px #b4642838;font-size:.95rem;color:#5a3a20}.hud-snack--stock.is-empty{background:linear-gradient(135deg,rgba(255,245,242,.98) 0%,rgba(255,190,180,.98) 100%);border-color:#e85a4acc;box-shadow:0 0 0 5px #e85a4a29,0 12px 28px #c83c3238;color:#5a2a28}.hud-snack--day{padding:14px 22px;background:linear-gradient(135deg,rgba(250,245,255,.98) 0%,rgba(220,200,245,.98) 100%);border:2.5px solid rgba(150,120,200,.7);box-shadow:0 0 0 5px #9678c824,0 12px 28px #5a3c8c33;font-size:.98rem;color:#4a3558}@keyframes snack-pop{0%{transform:translateY(0) scale(.94)}20%{transform:translateY(0) scale(1.05)}to{transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.hud-snack.is-visible{animation:none}}.hud-label{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:#8b7a8c;font-weight:700}.hud-value{font-size:1.25rem;font-weight:700;color:#3cb88a;font-variant-numeric:tabular-nums;font-family:Nunito,system-ui,sans-serif}.hud-held{display:none;font-size:.85rem;font-weight:700;color:#5c4a5a;background:rgba(255,224,138,.9);border-color:#ffc85080;max-width:min(320px,70vw);line-height:1.35}.hud-held.is-visible{display:block}.hud-stock{display:flex;flex-direction:column;gap:6px;min-width:176px;max-width:min(260px,52vw);border-radius:18px;padding:10px 14px;border-color:#7dc8e673}.hud-stock-cols{display:flex;align-items:center;gap:6px;padding-left:0;margin-top:-2px}.hud-stock-col-spacer{flex:1;min-width:0}.hud-stock-col-h{font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8b7a8c;min-width:2rem;text-align:right}.hud-stock-list{display:flex;flex-direction:column;gap:5px;max-height:min(42vh,280px);overflow-y:auto}.hud-stock-row{display:flex;align-items:center;gap:6px;font-size:.84rem;font-weight:700;color:#5c4a5a;line-height:1.2}.hud-stock-emoji{width:1.25rem;text-align:center;flex-shrink:0;font-size:1rem;line-height:1}.hud-stock-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hud-stock-qty{font-variant-numeric:tabular-nums;font-weight:800;min-width:2rem;text-align:right;color:#3cb88a}.hud-stock-warehouse.is-full{color:#b04040;font-weight:800}.hud-stock-row.is-warehouse-full .hud-stock-warehouse{color:#b04040}.hud-stock-warehouse{font-variant-numeric:tabular-nums;font-weight:800;min-width:2rem;text-align:right;color:#6b7fd7}.hud-stock-warehouse.is-empty{color:#b0a4b0;font-weight:700}.hud-stock-row.is-low .hud-stock-qty{color:#e0892a}.hud-stock-row.is-empty .hud-stock-qty{color:#e85a4a}.hud-stock-row.is-all-empty{opacity:.72}.hud-stock-row.is-low .hud-stock-name,.hud-stock-row.is-empty .hud-stock-name{color:#5c4a5a}.hud-stock-row.is-low{animation:stock-row-warn 1.6s ease-in-out infinite}.hud-stock-row.is-empty{opacity:.92}.hud-stock-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#3cb88a;box-shadow:0 0 0 2px #3cb88a33}.hud-stock-row.is-low .hud-stock-dot{background:#e0892a;box-shadow:0 0 0 2px #e0892a40}.hud-stock-row.is-empty .hud-stock-dot{background:#e85a4a;box-shadow:0 0 0 2px #e85a4a40}@keyframes stock-row-warn{0%,to{filter:brightness(1)}50%{filter:brightness(1.08)}}@media (prefers-reduced-motion: reduce){.hud-stock-row.is-low{animation:none}}.hud-hint{font-size:.72rem;color:#8b7a8c;max-width:min(420px,90vw);line-height:1.35;font-weight:600}.hud-status{font-size:.75rem;color:#8b7a8c;margin-top:auto;align-self:flex-start;font-weight:600}.hud-prompt{position:absolute;left:50%;bottom:max(96px,calc(env(safe-area-inset-bottom) + 88px));transform:translate(-50%) translateY(8px);display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:rgba(255,246,242,.95);border:2px solid rgba(125,223,176,.55);box-shadow:0 8px 24px #5c4a5a24;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;max-width:min(90vw,420px)}.hud-prompt.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.hud-prompt-key{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:#7ddfb0;border:2px solid rgba(92,74,90,.12);font-weight:800;font-size:.9rem;color:#3a2f3a}.hud-prompt-text{font-size:.95rem;font-weight:700;color:#5c4a5a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-queue{position:absolute;top:max(14px,calc(env(safe-area-inset-top) + 4px));right:max(12px,env(safe-area-inset-right));z-index:12;display:flex;align-items:center;gap:10px;padding:11px 16px 11px 14px;border-radius:999px;background:linear-gradient(135deg,rgba(255,248,242,.98) 0%,rgba(255,228,214,.98) 100%);border:2.5px solid rgba(255,140,120,.7);box-shadow:0 8px 22px #ff786438,0 2px #ffffffa6 inset;font-size:.92rem;font-weight:800;color:#4a3540;opacity:0;transform:translateY(-10px) scale(.94);pointer-events:none;max-width:min(78vw,340px);transition:opacity .22s ease,transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.hud-queue.is-visible{opacity:1;transform:translateY(0) scale(1);animation:queue-breathe 2.4s ease-in-out infinite}.hud-queue.is-ping{animation:queue-ping 1.1s ease;border-color:#ff6050f2;background:linear-gradient(135deg,rgba(255,250,245,1) 0%,rgba(255,200,180,1) 55%,rgba(255,176,160,1) 100%);box-shadow:0 0 0 6px #ff8c7847,0 12px 28px #ff645059}.hud-queue-icon{font-size:1.2rem;line-height:1;flex-shrink:0;filter:drop-shadow(0 1px 0 rgba(255,255,255,.7))}.hud-queue.is-ping .hud-queue-icon{animation:queue-icon-bounce 1.1s ease}.hud-queue-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25;letter-spacing:.01em}.hud-queue-count{flex-shrink:0;min-width:1.55rem;height:1.55rem;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff7a66;color:#fff;font-size:.8rem;font-weight:800;font-variant-numeric:tabular-nums;box-shadow:0 2px 6px #ff5a4666;line-height:1}.hud-queue.is-ping .hud-queue-count{animation:queue-count-pop 1.1s ease;background:#ff5a45}@keyframes queue-ping{0%{transform:translateY(0) scale(1)}15%{transform:translateY(0) scale(1.1)}35%{transform:translateY(0) scale(.98)}55%{transform:translateY(0) scale(1.08)}75%{transform:translateY(0) scale(1.02)}to{transform:translateY(0) scale(1)}}@keyframes queue-icon-bounce{0%,to{transform:translateY(0) rotate(0)}20%{transform:translateY(-4px) rotate(-8deg)}45%{transform:translateY(1px) rotate(6deg)}70%{transform:translateY(-2px) rotate(-3deg)}}@keyframes queue-count-pop{0%,to{transform:scale(1)}30%{transform:scale(1.25)}55%{transform:scale(.95)}75%{transform:scale(1.1)}}@keyframes queue-breathe{0%,to{box-shadow:0 8px 22px #ff786433,0 2px #ffffffa6 inset}50%{box-shadow:0 10px 26px #ff6e5a52,0 0 0 3px #ff8c7829,0 2px #ffffffa6 inset}}@media (prefers-reduced-motion: reduce){.hud-queue.is-visible,.hud-queue.is-ping,.hud-queue.is-ping .hud-queue-icon,.hud-queue.is-ping .hud-queue-count{animation:none}}.mobile-controls{display:none;position:absolute;inset:0;z-index:20;pointer-events:none;padding:max(8px,var(--safe-top)) max(12px,var(--safe-right)) max(12px,var(--safe-bottom)) max(12px,var(--safe-left));touch-action:none}.mobile-controls.is-visible{display:block}.joystick-base{pointer-events:auto;position:absolute;left:max(16px,var(--safe-left));bottom:max(24px,var(--safe-bottom));width:128px;height:128px;border-radius:50%;background:rgba(255,246,242,.45);border:3px solid rgba(92,74,90,.18);touch-action:none}.joystick-stick{position:absolute;left:50%;top:50%;width:54px;height:54px;border-radius:50%;background:rgba(125,223,176,.85);border:3px solid rgba(255,255,255,.65);transform:translate(-50%,-50%);will-change:transform;pointer-events:none;box-shadow:0 4px 12px #5c4a5a26}.mobile-buttons{pointer-events:none;position:absolute;right:max(16px,var(--safe-right));bottom:max(28px,var(--safe-bottom));display:flex;flex-direction:row;align-items:flex-end;gap:14px;z-index:2}.action-btn,.sprint-btn{pointer-events:auto;border-radius:50%;border:3px solid rgba(255,255,255,.55);color:#3a2f3a;font-weight:800;font-family:Nunito,system-ui,sans-serif;touch-action:none;box-shadow:0 6px 18px #5c4a5a33;cursor:pointer;margin:0;padding:0;-webkit-user-select:none;user-select:none}.action-btn{width:76px;height:76px;background:#7ddfb0;font-size:1.35rem}.sprint-btn{width:62px;height:62px;background:#ffe08a;font-size:.72rem;letter-spacing:.02em;text-transform:uppercase;margin-bottom:8px}.action-btn.is-pressed{background:#3cb88a;transform:scale(.94);color:#fff}.sprint-btn.is-pressed{background:#ffc94a;transform:scale(.94)}.hud-chip-toggle{display:none;pointer-events:auto;align-items:center;justify-content:space-between;gap:8px;width:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.hud-chip-summary{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:800;color:#5c4a5a;font-variant-numeric:tabular-nums;letter-spacing:.01em}.hud-chip-chevron{flex-shrink:0;font-size:.78rem;line-height:1;color:#8b7a8c;transition:transform .15s ease}.hud-day-details,.hud-stock-details{display:flex;flex-direction:column;gap:6px;width:100%}body:not(.is-mobile) .hud-day.is-collapsed .hud-day-details,body:not(.is-mobile) .hud-stock.is-collapsed .hud-stock-details{display:flex}body.is-mobile.is-landscape .hud{--hud-right-inset: max(10px, var(--safe-right));--hud-right-top: max(8px, var(--safe-top));--hud-menu-size: 44px;--hud-right-gap: 8px;--hud-stock-chip-width: min(148px, 34vw);padding:max(8px,var(--safe-top)) max(10px,var(--safe-right)) max(8px,var(--safe-bottom)) max(10px,var(--safe-left));gap:8px;padding-bottom:max(10px,var(--safe-bottom))}body.is-mobile.is-landscape .hud-top-row{max-width:min(200px,38vw);width:auto;gap:0}body.is-mobile.is-landscape .hud-panel{padding:8px 14px;box-shadow:0 4px 14px #5c4a5a1f}body.is-mobile.is-landscape .hud-money{min-width:112px}body.is-mobile.is-landscape .hud-value{font-size:1.12rem}body.is-mobile.is-landscape .hud-menu-btn{position:absolute;top:var(--hud-right-top);right:var(--hud-right-inset);z-index:50;margin-left:0;margin-right:0;box-sizing:border-box;width:var(--hud-menu-size);height:var(--hud-menu-size);min-width:var(--hud-menu-size);min-height:var(--hud-menu-size);padding:0;font-size:1.05rem;border-radius:16px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto;cursor:pointer}body.is-mobile.is-landscape:has(.mobile-fs-btn:not([hidden])) .hud{--hud-right-inset: max(56px, calc(var(--safe-right) + 46px))}body.is-mobile.is-landscape .hud-menu-btn-label{display:none}body.is-mobile.is-landscape .hud-chip-toggle{display:inline-flex;box-sizing:border-box;width:100%;min-height:var(--hud-menu-size);padding:10px 12px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}body.is-mobile.is-landscape .hud-day,body.is-mobile.is-landscape .hud-stock{pointer-events:auto;min-width:0;border-radius:16px;gap:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:max-width .18s ease,width .18s ease,background .15s ease,border-color .15s ease}body.is-mobile.is-landscape .hud-day{max-width:min(240px,42vw)}body.is-mobile.is-landscape .hud-stock{position:absolute;top:var(--hud-right-top);right:calc(var(--hud-right-inset) + var(--hud-menu-size) + var(--hud-right-gap));left:auto;z-index:12;align-items:stretch;width:var(--hud-stock-chip-width);max-width:var(--hud-stock-chip-width)}body.is-mobile.is-landscape .hud-day.is-collapsed{padding:0;max-width:min(240px,42vw);width:auto;overflow:hidden}body.is-mobile.is-landscape .hud-stock.is-collapsed{padding:0;width:var(--hud-stock-chip-width);max-width:var(--hud-stock-chip-width);height:var(--hud-menu-size);min-height:var(--hud-menu-size);overflow:hidden}body.is-mobile.is-landscape .hud-stock.is-collapsed .hud-chip-toggle{justify-content:space-between;align-items:center;height:var(--hud-menu-size);min-height:var(--hud-menu-size);padding:0 10px;border-radius:16px}body.is-mobile.is-landscape .hud-day.is-collapsed .hud-day-details,body.is-mobile.is-landscape .hud-stock.is-collapsed .hud-stock-details{display:none}body.is-mobile.is-landscape .hud-day.is-collapsed .hud-chip-chevron,body.is-mobile.is-landscape .hud-stock.is-collapsed .hud-chip-chevron{transform:rotate(-90deg)}body.is-mobile.is-landscape .hud-day.is-expanded{padding:0;max-width:min(280px,48vw);gap:0;background:rgba(255,250,247,.97);box-shadow:0 10px 28px #5c4a5a2e;overflow:hidden}body.is-mobile.is-landscape .hud-stock.is-expanded{padding:0;max-width:min(260px,48vw);width:min(260px,48vw);height:auto;min-height:0;gap:0;background:rgba(255,250,247,.97);box-shadow:0 10px 28px #5c4a5a2e;overflow:hidden}body.is-mobile.is-landscape .hud-day.is-expanded .hud-chip-toggle,body.is-mobile.is-landscape .hud-stock.is-expanded .hud-chip-toggle{padding:10px 12px 8px;margin-bottom:0;border-bottom:1px dashed rgba(92,74,90,.12);min-height:40px;border-radius:16px 16px 0 0}body.is-mobile.is-landscape .hud-day.is-expanded .hud-day-details,body.is-mobile.is-landscape .hud-stock.is-expanded .hud-stock-details{padding:8px 12px 10px}body.is-mobile.is-landscape .hud-day.is-expanded .hud-chip-chevron,body.is-mobile.is-landscape .hud-stock.is-expanded .hud-chip-chevron{transform:rotate(0)}body.is-mobile.is-landscape .hud-chip-summary{font-size:.9rem}body.is-mobile.is-landscape .hud-day-number{font-size:.92rem}body.is-mobile.is-landscape .hud-day-earnings{font-size:1.02rem}body.is-mobile.is-landscape .hud-day-earnings-label,body.is-mobile.is-landscape .hud-day-cycle,body.is-mobile.is-landscape .hud-day-growth,body.is-mobile.is-landscape .hud-day-yesterday{font-size:.72rem}body.is-mobile.is-landscape .hud-day-pips{gap:3px}body.is-mobile.is-landscape .hud-day-pip{height:6px}body.is-mobile.is-landscape .hud-stock.is-expanded .hud-stock-list{max-height:min(42vh,180px);gap:4px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}body.is-mobile.is-landscape .hud-stock-row{font-size:.82rem;gap:5px}body.is-mobile.is-landscape .hud-stock-emoji{width:1.15rem;font-size:.95rem}body.is-mobile.is-landscape .hud-stock-cols{gap:4px}body.is-mobile.is-landscape .hud-stock.has-alert.is-collapsed{border-color:#e0892a8c;background:rgba(255,246,232,.96)}body.is-mobile.is-landscape .hud-stock.has-empty.is-collapsed{border-color:#e85a4a8c;background:rgba(255,240,238,.97)}body.is-mobile.is-landscape .hud-stock.has-alert.is-collapsed .hud-chip-summary{color:#a45a1a}body.is-mobile.is-landscape .hud-stock.has-empty.is-collapsed .hud-chip-summary{color:#c43c30}body.is-mobile.is-landscape .hud-day.is-break.is-collapsed{border-color:#9678c8a6;background:rgba(245,238,255,.97)}body.is-mobile.is-landscape .hud-status{display:none}body.is-mobile.is-landscape .hud-held{font-size:.84rem;max-width:min(280px,48vw);padding:7px 14px}body.is-mobile.is-landscape .hud-prompt{bottom:max(96px,calc(var(--safe-bottom) + 80px));padding:10px 16px;gap:10px}body.is-mobile.is-landscape .hud-prompt-key{min-width:30px;height:30px;font-size:.9rem}body.is-mobile.is-landscape .hud-prompt-text{font-size:.88rem}body.is-mobile.is-landscape .hud-queue{top:max(108px,calc(var(--safe-top) + 100px));left:max(10px,var(--safe-left));right:auto;padding:7px 12px;font-size:.8rem;max-width:min(240px,42vw);gap:6px}body.is-mobile.is-landscape .hud-snack-stack{top:max(10px,calc(var(--safe-top) + 4px));max-width:min(52vw,320px)}body.is-mobile.is-landscape .hud-snack{padding:9px 14px;font-size:.86rem}body.is-mobile.is-landscape .game-menu{padding:max(8px,var(--safe-top)) max(10px,var(--safe-right)) max(8px,var(--safe-bottom)) max(10px,var(--safe-left));align-items:stretch;z-index:60;pointer-events:auto;touch-action:manipulation}body.is-mobile.is-landscape .game-menu-panel{width:min(560px,96vw);max-height:min(92dvh,100%);border-radius:18px;pointer-events:auto}body.is-mobile.is-landscape .game-menu-header{padding:8px 10px;gap:6px}body.is-mobile.is-landscape .game-menu-back,body.is-mobile.is-landscape .game-menu-close{width:48px;height:48px;min-width:48px;min-height:48px;font-size:1.35rem}body.is-mobile.is-landscape .game-menu-title{font-size:1.05rem}body.is-mobile.is-landscape .game-menu-body{padding:8px 10px 6px}body.is-mobile.is-landscape .game-menu-hint{display:none}body.is-mobile.is-landscape .game-menu-nav-item{padding:10px 12px}body.is-mobile.is-landscape .game-menu-list{gap:8px}body.is-mobile.is-landscape .joystick-base{width:112px;height:112px;left:max(14px,var(--safe-left));bottom:max(12px,var(--safe-bottom));background:rgba(255,246,242,.4)}body.is-mobile.is-landscape .joystick-stick{width:48px;height:48px}body.is-mobile.is-landscape .mobile-buttons{right:max(14px,var(--safe-right));bottom:max(14px,var(--safe-bottom));gap:12px}body.is-mobile.is-landscape .action-btn{width:66px;height:66px;font-size:1.18rem}body.is-mobile.is-landscape .sprint-btn{width:54px;height:54px;font-size:.64rem;margin-bottom:6px}@media (max-height: 380px){body.is-mobile.is-landscape .hud{--hud-menu-size: 40px;--hud-right-gap: 6px;--hud-stock-chip-width: min(132px, 32vw)}body.is-mobile.is-landscape .hud-day.is-collapsed{max-width:min(200px,40vw)}body.is-mobile.is-landscape .hud-chip-toggle{min-height:40px;padding:8px 10px}body.is-mobile.is-landscape .hud-chip-summary{font-size:.82rem}body.is-mobile.is-landscape .hud-stock.is-expanded .hud-stock-list{max-height:min(36vh,120px)}body.is-mobile.is-landscape .hud-day-growth{display:none}body.is-mobile.is-landscape .joystick-base{width:96px;height:96px}body.is-mobile.is-landscape .joystick-stick{width:42px;height:42px}body.is-mobile.is-landscape .action-btn{width:58px;height:58px}body.is-mobile.is-landscape .sprint-btn{width:48px;height:48px}body.is-mobile.is-landscape .hud-prompt{bottom:max(78px,calc(var(--safe-bottom) + 60px))}body.is-mobile.is-landscape .hud-queue{top:max(88px,calc(var(--safe-top) + 80px));max-width:min(190px,38vw)}}body.is-mobile.is-landscape .mobile-fs-btn{top:max(8px,var(--safe-top));right:max(8px,var(--safe-right));padding:8px 10px;font-size:.72rem;z-index:30;min-width:40px;min-height:40px}body.is-mobile.is-landscape .mobile-fs-label{display:none}body.is-mobile:has(.game-menu:not([hidden])) .mobile-controls{visibility:hidden;pointer-events:none}body.is-mobile:has(.game-menu:not([hidden])) .mobile-fs-btn{visibility:hidden;pointer-events:none}body.is-mobile.is-landscape .loading-box{padding:18px 28px}body.is-mobile.is-landscape .loading-title{font-size:1.35rem}@media (pointer: fine){.hud-hint{display:block}}@media (pointer: coarse){.hud-hint{display:none}}@media (max-width: 900px){.hud-hint{display:none}}.connection-block{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:linear-gradient(165deg,#2a3040 0%,#3a2a38 50%,#1a2030 100%)}.connection-block.is-visible{display:flex}.connection-block-box{max-width:420px;width:100%;text-align:center;padding:28px 24px 22px;border-radius:24px;border:3px solid rgba(255,160,140,.55);background:rgba(255,248,245,.97);box-shadow:0 0 0 3px #ffffff59,0 18px 48px #00000059}.connection-block-emoji{margin:0 0 8px;font-size:2.4rem;line-height:1}.connection-block-title{margin:0 0 10px;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1.45rem;font-weight:700;color:#8a3030}.connection-block-message{margin:0 0 12px;font-family:Nunito,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.4;color:#3a4a5a}.connection-block-hint{margin:0 0 18px;font-family:Nunito,system-ui,sans-serif;font-size:.86rem;font-weight:600;line-height:1.4;color:#7a6a7a}.connection-block-retry{min-height:46px;min-width:10rem;padding:12px 22px;border-radius:999px;border:2px solid rgba(60,184,138,.55);background:linear-gradient(135deg,#8eebc0,#7ddfb0);color:#2a4038;font-family:Nunito,system-ui,sans-serif;font-size:1rem;font-weight:800;cursor:pointer}.connection-block-retry:hover:not(:disabled){filter:brightness(1.05)}.connection-block-retry:disabled{opacity:.7;cursor:default}.loading-overlay{position:absolute;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:linear-gradient(165deg,#eaf6ff 0%,#fff6f2 55%,#ffe8f0 100%);transition:opacity .25s ease}.loading-overlay.is-hidden{opacity:0;pointer-events:none}.loading-box{text-align:center;padding:28px 36px 22px;background:rgba(255,246,242,.96);border-radius:28px;border:3px solid #7ddfb0;box-shadow:0 0 0 3px #ffffffe6,0 14px 36px #4a3a5524}.loading-title{margin:0 0 2px;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1.7rem;font-weight:700;color:#5c4a5a;letter-spacing:.01em;text-shadow:0 1px 0 rgba(255,255,255,.9)}.loading-sub{margin:0 0 12px;font-family:Nunito,system-ui,sans-serif;font-size:.88rem;color:#3cb88a;font-weight:800;letter-spacing:.04em;text-transform:none}.loading-message{margin:0 0 12px;font-family:Nunito,system-ui,sans-serif;font-size:.9rem;color:#8b7a8c;font-weight:600;min-height:1.2em}.loading-bar{width:min(280px,70vw);height:14px;margin:0 auto;border-radius:999px;background:rgba(255,255,255,.92);overflow:hidden;border:2px solid #ffffff;box-shadow:0 0 0 2px #7ddfb08c}.loading-bar-fill{height:100%;width:0%;border-radius:inherit;background:linear-gradient(90deg,#7ddfb0 0%,#3cb88a 55%,#8ec5ff 100%);transition:width .15s ease-out}.loading-percent{margin:10px 0 0;font-family:Nunito,system-ui,sans-serif;font-size:.88rem;font-variant-numeric:tabular-nums;font-weight:800;color:#3cb88a}.loading-hint{margin:8px 0 0;font-family:Nunito,system-ui,sans-serif;font-size:.78rem;font-weight:600;color:#8b7a8c;opacity:.85}.confirm-dialog{position:absolute;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:rgba(32,26,42,.48);backdrop-filter:blur(3px);pointer-events:auto}.confirm-dialog-panel{width:min(360px,100%);display:flex;flex-direction:column;gap:10px;padding:16px 16px 14px;border-radius:22px;background:linear-gradient(165deg,rgba(255,252,248,.99) 0%,rgba(245,238,255,.98) 100%);border:2.5px solid rgba(201,182,228,.7);box-shadow:0 0 0 5px #9678c81f,0 18px 40px #281e464d}.confirm-dialog-head{display:flex;align-items:center;gap:8px}.confirm-dialog-title{margin:0;font-family:Nunito,system-ui,sans-serif;font-size:1.05rem;font-weight:800;color:#3a2f48;line-height:1.25}.confirm-dialog-body{display:flex;flex-direction:column;gap:6px}.confirm-dialog-msg{margin:0;font-family:Nunito,system-ui,sans-serif;font-size:.92rem;font-weight:700;color:#4a3a52;line-height:1.35}.confirm-dialog-detail{margin:0;font-family:Nunito,system-ui,sans-serif;font-size:.82rem;font-weight:600;color:#6b5a72;line-height:1.4}.confirm-dialog-price{margin:4px 0 0;font-family:Nunito,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#2a4038}.confirm-dialog-price strong{color:#1a6a48;font-weight:800}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;flex-wrap:wrap}.confirm-dialog-actions .game-menu-buy{min-width:7.5rem}.confirm-dialog-ok .game-menu-buy-price{margin-left:2px}.guided-tour{position:absolute;inset:0;z-index:55;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:rgba(35,28,48,.42);backdrop-filter:blur(4px);pointer-events:auto}.guided-tour[hidden]{display:none!important}.guided-tour-panel{width:min(420px,100%);max-height:min(86vh,640px);display:flex;flex-direction:column;gap:6px;padding:14px 16px 16px;border-radius:24px;background:linear-gradient(165deg,rgba(255,252,248,.99) 0%,rgba(236,246,255,.98) 55%,rgba(245,236,255,.97) 100%);border:2.5px solid rgba(125,223,176,.55);box-shadow:0 0 0 5px #3cb88a1a,0 20px 44px #281e4647;overflow:auto}.guided-tour-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.guided-tour-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:.78rem;font-weight:700;color:#2a6a52;background:rgba(125,223,176,.35);border:1px solid rgba(60,184,138,.35)}.guided-tour-skip{border:none;background:transparent;color:#8b7a8c;font-family:Nunito,system-ui,sans-serif;font-size:.88rem;font-weight:700;cursor:pointer;padding:8px 10px;border-radius:10px;min-height:40px;touch-action:manipulation}.guided-tour-skip:hover{background:rgba(92,74,90,.08);color:#5c4a5a}.guided-tour-hero{display:flex;justify-content:center;padding:4px 0 2px}.guided-tour-emoji{font-size:2.6rem;line-height:1;filter:drop-shadow(0 4px 8px rgba(60,40,90,.12))}.guided-tour-title{margin:0;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1.28rem;font-weight:700;color:#3a2a48;text-align:center;line-height:1.25}.guided-tour-body{margin:4px 0 8px;font-family:Nunito,system-ui,sans-serif;font-size:.95rem;font-weight:600;line-height:1.45;color:#5c4a5a;text-align:center}.guided-tour-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:4px 0}.guided-tour-dot{width:10px;height:10px;padding:0;border-radius:999px;border:none;background:rgba(92,74,90,.18);cursor:pointer;touch-action:manipulation}.guided-tour-dot.is-done{background:rgba(60,184,138,.45)}.guided-tour-dot.is-active{width:22px;background:#3cb88a;box-shadow:0 0 0 3px #3cb88a38}.guided-tour-step{margin:0;text-align:center;font-size:.78rem;font-weight:700;color:#8b7a8c;font-variant-numeric:tabular-nums}.guided-tour-actions{display:flex;gap:10px;margin-top:8px}.guided-tour-btn{flex:1;min-height:48px;border-radius:14px;font-family:Fredoka,Nunito,system-ui,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:2px solid transparent}.guided-tour-btn-secondary{background:rgba(255,255,255,.85);border-color:#5c4a5a24;color:#5c4a5a}.guided-tour-btn-secondary:hover:not(:disabled){background:#fff}.guided-tour-btn-secondary:disabled,.guided-tour-btn-secondary[hidden]{opacity:.35;pointer-events:none}.guided-tour-btn-primary{background:linear-gradient(180deg,#7ddfb0 0%,#3cb88a 100%);border-color:#ffffff8c;color:#143828;box-shadow:0 4px #1e785047}.guided-tour-btn-primary:hover{filter:brightness(1.04)}.guided-tour-btn-primary:active{transform:translateY(1px);box-shadow:0 2px #1e785047}@media (max-height: 420px){.guided-tour-panel{max-height:94vh;padding:10px 12px 12px}.guided-tour-emoji{font-size:1.8rem}.guided-tour-title{font-size:1.05rem}.guided-tour-body{font-size:.86rem}.guided-tour-btn{min-height:42px}}
