.modal-overlay.svelte-o861tn{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal.svelte-o861tn{background:var(--bg-card);border:var(--border-width) solid var(--border-primary);width:100%;max-width:400px;box-shadow:12px 12px 0 var(--accent-primary);overflow:hidden}.modal-header.svelte-o861tn{border-bottom:var(--border-width) solid var(--border-primary);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-title.svelte-o861tn{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin:0;font-size:1rem;font-weight:900}.modal-close.svelte-o861tn{border:2px solid var(--border-primary);background:var(--bg-primary);width:32px;height:32px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;display:flex}.modal-close.svelte-o861tn:hover{background:var(--red);border-color:var(--red);color:var(--text-primary)}.modal-body.svelte-o861tn{padding:1.5rem}.modal-desc.svelte-o861tn{color:var(--text-muted);text-align:center;margin:0 0 1.5rem;font-size:.8125rem}.error-message.svelte-o861tn{border:2px solid var(--red);color:var(--red);text-align:center;background:#ef44441a;margin-bottom:1rem;padding:.75rem;font-size:.75rem;font-weight:600}.auth-options.svelte-o861tn{flex-direction:column;gap:1rem;display:flex}.auth-btn.svelte-o861tn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;width:100%;box-shadow:4px 4px 0 var(--border-primary);border:3px solid;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:700;transition:transform .1s,box-shadow .1s;display:flex}.auth-btn.svelte-o861tn:disabled{opacity:.6;cursor:not-allowed}.auth-btn.svelte-o861tn:hover:not(:disabled){box-shadow:2px 2px 0 var(--border-primary);transform:translate(2px,2px)}.auth-btn.google.svelte-o861tn{color:#333;background:#fff;border-color:#ddd}.auth-btn.google.svelte-o861tn:hover:not(:disabled){background:#f5f5f5}.auth-btn.wallet.svelte-o861tn{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.auth-btn.wallet.svelte-o861tn:hover:not(:disabled){background:var(--text-primary);border-color:var(--text-primary)}.divider.svelte-o861tn{color:var(--text-muted);text-transform:uppercase;align-items:center;gap:1rem;font-size:.75rem;font-weight:600;display:flex}.divider.svelte-o861tn:before,.divider.svelte-o861tn:after{content:"";background:var(--border-primary);flex:1;height:2px}.terms.svelte-o861tn{color:var(--text-muted);text-align:center;margin:1.5rem 0 0;font-size:.625rem;line-height:1.4}.terms.svelte-o861tn a:where(.svelte-o861tn){color:var(--accent-primary);font-weight:700;text-decoration:none}.terms.svelte-o861tn a:where(.svelte-o861tn):hover{text-decoration:underline}@media (width<=480px){.modal.svelte-o861tn{max-width:100%;box-shadow:8px 8px 0 var(--accent-primary)}.modal-header.svelte-o861tn,.modal-body.svelte-o861tn{padding:1rem}}.header.svelte-1elxaub{height:var(--header-height);background:var(--bg-secondary);border-bottom:var(--border-width) solid var(--border-primary);z-index:90;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.header-left.svelte-1elxaub{align-items:center;gap:1rem;min-width:0;display:flex}.logo.svelte-1elxaub{color:var(--text-primary);flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-icon.svelte-1elxaub{perspective:200px;width:28px;height:28px}.logo-outer.svelte-1elxaub{fill:#ed742f;transform-box:fill-box;transition:opacity .35s,transform .35s}.logo-inner.svelte-1elxaub{fill:#fbe74d;transform-origin:50%;transform-box:fill-box;transition:scale .35s;animation:3s linear infinite svelte-1elxaub-inner-flip;scale:1}.logo-outer-1.svelte-1elxaub{transform-origin:50%;stroke:#fbe74d;stroke-width:0;animation:4s ease-in-out infinite svelte-1elxaub-outer-stroke}.logo-outer-2.svelte-1elxaub{transform-origin:50%;animation:3s ease-in-out infinite svelte-1elxaub-piece-float}.logo.svelte-1elxaub:hover .logo-outer:where(.svelte-1elxaub){opacity:0;transform:scale(.5)}.logo.svelte-1elxaub:hover .logo-inner:where(.svelte-1elxaub){scale:2.2}@keyframes svelte-1elxaub-inner-flip{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes svelte-1elxaub-outer-stroke{0%,to{stroke-width:0;fill:#ed742f}50%{stroke-width:2px;fill:#f58a4a}}@keyframes svelte-1elxaub-piece-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.logo-text.svelte-1elxaub{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);text-shadow:2px 2px 0 var(--accent-secondary);font-size:1rem;font-weight:900}.header-nav.svelte-1elxaub{align-items:center;gap:.125rem;display:flex}.about-menu.svelte-1elxaub{position:relative}.about-menu-trigger.svelte-1elxaub{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:2px solid #0000;align-items:center;gap:.45rem;padding:.5rem .7rem;font-size:.6875rem;font-weight:700;display:inline-flex}.about-menu-trigger.svelte-1elxaub:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--bg-tertiary)}.about-menu-trigger.active.svelte-1elxaub{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.about-menu-chevron.svelte-1elxaub{transition:transform .15s}.about-menu-chevron.open.svelte-1elxaub{transform:rotate(180deg)}.about-menu-dropdown.svelte-1elxaub{background:var(--bg-card);border:var(--border-width) solid var(--border-primary);width:270px;box-shadow:8px 8px 0 var(--border-primary);z-index:120;padding:.45rem;position:absolute;top:calc(100% + .65rem);right:0}.nav-link.svelte-1elxaub{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:0 0;border:2px solid #0000;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.6875rem;font-weight:700;text-decoration:none;transition:none;display:flex}.nav-link.svelte-1elxaub:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--bg-tertiary)}.nav-link.active.svelte-1elxaub{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.desktop-only.svelte-1elxaub{display:flex}.search-container.svelte-1elxaub{position:relative}.search-form.svelte-1elxaub{align-items:center;display:flex;position:relative}.search-form.svelte-1elxaub .spinning{animation:1s linear infinite svelte-1elxaub-spin}@keyframes svelte-1elxaub-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-results.svelte-1elxaub{background:var(--bg-card);border:var(--border-width) solid var(--border-primary);min-width:320px;max-height:400px;box-shadow:8px 8px 0 var(--border-primary);z-index:100;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.search-result-item.svelte-1elxaub{border:none;border-bottom:1px solid var(--border-primary);text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:none;display:flex}.search-result-item.svelte-1elxaub:last-child{border-bottom:none}.search-result-item.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary)}.search-result-item.svelte-1elxaub:hover .result-name:where(.svelte-1elxaub),.search-result-item.svelte-1elxaub:hover .result-address:where(.svelte-1elxaub),.search-result-item.svelte-1elxaub:hover .result-stage:where(.svelte-1elxaub){color:var(--bg-primary)}.search-result-item.address-token.svelte-1elxaub{background:var(--bg-tertiary);border-left:3px solid var(--accent-primary)}.result-icon.svelte-1elxaub{background:var(--accent-primary);width:32px;height:32px;color:var(--bg-primary);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:flex}.result-info.svelte-1elxaub{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.result-name.svelte-1elxaub{text-transform:uppercase;color:var(--text-primary);font-size:.75rem;font-weight:700}.result-address.svelte-1elxaub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;overflow:hidden}.result-stage.svelte-1elxaub{text-transform:uppercase;letter-spacing:.05em;background:var(--bg-tertiary);color:var(--text-muted);flex-shrink:0;padding:.25rem .5rem;font-size:.5rem;font-weight:700}.search-no-results.svelte-1elxaub{text-align:center;text-transform:uppercase;color:var(--text-muted);padding:1rem;font-size:.75rem;font-weight:600}.search-form.svelte-1elxaub .search-icon{color:var(--accent-primary);pointer-events:none;position:absolute;left:.875rem}.search-input.svelte-1elxaub{background:var(--bg-primary);border:var(--border-width) solid var(--border-primary);width:240px;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 3rem .5rem 2.75rem;font-size:.75rem;font-weight:600;transition:none}.search-input.svelte-1elxaub:focus{border-color:var(--accent-primary);box-shadow:inset 0 0 0 2px var(--accent-primary);outline:none}.search-input.svelte-1elxaub::placeholder{color:var(--text-muted);text-transform:uppercase}.search-kbd.svelte-1elxaub{background:var(--accent-primary);border:2px solid var(--accent-primary);color:var(--bg-primary);padding:.125rem .5rem;font-family:inherit;font-size:.625rem;font-weight:900;position:absolute;right:.75rem}.header-right.svelte-1elxaub{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.about-dropdown-links{flex-direction:column;gap:.25rem;display:flex}.about-dropdown-link{color:var(--text-secondary);border:2px solid #0000;align-items:center;gap:.75rem;padding:.75rem .85rem;font-size:.78rem;font-weight:700;text-decoration:none;display:flex}.about-dropdown-link:hover{background:var(--bg-tertiary);color:var(--accent-primary);border-color:var(--border-primary)}.about-dropdown-icon{opacity:.7;flex-shrink:0;width:20px;height:20px;transition:opacity .15s}.about-dropdown-link:hover .about-dropdown-icon{opacity:1}.about-dropdown-label{line-height:1.35}.icon-btn.svelte-1elxaub{border:var(--border-width) solid var(--border-primary);background:var(--bg-primary);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:none;display:flex;position:relative}.icon-btn.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.notification-badge.svelte-1elxaub{background:var(--red);color:#fff;border:2px solid var(--bg-secondary);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 .25rem;font-size:.625rem;font-weight:900;display:flex;position:absolute;top:-4px;right:-4px}.alerts-container.svelte-1elxaub,.user-container.svelte-1elxaub{position:relative}.dropdown.svelte-1elxaub{background:var(--bg-card);border:var(--border-width) solid var(--border-primary);min-width:320px;box-shadow:8px 8px 0 var(--border-primary);position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.dropdown-header.svelte-1elxaub{border-bottom:var(--border-width) solid var(--border-primary);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);justify-content:space-between;align-items:center;padding:1rem;font-size:.75rem;font-weight:900;display:flex}.dropdown-footer.svelte-1elxaub{border-top:var(--border-width) solid var(--border-primary);text-align:center;padding:.75rem 1rem}.dropdown-divider.svelte-1elxaub{background:var(--border-primary);height:2px;margin:0}.text-btn.svelte-1elxaub{border:2px solid var(--accent-primary);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;padding:.25rem .5rem;font-size:.625rem;font-weight:700;transition:none}.text-btn.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary)}.alerts-list.svelte-1elxaub{max-height:300px;overflow-y:auto}.alert-item.svelte-1elxaub{border:none;border-bottom:1px solid var(--border-primary);text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;align-items:center;gap:.625rem;padding:.625rem .75rem;transition:none;display:flex}.alert-item.svelte-1elxaub:last-child{border-bottom:none}.alert-item.svelte-1elxaub:hover{background:var(--bg-tertiary)}.alert-item.svelte-1elxaub:hover .alert-title:where(.svelte-1elxaub){color:var(--accent-primary)}.alert-item.unread.svelte-1elxaub{background:var(--bg-tertiary);border-left:4px solid var(--accent-primary)}.alert-item.unread.alert-buy.svelte-1elxaub{border-left-color:var(--green)}.alert-item.unread.alert-sell.svelte-1elxaub{border-left-color:var(--red)}.alert-item.unread.alert-filter.svelte-1elxaub{border-left-color:var(--purple)}.alert-item.unread.alert-wallet.svelte-1elxaub{border-left-color:var(--blue)}.alert-item.unread.alert-token.svelte-1elxaub{border-left-color:var(--orange)}.alert-icon-wrap.svelte-1elxaub{border:2px solid var(--border-primary);background:var(--bg-secondary);width:28px;height:28px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.alert-icon-wrap.alert-buy.svelte-1elxaub{background:var(--green);color:var(--bg-primary);border-color:var(--green)}.alert-icon-wrap.alert-sell.svelte-1elxaub{background:var(--red);color:var(--bg-primary);border-color:var(--red)}.alert-icon-wrap.alert-filter.svelte-1elxaub{background:var(--purple);color:var(--bg-primary);border-color:var(--purple)}.alert-icon-wrap.alert-wallet.svelte-1elxaub{background:var(--blue);color:var(--bg-primary);border-color:var(--blue)}.alert-icon-wrap.alert-token.svelte-1elxaub{background:var(--orange);color:var(--bg-primary);border-color:var(--orange)}.alert-content.svelte-1elxaub{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.alert-title.svelte-1elxaub{text-transform:uppercase;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;font-weight:700;overflow:hidden}.alert-message.svelte-1elxaub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.5625rem;overflow:hidden}.alert-time.svelte-1elxaub{color:var(--text-muted);flex-shrink:0;font-family:monospace;font-size:.5625rem;font-weight:700}.alerts-empty.svelte-1elxaub{color:var(--text-muted);text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;font-size:.6875rem;font-weight:600;display:flex}.user-btn.svelte-1elxaub{border:var(--border-width) solid var(--border-primary);background:var(--bg-primary);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:none;display:flex}.user-btn.svelte-1elxaub:hover{border-color:var(--accent-primary);background:var(--accent-primary);color:var(--bg-primary)}.user-avatar.svelte-1elxaub{background:var(--accent-primary);width:100%;height:100%;color:var(--bg-primary);justify-content:center;align-items:center;font-size:.875rem;font-weight:900;display:flex}.user-dropdown.svelte-1elxaub{min-width:220px}.user-info.svelte-1elxaub{background:var(--bg-tertiary);border-bottom:var(--border-width) solid var(--border-primary);flex-direction:column;gap:.25rem;padding:1rem;display:flex}.user-name.svelte-1elxaub{text-transform:uppercase;color:var(--accent-primary);font-size:.875rem;font-weight:900}.user-status.svelte-1elxaub{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.625rem;font-weight:600}.dropdown-item.svelte-1elxaub{border:none;border-bottom:1px solid var(--border-primary);text-align:left;text-transform:uppercase;letter-spacing:.05em;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;padding:.75rem 1rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:none;display:block}.dropdown-item.svelte-1elxaub:last-child{border-bottom:none}.dropdown-item.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary)}.dropdown-item.primary.svelte-1elxaub{color:var(--accent-primary)}.dropdown-item.primary.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary)}.dropdown-item.danger.svelte-1elxaub{color:var(--red)}.dropdown-item.danger.svelte-1elxaub:hover{background:var(--red);color:var(--text-primary)}.hamburger-btn.svelte-1elxaub,.mobile-only.svelte-1elxaub,.mobile-menu-overlay.svelte-1elxaub,.mobile-menu.svelte-1elxaub{display:none}@media (width<=1200px){.nav-link-label.svelte-1elxaub{display:none}.nav-link.svelte-1elxaub{padding:.375rem .5rem}}@media (width<=768px){.header.svelte-1elxaub{gap:.5rem;padding:0 .75rem}.desktop-only.svelte-1elxaub,.logo-text.svelte-1elxaub{display:none}.search-input.svelte-1elxaub{width:100%;min-width:0;padding:.5rem 2.5rem .5rem 2.25rem}.search-container.svelte-1elxaub{flex:1;min-width:0}.search-form.svelte-1elxaub{width:100%}.search-kbd.svelte-1elxaub{display:none}.header-right.svelte-1elxaub{flex:1;gap:.5rem;min-width:0}.icon-btn.svelte-1elxaub,.user-btn.svelte-1elxaub{width:36px;height:36px}.dropdown.svelte-1elxaub{top:var(--header-height);max-width:100%;min-width:unset;border-left:none;border-right:none;position:fixed;left:0;right:0;box-shadow:0 8px 24px #0000004d}.user-dropdown.svelte-1elxaub{min-width:unset}.mobile-only.svelte-1elxaub{display:flex}.hamburger-btn.svelte-1elxaub{border:var(--border-width) solid var(--border-primary);background:var(--bg-primary);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hamburger-btn.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.mobile-menu-overlay.svelte-1elxaub{z-index:150;background:#00000080;display:block;position:fixed;inset:0}.mobile-menu.svelte-1elxaub{background:var(--bg-secondary);border-right:var(--border-width) solid var(--border-primary);z-index:200;flex-direction:column;width:260px;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-menu.open.svelte-1elxaub{transform:translate(0)}.mobile-menu-header.svelte-1elxaub{height:var(--header-height);border-bottom:var(--border-width) solid var(--border-primary);justify-content:space-between;align-items:center;padding:1rem;display:flex}.mobile-menu-title.svelte-1elxaub{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);font-size:.875rem;font-weight:900}.mobile-menu-close.svelte-1elxaub{border:var(--border-width) solid var(--border-primary);background:var(--bg-primary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;display:flex}.mobile-menu-close.svelte-1elxaub:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.mobile-menu-nav.svelte-1elxaub{flex-direction:column;flex:1;gap:.25rem;padding:.5rem;display:flex;overflow-y:auto}.mobile-nav-link.svelte-1elxaub{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;background:0 0;border:2px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:none;display:flex}.mobile-nav-link.svelte-1elxaub:hover{background:var(--bg-tertiary);color:var(--accent-primary);border-color:var(--accent-primary)}.mobile-nav-link.active.svelte-1elxaub{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.mobile-about-trigger.svelte-1elxaub{justify-content:space-between}.mobile-about-trigger.svelte-1elxaub span:where(.svelte-1elxaub){text-align:left;flex:1}.mobile-about-chevron.svelte-1elxaub{transition:transform .15s}.mobile-about-chevron.open.svelte-1elxaub{transform:rotate(180deg)}.mobile-about-panel.svelte-1elxaub{padding:0 .5rem .5rem}.mobile-about-links{flex-direction:column;gap:.25rem;display:flex}.mobile-about-link{color:var(--text-secondary);border-left:2px solid var(--border-primary);align-items:center;gap:.75rem;margin-left:.9rem;padding:.7rem .85rem .7rem 1rem;font-size:.74rem;font-weight:700;text-decoration:none;display:flex}.mobile-about-link:hover{color:var(--accent-primary);background:var(--bg-tertiary)}.mobile-about-icon{opacity:.7;flex-shrink:0;width:20px;height:20px}.mobile-about-link:hover .mobile-about-icon{opacity:1}}@media (width<=480px){.search-input.svelte-1elxaub{font-size:.625rem}}.bottom-nav.svelte-oeh3u8{display:none}@media (width<=768px){.bottom-nav.svelte-oeh3u8{height:var(--bottom-nav-height);background:var(--bg-secondary);border-top:var(--border-width) solid var(--border-primary);z-index:100;-webkit-overflow-scrolling:touch;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}}.app-shell.svelte-whg6dh{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.main-content.svelte-whg6dh{margin-top:var(--header-height);flex:1 0 auto;padding:1.5rem}.app-footer.svelte-whg6dh{background:var(--bg-secondary);border-top:2px solid #f5c518;flex-shrink:0;padding:1.4rem 1.5rem}.app-footer.has-bottom-nav.svelte-whg6dh{padding-bottom:calc(1.4rem + var(--bottom-nav-height))}.footer-grid.svelte-whg6dh{grid-template-columns:1.3fr 1fr 1.3fr;gap:2rem;max-width:1280px;margin:0 auto;display:grid}.footer-brand.svelte-whg6dh,.footer-links-section.svelte-whg6dh,.footer-community.svelte-whg6dh{flex-direction:column;gap:.9rem;display:flex}.footer-brand-link.svelte-whg6dh{color:var(--text-primary);align-items:center;gap:.85rem;text-decoration:none;display:inline-flex}.footer-logo.svelte-whg6dh{flex-shrink:0;width:40px;height:40px}.footer-brand-copy.svelte-whg6dh{flex-direction:column;gap:.2rem;display:flex}.footer-brand-name.svelte-whg6dh,.footer-heading.svelte-whg6dh{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-primary);font-size:.75rem;font-weight:900}.footer-tagline.svelte-whg6dh{color:var(--text-secondary);max-width:26rem;font-size:.82rem;font-weight:700;line-height:1.45}.footer-copy.svelte-whg6dh,.footer-disclaimer.svelte-whg6dh{color:var(--text-muted);margin:0;font-size:.72rem;line-height:1.55}.footer-link-list.svelte-whg6dh{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;display:grid}.footer-link.svelte-whg6dh{color:var(--text-secondary);font-size:.8rem;font-weight:700;line-height:1.4;text-decoration:none}.footer-link.svelte-whg6dh:hover{color:var(--accent-primary)}.footer-link-button.svelte-whg6dh{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.footer-community-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;display:grid}.footer-community-link{color:var(--text-secondary);align-items:center;gap:.65rem;font-size:.8rem;font-weight:700;line-height:1.4;text-decoration:none;display:inline-flex}.footer-community-icon{opacity:.7;flex-shrink:0;width:20px;height:20px;transition:opacity .15s}.footer-community-link:hover{color:var(--accent-primary)}.footer-community-link:hover .footer-community-icon{opacity:1}.footer-cta.svelte-whg6dh{background:var(--accent-primary);color:var(--bg-primary);text-transform:uppercase;letter-spacing:.08em;border:2px solid var(--accent-primary);justify-content:center;align-self:flex-start;align-items:center;padding:.8rem 1rem;font-size:.8rem;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:4px 4px #00000040}.footer-cta.svelte-whg6dh:hover{color:var(--accent-primary);background:0 0}@media (width<=768px){.main-content.svelte-whg6dh{padding:1rem}.main-content.has-bottom-nav.svelte-whg6dh{padding-bottom:calc(var(--bottom-nav-height) + 1rem)}.app-footer.svelte-whg6dh{padding:1.2rem 1rem calc(1.2rem + var(--bottom-nav-height))}.footer-grid.svelte-whg6dh{grid-template-columns:1fr;gap:1.5rem}.footer-link-list.svelte-whg6dh,.footer-community-list{grid-template-columns:1fr}}@media (width<=480px){.main-content.svelte-whg6dh{padding:.75rem}.main-content.has-bottom-nav.svelte-whg6dh{padding-bottom:calc(var(--bottom-nav-height) + .75rem)}.footer-logo.svelte-whg6dh{width:34px;height:34px}.footer-brand-link.svelte-whg6dh{align-items:flex-start}.footer-tagline.svelte-whg6dh{font-size:.76rem}}
