.settings-popup.svelte-1c3h98b{position:absolute;background-color:var(--popup-bg, rgba(15, 10, 20, .95));border-radius:4px;padding:4px;display:flex;flex-direction:column;gap:4px;z-index:100;border:var(--popup-border, 1px solid #444);box-shadow:var(--popup-shadow, 0 4px 15px rgba(0,0,0,.5))}.setting-item.svelte-1c3h98b{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:4px;color:var(--toggle-inactive-color, rgba(255, 165, 0, .2));font-size:11px;background:transparent;border:none;cursor:pointer;transition:all .2s;font-weight:500}.toggle-btn.active.svelte-1c3h98b{background:transparent;color:var(--toggle-active-color, #ffa500)}.item-content.svelte-1c3h98b{display:flex;align-items:center;gap:6px}.item-content.svelte-1c3h98b span:where(.svelte-1c3h98b){white-space:nowrap}.live-stats-container.svelte-17dbk0o{position:absolute;bottom:40px;right:4px;width:50%;max-width:20rem;min-width:13rem;max-height:calc(50vh - 40px);background-color:var(--ls-container-bg, #1a2c38);border-radius:8px;color:#fff;z-index:40;box-shadow:0 8px 32px #00000080;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column}.live-stats-container.dragging.svelte-17dbk0o{transition:none}.live-stats-container.fixed-position.svelte-17dbk0o{position:fixed}.live-stats-container[style*=left].svelte-17dbk0o{right:auto;bottom:auto}.header.svelte-17dbk0o{padding:2px 4px;display:flex;justify-content:space-between;align-items:center;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header.svelte-17dbk0o button:where(.svelte-17dbk0o){cursor:pointer}.header-right.svelte-17dbk0o{display:flex;align-items:center;gap:4px}.title.svelte-17dbk0o{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.8rem;color:#fff}.icon-btn.svelte-17dbk0o{background:none;border:none;color:var(--ls-icon-muted, #b1bad3);cursor:pointer;display:flex;padding:4px;transition:color .2s,transform .2s}.icon-btn.svelte-17dbk0o:hover{color:var(--ls-icon-hover, #fff)}.refresh-btn.svelte-17dbk0o:active{transform:rotate(-180deg)}.content.svelte-17dbk0o{padding:0 12px 6px;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.stats-panel.svelte-17dbk0o{border-radius:6px;padding:4px 8px;display:flex;margin-bottom:12px;position:relative}.stats-column.svelte-17dbk0o{flex:1;display:flex;flex-direction:column;gap:4px}.divider.svelte-17dbk0o{width:1px;background-color:var(--ls-divider, rgba(255, 255, 255, .1));margin:0 16px}.stat-item.svelte-17dbk0o{display:flex;flex-direction:column;gap:2px}.label.svelte-17dbk0o{color:var(--ls-text-muted, #b1bad3);font-size:.7rem;font-weight:600}.value.svelte-17dbk0o{font-size:.8rem;font-weight:700;display:flex;align-items:center;gap:6px}.green.svelte-17dbk0o{color:var(--ls-positive, #00e676)}.red.svelte-17dbk0o{color:var(--ls-negative, #ff1744)}.currency-icon.svelte-17dbk0o{width:14px;height:14px}.chart-area.svelte-17dbk0o{background-color:var(--ls-panel-bg, #0f212e);border-radius:6px;height:160px;min-height:120px;flex:1;width:100%;position:relative;overflow:hidden}.chart-overlay.svelte-17dbk0o{position:absolute;top:0;left:2px;z-index:10;pointer-events:none}.current-profit.svelte-17dbk0o{font-size:14px;font-weight:800;display:flex;align-items:center;gap:8px}svg.svelte-17dbk0o{display:block}.maxbet-overlay.svelte-im2v92{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-im2v92-fadeIn .2s ease-out}@keyframes svelte-im2v92-fadeIn{0%{opacity:0}to{opacity:1}}.maxbet-dialog.svelte-im2v92{background-color:var(--maxbet-dialog-bg, #8b1a1a);border-radius:8px;border:2px solid var(--maxbet-border-color, transparent);width:90%;max-width:min(500px,90vw);max-height:min(300px,50vh);box-shadow:0 8px 32px #00000080;overflow:hidden;animation:svelte-im2v92-slideUp .2s ease-out;display:flex;flex-direction:column;position:relative}@keyframes svelte-im2v92-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.maxbet-header.svelte-im2v92{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.maxbet-title.svelte-im2v92{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:16px}.maxbet-close.svelte-im2v92{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.maxbet-close.svelte-im2v92:hover{background-color:#ffffff1a}.maxbet-content.svelte-im2v92{padding:20px 16px;color:#fff;font-size:14px;line-height:1.5;text-align:center;flex:1;overflow-y:auto;min-height:0}.maxbet-content.svelte-im2v92 p:where(.svelte-im2v92){margin:0}.maxbet-actions.svelte-im2v92{display:flex;gap:12px;padding:12px 16px 16px}.maxbet-btn.svelte-im2v92{flex:1;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:2px solid var(--maxbet-border-color, transparent)}.maxbet-btn-cancel.svelte-im2v92{background-color:var(--maxbet-cancel-bg, #c41e3a);color:#fff}.maxbet-btn-cancel.svelte-im2v92:hover{background-color:var(--maxbet-cancel-hover-bg, #a0172e);transform:translateY(-1px)}.maxbet-btn-cancel.svelte-im2v92:active{transform:translateY(0)}.maxbet-btn-enable.svelte-im2v92{background-color:var(--maxbet-enable-bg, #ff8c00);color:var(--maxbet-enable-text-color, white);border:2px solid var(--maxbet-border-color, transparent)}.maxbet-btn-enable.svelte-im2v92:hover{background-color:var(--maxbet-enable-hover-bg, #ff7700);transform:translateY(-1px)}.maxbet-btn-enable.svelte-im2v92:active{transform:translateY(0)}.hotkeys-overlay.svelte-zuhlna{position:absolute;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-zuhlna-fadeIn .2s ease-out}@keyframes svelte-zuhlna-fadeIn{0%{opacity:0}to{opacity:1}}.hotkeys-dialog.svelte-zuhlna{background-color:var(--hotkeys-dialog-bg, #300000);border-radius:8px;width:85%;max-width:min(500px,100vw);max-width:25rem;min-width:12rem;box-shadow:0 8px 32px #00000080;overflow:hidden;animation:svelte-zuhlna-slideUp .2s ease-out;display:flex;flex-direction:column;position:relative}@keyframes svelte-zuhlna-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hotkeys-header.svelte-zuhlna{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.hotkeys-title.svelte-zuhlna{display:flex;align-items:center;color:#fff;font-weight:600;font-size:1rem}.hotkeys-title.svelte-zuhlna svg:where(.svelte-zuhlna){margin-right:8px}.keyboard-icon.svelte-zuhlna{color:#fff;flex-shrink:0}.hotkeys-close.svelte-zuhlna{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.hotkeys-close.svelte-zuhlna:hover{background-color:#ffffff1a}.hotkeys-content.svelte-zuhlna{padding:0 16px;color:#fff;font-size:14px;line-height:1.5;flex:1;overflow-y:auto;min-height:0;margin-bottom:.3rem}.hotkeys-list.svelte-zuhlna{display:flex;flex-direction:column;margin-top:1rem;gap:.3rem}.hotkey-item.svelte-zuhlna{display:flex;align-items:center;justify-content:space-between}.hotkey-item.svelte-zuhlna:last-child{border-bottom:none;margin-bottom:0}.hotkey-action.svelte-zuhlna{color:#fff;font-size:14px;flex:1}.hotkey-key.svelte-zuhlna{background-color:var(--hotkeys-key-bg, #8b1a1a);border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.2rem .3rem;font-size:.8rem;font-weight:100;color:#fff;min-width:40px;text-align:center}.hotkeys-actions.svelte-zuhlna{display:flex;padding:12px 16px 16px}.hotkeys-actions.svelte-zuhlna .hotkeys-btn:where(.svelte-zuhlna):not(:last-child){margin-right:12px}.hotkeys-btn.svelte-zuhlna{flex:1;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.hotkeys-btn-cancel.svelte-zuhlna{background-color:var(--hotkeys-cancel-bg, #c41e3a);color:var(--hotkeys-cancel-text-color, white)}.hotkeys-btn-cancel.svelte-zuhlna:hover{background-color:var(--hotkeys-cancel-hover-bg, #a0172e);transform:translateY(-1px)}.hotkeys-btn-cancel.svelte-zuhlna:active{transform:translateY(0)}.hotkeys-btn-enable.svelte-zuhlna{background-color:var(--hotkeys-enable-bg, #ff8c00);color:var(--hotkeys-enable-text-color, white)}.hotkeys-btn-enable.svelte-zuhlna:hover{background-color:var(--hotkeys-enable-hover-bg, #ff7700);transform:translateY(-1px)}.hotkeys-btn-enable.svelte-zuhlna:active{transform:translateY(0)}.modal-overlay.svelte-hvh1lj{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-overlay.half-screen.svelte-hvh1lj{top:50%;align-items:center;justify-content:center}.modal-content.svelte-hvh1lj{border-radius:8px;width:85%;max-width:min(500px,100vw);max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0009;margin-left:7.5%;margin-right:7.5%}.modal-content.half-screen-content.svelte-hvh1lj{max-height:calc(50vh - 5%);margin-left:7.5%;margin-right:7.5%}.modal-header.svelte-hvh1lj{display:flex;justify-content:space-between;align-items:center;background-color:#3e6bc5;padding:12px 16px}.header-left.svelte-hvh1lj{display:flex;align-items:center;gap:8px}.header-left.svelte-hvh1lj svg:where(.svelte-hvh1lj){flex-shrink:0}.modal-title.svelte-hvh1lj{margin:0;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.close-btn.svelte-hvh1lj{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-btn.svelte-hvh1lj svg:where(.svelte-hvh1lj){width:20px;height:20px}.close-btn.svelte-hvh1lj:hover{background-color:#ffffff1a}.modal-body.svelte-hvh1lj{padding:16px;display:flex;flex-direction:column;gap:20px}.rules-content.svelte-hvh1lj{display:flex;flex-direction:column;gap:12px;padding:0 8px}.rule-item.svelte-hvh1lj{font-size:14px;line-height:1.6}
