.faucet-menu-module__tQz3XG__shell{--faucet-trigger-bg:var(--surface-input);--faucet-trigger-bg-hover:var(--surface-hover);--faucet-ember-border:#fb923c8c;--faucet-ember-border-dim:#fb923c47;--faucet-ember-icon:#fb923c;flex-shrink:0;display:inline-flex;position:relative}.faucet-menu-module__tQz3XG__shell:before{content:"";border:1px solid var(--faucet-ember-border-dim);pointer-events:none;border-radius:10px;animation:4.8s ease-in-out infinite faucet-menu-module__tQz3XG__faucetBorderBlink;position:absolute;inset:0}.faucet-menu-module__tQz3XG__shell:has(.faucet-menu-module__tQz3XG__triggerOpen):before{border-color:var(--faucet-ember-border);animation:none}@keyframes faucet-menu-module__tQz3XG__faucetBorderBlink{0%,to{border-color:var(--faucet-ember-border-dim)}50%{border-color:var(--faucet-ember-border)}}@media (prefers-reduced-motion:reduce){.faucet-menu-module__tQz3XG__shell:before{border-color:var(--faucet-ember-border);animation:none}}.faucet-menu-module__tQz3XG__trigger{z-index:1;border:1px solid var(--border);background:var(--faucet-trigger-bg);height:36px;color:var(--foreground);white-space:nowrap;cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex;position:relative}.faucet-menu-module__tQz3XG__triggerIconOnly{justify-content:center;gap:0;width:36px;min-width:36px;padding:0}.faucet-menu-module__tQz3XG__triggerOpen{background:var(--faucet-trigger-bg-hover)}.faucet-menu-module__tQz3XG__triggerLabel{line-height:1}.faucet-menu-module__tQz3XG__triggerIcon{width:16px;height:16px;color:var(--faucet-ember-icon);flex-shrink:0}.faucet-menu-module__tQz3XG__triggerOpen .faucet-menu-module__tQz3XG__triggerIcon{color:var(--faucet-ember-icon)}.faucet-menu-module__tQz3XG__chevron{width:14px;height:14px;color:var(--text-muted);flex-shrink:0;transition:transform .2s,color .2s}.faucet-menu-module__tQz3XG__chevronOpen{color:var(--foreground);transform:rotate(180deg)}.faucet-menu-module__tQz3XG__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 faucet-menu-module__tQz3XG__menuIn;position:fixed;overflow:hidden}.faucet-menu-module__tQz3XG__menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}@keyframes faucet-menu-module__tQz3XG__menuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.faucet-menu-module__tQz3XG__menuHeader{border-bottom:1px solid var(--border-subtle);padding:12px 14px}.faucet-menu-module__tQz3XG__menuTitle{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:600}.faucet-menu-module__tQz3XG__menuBody{flex-direction:column;padding:6px;display:flex}.faucet-menu-module__tQz3XG__menuItem{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:.84rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.faucet-menu-module__tQz3XG__menuItemCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.faucet-menu-module__tQz3XG__menuItemLabel{line-height:1.2}.faucet-menu-module__tQz3XG__menuItemMeta{color:var(--text-muted);font-size:.72rem;font-weight:500;line-height:1.2}.faucet-menu-module__tQz3XG__menuItemDisabled{opacity:.55;cursor:not-allowed}.faucet-menu-module__tQz3XG__tokenLogo{object-fit:cover;border-radius:50%;flex-shrink:0}.faucet-menu-module__tQz3XG__externalIcon{width:14px;height:14px;color:var(--text-muted);flex-shrink:0;margin-left:auto}.faucet-menu-module__tQz3XG__sheetRowShell{flex-direction:column;width:100%;display:flex}.faucet-menu-module__tQz3XG__sheetRowShell:before{display:none}.faucet-menu-module__tQz3XG__sheetRowIcon{color:#fb923c}.faucet-menu-module__tQz3XG__sheetRowTriggerOpen{background:color-mix(in srgb, var(--foreground) 4%, transparent)}.faucet-menu-module__tQz3XG__sheetRowChevron{transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s}.faucet-menu-module__tQz3XG__sheetRowChevronOpen{transform:rotate(180deg)}.faucet-menu-module__tQz3XG__inlineMenuWrap{grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.22,1,.36,1);display:grid}.faucet-menu-module__tQz3XG__inlineMenuWrap[data-open=true]{grid-template-rows:1fr}.faucet-menu-module__tQz3XG__inlineMenuInner{min-height:0;overflow:hidden}.faucet-menu-module__tQz3XG__inlineMenu{opacity:0;pointer-events:none;flex-direction:column;width:100%;transition:opacity .22s,transform .28s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(-6px)}.faucet-menu-module__tQz3XG__inlineMenuWrap[data-open=true] .faucet-menu-module__tQz3XG__inlineMenu{opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.faucet-menu-module__tQz3XG__inlineMenuWrap,.faucet-menu-module__tQz3XG__inlineMenu,.faucet-menu-module__tQz3XG__sheetRowChevron{transition:none}.faucet-menu-module__tQz3XG__inlineMenuWrap[data-open=false] .faucet-menu-module__tQz3XG__inlineMenu{opacity:0}.faucet-menu-module__tQz3XG__inlineMenuWrap[data-open=true] .faucet-menu-module__tQz3XG__inlineMenu{opacity:1;transform:none}}.faucet-menu-module__tQz3XG__menuItemInline{letter-spacing:-.02em;text-align:left;background:0 0;border:0;border-radius:0;justify-content:flex-start;gap:12px;min-height:44px;padding:8px 4px;font-size:.94rem;font-weight:600}.faucet-menu-module__tQz3XG__menuItemInline .faucet-menu-module__tQz3XG__menuItemCopy{text-align:left;align-items:flex-start}.faucet-menu-module__tQz3XG__menuItemInline .faucet-menu-module__tQz3XG__menuItemLabel{text-align:left}.faucet-menu-module__tQz3XG__menuItemInline:active:not(.faucet-menu-module__tQz3XG__menuItemDisabled){background:color-mix(in srgb, var(--foreground) 5%, transparent)}.faucet-menu-module__tQz3XG__menuItemInline .faucet-menu-module__tQz3XG__externalIcon{opacity:.55;width:15px;height:15px;margin-left:auto}.faucet-menu-module__tQz3XG__sheetRoot{display:none}@media (max-width:900px){.faucet-menu-module__tQz3XG__sheetRoot{z-index:230;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.faucet-menu-module__tQz3XG__sheetBackdrop{cursor:pointer;background:#0000008f;border:0;padding:0;position:absolute;inset:0}.faucet-menu-module__tQz3XG__menuSheet{z-index:1;background:var(--background-elevated);width:100%;max-height:min(70dvh,480px);padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:border-box;transform-origin:bottom;touch-action:none;border:0;border-radius:24px 24px 0 0;flex-direction:column;margin:0;animation:.32s cubic-bezier(.22,1,.36,1) faucet-menu-module__tQz3XG__faucetSheetUp;display:flex;position:relative;overflow:hidden;box-shadow:0 -12px 40px #00000073}@keyframes faucet-menu-module__tQz3XG__faucetSheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.faucet-menu-module__tQz3XG__menuSheet{animation:none}}.faucet-menu-module__tQz3XG__sheetHandle{background:color-mix(in srgb, var(--foreground) 18%, transparent);border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 0}.faucet-menu-module__tQz3XG__sheetHeader{align-items:center;gap:12px;padding:14px 16px 12px;display:flex}.faucet-menu-module__tQz3XG__sheetTitle{letter-spacing:-.03em;min-width:0;color:var(--foreground);flex:auto;margin:0;font-size:1.2rem;font-weight:800;line-height:1.15}.faucet-menu-module__tQz3XG__closeButton{appearance:none;background:color-mix(in srgb, var(--foreground) 8%, transparent);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;border-radius:999px;flex-shrink:0;place-items:center;margin:0;padding:0;display:inline-grid}.faucet-menu-module__tQz3XG__closeButton:active{background:color-mix(in srgb, var(--foreground) 12%, transparent)}.faucet-menu-module__tQz3XG__sheetBody{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:column;gap:0;padding:4px 0 16px;display:flex;overflow-y:auto}.faucet-menu-module__tQz3XG__sheetBody::-webkit-scrollbar{display:none}.faucet-menu-module__tQz3XG__sheetSection{padding:8px 16px}.faucet-menu-module__tQz3XG__sectionTitle{color:var(--foreground);letter-spacing:-.02em;margin:0 0 12px;font-size:.92rem;font-weight:750;line-height:1.2}.faucet-menu-module__tQz3XG__optionList{flex-direction:column;gap:2px;margin:0 -6px;display:flex}.faucet-menu-module__tQz3XG__menuSheet .faucet-menu-module__tQz3XG__menuItem{letter-spacing:-.015em;border-radius:12px;gap:12px;min-height:48px;padding:8px 10px;font-size:.92rem;font-weight:650}.faucet-menu-module__tQz3XG__menuSheet .faucet-menu-module__tQz3XG__menuItem:active:not(.faucet-menu-module__tQz3XG__menuItemDisabled){background:color-mix(in srgb, var(--foreground) 5%, transparent)}.faucet-menu-module__tQz3XG__menuSheet .faucet-menu-module__tQz3XG__externalIcon{width:16px;height:16px}}@media (hover:hover) and (pointer:fine){.faucet-menu-module__tQz3XG__trigger:hover{background:var(--faucet-trigger-bg-hover)}.faucet-menu-module__tQz3XG__menuItem:hover:not(:active):not(.faucet-menu-module__tQz3XG__menuItemDisabled){background:var(--surface-hover)}}@media (max-width:820px){.faucet-menu-module__tQz3XG__triggerLabel,.faucet-menu-module__tQz3XG__chevron{display:none}.faucet-menu-module__tQz3XG__trigger{justify-content:center;width:36px;padding:0}}
.mobile-sheet-row-module__Iwxm5a__sheetRowShell{width:100%;display:block;position:relative}.mobile-sheet-row-module__Iwxm5a__sheetRowGroup{background:0 0;border:0;border-radius:0;flex-direction:column;gap:2px;display:flex;overflow:visible}.mobile-sheet-row-module__Iwxm5a__sheetRowGroup>*+*{border-top:0}.mobile-sheet-row-module__Iwxm5a__sheetRowGroupSpaced{background:0 0;border:0;border-radius:0;flex-direction:column;gap:2px;display:flex;overflow:visible}.mobile-sheet-row-module__Iwxm5a__sheetRowGroupSpaced>*+*{border-top:0}.mobile-sheet-row-module__Iwxm5a__sheetRowGroupSpaced>.mobile-sheet-row-module__Iwxm5a__sheetRowTrigger,.mobile-sheet-row-module__Iwxm5a__sheetRowGroupSpaced>.mobile-sheet-row-module__Iwxm5a__sheetRowShell{box-sizing:border-box;background:0 0;border:0;border-radius:12px;overflow:hidden}.mobile-sheet-row-module__Iwxm5a__sheetRowGroupSpaced>.mobile-sheet-row-module__Iwxm5a__sheetRowTrigger{min-height:48px}.mobile-sheet-row-module__Iwxm5a__sheetRowGroupLabel{letter-spacing:-.02em;text-transform:none;color:var(--foreground);margin:0 4px 6px;padding:0 2px;font-size:.92rem;font-weight:750}.mobile-sheet-row-module__Iwxm5a__sheetRowTrigger{width:100%;min-height:48px;color:var(--foreground);text-align:left;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:10px;font-family:inherit;font-size:.92rem;font-weight:650;text-decoration:none;display:flex}.mobile-sheet-row-module__Iwxm5a__sheetRowTrigger:active{background:color-mix(in srgb, var(--foreground) 5%, transparent)}.mobile-sheet-row-module__Iwxm5a__sheetRowIcon{background:color-mix(in srgb, var(--foreground) 6%, transparent);width:36px;height:36px;color:var(--text-secondary);box-shadow:none;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.mobile-sheet-row-module__Iwxm5a__sheetRowIcon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.mobile-sheet-row-module__Iwxm5a__sheetRowCopy{flex-direction:column;flex:auto;gap:0;min-width:0;display:flex}.mobile-sheet-row-module__Iwxm5a__sheetRowTitle{letter-spacing:-.015em;color:var(--foreground);line-height:1.25}.mobile-sheet-row-module__Iwxm5a__sheetRowMeta{display:none}.mobile-sheet-row-module__Iwxm5a__sheetRowTrailing{max-width:42%;color:var(--text-muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;font-size:.8rem;font-weight:600;line-height:1.2;overflow:hidden}.mobile-sheet-row-module__Iwxm5a__sheetRowChevron{width:16px;height:16px;color:var(--text-muted);stroke-width:2.25px;opacity:.72;flex-shrink:0}.mobile-sheet-row-module__Iwxm5a__sheetRowBadge{background:var(--negative);color:#fff;text-align:center;font-variant-numeric:tabular-nums;box-sizing:border-box;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.mobile-sheet-row-module__Iwxm5a__sheetRowBadgeWide{min-width:24px;padding:0 7px;font-size:.62rem}
.notifications-menu-module__i3OO0q__shell{--notify-badge-ring:var(--background);flex-shrink:0;position:relative;overflow:visible}.notifications-menu-module__i3OO0q__trigger{width:40px;min-width:40px;height:40px;color:var(--text-secondary);box-sizing:border-box;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:color .2s;display:inline-flex;position:relative;overflow:visible}.notifications-menu-module__i3OO0q__triggerIcon{flex-shrink:0;place-items:center;width:20px;height:20px;display:grid;position:relative;overflow:visible}.notifications-menu-module__i3OO0q__trigger svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.notifications-menu-module__i3OO0q__triggerOpen{color:var(--foreground);background:0 0}.notifications-menu-module__i3OO0q__badge{z-index:1;border:1.5px solid var(--notify-badge-ring);background:var(--negative);color:#fff;letter-spacing:-.02em;text-align:center;font-variant-numeric:tabular-nums;box-sizing:border-box;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-size:.5625rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-7px}.notifications-menu-module__i3OO0q__badgeWide{letter-spacing:0;min-width:18px;padding:0 4px;font-size:.5rem}.notifications-menu-module__i3OO0q__triggerOpen .notifications-menu-module__i3OO0q__badge{border-color:var(--notify-badge-ring)}.notifications-menu-module__i3OO0q__shell button{position:relative}.notifications-menu-module__i3OO0q__menu{z-index:200;border:1px solid var(--border-glass);background:var(--panel-surface-bg);box-shadow:var(--card-shadow), inset 0 1px 0 var(--inset-highlight);-webkit-backdrop-filter:var(--dropdown-glass-blur,blur(20px));transform-origin:100% 0;border-radius:18px;animation:.24s cubic-bezier(.22,1,.36,1) notifications-menu-module__i3OO0q__menuIn;position:fixed;overflow:hidden}.notifications-menu-module__i3OO0q__menu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}@keyframes notifications-menu-module__i3OO0q__menuIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.notifications-menu-module__i3OO0q__menuHeader{border-bottom:1px solid var(--border-subtle);padding:14px 14px 12px}.notifications-menu-module__i3OO0q__menuHeaderRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.notifications-menu-module__i3OO0q__menuTitle{letter-spacing:-.02em;color:var(--foreground);font-size:.92rem;font-weight:700}.notifications-menu-module__i3OO0q__menuSub{color:var(--text-muted);margin:6px 0 0;font-size:.76rem}.notifications-menu-module__i3OO0q__clearButton{color:var(--accent-cyan);cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:.74rem;font-weight:700}.notifications-menu-module__i3OO0q__menuBody{overscroll-behavior:contain;max-height:min(360px,100vh - 120px);overflow-y:auto}.notifications-menu-module__i3OO0q__list{margin:0;padding:6px;list-style:none}.notifications-menu-module__i3OO0q__menuItem{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:10px;padding:10px;transition:background .18s,border-color .18s;display:flex}.notifications-menu-module__i3OO0q__toneDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.notifications-menu-module__i3OO0q__itemPositive{background:var(--positive);box-shadow:0 0 0 3px color-mix(in srgb, var(--positive) 22%, transparent)}.notifications-menu-module__i3OO0q__itemNegative{background:var(--negative);box-shadow:0 0 0 3px color-mix(in srgb, var(--negative) 22%, transparent)}.notifications-menu-module__i3OO0q__itemNeutral{background:var(--accent-cyan);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-cyan) 22%, transparent)}.notifications-menu-module__i3OO0q__itemCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.notifications-menu-module__i3OO0q__itemTitle{color:var(--foreground);font-size:.82rem;font-weight:700}.notifications-menu-module__i3OO0q__itemBody{color:var(--text-subtle);font-size:.76rem;line-height:1.35}.notifications-menu-module__i3OO0q__itemTime{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-top:2px;font-size:.7rem}.notifications-menu-module__i3OO0q__emptyState{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:28px 20px 32px;display:flex}.notifications-menu-module__i3OO0q__emptyIcon{background:var(--surface-hover);width:44px;height:44px;color:var(--text-muted);border-radius:14px;place-items:center;display:grid}.notifications-menu-module__i3OO0q__emptyIcon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.notifications-menu-module__i3OO0q__emptyTitle{color:var(--foreground);margin:0;font-size:.86rem;font-weight:700}.notifications-menu-module__i3OO0q__emptyCopy{max-width:22ch;color:var(--text-muted);margin:0;font-size:.76rem;line-height:1.45}@media (hover:hover) and (pointer:fine){.notifications-menu-module__i3OO0q__trigger:hover{color:var(--foreground)}.notifications-menu-module__i3OO0q__clearButton:hover:not(:active){text-decoration:underline}.notifications-menu-module__i3OO0q__menuItem:hover:not(:active){background:var(--surface-hover);border-color:var(--border-subtle)}}.notifications-menu-module__i3OO0q__sheetRoot{display:none}@media (max-width:900px){.notifications-menu-module__i3OO0q__trigger{border-radius:10px;width:40px;min-width:40px;height:40px}.notifications-menu-module__i3OO0q__triggerIcon,.notifications-menu-module__i3OO0q__trigger svg{width:20px;height:20px}.notifications-menu-module__i3OO0q__sheetRoot{z-index:230;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.notifications-menu-module__i3OO0q__sheetBackdrop{background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(8px);cursor:pointer;border:0;padding:0;position:absolute;inset:0}.notifications-menu-module__i3OO0q__menuSheet{z-index:1;width:100%;max-height:min(70dvh,520px);padding-bottom:env(safe-area-inset-bottom,0px);transform-origin:bottom;touch-action:none;border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;margin:0;animation:.3s cubic-bezier(.22,1,.36,1) notifications-menu-module__i3OO0q__sheetUp;position:relative}.notifications-menu-module__i3OO0q__menuSheet:before{display:none}@keyframes notifications-menu-module__i3OO0q__sheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.notifications-menu-module__i3OO0q__menuSheet .notifications-menu-module__i3OO0q__menuHeader{padding:16px 16px 12px}.notifications-menu-module__i3OO0q__menuSheet .notifications-menu-module__i3OO0q__menuBody{scrollbar-width:none;max-height:min(70dvh - 88px,420px)}.notifications-menu-module__i3OO0q__menuSheet .notifications-menu-module__i3OO0q__menuBody::-webkit-scrollbar{display:none}.notifications-menu-module__i3OO0q__menuSheet .notifications-menu-module__i3OO0q__list{padding:6px 10px 12px}.notifications-menu-module__i3OO0q__menuSheet .notifications-menu-module__i3OO0q__menuItem{min-height:52px;padding:12px 10px}.notifications-menu-module__i3OO0q__menuSheet .notifications-menu-module__i3OO0q__emptyState{padding:32px 20px 40px}}
.theme-toggle-module__f4CsAa__toggle{width:40px;min-width:40px;height:40px;color:var(--text-secondary);cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,box-shadow .2s;display:inline-flex;position:relative}.theme-toggle-module__f4CsAa__toggle:hover{color:var(--foreground);background:0 0}.theme-toggle-module__f4CsAa__toggle:focus-visible{box-shadow:var(--focus-ring);outline:none}.theme-toggle-module__f4CsAa__toggle:active{transform:scale(.96)}.theme-toggle-module__f4CsAa__icon{transition:opacity var(--theme-transition-duration,.5s) var(--theme-transition-easing,ease), transform var(--theme-transition-duration,.5s) var(--theme-transition-easing,ease);display:block;position:absolute}html.view-transition-active .theme-toggle-module__f4CsAa__icon{transition:none}.theme-toggle-module__f4CsAa__iconSun{opacity:1;transform:scale(1)rotate(0)}.theme-toggle-module__f4CsAa__iconMoon{opacity:0;transform:scale(.82)rotate(-24deg)}html[data-theme=light] .theme-toggle-module__f4CsAa__iconSun{opacity:0;transform:scale(.82)rotate(24deg)}html[data-theme=light] .theme-toggle-module__f4CsAa__iconMoon{opacity:1;transform:scale(1)rotate(0)}@media (max-width:767px){.theme-toggle-module__f4CsAa__toggle{width:40px;min-width:40px;height:40px;min-height:40px}}.theme-toggle-module__f4CsAa__segmented{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--foreground) 4%, transparent);box-sizing:border-box;isolation:isolate;border-radius:11px;grid-template-columns:1fr 1fr;gap:0;width:100%;padding:3px;display:grid;position:relative}.theme-toggle-module__f4CsAa__segmentThumb{z-index:0;background:var(--brand-neon);width:calc(50% - 3px);height:calc(100% - 6px);box-shadow:0 1px 0 color-mix(in srgb, var(--on-accent) 12%, transparent);pointer-events:none;will-change:transform;border-radius:8px;transition:transform .2s cubic-bezier(.22,1,.36,1);position:absolute;top:3px;left:3px}.theme-toggle-module__f4CsAa__segmented[data-active=dark] .theme-toggle-module__f4CsAa__segmentThumb{transform:translate(calc(100% + 3px))}.theme-toggle-module__f4CsAa__segment{z-index:1;appearance:none;min-height:36px;color:var(--text-muted);letter-spacing:-.02em;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-family:inherit;font-size:.84rem;font-weight:650;line-height:1;transition:color .22s;display:inline-flex;position:relative}.theme-toggle-module__f4CsAa__segment:active{transform:scale(.98)}.theme-toggle-module__f4CsAa__segmentActive{color:var(--on-accent)}.theme-toggle-module__f4CsAa__segment svg{stroke:currentColor;flex-shrink:0;transition:stroke .22s}@media (prefers-reduced-motion:reduce){.theme-toggle-module__f4CsAa__segmentThumb,.theme-toggle-module__f4CsAa__segment,.theme-toggle-module__f4CsAa__segment svg{transition:none}}
.wallet-deposit-sheet-module___Tf6hG__root{z-index:240;padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wallet-deposit-sheet-module___Tf6hG__backdrop{z-index:0;cursor:pointer;background:#0000009e;border:0;position:absolute;inset:0}.wallet-deposit-sheet-module___Tf6hG__dialog{z-index:1;pointer-events:auto;border:1px solid var(--border);background:var(--background-elevated);width:min(100%,380px);box-shadow:var(--card-shadow);border-radius:16px;outline:none;flex-direction:column;align-items:stretch;gap:16px;padding:18px 18px 20px;animation:.24s cubic-bezier(.22,1,.36,1) wallet-deposit-sheet-module___Tf6hG__depositIn;display:flex;position:relative}@keyframes wallet-deposit-sheet-module___Tf6hG__depositIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wallet-deposit-sheet-module___Tf6hG__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wallet-deposit-sheet-module___Tf6hG__headerCopy{min-width:0}.wallet-deposit-sheet-module___Tf6hG__title{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:1.05rem;font-weight:800}.wallet-deposit-sheet-module___Tf6hG__subtitle{color:var(--text-muted);margin:4px 0 0;font-size:.82rem;font-weight:600;line-height:1.4}.wallet-deposit-sheet-module___Tf6hG__closeBtn{border:1px solid var(--border-subtle);background:var(--surface-hover);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.wallet-deposit-sheet-module___Tf6hG__qrWrap{border:1px solid var(--border-subtle);background:#fff;border-radius:14px;justify-content:center;align-self:center;align-items:center;padding:14px;display:flex}.wallet-deposit-sheet-module___Tf6hG__addressBlock{flex-direction:column;gap:8px;display:flex}.wallet-deposit-sheet-module___Tf6hG__addressLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.62rem;font-weight:700}.wallet-deposit-sheet-module___Tf6hG__addressRow{border:1px solid var(--border-subtle);background:var(--surface-muted);border-radius:12px;align-items:center;gap:8px;min-width:0;padding:10px 10px 10px 12px;display:flex}[data-theme=dark] .wallet-deposit-sheet-module___Tf6hG__addressRow{border:1px solid var(--border)}.wallet-deposit-sheet-module___Tf6hG__address{min-width:0;font-family:var(--font-geist-mono,ui-monospace, monospace);white-space:nowrap;word-break:normal;color:var(--foreground);scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex:auto;margin:0;font-size:.72rem;font-weight:600;line-height:1.35;overflow-x:auto}.wallet-deposit-sheet-module___Tf6hG__copyBtn{border:1px solid var(--border-subtle);background:var(--background-elevated);width:34px;height:34px;color:var(--foreground);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}[data-theme=dark] .wallet-deposit-sheet-module___Tf6hG__copyBtn{border:1px solid var(--border);background:var(--surface-card)}.wallet-deposit-sheet-module___Tf6hG__copyBtnIcon{stroke-width:2px;width:16px;height:16px}.wallet-deposit-sheet-module___Tf6hG__copyStatus{min-height:1rem;color:var(--text-muted);margin:0;font-size:.74rem;font-weight:600}.wallet-deposit-sheet-module___Tf6hG__copyStatus[data-state=copied]{color:var(--positive)}.wallet-deposit-sheet-module___Tf6hG__copyStatus[data-state=failed]{color:var(--negative)}@media (hover:hover) and (pointer:fine){.wallet-deposit-sheet-module___Tf6hG__closeBtn:hover{color:var(--foreground);border-color:var(--border)}.wallet-deposit-sheet-module___Tf6hG__copyBtn:hover{border-color:var(--border);background:var(--surface-hover)}}.wallet-deposit-sheet-module___Tf6hG__closeBtn:focus-visible,.wallet-deposit-sheet-module___Tf6hG__copyBtn:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}@media (max-width:900px){.wallet-deposit-sheet-module___Tf6hG__root{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:100svh;padding:max(20px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(20px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));justify-content:center;align-items:center;display:flex;overflow-y:auto}.wallet-deposit-sheet-module___Tf6hG__dialog{width:min(100%,360px);max-width:calc(100vw - 32px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));max-height:calc(100dvh - max(40px, env(safe-area-inset-top,0px)) - max(40px, env(safe-area-inset-bottom,0px)));overscroll-behavior:contain;flex-shrink:0;margin:auto;overflow-y:auto}}
.wallet-withdraw-sheet-module__0UeRNG__root{z-index:240;padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wallet-withdraw-sheet-module__0UeRNG__backdrop{z-index:0;cursor:pointer;background:#0000009e;border:0;position:absolute;inset:0}.wallet-withdraw-sheet-module__0UeRNG__dialog{z-index:1;pointer-events:auto;border:1px solid var(--border);background:var(--background-elevated);width:min(100%,400px);box-shadow:var(--card-shadow);border-radius:16px;outline:none;flex-direction:column;align-items:stretch;gap:14px;padding:18px 18px 20px;animation:.24s cubic-bezier(.22,1,.36,1) wallet-withdraw-sheet-module__0UeRNG__withdrawIn;display:flex;position:relative}@keyframes wallet-withdraw-sheet-module__0UeRNG__withdrawIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wallet-withdraw-sheet-module__0UeRNG__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wallet-withdraw-sheet-module__0UeRNG__headerCopy{min-width:0}.wallet-withdraw-sheet-module__0UeRNG__title{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:1.05rem;font-weight:800}.wallet-withdraw-sheet-module__0UeRNG__subtitle{color:var(--text-muted);margin:4px 0 0;font-size:.82rem;font-weight:600;line-height:1.4}.wallet-withdraw-sheet-module__0UeRNG__closeBtn{border:1px solid var(--border-subtle);background:var(--surface-hover);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.wallet-withdraw-sheet-module__0UeRNG__field{flex-direction:column;gap:8px;display:flex}.wallet-withdraw-sheet-module__0UeRNG__fieldLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.62rem;font-weight:700}.wallet-withdraw-sheet-module__0UeRNG__tokenPicker{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.wallet-withdraw-sheet-module__0UeRNG__tokenOption{border:1px solid var(--border-subtle);background:var(--surface-muted);min-height:42px;color:var(--foreground);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:.78rem;font-weight:700;display:flex}[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__tokenOption{border:1px solid var(--border)}.wallet-withdraw-sheet-module__0UeRNG__tokenOption[data-selected=true]{border-color:var(--filter-item-active-border);background:var(--filter-item-active-bg);color:var(--filter-item-active-text);box-shadow:var(--filter-item-active-shadow)}.wallet-withdraw-sheet-module__0UeRNG__tokenOptionLogo{object-fit:cover;border-radius:50%;flex-shrink:0}.wallet-withdraw-sheet-module__0UeRNG__textInput{border:1px solid var(--border-subtle);background:var(--surface-muted);width:100%;min-width:0;color:var(--foreground);box-shadow:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:12px;outline:none;padding:11px 12px;font-size:1rem;font-weight:600;line-height:1.35}[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__textInput{border:1px solid var(--border)}.wallet-withdraw-sheet-module__0UeRNG__textInput::placeholder{color:var(--text-muted)}.wallet-withdraw-sheet-module__0UeRNG__textInput:hover,.wallet-withdraw-sheet-module__0UeRNG__textInput:focus,.wallet-withdraw-sheet-module__0UeRNG__textInput:focus-visible,.wallet-withdraw-sheet-module__0UeRNG__textInput:active{box-shadow:none;border-color:var(--border-subtle);background:var(--surface-muted);color:var(--foreground);outline:none}:is([data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__textInput:hover,[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__textInput:focus,[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__textInput:focus-visible,[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__textInput:active){border-color:var(--border);background:var(--surface-muted)}.wallet-withdraw-sheet-module__0UeRNG__recipientInput{font-family:var(--font-geist-mono,ui-monospace, monospace);font-size:1rem}.wallet-withdraw-sheet-module__0UeRNG__amountRow{align-items:stretch;gap:8px;display:flex}.wallet-withdraw-sheet-module__0UeRNG__amountInput{font-variant-numeric:tabular-nums;flex:auto;min-width:0}.wallet-withdraw-sheet-module__0UeRNG__maxBtn{border:1px solid var(--border-subtle);background:var(--background-elevated);color:var(--foreground);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:12px;flex-shrink:0;padding:0 14px;font-size:.74rem;font-weight:800}[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__maxBtn{border:1px solid var(--border);background:var(--surface-card)}.wallet-withdraw-sheet-module__0UeRNG__balanceHint{color:var(--text-muted);margin:0;font-size:.74rem;font-weight:600}.wallet-withdraw-sheet-module__0UeRNG__networkRow{border:1px solid var(--border-subtle);background:var(--surface-muted);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__networkRow{border:1px solid var(--border)}.wallet-withdraw-sheet-module__0UeRNG__networkLabel{color:var(--text-muted);font-size:.74rem;font-weight:700}.wallet-withdraw-sheet-module__0UeRNG__networkValue{color:var(--foreground);font-size:.78rem;font-weight:600}.wallet-withdraw-sheet-module__0UeRNG__message{margin:0;font-size:.78rem;font-weight:600;line-height:1.4}.wallet-withdraw-sheet-module__0UeRNG__message[data-tone=error]{color:var(--negative)}.wallet-withdraw-sheet-module__0UeRNG__message[data-tone=success]{color:var(--positive)}.wallet-withdraw-sheet-module__0UeRNG__message[data-tone=muted]{color:var(--text-muted)}.wallet-withdraw-sheet-module__0UeRNG__actions{flex-direction:column;gap:8px;display:flex}.wallet-withdraw-sheet-module__0UeRNG__primaryBtn,.wallet-withdraw-sheet-module__0UeRNG__secondaryBtn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:.88rem;font-weight:800;display:inline-flex}.wallet-withdraw-sheet-module__0UeRNG__primaryBtn{background:var(--accent-cyan);color:var(--accent-cyan-foreground,#0a0a0a);border:0}.wallet-withdraw-sheet-module__0UeRNG__primaryBtn:disabled{opacity:.45;cursor:not-allowed}.wallet-withdraw-sheet-module__0UeRNG__secondaryBtn{border:1px solid var(--border-subtle);background:var(--surface-hover);color:var(--foreground)}[data-theme=dark] .wallet-withdraw-sheet-module__0UeRNG__secondaryBtn{border:1px solid var(--border)}.wallet-withdraw-sheet-module__0UeRNG__successBlock{border:1px solid color-mix(in srgb, var(--positive) 35%, var(--border));background:color-mix(in srgb, var(--positive) 8%, var(--surface-muted));border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.wallet-withdraw-sheet-module__0UeRNG__successTitle{color:var(--positive);margin:0;font-size:.88rem;font-weight:800}.wallet-withdraw-sheet-module__0UeRNG__txHash{font-family:var(--font-geist-mono,ui-monospace, monospace);white-space:nowrap;color:var(--foreground);margin:0;font-size:.72rem;font-weight:600;overflow-x:auto}@media (hover:hover) and (pointer:fine){.wallet-withdraw-sheet-module__0UeRNG__closeBtn:hover{color:var(--foreground);border-color:var(--border)}.wallet-withdraw-sheet-module__0UeRNG__tokenOption:hover:not([data-selected=true]){border-color:var(--border)}.wallet-withdraw-sheet-module__0UeRNG__maxBtn:hover{border-color:var(--border);background:var(--surface-hover)}.wallet-withdraw-sheet-module__0UeRNG__secondaryBtn:hover{border-color:var(--border)}}.wallet-withdraw-sheet-module__0UeRNG__closeBtn:focus-visible,.wallet-withdraw-sheet-module__0UeRNG__tokenOption:focus-visible,.wallet-withdraw-sheet-module__0UeRNG__maxBtn:focus-visible,.wallet-withdraw-sheet-module__0UeRNG__primaryBtn:focus-visible,.wallet-withdraw-sheet-module__0UeRNG__secondaryBtn:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}@media (max-width:900px){.wallet-withdraw-sheet-module__0UeRNG__root{overscroll-behavior:none;height:100%;max-height:100%;padding:max(20px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(20px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));justify-content:center;align-items:center;display:flex;overflow:hidden}.wallet-withdraw-sheet-module__0UeRNG__dialog{width:min(100%,360px);max-width:calc(100% - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex-shrink:1;max-height:100%;margin:0;overflow:hidden auto}}
.wallet-balance-panel-module__diuXGW__rootCard{border:1px solid var(--border);background-color:var(--background-elevated);background-image:none;border-radius:20px;flex-direction:column;gap:14px;min-width:0;padding:20px 22px 22px;display:flex;}.wallet-balance-panel-module__diuXGW__rootDrawer{flex-direction:column;gap:0;min-width:0;display:flex}.wallet-balance-panel-module__diuXGW__drawerHero{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:6px;padding:0 2px 14px;display:flex}[data-theme=dark] .wallet-balance-panel-module__diuXGW__drawerHero{border-bottom:1px solid var(--border)}.wallet-balance-panel-module__diuXGW__drawerEyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:700}.wallet-balance-panel-module__diuXGW__drawerValue{font-variant-numeric:tabular-nums;letter-spacing:-.04em;color:var(--foreground);margin:0;font-size:1.72rem;font-weight:800;line-height:1.05}.wallet-balance-panel-module__diuXGW__drawerAssets{flex-direction:column;gap:0;margin:0;padding:4px 0 0;list-style:none;display:flex}.wallet-balance-panel-module__diuXGW__drawerAssetRow{align-items:center;gap:10px;min-height:50px;padding:10px 2px;display:flex}.wallet-balance-panel-module__diuXGW__drawerAssetRow+.wallet-balance-panel-module__diuXGW__drawerAssetRow{border-top:1px solid var(--border-subtle)}[data-theme=dark] .wallet-balance-panel-module__diuXGW__drawerAssetRow+.wallet-balance-panel-module__diuXGW__drawerAssetRow{border-top:1px solid var(--border)}.wallet-balance-panel-module__diuXGW__drawerAssetLogo{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px}.wallet-balance-panel-module__diuXGW__drawerAssetSymbol{letter-spacing:-.01em;color:var(--foreground);font-size:.88rem;font-weight:700;line-height:1.2}.wallet-balance-panel-module__diuXGW__drawerAssetAmount{font-variant-numeric:tabular-nums;text-align:right;min-width:0;max-width:58%;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-left:auto;font-size:.84rem;font-weight:600;line-height:1.2;overflow:hidden}.wallet-balance-panel-module__diuXGW__drawerActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:16px;display:grid}.wallet-balance-panel-module__diuXGW__drawerActionDeposit,.wallet-balance-panel-module__diuXGW__drawerActionWithdraw{border:1px solid var(--border-subtle);background:var(--surface-muted);width:100%;min-height:0;color:var(--foreground);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:none;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:11px 8px 10px;font-family:inherit;transition:background-color .15s,border-color .15s,transform .12s;display:flex}.wallet-balance-panel-module__diuXGW__drawerActionIconWell{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.wallet-balance-panel-module__diuXGW__drawerActionDeposit .wallet-balance-panel-module__diuXGW__drawerActionIconWell{background:color-mix(in srgb, var(--brand-neon) 18%, transparent);color:var(--brand-neon)}.wallet-balance-panel-module__diuXGW__drawerActionWithdraw .wallet-balance-panel-module__diuXGW__drawerActionIconWell{background:color-mix(in srgb, var(--foreground) 7%, transparent);color:var(--foreground)}.wallet-balance-panel-module__diuXGW__drawerActionIcon{stroke-width:2.35px;flex-shrink:0;width:18px;height:18px}.wallet-balance-panel-module__diuXGW__drawerActionLabel{letter-spacing:-.01em;color:var(--text-secondary);font-size:.72rem;font-weight:600;line-height:1.1}.wallet-balance-panel-module__diuXGW__drawerActionDeposit:active,.wallet-balance-panel-module__diuXGW__drawerActionWithdraw:active{background:var(--surface-hover);transform:scale(.97)}:is([data-theme=dark] .wallet-balance-panel-module__diuXGW__drawerActionDeposit,[data-theme=dark] .wallet-balance-panel-module__diuXGW__drawerActionWithdraw){border-color:var(--border);background:var(--surface-card)}:is([data-theme=dark] .wallet-balance-panel-module__diuXGW__drawerActionDeposit:active,[data-theme=dark] .wallet-balance-panel-module__diuXGW__drawerActionWithdraw:active){background:var(--surface-hover)}.wallet-balance-panel-module__diuXGW__primary{flex-direction:column;gap:8px;min-width:0;display:flex}.wallet-balance-panel-module__diuXGW__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;font-size:.62rem;font-weight:700;display:inline-flex}.wallet-balance-panel-module__diuXGW__labelIcon{stroke-width:2px;width:13px;height:13px}.wallet-balance-panel-module__diuXGW__valueRow{align-items:center;gap:8px;min-width:0;margin:0 0 4px;display:flex}.wallet-balance-panel-module__diuXGW__value{font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:var(--foreground);font-size:clamp(1.08rem,1.6vw,1.28rem);font-weight:800;line-height:1}.wallet-balance-panel-module__diuXGW__valueSkeleton,.wallet-balance-panel-module__diuXGW__valueSkeletonLg,.wallet-balance-panel-module__diuXGW__holdingSkeleton{background:var(--surface-muted);border-radius:8px;display:inline-block;position:relative;overflow:hidden}.wallet-balance-panel-module__diuXGW__valueSkeleton,.wallet-balance-panel-module__diuXGW__valueSkeletonLg{vertical-align:-.12em;width:5.6em;height:1em}.wallet-balance-panel-module__diuXGW__valueSkeletonLg{border-radius:10px;width:7.2rem;height:1.72rem}.wallet-balance-panel-module__diuXGW__holdingSkeleton{vertical-align:-.1em;width:3.2em;height:.85em}.wallet-balance-panel-module__diuXGW__valueSkeleton:after,.wallet-balance-panel-module__diuXGW__valueSkeletonLg:after,.wallet-balance-panel-module__diuXGW__holdingSkeleton:after{content:"";background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--foreground) 8%, transparent) 50%, transparent 100%);animation:1.4s ease-in-out infinite wallet-balance-panel-module__diuXGW__walletValueShimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes wallet-balance-panel-module__diuXGW__walletValueShimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.wallet-balance-panel-module__diuXGW__valueSkeleton:after,.wallet-balance-panel-module__diuXGW__valueSkeletonLg:after,.wallet-balance-panel-module__diuXGW__holdingSkeleton:after{animation:none}}.wallet-balance-panel-module__diuXGW__holdings{border:1px solid var(--border-subtle);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.wallet-balance-panel-module__diuXGW__holdingRow{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:64px;padding:8px 6px;display:flex}.wallet-balance-panel-module__diuXGW__holdingRow:not(:last-child){border-right:1px solid var(--border-subtle)}[data-theme=dark] .wallet-balance-panel-module__diuXGW__holdings{border:1px solid var(--border)}[data-theme=dark] .wallet-balance-panel-module__diuXGW__holdingRow:not(:last-child){border-right:1px solid var(--border)}.wallet-balance-panel-module__diuXGW__holdingHead{justify-content:center;align-items:center;gap:5px;max-width:100%;display:inline-flex}.wallet-balance-panel-module__diuXGW__holdingLogo{object-fit:cover;border-radius:50%;flex-shrink:0;width:18px;height:18px}.wallet-balance-panel-module__diuXGW__holdingSymbol{letter-spacing:.04em;color:var(--foreground);font-size:.68rem;font-weight:700;line-height:1.2}.wallet-balance-panel-module__diuXGW__holdingAmount{font-variant-numeric:tabular-nums;width:100%;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;font-weight:600;line-height:1.2;overflow:hidden}.wallet-balance-panel-module__diuXGW__eyeBtn{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.wallet-balance-panel-module__diuXGW__eyeIcon{stroke-width:2px;width:16px;height:16px}.wallet-balance-panel-module__diuXGW__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;display:grid}.wallet-balance-panel-module__diuXGW__actionDeposit,.wallet-balance-panel-module__diuXGW__actionWithdraw{white-space:nowrap;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:.8rem;font-weight:700;transition:background-color .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex}.wallet-balance-panel-module__diuXGW__actionIcon{stroke-width:2px;flex-shrink:0;width:16px;height:16px}.wallet-balance-panel-module__diuXGW__actionDeposit{background:var(--connect-gradient);color:var(--on-accent);box-shadow:var(--connect-shadow);border:0}.wallet-balance-panel-module__diuXGW__actionWithdraw{border:1px solid var(--border-subtle);background:var(--surface-hover);color:var(--foreground)}[data-theme=dark] .wallet-balance-panel-module__diuXGW__actionWithdraw{border:1px solid var(--border)}@media (hover:hover) and (pointer:fine){.wallet-balance-panel-module__diuXGW__drawerActionDeposit:hover,.wallet-balance-panel-module__diuXGW__drawerActionWithdraw:hover{border-color:var(--border);background:var(--surface-hover)}.wallet-balance-panel-module__diuXGW__eyeBtn:hover{color:var(--foreground);background:var(--btn-ghost-hover-bg)}.wallet-balance-panel-module__diuXGW__actionDeposit:hover{box-shadow:var(--connect-hover-shadow)}.wallet-balance-panel-module__diuXGW__actionWithdraw:hover{border-color:var(--border);color:var(--foreground)}}.wallet-balance-panel-module__diuXGW__eyeBtn:focus-visible,.wallet-balance-panel-module__diuXGW__actionDeposit:focus-visible,.wallet-balance-panel-module__diuXGW__actionWithdraw:focus-visible,.wallet-balance-panel-module__diuXGW__drawerActionDeposit:focus-visible,.wallet-balance-panel-module__diuXGW__drawerActionWithdraw:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}@media (max-width:900px){.wallet-balance-panel-module__diuXGW__rootCard{border-radius:var(--mobile-card-radius)}}
.activity-table-module__tQLw_G__traderCell{min-width:0;max-width:100%;color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex;overflow:visible}.activity-table-module__tQLw_G__traderCell:hover .activity-table-module__tQLw_G__traderName{color:var(--foreground)}.activity-table-module__tQLw_G__traderAvatar{background:linear-gradient(135deg, var(--accent-purple-text), var(--accent-cyan));border-radius:7px;flex-shrink:0;width:22px;height:22px}.activity-table-module__tQLw_G__traderAvatarLg{border-radius:10px;flex-shrink:0;width:36px;height:36px}.activity-table-module__tQLw_G__traderName{color:var(--text-body);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.activity-table-module__tQLw_G__traderStackLink,.activity-table-module__tQLw_G__traderStackMain{min-width:0;color:inherit;-webkit-tap-highlight-color:transparent;flex:1;align-items:center;gap:10px;text-decoration:none;display:flex}.activity-table-module__tQLw_G__traderStackCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.activity-table-module__tQLw_G__traderStackCopy .activity-table-module__tQLw_G__traderName{letter-spacing:-.02em;color:var(--foreground);font-size:.88rem;font-weight:700}.activity-table-module__tQLw_G__traderWallet{font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--text-muted);font-size:.72rem;font-weight:600}.activity-table-module__tQLw_G__traderStackLink:hover .activity-table-module__tQLw_G__traderName,.activity-table-module__tQLw_G__traderStackLink:hover .activity-table-module__tQLw_G__traderWallet{color:var(--foreground)}.activity-table-module__tQLw_G__mobileList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:none}.activity-table-module__tQLw_G__mobileCard{border:1px solid var(--border-subtle);background:var(--surface-scrim);border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.activity-table-module__tQLw_G__mobileCardTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.activity-table-module__tQLw_G__mobileCardTopEnd{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.activity-table-module__tQLw_G__mobileStatusRow{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.activity-table-module__tQLw_G__mobileMarketRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.activity-table-module__tQLw_G__mobileMarketLink{min-width:0;color:inherit;-webkit-tap-highlight-color:transparent;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.activity-table-module__tQLw_G__mobileMarketSymbol{letter-spacing:-.02em;color:var(--foreground);font-size:.92rem;font-weight:800}.activity-table-module__tQLw_G__mobileMarketLogo{border-radius:50%;flex-shrink:0}.activity-table-module__tQLw_G__mobileVenueRow{min-width:0;color:inherit;-webkit-tap-highlight-color:transparent;align-items:center;gap:8px;text-decoration:none;display:flex}.activity-table-module__tQLw_G__mobileVenueName{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.82rem;font-weight:600;overflow:hidden}.activity-table-module__tQLw_G__mobileCompactMeta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.activity-table-module__tQLw_G__mobileMetrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.activity-table-module__tQLw_G__mobileMetricsFeed{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-table-module__tQLw_G__mobileMetric{border:1px solid var(--border-subtle);background:var(--surface-input);border-radius:10px;flex-direction:column;gap:3px;min-width:0;padding:8px 6px;display:flex}.activity-table-module__tQLw_G__mobileMetric dt{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.58rem;font-weight:700}.activity-table-module__tQLw_G__mobileMetric dd{color:var(--foreground);overflow-wrap:anywhere;margin:0;font-size:.76rem;font-weight:700;line-height:1.25}.activity-table-module__tQLw_G__mobileMono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}@media (max-width:900px){.activity-table-module__tQLw_G__mobileList{display:flex}}.activity-table-module__tQLw_G__horizonTag{background:var(--accent-purple-soft);color:var(--accent-purple-text);white-space:nowrap;border-radius:8px;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.activity-table-module__tQLw_G__paymentTokenChip{color:var(--text-secondary);letter-spacing:.04em;white-space:nowrap;vertical-align:middle;background:0 0;border:none;border-radius:0;align-items:center;gap:5px;padding:0;font-size:.68rem;font-weight:700;display:inline-flex}.activity-table-module__tQLw_G__paymentTokenChipLogo{object-fit:cover;border-radius:50%;flex-shrink:0;width:16px;height:16px}.activity-table-module__tQLw_G__paymentTokenChipLabel{line-height:1}.activity-table-module__tQLw_G__paymentTokenChipEmpty{color:var(--text-muted);font-weight:600}
.platform-activity-module__GamuvW__shell{z-index:10;flex-shrink:0;width:100%;padding:24px 20px 32px}.platform-activity-module__GamuvW__activityCard{border:1px solid var(--border);background-color:var(--background-elevated);-webkit-backdrop-filter:none;background-image:none;border-radius:20px;flex-direction:column;width:100%;padding:20px;display:flex;position:relative;overflow:hidden}.platform-activity-module__GamuvW__activityHeader{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.platform-activity-module__GamuvW__activityHeaderCopy{min-width:0}.platform-activity-module__GamuvW__activityTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:.72rem;font-weight:700}.platform-activity-module__GamuvW__activitySub{color:var(--text-muted);margin:6px 0 0;font-size:.84rem}.platform-activity-module__GamuvW__headerLink{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-body);white-space:nowrap;border-radius:9px;flex-shrink:0;align-items:center;padding:7px 14px;font-size:.84rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.platform-activity-module__GamuvW__tableWrap{--activity-visible-rows:7;--activity-row-height:48px;--activity-head-height:40px;--table-head-bg:color-mix(in srgb, var(--foreground) 4%, var(--surface-input));max-height:calc(var(--activity-head-height) + var(--activity-row-height) * var(--activity-visible-rows));overscroll-behavior:contain;border:1px solid var(--border-subtle);border-radius:14px;overflow:auto}.platform-activity-module__GamuvW__activityTable{border-collapse:collapse;width:100%;min-width:68rem;font-size:.84rem}.platform-activity-module__GamuvW__activityTable thead{z-index:1;position:sticky;top:0}.platform-activity-module__GamuvW__activityTable th{border-bottom:1px solid var(--border-subtle);background:var(--table-head-bg);color:var(--text-muted);letter-spacing:.08em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:11px 14px;font-size:.65rem;font-weight:700}.platform-activity-module__GamuvW__activityTable td{height:var(--activity-row-height);color:var(--text-body);white-space:nowrap;vertical-align:middle;padding:0 14px}.platform-activity-module__GamuvW__activityTable tbody tr{transition:background .15s}.platform-activity-module__GamuvW__activityTable tbody tr:nth-child(2n){background:var(--surface-row-alt)}.platform-activity-module__GamuvW__venueCell,.platform-activity-module__GamuvW__tokenCell{align-items:center;gap:8px;min-width:0;display:inline-flex}.platform-activity-module__GamuvW__venueIcon,.platform-activity-module__GamuvW__tokenIcon{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.platform-activity-module__GamuvW__mono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.platform-activity-module__GamuvW__sideUp,.platform-activity-module__GamuvW__sideDown,.platform-activity-module__GamuvW__statusWon,.platform-activity-module__GamuvW__statusLost,.platform-activity-module__GamuvW__statusOpen,.platform-activity-module__GamuvW__statusVoid{border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.platform-activity-module__GamuvW__sideUp{background:var(--side-up-bg);color:var(--side-up-solid,var(--positive))}.platform-activity-module__GamuvW__statusWon{background:var(--side-up-bg);color:var(--positive)}.platform-activity-module__GamuvW__statusOpen{background:var(--accent-cyan-soft);color:var(--accent-cyan)}.platform-activity-module__GamuvW__sideDown,.platform-activity-module__GamuvW__statusLost{background:var(--side-down-bg);color:var(--negative)}.platform-activity-module__GamuvW__statusVoid{background:var(--void-bg);color:var(--void-text)}@media (max-width:900px){.platform-activity-module__GamuvW__shell{padding:0}.platform-activity-module__GamuvW__activityCard{padding:16px}.platform-activity-module__GamuvW__activityHeader{flex-direction:column;align-items:stretch}.platform-activity-module__GamuvW__headerLink{justify-content:center}.platform-activity-module__GamuvW__activityTable thead th:nth-child(7),.platform-activity-module__GamuvW__activityTable tbody td:nth-child(7){display:none}}.platform-activity-module__GamuvW__emptyRow{color:var(--text-muted);text-align:center;padding:24px 12px}@media (max-width:767px){.platform-activity-module__GamuvW__shell{display:none}}@media (max-width:640px){.platform-activity-module__GamuvW__activityTable thead th:nth-child(3),.platform-activity-module__GamuvW__activityTable tbody td:nth-child(3),.platform-activity-module__GamuvW__activityTable thead th:nth-child(9),.platform-activity-module__GamuvW__activityTable tbody td:nth-child(9){display:none}}@media (hover:hover) and (pointer:fine){.platform-activity-module__GamuvW__headerLink:hover{border-color:var(--accent-cyan-border);background:var(--btn-tab-active-cyan-bg);color:var(--btn-tab-active-cyan-text)}.platform-activity-module__GamuvW__activityTable tbody tr:hover{background:var(--surface-hover)}}
.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__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)}.wallet-menu-module__nzDOmG__drawerAccountItem:hover{border-color:var(--border);background:var(--surface-hover);color:var(--foreground)}}@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__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__drawerIdentity{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--surface) 50%, var(--background-elevated));box-sizing:border-box;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.wallet-menu-module__nzDOmG__drawerIdentityAvatar{box-shadow:0 0 0 2px color-mix(in srgb, var(--foreground) 6%, transparent);border-radius:13px;flex-shrink:0}.wallet-menu-module__nzDOmG__drawerIdentityCopy{flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;padding-top:2px;display:flex}.wallet-menu-module__nzDOmG__drawerIdentityTitleRow{align-items:center;gap:6px;width:100%;min-width:0;display:flex}.wallet-menu-module__nzDOmG__drawerIdentityName{letter-spacing:-.025em;min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:1.02rem;font-weight:750;line-height:1.2;overflow:hidden}.wallet-menu-module__nzDOmG__drawerIdentityCopyBtn{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__drawerIdentityCopyIcon{width:14px;height:14px}.wallet-menu-module__nzDOmG__drawerIdentityChip{border:1px solid var(--border-subtle);background:var(--surface-input);max-width:100%;color:var(--text-secondary);font-variant-numeric:tabular-nums;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:8px;align-items:center;gap:6px;margin:0;padding:5px 9px 5px 10px;font-family:inherit;font-size:.74rem;font-weight:600;display:inline-flex}.wallet-menu-module__nzDOmG__drawerIdentityChip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wallet-menu-module__nzDOmG__drawerIdentityChipIcon{width:13px;height:13px;color:var(--text-muted);flex-shrink:0}.wallet-menu-module__nzDOmG__drawerIdentityMeta{flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-top:2px;display:flex}.wallet-menu-module__nzDOmG__drawerNetworkBadge{background:color-mix(in srgb, var(--foreground) 6%, transparent);letter-spacing:.01em;max-width:100%;color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:.68rem;font-weight:700;line-height:1.2;display:inline-flex}.wallet-menu-module__nzDOmG__drawerNetworkBadge:before{content:"";background:var(--text-muted);border-radius:999px;flex-shrink:0;width:6px;height:6px}.wallet-menu-module__nzDOmG__drawerNetworkBadge[data-live=true]:before{background:var(--brand-neon);box-shadow:0 0 0 2px color-mix(in srgb, var(--brand-neon) 25%, transparent)}.wallet-menu-module__nzDOmG__drawerNetworkBadge[data-warn=true]{background:var(--negative-soft-bg);color:var(--negative)}.wallet-menu-module__nzDOmG__drawerNetworkBadge[data-warn=true]:before{background:var(--negative);box-shadow:none}.wallet-menu-module__nzDOmG__drawerCopyHint{color:var(--brand-neon);font-size:.68rem;font-weight:700}.wallet-menu-module__nzDOmG__drawerExportSection{flex-direction:column;gap:8px;min-width:0;display:flex}.wallet-menu-module__nzDOmG__drawerAccountItem{border:1px solid var(--border-subtle);background:var(--surface-input);width:100%;min-height:44px;color:var(--foreground);letter-spacing:-.01em;text-align:left;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:.84rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,transform .12s;display:flex}[data-theme=dark] .wallet-menu-module__nzDOmG__drawerAccountItem{border:1px solid var(--border);background:var(--surface-card)}.wallet-menu-module__nzDOmG__drawerAccountItem:active{background:var(--surface-hover);transform:scale(.99)}.wallet-menu-module__nzDOmG__drawerAccountIconWell{border:1px solid var(--border-subtle);background:var(--background-elevated);width:32px;height:32px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;place-items:center;display:grid}[data-theme=dark] .wallet-menu-module__nzDOmG__drawerAccountIconWell{border:1px solid var(--border)}.wallet-menu-module__nzDOmG__drawerAccountIcon{width:16px;height:16px}.wallet-menu-module__nzDOmG__drawerAccountLabel{min-width:0;line-height:1.25}.wallet-menu-module__nzDOmG__drawerSection{flex-direction:column;gap:8px;min-width:0;display:flex}.wallet-menu-module__nzDOmG__drawerSectionLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;padding:0 4px;font-size:.68rem;font-weight:700;line-height:1.2}.wallet-menu-module__nzDOmG__drawerList{flex-direction:column;width:100%;display:flex}.wallet-menu-module__nzDOmG__drawerList>*+*{box-shadow:inset 0 1px 0 var(--border-subtle)}.wallet-menu-module__nzDOmG__drawerList [class*=sheetRowTrigger]{letter-spacing:-.02em;background:0 0;border:0;border-radius:0;min-height:52px;padding:12px 4px;font-size:.98rem;font-weight:600}.wallet-menu-module__nzDOmG__drawerList [class*=sheetRowIcon]{width:22px;height:22px;color:var(--text-secondary);box-shadow:none;background:0 0;border-radius:0}.wallet-menu-module__nzDOmG__drawerList [class*=sheetRowIcon] svg{width:20px;height:20px}.wallet-menu-module__nzDOmG__drawerInlineError{color:var(--negative);margin:0;padding:0 4px;font-size:.72rem;line-height:1.35}.wallet-menu-module__nzDOmG__networkCardDrawer{border:1px solid var(--border-subtle);background:var(--surface-muted);border-radius:12px;margin:14px 0 0;padding:12px}.wallet-menu-module__nzDOmG__sheetRoot{display:none}@media (max-width:900px){.wallet-menu-module__nzDOmG__drawerRoot{z-index:230;pointer-events:none;justify-content:flex-start;align-items:stretch;display:flex;position:fixed;inset:0}.wallet-menu-module__nzDOmG__drawerRoot[data-open=true]{pointer-events:auto}.wallet-menu-module__nzDOmG__drawerBackdrop{background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(8px);cursor:pointer;opacity:0;border:0;padding:0;transition:opacity .28s;position:absolute;inset:0}.wallet-menu-module__nzDOmG__drawerRoot[data-open=true] .wallet-menu-module__nzDOmG__drawerBackdrop{opacity:1}.wallet-menu-module__nzDOmG__drawer{z-index:1;border:0;border-right:1px solid var(--border);background:var(--background-elevated);width:min(84vw,280px);height:100%;max-height:100dvh;box-shadow:var(--sidebar-shadow,var(--shadow-elevated));box-sizing:border-box;will-change:transform;flex-direction:column;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;transform:translate(-100%)}.wallet-menu-module__nzDOmG__drawerRoot[data-open=true] .wallet-menu-module__nzDOmG__drawer{transform:translate(0)}.wallet-menu-module__nzDOmG__drawerMain{min-height:0;padding:max(16px, env(safe-area-inset-top,0px)) 14px 12px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:22px;display:flex;overflow-y:auto}.wallet-menu-module__nzDOmG__drawerFooter{padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-subtle);background:color-mix(in srgb, var(--surface) 35%, var(--background-elevated));box-sizing:border-box;flex-direction:column;flex-shrink:0;margin-top:auto;display:flex}.wallet-menu-module__nzDOmG__drawerDisconnect{background:var(--negative-soft-bg);width:100%;min-height:44px;color:var(--negative);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:0;padding:0 12px;font-family:inherit;font-size:.88rem;font-weight:700;display:inline-flex}.wallet-menu-module__nzDOmG__drawerDisconnectIcon{flex-shrink:0;width:16px;height:16px}.wallet-menu-module__nzDOmG__drawerDisconnect:active{filter:brightness(.96)}.wallet-menu-module__nzDOmG__drawerIdentityCopyBtn:active,.wallet-menu-module__nzDOmG__drawerIdentityChip:active{background:var(--surface-hover);color:var(--foreground)}.wallet-menu-module__nzDOmG__drawerList [class*=sheetRowTrigger]:active{background:color-mix(in srgb, var(--foreground) 5%, transparent)}@media (prefers-reduced-motion:reduce){.wallet-menu-module__nzDOmG__drawer,.wallet-menu-module__nzDOmG__drawerBackdrop{transition:none}}.wallet-menu-module__nzDOmG__accountCard{padding:8px 16px 12px}.wallet-menu-module__nzDOmG__networkCard{margin:0 14px 10px}.wallet-menu-module__nzDOmG__networkSwitchButton{min-height:44px}.wallet-menu-module__nzDOmG__menuBody{padding:4px 14px calc(16px + env(safe-area-inset-bottom,0px));gap:8px}.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;--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{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}}
.share-win-card-sheet-module__8w3Jpq__root{z-index:260;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.share-win-card-sheet-module__8w3Jpq__backdrop{background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;touch-action:none;border:0;position:absolute;inset:0}.share-win-card-sheet-module__8w3Jpq__sheet{z-index:1;border:1px solid var(--border-subtle);background:var(--background-elevated);width:min(100%,520px);max-height:min(92dvh,760px);box-shadow:var(--card-shadow);border-radius:22px;outline:none;flex-direction:column;animation:.28s cubic-bezier(.22,1,.36,1) share-win-card-sheet-module__8w3Jpq__sheetIn;display:flex;position:relative;overflow:hidden}@keyframes share-win-card-sheet-module__8w3Jpq__sheetIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.share-win-card-sheet-module__8w3Jpq__dragHandle{display:none}.share-win-card-sheet-module__8w3Jpq__sheetBody{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow-y:auto}.share-win-card-sheet-module__8w3Jpq__sheetBody::-webkit-scrollbar{width:0;height:0;display:none}.share-win-card-sheet-module__8w3Jpq__header{flex-shrink:0;align-items:flex-start;padding:22px 22px 10px;display:flex}.share-win-card-sheet-module__8w3Jpq__headerCopy{min-width:0}.share-win-card-sheet-module__8w3Jpq__header h2{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:1.45rem;font-weight:800}.share-win-card-sheet-module__8w3Jpq__lead{max-width:34rem;color:var(--text-muted);margin:8px 0 0;font-size:.88rem;line-height:1.5}.share-win-card-sheet-module__8w3Jpq__previewWrap{border-radius:16px;margin:4px 22px 18px;overflow:hidden}.share-win-card-sheet-module__8w3Jpq__previewScaler{aspect-ratio:1200/630;background:#050505;border-radius:16px;width:100%;max-height:min(46vh,340px);position:relative;overflow:hidden}.share-win-card-sheet-module__8w3Jpq__previewInner{padding:var(--win-card-preview-pad,0);box-sizing:content-box;transform:translate(-50%, -50%) scale(var(--win-card-preview-scale,.32));transform-origin:50%;pointer-events:none;position:absolute;top:50%;left:50%}.share-win-card-sheet-module__8w3Jpq__exportMount{pointer-events:none;visibility:hidden;width:1200px;height:630px;position:fixed;top:0;left:-13000px;overflow:hidden}.share-win-card-sheet-module__8w3Jpq__actions{grid-template-columns:minmax(0,1fr);gap:10px;padding:0 22px 18px;display:grid}.share-win-card-sheet-module__8w3Jpq__nativeShareBtn,.share-win-card-sheet-module__8w3Jpq__copyImageBtn,.share-win-card-sheet-module__8w3Jpq__shareXBtn{border:2px solid var(--border);background:var(--surface-input);min-height:48px;color:var(--foreground);cursor:pointer;touch-action:manipulation;border-radius:12px;font-family:inherit;font-size:.92rem;font-weight:700}.share-win-card-sheet-module__8w3Jpq__actionRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.share-win-card-sheet-module__8w3Jpq__copyImageBtn:disabled{opacity:.65;cursor:wait}.share-win-card-sheet-module__8w3Jpq__footerHint{text-align:center;color:var(--text-muted);margin:0;padding:0 22px 22px;font-size:.82rem;line-height:1.45}@media (max-width:900px){.share-win-card-sheet-module__8w3Jpq__root{place-items:end;padding:0}.share-win-card-sheet-module__8w3Jpq__sheet{width:100%;max-height:min(92dvh,760px);padding-bottom:env(safe-area-inset-bottom,0px);transform-origin:bottom;touch-action:none;border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;animation:.32s cubic-bezier(.22,1,.36,1) share-win-card-sheet-module__8w3Jpq__sheetUp}@keyframes share-win-card-sheet-module__8w3Jpq__sheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.share-win-card-sheet-module__8w3Jpq__dragHandle{background:var(--border);border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px;display:block}.share-win-card-sheet-module__8w3Jpq__header{padding:12px 16px 8px}.share-win-card-sheet-module__8w3Jpq__header h2{font-size:1.22rem}.share-win-card-sheet-module__8w3Jpq__lead{font-size:.82rem}.share-win-card-sheet-module__8w3Jpq__previewWrap{margin:2px 16px 14px}.share-win-card-sheet-module__8w3Jpq__previewScaler{max-height:min(38vh,260px)}.share-win-card-sheet-module__8w3Jpq__actions{gap:10px;padding:0 16px 14px}.share-win-card-sheet-module__8w3Jpq__footerHint{padding:0 16px 16px}}@media (hover:hover) and (pointer:fine){.share-win-card-sheet-module__8w3Jpq__nativeShareBtn:hover,.share-win-card-sheet-module__8w3Jpq__copyImageBtn:hover:not(:disabled),.share-win-card-sheet-module__8w3Jpq__shareXBtn:hover{border-color:var(--border);background:var(--surface-hover)}}
.page-module__ByvEAa__shell{width:100%;min-height:min-content;font-family:var(--font-geist-sans);color:var(--foreground);background:var(--docs-canvas);flex-direction:column;flex:1 0 auto;display:flex}.page-module__ByvEAa__docsAppHeader{flex-shrink:0}.page-module__ByvEAa__body{background:var(--docs-canvas);flex-direction:column;flex:1 0 auto;min-height:0;display:flex}.page-module__ByvEAa__docsLayout{flex:1 0 auto;align-items:flex-start;width:100%;min-height:calc(100vh - 120px);display:flex;position:relative}.page-module__ByvEAa__sidebarToggle,.page-module__ByvEAa__mobileDocToolbar,.page-module__ByvEAa__mobileDocsHeader,.page-module__ByvEAa__mobileDocGroup{display:none}.page-module__ByvEAa__breadcrumbDesktop{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:.8rem;font-weight:600;display:flex}.page-module__ByvEAa__breadcrumbDesktop span{opacity:.5}.page-module__ByvEAa__navEmpty{color:var(--text-muted);margin:8px 10px;font-size:.84rem;line-height:1.4}.page-module__ByvEAa__pagerDirection{align-items:center;gap:4px;display:inline-flex}.page-module__ByvEAa__onPageMobile{display:none}.page-module__ByvEAa__sidebar{border-right:1px solid var(--border-subtle);background:var(--surface-sidebar);z-index:4;flex-shrink:0;align-self:flex-start;width:272px;height:100dvh;max-height:100dvh;position:sticky;top:0}.page-module__ByvEAa__sidebarInner{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:16px;height:100%;padding:20px 14px 24px;display:flex;overflow-y:auto}.page-module__ByvEAa__sidebarInner::-webkit-scrollbar{display:none}.page-module__ByvEAa__sidebarBrand{flex-direction:column;gap:10px;padding:0 6px 8px;display:flex}.page-module__ByvEAa__sidebarBrandTop{min-height:var(--docs-sidebar-logo-h,26px);justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module__ByvEAa__sidebarBrandLogo{min-width:0;min-height:var(--docs-sidebar-logo-h,26px);--docs-sidebar-logo-h:26px;flex:1;align-items:center;display:flex}:is(.page-module__ByvEAa__sidebarBrandLogo a,.page-module__ByvEAa__sidebarBrandLogo span){align-items:center;margin-inline-end:0;display:inline-flex}.page-module__ByvEAa__sidebarBrandLogo .logo{object-fit:contain;object-position:left center;max-width:min(100%,168px);height:var(--docs-sidebar-logo-h)!important;width:auto!important;transform:none!important}@media (max-width:900px){.page-module__ByvEAa__docsAppHeader{display:none}.page-module__ByvEAa__sidebarBrandLogo{--docs-sidebar-logo-h:22px}}@media (min-width:901px){.page-module__ByvEAa__docsAppHeader{display:none}.page-module__ByvEAa__docsLayout{min-height:100dvh}}.page-module__ByvEAa__search{border:1px solid var(--border);background:var(--surface-input);border-radius:10px;align-items:center;gap:10px;height:38px;padding:0 12px;display:flex}.page-module__ByvEAa__search:focus-within{border-color:var(--border);box-shadow:none}.page-module__ByvEAa__search svg{fill:none;width:15px;height:15px;stroke:var(--text-muted);stroke-width:1.6px;stroke-linecap:round;flex-shrink:0}.page-module__ByvEAa__search input{width:100%;min-width:0;color:var(--foreground);box-shadow:none;-webkit-tap-highlight-color:transparent;background:0 0;border:0;outline:none;font-size:1rem}.page-module__ByvEAa__search input:hover,.page-module__ByvEAa__search input:focus,.page-module__ByvEAa__search input:focus-visible{box-shadow:none;color:var(--foreground);background:0 0;outline:none}.page-module__ByvEAa__search input::placeholder{color:var(--text-muted)}.page-module__ByvEAa__sidebarNav{flex:1;min-height:0}.page-module__ByvEAa__navGroup{margin-bottom:18px}.page-module__ByvEAa__navGroupLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;padding:0 10px 8px;font-size:.68rem;font-weight:700}.page-module__ByvEAa__navGroup ul{list-style:none}.page-module__ByvEAa__navLink,.page-module__ByvEAa__navLinkActive{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;font-size:.86rem;font-weight:500;transition:background .15s,color .15s;display:block}.page-module__ByvEAa__navLinkActive{background:var(--btn-tab-active-cyan-bg);color:var(--btn-tab-active-cyan-text);font-weight:600}.page-module__ByvEAa__content{box-sizing:border-box;flex:auto;width:100%;min-width:0;max-width:none;padding:28px 32px 40px}.page-module__ByvEAa__docHeader{margin-bottom:var(--page-doc-header-margin-bottom);padding-bottom:var(--page-doc-header-padding-bottom);border-bottom:1px solid var(--border-subtle)}.page-module__ByvEAa__breadcrumb{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:.8rem;font-weight:600;display:flex}.page-module__ByvEAa__breadcrumb span{opacity:.5}.page-module__ByvEAa__docHeader h1{font-size:var(--page-title-size);font-weight:var(--page-title-weight);letter-spacing:var(--page-title-tracking);line-height:var(--page-title-line-height);color:var(--foreground)}.page-module__ByvEAa__docLead{max-width:none;color:var(--text-muted);margin-top:12px;font-size:1.05rem;line-height:1.6}.page-module__ByvEAa__docBody{grid-template-columns:minmax(0,1fr) 180px;align-items:start;gap:40px;display:grid}.page-module__ByvEAa__proseWrap{min-width:0}.page-module__ByvEAa__prose{color:var(--text-body);margin-bottom:1.1rem;font-size:.96rem;line-height:1.75}.page-module__ByvEAa__subheading{letter-spacing:-.02em;color:var(--foreground);margin:2rem 0 .75rem;scroll-margin-top:88px;font-size:1.1rem;font-weight:700}.page-module__ByvEAa__list,.page-module__ByvEAa__listOrdered{color:var(--text-body);margin:0 0 1.25rem 1.25rem;font-size:.94rem;line-height:1.7}.page-module__ByvEAa__list li,.page-module__ByvEAa__listOrdered li{margin-bottom:.45rem}.page-module__ByvEAa__listOrdered{list-style-type:decimal}.page-module__ByvEAa__callout{border:1px solid;border-radius:12px;margin:1.25rem 0;padding:14px 16px;font-size:.9rem;line-height:1.6}.page-module__ByvEAa__calloutTitle{letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:.82rem;font-weight:700}.page-module__ByvEAa__calloutInfo{border-color:var(--callout-info-border);background:var(--accent-cyan-soft);color:var(--callout-info-text)}.page-module__ByvEAa__calloutInfo .page-module__ByvEAa__calloutTitle{color:var(--accent-cyan)}.page-module__ByvEAa__calloutTip{border-color:var(--callout-tip-border);background:var(--accent-purple-soft);color:var(--accent-purple-text)}.page-module__ByvEAa__calloutTip .page-module__ByvEAa__calloutTitle{color:var(--accent-purple-text)}.page-module__ByvEAa__calloutWarning{border-color:var(--callout-warning-border);background:var(--callout-warning-bg);color:var(--callout-warning-text)}.page-module__ByvEAa__calloutWarning .page-module__ByvEAa__calloutTitle{color:var(--rank-bronze)}.page-module__ByvEAa__tableWrap{border:1px solid var(--border-subtle);background:var(--surface-table-muted);border-radius:14px;margin:1.25rem 0 1.5rem;overflow-x:auto}.page-module__ByvEAa__table{border-collapse:collapse;width:100%;min-width:280px;font-size:.88rem}.page-module__ByvEAa__table th{text-align:left;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border-subtle);background:var(--surface-muted);padding:12px 16px;font-size:.72rem;font-weight:700}.page-module__ByvEAa__table td{color:var(--text-body);border-bottom:1px solid var(--border-subtle);padding:12px 16px}.page-module__ByvEAa__table tbody tr:last-child td{border-bottom:0}.page-module__ByvEAa__onPage{position:sticky;top:24px}.page-module__ByvEAa__onPageLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.68rem;font-weight:700}.page-module__ByvEAa__onPage ul{border-left:1px solid var(--border-subtle);list-style:none}.page-module__ByvEAa__onPage a{color:var(--text-muted);border-left:2px solid #0000;margin-left:-1px;padding:6px 0 6px 14px;font-size:.8rem;line-height:1.4;transition:color .15s,border-color .15s;display:block}.page-module__ByvEAa__onPage a:hover{color:var(--accent-cyan);border-left-color:var(--focus-border-strong)}.page-module__ByvEAa__pager{border-top:1px solid var(--border-subtle);grid-template-columns:1fr 1fr;gap:12px;margin-top:48px;padding-top:28px;display:grid}.page-module__ByvEAa__pagerPrev,.page-module__ByvEAa__pagerNext{border:1px solid var(--border);background:var(--surface-chip);color:var(--text-muted);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;gap:4px;padding:14px 16px;font-size:.78rem;transition:border-color .2s,background .2s;display:flex}.page-module__ByvEAa__pagerNext{text-align:right}.page-module__ByvEAa__pagerPrev strong,.page-module__ByvEAa__pagerNext strong{color:var(--foreground);font-size:.92rem;font-weight:600}.page-module__ByvEAa__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (hover:hover) and (pointer:fine){.page-module__ByvEAa__navLink:hover{color:var(--foreground);background:var(--btn-ghost-hover-bg)}.page-module__ByvEAa__pagerPrev:hover,.page-module__ByvEAa__pagerNext:hover{border-color:var(--btn-chip-active-cyan-border);background:var(--btn-default-hover-bg)}}@media (max-width:1080px){.page-module__ByvEAa__docBody{grid-template-columns:1fr}.page-module__ByvEAa__onPage{display:none}}@media (max-width:900px){.page-module__ByvEAa__docsLayout{--docs-mobile-header-height:52px;flex-direction:column;gap:0;width:100%;min-height:min-content}.page-module__ByvEAa__body{width:100%}.page-module__ByvEAa__mobileDocsHeader{z-index:40;width:100%;padding:calc(env(safe-area-inset-top,0px) + 8px) max(var(--mobile-page-pad-x,12px), env(safe-area-inset-right,0px)) 10px max(var(--mobile-page-pad-x,12px), env(safe-area-inset-left,0px));border-bottom:1px solid var(--border-subtle);background:var(--docs-canvas);-webkit-backdrop-filter:blur(16px);box-sizing:border-box;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin:0;display:grid;position:sticky;top:0}.page-module__ByvEAa__mobileDocsMenuBtn{border:1px solid var(--border-subtle);background:var(--background-elevated);width:40px;height:40px;color:var(--foreground);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:10px;flex-shrink:0;place-items:center;margin:0;padding:0;display:inline-grid}.page-module__ByvEAa__mobileDocsMenuBtn:active{background:var(--surface-hover)}.page-module__ByvEAa__mobileDocsHeaderCopy{width:100%;min-width:0;padding-inline:2px 0}.page-module__ByvEAa__mobileDocsHeaderEyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.66rem;font-weight:700;line-height:1.2}.page-module__ByvEAa__mobileDocsHeaderGroup,.page-module__ByvEAa__mobileDocsHeaderTitle{color:var(--foreground);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:.92rem;font-weight:700;line-height:1.25;overflow:hidden}.page-module__ByvEAa__mobileDocsHeaderGroup{color:var(--text-secondary);font-size:.82rem;font-weight:600}.page-module__ByvEAa__mobileDocsHeaderCompact .page-module__ByvEAa__mobileDocsHeaderTitle{margin-top:0}.page-module__ByvEAa__sidebar{display:none}.page-module__ByvEAa__content{padding:18px max(var(--mobile-page-pad-x,12px), env(safe-area-inset-right,0px)) 24px max(var(--mobile-page-pad-x,12px), env(safe-area-inset-left,0px))}.page-module__ByvEAa__docHeader{border-bottom:1px solid var(--border-subtle);margin-bottom:16px;padding:0 0 16px}.page-module__ByvEAa__mobileDocGroup{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:700;line-height:1.3;display:block}.page-module__ByvEAa__breadcrumbDesktop{display:none}.page-module__ByvEAa__docHeader h1{letter-spacing:-.03em;font-size:clamp(1.45rem,5.4vw,1.75rem);font-weight:700;line-height:1.15}.page-module__ByvEAa__docLead{margin-top:10px;font-size:.98rem;line-height:1.6}.page-module__ByvEAa__onPageMobile{border:1px solid var(--border-subtle);background:var(--surface-input);border-radius:14px;margin:0 0 20px;padding:12px 14px;display:block}.page-module__ByvEAa__onPageMobileLabel{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;padding:0;font-size:.66rem;font-weight:700}.page-module__ByvEAa__onPageMobileTrack{flex-direction:column;gap:0;padding:0;display:flex;overflow:visible}.page-module__ByvEAa__onPageMobileChip{min-height:0;color:var(--text-secondary);white-space:normal;border:0;border-bottom:1px solid var(--border-subtle);background:0 0;border-radius:0;padding:8px 0;font-size:.86rem;font-weight:500;line-height:1.35;text-decoration:none;display:block}.page-module__ByvEAa__onPageMobileChip:last-child{border-bottom:0;padding-bottom:0}.page-module__ByvEAa__onPageMobileChip:first-child{padding-top:0}.page-module__ByvEAa__onPageMobileChip:active{color:var(--accent-cyan)}.page-module__ByvEAa__prose{font-size:1rem;line-height:1.72}.page-module__ByvEAa__subheading{scroll-margin-top:calc(env(safe-area-inset-top,0px) + var(--docs-mobile-header-height) + 12px);margin:1.85rem 0 .7rem;font-size:1.12rem}.page-module__ByvEAa__list,.page-module__ByvEAa__listOrdered{margin:0 0 1.15rem 1.15rem;font-size:.96rem;line-height:1.68}.page-module__ByvEAa__callout{border-radius:12px;margin:1.1rem 0;padding:13px 14px;font-size:.9rem}.page-module__ByvEAa__tableWrap{-webkit-overflow-scrolling:touch;border-radius:12px;margin:1rem 0 1.25rem}.page-module__ByvEAa__table{font-size:.84rem}.page-module__ByvEAa__table th,.page-module__ByvEAa__table td{padding:10px 12px}.page-module__ByvEAa__pager{grid-template-columns:1fr;gap:12px;margin-top:40px;padding-top:24px}.page-module__ByvEAa__pagerPrev,.page-module__ByvEAa__pagerNext{text-align:left;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:12px;gap:6px;min-height:72px;padding:14px 16px}.page-module__ByvEAa__pagerNext{text-align:left}.page-module__ByvEAa__pagerPrev:active,.page-module__ByvEAa__pagerNext:active{background:var(--surface-hover)}.page-module__ByvEAa__pagerPrev strong,.page-module__ByvEAa__pagerNext strong{font-size:.98rem;line-height:1.35}.page-module__ByvEAa__drawerRoot{z-index:220;justify-content:flex-start;display:flex;position:fixed;inset:0}.page-module__ByvEAa__drawerBackdrop{background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(8px);cursor:pointer;border:0;padding:0;position:absolute;inset:0}.page-module__ByvEAa__drawer{z-index:1;border-right:1px solid var(--border);background:var(--background-elevated);width:min(92vw,360px);height:100%;max-height:100dvh;box-shadow:var(--sidebar-shadow,var(--shadow-elevated));box-sizing:border-box;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);flex-direction:column;animation:.28s cubic-bezier(.22,1,.36,1) page-module__ByvEAa__docsDrawerIn;display:flex;position:relative}@keyframes page-module__ByvEAa__docsDrawerIn{0%{opacity:.85;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.page-module__ByvEAa__drawerHeader{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px 10px;display:flex}.page-module__ByvEAa__drawerBrand{align-items:center;min-width:0;min-height:26px;display:flex}.page-module__ByvEAa__drawerBrand .logo{height:22px!important}.page-module__ByvEAa__drawerClose{border:1px solid var(--border-subtle);background:var(--surface-input);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:10px;flex-shrink:0;place-items:center;margin:0;padding:0;display:inline-grid}.page-module__ByvEAa__drawerClose:active{background:var(--surface-hover);color:var(--foreground)}.page-module__ByvEAa__drawerSearchWrap{padding:0 16px 12px}.page-module__ByvEAa__drawerSearchWrap .page-module__ByvEAa__search{background:var(--surface-input);border-radius:12px;height:42px}.page-module__ByvEAa__drawerBody{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:2px 12px 12px;overflow-y:auto}.page-module__ByvEAa__drawerFooter{padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-subtle);background:color-mix(in srgb, var(--docs-canvas) 88%, transparent);flex-shrink:0}.page-module__ByvEAa__navGroup{margin-bottom:16px}.page-module__ByvEAa__navGroupLabel{padding:0 8px 6px;font-size:.64rem}.page-module__ByvEAa__navLink,.page-module__ByvEAa__navLinkActive{border-radius:10px;min-height:42px;padding:9px 10px;font-size:.88rem}}@media (max-width:767px){.page-module__ByvEAa__docsLayout{min-height:min-content}}@media (prefers-reduced-motion:reduce){.page-module__ByvEAa__drawer{animation:none}}
