.wallet-menu-module__nzDOmG__shell{--wallet-trigger-bg:var(--surface-input);--wallet-trigger-bg-hover:var(--surface-hover);--wallet-border-emphasis:color-mix(in srgb, var(--foreground) 16%, var(--border));flex:none;justify-content:flex-end;width:max-content;min-width:0;max-width:min(100%,11.5rem);display:inline-flex;position:relative}.wallet-menu-module__nzDOmG__trigger{border:1px solid var(--border-subtle);background:var(--wallet-trigger-bg);max-width:min(100%,11.5rem);height:36px;color:var(--foreground);font-variant-numeric:tabular-nums;white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 10px 0 8px;font-family:inherit;font-size:.82rem;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.wallet-menu-module__nzDOmG__triggerOpen{border-color:var(--wallet-border-emphasis);background:var(--wallet-trigger-bg-hover)}.wallet-menu-module__nzDOmG__triggerWrongNetwork{border-color:var(--border-subtle);color:var(--negative)}.wallet-menu-module__nzDOmG__walletAvatar{border-radius:8px;flex-shrink:0}.wallet-menu-module__nzDOmG__triggerChainLogo{border-radius:4px;flex-shrink:0}.wallet-menu-module__nzDOmG__triggerAddress{text-overflow:ellipsis;min-width:0;overflow:hidden}.wallet-menu-module__nzDOmG__chevron{width:14px;height:14px;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.wallet-menu-module__nzDOmG__chevronOpen{color:var(--foreground);transform:rotate(180deg)}.wallet-menu-module__nzDOmG__menu{z-index:200;border:1px solid var(--border);background:var(--surface-dropdown);box-shadow:var(--shadow-elevated);transform-origin:100% 0;border-radius:12px;animation:.18s wallet-menu-module__nzDOmG__menuIn;position:fixed;overflow:hidden}.wallet-menu-module__nzDOmG__menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}@keyframes wallet-menu-module__nzDOmG__menuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.wallet-menu-module__nzDOmG__accountCard{align-items:center;gap:12px;padding:14px 14px 12px;display:flex}.wallet-menu-module__nzDOmG__accountAvatar{border-radius:12px;flex-shrink:0}.wallet-menu-module__nzDOmG__accountMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.wallet-menu-module__nzDOmG__accountEyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.62rem;font-weight:700}.wallet-menu-module__nzDOmG__accountAddressRow{align-items:center;gap:6px;min-width:0;display:flex}.wallet-menu-module__nzDOmG__accountAddress{font-variant-numeric:tabular-nums;letter-spacing:.01em;color:var(--foreground);font-size:.95rem;font-weight:700}.wallet-menu-module__nzDOmG__copyAddressButton{border:1px solid var(--border-subtle);background:var(--surface-input);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:8px;flex-shrink:0;place-items:center;margin:0;padding:0;display:grid}.wallet-menu-module__nzDOmG__copyAddressIcon{width:14px;height:14px}.wallet-menu-module__nzDOmG__copyFeedback{color:var(--brand-neon);margin-top:2px;font-size:.68rem;font-weight:600}.wallet-menu-module__nzDOmG__accountNetwork{color:var(--text-muted);align-items:center;gap:6px;margin-top:2px;font-size:.72rem;font-weight:600;display:inline-flex}.wallet-menu-module__nzDOmG__networkCard{border:1px solid var(--border-subtle);background:var(--surface-muted);border-radius:12px;margin:0 12px 8px;padding:12px}.wallet-menu-module__nzDOmG__networkNotice{color:var(--text-muted);margin:0 0 10px;font-size:.78rem;line-height:1.45}.wallet-menu-module__nzDOmG__networkSwitchButton{background:var(--base-chain);color:#fff;cursor:pointer;touch-action:manipulation;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 12px;font-family:inherit;font-size:.8rem;font-weight:700;display:inline-flex}.wallet-menu-module__nzDOmG__networkSwitchButton:disabled{opacity:.65;cursor:wait}.wallet-menu-module__nzDOmG__menuBody{flex-direction:column;gap:6px;padding:4px 10px 12px;display:flex}.wallet-menu-module__nzDOmG__menuItemProfile,.wallet-menu-module__nzDOmG__menuItemDisconnect{border:1px solid var(--border-subtle);background:var(--surface-muted);width:100%;min-height:52px;color:var(--foreground);text-align:left;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;font-family:inherit;text-decoration:none;display:flex}.wallet-menu-module__nzDOmG__menuItemDisconnect{color:var(--negative);background:0 0;border-color:#0000}.wallet-menu-module__nzDOmG__menuItemIconWell,.wallet-menu-module__nzDOmG__menuItemIconWellDanger{background:var(--surface-input);width:34px;height:34px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.wallet-menu-module__nzDOmG__menuItemIconWellDanger{background:var(--negative-soft-bg);color:var(--negative)}.wallet-menu-module__nzDOmG__menuItemIcon{width:17px;height:17px}.wallet-menu-module__nzDOmG__menuItemCopy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wallet-menu-module__nzDOmG__menuItemTitle{color:inherit;font-size:.88rem;font-weight:700;line-height:1.25}.wallet-menu-module__nzDOmG__menuItemSub{color:var(--text-muted);font-size:.72rem;font-weight:500;line-height:1.3}.wallet-menu-module__nzDOmG__menuItemSub[data-tone=danger]{color:var(--negative)}.wallet-menu-module__nzDOmG__menuItemDisconnect .wallet-menu-module__nzDOmG__menuItemSub{color:color-mix(in srgb, var(--negative) 70%, var(--text-muted))}.wallet-menu-module__nzDOmG__menuItemChevron{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}@media (hover:hover) and (pointer:fine){.wallet-menu-module__nzDOmG__networkSwitchButton:hover:not(:disabled){filter:brightness(1.06)}.wallet-menu-module__nzDOmG__copyAddressButton:hover{background:var(--surface-hover);color:var(--foreground)}.wallet-menu-module__nzDOmG__menuItemProfile:hover{background:var(--surface-hover)}.wallet-menu-module__nzDOmG__menuItemDisconnect:hover{background:var(--negative-soft-bg)}}@media (max-width:900px){.wallet-menu-module__nzDOmG__shell{max-width:min(100%,7.25rem)}.wallet-menu-module__nzDOmG__trigger{-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:999px;gap:5px;min-width:0;max-width:min(100%,7.25rem);height:32px;min-height:32px;padding:0 8px 0 6px;font-size:.72rem}.wallet-menu-module__nzDOmG__trigger .wallet-menu-module__nzDOmG__walletAvatar{border-radius:5px;width:18px!important;height:18px!important}.wallet-menu-module__nzDOmG__triggerChainLogo{display:none}.wallet-menu-module__nzDOmG__chevron{width:11px;height:11px}.wallet-menu-module__nzDOmG__trigger:active,.wallet-menu-module__nzDOmG__triggerOpen{background:var(--wallet-trigger-bg-hover)}.wallet-menu-module__nzDOmG__triggerWrongNetwork{border-color:var(--border-subtle);max-width:min(100%,7.25rem);color:var(--foreground);padding-inline:6px 7px}}.wallet-menu-module__nzDOmG__sheetRoot{display:none}@media (max-width:900px){.wallet-menu-module__nzDOmG__sheetRoot{z-index:230;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.wallet-menu-module__nzDOmG__sheetBackdrop{background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(8px);cursor:pointer;border:0;padding:0;position:absolute;inset:0}.wallet-menu-module__nzDOmG__menuSheet{z-index:1;width:100%;max-height:min(62dvh,520px);padding-bottom:env(safe-area-inset-bottom,0px);transform-origin:bottom;touch-action:pan-y;border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;margin:0;transition:transform .28s cubic-bezier(.22,1,.36,1);animation:.3s cubic-bezier(.22,1,.36,1) both wallet-menu-module__nzDOmG__walletSheetUp;position:relative}@keyframes wallet-menu-module__nzDOmG__walletSheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.wallet-menu-module__nzDOmG__menuSheetBody{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:min(62dvh - 12px,500px);overflow-y:auto}.wallet-menu-module__nzDOmG__accountCard{padding:16px 16px 12px}.wallet-menu-module__nzDOmG__networkCard{margin:0 14px 10px}.wallet-menu-module__nzDOmG__networkSwitchButton{min-height:44px}.wallet-menu-module__nzDOmG__menuBody{gap:8px;padding:4px 14px 16px}.wallet-menu-module__nzDOmG__menuItemProfile,.wallet-menu-module__nzDOmG__menuItemDisconnect{min-height:56px;padding:12px 14px}.wallet-menu-module__nzDOmG__menuItemProfile:active{background:var(--surface-hover)}.wallet-menu-module__nzDOmG__menuItemDisconnect:active{background:var(--negative-soft-bg)}}
.app-header-module__3EjzvG__topBar{z-index:100;--header-logo-base-h:50px;--header-logo-scale:1.28;--brand-logo-aspect:1.398;--brand-logo-divider-gap:16px;background:var(--background);border-bottom:1px solid var(--header-border);flex-shrink:0;width:100%;transition:background .3s,border-color .3s,box-shadow .3s;position:sticky;top:0}.app-header-module__3EjzvG__topBarScrolled{background:var(--background);border-bottom-color:var(--header-border);box-shadow:var(--header-shadow)}.app-header-module__3EjzvG__topBarInner{width:100%;padding-inline:max(var(--app-content-pad-x,20px), env(safe-area-inset-left,0px)) max(var(--app-content-pad-x,20px), env(safe-area-inset-right,0px));box-sizing:border-box}.app-header-module__3EjzvG__topBarSurface{box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;min-height:64px;padding:0;transition:min-height .3s,padding .3s;display:grid;position:relative}.app-header-module__3EjzvG__topBarScrolled .app-header-module__3EjzvG__topBarSurface{min-height:58px;padding:0}.app-header-module__3EjzvG__brandZone{align-items:center;gap:var(--brand-logo-divider-gap,16px);grid-column:1;justify-self:start;min-width:0;min-height:0;display:flex}.app-header-module__3EjzvG__brandDivider{background:var(--border);flex-shrink:0;align-self:center;width:1px;height:22px}.app-header-module__3EjzvG__statusChip{min-height:28px;color:var(--status-chip-text-muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;box-shadow:none;background:0 0;border:none;border-radius:0;flex-shrink:0;align-items:center;gap:6px;padding:0;font-size:.68rem;font-weight:700;display:inline-flex}.app-header-module__3EjzvG__statusChipIconWrap{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.app-header-module__3EjzvG__statusChipIcon{width:15px;height:15px;fill:var(--status-chip-icon-fill);stroke:var(--status-chip-icon-stroke);filter:var(--status-chip-icon-filter);transform-origin:50% 85%;animation:1.8s ease-in-out infinite app-header-module__3EjzvG__statusChipFire}.app-header-module__3EjzvG__statusChipText{color:var(--status-chip-text);text-shadow:var(--status-chip-text-shadow);line-height:1;animation:3.2s ease-in-out infinite app-header-module__3EjzvG__statusChipTextGlow}@keyframes app-header-module__3EjzvG__statusChipFire{0%,to{opacity:1;transform:scale(1)rotate(0)}18%{opacity:.82;transform:scale(.92)rotate(-4deg)}42%{opacity:1;transform:scale(1.08)rotate(2deg)}68%{opacity:.88;transform:scale(.96)rotate(-2deg)}}@keyframes app-header-module__3EjzvG__statusChipTextGlow{0%,to{opacity:1}50%{opacity:.82}}@media (prefers-reduced-motion:reduce){.app-header-module__3EjzvG__statusChip,.app-header-module__3EjzvG__statusChipIcon,.app-header-module__3EjzvG__statusChipText{animation:none}}.app-header-module__3EjzvG__primaryNav{padding:var(--filter-track-padding);align-items:center;gap:var(--filter-track-gap);border:1px solid var(--filter-track-border);border-radius:var(--filter-track-radius);background:var(--filter-track-bg);box-sizing:border-box;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:wrap;grid-column:2;justify-self:center;max-width:calc(100vw - 420px);display:inline-flex;overflow-x:auto}.app-header-module__3EjzvG__primaryNav::-webkit-scrollbar{display:none}.app-header-module__3EjzvG__navItem{white-space:nowrap;align-items:center;gap:6px;min-height:36px;padding:0 12px;text-decoration:none;display:inline-flex;}.app-header-module__3EjzvG__navItemActive{white-space:nowrap;align-items:center;gap:6px;min-height:36px;padding:0 12px;text-decoration:none;display:inline-flex;}.app-header-module__3EjzvG__primaryNav a.app-header-module__3EjzvG__navItemActive,.app-header-module__3EjzvG__primaryNav button.app-header-module__3EjzvG__navItemActive{color:var(--nav-item-active-text)}.app-header-module__3EjzvG__primaryNav button.app-header-module__3EjzvG__navItem,.app-header-module__3EjzvG__primaryNav button.app-header-module__3EjzvG__navItemActive{cursor:pointer;font-family:inherit}.app-header-module__3EjzvG__navItem svg,.app-header-module__3EjzvG__navItemActive svg{fill:none;stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:15px;height:15px}.app-header-module__3EjzvG__navItemActive svg rect{fill:currentColor}@media (hover:hover) and (pointer:fine){.app-header-module__3EjzvG__primaryNav a.app-header-module__3EjzvG__navItemActive:hover,.app-header-module__3EjzvG__primaryNav button.app-header-module__3EjzvG__navItemActive:hover{color:var(--nav-item-active-text)}}.app-header-module__3EjzvG__navLabel{line-height:1.1}.app-header-module__3EjzvG__topBarActions{flex-shrink:0;grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:6px;width:max-content;min-width:0;margin-inline-start:auto;display:flex}.app-header-module__3EjzvG__topBarActionsSecondary,.app-header-module__3EjzvG__topBarActionsPrimary{display:contents}@media (min-width:901px){.app-header-module__3EjzvG__topBarActions{width:max-content}}@media (min-width:1181px){:is(.app-header-module__3EjzvG__topBarTradeAlign .app-header-module__3EjzvG__topBarInner,[data-markets-layout=fixed] .app-header-module__3EjzvG__topBarInner){padding-inline:max(var(--markets-pad,20px), env(safe-area-inset-left,0px)) max(var(--markets-pad,20px), env(safe-area-inset-right,0px))}:is(.app-header-module__3EjzvG__topBarTradeAlign .app-header-module__3EjzvG__topBarSurface,[data-markets-layout=fixed] .app-header-module__3EjzvG__topBarSurface){grid-template-columns:none;justify-content:space-between;align-items:center;gap:16px;display:flex}:is(.app-header-module__3EjzvG__topBarTradeAlign .app-header-module__3EjzvG__brandZone,[data-markets-layout=fixed] .app-header-module__3EjzvG__brandZone){z-index:2;flex:0 auto;grid-column:auto;justify-self:auto;min-width:0;position:relative}:is(.app-header-module__3EjzvG__topBarTradeAlign .app-header-module__3EjzvG__primaryNav,[data-markets-layout=fixed] .app-header-module__3EjzvG__primaryNav){z-index:1;flex-wrap:nowrap;grid-column:auto;justify-self:auto;align-items:center;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}:is(.app-header-module__3EjzvG__topBarTradeAlign .app-header-module__3EjzvG__topBarActions,[data-markets-layout=fixed] .app-header-module__3EjzvG__topBarActions){z-index:2;box-sizing:border-box;flex:none;grid-column:auto;justify-content:flex-end;justify-self:auto;gap:6px;width:max-content;min-width:0;max-width:100%;margin-inline-start:auto;position:relative}}.app-header-module__3EjzvG__connectButton{background:var(--btn-primary-bg);height:36px;color:var(--btn-primary-text);box-shadow:var(--btn-primary-shadow);letter-spacing:.01em;white-space:nowrap;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:.82rem;font-weight:700;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s,opacity .2s;display:inline-flex}.app-header-module__3EjzvG__connectButton svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px;height:16px}@media (hover:hover) and (pointer:fine){.app-header-module__3EjzvG__connectButton:hover{opacity:.92}}@media (max-width:900px){.app-header-module__3EjzvG__primaryNav{display:none!important}.app-header-module__3EjzvG__topBar{--header-logo-base-h:38px;--header-logo-scale:1.16;background:var(--background);transition:background-color var(--theme-transition-duration,.5s) var(--theme-transition-easing,ease), border-color var(--theme-transition-duration,.5s) var(--theme-transition-easing,ease);padding-top:var(--mobile-safe-area-top,env(safe-area-inset-top,0px))}.app-header-module__3EjzvG__topBarScrolled{background:var(--background);box-shadow:none}.app-header-module__3EjzvG__topBarInner{box-sizing:border-box;width:100%;max-width:100%}.app-header-module__3EjzvG__topBarSurface{width:100%;max-width:100%;min-height:var(--mobile-header-height);height:var(--mobile-header-height);transition:background-color var(--theme-transition-duration,.5s) var(--theme-transition-easing,ease), border-color var(--theme-transition-duration,.5s) var(--theme-transition-easing,ease);justify-content:space-between;align-items:center;gap:8px;padding:0;display:flex}.app-header-module__3EjzvG__topBarScrolled .app-header-module__3EjzvG__topBarSurface{min-height:var(--mobile-header-height);height:var(--mobile-header-height);padding:0}.app-header-module__3EjzvG__brandZone{flex:1;gap:8px;min-width:0;margin:0;padding:0}.app-header-module__3EjzvG__topBarActions{flex-shrink:0;gap:6px;min-width:0;margin-left:auto}.app-header-module__3EjzvG__topBarActionsSecondary{display:none}.app-header-module__3EjzvG__topBarActions{flex:none;justify-content:flex-end;align-items:center;width:auto;margin-left:auto;margin-right:0;display:flex}.app-header-module__3EjzvG__topBarActionsPrimary{flex:none;justify-content:flex-end;align-items:center;gap:6px;display:flex}.app-header-module__3EjzvG__moreButton{border:1px solid var(--border);background:var(--surface-input);width:32px;min-width:32px;height:32px;color:var(--text-secondary);box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:8px;place-items:center;padding:0;transition:background .2s,border-color .2s,color .2s;display:grid}.app-header-module__3EjzvG__moreButton svg{width:17px;height:17px}.app-header-module__3EjzvG__moreButtonOpen{border-color:color-mix(in srgb, var(--foreground) 16%, var(--border));background:var(--surface-hover);color:var(--foreground)}.app-header-module__3EjzvG__moreButton:disabled{opacity:.55;cursor:not-allowed}.app-header-module__3EjzvG__connectButton{background:var(--btn-primary-bg);width:auto;min-width:0;height:32px;min-height:32px;color:var(--btn-primary-text);box-shadow:var(--btn-primary-shadow);-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;border-radius:8px;align-items:center;gap:5px;padding:0 10px;font-size:.72rem;display:inline-flex}.app-header-module__3EjzvG__connectButton svg{width:14px;height:14px}.app-header-module__3EjzvG__connectLabel{display:inline}.app-header-module__3EjzvG__navLabel{display:none}.app-header-module__3EjzvG__navItem,.app-header-module__3EjzvG__navItemActive,.app-header-module__3EjzvG__primaryNav button.app-header-module__3EjzvG__navItem,.app-header-module__3EjzvG__primaryNav button.app-header-module__3EjzvG__navItemActive{justify-content:center;min-width:40px;padding:0 10px}}@media (min-width:901px) and (max-width:1180px){.app-header-module__3EjzvG__topBarSurface{flex-wrap:wrap;justify-content:space-between;gap:10px;min-height:0;padding:10px 0 12px;display:flex}.app-header-module__3EjzvG__brandZone,.app-header-module__3EjzvG__primaryNav,.app-header-module__3EjzvG__topBarActions{grid-column:auto;justify-self:auto}.app-header-module__3EjzvG__primaryNav{flex-wrap:wrap;flex:100%;order:3;justify-content:flex-start;width:100%;max-width:100%;position:static;top:auto;bottom:auto;left:auto;transform:none}.app-header-module__3EjzvG__topBarActions{margin-left:auto}}@media (max-width:820px){.app-header-module__3EjzvG__brandDivider,.app-header-module__3EjzvG__statusChip{display:none}}@media (max-width:640px){.app-header-module__3EjzvG__connectButton svg{display:block}}
