html{scrollbar-gutter:stable}:root{--color-focus: #ffd100;--color-focus-on-primary: #181818}*:focus{outline:none}*:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px;border-radius:4px}.Button--primary:focus-visible,.IconButton--primary:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-focus-on-primary),0 0 0 4px var(--color-focus)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@keyframes tokenListFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.TokenList--fadein{animation:tokenListFadeIn .22s ease both}@keyframes sidemenu-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.sidemenu-panel{animation:sidemenu-slide-in .22s ease-out}@keyframes skeletonShimmer{0%{opacity:1}50%{opacity:.55}to{opacity:1}}.Skeleton{animation:skeletonShimmer 1.4s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes amountEchoCaret{0%,50%{opacity:1}51%,to{opacity:0}}.TosCheckbox__wrap{position:relative;width:44px;height:44px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.TosCheckbox__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.TosCheckbox__box{width:20px;height:20px;border-radius:5px;border:1.5px solid #555;background:#222;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease;pointer-events:none}.TosCheckbox__box:after{content:"";width:14px;height:14px;opacity:0;transition:opacity .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23181818'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.TosCheckbox__input:checked~.TosCheckbox__box{background-color:#ffd100;border-color:#ffd100}.TosCheckbox__input:checked~.TosCheckbox__box:after{opacity:1}.TosCheckbox__input:hover~.TosCheckbox__box{border-color:#ffd100}.TosCheckbox__wrap--error .TosCheckbox__box{border-color:#e53935}.TosCheckbox__input:focus-visible~.TosCheckbox__box{outline:2px solid #ffd100;outline-offset:2px}:root{--auth-primary: #ffd100;--auth-primary-on: #181818;--auth-bg: #181818;--auth-surface: #222;--auth-surface-alt: #2a2a2a;--auth-border: #555;--auth-border-subtle: #333;--auth-text: #fff;--auth-text-muted: #ccc;--auth-text-subtle: #aaa;--auth-text-faint: #888;--auth-danger: #e53935;--auth-danger-surface: #5a2a2a;--auth-focus-ring: #ffd100;--auth-radius-md: 6px;--auth-radius-lg: 8px;--auth-radius-xl: 12px;--auth-touch: 44px;--auth-fast: .15s}.auth__bg{background-color:var(--auth-bg);background-image:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(255,209,0,.08) 0%,transparent 60%);background-repeat:no-repeat}.auth__brand{display:flex;justify-content:space-between;align-items:center;padding:8px 0 24px;margin-top:8px}.auth__brand img{display:block;object-fit:contain}.auth__card{background:var(--auth-surface);border:1px solid var(--auth-border-subtle);border-radius:var(--auth-radius-xl);padding:20px;display:flex;flex-direction:column;gap:14px}.auth__title{margin:0;font-size:18px;font-weight:700;color:var(--auth-text)}.auth__hint{margin:0;font-size:13px;color:var(--auth-text-muted);line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.auth__field-label{font-size:12px;font-weight:600;color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.4px}.auth__input{width:100%;min-height:44px;padding:0 12px;background:var(--auth-bg);border:1px solid var(--auth-border-subtle);border-radius:var(--auth-radius-md);color:var(--auth-text);font-size:14px;font-family:inherit;outline:none;box-sizing:border-box}.auth__input:focus{border-color:var(--auth-primary)}.auth__input::placeholder{color:var(--auth-text-faint)}.auth__input-row{display:flex;gap:8px;align-items:flex-end}.auth__input-row .auth__input{flex:1}.auth__input-adornment{background:transparent;color:var(--auth-text-faint);border:none;padding:10px;min-width:var(--auth-touch);min-height:var(--auth-touch);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:var(--auth-radius-md)}.auth__captcha{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--auth-bg);border:1px dashed var(--auth-border);border-radius:var(--auth-radius-md);color:var(--auth-text-muted);font-size:13px}.auth__captcha-check{display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:13px;font-weight:600;color:var(--auth-text)}.auth__captcha-check input{width:16px;height:16px;cursor:pointer;accent-color:var(--auth-primary)}.auth__primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:0 16px;background:var(--auth-primary);color:var(--auth-primary-on);border:none;border-radius:var(--auth-radius-md);font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity var(--auth-fast) ease}.auth__primary:hover{opacity:.9}.auth__primary:focus-visible{outline:2px solid var(--auth-focus-ring);outline-offset:2px}.auth__primary[disabled]{opacity:.5;cursor:not-allowed}.auth__primary svg{width:16px;height:16px}.auth__primary .auth__spinner{animation:auth-spin .8s linear infinite}.auth__primary[disabled] svg:not(.auth__spinner){opacity:.6}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth__secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:0 16px;background:transparent;color:var(--auth-primary);border:1px solid var(--auth-primary);border-radius:var(--auth-radius-md);font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background var(--auth-fast) ease}.auth__secondary:hover{background:#ffd1001f}.auth__secondary:focus-visible{outline:2px solid var(--auth-focus-ring);outline-offset:2px}.auth__secondary[disabled]{opacity:.5;cursor:not-allowed}.auth__row{display:flex;justify-content:space-between;align-items:center;gap:12px}.auth__row--stack{display:flex;gap:8px;flex-direction:column}.auth__link{background:none;border:none;padding:0;color:var(--auth-primary);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none}.auth__link:hover{text-decoration:underline}.auth__link:focus-visible{outline:2px solid var(--auth-focus-ring);outline-offset:2px}.auth__switch{text-align:center;font-size:13px;color:var(--auth-text-muted);margin:0}.auth__switch a,.auth__switch button{background:none;border:none;color:var(--auth-primary);font-weight:600;cursor:pointer;font-family:inherit;padding:0 4px;font-size:13px}.auth__switch a:hover,.auth__switch button:hover{text-decoration:underline}.auth__alert{padding:14px 16px;background:var(--auth-danger-surface);border:1px solid var(--auth-danger);border-radius:var(--auth-radius-xl);color:var(--auth-text);display:flex;flex-direction:column;gap:6px}.auth__alert-title{font-weight:600;font-size:14px}.auth__alert-body{font-size:13px;color:var(--auth-text-muted)}.auth__alert-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth__alert-icon{display:inline-flex;align-items:center;gap:8px}.auth__error{font-size:12px;color:var(--auth-danger);margin:0}.auth__otp-row{text-align:center;margin-top:16px;margin-bottom:16px;font-size:13px;color:var(--auth-text-faint)}.auth__resend{background:transparent;color:var(--auth-primary);border:none;cursor:pointer;padding:8px;border-radius:var(--auth-radius-md);font-family:inherit;font-size:13px;font-weight:600}.auth__resend:hover{background:#ffd1001f}.auth__resend:focus-visible{outline:2px solid var(--auth-focus-ring);outline-offset:2px}.auth__otp-input-row{display:flex;gap:8px;justify-content:center}.auth__field-stack{display:flex;flex-direction:column;gap:6px}.auth__submitting{margin:0;text-align:center;color:var(--auth-text-subtle)}.auth__password-hint{margin:0;font-size:11px;color:var(--auth-text-faint);line-height:1.5}.auth__legal{margin:14px 0 0;text-align:center;font-size:12px;color:var(--auth-text-faint);line-height:1.5}.auth__legal a{color:var(--auth-primary);text-decoration:underline}.auth__legal a:focus-visible{outline:2px solid var(--auth-focus-ring);outline-offset:2px;border-radius:2px}.th-row{background-color:transparent;transition:background-color .15s ease-out}.th-row:hover{background-color:#ffffff08}.th-row:focus-visible{outline:2px solid #ffd100;outline-offset:-2px;border-radius:0}:root{--homev2-primary: #ffd100;--homev2-primary-hover: #f7b500;--homev2-primary-on: #181818;--homev2-bg: #181818;--homev2-surface: #222;--homev2-surface-alt: #2a2a2a;--homev2-surface-muted: #1a1a1a;--homev2-surface-elev: #111;--homev2-border: #555;--homev2-border-subtle: #333;--homev2-border-strong: #444;--homev2-text: #fff;--homev2-text-muted: #ccc;--homev2-text-subtle: #aaa;--homev2-text-faint: #888;--homev2-danger: #e53935;--homev2-success: #3ddc97;--homev2-focus-ring: #ffd100;--homev2-radius-sm: 4px;--homev2-radius-md: 6px;--homev2-radius-lg: 8px;--homev2-radius-xl: 12px;--homev2-touch: 44px;--homev2-fast: .15s;--homev2-base: .22s;--homev2-shell-max: 640px;--homev2-sidebar-w: 240px;--homev2-iconrail-w: 72px;--homev2-rail-w: 320px;--homev2-topbar-h: 64px}.homev2{display:grid;min-height:100vh;background:var(--homev2-bg);grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main"}.homev2__topbar,.homev2__sidebar,.homev2__rail{display:none}.homev2__appbar{grid-area:header;display:grid;grid-template-columns:var(--homev2-touch) 1fr var(--homev2-touch);align-items:center;height:var(--homev2-touch);padding:8px 16px 12px;background:var(--homev2-bg);border-bottom:1px solid var(--homev2-border-subtle)}.homev2__appbar-slot,.homev2__appbar-brand{width:var(--homev2-touch);height:var(--homev2-touch);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--homev2-text);cursor:pointer;border-radius:var(--homev2-radius-md);padding:4px}.homev2__appbar-brand{margin:0 auto}.homev2__appbar-slot:focus-visible,.homev2__appbar-brand:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__main{grid-area:main;padding:16px 16px 32px;min-width:0}.homev2__main-inner{max-width:var(--homev2-shell-max);margin:0 auto;display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.homev2{grid-template-columns:var(--homev2-iconrail-w) 1fr;grid-template-rows:var(--homev2-topbar-h) 1fr;grid-template-areas:"topbar topbar" "rail main"}.homev2__topbar{grid-area:topbar;display:flex;align-items:center;gap:16px;padding:0 24px;background:var(--homev2-bg);border-bottom:1px solid var(--homev2-border-subtle);position:sticky;top:0;z-index:40}.homev2__main{padding:24px 24px 48px}.homev2__main-inner{max-width:100%;gap:20px}}@media (min-width: 1024px){.homev2{grid-template-columns:var(--homev2-sidebar-w) 1fr var(--homev2-rail-w);grid-template-rows:var(--homev2-topbar-h) 1fr;grid-template-areas:"topbar topbar topbar" "sidebar main rail"}.homev2__sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:4px;background:var(--homev2-bg);border-right:1px solid var(--homev2-border-subtle);position:sticky;top:var(--homev2-topbar-h);align-self:start;height:calc(100vh - var(--homev2-topbar-h));overflow-y:auto}.homev2__sidebar-section{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--homev2-text-faint);padding:12px 12px 6px}.homev2__sidebar-item{display:flex;align-items:center;gap:12px;min-height:var(--homev2-touch);padding:0 12px;background:transparent;border:none;color:var(--homev2-text-muted);border-radius:var(--homev2-radius-lg);cursor:pointer;font-size:14px;font-weight:500;text-align:left;width:100%}.homev2__sidebar-item:hover{background:var(--homev2-surface);color:var(--homev2-text)}.homev2__sidebar-item[aria-current=true]{background:var(--homev2-surface);color:var(--homev2-primary)}.homev2__sidebar-item:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:-2px}.homev2__sidebar-item svg{width:20px;height:20px;flex-shrink:0}.homev2__sidebar-spacer{flex:1}.homev2__sidebar-user{display:flex;align-items:center;gap:10px;padding:12px;margin-top:8px;border-top:1px solid var(--homev2-border-subtle)}.homev2__sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ffd100,#b999ff);flex-shrink:0}.homev2__sidebar-user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.homev2__sidebar-user-name{font-size:13px;font-weight:600;color:var(--homev2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homev2__sidebar-user-mail{font-size:11px;color:var(--homev2-text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homev2__topbar-search{flex:1;max-width:480px;position:relative}.homev2__topbar-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.homev2__main{padding:32px 32px 48px}.homev2__main-inner{max-width:880px;gap:24px}.homev2__rail{grid-area:rail;display:flex;flex-direction:column;gap:16px;padding:24px 20px 32px;background:var(--homev2-bg);border-left:1px solid var(--homev2-border-subtle);position:sticky;top:var(--homev2-topbar-h);align-self:start;height:calc(100vh - var(--homev2-topbar-h));overflow-y:auto}}.homev2__topbar-brand{display:inline-flex;align-items:center;gap:10px;padding:4px 8px;background:transparent;border:none;cursor:pointer}.homev2__topbar-brand:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__search-input{width:100%;height:36px;background:var(--homev2-surface);border:1px solid var(--homev2-border-subtle);border-radius:var(--homev2-radius-lg);padding:0 12px 0 36px;color:var(--homev2-text);font-size:13px;outline:none;box-sizing:border-box}.homev2__search-input:focus{border-color:var(--homev2-primary)}.homev2__search-input::placeholder{color:var(--homev2-text-faint)}.homev2__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--homev2-text-faint);pointer-events:none}.homev2__search-icon svg{width:16px;height:16px}.homev2__topbtn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--homev2-text-muted);border-radius:var(--homev2-radius-lg);cursor:pointer}.homev2__topbtn:hover{background:var(--homev2-surface);color:var(--homev2-text)}.homev2__topbtn:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__topbtn svg{width:18px;height:18px}.homev2__topbtn--badge{position:relative}.homev2__topbtn--badge:after{content:"";position:absolute;top:8px;right:9px;width:7px;height:7px;background:var(--homev2-primary);border:2px solid var(--homev2-bg);border-radius:50%}.homev2__walletrow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 12px 0}.homev2__walletrow-title{min-width:0;flex:1}.homev2__walletrow-name{margin:0;font-size:20px;font-weight:700;color:var(--homev2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homev2__walletrow-hint{font-size:11px;color:var(--homev2-text-faint);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homev2__walletrow-actions{display:flex;gap:8px;flex-shrink:0}.homev2__walletrow-btn{display:inline-flex;align-items:center;gap:6px;min-height:36px;min-width:36px;padding:0 14px;border-radius:var(--homev2-radius-lg);border:1px solid var(--homev2-border-subtle);background:transparent;color:var(--homev2-text);font-size:13px;font-weight:600;cursor:pointer}.homev2__walletrow-btn--primary{background:var(--homev2-primary);color:var(--homev2-primary-on);border-color:var(--homev2-primary)}.homev2__walletrow-btn:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__walletrow-btn svg{width:16px;height:16px}.homev2__walletrow-btn-label{display:none}@media (min-width: 768px){.homev2__walletrow{padding:0;align-items:center}.homev2__walletrow-name{font-size:24px}.homev2__walletrow-btn-label{display:inline}}.homev2__balancecard{background:#1f1f1f;border-radius:var(--homev2-radius-xl);padding:16px;display:flex;gap:12px;overflow:hidden;flex-wrap:nowrap}.homev2__balancecard-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.homev2__balancecard-totalrow{display:flex;align-items:center;gap:6px}.homev2__balancecard-totallabel{font-size:13px;color:var(--homev2-text-muted)}.homev2__balancecard-totalvalue{font-size:18px;font-weight:700;color:var(--homev2-text);font-variant-numeric:tabular-nums;line-height:1.2}.homev2__balancecard-change{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:var(--homev2-success);font-variant-numeric:tabular-nums}.homev2__balancecard-change--down{color:var(--homev2-danger)}.homev2__balancecard-hkdm{position:relative;align-self:stretch;display:flex;flex-direction:row;align-items:center;gap:8px;padding:6px 8px;min-height:48px;background:linear-gradient(135deg,var(--homev2-primary) 0%,var(--homev2-primary-hover) 100%);color:var(--homev2-primary-on);border-radius:var(--homev2-radius-md);overflow:hidden}.homev2__balancecard-hkdm-col{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1;justify-content:center}.homev2__balancecard-hkdm-row{display:flex;align-items:baseline;gap:3px;line-height:1}.homev2__balancecard-hkdm-title{font-size:10px;font-weight:700;color:var(--homev2-primary-on)}.homev2__balancecard-hkdm-caption{font-size:8px;font-weight:500;color:var(--homev2-primary-on);opacity:.7}.homev2__balancecard-hkdm-amount{font-size:11px;font-weight:700;color:var(--homev2-primary-on);font-variant-numeric:tabular-nums;min-width:0;white-space:nowrap}.homev2__balancecard-right{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.homev2__balancecard-rightlabel{margin:0;font-size:11px;font-weight:400;color:var(--homev2-text-muted);align-self:flex-start}.homev2__balancecard-rightrow{display:flex;align-items:center;gap:8px;min-width:0}.homev2__balancecard-legend{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0;list-style:none;padding:0;margin:0}.homev2__balancecard-legend-row{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--homev2-text);white-space:nowrap;line-height:1.5}.homev2__balancecard-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.homev2__balancecard-legend-pct{color:var(--homev2-text-muted);margin-left:auto}.homev2__donut{position:relative;border-radius:50%;flex-shrink:0}.homev2__donut-hole{position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:50%;background:#1f1f1f}.homev2__eyebtn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--homev2-text-muted);cursor:pointer;border-radius:var(--homev2-radius-sm)}.homev2__eyebtn:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__eyebtn svg{width:16px;height:16px}@media (min-width: 768px){.homev2__balancecard{padding:20px;gap:20px}.homev2__balancecard-totalvalue{font-size:32px}.homev2__balancecard-hkdm{padding:10px 14px;min-height:60px}.homev2__balancecard-hkdm-title{font-size:12px}.homev2__balancecard-hkdm-caption{font-size:10px}.homev2__balancecard-hkdm-amount{font-size:16px}.homev2__balancecard-legend-row{font-size:13px}.homev2__donut{width:116px!important;height:116px!important}.homev2__donut-hole{top:22px;right:22px;bottom:22px;left:22px}}@media (min-width: 1024px){.homev2__balancecard{padding:24px}.homev2__balancecard-rightrow{gap:16px}}.homev2__features{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.homev2__feature{height:80px;border-radius:var(--homev2-radius-lg);background:#1a1a1a;border:none;color:var(--homev2-text-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 8px;cursor:pointer}.homev2__feature:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__feature-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.homev2__feature-icon img{width:28px;height:28px;display:block}.homev2__feature-label{font-size:12px;font-weight:500;text-align:center}@media (min-width: 768px){.homev2__features{gap:12px}.homev2__feature{height:96px}.homev2__feature-label{font-size:13px}}.homev2__promo{position:relative;height:96px;border-radius:var(--homev2-radius-xl);overflow:hidden;border:1px solid var(--homev2-border-subtle)}.homev2__promo-track{display:flex;height:100%;transition:transform var(--homev2-base) ease}.homev2__promo-slide{flex:0 0 100%;height:100%;padding:12px 16px 24px;display:flex;flex-direction:column;justify-content:center;gap:4px;box-sizing:border-box}.homev2__promo-eyebrow{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.homev2__promo-title{font-size:15px;font-weight:600;color:var(--homev2-text)}.homev2__promo-body{font-size:12px;color:var(--homev2-text-muted)}.homev2__promo-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;padding:4px 8px;border-radius:999px;background:#00000059}.homev2__promo-dot{width:8px;height:8px;padding:0;border-radius:50%;border:none;background:#fff6;cursor:pointer}.homev2__promo-dot[aria-current=true]{background:var(--homev2-primary);transform:scale(1.15)}.homev2__tokens-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 4px}.homev2__tokens-title{margin:0;font-size:15px;font-weight:600;color:var(--homev2-text)}.homev2__tokens-filter{background:transparent;border:none;padding:8px 12px;margin:-8px -12px;color:var(--homev2-text);font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;min-height:var(--homev2-touch)}.homev2__tokens-filter:disabled{opacity:.5;cursor:not-allowed}.homev2__tokens-filter:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:-2px}.homev2__tokens-sort{display:flex;align-items:center;gap:4px;padding:0 4px}.homev2__tokens-sort-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;background:transparent;border:1px solid transparent;border-radius:var(--homev2-radius-md);color:var(--homev2-text-muted);font-size:12px;font-weight:600;cursor:pointer;min-height:32px;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.homev2__tokens-sort-btn:hover{color:var(--homev2-text)}.homev2__tokens-sort-btn:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:-2px}.homev2__tokens-sort-btn--active{color:var(--homev2-text);border-color:#ffffff38}.homev2__tokens-list{display:flex;flex-direction:column;gap:8px}.homev2__tokens-empty{margin:0;color:#aaa;font-size:14px}.homev2__token{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:var(--homev2-radius-lg);background:#1a1a1a;min-height:64px;cursor:pointer;content-visibility:auto;contain-intrinsic-size:0 72px}.homev2__token-row{display:flex;align-items:center;gap:12px}.homev2__token:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:-2px}.homev2__token-logo{width:36px;height:36px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#181818}.homev2__token-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.homev2__token-name{font-size:15px;font-weight:600;color:var(--homev2-text)}.homev2__token-network{font-size:12px;color:var(--homev2-text-subtle)}.homev2__token-amounts{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.homev2__token-amount{font-size:15px;font-weight:600;color:var(--homev2-text);font-variant-numeric:tabular-nums}.homev2__token-usd{font-size:12px;color:var(--homev2-text-subtle);font-variant-numeric:tabular-nums}.homev2__token-spark,.homev2__token-change,.homev2__token-actions{display:none}@media (min-width: 1024px){.homev2__tokens-list{gap:6px}.homev2__token{padding:12px 16px;min-height:72px}.homev2__token-row{gap:16px}.homev2__token-logo{width:40px;height:40px;font-size:14px}.homev2__token-spark{display:block;width:120px;height:36px;flex-shrink:0}.homev2__token-change{display:inline-flex;align-items:center;gap:3px;min-width:80px;justify-content:flex-end;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--homev2-success)}.homev2__token-change--down{color:var(--homev2-danger)}.homev2__token-actions{display:flex;gap:6px}.homev2__token-action{width:32px;height:32px;background:transparent;border:1px solid var(--homev2-border-subtle);color:var(--homev2-text-muted);border-radius:var(--homev2-radius-md);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.homev2__token-action:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__token-action svg{width:14px;height:14px}}.homev2__widget{background:var(--homev2-surface);border:1px solid var(--homev2-border-subtle);border-radius:var(--homev2-radius-xl);padding:16px;display:flex;flex-direction:column;gap:12px}.homev2__quickpeek+.homev2__widget{margin-top:16px}.homev2__widget-head{display:flex;align-items:center;justify-content:space-between}.homev2__widget-title{margin:0;font-size:13px;font-weight:600;color:var(--homev2-text)}.homev2__widget-sub{font-size:11px;color:var(--homev2-text-faint)}.homev2__marketrow{display:flex;align-items:center;gap:10px;padding:6px 0}.homev2__marketrow+.homev2__marketrow{border-top:1px solid var(--homev2-border-subtle)}.homev2__marketrow-logo{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#181818}.homev2__marketrow-meta{flex:1;min-width:0}.homev2__marketrow-name{font-size:13px;font-weight:600;color:var(--homev2-text)}.homev2__marketrow-sub{font-size:11px;color:var(--homev2-text-faint)}.homev2__marketrow-price{text-align:right}.homev2__marketrow-value{font-size:13px;font-weight:600;color:var(--homev2-text);font-variant-numeric:tabular-nums}.homev2__marketrow-change{font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.homev2__marketrow-change--up{color:var(--homev2-success)}.homev2__marketrow-change--down{color:var(--homev2-danger)}.homev2__quickpeek{display:flex;gap:8px}.homev2__quickpeek-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:var(--homev2-surface-muted);border:1px solid var(--homev2-border-subtle);border-radius:var(--homev2-radius-lg);color:var(--homev2-text);cursor:pointer;font-size:12px;font-weight:600}.homev2__quickpeek-btn--primary{background:var(--homev2-primary);color:var(--homev2-primary-on);border-color:var(--homev2-primary)}.homev2__quickpeek-btn:focus-visible{outline:2px solid var(--homev2-focus-ring);outline-offset:2px}.homev2__quickpeek-btn svg{width:18px;height:18px}.homev2__skeleton-balancecard{background:#1f1f1f;border-radius:var(--homev2-radius-xl);padding:16px;display:flex;gap:12px;min-height:96px;overflow:hidden}.homev2__skeleton-row{background:#ffffff0f;border-radius:var(--homev2-radius-sm)}:root{--recv2-primary: #ffd100;--recv2-joint-primary: #6f89ff;--recv2-primary-on: #181818;--recv2-bg: #181818;--recv2-surface: #222;--recv2-surface-muted: #1a1a1a;--recv2-surface-elev: #111;--recv2-border: #555;--recv2-border-subtle: #333;--recv2-border-strong: #444;--recv2-text: #fff;--recv2-text-muted: #ccc;--recv2-text-subtle: #aaa;--recv2-text-faint: #888;--recv2-danger: #e53935;--recv2-success: #3ddc97;--recv2-focus-ring: #ffd100;--recv2-radius-sm: 4px;--recv2-radius-md: 6px;--recv2-radius-lg: 8px;--recv2-radius-xl: 12px;--recv2-touch: 44px;--recv2-fast: .15s;--recv2-base: .22s;--recv2-shell-max: 640px;--recv2-sidebar-w: 240px;--recv2-iconrail-w: 72px;--recv2-topbar-h: 64px}.recv2{display:grid;min-height:100vh;background:var(--recv2-bg);grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main"}.recv2__topbar,.recv2__sidebar{display:none}.recv2__appbar{grid-area:header;display:grid;grid-template-columns:var(--recv2-touch) 1fr var(--recv2-touch);align-items:center;height:var(--recv2-touch);padding:8px 16px 12px;background:var(--recv2-bg);border-bottom:1px solid var(--recv2-border-subtle)}.recv2__appbar-slot,.recv2__appbar-brand{width:var(--recv2-touch);height:var(--recv2-touch);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--recv2-text);cursor:pointer;border-radius:var(--recv2-radius-md);padding:4px}.recv2__appbar-brand{margin:0 auto}.recv2__appbar-slot:focus-visible,.recv2__appbar-brand:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__main{grid-area:main;padding:16px 16px 32px;min-width:0}.recv2__main-inner{max-width:var(--recv2-shell-max);margin:0 auto;display:flex;flex-direction:column;gap:16px}.recv2__title{display:none}.recv2__tabs{width:100%}.scroll-button-list-frame{display:flex;flex-wrap:nowrap;gap:24px;align-items:center;overflow-x:auto;overflow-y:hidden;padding:0 16px;position:relative;box-shadow:inset 0 -1px #ffffff1a;-ms-overflow-style:none;scrollbar-width:none;width:100%;min-height:44px;isolation:isolate}.scroll-button-list-frame::-webkit-scrollbar{display:none}.th-tabs.scroll-button-list-frame,.scroll-button-list-frame.th-tabs{margin:0 -16px;width:calc(100% + 32px);box-sizing:border-box}.scroll-button-item{position:relative;height:44px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;flex:0 0 auto;transition:color .2s ease;outline:none;background:transparent;border:none;padding:0 2px;font:inherit;min-height:44px;z-index:1}.scroll-button-item:focus-visible{outline:2px solid color-mix(in srgb,var(--txv2-primary, #ffd100) 60%,transparent);border-radius:2px}.scroll-button-item .scroll-text-wrapper{position:relative;z-index:1;color:#ffffff80;font-size:14px;font-weight:400;white-space:nowrap;transition:color .2s ease;line-height:1.2}.scroll-button-item:hover:not(.scroll-button-item--highlight) .scroll-text-wrapper{color:#fffc}.scroll-button-item--highlight .scroll-text-wrapper{color:var(--txv2-primary, #ffd100);font-weight:500}.scroll-tab-active-bar{position:absolute;bottom:0;left:0;height:3px;width:0;background-color:var(--txv2-primary, #ffd100);border-radius:4px 4px 0 0;transition:width .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:2;will-change:width,transform;transform:translate(0);backface-visibility:hidden}.recv2__layout{display:flex;flex-direction:column;gap:16px;width:100%}.recv2__qrcard{background:var(--recv2-surface-elev);border:1px solid #222;border-radius:var(--recv2-radius-xl);padding:20px;display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;box-sizing:border-box}.recv2__qrcard--joint{--recv2-primary: var(--recv2-joint-primary)}.recv2__qrwrap{position:relative;width:280px;height:280px;max-width:100%;padding:18px;background:#0a0a0a;border-radius:var(--recv2-radius-lg);box-sizing:border-box;aspect-ratio:1}.recv2__qrcenter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.recv2__qrloading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0a0a99}.recv2__qrspinner{width:32px;height:32px;border:3px solid var(--recv2-surface);border-top-color:var(--recv2-primary);border-radius:50%;animation:spin .8s linear infinite}.recv2__empty{color:var(--recv2-text-subtle);font-size:14px;margin:0}.recv2__empty-hint{color:var(--recv2-text-faint);font-size:13px;margin:0;text-align:center;line-height:1.45;max-width:280px}.recv2__error{width:100%;padding:16px;background:#5a2a2a;border:1px solid var(--recv2-danger);border-radius:var(--recv2-radius-xl);display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.recv2__error-title{margin:0;font-weight:600;color:var(--recv2-text)}.recv2__error-body{margin:4px 0 0;color:var(--recv2-text-muted);font-size:14px}.recv2__error-retry{align-self:flex-start;padding:8px 16px;border-radius:var(--recv2-radius-lg);background:var(--recv2-primary);color:var(--recv2-primary-on);border:none;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.recv2__error-retry:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__notice{font-size:12px;color:var(--recv2-text-subtle);background:var(--recv2-surface-muted);border:1px dashed var(--recv2-border-subtle);border-radius:var(--recv2-radius-md);padding:10px 12px;line-height:1.45;width:100%;box-sizing:border-box}.recv2__identity{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--recv2-text)}.recv2__identity svg{color:var(--recv2-primary)}.recv2__handle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--recv2-text-muted);font-weight:500}.recv2__idpill{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--recv2-text-muted);font-family:JetBrains Mono,ui-monospace,monospace;background:var(--recv2-surface-muted);border:1px solid #2a2a2a;border-radius:999px;padding:6px 12px;max-width:100%}.recv2__idpill-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(240px,100%)}.recv2__idpill-copy{background:transparent;border:none;padding:0;cursor:pointer;color:var(--recv2-text-subtle);display:inline-flex;align-items:center}.recv2__idpill-copy:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__idpill-copy svg{width:14px;height:14px}.recv2__qrscan{margin:0;color:var(--recv2-text-subtle);font-size:13px;text-align:center}.recv2__content{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0;flex:1}.recv2__share{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:0 16px;background:transparent;color:var(--recv2-text);border:1px solid var(--recv2-border-strong);border-radius:var(--recv2-radius-md);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity var(--recv2-fast) ease}.recv2__share:hover{opacity:.85}.recv2__share:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:-2px}.recv2__share svg{width:16px;height:16px}.recv2__share[disabled]{opacity:.5;cursor:not-allowed}.recv2__toast{min-height:18px;font-size:13px;color:var(--recv2-success);text-align:center}.recv2__explainer{display:none}.recv2__explainer h3{margin:0;font-size:13px;font-weight:600;color:var(--recv2-text)}.recv2__explainer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.recv2__explainer-item{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--recv2-text-muted);line-height:1.5}.recv2__explainer-item svg{color:var(--recv2-primary);flex-shrink:0;margin-top:2px}.recv2__explainer-item b{color:var(--recv2-text);font-weight:600}.recv2__explainer-footer{margin:0;font-size:12px;color:var(--recv2-text-subtle);line-height:1.5}.recv2__picker{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:56px;padding:0 16px;background:var(--recv2-surface);border:1px solid var(--recv2-border-subtle);border-radius:var(--recv2-radius-lg);color:var(--recv2-text);cursor:pointer;font-family:inherit}.recv2__picker:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__picker-meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1}.recv2__picker-label{font-size:15px;font-weight:600}.recv2__picker-sub{font-size:12px;color:var(--recv2-text-faint);font-weight:400}.recv2__picker-chevron{color:var(--recv2-text-faint)}.recv2__picker-chevron svg{width:16px;height:16px}.recv2__assetline{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--recv2-text-muted);font-weight:500}.recv2__assetline b{color:var(--recv2-text);font-weight:600}.recv2__addresspill{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--recv2-text-muted);font-family:JetBrains Mono,ui-monospace,monospace;background:var(--recv2-surface-muted);border:1px solid #2a2a2a;border-radius:var(--recv2-radius-md);padding:8px 12px;width:100%;box-sizing:border-box;word-break:break-all;overflow-wrap:anywhere}.recv2__addresspill-text{flex:1;white-space:normal}.recv2__addresspill-copy{background:transparent;border:none;padding:0;cursor:pointer;color:var(--recv2-text-subtle);flex-shrink:0}.recv2__addresspill-copy:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__addresspill-copy svg{width:14px;height:14px}.recv2__warning{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--recv2-text-muted);background:var(--recv2-surface-muted);border:1px solid var(--recv2-border-subtle);border-radius:var(--recv2-radius-md);padding:10px 12px;line-height:1.5;text-align:left;width:100%;box-sizing:border-box}.recv2__warning svg{color:var(--recv2-primary);flex-shrink:0}.recv2__qrcol{display:flex;flex-direction:column;gap:16px;align-items:center}@media (min-width: 768px){.recv2__appbar{display:none}.recv2{grid-template-columns:var(--recv2-iconrail-w) 1fr;grid-template-rows:var(--recv2-topbar-h) 1fr;grid-template-areas:"topbar topbar" "rail main"}.recv2__topbar{grid-area:topbar;display:flex;align-items:center;gap:16px;padding:0 24px;background:var(--recv2-bg);border-bottom:1px solid var(--recv2-border-subtle);position:sticky;top:0;z-index:40}.recv2__main{padding:24px 24px 48px}.recv2__main-inner{max-width:100%;gap:20px}.recv2__title{display:block}.recv2__title{margin:0;font-size:24px;font-weight:700;color:var(--recv2-text);padding:0 4px}.recv2__qrcard{padding:24px;gap:16px}.recv2__qrwrap{width:320px;height:320px}.recv2__layout{flex-direction:row;align-items:flex-start;gap:20px}.recv2__qrcol{flex:0 0 min(360px,42%);max-width:380px;align-items:stretch}.recv2__content{flex:1 1 0;min-width:0}.recv2__idpill-text{max-width:100%}.recv2__empty-hint{max-width:none;text-align:left}.recv2__share{width:auto;align-self:stretch}}@media (min-width: 1024px){.recv2{grid-template-columns:var(--recv2-sidebar-w) 1fr;grid-template-rows:var(--recv2-topbar-h) 1fr;grid-template-areas:"topbar topbar" "sidebar main"}.recv2__sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:4px;padding:16px 12px 24px;background:var(--recv2-bg);border-right:1px solid var(--recv2-border-subtle);position:sticky;top:var(--recv2-topbar-h);align-self:start;height:calc(100vh - var(--recv2-topbar-h));overflow-y:auto}.recv2__sidebar-section{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--recv2-text-faint);padding:12px 12px 6px}.recv2__sidebar-item{display:flex;align-items:center;gap:12px;min-height:var(--recv2-touch);padding:0 12px;background:transparent;border:none;color:var(--recv2-text-muted);border-radius:var(--recv2-radius-lg);cursor:pointer;font-size:14px;font-weight:500;text-align:left;width:100%}.recv2__sidebar-item:hover{background:var(--recv2-surface);color:var(--recv2-text)}.recv2__sidebar-item[aria-current=true]{background:var(--recv2-surface);color:var(--recv2-primary)}.recv2__sidebar-item:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:-2px}.recv2__sidebar-item svg{width:20px;height:20px;flex-shrink:0}.recv2__sidebar-spacer{flex:1}.recv2__sidebar-user{display:flex;align-items:center;gap:10px;padding:12px;margin-top:8px;border-top:1px solid var(--recv2-border-subtle)}.recv2__sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ffd100,#b999ff);flex-shrink:0}.recv2__sidebar-user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.recv2__sidebar-user-name{font-size:13px;font-weight:600;color:var(--recv2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recv2__sidebar-user-mail{font-size:11px;color:var(--recv2-text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recv2__main{padding:32px 32px 48px}.recv2__main-inner{max-width:880px;gap:24px}.recv2__title{font-size:28px}.recv2__layout{gap:24px}.recv2__qrcol{flex:0 0 380px;max-width:380px;position:sticky;top:calc(var(--recv2-topbar-h) + 32px);align-items:center}.recv2__qrcard{padding:28px}.recv2__qrwrap{width:320px;height:320px}.recv2__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.recv2__share{width:auto;align-self:flex-start;padding:0 28px}.recv2__explainer{display:flex;flex-direction:column;gap:14px;padding:20px;background:var(--recv2-surface);border:1px solid var(--recv2-border-subtle);border-radius:var(--recv2-radius-xl);max-width:420px}}.recv2__topbar-brand{display:inline-flex;align-items:center;gap:10px;padding:4px 8px;background:transparent;border:none;cursor:pointer}.recv2__topbar-brand:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__topbar-search{flex:1;max-width:480px;position:relative}.recv2__topbar-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.recv2__search-input{width:100%;height:36px;background:var(--recv2-surface);border:1px solid var(--recv2-border-subtle);border-radius:var(--recv2-radius-lg);padding:0 12px 0 36px;color:var(--recv2-text);font-size:13px;outline:none;box-sizing:border-box}.recv2__search-input:focus{border-color:var(--recv2-primary)}.recv2__search-input::placeholder{color:var(--recv2-text-faint)}.recv2__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--recv2-text-faint);pointer-events:none}.recv2__search-icon svg{width:16px;height:16px}.recv2__topbtn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--recv2-text-muted);border-radius:var(--recv2-radius-lg);cursor:pointer}.recv2__topbtn:hover{background:var(--recv2-surface);color:var(--recv2-text)}.recv2__topbtn:focus-visible{outline:2px solid var(--recv2-focus-ring);outline-offset:2px}.recv2__topbtn svg{width:18px;height:18px}.recv2__topbtn--badge{position:relative}.recv2__topbtn--badge:after{content:"";position:absolute;top:8px;right:9px;width:7px;height:7px;background:var(--recv2-primary);border:2px solid var(--recv2-bg);border-radius:50%}.recv2__skeleton-card{background:#1f1f1f;border-radius:var(--recv2-radius-xl);padding:20px;display:flex;flex-direction:column;gap:12px;min-height:320px}.recv2__skeleton-row{background:#ffffff0f;border-radius:var(--recv2-radius-sm)}:root{--txv2-primary: #ffd100;--txv2-primary-on: #181818;--txv2-bg: #181818;--txv2-surface: #222;--txv2-surface-alt: #2a2a2a;--txv2-surface-elev: #111;--txv2-surface-muted: #1a1a1a;--txv2-border: #555;--txv2-border-subtle: #333;--txv2-border-strong: #444;--txv2-text: #fff;--txv2-text-muted: #ccc;--txv2-text-subtle: #aaa;--txv2-text-faint: #888;--txv2-text-disabled: #666;--txv2-danger: #e53935;--txv2-danger-surface: #5a2a2a;--txv2-success: #3ddc97;--txv2-warning: #f7b500;--txv2-focus-ring: #ffd100;--txv2-radius-sm: 4px;--txv2-radius-md: 6px;--txv2-radius-lg: 8px;--txv2-radius-xl: 12px;--txv2-touch: 44px;--txv2-fast: .15s;--txv2-base: .22s;--txv2-shell-max: 640px;--txv2-sidebar-w: 240px;--txv2-iconrail-w: 72px;--txv2-topbar-h: 64px}.txv2{display:grid;min-height:100vh;background:var(--txv2-bg);grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "tabbar"}.txv2__topbar,.txv2__sidebar,.txv2__iconrail{display:none}.txv2__appbar{grid-area:header;display:grid;grid-template-columns:var(--txv2-touch) 1fr var(--txv2-touch);align-items:center;height:var(--txv2-touch);padding:8px 16px 12px;background:var(--txv2-bg);border-bottom:1px solid var(--txv2-border-subtle)}.txv2__appbar-slot,.txv2__appbar-brand{width:var(--txv2-touch);height:var(--txv2-touch);display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--txv2-text);cursor:pointer;border-radius:var(--txv2-radius-md);padding:0}.txv2__appbar-slot:focus-visible,.txv2__appbar-brand:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.txv2__appbar-brand{background:transparent;border:none}.txv2__main{grid-area:main;padding:16px 16px 32px;min-width:0}.txv2__main-inner{max-width:var(--txv2-shell-max);margin:0 auto;display:flex;flex-direction:column;gap:16px}.txv2__tabbar{grid-area:tabbar;position:sticky;bottom:0;z-index:30;display:grid;grid-template-columns:repeat(6,1fr);background:var(--txv2-surface);border-top:1px solid var(--txv2-border-subtle);padding:6px 4px calc(6px + env(safe-area-inset-bottom,0))}.txv2__tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:var(--txv2-touch);background:transparent;border:none;color:var(--txv2-text-faint);font-size:11px;font-weight:500;cursor:pointer;border-radius:var(--txv2-radius-md);padding:4px 2px}.txv2__tabbar-item[aria-current=true]{color:var(--txv2-primary)}.txv2__tabbar-item:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:-2px}.txv2__tabbar-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.txv2__tabbar-icon svg{width:22px;height:22px}.txv2__topbar{display:none}.txv2__topbar-brand{width:80px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--txv2-primary);cursor:pointer;border-radius:var(--txv2-radius-md);padding:0}.txv2__topbar-brand:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.txv2__topbar-search{position:relative;flex:1;max-width:480px;display:flex}.txv2__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--txv2-text-faint);pointer-events:none}.txv2__search-icon svg{width:16px;height:16px}.txv2__search-input{width:100%;height:36px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-lg);padding:0 12px 0 36px;color:var(--txv2-text);font-size:13px;outline:none;font-family:inherit;box-sizing:border-box}.txv2__search-input:focus{border-color:var(--txv2-primary)}.txv2__search-input::placeholder{color:var(--txv2-text-faint)}.txv2__topbar-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.txv2__topbtn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--txv2-text-muted);border-radius:var(--txv2-radius-lg);cursor:pointer}.txv2__topbtn:hover{background:var(--txv2-surface);color:var(--txv2-text)}.txv2__topbtn:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.txv2__topbtn svg{width:18px;height:18px}.txv2__topbtn--badge{position:relative}.txv2__topbtn--badge:after{content:"";position:absolute;top:8px;right:9px;width:7px;height:7px;background:var(--txv2-primary);border:2px solid var(--txv2-bg);border-radius:50%}.txv2__sidebar{display:none}.txv2__sidebar-section{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--txv2-text-faint);padding:12px 12px 6px}.txv2__sidebar-item{display:flex;align-items:center;gap:12px;min-height:var(--txv2-touch);padding:0 12px;background:transparent;border:none;color:var(--txv2-text-muted);border-radius:var(--txv2-radius-lg);cursor:pointer;font-size:14px;font-weight:500;text-align:left;width:100%;font-family:inherit}.txv2__sidebar-item:hover{background:var(--txv2-surface);color:var(--txv2-text)}.txv2__sidebar-item[aria-current=true]{background:var(--txv2-surface);color:var(--txv2-primary)}.txv2__sidebar-item:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:-2px}.txv2__sidebar-item svg{width:20px;height:20px;flex-shrink:0}.txv2__sidebar-spacer{flex:1}.txv2__sidebar-user{display:flex;align-items:center;gap:10px;padding:12px;margin-top:8px;border-top:1px solid var(--txv2-border-subtle)}.txv2__sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ffd100,#b999ff);flex-shrink:0}.txv2__sidebar-user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.txv2__sidebar-user-name{font-size:13px;font-weight:600;color:var(--txv2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.txv2__sidebar-user-mail{font-size:11px;color:var(--txv2-text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.txv2__iconrail{display:none}.txv2__iconrail-logo{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--txv2-radius-lg);cursor:pointer;color:var(--txv2-primary);margin-bottom:8px}.txv2__iconrail-logo:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.txv2__iconrail-item{width:56px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:transparent;border:none;color:var(--txv2-text-faint);border-radius:var(--txv2-radius-lg);cursor:pointer;font-size:10px;font-weight:500;font-family:inherit}.txv2__iconrail-item[aria-current=true]{background:var(--txv2-surface);color:var(--txv2-primary)}.txv2__iconrail-item:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.txv2__iconrail-item svg{width:22px;height:22px}@media (min-width: 768px){.txv2__tabbar,.txv2__appbar{display:none}.txv2{grid-template-columns:var(--txv2-iconrail-w) 1fr;grid-template-rows:var(--txv2-topbar-h) 1fr;grid-template-areas:"topbar topbar" "rail main"}.txv2__topbar{grid-area:topbar;display:flex;align-items:center;gap:16px;padding:0 24px;background:var(--txv2-bg);border-bottom:1px solid var(--txv2-border-subtle);position:sticky;top:0;z-index:40}.txv2__iconrail{grid-area:rail;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:var(--txv2-bg);border-right:1px solid var(--txv2-border-subtle);position:sticky;top:var(--txv2-topbar-h);align-self:start;height:calc(100vh - var(--txv2-topbar-h));overflow-y:auto}.txv2__main{padding:24px 24px 48px}.txv2__main-inner{max-width:100%;gap:20px}}@media (min-width: 1024px){.txv2{grid-template-columns:var(--txv2-sidebar-w) 1fr;grid-template-rows:var(--txv2-topbar-h) 1fr;grid-template-areas:"topbar topbar" "sidebar main"}.txv2__iconrail{display:none}.txv2__sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:4px;padding:16px 12px 24px;background:var(--txv2-bg);border-right:1px solid var(--txv2-border-subtle);position:sticky;top:var(--txv2-topbar-h);align-self:start;height:calc(100vh - var(--txv2-topbar-h));overflow-y:auto}.txv2__main{padding:32px 32px 48px}.txv2__main-inner{max-width:880px;gap:24px}}.th__tabs{display:flex;gap:4px 12px;border-bottom:1px solid var(--txv2-border-subtle);overflow-x:auto;scrollbar-width:none;margin:0 -16px;padding:0 16px}.th__tabs::-webkit-scrollbar{display:none}.th__tab{position:relative;flex-shrink:0;background:transparent;border:none;padding:10px 4px;color:var(--txv2-text-muted);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;white-space:nowrap;min-height:var(--txv2-touch)}.th__tab[aria-selected=true]{color:var(--txv2-text);font-weight:600}.th__tab:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:-2px;border-radius:var(--txv2-radius-sm)}.th__tab-underline{position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--txv2-primary);border-radius:1px}.th__filters{display:flex;gap:12px}.th__filters>*{flex:1}.th__picker{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:0 12px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-lg);color:var(--txv2-text-subtle);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:border-color var(--txv2-fast) ease-out,background var(--txv2-fast) ease-out}.th__picker:hover{border-color:var(--txv2-border-strong)}.th__picker[data-set=true]{border-color:var(--txv2-border);color:var(--txv2-text)}.th__picker:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.th__picker-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.th__picker-chevron{width:14px;height:14px;color:var(--txv2-text-faint);flex-shrink:0}.th__list{background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);overflow:hidden}.th__day{padding:10px 16px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--txv2-text-faint);background:var(--txv2-bg)}.th__day+.th__row{border-top:1px solid var(--txv2-border-subtle)}.th__row{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;cursor:pointer;transition:background var(--txv2-fast) ease-out;content-visibility:auto;contain-intrinsic-size:0 72px}.th__row:hover{background:var(--txv2-surface-alt)}.th__row:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:-2px}.th__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--txv2-primary);margin-top:2px}.th__icon svg{width:22px;height:22px}.th__left{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.th__type{font-size:14px;font-weight:600;color:var(--txv2-text)}.th__caption{font-size:12px;color:var(--txv2-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}.th__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:0}.th__pill{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:var(--txv2-radius-sm);font-size:11px;font-weight:600;line-height:1;letter-spacing:.2px}.th__pill--success{color:var(--txv2-success);background:#3ddc971f}.th__pill--pending{color:var(--txv2-warning);background:#f7b5001f}.th__pill--danger{color:var(--txv2-danger);background:#e539351f}.th__amount{font-size:14px;font-weight:600;color:var(--txv2-text);font-variant-numeric:tabular-nums;white-space:nowrap}.th__network{font-size:12px;color:var(--txv2-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.th__empty{padding:32px 24px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.th__empty-title{margin:0;font-size:15px;font-weight:600;color:var(--txv2-text)}.th__error{padding:16px;background:var(--txv2-danger-surface);border:1px solid var(--txv2-danger);border-radius:var(--txv2-radius-xl);display:flex;flex-direction:column;gap:12px}.th__error-title{margin:0;font-weight:600;color:var(--txv2-text)}.th__error-body{margin:0;font-size:14px;color:var(--txv2-text-muted)}.th__error-retry{align-self:flex-start;padding:8px 16px;border-radius:var(--txv2-radius-lg);background:var(--txv2-primary);color:var(--txv2-primary-on);border:none;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.th__error-retry:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.th__skeleton-row{height:64px;background:#ffffff0f;border-radius:var(--txv2-radius-lg)}@media (min-width: 1024px){.th__caption{max-width:320px;font-size:13px}.th__type,.th__amount{font-size:15px}.th__row{padding:14px 20px;gap:16px}.th__day{padding:12px 20px 8px;font-size:12px}}.td__dl{margin:0;padding:16px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);display:flex;flex-direction:column;gap:12px}.td__dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.td__dl dt{margin:0;font-size:12px;color:var(--txv2-text-muted);font-weight:500;flex-shrink:0}.td__dl dd{margin:0;text-align:right;min-width:0;font-size:14px;color:var(--txv2-text);word-break:break-word}.td__orderid{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;color:var(--txv2-text);word-break:break-all;overflow-wrap:anywhere;text-align:right;flex:1}.td__copy{background:transparent;border:none;padding:4px;margin-left:8px;cursor:pointer;color:var(--txv2-text-muted);border-radius:var(--txv2-radius-sm);display:inline-flex;align-items:center}.td__copy:hover{color:var(--txv2-text)}.td__copy:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.td__copy svg{width:14px;height:14px}.td__party{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl)}.td__party-mark{flex-shrink:0;width:36px;height:36px;border-radius:var(--txv2-radius-md);background:var(--txv2-surface-elev);display:flex;align-items:center;justify-content:center;color:var(--txv2-primary)}.td__party-mark svg{width:20px;height:20px}.td__party-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.td__party-direction{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--txv2-text-faint)}.td__party-account{font-size:15px;color:var(--txv2-text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td__party-email{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--txv2-text-muted);word-break:break-all}.td__party-email--muted{color:var(--txv2-text-subtle)}.td__party-email svg{color:var(--txv2-primary);width:11px;height:11px}.td__party-id{font-size:12px;color:var(--txv2-text-faint);font-variant-numeric:tabular-nums;word-break:break-all}.td__arrow{align-self:center;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-md);color:var(--txv2-text-muted);margin:-4px 0}.td__arrow svg{width:14px;height:14px;flex-shrink:0}.td__layout{display:flex;flex-direction:column;gap:16px}.td__sidecard{background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);padding:16px;display:flex;flex-direction:column;gap:12px}.td__sidecard h3{margin:0;font-size:13px;font-weight:600;color:var(--txv2-text)}.td__sidecard button{display:flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;background:transparent;color:var(--txv2-text);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-md);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:opacity var(--txv2-fast) ease-out}.td__sidecard button:hover{opacity:.85}.td__sidecard button:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.td__sidecard button svg{width:14px;height:14px;flex-shrink:0}.td__transfer-like,.td__fiat-withdraw,.td__exchange,.td__buy-with-card{display:flex;flex-direction:column;gap:12px;width:100%}.v2-breadcrumb{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:13px;color:var(--txv2-text-faint, #888);min-height:24px}.v2-breadcrumb__link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;transition:color var(--txv2-fast, .15s) ease-out}.v2-breadcrumb__link:hover{color:var(--txv2-text, #fff)}.v2-breadcrumb__link:focus-visible{outline:2px solid var(--txv2-focus-ring, #ffd100);outline-offset:2px;border-radius:2px}.v2-breadcrumb__icon{width:14px;height:14px;flex-shrink:0}.v2-breadcrumb__sep{color:var(--txv2-text-faint, #555)}.v2-breadcrumb__current{color:var(--txv2-text-muted, #ccc)}.td-legacy{max-width:640px;margin:0 auto;width:100%}.td-legacy__content{display:flex;flex-direction:column;gap:16px;padding:4px 4px 24px;color:var(--txv2-text)}.td-legacy__body{display:flex;flex-direction:column;gap:12px;margin-top:0}.td-legacy__stack{display:flex;flex-direction:column;gap:12px}.td-legacy__meta{display:flex;flex-direction:column;gap:12px;margin:0;padding:16px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl)}.td-legacy__row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-height:22px}.td-legacy__label{color:var(--txv2-text-muted);font-size:12px;font-weight:500;flex-shrink:0}.td-legacy__value{color:var(--txv2-text);font-size:14px;text-align:right;word-break:break-word}.td-legacy__value-row{display:flex;justify-content:flex-end;min-width:0;flex:1}.td-legacy__orderid-btn{display:inline-flex;align-items:flex-start;justify-content:flex-end;gap:8px;background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit;max-width:100%;text-align:right}.td-legacy__orderid-btn:disabled{cursor:default;opacity:.6}.td-legacy__orderid{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere;word-break:break-all;text-align:right;font-size:13px;color:var(--txv2-text)}.td-legacy__copy-icon{width:14px;height:14px;flex-shrink:0;color:var(--txv2-text-muted);margin-top:2px}.td-legacy__orderid-btn:hover .td-legacy__copy-icon{color:var(--txv2-text)}.td-legacy__divider{width:100%;height:0;border:none;border-top:1px solid var(--txv2-border-subtle);margin:0}.td-legacy__status{display:inline;font-size:14px;font-weight:600;letter-spacing:0;line-height:1.3}.td-legacy__status--success{color:var(--txv2-success)}.td-legacy__status--pending{color:var(--txv2-primary)}.td-legacy__status--warning{color:var(--txv2-warning)}.td-legacy__status--danger{color:var(--txv2-danger)}.td-legacy__card{display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:14px 16px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl)}.td-legacy__card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px}.td-legacy__brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}.td-legacy__brand img,.td-legacy__brand-img{display:block;width:56px;height:14px;object-fit:contain;object-position:left center}.td-legacy__card--multi-sig .td-legacy__brand img,.td-legacy__card--multi-sig .td-legacy__brand-img{width:72px;height:16px}.td-legacy__card--multi-sig .td-legacy__card-account-icon{width:12px;height:12px;max-height:12px}.td-legacy__card-top-label{font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--txv2-text-faint);opacity:.85}.td-legacy__card-top-right{display:flex;align-items:center;gap:6px;color:var(--txv2-text-faint);font-size:12px}.td-legacy__card-top-id{color:var(--txv2-text-subtle);font-size:12px;font-variant-numeric:tabular-nums}.td-legacy__card-direction{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--txv2-text-faint)}.td-legacy__card-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.td-legacy__card-account{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;font-size:15px;color:var(--txv2-text);font-weight:600}.td-legacy__card-account-icon{display:block;flex-shrink:0;width:14px;height:14px;max-height:14px;object-fit:contain}.td-legacy__card-account-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.td-legacy__card-email{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;font-size:12px;color:var(--txv2-text-muted)}.td-legacy__card-email-icon{flex-shrink:0;width:14px;height:14px;max-height:14px;color:var(--txv2-text-faint, #888)}.td-legacy__card-email-text{min-width:0;word-break:break-all}.td-legacy__card-email--muted{color:var(--txv2-text-subtle)}.td-legacy__card-address-btn{display:inline-flex;align-items:flex-start;gap:6px;min-width:0;max-width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.td-legacy__card-address-btn:hover .td-legacy__card-address,.td-legacy__card-address-btn:hover .td-legacy__copy-icon{color:var(--txv2-text, #fff)}.td-legacy__card-address-btn:focus-visible{outline:2px solid var(--txv2-focus-ring, #ffd100);outline-offset:2px;border-radius:var(--txv2-radius-sm, 4px)}.td-legacy__card-address{min-width:0;font-size:12px;font-weight:400;color:var(--txv2-text-faint, #888);text-decoration:underline;text-underline-offset:2px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums;word-break:break-all;line-height:1.35}.td-legacy__card-address-btn .td-legacy__copy-icon{width:14px;height:14px;margin-top:1px;flex-shrink:0;color:var(--txv2-text-faint, #888)}.td-legacy__card-id{font-size:12px;color:var(--txv2-text-faint);font-variant-numeric:tabular-nums;word-break:break-all}.td-legacy__explorer-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;height:auto;min-height:26px;margin:0;padding:4px 11px;box-sizing:border-box;background-color:#222;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:11px;font-weight:400;font-family:inherit;line-height:1;white-space:nowrap;cursor:pointer;text-align:center;opacity:.5;transition:opacity .15s ease-out}.td-legacy__explorer-btn:hover{opacity:.75}.td-legacy__explorer-btn:focus-visible{outline:2px solid var(--txv2-focus-ring, #ffd100);outline-offset:2px;opacity:.85}.td-legacy__explorer-btn-arrow{display:block;width:6px;height:10.5px;flex-shrink:0;opacity:.95}.td-legacy__fields>div.td-legacy__fields-txhash{align-items:flex-start}.td-legacy__fields>div.td-legacy__fields-txhash dd{flex:1;min-width:0}.td-legacy__txhash-stack{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:0;width:100%}.td-legacy__txhash-row{display:flex;align-items:flex-start;gap:8px;justify-content:flex-end;min-width:0;width:100%}.td-legacy__txhash-text{font-family:JetBrains Mono,ui-monospace,monospace;word-break:break-all;text-align:right;text-decoration:underline;cursor:pointer;min-width:0}.td-legacy__mono-num{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,ui-monospace,monospace}.td-legacy__tabular{font-variant-numeric:tabular-nums}.td-legacy__asset-card{background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);padding:14px 16px;display:flex;flex-direction:column;gap:10px}.td-legacy__asset-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.td-legacy__asset-value{display:inline-flex;align-items:center;gap:6px;color:var(--txv2-text);font-size:14px;text-align:right}.td-legacy__fields{margin:0;padding:16px;background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);display:flex;flex-direction:column;gap:12px}.td-legacy__fields>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.td-legacy__fields dt{margin:0;font-size:12px;color:var(--txv2-text-muted);font-weight:500;flex-shrink:0}.td-legacy__fields dd{margin:0;text-align:right;min-width:0;font-size:14px;color:var(--txv2-text);word-break:break-word}.td-legacy__asset-amount{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;font-size:14px;font-weight:500;color:var(--txv2-text, #fff);line-height:1.35}.td-legacy__remarks{display:flex;flex-direction:column;gap:8px;margin-top:4px}.td-legacy__remarks-label{margin:0;font-size:12px;font-weight:500;color:var(--txv2-text-muted)}.td-legacy__remarks-card{background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);padding:14px 16px;font-size:14px;color:var(--txv2-text);min-height:40px;word-break:break-word}.td-legacy__error-reason{display:flex;flex-direction:column;gap:6px;margin-top:4px}.td-legacy__error-reason-text{margin:0;text-align:right;white-space:pre-wrap;color:var(--txv2-danger);font-size:14px}.td-legacy__toast{min-height:18px;font-size:13px;color:var(--txv2-success);text-align:center;margin-top:4px}@media (min-width: 1024px){.td__layout{flex-direction:row;gap:24px;align-items:flex-start}.td__layout>.td__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.td__layout>.td__side{flex:0 0 280px;display:flex;flex-direction:column;gap:16px;position:sticky;top:calc(var(--txv2-topbar-h) + 32px)}.td-legacy__content{padding:8px 8px 32px}}.tokenv2__hero{background:var(--txv2-surface);border:1px solid var(--txv2-border-subtle);border-radius:var(--txv2-radius-xl);padding:16px;display:flex;flex-direction:column;gap:12px}.tokenv2__hero-head{display:flex;align-items:center;gap:12px}.tokenv2__hero-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.tokenv2__hero-name{font-size:15px;font-weight:600;color:var(--txv2-text)}.tokenv2__hero-network{font-size:12px;color:var(--txv2-text-subtle)}.tokenv2__hero-balance{display:flex;flex-direction:column;gap:4px}.tokenv2__hero-label{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--txv2-text-faint)}.tokenv2__hero-value{font-size:24px;font-weight:700;color:var(--txv2-text);font-variant-numeric:tabular-nums;white-space:nowrap}.tokenv2__hero-usd{font-size:13px;color:var(--txv2-text-subtle)}.tokenv2__accept{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.tokenv2__accept-cell{height:80px;border-radius:var(--txv2-radius-lg);background:var(--txv2-surface-muted);border:none;color:var(--txv2-text-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding-top:12px;padding-bottom:12px;box-sizing:border-box;cursor:pointer;font-family:inherit;transition:opacity var(--txv2-fast) ease}.tokenv2__accept-cell:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.tokenv2__accept-label{font-size:12px;font-weight:500;text-align:center}.tokenv2__accept-cell--placeholder{background:transparent;color:transparent;cursor:not-allowed;border:none;padding:0}@media (min-width: 768px){.tokenv2__accept{gap:12px}.tokenv2__accept-cell{height:96px}.tokenv2__accept-label{font-size:13px}.tokenv2__hero{padding:20px}.tokenv2__hero-value{font-size:28px}}@media (min-width: 1024px){.tokenv2__hero{padding:24px}.tokenv2__hero-value{font-size:32px}}.txv2__chrome{position:sticky;top:0;z-index:30;background:var(--txv2-bg);display:grid;grid-template-columns:var(--txv2-touch) 1fr var(--txv2-touch);align-items:center;height:var(--txv2-touch);padding-top:8px;padding-bottom:8px;border-bottom:1px solid var(--txv2-border-subtle)}.txv2__chrome-slot{display:flex;align-items:center;justify-content:center;width:var(--txv2-touch);height:var(--txv2-touch);background:transparent;border:0;color:var(--txv2-text);cursor:pointer;border-radius:var(--txv2-radius-md)}.txv2__chrome-slot:focus-visible{outline:2px solid var(--txv2-focus-ring);outline-offset:2px}.txv2__chrome-slot svg{width:20px;height:20px}@media (prefers-reduced-motion: reduce){.txv2__topbtn,.th__row,.th__picker,.td__copy,.td__sidecard button{transition:none!important}}:root{--v2-primary: #ffd100;--v2-primary-on: #181818;--v2-bg: #181818;--v2-surface: #222;--v2-surface-alt: #2a2a2a;--v2-surface-muted: #1a1a1a;--v2-surface-elev: #111;--v2-border: #555;--v2-border-subtle: #333;--v2-border-strong: #444;--v2-text: #fff;--v2-text-muted: #ccc;--v2-text-subtle: #aaa;--v2-text-faint: #888;--v2-danger: #e53935;--v2-success: #3ddc97;--v2-focus-ring: #ffd100;--v2-radius-sm: 4px;--v2-radius-md: 6px;--v2-radius-lg: 8px;--v2-radius-xl: 12px;--v2-touch: 44px;--v2-fast: .15s;--v2-base: .22s;--v2-shell-max: 640px;--v2-sidebar-w: 240px;--v2-rail-w: 320px;--v2-topbar-h: 64px;--joint-primary: #6f89ff;--joint-primary-hover: #a5b4ff;--v2-joint-primary: var(--joint-primary);--v2-joint-primary-hover: var(--joint-primary-hover);--homev2-joint-primary: var(--joint-primary);--homev2-joint-primary-hover: var(--joint-primary-hover);--txv2-joint-primary: var(--joint-primary);--txv2-joint-primary-hover: var(--joint-primary-hover)}.v2{display:grid;min-height:100vh;background:var(--v2-bg);grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-template-areas:"header" "main"}.v2__topbar,.v2__sidebar,.v2__rail{display:none}.v2__appbar{grid-area:header;display:grid;grid-template-columns:var(--v2-touch) 1fr auto;align-items:center;height:var(--v2-touch);padding:8px 16px 12px;background:var(--v2-bg);border-bottom:1px solid var(--v2-border-subtle)}.v2__appbar-slot,.v2__appbar-brand{width:var(--v2-touch);height:var(--v2-touch);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--v2-text);cursor:pointer;border-radius:var(--v2-radius-md);padding:4px}.v2__appbar-brand{margin:0 auto}.v2__appbar-slot:focus-visible,.v2__appbar-brand:focus-visible{outline:2px solid var(--v2-focus-ring);outline-offset:2px}.v2__appbar-slot svg{width:20px;height:20px}.v2__appbar-title{font-size:16px;font-weight:600;color:var(--v2-text);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2__appbar-actions{display:inline-flex;align-items:center;gap:4px}.v2__main{grid-area:main;padding:16px 16px 32px;min-width:0}.v2__main-inner{max-width:var(--v2-shell-max);margin:0 auto;display:flex;flex-direction:column;gap:16px}@media (min-width: 1024px){.v2__appbar{display:none}.v2{grid-template-columns:var(--v2-sidebar-w) 1fr;grid-template-rows:var(--v2-topbar-h) 1fr;grid-template-areas:"topbar topbar topbar" "sidebar main rail"}.v2.v2--no-rail{grid-template-columns:var(--v2-sidebar-w) 1fr;grid-template-areas:"topbar topbar" "sidebar main"}.v2__topbar{grid-area:topbar;display:flex;align-items:center;gap:16px;padding:0 24px;background:var(--v2-bg);border-bottom:1px solid var(--v2-border-subtle)}.v2__topbar-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.v2__main{padding:24px 24px 48px}.v2__main-inner{max-width:100%;gap:20px}.v2__sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:4px;background:var(--v2-bg);border-right:1px solid var(--v2-border-subtle);align-self:start}.v2__sidebar-inner{position:relative;width:100%;height:100%;padding:12px 14px 16px;box-sizing:border-box}.v2__sidebar-section{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--v2-text-faint);padding:12px 12px 6px}.v2__sidebar-item{display:flex;align-items:center;gap:12px;min-height:var(--v2-touch);padding:0 12px;background:transparent;border:none;color:var(--v2-text-muted);border-radius:var(--v2-radius-lg);cursor:pointer;font-size:14px;font-weight:500;text-align:left;width:100%}.v2__sidebar-item:hover{background:var(--v2-surface);color:var(--v2-text)}.v2__sidebar-item[aria-current=true]{background:var(--v2-surface);color:var(--v2-primary)}.v2__sidebar-item:focus-visible{outline:2px solid var(--v2-focus-ring);outline-offset:-2px}.v2__sidebar-item svg{width:20px;height:20px;flex-shrink:0}.v2__sidebar-spacer{flex:1}.v2__sidebar-card{position:absolute;bottom:12px;left:12px;right:12px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;border-radius:var(--v2-radius-lg);background:var(--v2-surface);border-top:1px solid var(--v2-border-subtle)}.v2__sidebar-user{display:contents}.v2__sidebar-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.v2__sidebar-user-meta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;min-width:0;width:100%}.v2__sidebar-user-name{font-size:13px;font-weight:600;color:var(--v2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.v2__sidebar-user-mail{font-size:11px;color:var(--v2-text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.v2__sidebar-joint-switcher{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;margin-top:6px;padding:6px 10px;background:var(--v2-surface);color:var(--v2-text);border:1px solid var(--v2-border-subtle);border-radius:var(--v2-radius-md);font-size:11px;font-weight:500;cursor:pointer;width:100%;min-width:0}.v2__sidebar-joint-switcher:hover{background:var(--v2-surface-alt)}.v2__sidebar-joint-switcher:focus-visible{outline:2px solid var(--v2-focus-ring);outline-offset:2px}.v2__sidebar-joint-switcher-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 0;min-width:0;overflow-wrap:anywhere;word-break:break-word}.v2__sidebar-joint-switcher-chevron{flex-shrink:0;opacity:.7}.v2__rail{grid-area:rail;display:flex;flex-direction:column;gap:32px;padding:24px 20px 32px;background:var(--v2-bg);align-self:start}.v2__topbar-search{flex:1;max-width:480px;position:relative}.v2__main{padding:32px 32px 48px}.v2__main-inner{max-width:880px;gap:24px}.v2--with-rail .v2__main-inner{max-width:880px}}.v2__topbar-brand{display:inline-flex;align-items:center;gap:10px;padding:4px 8px;background:transparent;border:none;cursor:pointer}.v2__topbar-brand:focus-visible{outline:2px solid var(--v2-focus-ring);outline-offset:2px}.v2__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--v2-text-faint);display:inline-flex;align-items:center;justify-content:center}.v2__search-input{width:100%;height:36px;padding:0 12px 0 36px;border-radius:var(--v2-radius-md);border:1px solid var(--v2-border-subtle);background:var(--v2-surface);color:var(--v2-text);font-size:14px;outline:none}.v2__search-input::placeholder{color:var(--v2-text-faint)}.v2__search-input:focus-visible{outline:2px solid var(--v2-focus-ring);outline-offset:2px}.v2__topbtn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--v2-radius-md);background:transparent;border:0;color:var(--v2-text-muted);cursor:pointer;transition:background-color var(--v2-fast) ms ease,color var(--v2-fast) ms ease}.v2__topbtn:hover{background:var(--v2-surface);color:var(--v2-text)}.v2__topbtn:focus-visible{outline:2px solid var(--v2-focus-ring);outline-offset:2px}.v2__topbtn--badge:after{content:"";position:absolute;top:8px;right:8px;width:6px;height:6px;border-radius:50%;background:var(--v2-danger)}.v2__topbtn--badge{position:relative}.v2__topbar{position:fixed;top:0;left:0;right:0;height:var(--v2-topbar-h, 64px);z-index:40}.v2__rail{position:sticky;top:var(--v2-topbar-h, 64px);align-self:start;height:calc(100vh - var(--v2-topbar-h, 64px));max-height:calc(100vh - var(--v2-topbar-h, 64px));overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.v2__sidebar{position:sticky;top:var(--v2-topbar-h, 64px);align-self:start;height:calc(100vh - var(--v2-topbar-h, 64px))}.v2__sidebar-card{position:absolute;bottom:12px;left:12px;right:12px;background:var(--v2-surface);z-index:1}@media (prefers-reduced-motion: reduce){.v2__topbtn,.v2__sidebar-item{transition:none!important}}:root{--kyc2-primary: #ffd100;--kyc2-primary-on: #1a1a1a;--kyc2-surface: #1a1a1a;--kyc2-surface-alt: #222;--kyc2-bg: #0d0d0d;--kyc2-border: rgba(255, 255, 255, .08);--kyc2-text: #fff;--kyc2-text-muted: #999;--kyc2-text-subtle: #c8c8c8;--kyc2-text-faint: #888;--kyc2-danger: #e53935;--kyc2-success: #3ddc97}.kyc2__stack{display:flex;flex-direction:column;gap:16px;padding-bottom:40px}.kyc2__rail-item[data-state=current]{background:var(--kyc2-surface);color:var(--kyc2-primary);font-weight:700}.kyc2__card{background:var(--kyc2-surface);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.kyc2__card--flush{background:transparent;padding:16px;display:flex;align-items:center;gap:12px}.kyc2__card-label{font-size:14px;color:var(--kyc2-text-muted)}.kyc2__card-h1{margin:0;font-size:24px;font-weight:700;color:var(--kyc2-primary)}.kyc2__card-h2--lg{font-size:20px}.kyc2__divider{height:1px;background:var(--kyc2-border)}.kyc2__hero{display:flex;flex-direction:column;gap:16px;width:100%;padding:16px;background:var(--kyc2-surface);border:none;border-radius:16px;text-align:left;cursor:pointer;transition:background .15s ease;color:inherit;font:inherit}.kyc2__hero:hover:not([disabled]){background:var(--kyc2-surface-alt)}.kyc2__hero[disabled]{cursor:default}.kyc2__hero:focus-visible{outline:2px solid var(--kyc2-primary);outline-offset:2px}.kyc2__hero-row{display:flex;align-items:center;gap:16px}.kyc2__hero-icon{flex:0 0 auto;width:64px;height:64px;border-radius:50%;background:var(--kyc2-primary);color:var(--kyc2-primary-on);display:inline-flex;align-items:center;justify-content:center}.kyc2__hero-cta{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--kyc2-primary);font-size:12px;font-weight:600}.kyc2__requirements{background:var(--kyc2-surface-alt);border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:6px}.kyc2__requirements-label{font-size:12px;color:var(--kyc2-text-subtle);letter-spacing:.2px}.kyc2__requirements-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.kyc2__requirements-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--kyc2-text)}.kyc2__row-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.kyc2__row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--kyc2-surface-alt);border-radius:12px}.kyc2__row-icon{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:#ffd1002e;display:inline-flex;align-items:center;justify-content:center;color:var(--kyc2-primary)}.kyc2__row-icon--off{background:#e539352e;color:var(--kyc2-danger)}.kyc2__row-value{font-size:14px;font-weight:700;color:var(--kyc2-text);font-variant-numeric:tabular-nums;display:inline-flex;align-items:center}.kyc2__row-value--muted{color:var(--kyc2-text-faint)}.kyc2__grid{display:flex;flex-direction:column;gap:4px}.kyc2__grid-header{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-bottom:12px}.kyc2__grid-header-cell{margin:0;text-align:center;font-size:22px;font-weight:700;color:var(--kyc2-text-muted)}.kyc2__grid-header-cell[data-highlighted=true]{color:var(--kyc2-primary)}.kyc2__grid-row{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid var(--kyc2-border)}.kyc2__grid-row-label{text-align:center;font-size:14px;color:var(--kyc2-text-muted)}.kyc2__grid-row-cells{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.kyc2__grid-cell{text-align:center;font-size:16px;font-weight:400;color:var(--kyc2-text);font-variant-numeric:tabular-nums}.kyc2__grid-cell[data-highlighted=true]{font-weight:700;color:var(--kyc2-primary)}.kyc2__grid-badge{display:flex;justify-content:center}.kyc2__grid-badge-disc{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.kyc2__grid-badge-disc--on{background:#3ddc972e;color:var(--kyc2-success)}.kyc2__grid-badge-disc--on[data-highlighted=true]{background:#ffd1002e;color:var(--kyc2-primary)}.kyc2__grid-badge-disc--off{background:#e539352e;color:var(--kyc2-danger)}.kyc2__cta{position:sticky;bottom:0;background:var(--kyc2-bg);padding:12px 0 calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--kyc2-border);margin-top:8px}.kyc2__cta-btn{display:block;width:100%;padding:14px 20px;border:none;border-radius:14px;background:var(--kyc2-primary);color:var(--kyc2-primary-on);font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s ease}.kyc2__skeleton-card{background:var(--kyc2-surface);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.kyc2__stack{padding:0 16px}.kyc2__card,.kyc2__hero{padding:20px}.kyc2__card-h1{font-size:28px}.kyc2__grid-header-cell{font-size:24px}}@media (prefers-reduced-motion: reduce){.kyc2__row,.kyc2__cta-btn,.kyc2__hero,.kyc2__rail-item,.kyc2__error-retry{transition:none!important}}.v2__chrome--joint{--v2-primary: var(--v2-joint-primary);--v2-primary-hover: var(--v2-joint-primary-hover)}.txv2__page--joint{--txv2-primary: var(--txv2-joint-primary);--txv2-primary-hover: var(--txv2-joint-primary-hover)}.homev2__page--joint{--homev2-primary: var(--homev2-joint-primary);--homev2-primary-hover: var(--homev2-joint-primary-hover)}@media (max-width: 768px){input,select,textarea,.auth__input,.homev2__search-input,.v2__search-input,.recv2__search-input,.txv2__search-input{font-size:16px}}.v2__kyc-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px;white-space:nowrap;background-color:transparent;pointer-events:none;box-sizing:border-box;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.v2__kyc-badge--compact{padding:1px 4px;font-size:9px;line-height:12px;font-weight:600;letter-spacing:.01em;max-width:64px}:root{--kyc2-primary: #ffc800;--kyc2-primary-on: #1a1a1a;--kyc2-surface: #222222;--kyc2-surface-alt: #181818;--kyc2-bg: #181818;--kyc2-border: rgba(255, 255, 255, .2);--kyc2-border-subtle: rgba(255, 255, 255, .1);--kyc2-text: #ffffff;--kyc2-text-muted: rgba(255, 255, 255, .6);--kyc2-text-subtle: rgba(255, 255, 255, .7);--kyc2-text-faint: rgba(255, 255, 255, .45);--kyc2-danger: #e53935;--kyc2-success: #3ddc97;--kyc2-shadow: 0 4px 4px 0 #00000040;--kyc2-radius: 12px}.kyc2__stack{display:flex;flex-direction:column;gap:20px;padding-bottom:40px;min-width:0;width:100%;box-sizing:border-box}.kyc2__rail{display:none}.kyc2__rail-inner{position:sticky;top:88px;display:flex;flex-direction:column;gap:8px}.kyc2__rail-title{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--kyc2-text-muted);padding:0 12px}.kyc2__rail-list{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}.kyc2__rail-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;color:var(--kyc2-text-faint);cursor:default;transition:background .15s ease,color .15s ease}.kyc2__rail-item[data-state=current]{background:var(--kyc2-surface);color:var(--kyc2-primary);font-weight:700;box-shadow:var(--kyc2-shadow)}.kyc2__rail-item[data-state=past]{color:var(--kyc2-text-muted)}.kyc2__rail-item[data-state=locked]{color:var(--kyc2-text-faint);opacity:.55}.kyc2__rail-item[data-state=unverified]{background:var(--kyc2-surface);color:var(--kyc2-text-muted);font-weight:600}.kyc2__rail-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:currentColor}.kyc2__rail-item[data-state=current] .kyc2__rail-dot{box-shadow:0 0 0 4px #ffd1002e}.kyc2__rail-label{font-size:14px;flex:1}.kyc2__rail-hint{font-size:12px;color:var(--kyc2-text-muted);padding:8px 12px 0;margin:0}.kyc2__card{background:var(--kyc2-surface);border:1px solid var(--kyc2-border-subtle);border-radius:var(--kyc2-radius);padding:20px;display:flex;flex-direction:column;gap:0;box-shadow:var(--kyc2-shadow);box-sizing:border-box;width:100%}.kyc2__card--max{background:linear-gradient(135deg,#ffc80040,#ffc80000);border:none;box-shadow:none;padding:20px}.kyc2__max-message{margin:0;font-size:15px;line-height:1.5;font-weight:500;color:var(--kyc2-text-subtle)}.kyc2__card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.kyc2__card-label{font-size:15px;color:var(--kyc2-text-muted)}.kyc2__card-label--bright{color:var(--kyc2-text)}.kyc2__card-h1{margin:4px 0 0;font-size:28px;font-weight:700;color:var(--kyc2-primary);line-height:1.25}.kyc2__card-h2{margin:0;font-size:16px;font-weight:700;color:var(--kyc2-text)}.kyc2__card-h2--muted{font-size:16px;font-weight:600;color:var(--kyc2-text-muted)}.kyc2__card-h2--lg{font-size:22px}.kyc2__card-body{font-size:14px;font-weight:600;color:var(--kyc2-text)}.kyc2__divider{height:1px;background:var(--kyc2-border);opacity:.5}.kyc2__divider--spaced{margin-top:16px}.kyc2__upgrade-icon-wrap{margin-top:16px;display:flex;justify-content:flex-start}.kyc2__upgrade-icon{width:98px;height:98px;object-fit:contain;display:block}.kyc2__upgrade-title{margin:16px 0 0;font-size:24px;font-weight:700;color:var(--kyc2-text);line-height:1.3}.kyc2__requirements{margin-top:16px;background:var(--kyc2-surface-alt);border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px}.kyc2__requirements-label{font-size:14px;color:var(--kyc2-text-muted)}.kyc2__requirements-list{margin:4px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.kyc2__requirements-item{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:var(--kyc2-text)}.kyc2__requirements-bullet{color:var(--kyc2-primary);font-size:14px}.kyc2__feature-list{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.kyc2__feature-row{display:flex;align-items:center;gap:12px}.kyc2__feature-icon{width:40px;height:40px;object-fit:contain;flex-shrink:0;display:block}.kyc2__feature-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.kyc2__feature-text{font-size:14px;font-weight:600;color:var(--kyc2-text);line-height:1.35;min-width:0}.kyc2__feature-label{font-size:14px;font-weight:600;color:var(--kyc2-text)}.kyc2__feature-value{font-size:13px;color:var(--kyc2-text-muted);font-variant-numeric:tabular-nums}.kyc2__row-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.kyc2__row{display:flex;align-items:center;gap:12px}.kyc2__row-icon{flex:0 0 auto;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.kyc2__row-text{flex:1;font-size:14px;font-weight:600;color:var(--kyc2-text)}.kyc2__row-value{font-size:14px;font-weight:700;color:var(--kyc2-text);font-variant-numeric:tabular-nums}.kyc2__grid-header{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding-bottom:0}.kyc2__grid-header-cell{flex:1;margin:0;text-align:center;font-size:22px;font-weight:700;color:var(--kyc2-text);line-height:1.2}.kyc2__grid-header-cell[data-highlighted=true]{color:var(--kyc2-primary);font-size:26px}.kyc2__grid-header-cell--skeleton{color:var(--kyc2-text-faint);font-size:18px}.kyc2__grid-row{display:flex;flex-direction:column;margin-top:24px;gap:0;padding:0;border-top:none}.kyc2__grid-row:first-of-type{margin-top:16px}.kyc2__grid-row-label{text-align:center;font-size:15px;color:var(--kyc2-text-muted);display:flex;align-items:center;justify-content:center}.kyc2__grid-row-rule{margin-top:6px;height:1px;background:var(--kyc2-border);opacity:.5}.kyc2__grid-row-cells{margin-top:6px;display:flex;justify-content:space-between;align-items:center;gap:8px}.kyc2__grid-cell{flex:1;text-align:center;font-size:16px;font-weight:400;color:var(--kyc2-text);font-variant-numeric:tabular-nums}.kyc2__grid-cell--highlight,.kyc2__grid-cell[data-highlighted=true]{font-weight:700;font-size:18px;color:var(--kyc2-primary)}.kyc2__grid-badge{flex:1;display:flex;justify-content:center;align-items:center}.kyc2__grid-check{width:22px;height:22px;object-fit:contain;display:block}.kyc2__grid-check--highlighted{width:28px;height:28px}.kyc2__badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.4}.kyc2__badge-dot{width:6px;height:6px;border-radius:50%}.kyc2__badge--approved{background:var(--kyc2-success);color:var(--kyc2-primary-on)}.kyc2__badge--approved .kyc2__badge-dot{background:var(--kyc2-primary-on)}.kyc2__badge--pending{background:var(--kyc2-primary);color:var(--kyc2-primary-on)}.kyc2__badge--pending .kyc2__badge-dot{background:var(--kyc2-primary-on)}.kyc2__badge--rejected{background:var(--kyc2-danger);color:var(--kyc2-text)}.kyc2__badge--rejected .kyc2__badge-dot{background:var(--kyc2-text)}.kyc2__badge--none{background:var(--kyc2-surface);color:var(--kyc2-text)}.kyc2__badge--none .kyc2__badge-dot{background:var(--kyc2-text-muted)}.kyc2__cta{position:sticky;bottom:0;z-index:5;background:linear-gradient(180deg,transparent 0%,var(--kyc2-bg) 28%,var(--kyc2-bg) 100%);padding:16px 0 calc(16px + env(safe-area-inset-bottom,0px));margin-top:4px}.kyc2__cta-btn{display:block;width:100%;padding:14px 20px;border:none;border-radius:12px;background:var(--kyc2-primary);color:var(--kyc2-primary-on);font-size:16px;font-weight:700;cursor:pointer;transition:opacity .15s ease;box-shadow:var(--kyc2-shadow)}.kyc2__cta-btn:hover:not([disabled]){opacity:.9}.kyc2__cta-btn:focus-visible{outline:2px solid var(--kyc2-primary);outline-offset:2px}.kyc2__cta-btn[disabled]{opacity:.5;cursor:not-allowed}.kyc2__skeleton-card{background:var(--kyc2-surface);border:1px solid var(--kyc2-border-subtle);border-radius:var(--kyc2-radius);padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--kyc2-shadow)}.kyc2__error{margin:0 12px;background:#e539351f;border:1px solid var(--kyc2-danger);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.kyc2__error-title{margin:0;font-weight:600;color:var(--kyc2-text)}.kyc2__error-body{margin:4px 0 0;color:var(--kyc2-text-muted);font-size:14px}.kyc2__error-retry{align-self:flex-start;padding:8px 16px;border-radius:12px;background:var(--kyc2-primary);color:var(--kyc2-primary-on);border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.kyc2__error-retry:focus-visible{outline:2px solid var(--kyc2-primary);outline-offset:2px}.kyc2__info{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--kyc2-surface);border:1px solid var(--kyc2-border);border-radius:16px}.kyc2__info-icon{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--kyc2-bg);display:inline-flex;align-items:center;justify-content:center;color:var(--kyc2-text-muted)}.kyc2__info-body{font-size:14px;line-height:1.5;color:var(--kyc2-text-subtle)}@media (min-width: 768px){.kyc2__stack{padding:0;width:100%;min-width:0}.kyc2__layout{width:100%;min-width:0}.kyc2__card{padding:20px}.kyc2__card-h1{font-size:30px}.kyc2__upgrade-title{font-size:26px}.kyc2__grid-header-cell{font-size:24px}.kyc2__grid-header-cell[data-highlighted=true]{font-size:28px}.v2__main-inner:has(.kyc2__layout){max-width:100%;width:100%}}@media (min-width: 1280px){.kyc2__rail{display:flex;flex-direction:column;gap:8px}.kyc2__card{padding:20px}.kyc2__grid-header-cell{font-size:26px}.kyc2__grid-header-cell[data-highlighted=true]{font-size:30px}.kyc2__layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:28px;align-items:start}.kyc2__layout>.kyc2__stack{padding-bottom:0;min-width:0}.v2__main-inner:has(.kyc2__layout){max-width:min(1120px,100%)}}@media (prefers-reduced-motion: reduce){.kyc2__feature-row,.kyc2__cta-btn,.kyc2__rail-item,.kyc2__error-retry{transition:none!important}}
