.membership-card.svelte-1oy8ccc{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:all .2s ease}.membership-card.svelte-1oy8ccc:hover{border-color:var(--color-primary)}.membership-card.expanded.svelte-1oy8ccc{box-shadow:0 4px 12px #00000014}[data-theme=dark] .membership-card.expanded.svelte-1oy8ccc{box-shadow:0 4px 12px #0000004d}.card-header.svelte-1oy8ccc{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-3) var(--space-4);background:transparent;border:none;cursor:pointer;transition:background .15s ease}.card-header.svelte-1oy8ccc:hover{background:var(--color-muted)}.header-left.svelte-1oy8ccc{display:flex;align-items:center;gap:var(--space-3)}.status-icon.svelte-1oy8ccc{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);flex-shrink:0}.status-icon.active.svelte-1oy8ccc{background:linear-gradient(135deg,#ffbf0033,#ff950033);color:#e69900}.status-icon.expired.svelte-1oy8ccc{background:#e6191926;color:#e61919}.status-icon.none.svelte-1oy8ccc{background:linear-gradient(135deg,hsla(var(--brand-hue),80%,50%,.15),hsla(var(--brand-hue),80%,60%,.15));color:var(--color-primary)}.header-info.svelte-1oy8ccc{display:flex;flex-direction:column;gap:var(--space-0-5);text-align:left}.status-text.svelte-1oy8ccc{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-foreground)}.status-text.expired.svelte-1oy8ccc{color:#e61919}.expiry-hint.svelte-1oy8ccc,.action-hint.svelte-1oy8ccc,.benefit-hint.svelte-1oy8ccc{font-size:var(--text-xs);color:var(--color-muted-foreground)}.action-hint.svelte-1oy8ccc{color:#e61919}.header-right.svelte-1oy8ccc{display:flex;align-items:center;gap:var(--space-2);color:var(--color-muted-foreground)}.header-right.svelte-1oy8ccc .chevron{transition:transform .2s ease}.card-content.svelte-1oy8ccc{padding:var(--space-4);padding-top:0;animation:svelte-1oy8ccc-slideDown .2s ease}@keyframes svelte-1oy8ccc-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.member-details.svelte-1oy8ccc{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);background:var(--color-muted);border-radius:var(--radius-md);margin-bottom:var(--space-3)}.detail-row.svelte-1oy8ccc{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-xs)}.detail-row.svelte-1oy8ccc .label:where(.svelte-1oy8ccc){color:var(--color-muted-foreground)}.detail-row.svelte-1oy8ccc .value:where(.svelte-1oy8ccc){color:var(--color-foreground);font-weight:var(--font-medium)}.detail-row.svelte-1oy8ccc .value.mono:where(.svelte-1oy8ccc){font-family:var(--font-mono, monospace)}.benefits-compact.svelte-1oy8ccc{display:flex;gap:var(--space-3);margin-bottom:var(--space-3)}.benefit-item.svelte-1oy8ccc{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:#1fad5a}[data-theme=dark] .benefit-item.svelte-1oy8ccc{color:#3cdd7f}.renew-button.svelte-1oy8ccc,.subscribe-button.svelte-1oy8ccc{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;padding:var(--space-2-5) var(--space-4);border:none;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;transition:all .2s ease}.renew-button.svelte-1oy8ccc{background:var(--color-secondary);color:var(--color-foreground);border:1px solid var(--color-border)}.renew-button.svelte-1oy8ccc:hover:not(:disabled){background:var(--color-muted);border-color:var(--color-primary);color:var(--color-primary)}.renew-button.svelte-1oy8ccc:disabled{cursor:not-allowed;opacity:.8}.subscribe-button.svelte-1oy8ccc{background:linear-gradient(135deg,var(--brand-500),var(--brand-600));color:#fff}.subscribe-button.svelte-1oy8ccc:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px var(--color-ring)}.subscribe-button.svelte-1oy8ccc:disabled{cursor:not-allowed;opacity:.9}.subscribe-button.loading.svelte-1oy8ccc,.renew-button.loading.svelte-1oy8ccc{background:var(--color-muted);color:var(--color-muted-foreground);border-color:var(--color-border)}.subscribe-button.success.svelte-1oy8ccc,.renew-button.success.svelte-1oy8ccc{background:#22c365;color:#fff;border-color:#22c365}.subscribe-button.error.svelte-1oy8ccc,.renew-button.error.svelte-1oy8ccc{background:#d92626;color:#fff;border-color:#d92626}.spinning{animation:svelte-1oy8ccc-spin 1s linear infinite}@keyframes svelte-1oy8ccc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message.svelte-1oy8ccc{font-size:var(--text-xs);color:#d92626;text-align:center;margin:var(--space-2) 0 0 0}.plan-selector.svelte-1oy8ccc{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-3)}.plan-option.svelte-1oy8ccc{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all .15s ease}.plan-option.svelte-1oy8ccc:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-muted)}.plan-option.svelte-1oy8ccc:disabled{cursor:not-allowed;opacity:.6}.plan-option.selected.svelte-1oy8ccc{border-color:var(--color-primary);background:hsla(var(--brand-hue),80%,50%,.08)}.plan-option.best-value.svelte-1oy8ccc{position:relative}.plan-option.best-value.svelte-1oy8ccc:before{content:"";position:absolute;inset:-1px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--brand-400),var(--brand-600));z-index:-1;opacity:0;transition:opacity .15s ease}.plan-option.best-value.selected.svelte-1oy8ccc:before{opacity:1}.plan-option.best-value.selected.svelte-1oy8ccc{border-color:transparent}.plan-header.svelte-1oy8ccc{display:flex;align-items:center;gap:var(--space-2)}.plan-name.svelte-1oy8ccc{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-foreground)}.plan-price.svelte-1oy8ccc{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-foreground);font-family:var(--font-mono, monospace)}.save-badge.svelte-1oy8ccc{font-size:var(--text-xs);font-weight:var(--font-semibold);padding:.125rem .375rem;background:#22c36526;color:#1fad5a;border-radius:var(--radius-full)}.save-badge.best.svelte-1oy8ccc{background:linear-gradient(135deg,#17cf6333,#17cf1733);color:#12a136}[data-theme=dark] .save-badge.svelte-1oy8ccc{background:#26d97133;color:#52e08d}[data-theme=dark] .save-badge.best.svelte-1oy8ccc{background:linear-gradient(135deg,#19e66f40,#19e61940);color:#30e85e}.chain-notice.svelte-1oy8ccc{font-size:var(--text-xs);color:var(--color-muted-foreground);text-align:center;margin-top:var(--space-2);margin-bottom:0}@media(max-width:480px){.benefits-compact.svelte-1oy8ccc{flex-direction:column;gap:var(--space-1)}}.membership-section.svelte-qsds5p{margin-top:var(--space-4)}.token-balance-display.svelte-8k2mvm{font-family:var(--font-mono, "Monaco", "Courier New", monospace);font-variant-numeric:tabular-nums}.token-stats.svelte-1cdezri{margin-top:var(--space-4);padding:var(--space-3);background:var(--color-panel-2);border-radius:var(--radius-md);border:1px solid var(--color-border)}[data-theme=dark] .token-stats.svelte-1cdezri{background:var(--gray-800);border-color:var(--gray-700)}.token-stats-header.svelte-1cdezri{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.token-stats-title.svelte-1cdezri{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-heading-2);margin:0}.download-btn.svelte-1cdezri{display:flex;align-items:center;justify-content:center;padding:var(--space-1-5);border:none;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.download-btn.svelte-1cdezri:hover:not(:disabled){background:var(--color-primary-hover, var(--color-primary));transform:scale(1.05)}.download-btn.svelte-1cdezri:disabled{opacity:.6;cursor:not-allowed}.download-btn.downloading.svelte-1cdezri{animation:svelte-1cdezri-pulse 1s infinite}@keyframes svelte-1cdezri-pulse{0%,to{opacity:1}50%{opacity:.6}}.token-stat-item.svelte-1cdezri{padding:var(--space-2) 0;border-bottom:1px solid var(--color-border)}.token-stat-item.svelte-1cdezri:last-child{border-bottom:none;padding-bottom:0}.token-stat-item.svelte-1cdezri:first-child{padding-top:0}.token-stat-header.svelte-1cdezri{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-1)}.token-info.svelte-1cdezri{display:flex;flex-direction:column;gap:var(--space-1)}.token-symbol.svelte-1cdezri{font-weight:var(--font-semibold);color:var(--color-heading-2);font-size:var(--text-sm)}.token-address.svelte-1cdezri{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-1);background:transparent;border:none;border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--gray-500);font-family:var(--font-mono, "Monaco", "Courier New", monospace);cursor:pointer;transition:all .2s}.token-address.svelte-1cdezri:hover{background:var(--gray-100);color:var(--gray-700)}[data-theme=dark] .token-address.svelte-1cdezri:hover{background:var(--gray-700);color:var(--gray-300)}.token-address.copied.svelte-1cdezri{color:#10b981;background:#10b9811a}[data-theme=dark] .token-address.copied.svelte-1cdezri{color:#34d399;background:#34d3991a}.address-text.svelte-1cdezri{-webkit-user-select:none;user-select:none}.address-count.svelte-1cdezri{font-size:var(--text-xs);color:var(--gray-500);white-space:nowrap}.scan-log-panel.svelte-qg67vn{display:flex;flex-direction:column;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.panel-header.svelte-qg67vn{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);background:var(--color-muted);border:none;cursor:pointer;transition:background .2s ease;width:100%;text-align:left}.panel-header.svelte-qg67vn:hover{background:color-mix(in srgb,var(--color-muted) 80%,var(--color-foreground) 5%)}.header-left.svelte-qg67vn{display:flex;align-items:center;gap:var(--space-2);color:var(--color-foreground)}.panel-title.svelte-qg67vn{font-size:var(--text-sm);font-weight:var(--font-medium)}.event-count.svelte-qg67vn{font-size:var(--text-xs);color:var(--color-muted-foreground)}.scan-rate.svelte-qg67vn{font-size:var(--text-xs);color:var(--color-success);font-weight:var(--font-medium);padding:0 var(--space-1-5);background:var(--color-success-muted);border-radius:var(--radius-sm)}.header-right.svelte-qg67vn{display:flex;align-items:center;gap:var(--space-2);color:var(--color-muted-foreground)}.action-btn.svelte-qg67vn{display:flex;align-items:center;justify-content:center;padding:var(--space-1);border:none;background:transparent;color:var(--color-muted-foreground);cursor:pointer;border-radius:var(--radius-sm);transition:all .2s ease}.action-btn.svelte-qg67vn:hover{background:var(--color-background)}.copy-btn.svelte-qg67vn:hover{color:var(--color-primary)}.clear-btn.svelte-qg67vn:hover{color:var(--color-error)}.log-container.svelte-qg67vn{max-height:300px;overflow-y:auto;font-family:var(--font-mono, monospace);font-size:var(--text-xs);line-height:1.5}.empty-state.svelte-qg67vn{padding:var(--space-4);text-align:center;color:var(--color-muted-foreground);font-size:var(--text-sm)}.log-entry.svelte-qg67vn{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-1-5) var(--space-3);border-bottom:1px solid var(--color-border);background:var(--entry-bg, transparent)}.log-entry.svelte-qg67vn:last-child{border-bottom:none}.log-main-row.svelte-qg67vn{display:flex;align-items:flex-start;gap:var(--space-2);min-width:0}.log-time.svelte-qg67vn{flex-shrink:0;color:var(--color-muted-foreground);opacity:.7;white-space:nowrap}.log-icon.svelte-qg67vn{flex-shrink:0;width:1.25em;text-align:center}.log-message.svelte-qg67vn{flex:1;min-width:0;color:var(--entry-color, var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.log-entry.svelte-qg67vn:hover .log-message:where(.svelte-qg67vn){white-space:normal;word-break:break-word;overflow:visible}.log-details-row.svelte-qg67vn{display:flex;align-items:center;gap:var(--space-2);padding-left:calc(8ch + var(--space-2))}.rpc-badge.svelte-qg67vn{font-size:.65rem;padding:0 var(--space-1-5);background:var(--color-muted);color:var(--color-muted-foreground);border-radius:var(--radius-sm);cursor:help}.log-container.svelte-qg67vn::-webkit-scrollbar{width:6px}.log-container.svelte-qg67vn::-webkit-scrollbar-track{background:var(--color-muted)}.log-container.svelte-qg67vn::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.log-container.svelte-qg67vn::-webkit-scrollbar-thumb:hover{background:var(--color-muted-foreground)}.summary-item.svelte-poert9{display:flex;justify-content:space-between;align-items:center;padding:var(--space-2) 0;border-bottom:1px solid var(--color-border)}.summary-item.svelte-poert9:last-child{border-bottom:none}.scan-status-completed.svelte-poert9 strong:where(.svelte-poert9){color:var(--color-success, #10b981)}.scan-status-pending.svelte-poert9 strong:where(.svelte-poert9){color:var(--color-warning, #f59e0b)}.no-balance-hint.svelte-poert9{margin-top:var(--space-4);padding:var(--space-3);background:var(--color-muted);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-muted-foreground);text-align:center}.form-label.svelte-30p2kp{display:block;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--gray-700);margin-bottom:var(--space-2)}[data-theme=dark] .form-label.svelte-30p2kp{color:var(--gray-300)}.form-hint.svelte-30p2kp{font-size:var(--text-sm);color:var(--gray-600);margin:var(--space-2) 0 0 0}[data-theme=dark] .form-hint.svelte-30p2kp{color:var(--gray-400)}.virtual-list.svelte-35njdx{position:relative;overflow-y:auto}.virtual-list-spacer.svelte-35njdx{position:relative}.virtual-list-content.svelte-35njdx{position:absolute;top:0;left:0;right:0;will-change:transform}.virtual-list-item.svelte-35njdx{overflow:hidden}.virtual-list.svelte-35njdx::-webkit-scrollbar{width:6px}.virtual-list.svelte-35njdx::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.virtual-list.svelte-35njdx::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.virtual-list.svelte-35njdx::-webkit-scrollbar-thumb:hover{background:#0000004d}.editor-container.svelte-1sn5nh2{display:flex;flex-direction:column;gap:var(--space-3)}.editor-wrapper.svelte-1sn5nh2{position:relative}.btn-upload-float.svelte-1sn5nh2{position:absolute;top:var(--space-2);right:var(--space-2);display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--gray-500);cursor:pointer;opacity:.6;transition:all .2s;z-index:2}.btn-upload-float.svelte-1sn5nh2:hover{opacity:1;background:var(--white);color:var(--color-primary);border-color:var(--color-primary);transform:scale(1.05)}[data-theme=dark] .btn-upload-float.svelte-1sn5nh2{background:var(--gray-700);color:var(--gray-400)}[data-theme=dark] .btn-upload-float.svelte-1sn5nh2:hover{background:var(--gray-600);color:var(--color-primary)}.error-panel.svelte-1sn5nh2{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-md);padding:var(--space-3)}[data-theme=dark] .error-panel.svelte-1sn5nh2{background:#ef44441a;border-color:#ef44444d}.error-header.svelte-1sn5nh2{display:flex;align-items:center;gap:var(--space-2);color:#dc2626;font-weight:var(--font-semibold);font-size:var(--text-sm);margin-bottom:var(--space-3)}[data-theme=dark] .error-header.svelte-1sn5nh2{color:#f87171}.error-list.svelte-1sn5nh2{display:flex;flex-direction:column;gap:var(--space-2);max-height:300px;overflow-y:auto}.error-item.svelte-1sn5nh2{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-2);background:#fff9;border-radius:var(--radius-sm);border:1px solid rgba(239,68,68,.15)}[data-theme=dark] .error-item.svelte-1sn5nh2{background:#0003;border-color:#ef444433}.error-content.svelte-1sn5nh2{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-1)}.error-key.svelte-1sn5nh2{font-family:monospace;font-size:var(--text-xs);color:var(--gray-700);background:#0000000d;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .error-key.svelte-1sn5nh2{color:var(--gray-300);background:#ffffff0d}.error-reason.svelte-1sn5nh2{font-size:var(--text-xs);color:#dc2626}[data-theme=dark] .error-reason.svelte-1sn5nh2{color:#f87171}.btn-locate.svelte-1sn5nh2{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:all .2s;flex-shrink:0}.btn-locate.svelte-1sn5nh2:hover{opacity:.9;transform:translateY(-1px)}.error-list.svelte-1sn5nh2::-webkit-scrollbar{width:6px}.error-list.svelte-1sn5nh2::-webkit-scrollbar-track{background:#0000000d;border-radius:var(--radius-sm)}.error-list.svelte-1sn5nh2::-webkit-scrollbar-thumb{background:#ef44444d;border-radius:var(--radius-sm)}.error-list.svelte-1sn5nh2::-webkit-scrollbar-thumb:hover{background:#ef444480}.cm-line.error-line{background:#ef444426!important;border-left:3px solid rgb(239,68,68);padding-left:9px!important;animation:svelte-1sn5nh2-highlight-flash .5s ease-in-out}[data-theme=dark] .cm-line.error-line{background:#ef444433!important}@keyframes svelte-1sn5nh2-highlight-flash{0%{background:#ef444466}to{background:#ef444426}}.form-hint.svelte-o086ck{font-size:var(--text-sm);color:var(--gray-600);margin:var(--space-2) 0 0 0}[data-theme=dark] .form-hint.svelte-o086ck{color:var(--gray-400)}.form-section.svelte-1o9iwrf{margin-bottom:var(--space-6)}.form-label.svelte-1o9iwrf{display:block;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--gray-700);margin-bottom:var(--space-2)}[data-theme=dark] .form-label.svelte-1o9iwrf{color:var(--gray-300)}.wallet-list-header.svelte-1o9iwrf{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3);gap:var(--space-3);flex-wrap:wrap}.wallet-count.svelte-1o9iwrf{color:var(--color-primary)}.wallet-actions.svelte-1o9iwrf{display:flex;gap:var(--space-2);align-items:center}.btn-text-danger.svelte-1o9iwrf{background:none;border:none;color:#d92626;cursor:pointer;font-size:var(--text-sm)}.btn-text-danger.svelte-1o9iwrf:hover{color:#b81414}.scan-balance-btn.svelte-1awydvi{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;transition:all .2s;min-width:160px;width:100%}.scan-balance-btn.svelte-1awydvi:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.scan-balance-btn.svelte-1awydvi:active:not(:disabled){transform:translateY(0)}.scan-balance-btn.svelte-1awydvi:disabled{opacity:.7;cursor:not-allowed}.scan-balance-btn.scanning.svelte-1awydvi{background:linear-gradient(135deg,#6366f1,#4f46e5)}.scan-balance-btn.completed.svelte-1awydvi{background:linear-gradient(135deg,#10b981,#059669)}.spinning{animation:svelte-1awydvi-spin 1s linear infinite}@keyframes svelte-1awydvi-spin{to{transform:rotate(360deg)}}.modal-overlay.svelte-fzofoe{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.modal-content.svelte-fzofoe{background:#fff;border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}[data-theme=dark] .modal-content.svelte-fzofoe{background:var(--gray-800)}.modal-header.svelte-fzofoe{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4);border-bottom:1px solid var(--gray-200)}[data-theme=dark] .modal-header.svelte-fzofoe{border-bottom-color:var(--gray-700)}.modal-header.svelte-fzofoe h3:where(.svelte-fzofoe){margin:0;font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--gray-900)}[data-theme=dark] .modal-header.svelte-fzofoe h3:where(.svelte-fzofoe){color:var(--gray-100)}.close-btn.svelte-fzofoe{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:var(--space-1);border-radius:var(--radius-sm);transition:all .2s}.close-btn.svelte-fzofoe:hover{background:var(--gray-100);color:var(--gray-700)}[data-theme=dark] .close-btn.svelte-fzofoe:hover{background:var(--gray-700);color:var(--gray-300)}.modal-body.svelte-fzofoe{padding:var(--space-4);overflow-y:auto;flex:1}.network-info.svelte-fzofoe{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--gray-50);border-radius:var(--radius-md);margin-bottom:var(--space-4)}[data-theme=dark] .network-info.svelte-fzofoe{background:var(--gray-700)}.network-label.svelte-fzofoe{font-size:var(--text-sm);color:var(--gray-600)}[data-theme=dark] .network-label.svelte-fzofoe{color:var(--gray-400)}.network-name.svelte-fzofoe{font-weight:var(--font-semibold);color:var(--color-primary)}.section.svelte-fzofoe{margin-bottom:var(--space-4)}.section-label.svelte-fzofoe{display:block;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--gray-700);margin-bottom:var(--space-2)}[data-theme=dark] .section-label.svelte-fzofoe{color:var(--gray-300)}.add-rpc-row.svelte-fzofoe{display:flex;gap:var(--space-2)}.rpc-input.svelte-fzofoe{flex:1;padding:var(--space-2) var(--space-3);border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:var(--text-sm)}[data-theme=dark] .rpc-input.svelte-fzofoe{background:var(--gray-700);border-color:var(--gray-600);color:var(--gray-100)}.rpc-input.svelte-fzofoe:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #3b82f61a}.rpc-input.has-warning.svelte-fzofoe{border-color:#f59e0b}.rpc-input.has-warning.svelte-fzofoe:focus{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1a}.input-hint.svelte-fzofoe{margin-top:var(--space-1);font-size:var(--text-xs);color:var(--gray-500)}[data-theme=dark] .input-hint.svelte-fzofoe{color:var(--gray-400)}.http-warning.svelte-fzofoe{margin-top:var(--space-2);padding:var(--space-2) var(--space-3);background:#fef3c7;border:1px solid #f59e0b;border-radius:var(--radius-sm);font-size:var(--text-xs);color:#92400e;line-height:1.5}[data-theme=dark] .http-warning.svelte-fzofoe{background:#f59e0b1a;border-color:#f59e0b80;color:#fcd34d}.btn-add.svelte-fzofoe{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;transition:all .2s}.btn-add.svelte-fzofoe:hover{background:#2563eb}.rpc-list.svelte-fzofoe{display:flex;flex-direction:column;gap:var(--space-2);max-height:300px;overflow-y:auto}.rpc-item.svelte-fzofoe{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);gap:var(--space-2)}[data-theme=dark] .rpc-item.svelte-fzofoe{background:var(--gray-700);border-color:var(--gray-600)}.rpc-url-container.svelte-fzofoe{display:flex;align-items:center;gap:var(--space-2);flex:1;min-width:0}.rpc-url.svelte-fzofoe{font-size:var(--text-sm);color:var(--gray-700);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .rpc-url.svelte-fzofoe{color:var(--gray-300)}.primary-badge.svelte-fzofoe{padding:2px 8px;background:#10b981;color:#fff;font-size:var(--text-xs);border-radius:var(--radius-sm);font-weight:var(--font-medium);white-space:nowrap}.btn-remove.svelte-fzofoe{display:flex;align-items:center;justify-content:center;padding:var(--space-1);background:none;border:none;color:#d92626;cursor:pointer;border-radius:var(--radius-sm);transition:all .2s}.btn-remove.svelte-fzofoe:hover{background:#d926261a}.empty-state.svelte-fzofoe{text-align:center;padding:var(--space-6);color:var(--gray-400);font-size:var(--text-sm)}.hint.svelte-fzofoe{padding:var(--space-3);background:#eff6ff;border-left:3px solid var(--color-primary);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--gray-600);line-height:1.5}.hint.svelte-fzofoe a:where(.svelte-fzofoe){color:var(--color-primary);text-decoration:none}.hint.svelte-fzofoe a:where(.svelte-fzofoe):hover{text-decoration:underline}[data-theme=dark] .hint.svelte-fzofoe{background:#3b82f61a;color:var(--gray-300)}[data-theme=dark] .hint.svelte-fzofoe a:where(.svelte-fzofoe){color:var(--blue-400)}.modal-footer.svelte-fzofoe{display:flex;justify-content:flex-end;gap:var(--space-2);padding:var(--space-4);border-top:1px solid var(--gray-200)}[data-theme=dark] .modal-footer.svelte-fzofoe{border-top-color:var(--gray-700)}.btn-secondary.svelte-fzofoe,.btn-primary.svelte-fzofoe{padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:all .2s}.btn-secondary.svelte-fzofoe{background:#fff;border:1px solid var(--gray-300);color:var(--gray-700)}.btn-secondary.svelte-fzofoe:hover{background:var(--gray-50)}[data-theme=dark] .btn-secondary.svelte-fzofoe{background:var(--gray-700);border-color:var(--gray-600);color:var(--gray-300)}[data-theme=dark] .btn-secondary.svelte-fzofoe:hover{background:var(--gray-600)}.btn-primary.svelte-fzofoe{background:var(--color-primary);border:none;color:#fff}.btn-primary.svelte-fzofoe:hover{background:#2563eb}@media(max-width:640px){.modal-content.svelte-fzofoe{max-width:100%;max-height:90vh}.add-rpc-row.svelte-fzofoe{flex-direction:column}}.form-label.svelte-g5061u{display:block;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--gray-700);margin-bottom:var(--space-2)}[data-theme=dark] .form-label.svelte-g5061u{color:var(--gray-300)}.scan-error-inline.svelte-g5061u{width:100%;margin-top:var(--space-2)}.rpc-hint.svelte-g5061u{margin-bottom:var(--space-3)}.dev-tools.svelte-g5061u{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px dashed var(--color-border);width:100%;justify-content:center}.dev-label.svelte-g5061u{font-size:var(--text-xs);color:var(--color-muted-foreground);font-weight:var(--font-medium)}.dev-btn.svelte-g5061u{font-size:var(--text-xs);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-background);color:var(--color-foreground);cursor:pointer;transition:all .2s ease}.dev-btn.svelte-g5061u:hover{background:var(--color-muted);border-color:var(--color-primary)}.dev-btn-error.svelte-g5061u{border-color:#d92626;color:#d92626}.dev-btn-error.svelte-g5061u:hover{background:#fbe9e9}.dev-btn-warning.svelte-g5061u{border-color:var(--color-warning, #f59e0b);color:var(--color-warning, #f59e0b)}.dev-btn-warning.svelte-g5061u:hover{background:color-mix(in srgb,var(--color-warning, #f59e0b) 10%,transparent)}.upgrade-modal.svelte-18st9r{width:100%}.modal-header-custom.svelte-18st9r{position:relative;padding:var(--space-5);background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;border-radius:var(--radius-lg);text-align:center;margin-bottom:var(--space-4)}.header-icon.svelte-18st9r{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff3;border-radius:50%;margin-bottom:var(--space-2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-header-custom.svelte-18st9r h2:where(.svelte-18st9r){margin:0 0 var(--space-1) 0;font-size:var(--text-2xl);font-weight:var(--font-bold)}.modal-header-custom.svelte-18st9r p:where(.svelte-18st9r){margin:0;opacity:.9;font-size:var(--text-sm)}.referral-info.svelte-18st9r{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) 0;margin-bottom:var(--space-2);font-size:var(--text-xs);color:var(--gray-500);justify-content:flex-end}[data-theme=dark] .referral-info.svelte-18st9r{color:var(--gray-500)}.referral-info.svelte-18st9r svg{color:#f97316;flex-shrink:0;width:14px;height:14px}.referral-label.svelte-18st9r{font-weight:var(--font-normal);color:var(--gray-500)}[data-theme=dark] .referral-label.svelte-18st9r{color:var(--gray-500)}.referral-address.svelte-18st9r{font-family:monospace;font-weight:var(--font-normal);color:var(--gray-600)}[data-theme=dark] .referral-address.svelte-18st9r{color:var(--gray-400)}.pricing-cards.svelte-18st9r{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-4)}.pricing-card.svelte-18st9r{position:relative;display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--gray-50);border:2px solid transparent;border-radius:var(--radius-lg);cursor:pointer;transition:all .3s;text-align:left;width:100%}[data-theme=dark] .pricing-card.svelte-18st9r{background:var(--gray-800)}.pricing-card.svelte-18st9r:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.pricing-card.selected.svelte-18st9r{border-color:#f97316;background:linear-gradient(135deg,#f973160d,#ea580c0d);box-shadow:0 8px 24px #f973164d}[data-theme=dark] .pricing-card.selected.svelte-18st9r{background:linear-gradient(135deg,#f9731626,#ea580c26)}.pricing-card.popular.svelte-18st9r{border-color:#f59e0b}.pricing-card.popular.selected.svelte-18st9r{border-color:#f97316}.card-left.svelte-18st9r{flex:1;display:flex;flex-direction:column;gap:var(--space-1)}.tier-name.svelte-18st9r{display:flex;align-items:center;gap:var(--space-2)}.tier-name.svelte-18st9r h3:where(.svelte-18st9r){margin:0;font-size:var(--text-base);font-weight:var(--font-bold);color:var(--gray-800)}[data-theme=dark] .tier-name.svelte-18st9r h3:where(.svelte-18st9r){color:var(--gray-100)}.popular-badge.svelte-18st9r{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:var(--font-bold);border-radius:var(--radius-full);white-space:nowrap}.tier-days.svelte-18st9r{font-size:var(--text-xs);color:var(--gray-600)}[data-theme=dark] .tier-days.svelte-18st9r{color:var(--gray-400)}.card-center.svelte-18st9r{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.price-value.svelte-18st9r{font-size:var(--text-xl);font-weight:var(--font-bold);color:#f97316;line-height:1;white-space:nowrap}.price-detail.svelte-18st9r{font-size:10px;color:var(--gray-500);white-space:nowrap}[data-theme=dark] .price-detail.svelte-18st9r{color:var(--gray-500)}.card-right.svelte-18st9r{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.checkmark.svelte-18st9r{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid var(--gray-300);border-radius:50%;color:transparent;transition:all .2s;flex-shrink:0}.checkmark.svelte-18st9r svg{width:16px;height:16px}[data-theme=dark] .checkmark.svelte-18st9r{border-color:var(--gray-700)}.pricing-card.selected.svelte-18st9r .checkmark:where(.svelte-18st9r){border-color:#f97316;background:#f97316;color:#fff}.benefits-section.svelte-18st9r{padding:var(--space-4);background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:var(--space-4)}[data-theme=dark] .benefits-section.svelte-18st9r{background:var(--gray-800)}.benefits-section.svelte-18st9r h3:where(.svelte-18st9r){margin:0 0 var(--space-3) 0;font-size:var(--text-base);font-weight:var(--font-bold);color:var(--gray-800);text-align:center}[data-theme=dark] .benefits-section.svelte-18st9r h3:where(.svelte-18st9r){color:var(--gray-100)}.benefits-grid.svelte-18st9r{display:grid;grid-template-columns:1fr;gap:var(--space-2)}.benefit-item.svelte-18st9r{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);background:#fff;border-radius:var(--radius-md);font-size:var(--text-xs);color:var(--gray-700)}[data-theme=dark] .benefit-item.svelte-18st9r{background:var(--gray-900);color:var(--gray-300)}.benefit-item.svelte-18st9r svg{width:14px;height:14px;color:#10b981;flex-shrink:0}.subscription-status.svelte-18st9r{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);margin-bottom:var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-semibold)}.subscription-status.loading.svelte-18st9r{background:var(--gray-100);color:var(--gray-600)}[data-theme=dark] .subscription-status.loading.svelte-18st9r{background:var(--gray-800);color:var(--gray-400)}.subscription-status.error.svelte-18st9r{background:#fce8e8;color:#dc2626}[data-theme=dark] .subscription-status.error.svelte-18st9r{background:#4508084d;color:#ef4444}.subscription-status.active.svelte-18st9r{background:linear-gradient(135deg,#f973161a,#ea580c1a);color:#f97316;border:1px solid #f97316}[data-theme=dark] .subscription-status.active.svelte-18st9r{background:linear-gradient(135deg,#f9731633,#ea580c33)}.subscription-status.svelte-18st9r svg{flex-shrink:0}.remaining-time.svelte-18st9r{margin-left:auto;font-size:var(--text-xs);opacity:.8}.purchase-error.svelte-18st9r{padding:var(--space-3);margin-bottom:var(--space-3);background:#fce8e8;border:1px solid #dc2626;border-radius:var(--radius-md);color:#dc2626;font-size:var(--text-sm)}[data-theme=dark] .purchase-error.svelte-18st9r{background:#4508084d;border-color:#ef4444;color:#ef4444}.modal-footer-custom.svelte-18st9r{text-align:center}.btn-purchase.svelte-18st9r{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;border:none;border-radius:var(--radius-full);font-size:var(--text-base);font-weight:var(--font-bold);cursor:pointer;box-shadow:0 8px 24px #f9731666;transition:all .3s;width:100%}.btn-purchase.svelte-18st9r:disabled{opacity:.6;cursor:not-allowed}.btn-purchase.svelte-18st9r svg{width:18px;height:18px}.btn-purchase.svelte-18st9r:hover{transform:translateY(-2px);box-shadow:0 12px 32px #f9731680}.btn-purchase.svelte-18st9r:active{transform:translateY(0)}.footer-note.svelte-18st9r{margin:var(--space-2) 0 0 0;font-size:var(--text-xs);color:var(--gray-600)}[data-theme=dark] .footer-note.svelte-18st9r{color:var(--gray-400)}.spinning{animation:svelte-18st9r-spin 1s linear infinite}@keyframes svelte-18st9r-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.purchase-success.svelte-18st9r{text-align:center;padding:var(--space-6);animation:svelte-18st9r-slideIn .3s ease-out}@keyframes svelte-18st9r-slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.success-icon.svelte-18st9r{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;margin-bottom:var(--space-4);color:#fff;box-shadow:0 8px 24px #10b98166}.purchase-success.svelte-18st9r h3:where(.svelte-18st9r){margin:0 0 var(--space-2) 0;font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--gray-900)}[data-theme=dark] .purchase-success.svelte-18st9r h3:where(.svelte-18st9r){color:var(--gray-100)}.success-message.svelte-18st9r{font-size:var(--text-base);color:var(--gray-700);margin:0 0 var(--space-4) 0}[data-theme=dark] .success-message.svelte-18st9r{color:var(--gray-300)}.success-message.svelte-18st9r strong:where(.svelte-18st9r){color:#f97316;font-weight:var(--font-bold)}.transaction-info.svelte-18st9r{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3);background:var(--gray-50);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-3)}[data-theme=dark] .transaction-info.svelte-18st9r{background:var(--gray-800)}.tx-label.svelte-18st9r{font-size:var(--text-sm);color:var(--gray-600);font-weight:var(--font-semibold)}[data-theme=dark] .tx-label.svelte-18st9r{color:var(--gray-400)}.tx-hash.svelte-18st9r{font-family:Courier New,monospace;font-size:var(--text-sm);color:#10b981;background:#10b9811a;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm)}.success-note.svelte-18st9r{font-size:var(--text-xs);color:var(--gray-500);margin:0;font-style:italic}[data-theme=dark] .success-note.svelte-18st9r{color:var(--gray-500)}.membership-promo.svelte-1luoa8{position:relative;padding:var(--space-4);background:linear-gradient(135deg,#ea580c,#f97316);border-radius:var(--radius-lg);color:#fff;overflow:hidden}.membership-promo.svelte-1luoa8:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.promo-header.svelte-1luoa8{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);position:relative;z-index:1}.promo-header.svelte-1luoa8 h3:where(.svelte-1luoa8){margin:0;font-size:var(--text-lg);font-weight:var(--font-bold)}.compact.svelte-1luoa8 .promo-header:where(.svelte-1luoa8) h3:where(.svelte-1luoa8){font-size:var(--text-base)}.promo-content.svelte-1luoa8{position:relative;z-index:1}.price-comparison.svelte-1luoa8{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-3);background:#ffffff26;border-radius:var(--radius-md);margin-bottom:var(--space-3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.price-item.svelte-1luoa8{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);flex:1}.label.svelte-1luoa8{font-size:var(--text-xs);opacity:.8;text-transform:uppercase;font-weight:var(--font-semibold)}.price.svelte-1luoa8{font-size:var(--text-base);font-weight:var(--font-bold);white-space:nowrap}.price-item.premium.svelte-1luoa8 .price:where(.svelte-1luoa8){font-size:var(--text-xl);font-weight:var(--font-black);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.arrow.svelte-1luoa8{font-size:var(--text-xl);font-weight:var(--font-bold);opacity:.6}.benefit-highlight.svelte-1luoa8{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);margin-bottom:var(--space-3);background:#fff3;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-semibold);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.compact.svelte-1luoa8 .benefit-highlight:where(.svelte-1luoa8){font-size:var(--text-xs);padding:var(--space-2)}.btn-upgrade.svelte-1luoa8{width:100%;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:linear-gradient(135deg,#fbbf24,#f59e0b);color:var(--gray-900);border:none;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-bold);cursor:pointer;transition:all .2s}.btn-upgrade.svelte-1luoa8:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fbbf2466}.btn-upgrade.svelte-1luoa8:active{transform:translateY(0)}.membership-promo.premium.svelte-1luoa8{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.loading-state.svelte-1luoa8{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4);color:#fff;font-size:var(--text-sm)}.spinning{animation:svelte-1luoa8-spin 1s linear infinite}@keyframes svelte-1luoa8-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.premium-header.svelte-1luoa8{animation:svelte-1luoa8-glow 2s ease-in-out infinite}@keyframes svelte-1luoa8-glow{0%,to{opacity:1}50%{opacity:.9}}.sparkle{animation:svelte-1luoa8-sparkle 1.5s ease-in-out infinite}@keyframes svelte-1luoa8-sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}.premium-status.svelte-1luoa8{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);background:#fff3;border-radius:var(--radius-md);margin-bottom:var(--space-3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-badge.svelte-1luoa8{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2);background:#ffffff40;border-radius:var(--radius-sm)}.badge-label.svelte-1luoa8{font-size:var(--text-base);font-weight:var(--font-bold);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.badge-emoji.svelte-1luoa8{font-size:var(--text-2xl);animation:svelte-1luoa8-bounce 2s ease-in-out infinite}@keyframes svelte-1luoa8-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.expiry-info.svelte-1luoa8{display:flex;align-items:center;justify-content:space-between}.expiry-label.svelte-1luoa8{font-size:var(--text-sm);opacity:.9}.expiry-days.svelte-1luoa8{font-size:var(--text-lg);font-weight:var(--font-bold);color:#fbbf24;text-shadow:0 2px 4px rgba(0,0,0,.2)}.premium-benefit.svelte-1luoa8{background:#ffffff40;border:1px solid rgba(255,255,255,.3)}.btn-renew.svelte-1luoa8{background:linear-gradient(135deg,#10b981,#059669)}.btn-renew.svelte-1luoa8:hover{box-shadow:0 4px 12px #10b98166}.token-stats.svelte-1szxdcz{margin-top:var(--space-4);padding:var(--space-4);background:var(--gray-50);border:1px solid var(--color-border);border-radius:var(--radius-lg)}[data-theme=dark] .token-stats.svelte-1szxdcz{background:var(--gray-800);border-color:var(--gray-700)}.token-stats-title.svelte-1szxdcz{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-heading-2);margin:0 0 var(--space-3) 0}.token-stat-item.svelte-1szxdcz{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.token-stat-item.svelte-1szxdcz:last-child{border-bottom:none;padding-bottom:0}.token-stat-item.svelte-1szxdcz:first-child{padding-top:0}.token-stat-header.svelte-1szxdcz{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-2);gap:var(--space-2)}.token-info.svelte-1szxdcz{display:flex;flex-direction:column;gap:var(--space-1);flex:1;min-width:0}.token-symbol.svelte-1szxdcz{font-weight:var(--font-semibold);color:var(--color-heading-2);font-size:var(--text-base)}.address-count.svelte-1szxdcz{font-size:var(--text-xs);color:var(--gray-500)}.batch-info.svelte-1szxdcz{font-size:var(--text-xs);color:var(--color-primary);font-weight:var(--font-semibold);white-space:nowrap;background:var(--color-primary-light);padding:var(--space-1-5) var(--space-2-5);border-radius:var(--radius-md);flex-shrink:0}[data-theme=dark] .batch-info.svelte-1szxdcz{background:rgba(var(--color-primary-rgb),.15)}.token-balance-wrapper.svelte-1szxdcz{margin-top:var(--space-1)}.token-balance{font-size:var(--text-base);font-weight:var(--font-medium);color:#10b981}.promo-section.svelte-1szxdcz{margin-top:var(--space-4)}.modal-body.svelte-1a47sgw{display:flex;flex-direction:column;gap:var(--space-4)}.wallet-info.svelte-1a47sgw{display:flex;flex-direction:column;gap:var(--space-2)}.wallet-info.svelte-1a47sgw .label:where(.svelte-1a47sgw){font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-muted-foreground)}.wallet-address.svelte-1a47sgw{padding:var(--space-2);background:var(--color-muted);border-radius:var(--radius-md);font-family:var(--font-mono);font-size:var(--text-sm);word-break:break-all}.gas-info.svelte-1a47sgw{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);background:var(--color-muted);border-radius:var(--radius-md)}.info-item.svelte-1a47sgw{display:flex;justify-content:space-between;align-items:center;margin:0;font-size:var(--text-sm)}.info-item.suggested.svelte-1a47sgw{color:#10b981}.info-label.svelte-1a47sgw{color:var(--color-muted-foreground)}.input-group.svelte-1a47sgw{display:flex;flex-direction:column;gap:var(--space-2)}.input-group.svelte-1a47sgw label:where(.svelte-1a47sgw){font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-foreground)}.input-wrapper.svelte-1a47sgw{position:relative;display:flex;align-items:center}.input-wrapper.svelte-1a47sgw input:where(.svelte-1a47sgw){flex:1;padding:var(--space-2) var(--space-3);padding-right:60px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);color:var(--color-foreground);font-size:var(--text-base);transition:border-color .2s ease}.input-wrapper.svelte-1a47sgw input:where(.svelte-1a47sgw):focus{outline:none;border-color:var(--color-primary)}.input-wrapper.svelte-1a47sgw .unit:where(.svelte-1a47sgw){position:absolute;right:var(--space-3);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-muted-foreground)}.hint.svelte-1a47sgw{font-size:var(--text-sm);color:var(--color-muted-foreground);padding:var(--space-2);background:#3b82f61a;border-radius:var(--radius-md);border-left:3px solid #3b82f6;margin:0}.security-notice.svelte-1a47sgw{font-size:var(--text-sm);color:#10b981;padding:var(--space-2);background:#10b9811a;border-radius:var(--radius-md);border-left:3px solid #10b981;margin:0}.modal-footer.svelte-1a47sgw{display:flex;gap:var(--space-2)}.btn-secondary.svelte-1a47sgw,.btn-primary.svelte-1a47sgw{flex:1;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-weight:var(--font-medium);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:var(--space-2)}.btn-secondary.svelte-1a47sgw{background:var(--color-muted);border:1px solid var(--color-border);color:var(--color-foreground)}.btn-secondary.svelte-1a47sgw:hover:not(:disabled){background:var(--color-accent)}.btn-primary.svelte-1a47sgw{background:var(--color-primary);border:1px solid var(--color-primary);color:#fff}.btn-primary.svelte-1a47sgw:hover:not(:disabled){opacity:.9}.btn-secondary.svelte-1a47sgw:disabled,.btn-primary.svelte-1a47sgw:disabled{opacity:.5;cursor:not-allowed}.spinning{animation:svelte-1a47sgw-spin 1s linear infinite}@keyframes svelte-1a47sgw-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.temporary-wallet-manager.svelte-1ckmbnn{padding:var(--space-4);background:var(--color-panel-1);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:var(--space-4) 0}[data-theme=dark] .temporary-wallet-manager.svelte-1ckmbnn{background:var(--gray-800);border-color:var(--gray-700)}.manager-header.svelte-1ckmbnn{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);color:var(--gray-800)}[data-theme=dark] .manager-header.svelte-1ckmbnn{color:var(--gray-200)}.manager-header.svelte-1ckmbnn h4:where(.svelte-1ckmbnn){margin:0;font-size:var(--text-lg);font-weight:var(--font-semibold)}.create-section.svelte-1ckmbnn{display:flex;flex-direction:column;gap:var(--space-3)}.create-description.svelte-1ckmbnn{font-size:var(--text-sm);color:var(--gray-700);margin:0;line-height:1.5}[data-theme=dark] .create-description.svelte-1ckmbnn{color:var(--gray-300)}.create-warning.svelte-1ckmbnn{display:flex;gap:var(--space-2);padding:var(--space-3);background:#fff9e5;border:1px solid hsl(45,100%,60%);border-radius:var(--radius-md);color:#806000;font-size:var(--text-sm)}[data-theme=dark] .create-warning.svelte-1ckmbnn{background:#4d39004d;border-color:#c90;color:#ffd966}.create-warning.svelte-1ckmbnn ul:where(.svelte-1ckmbnn){margin:var(--space-2) 0 0 var(--space-4);padding:0}.create-warning.svelte-1ckmbnn li:where(.svelte-1ckmbnn){margin:var(--space-1) 0}.btn-create.svelte-1ckmbnn{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:var(--radius-md);font-weight:var(--font-semibold);cursor:pointer;transition:all .2s}.btn-create.svelte-1ckmbnn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #3b82f666}.btn-create.svelte-1ckmbnn:disabled{opacity:.5;cursor:not-allowed}.error-message.svelte-1ckmbnn{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);background:#fce8e8;border:1px solid hsl(0,80%,60%);border-radius:var(--radius-sm);color:#b81414;font-size:var(--text-sm)}[data-theme=dark] .error-message.svelte-1ckmbnn{background:#4508084d;border-color:#b81414;color:#f07575}.success-message.svelte-1ckmbnn{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:#e9fcf0;border:1px solid #10b981;border-radius:var(--radius-sm);color:#059669;font-size:var(--text-sm);margin-top:var(--space-3)}[data-theme=dark] .success-message.svelte-1ckmbnn{background:#09431e4d;border-color:#10b981;color:#10b981}.wallet-display.svelte-1ckmbnn{display:flex;flex-direction:column;gap:var(--space-3)}.wallet-field.svelte-1ckmbnn{display:flex;flex-direction:column;gap:var(--space-2)}.wallet-field.svelte-1ckmbnn .field-label:where(.svelte-1ckmbnn){font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--gray-700)}[data-theme=dark] .wallet-field.svelte-1ckmbnn .field-label:where(.svelte-1ckmbnn){color:var(--gray-300)}.field-content.svelte-1ckmbnn{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);background:var(--gray-100);border:1px solid var(--color-border);border-radius:var(--radius-sm)}[data-theme=dark] .field-content.svelte-1ckmbnn{background:var(--gray-900);border-color:var(--gray-700)}.field-value.svelte-1ckmbnn{flex:1;font-family:Courier New,monospace;font-size:var(--text-sm);color:var(--gray-900);word-break:break-all}[data-theme=dark] .field-value.svelte-1ckmbnn{color:var(--gray-100)}.btn-icon.svelte-1ckmbnn,.btn-qr.svelte-1ckmbnn,.btn-refresh.svelte-1ckmbnn{padding:var(--space-1);background:transparent;border:none;cursor:pointer;color:var(--color-primary);transition:all .2s;flex-shrink:0}.btn-icon.svelte-1ckmbnn:hover,.btn-qr.svelte-1ckmbnn:hover,.btn-refresh.svelte-1ckmbnn:hover:not(:disabled){opacity:.7}.btn-refresh.svelte-1ckmbnn{margin-left:auto;color:#10b981;display:flex;align-items:center;justify-content:center}.btn-refresh.svelte-1ckmbnn:disabled{opacity:.5;cursor:not-allowed}.btn-refresh.spinning.svelte-1ckmbnn{animation:svelte-1ckmbnn-spin 1s linear infinite}.balance-content.svelte-1ckmbnn{background:#e9fcf0;border-color:#10b981}[data-theme=dark] .balance-content.svelte-1ckmbnn{background:#09431e4d;border-color:#10b981}.balance-text.svelte-1ckmbnn{flex:1;font-family:Courier New,monospace;font-size:var(--text-base);font-weight:var(--font-bold);color:#10b981}.balance-content.svelte-1ckmbnn svg{color:#10b981}.qr-display.svelte-1ckmbnn{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);padding:var(--space-4);background:#fff;border:2px solid var(--color-border);border-radius:var(--radius-md)}[data-theme=dark] .qr-display.svelte-1ckmbnn{background:var(--gray-900);border-color:var(--gray-700)}.qr-hint.svelte-1ckmbnn{margin:0;font-size:var(--text-sm);color:var(--gray-600);text-align:center}[data-theme=dark] .qr-hint.svelte-1ckmbnn{color:var(--gray-400)}.wallet-actions.svelte-1ckmbnn{display:flex;gap:var(--space-2);margin-top:var(--space-2)}.btn-download.svelte-1ckmbnn,.btn-fund-gas.svelte-1ckmbnn{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-md);font-weight:var(--font-semibold);font-size:var(--text-sm);cursor:pointer;transition:all .2s}.btn-download.svelte-1ckmbnn{background:var(--color-primary);color:#fff}.btn-download.svelte-1ckmbnn:hover{opacity:.9}.btn-fund-gas.svelte-1ckmbnn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-fund-gas.svelte-1ckmbnn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.spinning{animation:svelte-1ckmbnn-spin 1s linear infinite}@keyframes svelte-1ckmbnn-spin{to{transform:rotate(360deg)}}.progress-card.svelte-1a1veil{background:var(--color-panel-1);border:2px solid var(--color-primary);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4)}.progress-card.svelte-1a1veil h4:where(.svelte-1a1veil){margin:0 0 var(--space-3) 0;font-size:var(--text-lg);color:var(--color-heading-1)}.progress-message.svelte-1a1veil{margin:0 0 var(--space-3) 0;color:var(--gray-600);font-size:var(--text-sm)}[data-theme=dark] .progress-message.svelte-1a1veil{color:var(--gray-400)}.progress-bar-container.svelte-1a1veil{width:100%;height:24px;background:var(--gray-200);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:var(--space-3)}[data-theme=dark] .progress-bar-container.svelte-1a1veil{background:var(--gray-700)}.progress-bar.svelte-1a1veil{height:100%;background:linear-gradient(90deg,var(--color-primary),#10b981);transition:width .3s ease}.progress-stats.svelte-1a1veil{display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--gray-600);margin-bottom:var(--space-3)}[data-theme=dark] .progress-stats.svelte-1a1veil{color:var(--gray-400)}.progress-results.svelte-1a1veil{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.progress-results.svelte-1a1veil h5:where(.svelte-1a1veil){margin:0 0 var(--space-2) 0;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-heading-2)}.results-list.svelte-1a1veil{display:flex;flex-direction:column;gap:var(--space-2)}.result-item.svelte-1a1veil{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-sm);font-size:var(--text-sm)}.result-item.success.svelte-1a1veil{background:#ebfaeb;color:#1f7a1f}[data-theme=dark] .result-item.success.svelte-1a1veil{background:#0f3d0f4d;color:#85e085}.result-item.error.svelte-1a1veil{background:#fce8e8;color:#b81414}[data-theme=dark] .result-item.error.svelte-1a1veil{background:#4508084d;color:#f07575}.result-wallet.svelte-1a1veil{font-family:var(--font-mono, "Monaco", "Courier New", monospace);font-weight:var(--font-medium)}.result-token.svelte-1a1veil{font-weight:var(--font-semibold)}.result-error.svelte-1a1veil{margin-left:auto;font-size:var(--text-xs);opacity:.8}.estimate-card.svelte-oqg0ez{background:linear-gradient(135deg,var(--color-panel-1) 0%,var(--color-panel-2) 100%);border:2px solid var(--color-primary);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4)}.estimate-card.svelte-oqg0ez h4:where(.svelte-oqg0ez){margin:0 0 var(--space-3) 0;font-size:var(--text-lg);color:var(--color-heading-1)}.estimate-row.svelte-oqg0ez{display:flex;justify-content:space-between;align-items:center;padding:var(--space-2) 0;border-bottom:1px solid var(--color-border);font-size:var(--text-sm)}.estimate-row.svelte-oqg0ez:last-child{border-bottom:none}.estimate-row.svelte-oqg0ez span:where(.svelte-oqg0ez){color:var(--gray-600)}[data-theme=dark] .estimate-row.svelte-oqg0ez span:where(.svelte-oqg0ez){color:var(--gray-400)}.estimate-row.svelte-oqg0ez strong:where(.svelte-oqg0ez){color:var(--color-heading-1);font-weight:var(--font-semibold)}.action-buttons.svelte-du1q9g{display:flex;gap:var(--space-3);margin-top:var(--space-6)}.btn-secondary.svelte-du1q9g{flex:1;padding:var(--space-3) var(--space-4);border:2px solid var(--color-primary);border-radius:var(--radius-sm);background:transparent;color:var(--color-primary);font-weight:var(--font-medium);font-size:var(--text-sm);cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2)}.btn-secondary.svelte-du1q9g:hover:not(:disabled){background:var(--color-primary);color:#fff;transform:translateY(-1px)}.btn-secondary.svelte-du1q9g:disabled{opacity:.5;cursor:not-allowed}.btn-execute.svelte-du1q9g{flex:1;padding:var(--space-3) var(--space-4);border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--color-primary) 0%,#10b981 100%);color:#fff;font-weight:var(--font-semibold);font-size:var(--text-sm);cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);box-shadow:0 4px 12px #3b82f64d}.btn-execute.svelte-du1q9g:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-execute.svelte-du1q9g:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.spinning{animation:svelte-du1q9g-spin 1s linear infinite}@keyframes svelte-du1q9g-spin{to{transform:rotate(360deg)}}.target-address-info.svelte-1tnmyrn{margin-bottom:var(--space-6);padding:var(--space-4);background:var(--gray-50);border:1px solid var(--color-border);border-radius:var(--radius-lg)}[data-theme=dark] .target-address-info.svelte-1tnmyrn{background:var(--gray-800);border-color:var(--gray-700)}.target-address-info.svelte-1tnmyrn h4:where(.svelte-1tnmyrn){margin:0 0 var(--space-2) 0;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-heading-2)}.address-display.svelte-1tnmyrn{display:flex;flex-direction:column;gap:var(--space-1)}.address-display.svelte-1tnmyrn .address:where(.svelte-1tnmyrn){font-family:var(--font-mono, "Monaco", "Courier New", monospace);font-size:var(--text-sm);color:var(--color-text-1);word-break:break-all}.address-display.svelte-1tnmyrn .hint:where(.svelte-1tnmyrn){font-size:var(--text-xs);color:var(--gray-500)}.gas-warning-banner.svelte-1k1k3k7{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:#fff9e5;border:2px solid hsl(45,100%,50%);border-radius:var(--radius-md);color:#806000;margin:var(--space-4) 0}[data-theme=dark] .gas-warning-banner.svelte-1k1k3k7{background:#4d39004d;border-color:#c90;color:#ffd966}.gas-warning-content.svelte-1k1k3k7{flex:1;display:flex;flex-direction:column;gap:var(--space-2)}.gas-warning-content.svelte-1k1k3k7 strong:where(.svelte-1k1k3k7){font-size:var(--text-lg);display:block;margin-bottom:var(--space-1)}.gas-warning-content.svelte-1k1k3k7 p:where(.svelte-1k1k3k7){margin:0;font-size:var(--text-sm);line-height:1.5}.btn-resume-gas.svelte-1k1k3k7{align-self:flex-start;padding:var(--space-2) var(--space-4);background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);font-weight:var(--font-semibold);cursor:pointer;transition:all .2s;margin-top:var(--space-2)}.btn-resume-gas.svelte-1k1k3k7:hover{opacity:.9;transform:translateY(-1px)}.warning-card.svelte-zt9f6e{background:#ebfaeb;border:1px solid hsl(120,60%,60%);display:flex;gap:var(--space-3);color:#1f7a1f;padding:var(--space-4);border-radius:var(--radius-md);margin:var(--space-4) 0}[data-theme=dark] .warning-card.svelte-zt9f6e{background:#0f3d0f4d;border-color:#29a329;color:#85e085}.error-banner.svelte-zt9f6e{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:#fce8e8;border:1px solid hsl(0,80%,60%);border-radius:var(--radius-sm);color:#b81414;margin:var(--space-4) 0}[data-theme=dark] .error-banner.svelte-zt9f6e{background:#4508084d;border-color:#b81414;color:#f07575}
