.my-bets.svelte-wmtwmm{padding:1rem}.header.svelte-wmtwmm{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.header.svelte-wmtwmm h3:where(.svelte-wmtwmm){margin:0;font-size:1rem;font-weight:600}.refresh-btn.svelte-wmtwmm{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s}.refresh-btn.svelte-wmtwmm:hover:not(:disabled){color:var(--color-text-primary);background:#ffffff1a}.refresh-btn.svelte-wmtwmm:disabled{opacity:.5}.refresh-btn.svelte-wmtwmm:focus-visible{outline:2px solid var(--color-monero);outline-offset:2px}.spin{animation:svelte-wmtwmm-spin 1s linear infinite}@keyframes svelte-wmtwmm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state.svelte-wmtwmm{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;color:var(--color-text-secondary)}.empty-state.svelte-wmtwmm{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;color:var(--color-text-secondary);text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,transparent 100%);border-radius:12px;border:1px dashed rgba(255,255,255,.1);margin-top:1rem}.empty-icon-wrapper.svelte-wmtwmm{background:#ffffff0d;padding:1.25rem;border-radius:50%;margin-bottom:.5rem;box-shadow:inset 0 0 20px #ffffff05;color:#fff6}.empty-state.svelte-wmtwmm p:where(.svelte-wmtwmm){margin:0;font-weight:600;color:var(--color-text-primary);font-size:1.125rem}.empty-state.svelte-wmtwmm .sub:where(.svelte-wmtwmm){font-size:.875rem;opacity:.7}.bets-list.svelte-wmtwmm{display:flex;flex-direction:column;gap:.75rem;max-height:calc(100dvh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,108,0,.3) transparent;touch-action:pan-y}@supports not (max-height: 100dvh){.bets-list.svelte-wmtwmm{max-height:calc(100vh - 200px)}}.bets-list.svelte-wmtwmm::-webkit-scrollbar{width:6px}.bets-list.svelte-wmtwmm::-webkit-scrollbar-track{background:transparent}.bets-list.svelte-wmtwmm::-webkit-scrollbar-thumb{background:#ff6c0040;border-radius:3px}.bets-list.svelte-wmtwmm::-webkit-scrollbar-thumb:hover{background:#ff6c0066}.bet-card.svelte-wmtwmm{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:.75rem;transition:border-color .2s}.bet-card.lay.svelte-wmtwmm{background:#ff7a7f0d;border-color:#ff7a7f26}.bet-header.svelte-wmtwmm{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.side-badge.svelte-wmtwmm{font-size:var(--text-xs);font-weight:700;padding:.15rem .4rem;border-radius:3px;text-transform:uppercase}.side-badge.back.svelte-wmtwmm{background:#00b1ff;color:#fff}.side-badge.lay.svelte-wmtwmm{background:#ff7a7f;color:#fff}.odds.svelte-wmtwmm{font-weight:700;color:var(--color-monero)}.status-badge.svelte-wmtwmm{margin-left:auto;display:flex;align-items:center;gap:.375rem;font-size:var(--text-xs);font-weight:700;padding:.25rem .6rem;border-radius:100px;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.status-badge.unmatched.svelte-wmtwmm,.status-badge.partial.svelte-wmtwmm{background:#fbbf2426;color:var(--color-warning);border:1px solid rgba(251,191,36,.3);box-shadow:0 0 10px #fbbf241a}.status-badge.matched.svelte-wmtwmm{background:#22c55e26;color:var(--color-success);border:1px solid rgba(34,197,94,.3);box-shadow:0 0 10px #22c55e1a}.status-badge.cancelled.svelte-wmtwmm,.status-badge.void.svelte-wmtwmm,.status-badge.lapsed.svelte-wmtwmm{background:#9ca3af26;color:var(--stat-neutral);border:1px solid rgba(156,163,175,.3)}.bet-context.svelte-wmtwmm{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.runner-name.svelte-wmtwmm{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-name.svelte-wmtwmm{font-size:.75rem;color:var(--color-text-secondary)}.market-name.svelte-wmtwmm{font-size:.75rem;color:var(--color-text-secondary);opacity:.7}.bet-details.svelte-wmtwmm{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.5rem}.detail-row.svelte-wmtwmm{display:flex;justify-content:space-between;font-size:.75rem}.detail-row.svelte-wmtwmm .label:where(.svelte-wmtwmm){color:var(--color-text-secondary)}.detail-row.svelte-wmtwmm .value:where(.svelte-wmtwmm){font-weight:600}.detail-row.svelte-wmtwmm .value.profit:where(.svelte-wmtwmm){color:var(--color-success)}.detail-row.svelte-wmtwmm .value.liability:where(.svelte-wmtwmm){color:#ff7a7f}.bet-footer.svelte-wmtwmm{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.05)}.time.svelte-wmtwmm{font-size:.75rem;color:var(--color-text-secondary)}.cancel-btn.svelte-wmtwmm{display:flex;align-items:center;gap:.35rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--color-error);cursor:pointer;padding:.35rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;transition:all .2s}.cancel-btn.svelte-wmtwmm:disabled{opacity:.5;cursor:not-allowed}.cancel-btn.svelte-wmtwmm:focus-visible{outline:2px solid var(--color-error);outline-offset:2px}@media(hover:hover){.bet-card.svelte-wmtwmm:hover{border-color:#ffffff1a}.cancel-btn.svelte-wmtwmm:hover:not(:disabled){background:#ef444433;border-color:#ef444466}.refresh-btn.svelte-wmtwmm:hover:not(:disabled){color:var(--color-text-primary);background:#ffffff1a}}@media(max-width:768px){.my-bets.svelte-wmtwmm{padding:.75rem}.cancel-btn.svelte-wmtwmm{min-height:44px;padding:.5rem .75rem}.refresh-btn.svelte-wmtwmm{min-width:44px;min-height:44px}.empty-state.svelte-wmtwmm{padding:2rem 1.25rem}.empty-state.svelte-wmtwmm p:where(.svelte-wmtwmm){font-size:1rem}.bets-list.svelte-wmtwmm{max-height:calc(100dvh - 240px);gap:.625rem}@supports not (max-height: 100dvh){.bets-list.svelte-wmtwmm{max-height:calc(100vh - 240px)}}}@media(max-width:480px){.bet-header.svelte-wmtwmm{flex-wrap:wrap;gap:.375rem}.status-badge.svelte-wmtwmm{font-size:.625rem;padding:.2rem .5rem}.bet-card.svelte-wmtwmm{padding:.625rem}}@media(prefers-reduced-motion:reduce){.bet-card.svelte-wmtwmm,.cancel-btn.svelte-wmtwmm,.refresh-btn.svelte-wmtwmm{transition:none}}.betslip-backdrop.svelte-l4ktmb{display:none}.bet-slip-container.svelte-l4ktmb{position:fixed;top:56px;right:var(--chat-sidebar-width, 0px);bottom:var(--bottom-offset, 80px);width:340px;background:var(--color-surface-glass);border-left:1px solid rgba(255,255,255,.06);z-index:100;display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026;transition:width .3s cubic-bezier(.4,0,.2,1),right .3s ease;overflow:hidden;border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.bet-slip-container.collapsed.svelte-l4ktmb{width:56px;border-left-color:#ffffff0f}.drag-handle.svelte-l4ktmb{display:none}.collapsed-bar.svelte-l4ktmb{width:100%;display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.75rem;cursor:pointer;color:var(--color-text-secondary);transition:all .2s;background:linear-gradient(180deg,rgba(255,108,0,.05) 0%,transparent 100%);border:none;font-family:inherit;border-top-left-radius:inherit}.rotate-text.svelte-l4ktmb{display:flex;align-items:center;gap:.375rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.count-badge.svelte-l4ktmb{background:linear-gradient(135deg,var(--color-monero),#ff9500);color:#000;font-weight:700;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;box-shadow:0 2px 8px #ff6c0066}.toggle-btn-icon.svelte-l4ktmb{margin-left:auto;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.25rem;color:inherit;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header.svelte-l4ktmb{padding:0;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,rgba(255,108,0,.06) 0%,transparent 100%);min-height:56px;border-top-left-radius:inherit}.tabs.svelte-l4ktmb{display:flex;flex:1;min-width:0}.content-scroll.svelte-l4ktmb{flex:1;overflow-y:auto;padding:0}.close-btn.svelte-l4ktmb{background:#ffffff0d;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;margin-right:.75rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.selections.svelte-l4ktmb{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.875rem;scrollbar-width:thin;scrollbar-color:rgba(255,108,0,.3) transparent;touch-action:pan-y}.selections.svelte-l4ktmb::-webkit-scrollbar{width:6px}.selections.svelte-l4ktmb::-webkit-scrollbar-track{background:transparent}.selections.svelte-l4ktmb::-webkit-scrollbar-thumb{background:#ff6c0040;border-radius:3px}.selections.svelte-l4ktmb::-webkit-scrollbar-thumb:hover{background:#ff6c0066}.selection.svelte-l4ktmb{background:linear-gradient(145deg,#3b82f614,#3b82f605);border-radius:12px;padding:1rem;border:1px solid rgba(59,130,246,.2);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.selection.lay.svelte-l4ktmb{background:linear-gradient(145deg,#f472b614,#f472b605);border-color:#f472b633}.selection-header.svelte-l4ktmb{display:flex;align-items:center;gap:.625rem;margin-bottom:.375rem}.badge.svelte-l4ktmb{font-size:var(--text-xs);font-weight:700;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.badge.back.svelte-l4ktmb{background:linear-gradient(135deg,var(--color-info),var(--color-info));color:#fff}.badge.lay.svelte-l4ktmb{background:linear-gradient(135deg,#f472b6,var(--color-neon-pink));color:#fff}.selection-name.svelte-l4ktmb{flex:1;font-weight:600;font-size:1rem;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.remove-btn.svelte-l4ktmb{background:#ffffff0d;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.375rem;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.market-info.svelte-l4ktmb{font-size:.75rem;color:var(--color-text-secondary);margin-bottom:.875rem;display:flex;flex-direction:column;gap:.125rem}.market-info.svelte-l4ktmb span:where(.svelte-l4ktmb){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bet-details.svelte-l4ktmb{display:grid;grid-template-columns:auto 1fr;gap:.5rem .75rem;background:#00000040;padding:.75rem;border-radius:8px}.detail.stake-detail.svelte-l4ktmb{grid-column:1 / -1}.detail.svelte-l4ktmb{display:flex;flex-direction:column;gap:.25rem}.detail.svelte-l4ktmb .label:where(.svelte-l4ktmb){font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}.detail.svelte-l4ktmb .value:where(.svelte-l4ktmb){font-size:.875rem;font-weight:700}.odds-value.svelte-l4ktmb{color:var(--color-monero)}.stake-input-row.svelte-l4ktmb{display:flex;align-items:center;gap:.375rem}.stake-input-field.svelte-l4ktmb{width:72px;background:#00000080;border:1px solid rgba(255,255,255,.12);padding:.375rem .5rem;border-radius:6px;color:#fff;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #0003;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.stake-input-field.svelte-l4ktmb::-webkit-inner-spin-button,.stake-input-field.svelte-l4ktmb::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stake-input-field.svelte-l4ktmb:focus{outline:none;border-color:var(--color-monero);background:#ff6c001a;box-shadow:inset 0 2px 4px #0000001a,0 0 0 2px #ff6c0033}.apply-all-btn.svelte-l4ktmb{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:var(--color-text-secondary);padding:.375rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.detail.liability.svelte-l4ktmb .value:where(.svelte-l4ktmb){color:var(--color-text-primary)}.selection.lay.svelte-l4ktmb .detail.liability:where(.svelte-l4ktmb) .value:where(.svelte-l4ktmb){color:#f472b6}.footer.svelte-l4ktmb{padding:1.125rem;background:linear-gradient(180deg,#0003,#0000004d);border-top:1px solid rgba(255,255,255,.06)}.summary.svelte-l4ktmb{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem;font-size:.875rem;padding:.875rem;background:#0000004d;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.row.svelte-l4ktmb{display:flex;justify-content:space-between;align-items:center}.row.svelte-l4ktmb span:where(.svelte-l4ktmb):first-child{color:var(--color-text-secondary);font-size:.875rem}.row.svelte-l4ktmb .value:where(.svelte-l4ktmb){font-weight:700;font-size:1rem}.text-danger.svelte-l4ktmb{color:#f472b6}.text-success.svelte-l4ktmb{color:var(--color-success)}.actions.svelte-l4ktmb{display:flex;gap:.75rem}.clear-btn.svelte-l4ktmb{flex:0 0 auto;background:#ffffff0f;color:var(--color-text-secondary);border:1px solid rgba(255,255,255,.1);padding:.875rem 1.125rem;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.clear-btn.svelte-l4ktmb:disabled{opacity:.4;cursor:not-allowed}.place-btn.svelte-l4ktmb{flex:1;background:linear-gradient(135deg,var(--color-monero) 0%,#ff9500 100%);color:#fff;border:none;padding:.875rem;border-radius:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ff6c0066;position:relative;overflow:hidden}.place-btn.svelte-l4ktmb:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.place-btn.svelte-l4ktmb:active:not(:disabled){transform:translateY(0)}.place-btn.svelte-l4ktmb:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.place-btn.svelte-l4ktmb:focus-visible,.clear-btn.svelte-l4ktmb:focus-visible{outline:2px solid var(--color-monero);outline-offset:2px}.empty-state.svelte-l4ktmb{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-secondary);padding:3rem 2rem;text-align:center}.empty-state.svelte-l4ktmb p:where(.svelte-l4ktmb){font-size:1rem;margin-bottom:.25rem}.empty-state.svelte-l4ktmb .sub:where(.svelte-l4ktmb){font-size:.75rem;opacity:.6}.spin{animation:svelte-l4ktmb-spin 1s linear infinite}@keyframes svelte-l4ktmb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(hover:hover){.collapsed-bar.svelte-l4ktmb:hover{color:var(--color-monero);background:linear-gradient(180deg,rgba(255,108,0,.1) 0%,transparent 100%)}.collapsed-bar.svelte-l4ktmb:hover .toggle-btn-icon:where(.svelte-l4ktmb){background:#ff6c0026;border-color:#ff6c004d;color:var(--color-monero)}.close-btn.svelte-l4ktmb:hover{background:#ffffff1a;color:#fff}.selection.svelte-l4ktmb:hover{border-color:#3b82f666;background:linear-gradient(145deg,#3b82f61f,#3b82f60a);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.selection.lay.svelte-l4ktmb:hover{border-color:#f472b666;background:linear-gradient(145deg,#f472b61f,#f472b60a)}.remove-btn.svelte-l4ktmb:hover{background:#ef444426;color:var(--color-error)}.apply-all-btn.svelte-l4ktmb:hover{background:var(--color-monero);border-color:var(--color-monero);color:#fff}.clear-btn.svelte-l4ktmb:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;color:var(--color-text-primary)}.place-btn.svelte-l4ktmb:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6c0099,0 0 10px #ff6c0033}.place-btn.svelte-l4ktmb:hover:not(:disabled):after{opacity:1}}@media(max-width:768px){.betslip-backdrop.svelte-l4ktmb{display:block;position:fixed;inset:0;background:#0009;z-index:99;-webkit-tap-highlight-color:transparent}.bet-slip-container.svelte-l4ktmb{width:100%;inset:auto 0 0;max-height:85vh;border-left:none;border-top:1px solid rgba(255,108,0,.2);border-radius:16px 16px 0 0;box-shadow:0 -8px 30px #0009;padding-bottom:env(safe-area-inset-bottom,0px);transition:transform .3s cubic-bezier(.4,0,.2,1)}@supports (max-height: 85dvh){.bet-slip-container.svelte-l4ktmb{max-height:85dvh}}.bet-slip-container.collapsed.svelte-l4ktmb{width:auto;max-height:none;left:auto;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));border-radius:100px;border:1px solid rgba(255,108,0,.3);box-shadow:0 4px 20px #00000080,0 0 15px #ff6c0026;padding-bottom:0}.bet-slip-container.collapsed.svelte-l4ktmb .collapsed-bar:where(.svelte-l4ktmb){flex-direction:row;height:auto;padding:.75rem 1rem;gap:.625rem}.bet-slip-container.collapsed.svelte-l4ktmb .rotate-text:where(.svelte-l4ktmb){writing-mode:horizontal-tb;text-orientation:initial;transform:none;margin-top:0}.bet-slip-container.collapsed.svelte-l4ktmb .count-badge:where(.svelte-l4ktmb){margin-bottom:0}.bet-slip-container.collapsed.svelte-l4ktmb .toggle-btn-icon:where(.svelte-l4ktmb){display:none}.drag-handle.svelte-l4ktmb{display:flex;align-items:center;justify-content:center;padding:.625rem 0 .25rem;cursor:grab;touch-action:none}.drag-handle.svelte-l4ktmb:active{cursor:grabbing}.drag-indicator.svelte-l4ktmb{width:36px;height:4px;background:#fff3;border-radius:2px}.close-btn.svelte-l4ktmb,.remove-btn.svelte-l4ktmb,.apply-all-btn.svelte-l4ktmb{min-width:44px;min-height:44px;padding:.75rem}.selections.svelte-l4ktmb{max-height:50vh}@supports (max-height: 50dvh){.selections.svelte-l4ktmb{max-height:50dvh}}.bet-details.svelte-l4ktmb{grid-template-columns:1fr 1fr;gap:.5rem}.detail.liability.svelte-l4ktmb{grid-column:1 / -1}.stake-input-field.svelte-l4ktmb{width:100%;min-width:0;padding:.5rem;font-size:1rem}.footer.svelte-l4ktmb{padding-bottom:calc(1.125rem + env(safe-area-inset-bottom,0px))}}@media(prefers-reduced-motion:reduce){.bet-slip-container.svelte-l4ktmb,.selection.svelte-l4ktmb,.place-btn.svelte-l4ktmb,.clear-btn.svelte-l4ktmb,.collapsed-bar.svelte-l4ktmb,.close-btn.svelte-l4ktmb,.remove-btn.svelte-l4ktmb,.apply-all-btn.svelte-l4ktmb,.stake-input-field.svelte-l4ktmb{transition:none}.place-btn.svelte-l4ktmb:after{transition:none}}.sports-layout.svelte-ibgltr{position:relative;min-height:100vh;--betslip-width: 56px}.sports-layout.betslip-open.svelte-ibgltr{--betslip-width: 340px}.content-wrapper.svelte-ibgltr{width:100%;max-width:var(--container-max-width);margin-left:auto;margin-right:var(--betslip-width);transition:margin-right .3s cubic-bezier(.4,0,.2,1);min-width:0}@media(max-width:1024px){.sports-layout.betslip-open.svelte-ibgltr{--betslip-width: 56px}}@media(max-width:768px){.content-wrapper.svelte-ibgltr{margin-right:0}.sports-layout.svelte-ibgltr,.sports-layout.betslip-open.svelte-ibgltr{--betslip-width: 0px}}
