.copy-button-with-text.svelte-1e82mto{width:100%;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-foreground)}.copy-button-with-text.svelte-1e82mto:hover{background:var(--color-muted);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.copy-button-with-text.svelte-1e82mto:active{transform:translateY(0)}.copy-button-with-text.svelte-1e82mto .copy-success-icon{color:var(--color-success);animation:svelte-1e82mto-successPop .3s cubic-bezier(.68,-.55,.265,1.55)}@keyframes svelte-1e82mto-successPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.modal-overlay.svelte-2a9yh4{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content.svelte-2a9yh4{background:var(--color-card);border-radius:var(--radius-xl);padding:var(--space-6);width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-2xl);border:1px solid var(--color-border)}.modal-header.svelte-2a9yh4{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4);flex-shrink:0}.modal-header.svelte-2a9yh4 h3:where(.svelte-2a9yh4){margin:0;font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-foreground)}.close-button.svelte-2a9yh4{background:none;border:none;cursor:pointer;color:var(--color-muted-foreground);padding:0;width:var(--space-8);height:var(--space-8);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:all .2s}.close-button.svelte-2a9yh4:hover{background:var(--color-muted);color:var(--color-foreground)}.modal-body.svelte-2a9yh4{flex:1;overflow-y:auto;min-height:0}.modal-footer.svelte-2a9yh4{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-shrink:0}@media(max-width:768px){.modal-content.svelte-2a9yh4{width:95%;padding:var(--space-4)}}.qr-code.svelte-1tbub9q{display:flex;justify-content:center;align-items:center}.instructions.svelte-179eri0{width:100%;text-align:left}.instruction-title.svelte-179eri0{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--color-foreground);margin:0 0 var(--space-3) 0}.instruction-list.svelte-179eri0{margin:0;padding-left:var(--space-5);color:var(--color-muted-foreground);font-size:var(--text-sm);line-height:1.6}.instruction-list.svelte-179eri0 li:where(.svelte-179eri0){margin-bottom:var(--space-2)}@keyframes svelte-177z5yg-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.connection-error-banner.svelte-177z5yg{margin-bottom:var(--space-4);padding:var(--space-4);background:#e6191914;border:2px solid hsl(0,80%,50%);border-radius:var(--radius-lg)}[data-theme=dark] .connection-error-banner.svelte-177z5yg{background:#eb47471f;border-color:#eb4747}.error-header.svelte-177z5yg{display:flex;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2)}.error-icon.svelte-177z5yg{font-size:1.5rem;flex-shrink:0}.error-header.svelte-177z5yg h4:where(.svelte-177z5yg){flex:1;font-size:var(--text-base);font-weight:var(--font-semibold);color:#b81414;margin:0}[data-theme=dark] .error-header.svelte-177z5yg h4:where(.svelte-177z5yg){color:#ed5e5e}.error-close.svelte-177z5yg{width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:var(--gray-500);font-size:1.5rem;line-height:1;cursor:pointer;flex-shrink:0;transition:color .2s}.error-close.svelte-177z5yg:hover{color:#e61919}.error-details.svelte-177z5yg{margin:0 0 var(--space-3) 0;padding-left:calc(1.5rem + var(--space-2));font-size:var(--text-sm);color:var(--gray-700);line-height:1.5}[data-theme=dark] .error-details.svelte-177z5yg{color:var(--gray-300)}.error-solutions.svelte-177z5yg{padding-left:calc(1.5rem + var(--space-2));font-size:var(--text-sm);color:var(--gray-700)}[data-theme=dark] .error-solutions.svelte-177z5yg{color:var(--gray-300)}.error-solutions.svelte-177z5yg strong:where(.svelte-177z5yg){display:block;margin-bottom:var(--space-2);color:#b81414;font-weight:var(--font-semibold)}[data-theme=dark] .error-solutions.svelte-177z5yg strong:where(.svelte-177z5yg){color:#ed5e5e}.error-solutions.svelte-177z5yg ul:where(.svelte-177z5yg){margin:0;padding-left:var(--space-5);list-style-type:disc}.error-solutions.svelte-177z5yg li:where(.svelte-177z5yg){margin-bottom:var(--space-1);line-height:1.5}.error-solutions.svelte-177z5yg li:where(.svelte-177z5yg):last-child{margin-bottom:0}.connector-list.svelte-177z5yg{display:flex;flex-direction:column;gap:var(--space-2)}.connector-item.svelte-177z5yg{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;font-size:var(--text-base);font-weight:var(--font-medium);color:var(--color-foreground)}.connector-item.svelte-177z5yg:hover{background:var(--color-secondary);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.connector-icon.svelte-177z5yg{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-md)}.connector-name.svelte-177z5yg{flex:1}.not-ready.svelte-177z5yg{font-size:var(--text-xs);color:var(--color-muted-foreground);padding:var(--space-1) var(--space-2);background:var(--color-muted);border-radius:var(--radius)}.walletconnect-content.svelte-177z5yg{display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.qr-code-container.svelte-177z5yg{width:100%;display:flex;justify-content:center;padding:var(--space-4);background:var(--color-background);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.loading-container.svelte-177z5yg{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-8)}.loading-spinner.svelte-177z5yg{width:var(--space-12);height:var(--space-12);border:3px solid var(--color-border);border-top-color:var(--brand-600);border-radius:var(--radius-full);animation:svelte-177z5yg-spin 1s linear infinite}@keyframes svelte-177z5yg-spin{to{transform:rotate(360deg)}}.loading-container.svelte-177z5yg p:where(.svelte-177z5yg){margin:0;color:var(--color-muted-foreground);font-size:var(--text-sm)}@media(max-width:768px){.qr-code-container.svelte-177z5yg{padding:var(--space-2)}}.header.svelte-gumlyx{margin-bottom:var(--space-3)}@media(max-width:768px){.header.svelte-gumlyx{margin-bottom:var(--space-1)}}.page-layout.svelte-hzjxbo{display:flex;flex-direction:column;gap:var(--space-4);min-height:100vh}.layout-grid.svelte-hzjxbo{display:grid;grid-template-columns:1fr 320px;gap:var(--space-5);flex:1}.layout-grid.full-width.svelte-hzjxbo{grid-template-columns:1fr}.sidebar-section.svelte-hzjxbo{height:fit-content;position:sticky;top:var(--space-4);max-height:calc(100vh - var(--space-8));overflow-y:auto;z-index:2}.content-section.svelte-hzjxbo{display:flex;flex-direction:column;justify-content:space-between}.main-content.svelte-hzjxbo{background:var(--color-card);padding:var(--space-4);padding-top:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.footer-section.svelte-hzjxbo{background:transparent;display:flex;justify-content:center;align-items:flex-start;margin-top:var(--space-8);width:100%}@media(max-width:768px){.layout-grid.svelte-hzjxbo{grid-template-columns:1fr}.sidebar-section.svelte-hzjxbo{position:static;max-height:none}.footer-section.svelte-hzjxbo{flex-direction:column;gap:var(--space-3);margin-top:var(--space-6)}}
