.app-header.svelte-isll26{position:fixed;top:0;left:0;right:0;height:var(--header-height);z-index:100;border-bottom:1px solid var(--jel-border);transition:background .3s ease}.header-content.svelte-isll26{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 1.25rem;max-width:1200px;margin:0 auto}.logo.svelte-isll26 img:where(.svelte-isll26){height:32px;width:auto;display:block}.actions.svelte-isll26{display:flex;align-items:center;gap:1rem}.profile-btn.svelte-isll26{background:var(--bg-input);border:1px solid var(--jel-border);color:var(--text-primary);width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.profile-btn.svelte-isll26:hover{background:var(--jel-orange-soft);color:var(--jel-orange);border-color:#ff450033;transform:translateY(-1px)}.profile-btn.svelte-isll26:active{transform:scale(.96)}.currency-switcher.svelte-isll26{display:flex;background:var(--bg-input);padding:2px;border-radius:8px;border:1px solid var(--jel-border)}.currency-btn.svelte-isll26{padding:4px 8px;font-size:.75rem;font-weight:600;color:var(--text-secondary);border-radius:6px;background:transparent;transition:all .2s;cursor:pointer}.currency-btn.active.svelte-isll26{background:var(--jel-orange);color:#fff;box-shadow:0 1px 4px #ff45004d}.currency-btn.svelte-isll26:disabled{opacity:.5;cursor:not-allowed}img.svelte-1eqehiz{display:block;width:100%;height:100%;object-fit:contain}.app-footer.svelte-3mageo{position:fixed;bottom:0;left:0;right:0;height:var(--footer-height);z-index:100;border-top:1px solid var(--jel-border);padding-bottom:env(safe-area-inset-bottom)}.nav-buttons.svelte-3mageo{display:flex;justify-content:space-around;align-items:center;height:100%;max-width:600px;margin:0 auto;padding:0 .5rem}.nav-btn.svelte-3mageo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-secondary);text-decoration:none;padding:2px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;background:transparent;cursor:pointer;flex:1;height:100%;max-width:80px}.icon-wrapper.svelte-3mageo{position:relative;padding:4px;border-radius:8px;transition:all .2s ease}.nav-btn.svelte-3mageo svg:where(.svelte-3mageo){width:20px;height:20px;stroke-width:1.5px;transition:all .2s ease}.label.svelte-3mageo{font-size:9px;font-weight:500;opacity:.8;transition:all .2s ease;line-height:1}.nav-btn.svelte-3mageo:hover{color:var(--text-primary)}.nav-btn.svelte-3mageo:hover .icon-wrapper:where(.svelte-3mageo){background:#ffffff08}.nav-btn.active.svelte-3mageo{color:var(--jel-orange)}.nav-btn.active.svelte-3mageo .icon-wrapper:where(.svelte-3mageo){background:var(--jel-orange-soft)}.nav-btn.active.svelte-3mageo .label:where(.svelte-3mageo){font-weight:600;opacity:1}.confirm-overlay.svelte-7e0w24{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem;animation:svelte-7e0w24-fadeIn .2s ease-out}.confirm-dialog.svelte-7e0w24{background:var(--bg-card);border:1px solid var(--jel-border);border-radius:12px;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 20px 60px #00000080;animation:svelte-7e0w24-slideUp .3s ease-out}h3.svelte-7e0w24{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:.75rem;text-align:center}p.svelte-7e0w24{color:var(--text-secondary);font-size:.9375rem;line-height:1.5;margin-bottom:1.5rem;text-align:center}.confirm-actions.svelte-7e0w24{display:flex;gap:.75rem}button.svelte-7e0w24{flex:1;padding:.75rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel.svelte-7e0w24{background:var(--bg-dark);border:1px solid var(--jel-border);color:var(--text-secondary)}.btn-cancel.svelte-7e0w24:hover{background:var(--bg-darker);color:var(--text-primary);border-color:var(--text-muted)}.btn-confirm.svelte-7e0w24{background:var(--jel-orange);color:#fff}.btn-confirm.svelte-7e0w24:hover{background:var(--jel-orange-hover);transform:translateY(-1px);box-shadow:0 4px 12px #ff45004d}@keyframes svelte-7e0w24-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-7e0w24-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-overlay.svelte-hv5b71{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem;animation:svelte-hv5b71-fadeIn .2s}@keyframes svelte-hv5b71-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-hv5b71{background:var(--bg-dark);border:1px solid var(--jel-border);border-radius:12px;width:100%;max-width:400px;animation:svelte-hv5b71-slideUp .3s}@keyframes svelte-hv5b71-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header.svelte-hv5b71{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--jel-border)}.modal-header.svelte-hv5b71 h3:where(.svelte-hv5b71){color:var(--text-primary);font-size:1.25rem;margin:0}.close-btn.svelte-hv5b71{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s}.close-btn.svelte-hv5b71:hover{background:#ffffff0d;color:var(--text-primary)}.modal-body.svelte-hv5b71{padding:1.5rem}.modal-description.svelte-hv5b71{color:var(--text-secondary);font-size:.9375rem;margin-bottom:1.5rem}.info-group.svelte-hv5b71{margin-bottom:1.25rem}.info-group.svelte-hv5b71:last-child{margin-bottom:0}label.svelte-hv5b71{display:block;color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem;font-weight:500}.info-row.svelte-hv5b71{display:flex;align-items:center;gap:.75rem;background:var(--bg-card);border:1px solid var(--jel-border);border-radius:8px;padding:.875rem 1rem}.info-value.svelte-hv5b71{flex:1;color:var(--text-primary);font-size:.9375rem;font-family:monospace}.copy-btn.svelte-hv5b71{background:transparent;border:1px solid var(--jel-border);color:var(--text-secondary);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;flex-shrink:0}.copy-btn.svelte-hv5b71:hover{background:#ff45001a;border-color:var(--jel-orange);color:var(--jel-orange)}.copy-btn.svelte-hv5b71:active{transform:scale(.95)}.profile-drawer.svelte-ifv5fc{position:fixed;inset:0;z-index:200;pointer-events:none}.profile-drawer.open.svelte-ifv5fc{pointer-events:all}.profile-overlay.svelte-ifv5fc{position:absolute;inset:0;background:#000000b3;opacity:0;transition:opacity .3s}.profile-drawer.open.svelte-ifv5fc .profile-overlay:where(.svelte-ifv5fc){opacity:1}.profile-content.svelte-ifv5fc{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100%;background:var(--bg-dark);transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column}.profile-drawer.open.svelte-ifv5fc .profile-content:where(.svelte-ifv5fc){transform:translate(0)}.profile-header.svelte-ifv5fc{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--jel-border)}.profile-header.svelte-ifv5fc h3:where(.svelte-ifv5fc){color:var(--text-primary);font-size:1.15rem;font-weight:600}.close-btn.svelte-ifv5fc{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s}.close-btn.svelte-ifv5fc svg:where(.svelte-ifv5fc){width:20px;height:20px}.profile-body.svelte-ifv5fc{flex:1;overflow-y:auto;padding:.875rem}.loading-profile.svelte-ifv5fc,.error-profile.svelte-ifv5fc{color:var(--text-secondary);text-align:center;padding:2rem}.error-profile.svelte-ifv5fc{color:var(--error)}.profile-info.svelte-ifv5fc{padding:.5rem}.profile-card.svelte-ifv5fc{background:var(--bg-card);border:1px solid var(--jel-border);border-radius:12px;padding:1rem;margin-bottom:.875rem}.avatar-section.svelte-ifv5fc{text-align:center;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.avatar-container.svelte-ifv5fc{width:64px;height:64px;background:var(--primary-gradient);border-radius:50%;margin:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;overflow:hidden;position:relative}.avatar-initials.svelte-ifv5fc{position:absolute}.avatar-container.svelte-ifv5fc img:where(.svelte-ifv5fc){width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.avatar-section.svelte-ifv5fc h2:where(.svelte-ifv5fc){color:var(--text-primary);margin:0;font-size:1.1rem;line-height:1.3}.username.svelte-ifv5fc{color:var(--text-secondary);font-size:.9rem;margin:0;line-height:1.3}.balance-section.svelte-ifv5fc{background:#ff45001a;border:1px solid rgba(255,69,0,.2);border-radius:10px;padding:.875rem;margin-top:.875rem}.balance-label.svelte-ifv5fc{color:var(--text-secondary);font-size:.8125rem;margin-bottom:.25rem;line-height:1.3}.balance-amount.svelte-ifv5fc{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.secondary-balances.svelte-ifv5fc{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.625rem;background:#0003;border-radius:8px}.balance-item.svelte-ifv5fc{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;line-height:1.3}.balance-item.svelte-ifv5fc .label:where(.svelte-ifv5fc){color:var(--text-secondary)}.balance-item.svelte-ifv5fc .value:where(.svelte-ifv5fc){color:var(--text-primary);font-weight:500;font-family:monospace}.deposit-btn-inline.svelte-ifv5fc{width:100%;padding:.625rem;background:var(--jel-orange);border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.deposit-btn-inline.svelte-ifv5fc:hover{background:var(--jel-orange-hover);transform:translateY(-1px);box-shadow:0 4px 12px #ff45004d}.info-card.svelte-ifv5fc{background:var(--bg-card);border:1px solid var(--jel-border);border-radius:12px;padding:1rem;margin-bottom:.875rem}.info-card.svelte-ifv5fc h3:where(.svelte-ifv5fc){color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.info-items.svelte-ifv5fc{display:flex;flex-direction:column;gap:.625rem}.info-item.svelte-ifv5fc{display:flex;flex-direction:column;gap:2px}.info-label.svelte-ifv5fc{color:var(--text-secondary);font-size:.75rem;line-height:1.3;margin:0}.info-value.svelte-ifv5fc{color:var(--text-primary);font-size:.9rem;line-height:1.3;margin:0}.share-btn.svelte-ifv5fc,.support-btn.svelte-ifv5fc{width:100%;padding:.75rem;background:var(--bg-card);border:1px solid var(--jel-border);color:var(--text-primary);border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.625rem}.share-btn.svelte-ifv5fc svg:where(.svelte-ifv5fc),.support-btn.svelte-ifv5fc svg:where(.svelte-ifv5fc){width:18px;height:18px}.share-btn.svelte-ifv5fc:hover,.support-btn.svelte-ifv5fc:hover{background:var(--bg-darker);border-color:var(--jel-orange);color:var(--jel-orange);transform:translateY(-1px)}.logout-btn.svelte-ifv5fc{width:100%;padding:.75rem;background:var(--jel-orange);border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;margin-top:.5rem}.logout-btn.svelte-ifv5fc:hover{background:var(--jel-orange-hover);transform:translateY(-1px);box-shadow:0 4px 12px #ff45004d}.verification-section.svelte-ifv5fc{margin-top:1.5rem;border-top:1px solid var(--jel-border);padding-top:1rem}.verification-section.svelte-ifv5fc h3:where(.svelte-ifv5fc){font-size:1rem;margin-bottom:1rem;color:var(--text-primary)}.status-card.svelte-ifv5fc{padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;gap:.75rem;border:1px solid transparent;font-size:.9rem;line-height:1.4}.status-card.warning.svelte-ifv5fc{background:#ffc1071a;border-color:#ffc1074d;color:#ffc107}.status-card.error.svelte-ifv5fc{background:#f443361a;border-color:#f443364d;color:#f44336}.status-card.success.svelte-ifv5fc{background:#4caf501a;border-color:#4caf504d;color:#4caf50}.status-card.info.svelte-ifv5fc{background:#2196f31a;border-color:#2196f34d;color:#2196f3}.identify-container.svelte-ifv5fc{display:flex;justify-content:center;margin-bottom:1rem}identify-button.svelte-ifv5fc{display:block;width:100%;max-width:280px;margin:0 auto}.menu-drawer.svelte-1a55bli{position:fixed;inset:0;z-index:200;pointer-events:none}.menu-drawer.open.svelte-1a55bli{pointer-events:all}.menu-overlay.svelte-1a55bli{position:absolute;inset:0;background:#000000b3;opacity:0;transition:opacity .3s}.menu-drawer.open.svelte-1a55bli .menu-overlay:where(.svelte-1a55bli){opacity:1}.menu-content.svelte-1a55bli{position:absolute;top:0;left:0;width:80%;max-width:320px;height:100%;background:var(--bg-dark);border-right:1px solid var(--jel-border);transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.menu-drawer.open.svelte-1a55bli .menu-content:where(.svelte-1a55bli){transform:translate(0)}.menu-header.svelte-1a55bli{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--jel-border)}.menu-header.svelte-1a55bli h3:where(.svelte-1a55bli){color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:0}.close-btn.svelte-1a55bli{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.close-btn.svelte-1a55bli:hover{background:#ffffff0d;color:var(--text-primary)}.menu-body.svelte-1a55bli{flex:1;overflow-y:auto;padding:1rem}.menu-nav.svelte-1a55bli{display:flex;flex-direction:column;gap:.5rem}.menu-item.svelte-1a55bli{display:flex;align-items:center;width:100%;padding:1rem;background:var(--surface-card);border:1px solid rgba(255,255,255,.03);border-radius:12px;color:var(--text-primary);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.menu-item.svelte-1a55bli:hover{background:#ffffff0d;transform:translate(2px)}.menu-item.active.svelte-1a55bli{background:rgba(var(--jel-orange-rgb),.1);border-color:var(--jel-orange);color:var(--jel-orange)}:root{--jel-orange-rgb: 255, 69, 0}.icon.svelte-1a55bli{margin-right:1rem;display:flex;align-items:center;color:var(--text-secondary)}.menu-item.active.svelte-1a55bli .icon:where(.svelte-1a55bli){color:var(--jel-orange)}.label.svelte-1a55bli{flex:1}.chevron.svelte-1a55bli{color:var(--text-secondary);opacity:.5}.app.svelte-12qhfyh{background:var(--bg-dark);display:flex;flex-direction:column}.app-content.svelte-12qhfyh{flex:1}.app-content.logged-in.svelte-12qhfyh{padding-top:var(--header-height)}.global-loader.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg-dark);display:flex;align-items:center;justify-content:center;z-index:999999}.loader-content.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:fadeIn .5s ease-out}.loader-logo.svelte-12qhfyh{width:80px;height:auto;filter:drop-shadow(0 0 15px rgba(255,69,0,.3))}.loader-spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--jel-orange);border-radius:50%;animation:spin .8s cubic-bezier(.6,.2,.4,.8) infinite}.loader-content.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}
