.user-header.svelte-dbwh0g{display:flex;align-items:center;justify-content:space-between}.user-profile.svelte-dbwh0g{display:flex;align-items:center;gap:12px}.header-controls.svelte-dbwh0g{display:flex;align-items:center;gap:8px}.control-btn.svelte-dbwh0g{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--surface-elevated);border:1px solid var(--glass-border);border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.control-btn.svelte-dbwh0g:hover{background:var(--surface);border-color:var(--accent)}.control-btn.svelte-dbwh0g:active{transform:scale(.95)}.control-btn.svelte-dbwh0g svg:where(.svelte-dbwh0g){width:20px;height:20px;color:var(--text-secondary)}.control-btn.svelte-dbwh0g:hover svg:where(.svelte-dbwh0g){color:var(--accent)}.control-btn.warning-btn.svelte-dbwh0g{background:#eab30826;border-color:#eab3084d;animation:svelte-dbwh0g-pulseWarning 2s ease-in-out infinite}.control-btn.warning-btn.svelte-dbwh0g svg:where(.svelte-dbwh0g){color:#eab308}.control-btn.warning-btn.svelte-dbwh0g:hover{background:#eab30840;border-color:#eab308}@keyframes svelte-dbwh0g-pulseWarning{0%,to{box-shadow:0 0 #eab30866}50%{box-shadow:0 0 12px 4px #eab3084d}}.avatar.svelte-dbwh0g{width:40px;height:40px;border-radius:50%;background:var(--surface-elevated);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 8px #0000001a}.avatar.svelte-dbwh0g img:where(.svelte-dbwh0g){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar.svelte-dbwh0g span:where(.svelte-dbwh0g){font-size:16px;font-weight:600;color:var(--accent)}.username.svelte-dbwh0g{font-size:18px;font-weight:600;color:var(--text-primary)}.settings-backdrop.svelte-dbwh0g{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;animation:svelte-dbwh0g-fadeIn .2s ease}.settings-modal.svelte-dbwh0g{position:fixed;bottom:0;left:0;right:0;z-index:1001;background:var(--surface-elevated);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border:1px solid rgba(99,102,241,.2);border-bottom:none;padding:.75rem 1.25rem 1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));max-height:85vh;overflow-y:auto;animation:svelte-dbwh0g-slideUp .3s cubic-bezier(.32,.72,0,1);box-shadow:0 -8px 40px #00000040}@keyframes svelte-dbwh0g-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-dbwh0g-slideUp{0%{transform:translateY(100%);opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes svelte-dbwh0g-itemSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header.svelte-dbwh0g{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;padding-top:.5rem}.modal-header.svelte-dbwh0g h2:where(.svelte-dbwh0g){font-size:1.125rem;font-weight:600;color:var(--text-primary);text-align:center}.settings-content.svelte-dbwh0g{display:flex;flex-direction:column;gap:.75rem}.settings-divider.svelte-dbwh0g{display:flex;align-items:center;gap:.75rem;margin:.5rem 0;animation:svelte-dbwh0g-itemSlideIn .3s ease forwards;opacity:0}.settings-divider.svelte-dbwh0g span:where(.svelte-dbwh0g){font-size:.7rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.setting-item.svelte-dbwh0g{display:flex;align-items:center;justify-content:space-between;padding:.875rem;background:var(--surface-elevated);border-radius:.75rem;animation:svelte-dbwh0g-itemSlideIn .3s ease forwards;opacity:0;box-shadow:0 2px 8px #0000000f;position:relative;border:1px solid rgba(99,102,241,.15)}.setting-item.svelte-dbwh0g:has(.dropdown-btn.open:where(.svelte-dbwh0g)){z-index:1000}.setting-info.svelte-dbwh0g{display:flex;align-items:center;gap:.75rem}.setting-icon.svelte-dbwh0g{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:var(--surface)}.setting-icon.svelte-dbwh0g svg:where(.svelte-dbwh0g){width:1rem;height:1rem;color:var(--accent)}.setting-text.svelte-dbwh0g{display:flex;flex-direction:column}.setting-label.svelte-dbwh0g{font-size:.875rem;font-weight:500;color:var(--text-primary)}.setting-value.svelte-dbwh0g{font-size:.7rem;color:var(--text-tertiary);margin-top:.125rem}.toggle-btn.svelte-dbwh0g{width:2.75rem;height:1.5rem;padding:.125rem;background:var(--surface);border:1px solid var(--glass-border);border-radius:9999px;cursor:pointer;transition:all .2s ease;position:relative}.toggle-btn.active.svelte-dbwh0g{background:var(--accent);border-color:var(--accent)}.toggle-thumb.svelte-dbwh0g{position:absolute;top:2px;left:2px;width:1.125rem;height:1.125rem;background:var(--text-secondary);border-radius:50%;transition:all .2s ease}.toggle-btn.active.svelte-dbwh0g .toggle-thumb:where(.svelte-dbwh0g){left:calc(100% - 1.25rem);background:#fff}.dropdown-btn.svelte-dbwh0g{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:110px;padding:.625rem .875rem;background:var(--surface-elevated);border:1px solid var(--glass-border);border-radius:.625rem;font-size:.8125rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0000000f;position:relative;z-index:101}.dropdown-btn.open.svelte-dbwh0g{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent;background:var(--surface)}.dropdown-btn.svelte-dbwh0g:active{transform:scale(.98)}.dropdown-btn.svelte-dbwh0g svg:where(.svelte-dbwh0g){width:.875rem;height:.875rem;color:var(--text-secondary);transition:transform .2s ease}.dropdown-btn.svelte-dbwh0g svg.rotated:where(.svelte-dbwh0g){transform:rotate(180deg)}.dropdown-wrapper.svelte-dbwh0g{position:relative;z-index:100}.dropdown-menu.svelte-dbwh0g{position:absolute;top:100%;right:0;left:0;background:var(--surface);border:1px solid var(--glass-border);border-top:none;border-radius:0 0 .625rem .625rem;overflow:hidden;animation:svelte-dbwh0g-dropdownIn .15s ease forwards;box-shadow:0 8px 24px #0003;z-index:100}@keyframes svelte-dbwh0g-dropdownIn{0%{opacity:0;transform:translateY(-4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-option.svelte-dbwh0g{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;font-size:.875rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .15s ease;text-align:left}.dropdown-option.svelte-dbwh0g:not(:last-child){border-bottom:1px solid var(--glass-border)}.dropdown-option.svelte-dbwh0g:active{background:var(--surface)}.subscription-slider-container.svelte-1ghg67w{width:100%;position:relative}.slider-wrapper.svelte-1ghg67w{position:relative;padding:16px 0}.slider-overflow.svelte-1ghg67w{clip-path:inset(-100px -100px -100px -100px);padding:0 20px;margin:0 -20px}.slider-track.svelte-1ghg67w{display:flex;gap:100vw;will-change:transform;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-track.svelte-1ghg67w:active{cursor:grabbing}.slider-track.svelte-1ghg67w::-webkit-scrollbar{display:none}.slide.svelte-1ghg67w{flex:0 0 100%;min-width:100%;padding:0 4px;box-sizing:border-box}.subscription-card.svelte-1ghg67w{background:var(--surface);border:1px solid var(--glass-border);border-radius:24px;padding:16px;min-height:auto;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000001f,0 8px 32px #00000029,0 16px 48px #0000001a;overflow:hidden}.card-header.svelte-1ghg67w{display:flex;align-items:center;gap:12px;margin-bottom:14px}.days-mini-ring.svelte-1ghg67w{position:relative;width:52px;height:52px;flex-shrink:0}.mini-progress-ring.svelte-1ghg67w{width:100%;height:100%;transform:rotate(-90deg)}.mini-progress-ring.svelte-1ghg67w .progress-bg:where(.svelte-1ghg67w){fill:none;stroke:#6366f126;stroke-width:3}.mini-progress-ring.svelte-1ghg67w .progress-bar:where(.svelte-1ghg67w){fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .5s ease}.mini-progress-text.svelte-1ghg67w{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.mini-days-count.svelte-1ghg67w{font-size:14px;font-weight:700;color:var(--text-primary)}.days-mini-ring.shared-ring.svelte-1ghg67w .progress-bg.shared:where(.svelte-1ghg67w){stroke:#6366f126}.days-mini-ring.shared-ring.svelte-1ghg67w .progress-bar.shared:where(.svelte-1ghg67w){stroke:#6366f1}.card-icon.svelte-1ghg67w{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.card-icon.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:26px;height:26px}.card-icon.main-icon.svelte-1ghg67w{background:linear-gradient(135deg,#6366f133,#6366f11a);color:#6366f1;box-shadow:0 4px 12px #6366f133}.card-icon.gaming-icon.svelte-1ghg67w{background:linear-gradient(135deg,#f59e0b33,#f59e0b1a);color:#f59e0b;box-shadow:0 4px 12px #f59e0b33}.card-icon.shared-icon.svelte-1ghg67w{background:linear-gradient(135deg,#3b82f633,#3b82f61a);color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.card-title-wrapper.svelte-1ghg67w{flex:1}.card-title.svelte-1ghg67w{margin:0 0 4px;font-size:18px;font-weight:700;color:var(--text-primary)}.badge.svelte-1ghg67w{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge.active.svelte-1ghg67w{background:#22c55e26;color:#22c55e}.badge.inactive.svelte-1ghg67w{background:#ef44441f;color:#ef4444}.progress-bg.svelte-1ghg67w{fill:none;stroke:#6366f126;stroke-width:4}.progress-bar.svelte-1ghg67w{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;transition:stroke-dasharray .5s ease}.action-btn.svelte-1ghg67w{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.action-btn.primary.svelte-1ghg67w{background:var(--accent);color:#fff;box-shadow:0 4px 14px #6366f159}.action-btn.svelte-1ghg67w:active{transform:scale(.97)}.action-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.link-section.svelte-1ghg67w{background:linear-gradient(135deg,#6366f114,#8b5cf60a);border:1px solid rgba(99,102,241,.2);border-radius:14px;padding:12px;box-shadow:0 2px 12px #6366f11a,inset 0 1px #ffffff0d;overflow:hidden}.link-display.svelte-1ghg67w{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--surface);border:1px solid rgba(99,102,241,.15);border-radius:10px;cursor:pointer;margin-bottom:10px;transition:all .2s}.link-display.svelte-1ghg67w:hover{border-color:#6366f14d;background:#6366f10d}.link-text.svelte-1ghg67w{flex:1;font-size:12px;color:var(--accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copy-btn.svelte-1ghg67w{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.copy-btn.success.svelte-1ghg67w{color:#22c55e}.copy-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.link-actions-row.svelte-1ghg67w{display:flex;gap:8px;width:100%;overflow:hidden}.link-btn.svelte-1ghg67w{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:10px;background:var(--surface);border:1px solid rgba(99,102,241,.2);border-radius:10px;color:var(--accent);cursor:pointer;transition:all .2s;overflow:hidden}.link-btn.svelte-1ghg67w span:where(.svelte-1ghg67w){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.link-btn.connect-btn.svelte-1ghg67w{gap:8px;font-size:14px;font-weight:600;background:linear-gradient(135deg,var(--accent),#7c3aed);border:none;color:#fff}.link-btn.connect-btn.svelte-1ghg67w:hover{background:linear-gradient(135deg,#5b5ce0,#6d28d9)}.link-btn.svelte-1ghg67w:hover:not(:disabled){background:#6366f11a;border-color:#6366f166}.link-btn.svelte-1ghg67w:disabled{opacity:.5}.link-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.devices-modal-overlay.svelte-1ghg67w{position:fixed;inset:0;background:rgba(0,0,0,var(--sheet-opacity, .6));backdrop-filter:blur(var(--sheet-blur, 8px));-webkit-backdrop-filter:blur(var(--sheet-blur, 8px));z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease;touch-action:none}.devices-modal.svelte-1ghg67w{width:100%;max-width:500px;max-height:80vh;background:var(--surface-elevated);border-radius:24px 24px 0 0;border:1px solid rgba(99,102,241,.2);border-bottom:none;display:flex;flex-direction:column;animation:svelte-1ghg67w-slideUp .3s cubic-bezier(.32,.72,0,1);will-change:transform;touch-action:pan-y}.sheet-handle.svelte-1ghg67w{width:40px;height:5px;background:var(--text-tertiary);border-radius:3px;margin:12px auto 0;opacity:.5;cursor:grab}.sheet-handle.svelte-1ghg67w:active,.sheet-drag-area.svelte-1ghg67w:active{cursor:grabbing}.devices-modal-header.svelte-1ghg67w{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(99,102,241,.1);cursor:grab}.devices-modal-header.svelte-1ghg67w:active{cursor:grabbing}.devices-modal-title.svelte-1ghg67w{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}.devices-modal-count.svelte-1ghg67w{font-size:14px;font-weight:600;color:var(--accent);background:#6366f11f;padding:4px 12px;border-radius:8px}.devices-modal-content.svelte-1ghg67w{flex:1;overflow-y:auto;padding:20px}.share-modal.svelte-1ghg67w .devices-modal-content:where(.svelte-1ghg67w){padding-bottom:0}.modal-info-block.svelte-1ghg67w{padding:16px;background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:1px solid rgba(99,102,241,.15);border-radius:16px;margin-bottom:16px}.modal-info-block.svelte-1ghg67w .modal-description:where(.svelte-1ghg67w){margin:0}.modal-description.svelte-1ghg67w{font-size:14px;color:var(--text-secondary);text-align:center;line-height:1.5;margin:0 0 16px}.devices-loading.svelte-1ghg67w,.devices-error.svelte-1ghg67w,.devices-empty.svelte-1ghg67w{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 24px;color:var(--text-secondary);font-size:14px;text-align:center}.devices-empty.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:48px;height:48px;opacity:.5}.retry-btn.svelte-1ghg67w{padding:8px 16px;background:var(--surface-elevated);border:1px solid var(--glass-border);border-radius:8px;color:var(--text-primary);font-size:13px;cursor:pointer}.devices-list.svelte-1ghg67w{display:flex;flex-direction:column;gap:8px}.device-item.svelte-1ghg67w{display:flex;align-items:center;gap:12px;padding:12px;background:var(--surface-elevated);border-radius:12px}.device-icon-wrapper.svelte-1ghg67w{width:40px;height:40px;background:#6366f11a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.device-icon-wrapper.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:20px;height:20px}.device-info.svelte-1ghg67w{flex:1}.device-name.svelte-1ghg67w{display:block;font-size:14px;font-weight:600;color:var(--text-primary)}.device-meta.svelte-1ghg67w{display:block;font-size:12px;color:var(--text-secondary);margin-top:2px}.device-delete-btn.svelte-1ghg67w{width:36px;height:36px;background:#ef44441a;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ef4444;cursor:pointer}.device-delete-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.revoke-all-btn.svelte-1ghg67w{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;margin-top:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer}.revoke-all-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.share-modal-content.svelte-1ghg67w{flex:1;overflow-y:auto;display:flex;flex-direction:column}.share-users-section.svelte-1ghg67w{flex:1;display:flex;flex-direction:column;min-height:0}.share-users-label.svelte-1ghg67w{font-size:13px;font-weight:600;color:var(--text-secondary);margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.share-users-list.svelte-1ghg67w{max-height:200px;overflow-y:auto}.share-empty.svelte-1ghg67w{padding:24px!important}.share-code-section.svelte-1ghg67w{padding:12px 20px;border-top:1px solid var(--glass-border)}.share-code-label.svelte-1ghg67w{font-size:12px;color:var(--text-secondary);margin:0 0 8px}.share-code-display.svelte-1ghg67w{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--surface-elevated, rgba(255,255,255,.05));border:1px solid var(--glass-border);border-radius:12px}.share-code-value.svelte-1ghg67w{flex:1;font-size:16px;font-weight:700;color:var(--accent);font-family:monospace;letter-spacing:1px}.share-code-copy-btn.svelte-1ghg67w{width:36px;height:36px;border-radius:10px;border:none;background:linear-gradient(135deg,#6366f126,#6366f10d);color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.share-code-copy-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.share-code-copy-btn.success.svelte-1ghg67w{background:#22c55e26;color:#22c55e}.share-code-copy-btn.svelte-1ghg67w:active{transform:scale(.95)}.share-modal-footer.svelte-1ghg67w{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom));border-top:1px solid rgba(99,102,241,.1);background:var(--surface-elevated)}.shared-user-avatar.svelte-1ghg67w{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f133,#8b5cf61a);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--accent);overflow:hidden;flex-shrink:0}.shared-user-avatar.svelte-1ghg67w img:where(.svelte-1ghg67w){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.empty-hint.svelte-1ghg67w{font-size:12px;color:var(--text-secondary);opacity:.7;margin-top:4px}.share-action-btn.svelte-1ghg67w{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:linear-gradient(135deg,var(--accent),#818cf8);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #6366f159;transition:all .2s}.share-action-btn.svelte-1ghg67w:disabled{opacity:.5;cursor:not-allowed}.share-action-btn.svelte-1ghg67w:active:not(:disabled){transform:scale(.97)}.share-action-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:20px;height:20px}.no-subscription.svelte-1ghg67w{text-align:center;padding:30px 20px}.no-sub-icon.svelte-1ghg67w{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef444426,#ef44440d);border-radius:20px;color:#ef4444}.no-sub-icon.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:32px;height:32px}.no-sub-text.svelte-1ghg67w{font-size:15px;color:var(--text-secondary);margin:0 0 20px}.subscribe-btn.svelte-1ghg67w{width:100%;padding:14px;background:linear-gradient(135deg,var(--accent),#818cf8);border:none;border-radius:14px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #6366f166,0 2px 8px #6366f14d;transition:all .2s}.subscribe-btn.svelte-1ghg67w:active{transform:scale(.98);box-shadow:0 2px 12px #6366f14d}.gaming-ring.svelte-1ghg67w .progress-bg.gaming:where(.svelte-1ghg67w){stroke:#f59e0b33}.gaming-ring.svelte-1ghg67w .progress-bar.gaming:where(.svelte-1ghg67w){stroke:#f59e0b}.gaming-link-section.svelte-1ghg67w{margin-bottom:12px;background:linear-gradient(135deg,#f59e0b1a,#ea580c0d);border:1px solid rgba(245,158,11,.25);box-shadow:0 2px 12px #f59e0b1f,inset 0 1px #ffffff0d}.gaming-link-section.svelte-1ghg67w .link-display:where(.svelte-1ghg67w){background:linear-gradient(135deg,#f59e0b1f,#ea580c14);border:1px solid rgba(245,158,11,.3);box-shadow:none}.gaming-link-section.svelte-1ghg67w .link-display:where(.svelte-1ghg67w) .link-text:where(.svelte-1ghg67w){color:#fbbf24}.gaming-link-section.svelte-1ghg67w .copy-btn:where(.svelte-1ghg67w){width:36px;height:36px;min-width:36px;background:#f59e0b33;border:1px solid rgba(245,158,11,.3);border-radius:10px;padding:0;display:flex;align-items:center;justify-content:center}.gaming-link-section.svelte-1ghg67w .copy-btn:where(.svelte-1ghg67w):hover{background:#f59e0b4d;box-shadow:0 0 10px #f59e0b4d}.gaming-link-section.svelte-1ghg67w .copy-btn:where(.svelte-1ghg67w) svg:where(.svelte-1ghg67w){stroke:#f59e0b;width:18px;height:18px}.gaming-link-section.svelte-1ghg67w .copy-btn.success:where(.svelte-1ghg67w){background:#22c55e33;border-color:#22c55e4d}.gaming-link-section.svelte-1ghg67w .copy-btn.success:where(.svelte-1ghg67w) svg:where(.svelte-1ghg67w){stroke:#22c55e}.gaming-connect-btn.svelte-1ghg67w{width:100%;margin-top:8px;padding:14px;background:linear-gradient(135deg,#f59e0b,#ea580c)!important;border:none;border-radius:12px;box-shadow:0 2px 12px #f59e0b59!important;gap:8px;font-size:15px;font-weight:600;color:#fff!important;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.gaming-connect-btn.svelte-1ghg67w:active{transform:scale(.98);box-shadow:0 2px 8px #f59e0b40!important}.gaming-connect-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){stroke:#fff;width:20px;height:20px}.gaming-blocked-banner.svelte-1ghg67w{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#ef44441f,#ef44440f);border:1px solid rgba(239,68,68,.3);border-radius:12px;margin-bottom:12px}.gaming-blocked-banner.svelte-1ghg67w .blocked-icon:where(.svelte-1ghg67w){width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;background:#ef444426;border-radius:50%;color:#ef4444}.gaming-blocked-banner.svelte-1ghg67w .blocked-icon:where(.svelte-1ghg67w) svg:where(.svelte-1ghg67w){width:22px;height:22px}.gaming-blocked-banner.svelte-1ghg67w .blocked-info:where(.svelte-1ghg67w){display:flex;flex-direction:column;gap:2px}.gaming-blocked-banner.svelte-1ghg67w .blocked-title:where(.svelte-1ghg67w){font-size:14px;font-weight:600;color:#ef4444}.gaming-blocked-banner.svelte-1ghg67w .blocked-reason:where(.svelte-1ghg67w){font-size:12px;color:var(--text-secondary)}.gaming-blocked-banner.svelte-1ghg67w .blocked-timer:where(.svelte-1ghg67w){font-size:13px;font-weight:600;color:#f97316;margin-top:2px}.gaming-stats-compact.svelte-1ghg67w{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;background:linear-gradient(135deg,#f59e0b14,#f59e0b0a);border:1px solid rgba(245,158,11,.15);border-radius:12px;margin-bottom:12px}.gaming-stat-compact.svelte-1ghg67w{display:flex;align-items:center;gap:6px}.gaming-stat-compact.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:14px;height:14px;stroke:#f59e0b;flex-shrink:0}.gaming-stat-compact-value.svelte-1ghg67w{font-size:16px;font-weight:700;color:#fbbf24}.gaming-stat-compact-label.svelte-1ghg67w{font-size:12px;color:#f59e0b;opacity:.8}.gaming-stat-divider.svelte-1ghg67w{width:1px;height:20px;background:#f59e0b4d}.gaming-stat-compact.protocol.svelte-1ghg67w{gap:4px}.gaming-stat-compact.protocol.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:14px;height:14px;stroke:#f59e0b}.gaming-stat-compact.protocol.svelte-1ghg67w span:where(.svelte-1ghg67w){color:#f59e0b;font-weight:600;font-size:13px}.gaming-stat-compact.online.svelte-1ghg67w svg:where(.svelte-1ghg67w){stroke:#22c55e}.gaming-stat-compact.online.svelte-1ghg67w .gaming-stat-compact-value:where(.svelte-1ghg67w){color:#22c55e}.gaming-stat-compact.protocol.svelte-1ghg67w span:where(.svelte-1ghg67w){font-size:12px;font-weight:500;color:#f59e0b}.no-gaming-sub.svelte-1ghg67w{display:flex;flex-direction:column;align-items:center;padding:20px 0}.no-gaming-icon.svelte-1ghg67w{width:64px;height:64px;background:linear-gradient(135deg,#f59e0b26,#f59e0b14);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.no-gaming-icon.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:32px;height:32px;stroke:#f59e0b}.no-gaming-text.svelte-1ghg67w{font-size:15px;color:var(--text-secondary);text-align:center;margin:0 0 16px}.gaming-subscribe-btn.svelte-1ghg67w{background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#fff!important}.gaming-subscribe-btn.svelte-1ghg67w:hover{background:linear-gradient(135deg,#d97706,#b45309)!important}.family-description-block.svelte-1ghg67w{background:linear-gradient(135deg,#6366f11f,#6366f10d);border:1px solid rgba(99,102,241,.25);border-radius:12px;padding:12px 14px;margin-bottom:16px}.family-description.svelte-1ghg67w{font-size:13px;line-height:1.5;color:var(--text-secondary);margin:0}.family-owner-block.svelte-1ghg67w{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,var(--surface-elevated),var(--surface));border:1px solid var(--glass-border);border-radius:14px;margin-bottom:16px;box-shadow:0 2px 12px #00000014}.family-owner-avatar.svelte-1ghg67w{width:44px;height:44px;background:linear-gradient(135deg,#6366f133,#6366f11a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.family-owner-avatar.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:22px;height:22px;color:var(--accent)}.family-owner-avatar.svelte-1ghg67w .owner-photo:where(.svelte-1ghg67w){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.family-owner-info.svelte-1ghg67w{flex:1;display:flex;flex-direction:column;gap:2px}.family-owner-label.svelte-1ghg67w{font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.family-owner-name.svelte-1ghg67w{font-size:16px;font-weight:600;color:var(--text-primary)}.shared-actions.svelte-1ghg67w{margin-bottom:16px;display:flex;gap:12px;align-items:center}.devices-counter-btn.svelte-1ghg67w{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:2px solid rgba(99,102,241,.4);border-radius:14px;color:var(--accent);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #6366f133,inset 0 1px #ffffff1a}.devices-counter-btn.svelte-1ghg67w:active{transform:scale(.97);box-shadow:0 2px 8px #6366f14d}.devices-counter-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.devices-counter-text.svelte-1ghg67w{font-variant-numeric:tabular-nums}.remove-shared-btn.svelte-1ghg67w{width:100%;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.25);border-radius:12px;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.remove-shared-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px}.remove-shared-btn.svelte-1ghg67w:active{transform:scale(.98);background:#ef444426}.no-shared.svelte-1ghg67w{text-align:center;padding:24px 16px}.no-shared-icon.svelte-1ghg67w{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f626,#3b82f60d);border-radius:16px;color:#3b82f6;opacity:.7}.no-shared-icon.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:28px;height:28px}.no-shared-text.svelte-1ghg67w{font-size:15px;color:var(--text-secondary);margin:0 0 8px}.slider-indicators.svelte-1ghg67w{display:flex;justify-content:center;gap:8px;margin-top:16px}.indicator.svelte-1ghg67w{width:8px;height:8px;border-radius:50%;background:var(--glass-border);transition:all .2s}.indicator.active.svelte-1ghg67w{width:24px;border-radius:4px;background:var(--accent)}.modal-overlay.svelte-1ghg67w{position:fixed;inset:0;background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:flex-end;justify-content:center;z-index:9999;transition:backdrop-filter .15s ease,background .15s ease}.modal-content.svelte-1ghg67w{background:var(--surface-elevated);border-radius:24px 24px 0 0;border:1px solid rgba(99,102,241,.2);border-bottom:none;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;animation:svelte-1ghg67w-slideUp .3s cubic-bezier(.32,.72,0,1);padding-bottom:env(safe-area-inset-bottom);will-change:transform}.modal-header.svelte-1ghg67w{display:flex;flex-direction:column;align-items:center;padding:16px 20px;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-header.svelte-1ghg67w:active{cursor:grabbing}.modal-header.svelte-1ghg67w .sheet-handle:where(.svelte-1ghg67w){width:36px;height:4px;background:var(--text-tertiary, rgba(255, 255, 255, .2));border-radius:2px;margin-bottom:12px}.modal-header.svelte-1ghg67w h3:where(.svelte-1ghg67w){margin:0;font-size:18px;font-weight:600;color:var(--text-primary)}.modal-body.svelte-1ghg67w{flex:1;overflow-y:auto;padding:0 20px 20px}.modal-subtitle.svelte-1ghg67w{font-size:14px;color:var(--text-secondary);margin:0 0 20px}.app-cards.svelte-1ghg67w{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.app-card-select.svelte-1ghg67w{display:flex;align-items:center;gap:14px;padding:16px;background:var(--surface-elevated);border:2px solid var(--glass-border);border-radius:16px;cursor:pointer;text-align:left;width:100%}.app-card-select.svelte-1ghg67w:active{border-color:var(--accent)}.app-card-icon.svelte-1ghg67w{width:52px;height:52px;border-radius:14px;-o-object-fit:contain;object-fit:contain}.app-card-info.svelte-1ghg67w{flex:1}.app-card-name.svelte-1ghg67w{display:block;font-size:17px;font-weight:600;color:var(--text-primary)}.app-card-badge.svelte-1ghg67w{font-size:13px;color:var(--accent)}.app-card-arrow.svelte-1ghg67w{width:24px;height:24px;color:var(--text-tertiary)}.other-apps-toggle.svelte-1ghg67w{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;background:none;border:none;border-top:1px solid var(--glass-border);cursor:pointer;color:var(--text-secondary);font-size:14px}.toggle-chevron.svelte-1ghg67w{width:20px;height:20px;transition:transform .2s}.toggle-chevron.open.svelte-1ghg67w{transform:rotate(180deg)}.other-apps-list.svelte-1ghg67w{display:flex;flex-direction:column;gap:2px;padding-top:8px}.other-app-item.svelte-1ghg67w{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:var(--surface-elevated);border:none;border-radius:12px;cursor:pointer;font-size:15px;color:var(--text-primary)}.other-app-item.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px;color:var(--text-tertiary)}.modal-footer.svelte-1ghg67w{padding:16px 20px 24px;border-top:1px solid var(--glass-border)}.guide-btn.svelte-1ghg67w{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;background:var(--surface-elevated);border:1px solid var(--glass-border);border-radius:14px;color:var(--accent);font-size:14px;font-weight:600;cursor:pointer}.guide-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:20px;height:20px}.confirm-dialog.svelte-1ghg67w{position:relative;background:var(--surface);border-radius:20px;padding:24px;width:calc(100% - 40px);max-width:320px;text-align:center;box-shadow:0 20px 60px #0006}.confirm-icon.svelte-1ghg67w{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b33,#f59e0b14);border-radius:16px;color:#f59e0b}.confirm-icon.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:28px;height:28px}.confirm-text.svelte-1ghg67w{font-size:16px;color:var(--text-primary);margin:0 0 20px}.confirm-buttons.svelte-1ghg67w{display:flex;gap:12px}.confirm-btn.svelte-1ghg67w{flex:1;padding:12px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.confirm-btn.cancel.svelte-1ghg67w{background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--glass-border);box-shadow:0 2px 8px #00000014}.confirm-btn.delete.svelte-1ghg67w{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;box-shadow:0 4px 14px #ef444459}.confirm-btn.svelte-1ghg67w:active{transform:scale(.97)}.confirm-btn.svelte-1ghg67w:disabled{opacity:.6}.header-right-section.svelte-1ghg67w{display:flex;align-items:center;gap:8px;margin-left:auto}.revoke-dialog.svelte-1ghg67w{max-width:340px}.confirm-icon.warning.svelte-1ghg67w{background:linear-gradient(135deg,#ef444433,#ef444414);color:#ef4444}.revoke-title.svelte-1ghg67w{font-size:18px;font-weight:700;color:var(--text-primary);margin:0 0 16px}.revoke-warnings.svelte-1ghg67w{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;text-align:left}.warning-item.svelte-1ghg67w{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#ef444414;border-radius:10px;font-size:13px;color:var(--text-secondary)}.warning-item.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:18px;height:18px;flex-shrink:0;color:#ef4444}.revoke-error.svelte-1ghg67w{background:#ef44441a;color:#ef4444;padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:16px}.spinner.svelte-1ghg67w{width:20px;height:20px;border:2px solid var(--glass-border);border-top-color:var(--accent);border-radius:50%;animation:svelte-1ghg67w-spin .8s linear infinite}.spinner.small.svelte-1ghg67w{width:16px;height:16px;border-top-color:#fff;margin:0 auto}@keyframes svelte-1ghg67w-spin{to{transform:rotate(360deg)}}@keyframes svelte-1ghg67w-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.toggle-subscription-btn.svelte-1ghg67w{width:38px;height:38px;border:none;border-radius:12px;background:var(--surface-hover);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;flex-shrink:0}.toggle-subscription-btn.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:20px;height:20px;transition:transform .25s ease}.toggle-subscription-btn.svelte-1ghg67w:active{transform:scale(.92)}.toggle-subscription-btn.main-active.svelte-1ghg67w{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;color:#fff!important;box-shadow:0 2px 8px #6366f14d}.toggle-subscription-btn.main-active.svelte-1ghg67w svg:where(.svelte-1ghg67w){transform:scale(1.05)}.toggle-subscription-btn.menu-btn.svelte-1ghg67w{background:var(--surface-hover);color:var(--text-secondary)}.link-btn.connect-btn.full-width.svelte-1ghg67w{flex:1;width:100%}.management-sheet-overlay.svelte-1ghg67w{position:fixed;inset:0;background:rgba(0,0,0,var(--sheet-opacity, .5));backdrop-filter:blur(var(--sheet-blur, 4px));-webkit-backdrop-filter:blur(var(--sheet-blur, 4px));z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease;touch-action:none}.management-sheet.svelte-1ghg67w{width:100%;max-width:500px;background:var(--surface-elevated);border-radius:20px 20px 0 0;padding:12px 16px 32px;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px));animation:svelte-1ghg67w-slideUp .3s cubic-bezier(.32,.72,0,1);will-change:transform;touch-action:pan-y}@keyframes svelte-1ghg67w-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.management-sheet-header.svelte-1ghg67w{padding:8px 0 16px;cursor:grab}.management-sheet-header.svelte-1ghg67w:active{cursor:grabbing}.management-sheet-title.svelte-1ghg67w{margin:0;font-size:18px;font-weight:600;color:var(--text-primary);text-align:center}.sheet-drag-area.svelte-1ghg67w:active{cursor:grabbing}.sheet-drag-area.svelte-1ghg67w{touch-action:none}.management-sheet-content.svelte-1ghg67w{display:flex;flex-direction:column;gap:8px}.management-sheet-group.svelte-1ghg67w{background:var(--surface);border-radius:14px;overflow:hidden}.management-sheet-item.svelte-1ghg67w{display:flex;align-items:center;gap:14px;padding:14px 16px;background:transparent;border:none;border-radius:0;cursor:pointer;transition:all .15s;font-size:16px;font-weight:500;color:var(--text-primary);text-align:left;width:100%}.management-sheet-group.svelte-1ghg67w .management-sheet-item:where(.svelte-1ghg67w):first-child{border-radius:14px 14px 0 0}.management-sheet-group.svelte-1ghg67w .management-sheet-item:where(.svelte-1ghg67w):last-child{border-radius:0 0 14px 14px}.management-sheet-group.svelte-1ghg67w .management-sheet-item:where(.svelte-1ghg67w):only-child{border-radius:14px}.management-sheet-item-divider.svelte-1ghg67w{height:1px;background:var(--border-subtle);margin:0 16px}.management-sheet-item.svelte-1ghg67w:active{background:var(--surface-hover);transform:scale(.98)}.management-sheet-item.svelte-1ghg67w:disabled{opacity:.5;pointer-events:none}.management-sheet-item.danger.svelte-1ghg67w{color:#ef4444}.management-sheet-icon.svelte-1ghg67w{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.management-sheet-icon.svelte-1ghg67w svg:where(.svelte-1ghg67w){width:22px;height:22px}.management-sheet-icon.extend.svelte-1ghg67w{background:linear-gradient(135deg,#6366f126,#6366f10d);color:var(--accent)}.management-sheet-icon.tariff.svelte-1ghg67w{background:linear-gradient(135deg,#10b98126,#10b9810d);color:#10b981}.management-sheet-icon.devices.svelte-1ghg67w{background:linear-gradient(135deg,#f59e0b26,#f59e0b0d);color:#f59e0b}.management-sheet-icon.share.svelte-1ghg67w{background:linear-gradient(135deg,#6366f126,#6366f10d);color:#6366f1}.management-sheet-icon.revoke.svelte-1ghg67w{background:#ef44441a;color:#ef4444}.management-sheet-badge.svelte-1ghg67w{margin-left:auto;padding:4px 10px;background:var(--surface-hover);border-radius:8px;font-size:13px;font-weight:600;color:var(--text-secondary)}.loading-card-content.svelte-1ghg67w{display:flex;align-items:center;justify-content:center;min-height:140px;padding:40px 0}.loading-spinner-circle.svelte-1ghg67w{width:48px;height:48px;border:4px solid rgba(99,102,241,.2);border-top-color:var(--accent);border-radius:50%;animation:svelte-1ghg67w-spinner-rotate 1s linear infinite}@keyframes svelte-1ghg67w-spinner-rotate{to{transform:rotate(360deg)}}.referral-card.svelte-1qhrfqv{background:var(--card-bg, var(--bg-secondary, #1a1a24));border:1px solid var(--glass-border);border-radius:20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000004d}.card-header.svelte-1qhrfqv{display:flex;align-items:center;gap:12px;margin-bottom:20px}.card-icon.svelte-1qhrfqv{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f133,#8b5cf61a);color:var(--accent);box-shadow:0 4px 12px #6366f140}.card-icon.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:24px;height:24px}.card-title-wrapper.svelte-1qhrfqv{flex:1}.card-title.svelte-1qhrfqv{font-size:16px;font-weight:700;color:var(--text-primary);margin:0}.stats-row.svelte-1qhrfqv{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;overflow:hidden}.stat-item.svelte-1qhrfqv{display:flex;align-items:center;gap:10px;padding:10px;background:linear-gradient(135deg,#6366f10f,#6366f105);border:1px solid rgba(99,102,241,.15);border-radius:14px;overflow:hidden;min-width:0}.stat-ring.svelte-1qhrfqv{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f133,#6366f11a);border:2px solid rgba(99,102,241,.3)}.stat-ring.bonus.svelte-1qhrfqv{background:linear-gradient(135deg,#f59e0b33,#f59e0b1a);border-color:#f59e0b4d}.stat-ring.bonus.svelte-1qhrfqv .stat-number:where(.svelte-1qhrfqv){color:#f59e0b}.stat-number.svelte-1qhrfqv{font-size:18px;font-weight:700;color:var(--accent)}.stat-info.svelte-1qhrfqv{display:flex;flex-direction:column;min-width:0;overflow:hidden}.stat-label.svelte-1qhrfqv{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-sublabel.svelte-1qhrfqv{font-size:11px;color:var(--text-secondary);margin-top:2px}.actions-row.svelte-1qhrfqv{display:flex}.action-btn.svelte-1qhrfqv{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.action-btn.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:18px;height:18px}.action-btn.share-btn.svelte-1qhrfqv{background:linear-gradient(135deg,var(--accent),#7c3aed);color:#fff;box-shadow:0 4px 12px #6366f14d}.action-btn.svelte-1qhrfqv:active{transform:scale(.98)}.modal-overlay.svelte-1qhrfqv{position:fixed;inset:0;background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:svelte-1qhrfqv-fadeIn .2s ease;transition:backdrop-filter .15s ease,background .15s ease}@keyframes svelte-1qhrfqv-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-1qhrfqv{background:var(--bg-primary, #0a0a0f);border-radius:24px 24px 0 0;width:100%;max-width:500px;max-height:85vh;display:flex;flex-direction:column;animation:svelte-1qhrfqv-slideUp .3s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 30px #0000004d;will-change:transform}@keyframes svelte-1qhrfqv-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header.svelte-1qhrfqv{padding:16px 20px;border-bottom:1px solid var(--glass-border);cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-header.svelte-1qhrfqv:active{cursor:grabbing}.sheet-handle.svelte-1qhrfqv{width:36px;height:4px;background:var(--text-tertiary, rgba(255, 255, 255, .2));border-radius:2px;margin:0 auto 12px}.modal-title.svelte-1qhrfqv{font-size:18px;font-weight:700;color:var(--text-primary);margin:0;text-align:center}.modal-body.svelte-1qhrfqv{flex:1;overflow-y:auto;padding:16px 20px}.info-block.svelte-1qhrfqv{display:flex;gap:12px;padding:14px;background:linear-gradient(135deg,#6366f11a,#6366f10d);border:1px solid rgba(99,102,241,.2);border-radius:14px;margin-bottom:16px}.info-icon.svelte-1qhrfqv{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f133,#6366f11a);color:var(--accent);flex-shrink:0}.info-icon.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:20px;height:20px}.info-text.svelte-1qhrfqv{font-size:13px;color:var(--text-secondary);line-height:1.5;margin:0}.how-it-works.svelte-1qhrfqv{margin-bottom:20px}.section-title.svelte-1qhrfqv{font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 12px;display:flex;align-items:center;gap:8px}.count-badge.svelte-1qhrfqv{background:var(--accent);color:#fff;font-size:11px;padding:2px 8px;border-radius:10px}.steps.svelte-1qhrfqv{display:flex;flex-direction:column;gap:10px}.step.svelte-1qhrfqv{display:flex;align-items:center;gap:12px}.step-number.svelte-1qhrfqv{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.step-text.svelte-1qhrfqv{font-size:13px;color:var(--text-secondary)}.referrals-section.svelte-1qhrfqv{margin-top:4px}.loading-state.svelte-1qhrfqv,.error-state.svelte-1qhrfqv,.empty-state.svelte-1qhrfqv{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:8px;color:var(--text-secondary)}.empty-state.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:40px;height:40px;opacity:.5}.empty-title.svelte-1qhrfqv{font-size:14px;font-weight:600;color:var(--text-primary)}.empty-hint.svelte-1qhrfqv{font-size:12px;text-align:center}.spinner.svelte-1qhrfqv{width:24px;height:24px;border:2px solid var(--glass-border);border-top-color:var(--accent);border-radius:50%;animation:svelte-1qhrfqv-spin .8s linear infinite}@keyframes svelte-1qhrfqv-spin{to{transform:rotate(360deg)}}.retry-btn.svelte-1qhrfqv{padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:13px;cursor:pointer}.referrals-list.svelte-1qhrfqv{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.referral-item.svelte-1qhrfqv{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface-elevated);border:1px solid var(--glass-border);border-radius:12px}.referral-avatar.svelte-1qhrfqv{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f133,#8b5cf61a);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--accent);overflow:hidden;flex-shrink:0}.referral-avatar.svelte-1qhrfqv img:where(.svelte-1qhrfqv){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.referral-info.svelte-1qhrfqv{flex:1;min-width:0}.referral-name.svelte-1qhrfqv{display:block;font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.referral-date.svelte-1qhrfqv{font-size:11px;color:var(--text-secondary)}.referral-status.svelte-1qhrfqv{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600;white-space:nowrap}.referral-status.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:14px;height:14px}.referral-status.status-paid.svelte-1qhrfqv{background:#22c55e26;color:#22c55e}.referral-status.status-pending.svelte-1qhrfqv{background:#f59e0b26;color:#f59e0b}.modal-footer.svelte-1qhrfqv{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0));border-top:1px solid var(--glass-border);display:flex;gap:10px}.footer-btn.svelte-1qhrfqv{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.footer-btn.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:18px;height:18px}.footer-btn.copy-btn.svelte-1qhrfqv{background:linear-gradient(135deg,#6366f11a,#6366f10d);border:1px solid rgba(99,102,241,.2);color:var(--accent)}.footer-btn.copy-btn.success.svelte-1qhrfqv{background:#22c55e26;border-color:#22c55e4d;color:#22c55e}.footer-btn.share-btn.svelte-1qhrfqv{background:linear-gradient(135deg,var(--accent),#7c3aed);color:#fff;box-shadow:0 4px 12px #6366f14d}.footer-btn.svelte-1qhrfqv:active{transform:scale(.98)}.referral-code-section.svelte-1qhrfqv{padding:0 20px 12px;border-bottom:1px solid var(--glass-border)}.code-label.svelte-1qhrfqv{font-size:12px;color:var(--text-secondary);margin:0 0 8px}.code-display.svelte-1qhrfqv{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--surface-elevated, rgba(255,255,255,.05));border:1px solid var(--glass-border);border-radius:12px}.code-value.svelte-1qhrfqv{flex:1;font-size:16px;font-weight:700;color:var(--accent);font-family:monospace;letter-spacing:1px}.code-copy-btn.svelte-1qhrfqv{width:36px;height:36px;border-radius:10px;border:none;background:linear-gradient(135deg,#6366f126,#6366f10d);color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.code-copy-btn.svelte-1qhrfqv svg:where(.svelte-1qhrfqv){width:18px;height:18px}.code-copy-btn.success.svelte-1qhrfqv{background:#22c55e26;color:#22c55e}.code-copy-btn.svelte-1qhrfqv:active{transform:scale(.95)}.actions-grid.svelte-1xid40f{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.action-btn.svelte-1xid40f{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;background:var(--surface);border:1px solid var(--glass-border);border-radius:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000f}.action-btn.svelte-1xid40f:hover{background:var(--surface-elevated);box-shadow:0 4px 12px #0000001f,0 2px 4px #00000014}.action-btn.svelte-1xid40f:active{transform:scale(.98)}.action-btn.svelte-1xid40f svg:where(.svelte-1xid40f){width:22px;height:22px;color:var(--accent)}.action-btn.svelte-1xid40f span:where(.svelte-1xid40f){font-size:13px;font-weight:500;color:var(--text-secondary)}.modal-backdrop.svelte-1d47zbi{position:fixed;inset:0;background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:300;animation:svelte-1d47zbi-fadeIn .2s ease;touch-action:none;transition:backdrop-filter .15s ease,background .15s ease}.modal-handle.svelte-1d47zbi{width:36px;height:4px;background:var(--text-tertiary, rgba(255, 255, 255, .2));border-radius:2px;margin:0 auto 12px;cursor:grab}.modal-handle.svelte-1d47zbi:active{cursor:grabbing}.payment-modal.svelte-1d47zbi{position:fixed;bottom:0;left:0;right:0;z-index:301;background:var(--surface-elevated);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border:1px solid rgba(99,102,241,.2);border-bottom:none;padding:.75rem 0 0;padding-bottom:env(safe-area-inset-bottom);height:85vh;max-height:85vh;display:flex;flex-direction:column;animation:svelte-1d47zbi-slideUp .3s cubic-bezier(.32,.72,0,1)}.payment-header.svelte-1d47zbi{display:flex;align-items:center;justify-content:center;padding:.5rem 1.25rem .75rem;border-bottom:1px solid rgba(99,102,241,.1);flex-shrink:0}.payment-header.svelte-1d47zbi h2:where(.svelte-1d47zbi){font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.payment-frame-wrapper.svelte-1d47zbi{flex:1;position:relative;overflow:hidden;border-radius:0}.payment-loading.svelte-1d47zbi{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--surface);z-index:1}.payment-loading.svelte-1d47zbi p:where(.svelte-1d47zbi){color:var(--text-secondary);font-size:14px}.spinner-large.svelte-1d47zbi{width:40px;height:40px;border:3px solid var(--glass-border);border-top-color:var(--accent);border-radius:50%;animation:svelte-1d47zbi-spin .8s linear infinite}.payment-iframe.svelte-1d47zbi{width:100%;height:100%;border:none;background:#fff;opacity:0;transition:opacity .3s ease}.payment-iframe.loaded.svelte-1d47zbi{opacity:1}.modal-container.svelte-1d47zbi{position:fixed;bottom:0;left:0;right:0;z-index:301;background:var(--surface-elevated);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border:1px solid rgba(99,102,241,.2);border-bottom:none;padding:.75rem 1.25rem 1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));max-height:90vh;overflow-y:auto;animation:svelte-1d47zbi-slideUp .3s cubic-bezier(.32,.72,0,1);will-change:transform;touch-action:pan-y}.modal-header.svelte-1d47zbi{cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-header.svelte-1d47zbi:active{cursor:grabbing}@keyframes svelte-1d47zbi-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1d47zbi-slideUp{0%{transform:translateY(100%);opacity:.5}to{transform:translateY(0);opacity:1}}.modal-header.svelte-1d47zbi{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.modal-handle.svelte-1d47zbi{width:36px;height:4px;background:var(--text-tertiary, rgba(255, 255, 255, .2));border-radius:2px;margin-bottom:12px}.modal-header.svelte-1d47zbi h2:where(.svelte-1d47zbi){font-size:1.125rem;font-weight:600;color:var(--text-primary)}.modal-info-block.svelte-1d47zbi{padding:1rem;background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:1px solid rgba(99,102,241,.15);border-radius:1rem}.modal-info-block.svelte-1d47zbi .modal-description:where(.svelte-1d47zbi){margin:0;padding:0}.modal-description.svelte-1d47zbi{font-size:.875rem;color:var(--text-secondary);text-align:center;line-height:1.5;margin:0 0 1rem;padding:0 .5rem}.modal-content.svelte-1d47zbi{display:flex;flex-direction:column;gap:1.5rem}.section.svelte-1d47zbi{display:flex;flex-direction:column;gap:.75rem}.section-label.svelte-1d47zbi{font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.options-grid.svelte-1d47zbi{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.options-grid.months.svelte-1d47zbi{grid-template-columns:repeat(5,1fr)}.option-btn.svelte-1d47zbi{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.875rem .5rem;background:linear-gradient(135deg,#6366f10f,#8b5cf608);border:2px solid rgba(99,102,241,.15);border-radius:.875rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #6366f114;position:relative;overflow:visible}.option-btn.selected.svelte-1d47zbi{background:linear-gradient(135deg,#6366f133,#8b5cf61f);border-color:var(--accent);box-shadow:0 4px 16px #6366f140}.option-btn.has-discount.svelte-1d47zbi{padding-top:1rem}.option-btn.svelte-1d47zbi:active{transform:scale(.95)}.option-value.svelte-1d47zbi{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.option-btn.selected.svelte-1d47zbi .option-value:where(.svelte-1d47zbi){color:var(--accent)}.option-label.svelte-1d47zbi{font-size:.625rem;color:var(--text-tertiary);margin-top:.125rem}.option-discount.svelte-1d47zbi{position:absolute;top:-6px;right:-4px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:6px;box-shadow:0 2px 6px #3b82f666}.summary.svelte-1d47zbi{background:linear-gradient(135deg,#6366f114,#8b5cf60a);border:1px solid rgba(99,102,241,.2);border-radius:.875rem;padding:1rem;box-shadow:0 2px 12px #6366f11a}.summary-row.svelte-1d47zbi{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;color:var(--text-secondary)}.summary-row.svelte-1d47zbi:not(:last-child){border-bottom:1px solid var(--glass-border)}.summary-value.svelte-1d47zbi{font-weight:600;color:var(--text-primary)}.summary-note.svelte-1d47zbi{font-size:.85rem;color:var(--text-tertiary);text-align:center;padding:.5rem 0}.summary-note.success.svelte-1d47zbi{color:var(--success);background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:10px;padding:10px 12px;margin:8px 0}.summary-note.info.svelte-1d47zbi{color:var(--accent);background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:10px;padding:10px 12px;margin:8px 0}.summary-row.referral-bonus.svelte-1d47zbi{background:linear-gradient(135deg,#34d3991a,#10b9810d);margin:.5rem -1rem;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(52,211,153,.2)}.summary-row.referral-bonus.svelte-1d47zbi .summary-value.bonus:where(.svelte-1d47zbi){color:#34d399;font-weight:700}.summary-row.base-price-row.svelte-1d47zbi .summary-value.crossed:where(.svelte-1d47zbi){text-decoration:line-through;color:var(--text-tertiary);opacity:.7}.summary-row.discount-row.svelte-1d47zbi{background:linear-gradient(135deg,#fb923c1f,#f59e0b0f);margin:.5rem -1rem;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(251,146,60,.25)}.summary-row.discount-row.month-discount.svelte-1d47zbi{background:linear-gradient(135deg,#3b82f61f,#6366f10f);border-color:#3b82f640}.summary-row.discount-row.month-discount.svelte-1d47zbi .discount-icon:where(.svelte-1d47zbi){color:#3b82f6}.summary-row.discount-row.month-discount.svelte-1d47zbi .summary-value.discount:where(.svelte-1d47zbi){color:#3b82f6}.summary-row.discount-row.personal-discount.svelte-1d47zbi{background:linear-gradient(135deg,#fb923c1f,#f59e0b0f);border-color:#fb923c40}.summary-row.discount-row.svelte-1d47zbi span:where(.svelte-1d47zbi){display:flex;align-items:center;gap:6px}.discount-icon.svelte-1d47zbi{width:16px;height:16px;color:#fb923c}.summary-row.discount-row.svelte-1d47zbi .summary-value.discount:where(.svelte-1d47zbi){color:#fb923c;font-weight:700}.summary-row.total-savings.svelte-1d47zbi{background:linear-gradient(135deg,#22c55e1f,#10b9810f);margin:.5rem -1rem;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(34,197,94,.25);font-weight:600}.summary-row.total-savings.svelte-1d47zbi .summary-value.savings-total:where(.svelte-1d47zbi){color:#22c55e;font-weight:700}.price-with-discount.svelte-1d47zbi{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.original-price.svelte-1d47zbi{font-size:.875rem;color:var(--text-tertiary);text-decoration:line-through}.price.discounted.svelte-1d47zbi{color:#fb923c}.summary-total.svelte-1d47zbi{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;margin-top:.5rem;border-top:1px solid var(--glass-border);font-size:1rem;font-weight:600;color:var(--text-primary)}.price.svelte-1d47zbi{font-size:1.25rem;font-weight:700;color:var(--accent)}.modal-footer.svelte-1d47zbi{margin-top:1.5rem}.submit-btn.svelte-1d47zbi{width:100%;padding:1rem;font-size:1rem}.submit-btn.svelte-1d47zbi:disabled{opacity:.5;cursor:not-allowed}.spinner.svelte-1d47zbi{width:1.25rem;height:1.25rem;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:svelte-1d47zbi-spin .8s linear infinite}@keyframes svelte-1d47zbi-spin{to{transform:rotate(360deg)}}.downgrade-confirm-overlay.svelte-1d47zbi{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;z-index:10;animation:svelte-1d47zbi-fadeIn .2s ease}.downgrade-confirm-dialog.svelte-1d47zbi{background:var(--surface);border-radius:1rem;padding:1.5rem;margin:1rem;max-width:320px;text-align:center;box-shadow:0 10px 40px #0000004d}.downgrade-icon.svelte-1d47zbi{font-size:2.5rem;margin-bottom:.75rem}.downgrade-message.svelte-1d47zbi{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.downgrade-buttons.svelte-1d47zbi{display:flex;gap:.75rem}.downgrade-buttons.svelte-1d47zbi .btn:where(.svelte-1d47zbi){flex:1;padding:.75rem 1rem;font-size:.875rem}.btn-secondary.svelte-1d47zbi{background:var(--glass-bg);color:var(--text-primary);border:1px solid var(--glass-border)}.btn-danger.svelte-1d47zbi{background:#ef4444;color:#fff;border:none}.btn-danger.svelte-1d47zbi:hover{background:#dc2626}.modal-backdrop.svelte-1mun0gd{position:fixed;inset:0;z-index:100;transition:all .3s ease}.modal-container.svelte-1mun0gd{position:fixed;bottom:0;left:0;right:0;background:var(--card-bg, #1a1a2e);border-radius:24px 24px 0 0;z-index:101;max-height:90vh;overflow-y:auto;animation:svelte-1mun0gd-slideUp .3s ease}.modal-container.gaming.svelte-1mun0gd{border-top:2px solid #f59e0b}@keyframes svelte-1mun0gd-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle.svelte-1mun0gd{width:40px;height:4px;background:#fff3;border-radius:2px;margin:12px auto}.modal-header.svelte-1mun0gd{padding:0 20px 16px;text-align:center}.modal-header.svelte-1mun0gd h2:where(.svelte-1mun0gd){font-size:20px;font-weight:600;color:var(--text-color, #fff);margin:0}.modal-content.svelte-1mun0gd{padding:0 20px 20px}.modal-info-block.svelte-1mun0gd{margin-bottom:20px;padding:16px;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:1px solid rgba(245,158,11,.15);border-radius:16px;text-align:center}.gaming-badge.svelte-1mun0gd{display:inline-flex;align-items:center;gap:8px;background:#f59e0b26;color:#f59e0b;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;margin-bottom:10px}.gaming-badge.svelte-1mun0gd svg:where(.svelte-1mun0gd){width:16px;height:16px}.modal-description.svelte-1mun0gd{color:var(--text-secondary, rgba(255, 255, 255, .6));font-size:14px;line-height:1.5;margin:0;text-align:center}.section.svelte-1mun0gd{margin-bottom:20px}.section-label.svelte-1mun0gd{display:block;font-size:14px;font-weight:500;color:var(--text-color, #fff);margin-bottom:10px}.options-grid.svelte-1mun0gd{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.options-grid.months.svelte-1mun0gd{grid-template-columns:repeat(5,1fr)}.option-btn.svelte-1mun0gd{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative}.option-btn.svelte-1mun0gd:active{transform:scale(.95)}.option-btn.selected.svelte-1mun0gd{background:#f59e0b33;border-color:#f59e0b}.month-discount-badge.svelte-1mun0gd{position:absolute;top:-6px;right:-4px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:8px;font-weight:600;padding:2px 4px;border-radius:4px;white-space:nowrap}.option-value.svelte-1mun0gd{font-size:18px;font-weight:600;color:var(--text-color, #fff)}.option-label.svelte-1mun0gd{font-size:11px;color:var(--text-secondary, rgba(255, 255, 255, .5));margin-top:2px}.summary-block.svelte-1mun0gd{background:#ffffff08;border-radius:16px;padding:16px;margin-bottom:16px}.summary-row.svelte-1mun0gd{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.summary-label.svelte-1mun0gd{color:var(--text-secondary, rgba(255, 255, 255, .6));font-size:14px}.summary-value.svelte-1mun0gd{color:var(--text-color, #fff);font-size:14px;font-weight:600}.summary-note.svelte-1mun0gd{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:10px 12px;margin:10px 0;font-size:13px;color:var(--text-secondary, rgba(255, 255, 255, .7));text-align:center}.summary-note.success.svelte-1mun0gd{background:#22c55e14;border-color:#22c55e33;color:#22c55e}.summary-note.info.svelte-1mun0gd{background:#f59e0b14;border-color:#f59e0b4d;color:#f59e0b}.summary-original.svelte-1mun0gd{color:var(--text-secondary, rgba(255, 255, 255, .4));font-size:14px;text-decoration:line-through}.discount-row.svelte-1mun0gd{display:flex;align-items:center;gap:8px;background:#f59e0b14;padding:8px 10px;border-radius:8px;margin:8px 0}.discount-row.month-discount.svelte-1mun0gd,.discount-row.personal-discount.svelte-1mun0gd{background:#f59e0b14}.discount-icon.svelte-1mun0gd{display:flex;align-items:center;justify-content:center}.discount-icon.svelte-1mun0gd svg:where(.svelte-1mun0gd){width:14px;height:14px}.discount-row.month-discount.svelte-1mun0gd .discount-icon:where(.svelte-1mun0gd) svg:where(.svelte-1mun0gd){stroke:#f59e0b}.discount-row.personal-discount.svelte-1mun0gd .discount-icon:where(.svelte-1mun0gd) svg:where(.svelte-1mun0gd){stroke:#f59e0b}.discount-badge.svelte-1mun0gd{padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#f59e0b33;color:#f59e0b}.discount-text.svelte-1mun0gd{font-size:12px;color:#f59e0b}.savings-row.svelte-1mun0gd{display:flex;align-items:center;gap:8px;background:#22c55e1a;padding:8px 10px;border-radius:8px;margin:8px 0 12px}.savings-icon.svelte-1mun0gd{display:flex;align-items:center;justify-content:center;color:#22c55e;font-weight:700}.savings-text.svelte-1mun0gd{color:#22c55e;font-size:13px;font-weight:600}.total-row.svelte-1mun0gd{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.total-label.svelte-1mun0gd{font-size:16px;font-weight:500;color:var(--text-color, #fff)}.total-price.svelte-1mun0gd{font-size:24px;font-weight:700;color:#f59e0b}.modal-footer.svelte-1mun0gd{padding:16px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.05)}.submit-btn.svelte-1mun0gd{width:100%;padding:16px;font-size:16px;font-weight:600;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.submit-btn.gaming.svelte-1mun0gd{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.submit-btn.gaming.svelte-1mun0gd:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309)}.submit-btn.svelte-1mun0gd:disabled{opacity:.5;cursor:not-allowed}.submit-btn.svelte-1mun0gd:active:not(:disabled){transform:scale(.98)}.spinner.svelte-1mun0gd{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1mun0gd-spin .8s linear infinite}@keyframes svelte-1mun0gd-spin{to{transform:rotate(360deg)}}.confirm-overlay.svelte-1mun0gd{position:fixed;inset:0;background:#000000b3;z-index:102;display:flex;align-items:center;justify-content:center;padding:20px}.confirm-modal.svelte-1mun0gd{background:var(--card-bg, #1a1a2e);border-radius:20px;padding:24px;max-width:320px;text-align:center}.confirm-modal.svelte-1mun0gd h3:where(.svelte-1mun0gd){font-size:18px;font-weight:600;color:var(--text-color, #fff);margin:0 0 12px}.confirm-modal.svelte-1mun0gd p:where(.svelte-1mun0gd){font-size:14px;color:var(--text-secondary, rgba(255, 255, 255, .6));margin:0 0 20px;line-height:1.5}.confirm-actions.svelte-1mun0gd{display:flex;gap:12px}.confirm-btn.svelte-1mun0gd{flex:1;padding:12px;border:none;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.confirm-btn.cancel.svelte-1mun0gd{background:#ffffff1a;color:var(--text-color, #fff)}.confirm-btn.confirm.svelte-1mun0gd{background:#f59e0b;color:#fff}.inline-notification.svelte-1tg2zfy{border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:flex-start;gap:12px;animation:svelte-1tg2zfy-fadeIn .3s ease-out;backdrop-filter:blur(20px)}.notification-icon.svelte-1tg2zfy{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.svelte-1tg2zfy svg:where(.svelte-1tg2zfy){width:20px;height:20px}.inline-notification.success.svelte-1tg2zfy .notification-icon:where(.svelte-1tg2zfy){background:#22c55e33;color:#3fb950}.inline-notification.error.svelte-1tg2zfy .notification-icon:where(.svelte-1tg2zfy){background:#ef444433;color:#f85149}.inline-notification.warning.svelte-1tg2zfy .notification-icon:where(.svelte-1tg2zfy){background:#f59e0b33;color:#f59e0b}.inline-notification.info.svelte-1tg2zfy .notification-icon:where(.svelte-1tg2zfy){background:#3b82f633;color:#58a6ff}.inline-notification.pending.svelte-1tg2zfy .notification-icon:where(.svelte-1tg2zfy){background:#6366f133;color:#818cf8}.inline-notification.family.svelte-1tg2zfy .notification-icon:where(.svelte-1tg2zfy){background:#8b5cf633;color:#a78bfa}.inline-notification.pending.svelte-1tg2zfy{background:linear-gradient(135deg,#3b82f633,#6366f133);border:1px solid rgba(99,102,241,.3)}.inline-notification.success.svelte-1tg2zfy{background:linear-gradient(135deg,#22c55e33,#10b98133);border:1px solid rgba(34,197,94,.3)}.inline-notification.error.svelte-1tg2zfy{background:linear-gradient(135deg,#ef444433,#dc262633);border:1px solid rgba(239,68,68,.3)}.inline-notification.info.svelte-1tg2zfy{background:linear-gradient(135deg,#3b82f633,#6366f133);border:1px solid rgba(99,102,241,.3)}.inline-notification.family.svelte-1tg2zfy{background:linear-gradient(135deg,#8b5cf633,#6366f133);border:1px solid rgba(139,92,246,.3)}.notification-avatar.svelte-1tg2zfy{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,var(--accent),#8b5cf6);display:flex;align-items:center;justify-content:center}.avatar-img.svelte-1tg2zfy{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-initials.svelte-1tg2zfy{font-size:16px;font-weight:600;color:#fff}.notification-content.svelte-1tg2zfy{display:flex;flex-direction:column;gap:2px;flex:1}.notification-title.svelte-1tg2zfy{font-size:15px;font-weight:600;color:var(--text-primary)}.notification-desc.svelte-1tg2zfy{font-size:13px;color:var(--text-secondary)}.loading-spinner.svelte-1tg2zfy{width:20px;height:20px;border:2px solid var(--glass-border);border-top-color:var(--accent);border-radius:50%;animation:svelte-1tg2zfy-spin 1s linear infinite;flex-shrink:0}@keyframes svelte-1tg2zfy-spin{to{transform:rotate(360deg)}}@keyframes svelte-1tg2zfy-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-header.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.shield-icon.svelte-1uha8ag{width:28px;height:28px;color:var(--accent)}.app-title.svelte-1uha8ag{font-size:22px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px}.referral-locked.svelte-1uha8ag{text-align:center;padding:24px;opacity:.7}.lock-text.svelte-1uha8ag{font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:4px}.lock-desc.svelte-1uha8ag{font-size:12px;color:var(--text-tertiary)}.legal-links.svelte-1uha8ag{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:24px;padding:16px}.legal-link.svelte-1uha8ag{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;background:var(--surface);border:1px solid var(--glass-border);border-radius:14px;transition:all .2s}.legal-link.svelte-1uha8ag:hover,.legal-link.svelte-1uha8ag:active{color:var(--accent);background:#6366f10d;border-color:#6366f133}.legal-link.svelte-1uha8ag svg:where(.svelte-1uha8ag){width:20px;height:20px;color:var(--accent);opacity:.8}.referral-locked.loading.svelte-1uha8ag{filter:blur(0);opacity:1}.loading-content.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:8px}.loading-spinner-small.svelte-1uha8ag{width:32px;height:32px;border:3px solid rgba(99,102,241,.2);border-top-color:var(--accent);border-radius:50%;animation:svelte-1uha8ag-spin 1s linear infinite}@keyframes svelte-1uha8ag-spin{to{transform:rotate(360deg)}}
