.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-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}}
.page-module__1gdIrW__shell{width:100%;min-height:min-content;font-family:var(--font-geist-sans);color:var(--foreground);background:var(--background);flex-direction:column;flex:1 0 auto;display:flex}.page-module__1gdIrW__shell>header{flex-shrink:0}.page-module__1gdIrW__body{flex-direction:column;flex:auto;min-height:0;display:flex;}.page-module__1gdIrW__main{width:100%;padding:16px var(--app-content-pad-x) 32px;box-sizing:border-box;flex-direction:column;flex:1 0 auto;align-items:center;display:flex;}.page-module__1gdIrW__stage{flex-direction:column;align-items:stretch;gap:0;width:100%;max-width:1180px;margin:0 auto;display:flex}.page-module__1gdIrW__statusNote{text-align:center;color:var(--text-muted);margin:48px 0;font-size:.92rem}.page-module__1gdIrW__errorBanner{margin:0}.page-module__1gdIrW__endCard{border:1px solid var(--border-subtle);background:var(--surface);text-align:center;border-radius:14px;flex-direction:column;align-items:stretch;gap:12px;max-width:440px;margin:32px auto 0;padding:24px 18px;display:flex}.page-module__1gdIrW__endTitle{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:750}.page-module__1gdIrW__endBody{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.page-module__1gdIrW__layout{grid-template-columns:minmax(0,1fr);gap:8px;width:100%;display:grid}@media (min-width:901px){.page-module__1gdIrW__layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}}.page-module__1gdIrW__mainCol,.page-module__1gdIrW__actionRail{flex-direction:column;gap:8px;min-width:0;display:flex}@media (min-width:901px){.page-module__1gdIrW__actionRail{position:sticky;top:88px}}.page-module__1gdIrW__hero{box-sizing:border-box;background:0 0;border:0;border-radius:0;flex-direction:column;flex-shrink:0;gap:0;padding:0 4px 8px;display:flex}.page-module__1gdIrW__heroTitleRow{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.page-module__1gdIrW__heroIdentity{align-items:center;gap:14px;min-width:0;display:flex}.page-module__1gdIrW__heroActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.page-module__1gdIrW__heroActionCard{background:0 0;border:0;border-radius:0;flex-shrink:0;align-items:stretch;gap:8px;display:inline-flex;overflow:visible}.page-module__1gdIrW__shareBtn{appearance:none;background:var(--surface-muted);width:40px;height:40px;color:var(--foreground);cursor:pointer;border:0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=light] .page-module__1gdIrW__shareBtn{background:var(--surface);color:var(--foreground)}.page-module__1gdIrW__shareBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:-2px}.page-module__1gdIrW__shareBtn[data-active=true]{color:var(--brand-neon);background:var(--surface-muted)}[data-theme=light] .page-module__1gdIrW__shareBtn[data-active=true]{background:var(--surface);color:var(--foreground)}.page-module__1gdIrW__logoStack{flex-shrink:0;width:48px;height:48px;position:relative}.page-module__1gdIrW__tokenLogoPlate{border-radius:10px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.page-module__1gdIrW__tokenLogo{object-fit:cover;border-radius:0;width:48px;height:48px;display:block}.page-module__1gdIrW__exchangeLogo{border:2px solid var(--surface);background:var(--surface);border-radius:50%;position:absolute;bottom:-4px;right:-4px}.page-module__1gdIrW__heroTitleBlock{flex-direction:column;gap:6px;min-width:0;display:flex}.page-module__1gdIrW__cardTitle{letter-spacing:-.035em;margin:0;font-size:clamp(1.35rem,2vw,1.65rem);font-weight:700;line-height:1.08}.page-module__1gdIrW__heroMeta{color:var(--text-muted);letter-spacing:-.01em;margin:0;font-size:.88rem;font-weight:500;line-height:1.3}.page-module__1gdIrW__pastStrip{border-top:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;border-radius:0 0 16px 16px;align-items:center;gap:8px;width:100%;min-width:0;min-height:52px;padding:8px 12px;display:flex;overflow:visible}.page-module__1gdIrW__pastMenuShell{flex-shrink:0;position:relative}.page-module__1gdIrW__pastStripPastBtn,.page-module__1gdIrW__pastStripMoreBtn{appearance:none;background:color-mix(in srgb, var(--foreground) 7%, transparent);min-height:32px;color:var(--foreground);letter-spacing:-.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:0 12px;font-family:inherit;font-size:.82rem;font-weight:600;line-height:1;display:inline-flex}.page-module__1gdIrW__pastStripPastBtn[data-open=true],.page-module__1gdIrW__pastStripMoreBtn[data-open=true]{background:color-mix(in srgb, var(--foreground) 12%, transparent)}[data-theme=light] .page-module__1gdIrW__pastStripPastBtn{box-shadow:inset 0 0 0 1px var(--border);background:#fff}[data-theme=light] .page-module__1gdIrW__pastStripMoreBtn{box-shadow:inset 0 0 0 1px var(--border);background:#fff}[data-theme=light] .page-module__1gdIrW__pastStripPastBtn[data-open=true]{box-shadow:inset 0 0 0 1px var(--border);background:#fff}[data-theme=light] .page-module__1gdIrW__pastStripMoreBtn[data-open=true]{box-shadow:inset 0 0 0 1px var(--border);background:#fff}.page-module__1gdIrW__pastStripPastBtn:focus-visible,.page-module__1gdIrW__pastStripMoreBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:2px}.page-module__1gdIrW__pastStripLabel{font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:1}.page-module__1gdIrW__pastStripChevron{opacity:.72;flex-shrink:0;transition:transform .18s}.page-module__1gdIrW__pastStripPastBtn[data-open=true] .page-module__1gdIrW__pastStripChevron,.page-module__1gdIrW__pastStripMoreBtn[data-open=true] .page-module__1gdIrW__pastStripChevron{transform:rotate(180deg)}.page-module__1gdIrW__pastMenu{z-index:40;border:1px solid var(--border-subtle);background:var(--surface-dropdown,var(--surface));box-sizing:border-box;scrollbar-width:thin;-webkit-overflow-scrolling:touch;border-radius:12px;flex-direction:column;gap:2px;min-width:148px;max-height:min(320px,50vh);padding:6px;display:flex;position:absolute;top:calc(100% + 8px);bottom:auto;left:0;overflow:hidden auto;box-shadow:0 12px 32px #00000059}.page-module__1gdIrW__pastMenuFixed{z-index:230;width:168px;min-width:168px;position:fixed;inset:auto}.page-module__1gdIrW__pastMenuBackdrop{z-index:229;cursor:default;-webkit-tap-highlight-color:transparent;background:0 0;border:0;margin:0;padding:0;position:fixed;inset:0}.page-module__1gdIrW__pastMenuShell[data-align=end] .page-module__1gdIrW__pastMenu{left:auto;right:0}.page-module__1gdIrW__pastMenuItem{appearance:none;min-height:36px;color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;box-sizing:border-box;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:.84rem;font-weight:550;text-decoration:none;display:flex}.page-module__1gdIrW__pastMenuItem:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:-2px}.page-module__1gdIrW__pastMenuItem[data-active=true]{background:color-mix(in srgb, var(--foreground) 10%, transparent);font-weight:700}.page-module__1gdIrW__pastMenuItem[data-result=up_won] .page-module__1gdIrW__pastChipIcon{color:color-mix(in srgb, var(--positive) 88%, var(--foreground))}.page-module__1gdIrW__pastMenuItem[data-result=down_won] .page-module__1gdIrW__pastChipIcon{color:color-mix(in srgb, var(--negative) 88%, var(--foreground))}.page-module__1gdIrW__pastMenuItem[data-result=void] .page-module__1gdIrW__pastChipIcon{color:var(--text-muted)}.page-module__1gdIrW__pastScroll{box-sizing:border-box;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:auto;justify-content:flex-start;align-items:center;gap:6px;min-width:0;padding-block:1px;display:flex;overflow:auto hidden}.page-module__1gdIrW__pastScroll::-webkit-scrollbar{display:none}.page-module__1gdIrW__pastMoreInScroll{display:none!important}.page-module__1gdIrW__chartTypeFilterSegment{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:inline-flex;}.page-module__1gdIrW__chartTypeFilterSegment[data-alone=true]{margin-left:auto}.page-module__1gdIrW__chartTypeFilterButton{justify-content:center;align-items:center;width:36px;min-width:36px;min-height:36px;padding:0;display:inline-flex;}.page-module__1gdIrW__chartTypeFilterButton svg{stroke:currentColor;width:18px;min-width:18px;height:18px;min-height:18px}.page-module__1gdIrW__chartTypeFilterActive{justify-content:center;align-items:center;width:36px;min-width:36px;min-height:36px;padding:0;display:inline-flex;}.page-module__1gdIrW__chartTypeFilterActive svg{width:18px;min-width:18px;height:18px;min-height:18px;stroke:var(--brand-neon)}[data-theme=light] .page-module__1gdIrW__chartTypeFilterActive svg{stroke:var(--foreground)}.page-module__1gdIrW__pastChip{appearance:none;background:color-mix(in srgb, var(--foreground) 7%, transparent);min-height:32px;color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;box-sizing:border-box;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.82rem;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.page-module__1gdIrW__pastChip:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:2px}.page-module__1gdIrW__pastChip[data-active=true],.page-module__1gdIrW__pastChip[data-result=up_won][data-active=true],.page-module__1gdIrW__pastChip[data-result=down_won][data-active=true]{color:#000;box-shadow:none;background:#fff;font-weight:700}.page-module__1gdIrW__pastChip[data-active=true] .page-module__1gdIrW__pastChipTime{color:#000}[data-theme=light] .page-module__1gdIrW__pastChip{box-shadow:inset 0 0 0 1px var(--border);background:#fff}[data-theme=light] .page-module__1gdIrW__pastChip[data-active=true]{color:#fff;box-shadow:none;background:#000}[data-theme=light] .page-module__1gdIrW__pastChip[data-result=up_won][data-active=true]{color:#fff;box-shadow:none;background:#000}[data-theme=light] .page-module__1gdIrW__pastChip[data-result=down_won][data-active=true]{color:#fff;box-shadow:none;background:#000}[data-theme=light] .page-module__1gdIrW__pastChip[data-active=true] .page-module__1gdIrW__pastChipTime{color:#fff}.page-module__1gdIrW__pastChip[data-result=up_won] .page-module__1gdIrW__pastChipIcon{color:color-mix(in srgb, var(--positive) 88%, var(--foreground))}.page-module__1gdIrW__pastChip[data-result=down_won] .page-module__1gdIrW__pastChipIcon{color:color-mix(in srgb, var(--negative) 88%, var(--foreground))}.page-module__1gdIrW__pastChip[data-result=void] .page-module__1gdIrW__pastChipIcon{color:var(--text-muted)}.page-module__1gdIrW__pastChip[data-result=up_won][data-active=true] .page-module__1gdIrW__pastChipIcon{color:var(--positive)}.page-module__1gdIrW__pastChip[data-result=down_won][data-active=true] .page-module__1gdIrW__pastChipIcon{color:var(--negative)}.page-module__1gdIrW__pastChipIcon{color:inherit;opacity:.9;flex-shrink:0}.page-module__1gdIrW__pastChipLiveDot{background:var(--negative);width:7px;height:7px;box-shadow:0 0 0 2px color-mix(in srgb, var(--negative) 24%, transparent);border-radius:50%;flex-shrink:0;animation:1.35s ease-in-out infinite page-module__1gdIrW__chartLiveDotBlink}.page-module__1gdIrW__pastChip[data-active=true] .page-module__1gdIrW__pastChipLiveDot{background:var(--negative);box-shadow:none}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__pastChipLiveDot{animation:none}}.page-module__1gdIrW__pastChipTime{font-variant-numeric:tabular-nums;color:var(--foreground)}[data-theme=light] .page-module__1gdIrW__pastChipTime{color:var(--text-body)}.page-module__1gdIrW__pastChipSkeleton{background:color-mix(in srgb, var(--foreground) 7%, transparent);border-radius:999px;flex-shrink:0;width:64px;height:32px}.page-module__1gdIrW__mobileActivityBtn{display:none}.page-module__1gdIrW__chartCard{border:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:0;padding:0;display:flex;overflow:visible}.page-module__1gdIrW__chartHead{border-bottom:1px solid var(--border-subtle);box-sizing:border-box;border-radius:16px 16px 0 0;flex-shrink:0;align-items:flex-end;gap:12px 24px;min-width:0;padding:8px 14px;display:flex;overflow:visible}.page-module__1gdIrW__chartStatBlock{flex-direction:column;flex:none;gap:2px;min-width:0;display:flex}.page-module__1gdIrW__chartStatDivider{background:var(--border-subtle);flex-shrink:0;align-self:stretch;width:1px;min-height:28px;margin-block:2px}.page-module__1gdIrW__chartStatBlock[data-stat=current]{text-align:left;align-items:flex-start}.page-module__1gdIrW__chartStatCurrentStack{flex-flow:wrap;align-items:baseline;gap:8px;min-width:0;display:flex}.page-module__1gdIrW__chartStatLabel{color:var(--text-muted);letter-spacing:-.01em;font-size:.6875rem;font-weight:500;line-height:1.1}.page-module__1gdIrW__chartStatLabelShort{display:none}.page-module__1gdIrW__chartStatValue{color:var(--foreground);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin:0;font-size:.98rem;font-weight:800;line-height:1.1;transition:color .3s}@media (min-width:901px){.page-module__1gdIrW__chartStatValue{letter-spacing:-.04em;font-size:1.4rem}}.page-module__1gdIrW__chartStatValueUp{--spot-color:var(--chart-price-up,var(--positive));color:var(--spot-color)}.page-module__1gdIrW__chartStatValueDown{--spot-color:var(--chart-price-down,var(--negative));color:var(--spot-color)}.page-module__1gdIrW__chartStatValuePulseUp{animation:.45s page-module__1gdIrW__chartStatPricePulseUp}.page-module__1gdIrW__chartStatValuePulseDown{animation:.45s page-module__1gdIrW__chartStatPricePulseDown}@keyframes page-module__1gdIrW__chartStatPricePulseUp{0%{color:var(--positive-bright,var(--chart-price-up,var(--positive)))}to{color:var(--spot-color,var(--chart-price-up,var(--positive)))}}@keyframes page-module__1gdIrW__chartStatPricePulseDown{0%{color:var(--negative-soft,var(--chart-price-down,var(--negative)))}to{color:var(--spot-color,var(--chart-price-down,var(--negative)))}}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__chartStatValuePulseUp,.page-module__1gdIrW__chartStatValuePulseDown{animation:none}}.page-module__1gdIrW__chartStatBlock[data-stat=beat] .page-module__1gdIrW__chartStatValue{color:var(--text-secondary);font-weight:700}.page-module__1gdIrW__chartDeltaBadgeUp,.page-module__1gdIrW__chartDeltaBadgeDown{font-variant-numeric:tabular-nums;align-items:center;gap:2px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.page-module__1gdIrW__chartDeltaBadgeUp{color:var(--chart-price-up,var(--positive))}.page-module__1gdIrW__chartDeltaBadgeDown{color:var(--chart-price-down,var(--negative))}.page-module__1gdIrW__chartDeltaIcon{flex-shrink:0}.page-module__1gdIrW__chartLiveBtn{appearance:none;border:1px solid var(--border-subtle);background:var(--surface);min-height:36px;color:var(--foreground);letter-spacing:-.01em;cursor:pointer;box-sizing:border-box;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;margin-left:auto;padding:0 14px;font-family:inherit;font-size:.8125rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.page-module__1gdIrW__chartLiveBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:2px}.page-module__1gdIrW__chartLiveDot{background:var(--negative);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, var(--negative) 22%, transparent);border-radius:50%;flex-shrink:0;animation:1.35s ease-in-out infinite page-module__1gdIrW__chartLiveDotBlink}@keyframes page-module__1gdIrW__chartLiveDotBlink{0%,to{opacity:1}50%{opacity:.28}}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__chartLiveDot{animation:none}}.page-module__1gdIrW__chartCountdown{flex-direction:column;flex-shrink:0;justify-content:flex-end;align-items:flex-end;gap:4px;min-width:0;margin-left:auto;padding-block:0;display:flex;overflow:visible}.page-module__1gdIrW__chartCountdownPhase{letter-spacing:.06em;text-transform:uppercase;background:color-mix(in srgb, var(--foreground) 8%, transparent);color:var(--text-secondary);border-radius:999px;align-items:center;gap:5px;padding:2px 7px;font-size:.6rem;font-weight:800;line-height:1.2;display:inline-flex}.page-module__1gdIrW__chartCountdownPhaseDot{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px}.page-module__1gdIrW__chartCountdownPhase[data-mode=joining] .page-module__1gdIrW__chartCountdownPhaseDot,.page-module__1gdIrW__chartCountdownPhase[data-mode=live] .page-module__1gdIrW__chartCountdownPhaseDot{animation:1.35s ease-in-out infinite page-module__1gdIrW__phaseDotBlink}.page-module__1gdIrW__chartCountdownPhase[data-settling=true] .page-module__1gdIrW__chartCountdownPhaseDot{opacity:.6;animation:none}.page-module__1gdIrW__chartCountdownPhase[data-mode=joining]{background:color-mix(in srgb, var(--warning) 16%, transparent);color:var(--warning)}.page-module__1gdIrW__chartCountdownPhase[data-mode=live]{background:var(--live-tag-bg);color:var(--live-tag-text)}.page-module__1gdIrW__chartCountdownPhase[data-settling=true]{background:var(--settle-tag-bg);color:var(--settle-tag-text)}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__chartCountdownPhase[data-mode=joining] .page-module__1gdIrW__chartCountdownPhaseDot,.page-module__1gdIrW__chartCountdownPhase[data-mode=live] .page-module__1gdIrW__chartCountdownPhaseDot{animation:none}}@keyframes page-module__1gdIrW__phaseDotBlink{0%,to{opacity:1}50%{opacity:.35}}.page-module__1gdIrW__chartCountdownClock{align-items:flex-start;gap:12px;display:inline-flex}.page-module__1gdIrW__chartCountdownColumn{flex-direction:column;align-items:center;gap:2px;min-width:3.25ch;display:flex}.page-module__1gdIrW__chartCountdownDigit{--cd-digit-h:1.1em;--cd-digit-w:1ch;width:calc(var(--cd-digit-w) * 2);height:var(--cd-digit-h);min-height:var(--cd-digit-h);color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:0;text-align:center;justify-content:center;align-items:center;font-size:1.4rem;font-weight:800;line-height:1;display:inline-flex}.page-module__1gdIrW__chartCountdown[data-mode=joining] .page-module__1gdIrW__chartCountdownDigit,.page-module__1gdIrW__chartCountdown[data-mode=live] .page-module__1gdIrW__chartCountdownDigit{color:var(--negative)}.page-module__1gdIrW__chartCountdownDigitChar{flex:0 0 var(--cd-digit-h);width:var(--cd-digit-w);height:var(--cd-digit-h);line-height:var(--cd-digit-h);justify-content:center;align-items:center;display:flex}.page-module__1gdIrW__chartCountdownDigitSlot{flex:0 0 var(--cd-digit-w);width:var(--cd-digit-w);height:var(--cd-digit-h);contain:paint;display:block;position:relative;overflow:hidden}.page-module__1gdIrW__chartCountdownDigitTrack{width:var(--cd-digit-w);will-change:transform;flex-direction:column;animation:.48s cubic-bezier(.22,1,.36,1) forwards page-module__1gdIrW__chartCountdownDigitSlide;display:flex;transform:translateY(-50%)}@keyframes page-module__1gdIrW__chartCountdownDigitSlide{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__chartCountdownDigitTrack{animation:none;transform:translateY(0)}}.page-module__1gdIrW__chartCountdownUnit{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.5625rem;font-weight:700;line-height:1}.page-module__1gdIrW__chartCountdownStatus{color:var(--text-muted);margin:0;font-size:.875rem;font-weight:650}.page-module__1gdIrW__chartCanvas{background:var(--chart-plot-bg,#080808);box-sizing:border-box;width:100%;height:clamp(240px,36vh,340px);padding:2px 0 4px 4px;position:relative;overflow:hidden}.page-module__1gdIrW__chartTypeFilterOverlay{z-index:8;pointer-events:none;display:block;position:absolute;bottom:38px;left:10px}.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterSegment{pointer-events:auto;border:1px solid var(--border);border-radius:var(--filter-track-radius-compact);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(10px);flex-wrap:nowrap;gap:2px;margin-left:0;padding:3px;box-shadow:0 4px 16px #00000059}.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterButton,.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterActive{width:36px;min-width:36px;min-height:36px;padding:0}.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterButton svg,.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterActive svg{width:18px;min-width:18px;height:18px;min-height:18px}.page-module__1gdIrW__chartTypeFilterDesktop,.page-module__1gdIrW__pastStripDesktopChartType{display:none!important}.page-module__1gdIrW__activityCard{border:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:14px;padding:16px;display:flex}.page-module__1gdIrW__splitBlock{grid-template-columns:1fr 1fr;gap:8px;min-width:0;display:grid}.page-module__1gdIrW__splitPanel{box-sizing:border-box;background:0 0;border-radius:8px;flex-direction:column;justify-content:space-between;gap:4px;min-width:0;min-height:0;padding:4px 8px;display:flex}.page-module__1gdIrW__splitPanel[data-side=up]{color:var(--side-up-solid)}.page-module__1gdIrW__splitPanel[data-side=down]{color:var(--side-down-solid);text-align:right;align-items:flex-end}.page-module__1gdIrW__splitPanelMeta{align-items:center;gap:4px;display:inline-flex}.page-module__1gdIrW__splitPanel[data-side=down] .page-module__1gdIrW__splitPanelMeta{flex-direction:row-reverse}.page-module__1gdIrW__splitDirIcon{color:inherit;flex-shrink:0}.page-module__1gdIrW__splitDir{letter-spacing:.08em;text-transform:uppercase;color:inherit;font-size:.68rem;font-weight:800}.page-module__1gdIrW__splitPct{letter-spacing:-.04em;font-variant-numeric:tabular-nums;color:inherit;font-size:clamp(1.1rem,1.7vw,1.3rem);font-weight:800;line-height:1}.page-module__1gdIrW__metricStrip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.page-module__1gdIrW__metricMobileOnly{display:none}.page-module__1gdIrW__metric{background:color-mix(in srgb, var(--foreground) 4%, transparent);box-sizing:border-box;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;padding:10px 12px;display:flex}.page-module__1gdIrW__metric.page-module__1gdIrW__metricMobileOnly{display:none}.page-module__1gdIrW__metric:nth-child(2){text-align:center;align-items:center}.page-module__1gdIrW__metric:nth-child(3){text-align:right;align-items:flex-end}.page-module__1gdIrW__metricLabel{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:650}.page-module__1gdIrW__metricValue{color:var(--foreground);letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.95rem;font-weight:750;line-height:1.15}.page-module__1gdIrW__metricUnit{color:var(--text-muted);letter-spacing:0;font-size:.78rem;font-weight:600}.page-module__1gdIrW__joinersCard{border:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:12px;height:360px;min-height:360px;padding:16px;display:flex;overflow:hidden}.page-module__1gdIrW__joinersHead{flex-shrink:0;justify-content:space-between;align-items:baseline;gap:12px;min-width:0;display:flex}.page-module__1gdIrW__joinersTitle{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:.88rem;font-weight:750}.page-module__1gdIrW__joinersEmptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;min-height:0;padding:20px 12px;display:flex}.page-module__1gdIrW__joinersEmptyStateInline{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;padding:24px 12px;display:flex}.page-module__1gdIrW__joinersTableEmpty{border:0}.page-module__1gdIrW__joinersEmptyIcon{color:var(--text-muted);opacity:.7}.page-module__1gdIrW__joinersEmpty{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.45}.page-module__1gdIrW__joinersTableWrap{overscroll-behavior:contain;flex:auto;width:100%;min-height:0;overflow:hidden auto}.page-module__1gdIrW__joinersTable{border-collapse:collapse;table-layout:fixed;width:100%}.page-module__1gdIrW__joinersTable th,.page-module__1gdIrW__joinersTable td{vertical-align:middle;font-variant-numeric:tabular-nums;padding:11px 0}.page-module__1gdIrW__joinersTable th{z-index:1;background:var(--surface);border-bottom:1px solid var(--border-subtle);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:700;position:sticky;top:0}.page-module__1gdIrW__joinersTable tbody tr+tr td{border-top:1px solid var(--border-subtle)}.page-module__1gdIrW__joinersTable th:first-child,.page-module__1gdIrW__joinersTable td:first-child{text-align:left;width:auto;padding-right:28px}.page-module__1gdIrW__joinersTable th:nth-child(2),.page-module__1gdIrW__joinersTable td:nth-child(2){text-align:right;width:4.5rem;padding-left:20px}.page-module__1gdIrW__joinersTable th:nth-child(3),.page-module__1gdIrW__joinersTable td:nth-child(3){text-align:right;width:4.75rem;padding-left:20px}.page-module__1gdIrW__joinersTable th:nth-child(4),.page-module__1gdIrW__joinersTable td:nth-child(4){text-align:right;width:5.75rem;padding-left:20px}.page-module__1gdIrW__joinersTable[data-share=true] th:nth-child(4),.page-module__1gdIrW__joinersTable[data-share=true] td:nth-child(4){width:5.75rem;padding-right:8px}.page-module__1gdIrW__joinersTable[data-share=true] th:nth-child(5),.page-module__1gdIrW__joinersTable[data-share=true] td:nth-child(5){text-align:right;width:2.5rem;padding-left:16px}.page-module__1gdIrW__joinerTraderCell{min-width:0}.page-module__1gdIrW__joinerTrader{min-width:0;max-width:100%;color:inherit;align-items:center;gap:10px;text-decoration:none;display:inline-flex}a.page-module__1gdIrW__joinerTrader:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:2px;border-radius:8px}.page-module__1gdIrW__joinerName{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.page-module__1gdIrW__joinerNameText{min-width:0;color:var(--foreground);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:700;overflow:hidden}.page-module__1gdIrW__joinerAccCell,.page-module__1gdIrW__joinerWhenCell{color:var(--text-secondary);white-space:nowrap;font-size:.78rem;font-weight:600}.page-module__1gdIrW__joinerSideCell{white-space:nowrap}.page-module__1gdIrW__joinerSideUp,.page-module__1gdIrW__joinerSideDown{border:1px solid var(--border-subtle);background:var(--surface-hover);letter-spacing:.04em;box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;min-width:3rem;padding:5px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.page-module__1gdIrW__joinerSideUp{color:var(--side-up-solid)}.page-module__1gdIrW__joinerSideDown{color:var(--side-down-solid)}.page-module__1gdIrW__joinerShareHead,.page-module__1gdIrW__joinerShareCell{text-align:right;vertical-align:middle}.page-module__1gdIrW__joinerShareCell{line-height:0}.page-module__1gdIrW__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-module__1gdIrW__actionCard{border:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;border-radius:14px;flex-direction:column;gap:12px;width:100%;padding:16px;display:flex}.page-module__1gdIrW__actionTitle{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:.95rem;font-weight:750}.page-module__1gdIrW__actionSub{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.5}.page-module__1gdIrW__feeNote{text-align:center;color:var(--text-muted);margin:0;font-size:.72rem;font-weight:600}.page-module__1gdIrW__actionCommitInline{flex-direction:column;gap:12px;width:100%;display:flex}.page-module__1gdIrW__commitDock{display:none}.page-module__1gdIrW__resultTag{letter-spacing:.02em;border-radius:999px;align-self:flex-start;margin:0;padding:4px 10px;font-size:.78rem;font-weight:750}.page-module__1gdIrW__resultTag[data-side=up]{background:color-mix(in srgb, var(--side-up-solid) 18%, transparent);color:var(--side-up-solid)}.page-module__1gdIrW__resultTag[data-side=down]{background:color-mix(in srgb, var(--side-down-solid) 18%, transparent);color:var(--side-down-solid)}.page-module__1gdIrW__sideRow{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}@keyframes page-module__1gdIrW__arenaSkeletonPulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.page-module__1gdIrW__sideSkeleton{background:linear-gradient(90deg, color-mix(in srgb, var(--foreground) 5%, transparent) 0%, color-mix(in srgb, var(--foreground) 9%, transparent) 50%, color-mix(in srgb, var(--foreground) 5%, transparent) 100%);border-radius:8px;min-height:44px;animation:1.2s ease-in-out infinite page-module__1gdIrW__arenaSkeletonPulse;display:block}.page-module__1gdIrW__actionHead{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.page-module__1gdIrW__entryCapture{text-align:right;align-items:baseline;gap:6px;min-width:0;margin:0;display:inline-flex}.page-module__1gdIrW__entryCaptureLabel{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:650}.page-module__1gdIrW__entryCaptureValue{color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:-.02em;white-space:nowrap;font-size:.84rem;font-weight:700}.page-module__1gdIrW__outcomeRow{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.page-module__1gdIrW__outcomeBtn{appearance:none;min-width:0;min-height:48px;font:inherit;cursor:pointer;box-sizing:border-box;text-align:center;-webkit-tap-highlight-color:transparent;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 12px;transition:background .15s,opacity .15s;display:inline-flex}.page-module__1gdIrW__outcomeBtn:disabled{cursor:default;opacity:.85}.page-module__1gdIrW__outcomeBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-neon) 55%, transparent);outline-offset:2px}.page-module__1gdIrW__outcomeIcon{flex-shrink:0}.page-module__1gdIrW__outcomeName{letter-spacing:.02em;text-transform:uppercase;font-size:.88rem;font-weight:700;line-height:1}.page-module__1gdIrW__outcomeUp{background:var(--side-up-bg);color:var(--side-up-solid)}.page-module__1gdIrW__outcomeDown{background:var(--side-down-bg);color:var(--side-down-solid)}.page-module__1gdIrW__outcomeSelected .page-module__1gdIrW__outcomeName{font-weight:800}.page-module__1gdIrW__outcomeBtn:not(.page-module__1gdIrW__outcomeSelected) .page-module__1gdIrW__outcomeName{font-weight:650}.page-module__1gdIrW__joinAlert{margin:0}.page-module__1gdIrW__primaryCta,.page-module__1gdIrW__primaryCtaLink{appearance:none;background:var(--foreground);width:100%;min-height:48px;color:var(--background);letter-spacing:-.02em;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;border-radius:12px;justify-content:center;align-items:center;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:750;text-decoration:none;transition:transform 90ms,filter 90ms;display:inline-flex}.page-module__1gdIrW__primaryCta:disabled{opacity:.7;cursor:wait}.page-module__1gdIrW__primaryCtaUp{background:var(--btn-primary-bg);color:var(--btn-primary-text);box-shadow:var(--btn-primary-shadow)}.page-module__1gdIrW__primaryCtaDown{background-color:var(--side-down-solid);background-image:var(--cta-down-gradient);color:#fff;box-shadow:var(--cta-down-shadow)}.page-module__1gdIrW__primaryCta:active:not(:disabled):not(.page-module__1gdIrW__primaryCtaMuted):not(.page-module__1gdIrW__primaryCtaLoading),.page-module__1gdIrW__primaryCtaUp:active:not(:disabled),.page-module__1gdIrW__primaryCtaDown:active:not(:disabled){filter:brightness(.86);transform:scale(.97)}.page-module__1gdIrW__primaryCtaMuted{background:color-mix(in srgb, var(--foreground) 8%, var(--surface));color:var(--text-secondary);box-shadow:none;cursor:default}.page-module__1gdIrW__primaryCtaMuted:disabled{opacity:1;cursor:default}.page-module__1gdIrW__primaryCtaLoading{background:color-mix(in srgb, var(--foreground) 12%, var(--surface));color:var(--foreground);box-shadow:none;cursor:wait}.page-module__1gdIrW__mobileCommitRow{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.page-module__1gdIrW__mobileCommitRow .page-module__1gdIrW__primaryCtaUp,.page-module__1gdIrW__mobileCommitRow .page-module__1gdIrW__primaryCtaDown,.page-module__1gdIrW__mobileCommitRow .page-module__1gdIrW__primaryCtaLoading{justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;display:inline-flex}.page-module__1gdIrW__mobileCommitIcon{flex-shrink:0;place-items:center;line-height:0;display:grid}.page-module__1gdIrW__secondaryCta{appearance:none;border:1px solid var(--border);background:var(--surface-elevated);width:100%;min-height:44px;color:var(--foreground);cursor:pointer;box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-family:inherit;font-size:.88rem;font-weight:650;text-decoration:none;display:inline-flex}.page-module__1gdIrW__actionCard[data-phase=ended],.page-module__1gdIrW__actionCard[data-phase=joined],.page-module__1gdIrW__actionCard[data-phase=live]{background:0 0;border:0;gap:0;padding:0}.page-module__1gdIrW__roundResultCard{border:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:10px;width:100%;padding:28px 20px 22px;display:flex}.page-module__1gdIrW__roundResultBadge{width:52px;height:52px;color:var(--foreground);background:color-mix(in srgb, var(--text-muted) 18%, transparent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__1gdIrW__roundResultBadge[data-outcome=up]{color:var(--positive);background:color-mix(in srgb, var(--positive) 16%, transparent)}.page-module__1gdIrW__roundResultBadge[data-outcome=down]{color:var(--negative);background:color-mix(in srgb, var(--negative) 16%, transparent)}.page-module__1gdIrW__roundResultBadge[data-outcome=void],.page-module__1gdIrW__roundResultBadge[data-outcome=neutral],.page-module__1gdIrW__roundResultBadge[data-outcome=awaiting]{color:var(--brand-neon);background:color-mix(in srgb, var(--brand-neon) 16%, transparent)}.page-module__1gdIrW__roundResultClock{transform-origin:50%;animation:60s steps(60,end) infinite page-module__1gdIrW__roundResultClockTick;display:block}@keyframes page-module__1gdIrW__roundResultClockTick{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__roundResultClock{animation:none}}.page-module__1gdIrW__roundResultOutcome{letter-spacing:-.02em;color:var(--foreground);margin:4px 0 0;font-size:1.05rem;font-weight:700;line-height:1.25}.page-module__1gdIrW__roundResultOutcome[data-outcome=up]{color:var(--positive)}.page-module__1gdIrW__roundResultOutcome[data-outcome=down]{color:var(--negative)}.page-module__1gdIrW__roundResultOutcome[data-outcome=void],.page-module__1gdIrW__roundResultOutcome[data-outcome=neutral]{color:var(--text-muted)}.page-module__1gdIrW__roundResultOutcome[data-outcome=awaiting]{color:var(--foreground)}.page-module__1gdIrW__roundResultPoints{letter-spacing:-.04em;font-variant-numeric:tabular-nums;color:var(--foreground);margin:0;font-size:1.35rem;font-weight:800;line-height:1}.page-module__1gdIrW__roundResultPoints[data-won=true]{color:var(--positive)}.page-module__1gdIrW__roundResultFinalPrice{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.4}.page-module__1gdIrW__roundResultFinalPrice strong{color:var(--foreground);font-weight:700}.page-module__1gdIrW__roundResultNote{max-width:26ch;color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.45}.page-module__1gdIrW__roundResultPick{background:color-mix(in srgb, var(--foreground) 4%, transparent);box-sizing:border-box;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;max-width:none;min-height:44px;padding:10px 14px;display:inline-flex}.page-module__1gdIrW__roundResultPickLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:650}.page-module__1gdIrW__roundResultPickValue{letter-spacing:.02em;text-transform:uppercase;font-size:.88rem;font-weight:800;line-height:1}.page-module__1gdIrW__roundResultPick[data-side=up]{background:var(--side-up-bg)}.page-module__1gdIrW__roundResultPick[data-side=up] .page-module__1gdIrW__roundResultPickValue{color:var(--side-up-solid)}.page-module__1gdIrW__roundResultPick[data-side=down]{background:var(--side-down-bg)}.page-module__1gdIrW__roundResultPick[data-side=down] .page-module__1gdIrW__roundResultPickValue{color:var(--side-down-solid)}.page-module__1gdIrW__endActions{flex-direction:column;gap:10px;width:100%;display:flex}.page-module__1gdIrW__endedPanel{gap:12px}.page-module__1gdIrW__endedStatusRow{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.page-module__1gdIrW__endedBadge{letter-spacing:.02em;border-radius:999px;align-items:center;margin:0;padding:4px 10px;font-size:.78rem;font-weight:750;line-height:1.2;display:inline-flex}.page-module__1gdIrW__endedBadge[data-kind=void]{background:color-mix(in srgb, var(--foreground) 8%, transparent);color:var(--text-secondary)}.page-module__1gdIrW__endedBadge[data-kind=ended]{background:color-mix(in srgb, var(--foreground) 8%, transparent);color:var(--foreground)}.page-module__1gdIrW__endedSettle{align-items:baseline;gap:6px;min-width:0;margin:0;display:inline-flex}.page-module__1gdIrW__endedSettlePending{color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;font-size:.72rem;font-weight:650}.page-module__1gdIrW__endedCopy{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.45}.page-module__1gdIrW__endedDesktopCta{width:100%}.page-module__1gdIrW__successTitle{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:1.05rem;font-weight:750}.page-module__1gdIrW__joinedPick{box-sizing:border-box;border-radius:8px;justify-content:center;align-self:stretch;align-items:center;gap:6px;min-height:48px;padding:10px 12px;display:inline-flex}.page-module__1gdIrW__joinedPickUp{background:var(--side-up-bg);color:var(--side-up-solid)}.page-module__1gdIrW__joinedPickDown{background:var(--side-down-bg);color:var(--side-down-solid)}.page-module__1gdIrW__joinedPickLabel{letter-spacing:.02em;text-transform:uppercase;font-size:.88rem;font-weight:800;line-height:1}.page-module__1gdIrW__rules{border:1px solid var(--border-subtle);background:var(--surface);box-sizing:border-box;border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}.page-module__1gdIrW__rulesHead{align-items:center;display:flex}.page-module__1gdIrW__rulesTitle{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:.88rem;font-weight:750}.page-module__1gdIrW__rulesSteps{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.page-module__1gdIrW__rulesStep{grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px;padding:10px 0;display:grid}.page-module__1gdIrW__rulesStep+.page-module__1gdIrW__rulesStep{border-top:1px solid var(--border-subtle)}.page-module__1gdIrW__rulesStepIndex{border:1px solid var(--border-subtle);background:var(--surface-hover);width:24px;height:24px;color:var(--text-secondary);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.page-module__1gdIrW__rulesStepBody{flex-direction:column;gap:3px;min-width:0;padding-top:2px;display:flex}.page-module__1gdIrW__rulesStepTitle{color:var(--foreground);letter-spacing:-.01em;font-size:.82rem;font-weight:750;line-height:1.2}.page-module__1gdIrW__rulesStepCopy{color:var(--text-muted);margin:0;font-size:.76rem;font-weight:400;line-height:1.45}.page-module__1gdIrW__actionRailRelated{display:contents}@media (max-width:900px){.page-module__1gdIrW__main{--mobile-trade-bar-height:55px;padding:8px var(--mobile-page-pad-x,12px) 0}.page-module__1gdIrW__main:has([data-mobile-dock=trade]){padding-bottom:calc(var(--mobile-trade-bar-height) + 7px)}.page-module__1gdIrW__stage{gap:var(--mobile-section-gap,10px)}.page-module__1gdIrW__layout{gap:var(--mobile-section-gap,10px);flex-direction:column;display:flex}.page-module__1gdIrW__mainCol,.page-module__1gdIrW__actionRail{display:contents}.page-module__1gdIrW__hero{order:1}.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterButton svg,.page-module__1gdIrW__chartTypeFilterOverlay .page-module__1gdIrW__chartTypeFilterActive svg{width:18px;min-width:18px;height:18px;min-height:18px}.page-module__1gdIrW__chartCard{order:3}.page-module__1gdIrW__activityCard{order:4}.page-module__1gdIrW__actionCard{order:5}.page-module__1gdIrW__actionCard[data-phase=open]{display:none}.page-module__1gdIrW__layout:has(.page-module__1gdIrW__actionCard[data-phase=ended]){min-height:calc(100dvh - env(safe-area-inset-top,0px) - var(--mobile-header-height,44px) - var(--mobile-page-pad-y,8px) - var(--mobile-scroll-bottom-inset) - var(--mobile-trade-bar-height) - 7px);flex:auto}.page-module__1gdIrW__stage:has(.page-module__1gdIrW__actionCard[data-phase=ended]){flex:auto;min-height:0}.page-module__1gdIrW__rules,.page-module__1gdIrW__actionRailRelated{display:none}.page-module__1gdIrW__hero{background:0 0;border:0;border-radius:0;padding:4px 0 0}.page-module__1gdIrW__heroTitleRow,.page-module__1gdIrW__heroIdentity{gap:10px}.page-module__1gdIrW__heroTitleBlock{gap:2px}.page-module__1gdIrW__logoStack{width:36px;height:36px}.page-module__1gdIrW__tokenLogoPlate,.page-module__1gdIrW__tokenLogo{border-radius:10px;width:36px;height:36px}.page-module__1gdIrW__exchangeLogo{border-width:1.5px;border-color:var(--background);background:var(--background);bottom:-2px;right:-2px;width:16px!important;height:16px!important}.page-module__1gdIrW__cardTitle{letter-spacing:-.025em;font-size:1.02rem;font-weight:700;line-height:1.2}.page-module__1gdIrW__heroMeta{font-size:.7rem;font-weight:600;line-height:1.25}.page-module__1gdIrW__botBadge{display:none}.page-module__1gdIrW__heroActions{gap:6px}.page-module__1gdIrW__heroActionCard{gap:4px}.page-module__1gdIrW__shareBtn{background:var(--surface-muted);border:0;border-radius:999px;width:28px;height:28px}[data-theme=light] .page-module__1gdIrW__shareBtn{background:var(--surface)}.page-module__1gdIrW__shareBtn[data-active=true]{background:var(--surface-muted);color:var(--brand-neon)}[data-theme=light] .page-module__1gdIrW__shareBtn[data-active=true]{background:var(--surface);color:var(--foreground)}.page-module__1gdIrW__mobileActivityBtn{appearance:none;background:var(--surface-muted);min-width:28px;height:28px;color:var(--text-secondary);font:inherit;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;margin:0;padding:0 8px;display:inline-flex}[data-theme=light] .page-module__1gdIrW__mobileActivityBtn{background:var(--surface)}.page-module__1gdIrW__mobileActivityBtn[data-empty=true]{width:28px;color:var(--text-muted);padding:0}.page-module__1gdIrW__mobileActivityBtn:active{background:var(--surface-hover);color:var(--foreground)}.page-module__1gdIrW__mobileActivityIcon{flex-shrink:0;display:block}.page-module__1gdIrW__mobileActivityStat{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--foreground);font-size:.7rem;font-weight:700;line-height:1}.page-module__1gdIrW__desktopOnlyBlock{display:none!important}.page-module__1gdIrW__pastStrip{gap:6px;min-height:44px;padding:8px 10px}.page-module__1gdIrW__pastStripPastBtn,.page-module__1gdIrW__pastStripMoreBtn{min-height:28px;padding:0 10px;font-size:.72rem}.page-module__1gdIrW__pastScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:auto;justify-content:flex-start;gap:5px;min-width:0;overflow:auto hidden}.page-module__1gdIrW__pastScroll::-webkit-scrollbar{display:none}.page-module__1gdIrW__pastMoreDesktop{display:none!important}.page-module__1gdIrW__pastScroll>.page-module__1gdIrW__pastMoreInScroll.page-module__1gdIrW__pastMenuShell{flex-shrink:0;display:block!important}.page-module__1gdIrW__pastChip{flex:none;gap:5px;height:28px;min-height:28px;padding:0 10px;font-size:.72rem;font-weight:500}.page-module__1gdIrW__pastChipIcon{width:11px;height:11px}.page-module__1gdIrW__pastChipLiveDot{width:6px;height:6px}.page-module__1gdIrW__pastChipTime{font-size:.72rem;font-weight:500}.page-module__1gdIrW__pastChipSkeleton{border-radius:999px;width:56px;height:28px}.page-module__1gdIrW__pastStripMoreBtn,.page-module__1gdIrW__pastStripPastBtn{min-height:28px;padding:0 10px;font-size:.72rem}.page-module__1gdIrW__chartTypeFilterSegment{gap:2px}.page-module__1gdIrW__chartTypeFilterButton,.page-module__1gdIrW__chartTypeFilterActive{width:36px;min-width:36px;min-height:36px}.page-module__1gdIrW__chartTypeFilterButton svg,.page-module__1gdIrW__chartTypeFilterActive svg{width:18px;min-width:18px;height:18px;min-height:18px}.page-module__1gdIrW__pastMenu{min-width:136px;max-height:min(280px,45vh)}.page-module__1gdIrW__pastMenuItem{min-height:34px;font-size:.78rem}.page-module__1gdIrW__chartCard{border-radius:var(--mobile-card-radius,16px);overflow:visible}.page-module__1gdIrW__chartHead{flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;gap:8px 12px;padding:8px 10px;display:flex}.page-module__1gdIrW__chartStatBlock[data-stat=beat],.page-module__1gdIrW__chartStatBlock[data-stat=current]{text-align:left;flex:0 auto;align-items:flex-start;min-width:0}.page-module__1gdIrW__chartStatBlock[data-stat=current]{margin-right:auto;padding-left:2px}.page-module__1gdIrW__chartStatCurrentStack{flex-wrap:nowrap;justify-content:flex-start;gap:4px}.page-module__1gdIrW__chartStatDivider{background:var(--border);flex-shrink:0;align-self:stretch;width:1px;min-height:24px;margin-block:1px;margin-inline:2px 4px;display:block}.page-module__1gdIrW__chartStatLabel{font-size:.62rem}.page-module__1gdIrW__chartStatValue{letter-spacing:-.02em;font-size:.82rem}.page-module__1gdIrW__chartDeltaBadgeUp,.page-module__1gdIrW__chartDeltaBadgeDown{flex-shrink:0;font-size:.62rem}.page-module__1gdIrW__chartCountdown{margin:0;border-top:0;flex-direction:column;flex:none;justify-content:flex-end;align-items:flex-end;gap:3px;width:auto;margin-left:auto;padding:0}.page-module__1gdIrW__chartCountdownClock{gap:6px}.page-module__1gdIrW__chartCountdownColumn{gap:1px;min-width:2.5ch}.page-module__1gdIrW__chartCountdownDigit{--cd-digit-h:1.05em;min-height:var(--cd-digit-h);font-size:1.05rem}.page-module__1gdIrW__chartCountdownDigitChar,.page-module__1gdIrW__chartCountdownDigitSlot{height:var(--cd-digit-h)}.page-module__1gdIrW__chartCountdownUnit{letter-spacing:.06em;font-size:.48rem}.page-module__1gdIrW__chartCountdownPhase{padding:2px 6px;font-size:.52rem}.page-module__1gdIrW__chartCountdownStatus{font-size:.75rem}.page-module__1gdIrW__chartLiveBtn{flex:none;gap:6px;min-height:28px;margin:0 0 0 auto;padding:0 10px;font-size:.68rem}.page-module__1gdIrW__chartLiveBtn .page-module__1gdIrW__chartLiveDot{width:6px;height:6px}.page-module__1gdIrW__chartCanvas{border-radius:0;height:clamp(176px,30vh,232px);padding:2px 0 2px 2px}.page-module__1gdIrW__chartTypeFilterOverlay{bottom:10px}.page-module__1gdIrW__actionCard{border-radius:var(--mobile-card-radius,16px);gap:10px;padding:14px}.page-module__1gdIrW__actionCard[data-phase=ended],.page-module__1gdIrW__actionCard[data-phase=joined],.page-module__1gdIrW__actionCard[data-phase=live]{background:0 0;border:0;align-items:stretch;gap:0;margin-block:0;padding:0}.page-module__1gdIrW__roundResultCard{border-radius:var(--mobile-card-radius,16px);padding:22px 16px 18px}.page-module__1gdIrW__roundResultNote{width:100%;max-width:none;font-size:.78rem;line-height:1.4}.page-module__1gdIrW__roundResultPick{border-radius:12px;align-self:stretch;width:100%;min-height:48px;padding:12px 14px}.page-module__1gdIrW__roundResultPickLabel{font-size:.68rem}.page-module__1gdIrW__roundResultPickValue{font-size:.92rem}.page-module__1gdIrW__roundResultPoints{font-size:1.2rem}.page-module__1gdIrW__endedPanel{align-items:center;gap:8px}.page-module__1gdIrW__endedStatusRow{flex-direction:column;justify-content:center;align-items:center;gap:6px}.page-module__1gdIrW__endedBadge,.page-module__1gdIrW__resultTag{padding:5px 10px;font-size:.74rem}.page-module__1gdIrW__endedSettle .page-module__1gdIrW__entryCaptureLabel{font-size:.68rem}.page-module__1gdIrW__endedSettle .page-module__1gdIrW__entryCaptureValue{font-size:.82rem}.page-module__1gdIrW__endedSettlePending{font-size:.68rem}.page-module__1gdIrW__endedCopy{text-align:center;max-width:22rem;font-size:.78rem;line-height:1.4}.page-module__1gdIrW__endedDesktopCta{display:none}.page-module__1gdIrW__actionTitle,.page-module__1gdIrW__successTitle{font-size:.92rem}.page-module__1gdIrW__actionSub{font-size:.8rem;line-height:1.45}.page-module__1gdIrW__outcomeRow{gap:10px}.page-module__1gdIrW__outcomeRow[data-mobile-hidden=true]{display:none}.page-module__1gdIrW__mobileCommitRow .page-module__1gdIrW__primaryCtaUp,.page-module__1gdIrW__mobileCommitRow .page-module__1gdIrW__primaryCtaDown,.page-module__1gdIrW__mobileCommitRow .page-module__1gdIrW__primaryCtaLoading{border-radius:11px;min-height:44px;padding:11px 10px;font-size:.94rem}.page-module__1gdIrW__outcomeBtn{border-radius:12px;min-height:52px;padding:12px}.page-module__1gdIrW__outcomeName{font-size:.92rem}.page-module__1gdIrW__primaryCta,.page-module__1gdIrW__primaryCtaLink,.page-module__1gdIrW__secondaryCta{border-radius:12px;min-height:48px;font-size:.92rem}.page-module__1gdIrW__marketsLiveCta{display:none!important}.page-module__1gdIrW__actionCommitInline{display:none}.page-module__1gdIrW__commitDock{right:0;bottom:var(--mobile-dock-nav-height);z-index:199;width:100%;max-width:100%;padding:6px var(--mobile-page-pad-x) 4px;border-top:1px solid var(--mobile-dock-border);border-bottom:1px solid var(--mobile-dock-border);background:var(--mobile-dock-bg);box-shadow:none;box-sizing:border-box;flex-direction:column;gap:8px;margin:0;display:flex;position:fixed;left:0}.page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCta,.page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaUp,.page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaDown,.page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaMuted,.page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaLoading{border-radius:11px;min-height:44px;padding:11px 14px;font-size:.94rem}.page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaMuted{color:var(--brand-neon);border:1px solid var(--border-subtle);background:0 0}[data-theme=dark] .page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaMuted{border-color:var(--border)}[data-theme=light] .page-module__1gdIrW__commitDock .page-module__1gdIrW__primaryCtaMuted{color:var(--foreground);border-color:var(--border)}.page-module__1gdIrW__endCard .page-module__1gdIrW__secondaryCta,.page-module__1gdIrW__actionCard .page-module__1gdIrW__secondaryCta{border:1px solid var(--border-subtle);color:var(--brand-neon);background:0 0}:is([data-theme=dark] .page-module__1gdIrW__endCard .page-module__1gdIrW__secondaryCta,[data-theme=dark] .page-module__1gdIrW__actionCard .page-module__1gdIrW__secondaryCta){border-color:var(--border)}:is([data-theme=light] .page-module__1gdIrW__endCard .page-module__1gdIrW__secondaryCta,[data-theme=light] .page-module__1gdIrW__actionCard .page-module__1gdIrW__secondaryCta){color:var(--foreground);border-color:var(--border)}.page-module__1gdIrW__commitDock .page-module__1gdIrW__joinAlert{box-sizing:border-box;width:100%;max-width:100%}.page-module__1gdIrW__feeNote{display:none}.page-module__1gdIrW__joinedPick{border-radius:12px;min-height:48px}.page-module__1gdIrW__activityCard{border-radius:var(--mobile-card-radius,16px);gap:10px;padding:14px}.page-module__1gdIrW__splitBlock{gap:6px}.page-module__1gdIrW__splitPanel{border-radius:6px;gap:2px;min-height:0;padding:3px 8px}.page-module__1gdIrW__splitPct{font-size:1.05rem}.page-module__1gdIrW__splitDir{font-size:.62rem}.page-module__1gdIrW__metricStrip{border-top:1px solid var(--border-subtle);gap:0;margin-top:2px;padding-top:10px}[data-theme=dark] .page-module__1gdIrW__metricStrip{border-top-color:var(--border)}.page-module__1gdIrW__metricStrip[data-mobile-fee=true]{grid-template-columns:repeat(4,minmax(0,1fr))}.page-module__1gdIrW__metric.page-module__1gdIrW__metricMobileOnly{display:flex}.page-module__1gdIrW__metricStrip[data-mobile-fee=true]>.page-module__1gdIrW__metric{text-align:center;align-items:center}.page-module__1gdIrW__metricStrip>.page-module__1gdIrW__metric+.page-module__1gdIrW__metric{border-left:1px solid var(--border-subtle)}[data-theme=dark] .page-module__1gdIrW__metricStrip>.page-module__1gdIrW__metric+.page-module__1gdIrW__metric{border-left-color:var(--border)}.page-module__1gdIrW__metric{background:0 0;border-radius:0;gap:3px;padding:8px 6px}.page-module__1gdIrW__metricLabel{letter-spacing:.04em;font-size:.58rem}.page-module__1gdIrW__metricValue{font-size:.78rem}.page-module__1gdIrW__metricUnit{font-size:.62rem}.page-module__1gdIrW__joinersCard{border-radius:var(--mobile-card-radius,16px);height:auto;min-height:0;max-height:280px;padding:12px 12px 0;overflow:hidden}.page-module__1gdIrW__joinersHead{display:none}.page-module__1gdIrW__joinersTableWrap{-webkit-overflow-scrolling:touch;flex:auto;min-height:0}.page-module__1gdIrW__joinersTable thead{display:none}.page-module__1gdIrW__joinersTable th,.page-module__1gdIrW__joinersTable td{padding:9px 0}.page-module__1gdIrW__joinersEmptyState{padding:28px 12px}}.page-module__1gdIrW__activitySheetRoot{z-index:220;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.page-module__1gdIrW__activitySheetBackdrop{cursor:pointer;background:#0000008f;border:0;padding:0;position:absolute;inset:0}.page-module__1gdIrW__activitySheet{z-index:1;background:var(--background-elevated);width:100%;height:min(72svh,640px);min-height:0;max-height:min(92svh,780px);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;animation:.32s cubic-bezier(.22,1,.36,1) page-module__1gdIrW__arenaActivitySheetUp;display:flex;position:relative;overflow:hidden;box-shadow:0 -12px 40px #00000073}@keyframes page-module__1gdIrW__arenaActivitySheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-module__1gdIrW__activitySheet{animation:none}}.page-module__1gdIrW__activitySheetHandle{background:color-mix(in srgb, var(--foreground) 18%, transparent);border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 4px}.page-module__1gdIrW__activitySheetBody{flex-direction:column;flex:auto;gap:12px;min-height:0;max-height:100%;padding:8px 16px 16px;display:flex;overflow:hidden}.page-module__1gdIrW__activitySheetStats{border:1px solid var(--border);border-radius:var(--mobile-card-radius,16px);background:var(--surface);box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:10px;padding:12px;display:flex}.page-module__1gdIrW__joinersCardInSheet{border-radius:var(--mobile-card-radius,16px);flex-direction:column;flex:auto;height:auto;min-height:0;max-height:none;padding-bottom:0;display:flex;overflow:hidden}.page-module__1gdIrW__joinersCardInSheet .page-module__1gdIrW__joinersTableWrap{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;min-height:0;max-height:none;overflow:hidden auto}@media (max-width:700px){.page-module__1gdIrW__joinersTable th:first-child,.page-module__1gdIrW__joinersTable td:first-child{padding-right:16px}.page-module__1gdIrW__joinersTable th:nth-child(2),.page-module__1gdIrW__joinersTable td:nth-child(2){width:4rem;padding-left:14px}.page-module__1gdIrW__joinersTable th:nth-child(3),.page-module__1gdIrW__joinersTable td:nth-child(3){width:4.25rem;padding-left:14px}.page-module__1gdIrW__joinersTable th:nth-child(4),.page-module__1gdIrW__joinersTable td:nth-child(4){width:5rem;padding-left:14px}.page-module__1gdIrW__joinersTable[data-share=true] th:nth-child(5),.page-module__1gdIrW__joinersTable[data-share=true] td:nth-child(5){width:2.25rem;padding-left:12px}}:is([data-theme=dark] .page-module__1gdIrW__hero,[data-theme=dark] .page-module__1gdIrW__chartCard,[data-theme=dark] .page-module__1gdIrW__chartLiveBtn,[data-theme=dark] .page-module__1gdIrW__pastMenu,[data-theme=dark] .page-module__1gdIrW__activityCard,[data-theme=dark] .page-module__1gdIrW__joinersCard,[data-theme=dark] .page-module__1gdIrW__actionCard,[data-theme=dark] .page-module__1gdIrW__roundResultCard,[data-theme=dark] .page-module__1gdIrW__rules,[data-theme=dark] .page-module__1gdIrW__pastStrip,[data-theme=dark] .page-module__1gdIrW__endCard){border-color:var(--border)}
