:root{--color-primary: #f7b500;--color-primary-hover: #daa000;--color-primary-dark: #c49500;--color-secondary: #1a1d29;--color-background: #0d1117;--color-surface: #151a22;--color-surface-light: #1e2430;--color-surface-lighter: #262d3a;--color-text: #ffffff;--color-text-secondary: #6b7280;--color-text-muted: #4a5568;--color-win: #22c55e;--color-lose: #ef4444;--color-border: #2a3441;--color-border-light: #374151;--color-accent-blue: #3b82f6;--color-accent-orange: #f97316;--border-radius: 8px;--border-radius-sm: 4px;--border-radius-lg: 12px;--border-radius-xl: 16px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;font-family:inherit;border:none;outline:none;background:transparent}input{font-family:inherit;border:none;outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.surface{background-color:var(--color-surface);border-radius:var(--border-radius)}.surface-light{background-color:var(--color-surface-light);border-radius:var(--border-radius)}.text-secondary{color:var(--color-text-secondary)}.text-win{color:var(--color-win)}.text-lose{color:var(--color-lose)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-light)}.input-field{background:var(--color-surface-light);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:12px 16px;color:var(--color-text);font-size:14px;width:100%;transition:border-color .2s}.input-field:focus{border-color:var(--color-primary)}.btn-primary{background:var(--color-primary);color:#000;font-weight:600;padding:14px 24px;border-radius:var(--border-radius);font-size:15px;transition:all .2s}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--color-surface-light);color:var(--color-text);font-weight:500;padding:10px 16px;border-radius:var(--border-radius);font-size:14px;transition:all .2s}.btn-secondary:hover:not(:disabled){background:var(--color-surface-lighter)}.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-surface-light);border-radius:var(--border-radius-sm);color:var(--color-text-secondary);transition:all .2s}.icon-btn:hover{background:var(--color-surface-lighter);color:var(--color-text)}.modal-overlay.svelte-1yud7zh.svelte-1yud7zh{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal.svelte-1yud7zh.svelte-1yud7zh{background:#1a1f29;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-1yud7zh.svelte-1yud7zh{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #2a3441}.title.svelte-1yud7zh.svelte-1yud7zh{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#fff}.title.svelte-1yud7zh .icon.svelte-1yud7zh{width:24px;height:24px;background:#f7b500;color:#000;border-radius:4px;display:flex;align-items:center;justify-content:center}.close-btn.svelte-1yud7zh.svelte-1yud7zh{background:transparent;border:none;color:#6b7280;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.close-btn.svelte-1yud7zh.svelte-1yud7zh:hover{color:#fff}.tabs.svelte-1yud7zh.svelte-1yud7zh{display:flex;background:#151a22;margin:16px 24px 0;border-radius:24px;padding:4px}.tab.svelte-1yud7zh.svelte-1yud7zh{flex:1;padding:12px 16px;background:transparent;border:none;color:#6b7280;border-radius:20px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}.tab.active.svelte-1yud7zh.svelte-1yud7zh{background:#1a1f29;color:#fff}.modal-content.svelte-1yud7zh.svelte-1yud7zh{padding:24px;overflow-y:auto}.modal-content.svelte-1yud7zh.svelte-1yud7zh::-webkit-scrollbar{width:6px}.modal-content.svelte-1yud7zh.svelte-1yud7zh::-webkit-scrollbar-track{background:#151a22;border-radius:3px}.modal-content.svelte-1yud7zh.svelte-1yud7zh::-webkit-scrollbar-thumb{background:#f7b500;border-radius:3px}.modal-content.svelte-1yud7zh.svelte-1yud7zh::-webkit-scrollbar-thumb:hover{background:#daa000}.overview.svelte-1yud7zh h3.svelte-1yud7zh{margin-bottom:16px;font-size:18px;font-weight:600;color:#fff}.overview.svelte-1yud7zh p.svelte-1yud7zh{color:#9ca3af;line-height:1.7;margin-bottom:16px;font-size:14px}.overview.svelte-1yud7zh p a.svelte-1yud7zh{color:#f7b500;text-decoration:none}.overview.svelte-1yud7zh p a.svelte-1yud7zh:hover{text-decoration:underline}.overview.svelte-1yud7zh .sub-heading.svelte-1yud7zh{color:#9ca3af;margin-bottom:12px}.formula.svelte-1yud7zh.svelte-1yud7zh{background:#151a22;padding:16px 20px;border-radius:8px;border-left:3px solid #f7b500}.formula.svelte-1yud7zh code.svelte-1yud7zh{font-family:SF Mono,Monaco,Courier New,monospace;color:#fff;font-size:14px}.learn-more.svelte-1yud7zh.svelte-1yud7zh{display:block;text-align:center;color:#fff;font-weight:600;margin-top:24px;text-decoration:none;font-size:14px}.learn-more.svelte-1yud7zh.svelte-1yud7zh:hover{color:#f7b500}.field.svelte-1yud7zh.svelte-1yud7zh{margin-bottom:16px}.field.svelte-1yud7zh label.svelte-1yud7zh{display:block;font-size:12px;color:#6b7280;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.required.svelte-1yud7zh.svelte-1yud7zh{color:#ef4444}.value-row.svelte-1yud7zh.svelte-1yud7zh{display:flex;align-items:center;gap:8px;background:#151a22;padding:14px 16px;border-radius:8px}.value.svelte-1yud7zh.svelte-1yud7zh{flex:1;font-family:SF Mono,Monaco,Courier New,monospace;font-size:14px;color:#fff;word-break:break-all}.value.truncate.svelte-1yud7zh.svelte-1yud7zh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-btn.svelte-1yud7zh.svelte-1yud7zh{background:transparent;border:none;padding:4px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-btn.svelte-1yud7zh.svelte-1yud7zh:hover{color:#fff}.rotate-section.svelte-1yud7zh.svelte-1yud7zh{margin-top:24px;padding-top:24px;border-top:1px solid #2a3441}.rotate-section.svelte-1yud7zh h4.svelte-1yud7zh{margin-bottom:16px;font-size:16px;font-weight:600;color:#fff}.input-row.svelte-1yud7zh.svelte-1yud7zh{display:flex;gap:8px}.input-row.svelte-1yud7zh input.svelte-1yud7zh{flex:1;background:#0d1117;border:1px solid #2a3441;padding:14px 16px;border-radius:8px;color:#fff;font-size:14px;outline:none}.input-row.svelte-1yud7zh input.svelte-1yud7zh:focus{border-color:#f7b500}.input-row.svelte-1yud7zh input.svelte-1yud7zh::placeholder{color:#6b7280}.change-btn.svelte-1yud7zh.svelte-1yud7zh{background:#f7b500;color:#000;padding:14px 28px;border-radius:8px;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s;white-space:nowrap}.change-btn.svelte-1yud7zh.svelte-1yud7zh:hover:not(:disabled){background:#daa000}.change-btn.svelte-1yud7zh.svelte-1yud7zh:disabled{opacity:.5;cursor:not-allowed}.result-visualization.svelte-1yud7zh.svelte-1yud7zh{background:#151a22;border:2px dashed #2a3441;border-radius:12px;padding:24px;margin-bottom:20px;min-height:120px;display:flex;flex-direction:column;justify-content:center}.result-visualization.has-result.svelte-1yud7zh.svelte-1yud7zh{border-style:solid;border-color:transparent}.placeholder-message.svelte-1yud7zh.svelte-1yud7zh{text-align:center;color:#6b7280;font-size:14px}.slider-labels.svelte-1yud7zh.svelte-1yud7zh{display:flex;justify-content:space-between;margin-bottom:12px;font-size:12px;color:#6b7280}.result-slider.svelte-1yud7zh.svelte-1yud7zh{position:relative;height:14px;margin-bottom:40px}.slider-track.svelte-1yud7zh.svelte-1yud7zh{position:absolute;top:0;left:0;right:0;height:14px;border-radius:7px;background:#2a3441;overflow:hidden}.track-fill.svelte-1yud7zh.svelte-1yud7zh{height:100%;background:linear-gradient(90deg,#22c55e,#22c55e);border-radius:7px;transition:width .3s ease}.result-marker.svelte-1yud7zh.svelte-1yud7zh{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.dice-icon.svelte-1yud7zh.svelte-1yud7zh{width:48px;height:48px;background:linear-gradient(135deg,#9ca3af,#6b7280);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;margin-bottom:-8px}.result-value.svelte-1yud7zh.svelte-1yud7zh{background:#22c55e;color:#fff;padding:4px 12px;border-radius:4px;font-size:14px;font-weight:700;margin-top:8px}.crash-result.svelte-1yud7zh.svelte-1yud7zh{text-align:center}.crash-label.svelte-1yud7zh.svelte-1yud7zh{display:block;font-size:12px;color:#6b7280;margin-bottom:8px}.crash-value.svelte-1yud7zh.svelte-1yud7zh{font-size:48px;font-weight:700;color:#f7b500}.plinko-result.svelte-1yud7zh.svelte-1yud7zh{text-align:center}.plinko-label.svelte-1yud7zh.svelte-1yud7zh{display:block;font-size:12px;color:#6b7280;margin-bottom:8px}.plinko-value.svelte-1yud7zh.svelte-1yud7zh{font-size:48px;font-weight:700;color:#f7b500}.game-display.svelte-1yud7zh.svelte-1yud7zh{background:#151a22;padding:14px 16px;border-radius:8px;color:#fff;font-size:14px}.verify.svelte-1yud7zh input[type=text].svelte-1yud7zh,.verify.svelte-1yud7zh input[type=number].svelte-1yud7zh{width:100%;background:#151a22;border:1px solid #2a3441;padding:14px 16px;border-radius:8px;color:#fff;font-size:14px;outline:none}.verify.svelte-1yud7zh input.svelte-1yud7zh:focus{border-color:#f7b500}.nonce-input.svelte-1yud7zh.svelte-1yud7zh{display:flex}.nonce-input.svelte-1yud7zh input.svelte-1yud7zh{flex:1;border-radius:8px 0 0 8px;border-right:none}.nonce-buttons.svelte-1yud7zh.svelte-1yud7zh{display:flex;flex-direction:column}.nonce-buttons.svelte-1yud7zh button.svelte-1yud7zh{background:#2a3441;border:1px solid #2a3441;color:#fff;padding:0 16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:1}.nonce-buttons.svelte-1yud7zh button.svelte-1yud7zh:first-child{border-radius:0 8px 0 0;border-bottom:none}.nonce-buttons.svelte-1yud7zh button.svelte-1yud7zh:last-child{border-radius:0 0 8px}.nonce-buttons.svelte-1yud7zh button.svelte-1yud7zh:hover{background:#3b4a5c}.breakdown-toggle.svelte-1yud7zh.svelte-1yud7zh{width:100%;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;padding:12px;cursor:pointer;text-align:center;margin-top:8px}.breakdown-toggle.svelte-1yud7zh.svelte-1yud7zh:hover{color:#f7b500}.result-breakdown.svelte-1yud7zh.svelte-1yud7zh{margin-top:16px;padding:16px;background:#151a22;border-radius:8px}.breakdown-row.svelte-1yud7zh.svelte-1yud7zh{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.breakdown-row.svelte-1yud7zh.svelte-1yud7zh:last-child{margin-bottom:0}.breakdown-label.svelte-1yud7zh.svelte-1yud7zh{font-size:11px;color:#6b7280;text-transform:uppercase}.breakdown-row.svelte-1yud7zh code.svelte-1yud7zh{font-family:SF Mono,Monaco,Courier New,monospace;font-size:13px;word-break:break-all;padding:8px 12px;background:#0d1117;border-radius:4px;color:#fff}.breakdown-row.svelte-1yud7zh code.truncate.svelte-1yud7zh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breakdown-row.result.svelte-1yud7zh code.highlight.svelte-1yud7zh{background:#22c55e;color:#fff;font-size:18px;font-weight:600;text-align:center}@media (max-width: 480px){.modal.svelte-1yud7zh.svelte-1yud7zh{width:100%;max-width:none;height:100%;max-height:none;border-radius:0}.tabs.svelte-1yud7zh.svelte-1yud7zh{margin:12px 16px}.modal-content.svelte-1yud7zh.svelte-1yud7zh{padding:16px}.input-row.svelte-1yud7zh.svelte-1yud7zh{flex-direction:column}.change-btn.svelte-1yud7zh.svelte-1yud7zh{width:100%}}.modal-overlay.svelte-1oydooo.svelte-1oydooo{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal.svelte-1oydooo.svelte-1oydooo{background:#1a2029;border-radius:12px;width:100%;max-width:420px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header.svelte-1oydooo.svelte-1oydooo{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #2a3441}.header-title.svelte-1oydooo.svelte-1oydooo{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#fff}.header-title.svelte-1oydooo svg.svelte-1oydooo{color:#8b95a5}.close-btn.svelte-1oydooo.svelte-1oydooo{background:none;border:none;color:#8b95a5;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-btn.svelte-1oydooo.svelte-1oydooo:hover{color:#fff}.info-box.svelte-1oydooo.svelte-1oydooo{display:flex;gap:12px;margin:16px 20px;padding:16px;background:transparent;border:1px dashed #3a4555;border-radius:8px}.info-icon.svelte-1oydooo.svelte-1oydooo{flex-shrink:0;color:#8b95a5}.info-box.svelte-1oydooo p.svelte-1oydooo{margin:0;font-size:13px;line-height:1.5;color:#8b95a5}.hotkeys-list.svelte-1oydooo.svelte-1oydooo{padding:0 20px;flex:1;overflow-y:auto}.hotkeys-list.svelte-1oydooo.svelte-1oydooo::-webkit-scrollbar{width:6px}.hotkeys-list.svelte-1oydooo.svelte-1oydooo::-webkit-scrollbar-track{background:#151a22;border-radius:3px}.hotkeys-list.svelte-1oydooo.svelte-1oydooo::-webkit-scrollbar-thumb{background:#f7b500;border-radius:3px}.hotkeys-list.svelte-1oydooo.svelte-1oydooo::-webkit-scrollbar-thumb:hover{background:#daa000}.hotkey-row.svelte-1oydooo.svelte-1oydooo{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #252d38}.hotkey-row.svelte-1oydooo.svelte-1oydooo:last-child{border-bottom:none}.hotkey-action.svelte-1oydooo.svelte-1oydooo{font-size:14px;color:#fff}.hotkey-key.svelte-1oydooo.svelte-1oydooo{display:flex;align-items:center;justify-content:center;min-width:48px;padding:8px 12px;background:#252d38;border-radius:8px;font-size:13px;font-weight:500;color:#8b95a5;text-transform:lowercase}.modal-footer.svelte-1oydooo.svelte-1oydooo{display:flex;gap:12px;padding:20px;border-top:1px solid #2a3441}.btn-cancel.svelte-1oydooo.svelte-1oydooo,.btn-enable.svelte-1oydooo.svelte-1oydooo{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel.svelte-1oydooo.svelte-1oydooo{background:#252d38;color:#fff}.btn-cancel.svelte-1oydooo.svelte-1oydooo:hover{background:#2d3644}.btn-enable.svelte-1oydooo.svelte-1oydooo{background:#f7b500;color:#000}.btn-enable.svelte-1oydooo.svelte-1oydooo:hover{background:#daa000}.settings-menu.svelte-qnhnqw.svelte-qnhnqw{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;background:#1a2029;border:1px solid #2a3441;border-radius:10px;padding:8px;z-index:100;box-shadow:0 4px 20px #0006}.menu-item.svelte-qnhnqw.svelte-qnhnqw{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;border-radius:6px;font-size:14px;color:#fff;cursor:pointer;transition:background .2s;text-align:left}.menu-item.svelte-qnhnqw.svelte-qnhnqw:hover{background:#252d38}.menu-item.svelte-qnhnqw svg.svelte-qnhnqw{color:#8b95a5}.menu-item.svelte-qnhnqw span.svelte-qnhnqw{flex:1}.status-badge.svelte-qnhnqw.svelte-qnhnqw{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase}.status-badge.enabled.svelte-qnhnqw.svelte-qnhnqw{background:#22c55e33;color:#22c55e}.menu-divider.svelte-qnhnqw.svelte-qnhnqw{height:1px;background:#2a3441;margin:8px 0}.disable-hotkeys.svelte-qnhnqw.svelte-qnhnqw{color:#f87171}.disable-hotkeys.svelte-qnhnqw svg.svelte-qnhnqw{color:#f87171}.game-toolbar.svelte-1455dcw.svelte-1455dcw{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#151a22;border-top:1px solid #2a3441;border-bottom:1px solid #2a3441}.toolbar-btn.svelte-1455dcw.svelte-1455dcw{display:flex;align-items:center;justify-content:center;gap:8px;background:#252d38;border:none;cursor:pointer;transition:all .2s}.toolbar-btn.svelte-1455dcw.svelte-1455dcw:hover{background:#2d3644}.settings-wrapper.svelte-1455dcw.svelte-1455dcw{position:relative}.fairness-btn.svelte-1455dcw.svelte-1455dcw{padding:10px 16px;border-radius:10px;font-size:14px;font-weight:500;color:#8b95a5}.fairness-btn.svelte-1455dcw svg.svelte-1455dcw{color:#8b95a5}.settings-btn.svelte-1455dcw.svelte-1455dcw{width:40px;height:40px;padding:0;border-radius:10px;color:#8b95a5}.settings-btn.svelte-1455dcw svg.svelte-1455dcw{width:18px;height:18px}@media (max-width: 768px){.game-toolbar.svelte-1455dcw.svelte-1455dcw{padding:12px 16px}.fairness-btn.svelte-1455dcw.svelte-1455dcw{padding:8px 14px;font-size:13px}.settings-btn.svelte-1455dcw.svelte-1455dcw{width:36px;height:36px}.settings-btn.svelte-1455dcw svg.svelte-1455dcw{width:16px;height:16px}}.bets-section.svelte-lnipmw.svelte-lnipmw{flex:1;display:flex;flex-direction:column;background:#151a22;min-height:300px}.bets-tabs.svelte-lnipmw.svelte-lnipmw{display:flex;gap:24px;padding:14px 20px;border-bottom:1px solid #2a3441}.bets-tab.svelte-lnipmw.svelte-lnipmw{display:flex;align-items:center;gap:8px;padding:8px 0;background:transparent;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;margin-bottom:-15px;transition:all .2s}.bets-tab.active.svelte-lnipmw.svelte-lnipmw{color:#fff;border-bottom-color:#f7b500}.bets-tab.svelte-lnipmw svg.svelte-lnipmw{opacity:.6}.bets-tab.active.svelte-lnipmw svg.svelte-lnipmw{opacity:1;color:#f7b500}.table-container.svelte-lnipmw.svelte-lnipmw{overflow-x:auto}.bets-table.svelte-lnipmw.svelte-lnipmw{width:100%;border-collapse:collapse;table-layout:fixed;min-width:600px}.bets-table.svelte-lnipmw thead.svelte-lnipmw{background:#0d1117}.bets-table.svelte-lnipmw th.svelte-lnipmw{padding:12px 16px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;text-align:left;border-bottom:1px solid #2a3441}.bets-table.svelte-lnipmw td.svelte-lnipmw{padding:12px 16px;font-size:13px;color:#9ca3af;border-bottom:1px solid #2a3441;vertical-align:middle}.bets-table.svelte-lnipmw tbody tr.svelte-lnipmw:hover{background:#1e2430}.bets-table.svelte-lnipmw tbody tr.new-row.svelte-lnipmw{animation:svelte-lnipmw-slideIn .4s ease-out}@keyframes svelte-lnipmw-slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.col-game.svelte-lnipmw.svelte-lnipmw{width:100px}.game-cell.svelte-lnipmw.svelte-lnipmw{display:inline-flex;align-items:center;gap:8px}.game-icon.svelte-lnipmw.svelte-lnipmw{font-size:16px}.col-user.svelte-lnipmw.svelte-lnipmw{width:180px}.user-cell.svelte-lnipmw.svelte-lnipmw{display:inline-flex;align-items:center;gap:10px}.avatar.svelte-lnipmw.svelte-lnipmw{width:28px;height:28px;border-radius:50%;background:#262d3a;vertical-align:middle}.col-payout.payout-win.svelte-lnipmw.svelte-lnipmw{color:#f7b500;font-weight:600}.no-bets.svelte-lnipmw.svelte-lnipmw{text-align:center;padding:40px;color:#6b7280}@media (max-width: 768px){.bets-tabs.svelte-lnipmw.svelte-lnipmw{gap:16px;padding:12px 16px}.bets-table.svelte-lnipmw th.svelte-lnipmw,.bets-table.svelte-lnipmw td.svelte-lnipmw{padding:10px 12px}}.recent-results-bar.svelte-7e5kje{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#151a22;border-bottom:1px solid #2a3441;overflow-x:auto;flex-wrap:nowrap;min-height:62px;box-sizing:border-box}.recent-results-bar.svelte-7e5kje::-webkit-scrollbar{display:none}.result-bubble.svelte-7e5kje{padding:8px 16px;background:#1e2430;border:1px solid #6b7280;border-radius:6px;font-size:13px;font-weight:600;color:#6b7280;flex-shrink:0}.result-bubble.win.svelte-7e5kje{border-color:#f7b500;background:#f7b500;color:#000}.result-bubble.lose.svelte-7e5kje{border-color:#6b7280;color:#6b7280}@media (max-width: 768px){.recent-results-bar.svelte-7e5kje{display:none}}@media (max-width: 1024px) and (min-width: 769px){.recent-results-bar.svelte-7e5kje{display:none}}.dice-container.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;min-height:100vh;background:#0d1117}.sidebar.svelte-1ndpkgp.svelte-1ndpkgp{width:280px;min-width:280px;background:#151a22;padding:16px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #2a3441}.mode-tabs.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;background:#1e2430;border-radius:8px;padding:4px}.mode-tab.svelte-1ndpkgp.svelte-1ndpkgp{flex:1;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s}.mode-tab.active.svelte-1ndpkgp.svelte-1ndpkgp{background:#262d3a;color:#fff}.field-group.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;flex-direction:column;gap:8px}.field-header.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;justify-content:space-between;align-items:center}.field-label.svelte-1ndpkgp.svelte-1ndpkgp{font-size:12px;color:#6b7280;font-weight:500}.field-balance.svelte-1ndpkgp.svelte-1ndpkgp{font-size:11px;color:#6b7280}.field-input.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;align-items:center;background:#1e2430;border:1px solid #2a3441;border-radius:8px;padding:10px 14px;gap:10px}.currency-icon.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;color:#f7b500;min-width:20px}.field-input.svelte-1ndpkgp input.svelte-1ndpkgp{flex:1;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;outline:none;width:100%}.bet-amount-input.svelte-1ndpkgp.svelte-1ndpkgp{position:relative}.inline-buttons.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;gap:1px;margin-left:auto;flex-shrink:0}.inline-btn.svelte-1ndpkgp.svelte-1ndpkgp{padding:6px 12px;background:#262d3a;border:none;border-left:1px solid #2a3441;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s}.inline-btn.svelte-1ndpkgp.svelte-1ndpkgp:first-child{border-left:1px solid #2a3441}.inline-btn.svelte-1ndpkgp.svelte-1ndpkgp:hover:not(:disabled){background:#363d4a}.inline-btn.svelte-1ndpkgp.svelte-1ndpkgp:disabled{opacity:.5;cursor:not-allowed}.infinity-symbol.svelte-1ndpkgp.svelte-1ndpkgp{font-size:16px;color:#6b7280}.action-row.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;gap:8px;align-items:center}.action-btn.svelte-1ndpkgp.svelte-1ndpkgp{padding:10px 14px;background:#1e2430;border:1px solid #2a3441;border-radius:6px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.action-btn.active.svelte-1ndpkgp.svelte-1ndpkgp{background:#262d3a;color:#fff}.action-btn.svelte-1ndpkgp.svelte-1ndpkgp:hover:not(:disabled){background:#262d3a}.action-btn.svelte-1ndpkgp.svelte-1ndpkgp:disabled{opacity:.5;cursor:not-allowed}.percent-input.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;align-items:center;background:#1e2430;border:1px solid #2a3441;border-radius:6px;padding:0 10px;flex:1;min-width:60px}.percent-input.svelte-1ndpkgp input.svelte-1ndpkgp{flex:1;background:transparent;border:none;color:#fff;font-size:13px;padding:10px 0;outline:none;width:100%;min-width:30px}.percent-input.svelte-1ndpkgp input.svelte-1ndpkgp:disabled{opacity:.5}.percent-input.svelte-1ndpkgp span.svelte-1ndpkgp{color:#6b7280;font-size:13px}.section-divider.svelte-1ndpkgp.svelte-1ndpkgp{border-top:1px dashed #2a3441;margin:4px 0}.place-bet-btn.svelte-1ndpkgp.svelte-1ndpkgp{padding:14px 20px;background:#f7b500;border:none;border-radius:8px;font-size:15px;font-weight:700;color:#000;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}.place-bet-btn.svelte-1ndpkgp.svelte-1ndpkgp:hover:not(:disabled){background:#daa000}.place-bet-btn.svelte-1ndpkgp.svelte-1ndpkgp:disabled{opacity:.7;cursor:not-allowed}.spinner.svelte-1ndpkgp.svelte-1ndpkgp{width:18px;height:18px;border:2px solid #000;border-top-color:transparent;border-radius:50%;animation:svelte-1ndpkgp-spin .8s linear infinite}.main-content.svelte-1ndpkgp.svelte-1ndpkgp{flex:1;display:flex;flex-direction:column;min-width:0}.game-area.svelte-1ndpkgp.svelte-1ndpkgp{position:relative;padding:40px 40px 60px;background:linear-gradient(180deg,#0d1117,#151a22);min-height:280px}.result-display.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;top:50%;left:50%;transform:translate(-50%,-80%);font-size:56px;font-weight:700;color:#fff}.result-display.win.svelte-1ndpkgp.svelte-1ndpkgp{color:#f7b500}.result-display.lose.svelte-1ndpkgp.svelte-1ndpkgp{color:#6b7280}.slider-container.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;bottom:60px;left:40px;right:40px}.slider-labels.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;justify-content:space-between;margin-bottom:12px;font-size:12px;color:#6b7280;padding:0 2px}.slider-track-container.svelte-1ndpkgp.svelte-1ndpkgp{position:relative;height:14px}.slider-track.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;top:0;left:0;right:0;height:14px;border-radius:7px;display:flex;overflow:hidden;pointer-events:none}.track-lose.svelte-1ndpkgp.svelte-1ndpkgp{background:#3b4a5c;height:100%;transition:width .1s}.track-win.svelte-1ndpkgp.svelte-1ndpkgp{background:#f7b500;height:100%;transition:width .1s}.slider-input.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;top:-4px;left:0;width:100%;height:22px;margin:0;padding:0;background:transparent;cursor:pointer;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none}.slider-input.svelte-1ndpkgp.svelte-1ndpkgp::-webkit-slider-runnable-track{height:14px;background:transparent}.slider-input.svelte-1ndpkgp.svelte-1ndpkgp::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:28px;background:transparent;border:none;cursor:grab;margin-top:-7px}.slider-input.svelte-1ndpkgp.svelte-1ndpkgp::-moz-range-track{height:14px;background:transparent}.slider-input.svelte-1ndpkgp.svelte-1ndpkgp::-moz-range-thumb{width:20px;height:28px;background:transparent;border:none;cursor:grab}.slider-handle.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;height:28px;background:#fff;border-radius:6px;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none;box-shadow:0 2px 8px #0000004d}.handle-grip.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;flex-direction:column;gap:2px}.handle-grip.svelte-1ndpkgp span.svelte-1ndpkgp{width:10px;height:2px;background:#0003;border-radius:1px}.slider-value-label.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;top:36px;left:50%;transform:translate(-50%);padding:6px 14px;background:#1e2430;border:2px solid #3b82f6;border-radius:6px;font-size:13px;font-weight:600;color:#fff;pointer-events:none;z-index:15;box-shadow:0 0 10px #3b82f64d;white-space:nowrap}.result-marker.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5;display:flex;flex-direction:column;align-items:center;pointer-events:none}.result-multiplier-diamond.svelte-1ndpkgp.svelte-1ndpkgp{position:absolute;bottom:30px;width:70px;height:70px;background:#1e2430;border:1px solid #2a3441;border-radius:12px;display:flex;align-items:center;justify-content:center;transform:rotate(45deg)}.result-multiplier-diamond.svelte-1ndpkgp span.svelte-1ndpkgp{transform:rotate(-45deg);font-size:14px;font-weight:700;color:#fff}.result-multiplier-diamond.win.svelte-1ndpkgp.svelte-1ndpkgp{border-color:#f7b500}.result-multiplier-diamond.lose.svelte-1ndpkgp.svelte-1ndpkgp{border-color:#6b7280}.result-dot.svelte-1ndpkgp.svelte-1ndpkgp{width:20px;height:20px;background:#fff;border:3px solid #151a22;border-radius:50%;box-shadow:0 2px 8px #0000004d}.result-dot.win.svelte-1ndpkgp.svelte-1ndpkgp{background:#f7b500}.result-dot.lose.svelte-1ndpkgp.svelte-1ndpkgp{background:#6b7280}.stats-row.svelte-1ndpkgp.svelte-1ndpkgp{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:16px 20px;background:#151a22;border-bottom:1px solid #2a3441}.stat-item.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;flex-direction:column;gap:8px}.stat-label.svelte-1ndpkgp.svelte-1ndpkgp{font-size:12px;color:#6b7280;font-weight:500}.stat-input-wrap.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;align-items:stretch;background:#1e2430;border:1px solid #2a3441;border-radius:8px;overflow:hidden}.stat-input-wrap.svelte-1ndpkgp input.svelte-1ndpkgp{flex:1;padding:12px 14px;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;outline:none}.stat-btns.svelte-1ndpkgp.svelte-1ndpkgp{display:flex;border-left:1px solid #2a3441}.stat-btns.svelte-1ndpkgp button.svelte-1ndpkgp{width:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-left:1px solid #2a3441;color:#6b7280;font-size:18px;cursor:pointer;transition:all .2s}.stat-btns.svelte-1ndpkgp button.svelte-1ndpkgp:first-child{border-left:none}.stat-btns.svelte-1ndpkgp button.svelte-1ndpkgp:hover{background:#262d3a;color:#fff}.swap-btn.svelte-1ndpkgp.svelte-1ndpkgp{width:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-left:1px solid #2a3441;color:#f7b500;cursor:pointer;transition:background .2s}.swap-btn.svelte-1ndpkgp.svelte-1ndpkgp:hover{background:#262d3a}@keyframes svelte-1ndpkgp-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.dice-container.svelte-1ndpkgp.svelte-1ndpkgp{flex-direction:column;min-height:100vh;min-height:100dvh;overflow-x:hidden}.main-content.svelte-1ndpkgp.svelte-1ndpkgp{order:1;flex:0 0 auto;overflow:hidden}.sidebar.svelte-1ndpkgp.svelte-1ndpkgp{order:2;width:100%;min-width:auto;padding:16px;border-right:none;background:#0d1117;gap:12px;flex:0 0 auto;display:flex;flex-direction:column}.game-area.svelte-1ndpkgp.svelte-1ndpkgp{padding:60px 16px 40px;min-height:180px;background:#0d1117}.slider-container.svelte-1ndpkgp.svelte-1ndpkgp{position:relative;bottom:auto;left:auto;right:auto;margin-top:40px;max-width:100%}.slider-labels.svelte-1ndpkgp.svelte-1ndpkgp{font-size:14px;color:#9ca3af}.result-multiplier-diamond.svelte-1ndpkgp.svelte-1ndpkgp{width:50px;height:50px;bottom:24px}.result-multiplier-diamond.svelte-1ndpkgp span.svelte-1ndpkgp{font-size:11px}.stats-row.svelte-1ndpkgp.svelte-1ndpkgp{grid-template-columns:1fr 1fr}.stat-item.svelte-1ndpkgp.svelte-1ndpkgp:last-child{display:none}.stat-btns.svelte-1ndpkgp.svelte-1ndpkgp{display:none}.main-content.svelte-1ndpkgp .game-toolbar{display:none!important}.recent-results-bar{display:flex!important;padding:8px 12px;min-height:50px}.main-content.svelte-1ndpkgp .bets-section{display:block;order:12}.place-bet-btn.svelte-1ndpkgp.svelte-1ndpkgp{order:1;margin-bottom:12px}.field-group.svelte-1ndpkgp.svelte-1ndpkgp{order:2}.mode-tabs.svelte-1ndpkgp.svelte-1ndpkgp{order:10;margin-top:auto}.mobile-toolbar.svelte-1ndpkgp.svelte-1ndpkgp{display:block;order:11;margin-top:12px}.mobile-toolbar.svelte-1ndpkgp .game-toolbar{display:flex!important;background:transparent;border:none;padding:12px 0}}.mobile-toolbar.svelte-1ndpkgp.svelte-1ndpkgp{display:none}@media (max-width: 1024px) and (min-width: 769px){.dice-container.svelte-1ndpkgp.svelte-1ndpkgp{flex-direction:column}.sidebar.svelte-1ndpkgp.svelte-1ndpkgp{width:100%;min-width:auto;border-right:none;border-bottom:1px solid #2a3441;flex-direction:row;flex-wrap:wrap;gap:16px}.mode-tabs.svelte-1ndpkgp.svelte-1ndpkgp{width:100%}.field-group.svelte-1ndpkgp.svelte-1ndpkgp{flex:1;min-width:200px}.place-bet-btn.svelte-1ndpkgp.svelte-1ndpkgp{width:100%}}.plinko-board.svelte-181o0w3{width:100%;max-height:100%;background:linear-gradient(180deg,#1a2030,#0d1117);border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:center}canvas.svelte-181o0w3{display:block;max-width:100%;max-height:calc(100vh - 340px);height:auto;object-fit:contain}.plinko-game.svelte-1g61jcq.svelte-1g61jcq{display:flex;min-height:100vh;background:#0d1117}.sidebar.svelte-1g61jcq.svelte-1g61jcq{width:280px;min-width:280px;background:#151a22;padding:16px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #2a3441}.mode-tabs.svelte-1g61jcq.svelte-1g61jcq{display:flex;background:#1e2430;border-radius:8px;padding:4px}.mode-tab.svelte-1g61jcq.svelte-1g61jcq{flex:1;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s}.mode-tab.active.svelte-1g61jcq.svelte-1g61jcq{background:#262d3a;color:#fff}.control-group.svelte-1g61jcq.svelte-1g61jcq{display:flex;flex-direction:column;gap:8px}.control-group.svelte-1g61jcq>label.svelte-1g61jcq{font-size:12px;color:#6b7280;font-weight:500}.control-header.svelte-1g61jcq.svelte-1g61jcq{display:flex;justify-content:space-between;align-items:center}.control-header.svelte-1g61jcq label.svelte-1g61jcq{font-size:12px;color:#6b7280;font-weight:500}.balance-display.svelte-1g61jcq.svelte-1g61jcq{font-size:11px;color:#6b7280}.input-with-icon.svelte-1g61jcq.svelte-1g61jcq{display:flex;align-items:center;background:#1e2430;border:1px solid #2a3441;border-radius:8px;padding:10px 14px;gap:10px}.currency-icon.svelte-1g61jcq.svelte-1g61jcq{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;color:#f7b500;min-width:20px}.input-with-icon.svelte-1g61jcq input.svelte-1g61jcq{flex:1;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;outline:none;width:100%}.bet-amount-input.svelte-1g61jcq.svelte-1g61jcq{position:relative}.inline-buttons.svelte-1g61jcq.svelte-1g61jcq{display:flex;gap:1px;margin-left:auto;flex-shrink:0}.inline-btn.svelte-1g61jcq.svelte-1g61jcq{padding:6px 12px;background:#262d3a;border:none;border-left:1px solid #2a3441;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s}.inline-btn.svelte-1g61jcq.svelte-1g61jcq:hover:not(:disabled){background:#363d4a}.inline-btn.svelte-1g61jcq.svelte-1g61jcq:disabled{opacity:.5;cursor:not-allowed}.infinity-symbol.svelte-1g61jcq.svelte-1g61jcq{font-size:16px;color:#6b7280}.action-row.svelte-1g61jcq.svelte-1g61jcq{display:flex;gap:8px;align-items:center}.action-btn.svelte-1g61jcq.svelte-1g61jcq{padding:10px 14px;background:#1e2430;border:1px solid #2a3441;border-radius:6px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.action-btn.active.svelte-1g61jcq.svelte-1g61jcq{background:#262d3a;color:#fff}.action-btn.svelte-1g61jcq.svelte-1g61jcq:hover:not(:disabled){background:#262d3a}.action-btn.svelte-1g61jcq.svelte-1g61jcq:disabled{opacity:.5;cursor:not-allowed}.percent-input.svelte-1g61jcq.svelte-1g61jcq{display:flex;align-items:center;background:#1e2430;border:1px solid #2a3441;border-radius:6px;padding:0 10px;flex:1;min-width:60px}.percent-input.svelte-1g61jcq input.svelte-1g61jcq{flex:1;background:transparent;border:none;color:#fff;font-size:13px;padding:10px 0;outline:none;width:100%;min-width:30px}.percent-input.svelte-1g61jcq input.svelte-1g61jcq:disabled{opacity:.5}.percent-input.svelte-1g61jcq span.svelte-1g61jcq{color:#6b7280;font-size:13px}.section-divider.svelte-1g61jcq.svelte-1g61jcq{border-top:1px dashed #2a3441;margin:4px 0}.risk-buttons.svelte-1g61jcq.svelte-1g61jcq,.rows-selector.svelte-1g61jcq.svelte-1g61jcq{display:flex;gap:8px}.risk-buttons.svelte-1g61jcq button.svelte-1g61jcq,.rows-selector.svelte-1g61jcq button.svelte-1g61jcq{flex:1;padding:10px 8px;background:#1e2430;border:1px solid #2a3441;border-radius:8px;font-size:13px;font-weight:600;color:#6b7280;transition:all .2s}.risk-buttons.svelte-1g61jcq button.active.svelte-1g61jcq,.rows-selector.svelte-1g61jcq button.active.svelte-1g61jcq{background:#f7b500;border-color:#f7b500;color:#000}.risk-buttons.svelte-1g61jcq button.svelte-1g61jcq:hover:not(:disabled):not(.active),.rows-selector.svelte-1g61jcq button.svelte-1g61jcq:hover:not(:disabled):not(.active){background:#262d3a;color:#fff}.risk-buttons.svelte-1g61jcq button.svelte-1g61jcq:disabled,.rows-selector.svelte-1g61jcq button.svelte-1g61jcq:disabled{opacity:.5;cursor:not-allowed}.place-bet-btn.svelte-1g61jcq.svelte-1g61jcq{width:100%;padding:14px 20px;background:#f7b500;color:#000;font-size:15px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px}.place-bet-btn.svelte-1g61jcq.svelte-1g61jcq:hover:not(:disabled){background:#daa000}.place-bet-btn.svelte-1g61jcq.svelte-1g61jcq:disabled{opacity:.7}.main-area.svelte-1g61jcq.svelte-1g61jcq{flex:1;display:flex;flex-direction:column;min-width:0}.game-area.svelte-1g61jcq.svelte-1g61jcq{position:relative;background:#0d1117;display:flex;align-items:flex-start;justify-content:center;padding:16px;max-height:calc(100vh - 300px);overflow:hidden}@keyframes svelte-1g61jcq-spin{to{transform:rotate(360deg)}}@media (max-width: 1024px) and (min-width: 769px){.plinko-game.svelte-1g61jcq.svelte-1g61jcq{flex-direction:column}.sidebar.svelte-1g61jcq.svelte-1g61jcq{width:100%;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid #2a3441}.mode-tabs.svelte-1g61jcq.svelte-1g61jcq{width:100%}.control-group.svelte-1g61jcq.svelte-1g61jcq{flex:1;min-width:200px}.place-bet-btn.svelte-1g61jcq.svelte-1g61jcq{width:100%;margin-top:0}}@media (max-width: 768px){.plinko-game.svelte-1g61jcq.svelte-1g61jcq{flex-direction:column;min-height:100vh;min-height:100dvh;overflow-x:hidden}.main-area.svelte-1g61jcq.svelte-1g61jcq{order:1;flex:0 0 auto;overflow:hidden}.sidebar.svelte-1g61jcq.svelte-1g61jcq{order:2;width:100%;min-width:auto;padding:16px;border-right:none;background:#0d1117;gap:12px;flex:0 0 auto;display:flex;flex-direction:column}.game-area.svelte-1g61jcq.svelte-1g61jcq{max-height:45vh;padding:8px;display:flex;justify-content:center}.main-area.svelte-1g61jcq .game-toolbar{display:none!important}.recent-results-bar{display:flex!important;padding:8px 12px;min-height:50px}.main-area.svelte-1g61jcq .bets-section{display:block;order:12}.place-bet-btn.svelte-1g61jcq.svelte-1g61jcq{order:1;margin-bottom:12px}.control-group.svelte-1g61jcq.svelte-1g61jcq{order:2}.round-stats.svelte-1g61jcq.svelte-1g61jcq{display:none}.mode-tabs.svelte-1g61jcq.svelte-1g61jcq{order:10;margin-top:auto}.mobile-toolbar.svelte-1g61jcq.svelte-1g61jcq{display:block;order:11;margin-top:12px}.mobile-toolbar.svelte-1g61jcq .game-toolbar{display:flex!important;background:transparent;border:none;padding:12px 0}}.mobile-toolbar.svelte-1g61jcq.svelte-1g61jcq{display:none}.round-stats.svelte-1g61jcq.svelte-1g61jcq{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:12px;background:#1e2430;border-radius:8px}.stat-item.svelte-1g61jcq.svelte-1g61jcq{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:14px;font-weight:500}.stat-item.svelte-1g61jcq svg.svelte-1g61jcq{color:#6b7280}.currency-badge.svelte-1g61jcq.svelte-1g61jcq{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f7b500;border-radius:50%;color:#000;font-size:14px;font-weight:600;flex-shrink:0}.currency-badge.small.svelte-1g61jcq.svelte-1g61jcq{width:20px;height:20px;font-size:11px}.dropdown-arrow.svelte-1g61jcq.svelte-1g61jcq{color:#6b7280;margin-left:4px}.crash-canvas-container.svelte-lgg0uh{width:100%;background:linear-gradient(180deg,#1a2030,#0d1117);border-radius:16px;padding:20px;display:flex;align-items:flex-start;justify-content:center}canvas.svelte-lgg0uh{width:100%;max-width:800px;height:auto;border-radius:8px}.crash-game.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;min-height:100vh;background:#0d1117}.sidebar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:280px;min-width:280px;background:#151a22;padding:16px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #2a3441}.mode-tabs.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;background:#1e2430;border-radius:8px;padding:4px}.mode-tab.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{flex:1;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s}.mode-tab.active.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{background:#262d3a;color:#fff}.control-group.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;flex-direction:column;gap:8px}.control-group.svelte-1u1taif>label.svelte-1u1taif.svelte-1u1taif{font-size:12px;color:#6b7280;font-weight:500}.control-header.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;justify-content:space-between;align-items:center}.control-header.svelte-1u1taif label.svelte-1u1taif.svelte-1u1taif{font-size:12px;color:#6b7280;font-weight:500}.balance-display.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:11px;color:#6b7280}.toggle.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:relative;display:inline-block;width:40px;height:20px}.toggle.svelte-1u1taif input.svelte-1u1taif.svelte-1u1taif{opacity:0;width:0;height:0}.toggle.svelte-1u1taif .slider.svelte-1u1taif.svelte-1u1taif{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1e2430;transition:.3s;border-radius:20px}.toggle.svelte-1u1taif .slider.svelte-1u1taif.svelte-1u1taif:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#6b7280;transition:.3s;border-radius:50%}.toggle.svelte-1u1taif input.svelte-1u1taif:checked+.slider.svelte-1u1taif{background-color:#f7b500}.toggle.svelte-1u1taif input.svelte-1u1taif:checked+.slider.svelte-1u1taif:before{transform:translate(20px);background-color:#000}.input-with-icon.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;background:#1e2430;border:1px solid #2a3441;border-radius:8px;padding:10px 14px;gap:10px;transition:opacity .2s}.currency-icon.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;color:#f7b500;min-width:20px}.input-with-icon.svelte-1u1taif input.svelte-1u1taif.svelte-1u1taif{flex:1;background:transparent;border:none;color:#fff;font-size:14px;font-weight:500;outline:none;width:100%}.bet-amount-input.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:relative}.inline-buttons.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;gap:1px;margin-left:auto;flex-shrink:0}.inline-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{padding:6px 12px;background:#262d3a;border:none;border-left:1px solid #2a3441;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s}.inline-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif:hover:not(:disabled){background:#363d4a}.inline-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif:disabled{opacity:.5;cursor:not-allowed}.action-row.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;gap:8px;align-items:center}.action-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{padding:10px 14px;background:#1e2430;border:1px solid #2a3441;border-radius:6px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.action-btn.active.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{background:#262d3a;color:#fff}.action-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif:disabled{opacity:.5;cursor:not-allowed}.percent-input.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;background:#1e2430;border:1px solid #2a3441;border-radius:6px;padding:0 10px;flex:1;min-width:60px}.percent-input.svelte-1u1taif input.svelte-1u1taif.svelte-1u1taif{flex:1;background:transparent;border:none;color:#fff;font-size:13px;padding:10px 0;outline:none;width:100%;min-width:30px}.percent-input.svelte-1u1taif span.svelte-1u1taif.svelte-1u1taif{color:#6b7280;font-size:13px}.section-divider.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{border-top:1px dashed #2a3441;margin:4px 0}.arrow-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;justify-content:center;padding:8px!important}.infinity-icon.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{color:#6b7280;font-size:18px;font-weight:500;padding:0 8px;cursor:pointer}.currency-badge.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f7b500;border-radius:50%;color:#000;font-size:14px;font-weight:600;flex-shrink:0}.advanced-toggle.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{flex-direction:row;justify-content:space-between;align-items:center}.place-bet-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:100%;padding:14px 20px;background:#f7b500;color:#000;font-size:15px;font-weight:700;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .2s}.place-bet-btn.cashout.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{background:#00e701;animation:svelte-1u1taif-pulse .5s ease-in-out infinite alternate}.place-bet-btn.cancel.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{background:#ef4444}.place-bet-btn.next-round.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif,.place-bet-btn.auto-mode.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{background:#f7b500}@keyframes svelte-1u1taif-pulse{0%{transform:scale(1)}to{transform:scale(1.02)}}.place-bet-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif:hover:not(:disabled){filter:brightness(1.1)}.place-bet-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif:disabled{opacity:.7;cursor:not-allowed}.cashout-text.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:24px;font-weight:800}.cashout-label.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:12px;font-weight:600;opacity:.8}.main-area.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{flex:1;display:flex;flex-direction:column;min-width:0}.game-area.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:relative;background:#0d1117;display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow:hidden;min-height:400px}.crash-overlay.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif,.betting-overlay.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;animation:svelte-1u1taif-popIn .3s ease-out}.cashout-badge.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:absolute;top:50%;left:50%;transform:translate(-50%,20px);display:flex;align-items:center;gap:10px;background:#2d3748e6;padding:12px 24px;border-radius:8px;z-index:10;animation:svelte-1u1taif-slideIn .3s ease-out}.cashout-badge-label.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:18px;font-weight:600;color:#fff}.cashout-badge-mult.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:18px;font-weight:700;color:#00e701}@keyframes svelte-1u1taif-slideIn{0%{transform:translate(-50%);opacity:0}to{transform:translate(-50%,20px);opacity:1}}@keyframes svelte-1u1taif-popIn{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.crash-text.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:24px;font-weight:700;color:#ef4444}.crash-multiplier.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:64px;font-weight:800;color:#ef4444}.betting-overlay.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{text-align:center}.multiplier-display.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:72px;font-weight:800;color:#fff;margin-bottom:20px}.countdown-bar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:relative;width:300px;height:50px;background:#4a5568;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.countdown-progress.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:absolute;left:0;top:0;height:100%;background:#f7b500;transition:width .1s linear}.countdown-text.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{position:relative;z-index:1;font-size:18px;font-weight:700;color:#fff;text-transform:uppercase}.round-stats.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:12px;background:#1e2430;border-radius:8px}.stat-item.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:14px;font-weight:500}.stat-item.svelte-1u1taif svg.svelte-1u1taif.svelte-1u1taif{color:#6b7280}.countdown.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:16px;font-weight:700;color:#f7b500}.currency-badge.small.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:20px;height:20px;font-size:11px}@media (max-width: 1024px) and (min-width: 769px){.crash-game.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{flex-direction:column}.sidebar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:100%;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid #2a3441}.mode-tabs.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:100%}.control-group.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{flex:1;min-width:200px}.place-bet-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:100%;margin-top:0}}@media (max-width: 768px){.crash-game.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{flex-direction:column;min-height:100vh;min-height:100dvh;overflow-x:hidden}.main-area.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{order:1;flex:0 0 auto;overflow:hidden}.sidebar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{order:2;width:100%;min-width:auto;padding:16px;border-right:none;background:#0d1117;gap:12px;flex:0 0 auto;display:flex;flex-direction:column}.game-area.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{min-height:250px;max-height:300px;padding:12px}.crash-multiplier.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:48px}.crash-text.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:18px}.countdown-bar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{width:200px;height:36px}.countdown-text.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{font-size:13px}.main-area.svelte-1u1taif .game-toolbar{display:none!important}.recent-results-bar{display:flex!important;padding:8px 12px;min-height:50px}.main-area.svelte-1u1taif .bets-section{display:block;order:12}.place-bet-btn.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{order:1;margin-bottom:12px}.control-group.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{order:2}.round-stats.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{order:3}.round-stats.svelte-1u1taif .stat-item.svelte-1u1taif.svelte-1u1taif:first-child{display:none}.mode-tabs.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{order:10;margin-top:auto}.advanced-toggle.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:none}.mobile-toolbar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:block;order:11;margin-top:12px}.mobile-toolbar.svelte-1u1taif .game-toolbar{display:flex!important;background:transparent;border:none;padding:12px 0}}.mobile-toolbar.svelte-1u1taif.svelte-1u1taif.svelte-1u1taif{display:none}.overlay.svelte-ieqqqz.svelte-ieqqqz{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.dialog.svelte-ieqqqz.svelte-ieqqqz{background:#151a22;border:1px solid #2a3441;border-radius:16px;padding:32px;width:100%;max-width:400px;margin:16px}.dialog-header.svelte-ieqqqz.svelte-ieqqqz{text-align:center;margin-bottom:32px}.dialog-header.svelte-ieqqqz h2.svelte-ieqqqz{color:#fff;font-size:24px;font-weight:700;margin:0 0 8px}.dialog-header.svelte-ieqqqz p.svelte-ieqqqz{color:#6b7280;font-size:14px;margin:0}.form.svelte-ieqqqz.svelte-ieqqqz{display:flex;flex-direction:column;gap:24px}.field.svelte-ieqqqz.svelte-ieqqqz{display:flex;flex-direction:column;gap:8px}.field.svelte-ieqqqz label.svelte-ieqqqz{color:#6b7280;font-size:13px;font-weight:500}.field.svelte-ieqqqz input.svelte-ieqqqz{background:#1e2430;border:1px solid #2a3441;border-radius:8px;padding:14px 16px;color:#fff;font-size:15px;outline:none;transition:border-color .2s}.field.svelte-ieqqqz input.svelte-ieqqqz:focus{border-color:#f7b500}.field.svelte-ieqqqz input.svelte-ieqqqz::placeholder{color:#4b5563}.select-wrapper.svelte-ieqqqz.svelte-ieqqqz{position:relative}.select-wrapper.svelte-ieqqqz select.svelte-ieqqqz{width:100%;background:#1e2430;border:1px solid #2a3441;border-radius:8px;padding:14px 40px 14px 16px;color:#fff;font-size:15px;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .2s}.select-wrapper.svelte-ieqqqz select.svelte-ieqqqz:focus{border-color:#f7b500}.select-wrapper.svelte-ieqqqz select option.svelte-ieqqqz{background:#1e2430;color:#fff;padding:10px}.select-arrow.svelte-ieqqqz.svelte-ieqqqz{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:10px;pointer-events:none}.submit-btn.svelte-ieqqqz.svelte-ieqqqz{padding:16px 24px;background:#f7b500;border:none;border-radius:8px;font-size:16px;font-weight:700;color:#000;cursor:pointer;transition:background .2s;margin-top:8px}.submit-btn.svelte-ieqqqz.svelte-ieqqqz:hover:not(:disabled){background:#daa000}.submit-btn.svelte-ieqqqz.svelte-ieqqqz:disabled{opacity:.5;cursor:not-allowed}.toast-container.svelte-1lotudb.svelte-1lotudb{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast.svelte-1lotudb.svelte-1lotudb{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:8px;background:#1e2430;color:#fff;font-size:14px;font-weight:500;box-shadow:0 4px 20px #0000004d;cursor:pointer;pointer-events:auto;max-width:350px;border-left:4px solid}.toast.error.svelte-1lotudb.svelte-1lotudb{border-color:#ef4444;background:linear-gradient(90deg,#ef444426,#1e2430)}.toast.success.svelte-1lotudb.svelte-1lotudb{border-color:#00e701;background:linear-gradient(90deg,#00e70126,#1e2430)}.toast.warning.svelte-1lotudb.svelte-1lotudb{border-color:#f7b500;background:linear-gradient(90deg,#f7b50026,#1e2430)}.toast.info.svelte-1lotudb.svelte-1lotudb{border-color:#3b82f6;background:linear-gradient(90deg,#3b82f626,#1e2430)}.icon.svelte-1lotudb.svelte-1lotudb{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.toast.error.svelte-1lotudb .icon.svelte-1lotudb{background:#ef4444;color:#fff}.toast.success.svelte-1lotudb .icon.svelte-1lotudb{background:#00e701;color:#000}.toast.warning.svelte-1lotudb .icon.svelte-1lotudb{background:#f7b500;color:#000}.toast.info.svelte-1lotudb .icon.svelte-1lotudb{background:#3b82f6;color:#fff}.message.svelte-1lotudb.svelte-1lotudb{flex:1}.toast.svelte-1lotudb.svelte-1lotudb:hover{filter:brightness(1.1)}.app.svelte-1oi6pdg{min-height:100vh;background:var(--color-background)}.loading.svelte-1oi6pdg,.error.svelte-1oi6pdg{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.spinner.svelte-1oi6pdg{width:40px;height:40px;border:3px solid var(--color-surface-light);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-1oi6pdg-spin 1s linear infinite}@keyframes svelte-1oi6pdg-spin{to{transform:rotate(360deg)}}.error.svelte-1oi6pdg{color:var(--color-lose)}
