.crash-container.svelte-j6dx5h{display:flex;flex-direction:column;gap:1.5rem;max-width:50dvw;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px);box-sizing:border-box}.history-bar.svelte-j6dx5h{display:flex;gap:.5rem;flex-wrap:nowrap;justify-content:flex-start;padding:1rem;background:#0000004d;border-radius:16px;border:1px solid rgba(255,255,255,.05);overflow-x:auto;overflow-y:hidden;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.history-bar.svelte-j6dx5h::-webkit-scrollbar{display:none}.history-item.svelte-j6dx5h{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;background:#ffffff0d;border:2px solid currentColor;flex-shrink:0}.history-item.crashed.svelte-j6dx5h{opacity:.7}.history-item.cashed.svelte-j6dx5h{opacity:1;box-shadow:0 0 10px currentColor}.game-area.svelte-j6dx5h{display:flex;justify-content:center;align-items:center;background:#0006;border-radius:24px;padding:2rem;border:1px solid rgba(255,255,255,.08);box-sizing:border-box}.game-canvas.svelte-j6dx5h{position:relative;background:linear-gradient(135deg,#0f172af2,#1e293be6,#0f172af2);border-radius:16px;overflow:hidden;box-shadow:inset 0 0 100px #a855f71a;max-width:100%;box-sizing:border-box}.grid.svelte-j6dx5h{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;z-index:1}.graph-canvas.svelte-j6dx5h{position:absolute;top:0;left:0;z-index:2;pointer-events:none}.rocket-gif.svelte-j6dx5h{position:absolute;width:92px;height:92px;object-fit:contain;z-index:10;pointer-events:none;filter:drop-shadow(0 0 14px rgba(251,191,36,.5))}.current-multiplier.svelte-j6dx5h{position:absolute;font-size:2.5rem;font-weight:900;color:var(--accent-text);text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:11;white-space:nowrap;animation:svelte-j6dx5h-multiplierPulse .5s ease-in-out infinite;letter-spacing:-.05em}.current-multiplier.crashed.svelte-j6dx5h{color:var(--accent-text);text-shadow:0 2px 4px rgba(0,0,0,.5)}@keyframes svelte-j6dx5h-multiplierPulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}.crash-message.svelte-j6dx5h{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);font-size:3rem;font-weight:900;color:var(--accent-text);text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:20;animation:svelte-j6dx5h-crashAppear .3s ease-out;letter-spacing:.1em}.explosion-gif.svelte-j6dx5h{position:absolute;width:100px;height:100px;z-index:25;pointer-events:none;animation:svelte-j6dx5h-explosionGifAppear .3s ease-out}@keyframes svelte-j6dx5h-explosionGifAppear{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes svelte-j6dx5h-crashAppear{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.phase-indicator.svelte-j6dx5h{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.7rem;font-weight:900;color:var(--accent-text);text-shadow:0 2px 12px rgba(0,0,0,.65);z-index:15;white-space:nowrap;letter-spacing:-.03em}.bets-panel.svelte-j6dx5h{background:#0000004d;border-radius:16px;padding:1rem;border:1px solid rgba(255,255,255,.05);max-height:300px;overflow-y:auto;box-sizing:border-box}.bets-title.svelte-j6dx5h{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.bets-list.svelte-j6dx5h{display:flex;flex-direction:column;gap:.5rem}.bet-item.svelte-j6dx5h{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;background:#ffffff0d;border-radius:8px;font-size:.9rem}.bet-item.cashed-out.won.svelte-j6dx5h{background:#22c55e33;border:1px solid rgba(34,197,94,.5)}.bet-item.cashed-out.lost.svelte-j6dx5h{background:#ef44442e;border:1px solid rgba(239,68,68,.45)}.bet-nickname.svelte-j6dx5h{flex:1;color:#fff;font-weight:600}.bet-amount.svelte-j6dx5h{color:#a855f7;font-weight:700}.bet-multiplier.svelte-j6dx5h{color:#22c55e;font-weight:700}.bet-auto.svelte-j6dx5h{color:var(--accent-text);font-size:.85rem}.bet-win.svelte-j6dx5h{color:#22c55e;font-weight:700;font-size:.9rem}.bet-loss.svelte-j6dx5h{color:var(--accent-text);font-weight:700;font-size:.9rem}.controls-panel.svelte-j6dx5h{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;background:#ffffff05;border-radius:24px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);box-sizing:border-box}.control-section.svelte-j6dx5h{display:flex;flex-direction:column;gap:.75rem}.control-label.svelte-j6dx5h{color:#fff;font-size:.9rem;font-weight:500}.bet-input.svelte-j6dx5h,.multiplier-input.svelte-j6dx5h{width:100%;padding:.75rem;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;font-weight:600}.bet-input.svelte-j6dx5h:focus,.multiplier-input.svelte-j6dx5h:focus{outline:none;border-color:var(--accent-focus)}.bet-input.svelte-j6dx5h:disabled,.multiplier-input.svelte-j6dx5h:disabled{opacity:.5;cursor:not-allowed}.control-checkbox.svelte-j6dx5h{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;cursor:pointer}.control-checkbox.svelte-j6dx5h input[type=checkbox]:where(.svelte-j6dx5h){width:18px;height:18px;cursor:pointer}.multiplier-control.svelte-j6dx5h{display:flex;align-items:center;gap:.5rem}.mult-btn.svelte-j6dx5h{width:36px;height:36px;border:none;background:var(--accent-soft);color:var(--accent-text);border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background .2s}.mult-btn.svelte-j6dx5h:hover:not(:disabled){background:var(--accent-focus-soft)}.mult-btn.svelte-j6dx5h:disabled{opacity:.5;cursor:not-allowed}.multiplier-input.svelte-j6dx5h{flex:1}.multiplier-x.svelte-j6dx5h{color:#fff;font-weight:600}.quick-multipliers.svelte-j6dx5h{display:flex;gap:.5rem;flex-wrap:wrap}.quick-btn.svelte-j6dx5h{padding:.5rem 1rem;border:none;background:#ffffff1a;color:#fff;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.quick-btn.svelte-j6dx5h:hover:not(:disabled){background:#fff3}.quick-btn.svelte-j6dx5h:disabled{opacity:.5;cursor:not-allowed}.play-button.svelte-j6dx5h{grid-column:span 2;padding:1.25rem;border:none;background:linear-gradient(135deg,var(--accent-from),var(--accent-to));color:var(--accent-contrast);border-radius:16px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px var(--accent-glow)}.play-button.svelte-j6dx5h:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px var(--accent-glow)}.play-button.svelte-j6dx5h:disabled{opacity:.5;cursor:not-allowed;transform:none}.cashout-button.svelte-j6dx5h{grid-column:span 2;padding:1.25rem;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-radius:16px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #22c55e66;animation:svelte-j6dx5h-cashoutPulse 1s ease-in-out infinite;display:flex;flex-direction:column;align-items:center;gap:.5rem}.cashout-button.svelte-j6dx5h:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #22c55e99;animation:none}.cashout-button.svelte-j6dx5h:disabled{opacity:.5;cursor:not-allowed;transform:none;animation:none}@keyframes svelte-j6dx5h-cashoutPulse{0%,to{box-shadow:0 4px 20px #22c55e66}50%{box-shadow:0 4px 30px #22c55ecc}}.win-preview.svelte-j6dx5h{font-size:1rem;opacity:.9;font-weight:600}@media(max-width:1100px){.crash-container.svelte-j6dx5h{padding:1rem;max-width:100%}.game-area.svelte-j6dx5h{padding:1rem}.controls-panel.svelte-j6dx5h{grid-template-columns:1fr}.play-button.svelte-j6dx5h,.cashout-button.svelte-j6dx5h{grid-column:span 1}}@media(max-width:768px){.crash-container.svelte-j6dx5h{padding:.5rem;gap:1rem;max-width:100vw;width:100%;min-height:auto;padding-bottom:80px}.controls-panel.svelte-j6dx5h{display:flex;flex-direction:column;min-width:0;padding:1rem}.play-button.svelte-j6dx5h,.cashout-button.svelte-j6dx5h{order:-1;grid-column:auto;width:100%}.game-area.svelte-j6dx5h{width:100%}.game-canvas.svelte-j6dx5h{max-width:100%}.history-bar.svelte-j6dx5h{padding:.75rem;gap:.35rem;border-radius:12px;max-width:100%}.history-item.svelte-j6dx5h{width:40px;height:40px;font-size:.75rem;border-width:1.5px}.game-area.svelte-j6dx5h{padding:.75rem;border-radius:16px}.current-multiplier.svelte-j6dx5h{font-size:2rem}.crash-message.svelte-j6dx5h{font-size:2.5rem}.phase-indicator.svelte-j6dx5h{font-size:2rem}.rocket-gif.svelte-j6dx5h{width:78px;height:78px}.controls-panel.svelte-j6dx5h{gap:1rem;padding:1rem;border-radius:16px}.bet-input.svelte-j6dx5h,.multiplier-input.svelte-j6dx5h{padding:.6rem;font-size:.95rem}.play-button.svelte-j6dx5h{padding:1rem;font-size:1.1rem;border-radius:12px}.quick-multipliers.svelte-j6dx5h{flex-wrap:wrap}.quick-btn.svelte-j6dx5h{flex:1;min-width:calc(50% - .25rem)}.bets-panel.svelte-j6dx5h{max-height:200px;padding:.75rem;border-radius:12px;max-width:100%}.bets-title.svelte-j6dx5h{font-size:.9rem}.bet-item.svelte-j6dx5h{font-size:.85rem;padding:.4rem .6rem}}@media(max-width:480px){.crash-container.svelte-j6dx5h{padding:.25rem;gap:.75rem;width:100%;max-width:100vw}.controls-panel.svelte-j6dx5h{grid-template-columns:1fr;padding:.75rem}.bet-input.svelte-j6dx5h,.multiplier-input.svelte-j6dx5h{width:100%;min-width:0}.history-bar.svelte-j6dx5h{padding:.5rem;gap:.25rem;max-width:100%}.history-item.svelte-j6dx5h{width:35px;height:35px;font-size:.7rem}.game-area.svelte-j6dx5h{padding:.5rem}.current-multiplier.svelte-j6dx5h{font-size:1.75rem}.crash-message.svelte-j6dx5h{font-size:2rem}.phase-indicator.svelte-j6dx5h{font-size:1.7rem}.controls-panel.svelte-j6dx5h{padding:.75rem;gap:.75rem}.control-label.svelte-j6dx5h{font-size:.85rem}.play-button.svelte-j6dx5h{padding:.875rem;font-size:1rem}.quick-btn.svelte-j6dx5h{padding:.4rem .75rem;font-size:.8rem}.mult-btn.svelte-j6dx5h{width:32px;height:32px;font-size:1.1rem}.bets-panel.svelte-j6dx5h{max-height:150px;max-width:100%}.bet-item.svelte-j6dx5h{font-size:.8rem;gap:.5rem}}.dashboard[data-astro-cid-hk4ywoxg]{max-width:1600px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:240px 1fr 380px;gap:1.5rem;min-height:calc(100vh - var(--navbar-height, 80px))}.menu-panel[data-astro-cid-hk4ywoxg],.sidebar-panel[data-astro-cid-hk4ywoxg]{display:flex;flex-direction:column;gap:1.5rem}.gift-card[data-astro-cid-hk4ywoxg]{background:radial-gradient(circle at top right,var(--accent-from),var(--accent-deep));border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.gift-card[data-astro-cid-hk4ywoxg] .eyebrow[data-astro-cid-hk4ywoxg]{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.gift-card[data-astro-cid-hk4ywoxg] h2[data-astro-cid-hk4ywoxg]{font-size:1.4rem}.countdown[data-astro-cid-hk4ywoxg]{font-size:.9rem;color:#fffc}.countdown[data-astro-cid-hk4ywoxg] span[data-astro-cid-hk4ywoxg]{font-weight:700;font-size:1.1rem}.gift-card[data-astro-cid-hk4ywoxg] button[data-astro-cid-hk4ywoxg]{border:none;background:#00000040;color:#fff;border-radius:12px;padding:.75rem 1rem;cursor:pointer;font-weight:600}.menu[data-astro-cid-hk4ywoxg]{background:#ffffff05;border-radius:24px;border:1px solid rgba(255,255,255,.05);padding:1.3rem;display:flex;flex-direction:column;gap:.35rem}.menu[data-astro-cid-hk4ywoxg].collapsible{padding:0;overflow:hidden}.menu-toggle[data-astro-cid-hk4ywoxg]{width:100%;background:transparent;border:none;padding:1.3rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:inherit}.menu-toggle[data-astro-cid-hk4ywoxg] .menu-label[data-astro-cid-hk4ywoxg]{margin:0}.menu-profile-link[data-astro-cid-hk4ywoxg]{text-decoration:none;color:#f7f7f7;display:flex;align-items:center;gap:.6rem;flex:1}.menu-profile-link[data-astro-cid-hk4ywoxg]:hover{color:var(--accent-text)}.menu-subitem[data-astro-cid-hk4ywoxg]{padding-left:2.6rem!important}.menu-subitem[data-astro-cid-hk4ywoxg].active{background:var(--accent-soft);color:var(--accent-text);padding:.4rem .8rem .4rem 2.6rem!important;margin:0 -.8rem}.chevron[data-astro-cid-hk4ywoxg]{width:16px;height:16px;color:#ffffff80;transition:transform .2s}.menu[data-astro-cid-hk4ywoxg].collapsible.collapsed .chevron[data-astro-cid-hk4ywoxg]{transform:rotate(-90deg)}.menu-content[data-astro-cid-hk4ywoxg]{padding:0 1.3rem 1.3rem;display:flex;flex-direction:column;gap:.35rem;transition:max-height .3s ease-out,opacity .3s ease-out;max-height:200px;opacity:1}.menu[data-astro-cid-hk4ywoxg].collapsible.collapsed .menu-content[data-astro-cid-hk4ywoxg]{max-height:0;opacity:0;padding:0 1.3rem;overflow:hidden}.menu[data-astro-cid-hk4ywoxg].collapsible.collapsed .menu-profile-link[data-astro-cid-hk4ywoxg]{display:flex}.menu-label[data-astro-cid-hk4ywoxg]{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#8c8c8c;margin-bottom:.5rem}.menu[data-astro-cid-hk4ywoxg] a[data-astro-cid-hk4ywoxg]{text-decoration:none;color:#f7f7f7;padding:.4rem 0;font-size:.95rem;display:flex;align-items:center;gap:.6rem;border-radius:10px}.menu[data-astro-cid-hk4ywoxg] a[data-astro-cid-hk4ywoxg].active{background:var(--accent-soft);color:var(--accent-text);padding:.4rem .8rem;margin:0 -.8rem}.menu-icon[data-astro-cid-hk4ywoxg]{width:20px;height:20px;flex-shrink:0}.menu[data-astro-cid-hk4ywoxg] a[data-astro-cid-hk4ywoxg]:hover{color:var(--accent-text)}.content-panel[data-astro-cid-hk4ywoxg]{display:flex;flex-direction:column;align-items:center;justify-content:center}.sidebar-panel[data-astro-cid-hk4ywoxg]{position:sticky;top:calc(var(--navbar-height, 80px) + 2rem);height:calc(100vh - var(--navbar-height, 80px) - 4rem);max-height:calc(100vh - var(--navbar-height, 80px) - 4rem)}.sidebar-panel[data-astro-cid-hk4ywoxg] .chat{height:100%;display:flex;flex-direction:column}@media(max-width:1250px){.dashboard[data-astro-cid-hk4ywoxg]{grid-template-columns:200px 1fr}.sidebar-panel[data-astro-cid-hk4ywoxg]{grid-column:span 2;position:relative;top:0;height:auto;max-height:600px}}@media(max-width:900px){.dashboard[data-astro-cid-hk4ywoxg]{grid-template-columns:1fr;padding:1rem;gap:1rem}.menu-panel[data-astro-cid-hk4ywoxg]{display:none}.sidebar-panel[data-astro-cid-hk4ywoxg]{position:relative;top:0;height:auto;max-height:500px}}@media(max-width:768px){.dashboard[data-astro-cid-hk4ywoxg]{padding:0 0 70px;gap:0;min-height:calc(100vh - var(--navbar-height, 80px) - 60px);width:100%;max-width:100vw}.menu-panel[data-astro-cid-hk4ywoxg]{display:none}.content-panel[data-astro-cid-hk4ywoxg]{width:100%;max-width:100vw;padding:0;box-sizing:border-box}.sidebar-panel[data-astro-cid-hk4ywoxg]{display:none}}@media(max-width:480px){.dashboard[data-astro-cid-hk4ywoxg]{padding:0;gap:0;width:100%;max-width:100vw}.content-panel[data-astro-cid-hk4ywoxg]{padding:0;box-sizing:border-box}}
