:root{color-scheme:dark;--bg:#090b10;--panel:#111721;--panel2:#151d29;--line:#283548;--text:#f3f7fc;--muted:#91a0b3;--green:#16e6b3;--blue:#5fa8ff;--danger:#ff7b86;--amber:#ffcb67}*{box-sizing:border-box}[hidden]{display:none!important}body{min-height:100vh;margin:0;color:var(--text);background:radial-gradient(circle at 15% 0,rgba(95,168,255,.13),transparent 31rem),radial-gradient(circle at 90% 70%,rgba(22,230,179,.1),transparent 28rem),var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif}.shell{width:calc(100% - 48px);min-height:100vh;display:flex;flex-direction:column;margin:0 24px}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.06)}body:not(.customer-authenticated) .shell{width:100%;margin:0}body:not(.customer-authenticated) .nav{padding-right:clamp(11px,2.5vw,24px);padding-left:clamp(11px,2.5vw,24px);border-radius:0}body:not(.customer-authenticated) main{padding-right:clamp(11px,2.5vw,24px);padding-left:clamp(11px,2.5vw,24px)}.brand{display:inline-flex;align-items:center;gap:11px;color:inherit;font-size:18px;text-decoration:none;font-weight:820}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(22,230,179,.4);border-radius:12px;background:rgba(22,230,179,.08);color:var(--green);font-weight:900}.brand-mark img{width:27px;height:27px;object-fit:contain;image-rendering:pixelated}.nav-actions,.nav-left-actions{display:flex;align-items:center;gap:10px}.nav-left-actions{display:none}.userid{color:var(--muted);font:700 13px ui-monospace,SFMono-Regular,Menlo,monospace}.announcement-trigger{position:relative;gap:7px}.announcement-badge{display:inline-grid;min-width:18px;height:18px;padding:0 5px;place-items:center;border-radius:999px;background:var(--red);color:#fff;font-size:10px;font-weight:900;line-height:1}.announcement-badge[hidden]{display:none}.ghost-btn,.link-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.025);color:#c5d0de;font-size:13px;font-weight:750;text-decoration:none;cursor:pointer}main{flex:1 0 auto;padding:50px 0 96px}.auth-card{width:min(520px,100%);margin:4vh auto 0;padding:34px;border:1px solid var(--line);border-radius:22px;background:rgba(17,23,33,.94);box-shadow:0 30px 90px rgba(0,0,0,.3)}.eyebrow{color:var(--green);font:800 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}h1{margin:13px 0 0;font-size:34px;letter-spacing:-.035em}.lead{margin:12px 0 24px;color:var(--muted);font-size:13px;line-height:1.7}label{display:block;margin:15px 0 7px;color:#bcc7d6;font-size:12px;font-weight:750}input{width:100%;height:45px;padding:0 13px;border:1px solid var(--line);border-radius:10px;outline:0;background:#090f17;color:var(--text);font-size:14px}input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,230,179,.1)}.login-preferences{margin-top:15px;padding:12px 13px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(255,255,255,.025)}.remember-login{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin:0;color:#d4deea;cursor:pointer}.remember-login input{width:18px;height:18px;margin:1px 0 0;padding:0;accent-color:var(--green);cursor:pointer}.remember-login-copy{display:grid;gap:3px}.remember-login-title{font-size:13px;font-weight:800;line-height:1.25}.primary{width:100%;min-height:45px;margin-top:18px;border:0;border-radius:10px;background:linear-gradient(135deg,#12cda0,var(--green));color:#032c24;font-size:13px;font-weight:850;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.message{display:none;margin-top:14px;padding:12px 14px;border-radius:9px;font-size:13px;line-height:1.6}.message.show{display:block}.message.error{border:1px solid rgba(255,123,134,.28);background:rgba(255,123,134,.08);color:var(--danger)}.message.success{border:1px solid rgba(22,230,179,.25);background:rgba(22,230,179,.07);color:var(--green)}.message.loading{border:1px solid rgba(95,168,255,.28);background:rgba(95,168,255,.08);color:#9ec9ff}body.customer-authenticated #loginPanel{display:none}body.customer-authenticated.customer-audience-pending #dashboard{visibility:hidden}.audience-loading{display:none}body.customer-authenticated.customer-audience-pending .audience-loading{position:fixed;z-index:115;inset:0;display:grid;grid-template-columns:240px minmax(0,1fr);overflow:hidden;pointer-events:none}.audience-loading-sidebar{min-width:0;padding:0 18px;border-right:1px solid rgba(255,255,255,.07);background:rgba(12,14,20,.985)}.audience-loading-brand{height:60px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.06);color:#cbd7e5;font-size:15px;font-weight:850}.audience-loading-logo{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(22,230,179,.28);border-radius:10px;background:rgba(22,230,179,.08)}.audience-loading-logo img{width:23px;height:23px;object-fit:contain;image-rendering:pixelated}.audience-loading-menu{display:grid;gap:12px;padding-top:24px}.audience-loading-menu-line{height:38px;border-radius:9px;background:rgba(255,255,255,.045)}.audience-loading-menu-line:first-child{border-left:3px solid rgba(22,230,179,.52);background:rgba(22,230,179,.075)}.audience-loading-main{min-width:0;display:grid;place-items:center;padding:92px 42px 42px;background:radial-gradient(circle at 50% 40%,rgba(95,168,255,.08),transparent 30rem),var(--bg)}.audience-loading-stage{width:min(920px,100%);display:grid;gap:18px}.audience-loading-panel{position:relative;display:grid;grid-template-columns:70px minmax(0,1fr);gap:18px;align-items:center;padding:26px 28px 30px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(21,29,41,.98),rgba(17,23,33,.96));box-shadow:0 24px 70px rgba(0,0,0,.22)}.audience-loading-orbit{position:relative;width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:rgba(22,230,179,.08)}.audience-loading-orbit::before{content:"";position:absolute;inset:0;border:2px solid rgba(22,230,179,.14);border-top-color:var(--green);border-radius:20px;animation:audience-loading-spin 1.15s linear infinite}.audience-loading-orbit img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated}.audience-loading-copy{min-width:0;display:grid;gap:7px}.audience-loading-title{color:var(--text);font-size:20px;font-weight:900;letter-spacing:-.015em}.audience-loading-note{color:var(--muted);font-size:13px;line-height:1.6}.audience-loading-progress{position:absolute;right:28px;bottom:18px;left:116px;height:3px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.06)}.audience-loading-progress::after{content:"";position:absolute;inset:0;width:42%;border-radius:inherit;background:linear-gradient(90deg,transparent,var(--green),var(--blue),transparent);animation:audience-loading-progress 1.35s ease-in-out infinite}.audience-loading-skeletons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.audience-loading-skeleton{min-height:126px;display:grid;align-content:center;gap:12px;padding:22px;border:1px solid rgba(141,160,182,.13);border-radius:14px;background:rgba(17,23,33,.6)}.audience-loading-skeleton::after,.audience-loading-skeleton::before{content:"";height:11px;border-radius:99px;background:linear-gradient(90deg,rgba(141,160,182,.08),rgba(141,160,182,.2),rgba(141,160,182,.08));background-size:220% 100%;animation:audience-loading-shimmer 1.5s ease-in-out infinite}.audience-loading-skeleton::before{width:54%}.audience-loading-skeleton::after{width:78%;height:24px}body.light .audience-loading-sidebar{border-right-color:#d8e2ec;background:rgba(255,255,255,.98)}body.light .audience-loading-brand{border-bottom-color:#e1e8f0;color:#30445d}body.light .audience-loading-menu-line{background:#edf2f7}body.light .audience-loading-menu-line:first-child{border-left-color:#0a8c6c;background:#e8f5f1}body.light .audience-loading-main{background:radial-gradient(circle at 50% 36%,rgba(45,104,199,.095),transparent 31rem),#f1f5f9}body.light .audience-loading-panel{border-color:#d2deea;background:rgba(255,255,255,.97);box-shadow:0 22px 60px rgba(31,57,88,.11)}body.light .audience-loading-progress{background:#e7edf3}body.light .audience-loading-skeleton{border-color:#dbe4ed;background:rgba(255,255,255,.72)}body.light .audience-loading-skeleton::after,body.light .audience-loading-skeleton::before{background:linear-gradient(90deg,#edf2f7,#dbe5ef,#edf2f7);background-size:220% 100%}@keyframes audience-loading-spin{to{transform:rotate(360deg)}}@keyframes audience-loading-progress{from{transform:translateX(-120%)}to{transform:translateX(260%)}}@keyframes audience-loading-shimmer{from{background-position:100% 0}to{background-position:-120% 0}}@media(max-width:720px){body.customer-authenticated.customer-audience-pending .audience-loading{grid-template-columns:112px minmax(0,1fr)}.audience-loading-sidebar{padding:0 10px}.audience-loading-brand{justify-content:center}.audience-loading-brand>span:last-child{display:none}.audience-loading-main{padding:88px 14px 26px}.audience-loading-panel{grid-template-columns:54px minmax(0,1fr);gap:13px;padding:20px 18px 28px}.audience-loading-orbit{width:52px;height:52px;border-radius:16px}.audience-loading-orbit::before{border-radius:16px}.audience-loading-orbit img{width:28px;height:28px}.audience-loading-title{font-size:17px}.audience-loading-progress{right:18px;bottom:15px;left:85px}.audience-loading-skeletons{grid-template-columns:1fr}.audience-loading-skeleton:nth-child(n+2){display:none}}@media(max-width:560px){body.customer-authenticated.customer-audience-pending .audience-loading{grid-template-columns:1fr}.audience-loading-sidebar{display:none}.audience-loading-main{padding-top:98px}.audience-loading-progress{left:18px}}@media(prefers-reduced-motion:reduce){.audience-loading-orbit::before,.audience-loading-progress::after,.audience-loading-skeleton::after,.audience-loading-skeleton::before{animation-duration:NaNs!important;animation-iteration-count:1!important}}.dashboard{display:none}.dashboard.show{display:block}.portal-layout{display:grid;grid-template-columns:170px minmax(0,1fr);gap:26px;align-items:start}.chain-sidebar{position:sticky;top:18px;padding:12px;border:1px solid var(--line);border-radius:17px;background:rgba(17,23,33,.92)}.chain-menu{display:flex;flex-direction:column;gap:7px}.chain-menu-btn{width:100%;min-height:44px;padding:0 14px;border:1px solid transparent;border-radius:10px;background:0 0;color:#94a3b6;font-size:13px;font-weight:800;text-align:left;cursor:pointer}.chain-menu-btn:hover{color:#d9e4f2;background:rgba(255,255,255,.035)}.chain-menu-btn.active{border-color:rgba(22,230,179,.24);background:rgba(22,230,179,.08);color:var(--green)}.chain-menu-group,.chain-submenu{display:flex;flex-direction:column}.chain-menu-parent{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;border:1px solid transparent;border-radius:10px;background:0 0;color:#94a3b6;font-size:13px;font-weight:800;text-align:left;cursor:pointer}.chain-menu-parent:hover{color:#d9e4f2;background:rgba(255,255,255,.035)}.chain-menu-parent-icon{font-size:12px;transition:transform .18s ease}.chain-menu-group.is-collapsed .chain-menu-parent-icon{transform:rotate(-90deg)}.chain-menu-group.is-collapsed .chain-submenu{display:none}.portal-content{min-width:0}.faq-view{width:min(920px,100%)}.faq-head{margin-bottom:24px}.faq-head h1{margin:0;font-size:34px;letter-spacing:-.03em}.faq-head p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.faq-list{display:grid;gap:14px}.faq-item{padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,var(--panel2),var(--panel))}.faq-question{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;color:#eef5fc;font-size:16px;font-weight:850;line-height:1.55}.faq-question-number{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(22,230,179,.28);border-radius:10px;background:rgba(22,230,179,.09);color:var(--green);font:850 12px ui-monospace,SFMono-Regular,Menlo,monospace}.faq-answer{margin:14px 0 0 46px;padding:14px 16px;border-left:3px solid rgba(22,230,179,.55);border-radius:0 10px 10px 0;background:rgba(22,230,179,.055);color:#bdcad9;font-size:14px;line-height:1.8}.faq-answer strong{color:#ffdc8b;font-weight:850}.trade-address-view{min-width:0}.trade-address-view .dashboard-head{margin-bottom:14px}.trade-address-view .dashboard-head .all-chains-title{font-size:28px}.trade-address-intro{max-width:780px;margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.automatic-scan-view{min-width:0}.automatic-scan-view .dashboard-head{align-items:flex-end;margin-bottom:16px}.automatic-scan-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.automatic-scan-title-row .all-chains-title{margin:0}.automatic-scan-intro{max-width:760px;margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.automatic-scan-switches{display:flex;align-items:stretch;gap:8px;flex-wrap:wrap}.automatic-scan-switches .common-status-cutoff{width:205px;height:auto;min-height:42px;display:grid;align-content:center;padding:6px 11px;border-radius:11px}.automatic-scan-switches .common-sync-plan-value{font-size:13px}.automatic-scan-switches .common-data-cutoff-label{margin-top:4px;font-size:9px}.automatic-scan-switches .common-status-value{margin-top:2px;font-size:11px}.automatic-scan-switches .common-bsc-delay{margin-top:3px;font-size:9px}.automatic-scan-switch-card{display:flex;align-items:center;gap:8px;min-height:42px;padding:6px 11px;border:1px solid rgba(141,160,182,.24);border-radius:11px;background:rgba(141,160,182,.09);color:#aab8c8}.automatic-scan-switch-copy{display:grid;gap:2px;text-align:left;line-height:1.2}.automatic-scan-switch-label{color:#8496aa;font-size:9px;font-weight:800;white-space:nowrap}.automatic-scan-switch-state{color:#b9c6d4;font-size:11px;font-weight:900;white-space:nowrap}.automatic-scan-system-indicator{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#66788b}.automatic-scan-system-card[data-state=enabled]{border-color:rgba(22,230,179,.36);background:rgba(22,230,179,.1)}.automatic-scan-system-card[data-state=enabled] .automatic-scan-system-indicator{background:var(--green);box-shadow:0 0 8px rgba(22,230,179,.42)}.automatic-scan-system-card[data-state=enabled] .automatic-scan-switch-state{color:var(--green)}.automatic-scan-system-card[data-state=partial]{border-color:rgba(255,203,103,.32);background:rgba(255,203,103,.08)}.automatic-scan-system-card[data-state=partial] .automatic-scan-system-indicator{background:#ffcb67}.automatic-scan-system-card[data-state=partial] .automatic-scan-switch-state{color:#ffcf75}.automatic-scan-toggle{min-width:0;font:inherit;cursor:pointer}.automatic-scan-switch-help{align-self:center}.automatic-scan-switch-help .info-tooltip-popover{right:0;left:auto}.automatic-scan-toggle:disabled{cursor:wait;opacity:.7}.automatic-scan-toggle[aria-checked=true]{border-color:rgba(22,230,179,.4);background:rgba(22,230,179,.12);color:var(--green)}.automatic-scan-toggle[aria-checked=true] .automatic-scan-switch-state{color:var(--green)}.automatic-scan-toggle-track{position:relative;width:34px;height:19px;flex:0 0 auto;border-radius:999px;background:#526172;transition:background .18s ease}.automatic-scan-toggle-thumb{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#f7fbff;box-shadow:0 2px 6px rgba(0,0,0,.3);transition:transform .18s ease}.automatic-scan-toggle[aria-checked=true] .automatic-scan-toggle-track{background:#16b991}.automatic-scan-toggle[aria-checked=true] .automatic-scan-toggle-thumb{transform:translateX(15px)}.automatic-scan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.automatic-scan-card{min-width:0;padding:15px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,rgba(21,29,41,.96),rgba(14,20,29,.92));box-shadow:0 9px 24px rgba(0,0,0,.12)}.automatic-scan-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.automatic-scan-chain{min-width:0;display:flex;align-items:center;gap:8px;color:var(--text);font-size:13px;font-weight:900}.automatic-scan-chain img{width:24px;height:24px;flex:0 0 auto;border-radius:50%;object-fit:contain}.automatic-scan-status{flex:0 0 auto;padding:3px 7px;border:1px solid rgba(141,160,182,.2);border-radius:999px;color:var(--muted);font-size:9px;font-weight:850}.automatic-scan-status.ready{border-color:rgba(22,230,179,.3);background:rgba(22,230,179,.08);color:var(--green)}.automatic-scan-card-runtime{min-height:25px;display:flex;align-items:center;gap:6px;margin-top:10px;padding:0 8px;border:1px solid rgba(141,160,182,.15);border-radius:8px;background:rgba(141,160,182,.055);color:#8496aa;font-size:9px;font-weight:800}.automatic-scan-card-runtime::before{content:"";width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#66788b}.automatic-scan-card-runtime strong{margin-left:auto;color:#aebdcb;font-size:9px;font-weight:900;white-space:nowrap}.automatic-scan-card-runtime.is-running{border-color:rgba(22,230,179,.25);background:rgba(22,230,179,.07);color:#86cdbb}.automatic-scan-card-runtime.is-running::before{background:var(--green);box-shadow:0 0 8px rgba(22,230,179,.42)}.automatic-scan-card-runtime.is-running strong{color:var(--green)}.automatic-scan-card-runtime.is-queued{border-color:rgba(255,203,103,.27);background:rgba(255,203,103,.075);color:#ceb579}.automatic-scan-card-runtime.is-queued::before{background:#ffcb67}.automatic-scan-card-runtime.is-queued strong{color:#ffcf75}.automatic-scan-card-amount{margin-top:13px;color:var(--text);font:900 clamp(17px,1.45vw,23px)/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.automatic-scan-card-usdt{min-height:18px;margin-top:4px;color:#8fb6d6;font:750 11px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.automatic-scan-card-meta{display:flex;justify-content:space-between;gap:8px;margin-top:15px;padding-top:11px;border-top:1px solid rgba(141,160,182,.12);color:var(--muted);font-size:10px;line-height:1.45}.automatic-scan-card-meta strong{color:#c8d5e4;font-weight:850}.automatic-scan-card-message{min-height:31px;margin-top:8px;color:#8090a4;font-size:10px;line-height:1.55}.automatic-scan-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:12px;padding:20px;border:1px solid rgba(22,230,179,.27);border-radius:15px;background:linear-gradient(135deg,rgba(22,230,179,.1),rgba(17,23,33,.95) 58%,rgba(95,168,255,.08))}.automatic-scan-summary-label{color:#a8b8ca;font-size:12px;font-weight:800}.automatic-scan-summary-value{margin-top:7px;color:var(--green);font:900 clamp(22px,2.1vw,32px)/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.025em}.automatic-scan-summary-note{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.55}.automatic-scan-claim-btn{min-width:188px;min-height:46px;padding:0 20px;border:0;border-radius:11px;background:linear-gradient(135deg,#16e6b3,#32a7ff);color:#06110f;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(30,177,198,.18)}.automatic-scan-claim-btn:disabled{border:1px solid rgba(141,160,182,.2);background:rgba(141,160,182,.1);color:var(--muted);box-shadow:none;opacity:1}.automatic-scan-whitelist{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:12px;padding:15px 17px;border:1px solid var(--line);border-radius:13px;background:rgba(17,23,33,.74)}.automatic-scan-whitelist-label{color:var(--muted);font-size:10px;font-weight:850}.automatic-scan-whitelist-address{margin-top:5px;color:#cfe5ff;font:750 12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.automatic-scan-manage-btn{min-height:38px;padding:0 13px;border:1px solid rgba(95,168,255,.3);border-radius:9px;background:rgba(95,168,255,.08);color:#9ec9ff;font-size:11px;font-weight:850;cursor:pointer}.automatic-scan-history-tabs{margin-left:auto;flex:0 1 auto}body.light .automatic-scan-card,body.light .automatic-scan-whitelist{border-color:#d3dfeb;background:#fff;box-shadow:0 7px 20px rgba(39,72,108,.065)}body.light .automatic-scan-switch-card{border-color:#cbd7e2;background:#f0f4f7;color:#526477}body.light .automatic-scan-switch-label{color:#6a7d91}body.light .automatic-scan-switch-state{color:#40556b}body.light .automatic-scan-card-runtime{border-color:#d8e2eb;background:#f4f7fa;color:#687b8e}body.light .automatic-scan-card-runtime strong{color:#53687c}body.light .automatic-scan-card-runtime.is-running{border-color:#bfe0d7;background:#eaf8f4;color:#237d68}body.light .automatic-scan-card-runtime.is-running strong{color:#07856a}body.light .automatic-scan-card-runtime.is-queued{border-color:#e3d5b6;background:#fff8e9;color:#876b2f}body.light .automatic-scan-card-runtime.is-queued strong{color:#8c6518}body.light .automatic-scan-card-meta{border-top-color:#e2e9f0}body.light .automatic-scan-card-meta strong{color:#31475f}body.light .automatic-scan-summary{border-color:#c4ded7;background:linear-gradient(135deg,#ebfaf5,#fff 58%,#edf5ff)}body.light .automatic-scan-whitelist-address{color:#245c91}body.light .automatic-scan-manage-btn{border-color:#bfd5f2;background:#f1f6fd;color:#245ca9}@media(max-width:1180px){.automatic-scan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.automatic-scan-view .dashboard-head{align-items:stretch;flex-direction:column}.automatic-scan-view .data-refresh-btn{width:100%}.automatic-scan-title-row{align-items:flex-start;gap:10px}.automatic-scan-switches{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;width:100%}.automatic-scan-switches .common-status-cutoff{grid-column:1/-1;width:100%}.automatic-scan-switch-card{min-width:0;padding-inline:9px}.automatic-scan-grid{grid-template-columns:1fr}.automatic-scan-summary{grid-template-columns:1fr;padding:16px}.automatic-scan-claim-btn{width:100%;min-width:0}.automatic-scan-whitelist{grid-template-columns:1fr}.automatic-scan-manage-btn{width:100%}.automatic-scan-history-tabs{width:100%;margin-left:0}}.trade-address-rules{position:relative;min-width:0;grid-column:1;grid-row:1;margin:10px 0 10px 10px;padding:12px 15px 10px;overflow:hidden;border:1px solid rgba(141,160,182,.16);border-radius:12px;background:rgba(8,14,22,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}.trade-address-rules-head{display:flex;align-items:center;min-height:24px;color:#29f0bd;font-size:16px;font-weight:950;line-height:1.35}.trade-address-rules-warning{color:#29f0bd}.trade-address-rules-icon{display:none}.trade-address-rules-list{display:grid;grid-template-columns:1fr;gap:0;margin:8px 0 0;padding:0;list-style:none;counter-reset:trade-address-rule}.trade-address-rule{min-width:0;display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:center;min-height:31px;padding:5px 0;border:0;border-bottom:1px solid rgba(141,160,182,.11);border-radius:0;background:0 0;color:#29f0bd;font-size:13px;font-weight:800;line-height:1.5;counter-increment:trade-address-rule}.trade-address-rule:last-child{border-bottom:0}.trade-address-rule::before{content:counter(trade-address-rule);width:auto;height:auto;display:block;border:0;border-radius:0;background:0 0;color:#29f0bd;font:900 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-rule>span{min-width:0;white-space:nowrap}.trade-address-rule strong{color:#b69cff;font-weight:900}.trade-address-rule.is-critical{margin:0;padding:5px 0;border:0;border-bottom:1px solid rgba(141,160,182,.11);border-radius:0;background:0 0;color:#29f0bd}.trade-address-rule.is-critical:last-child{border-bottom:0}.trade-address-rule.is-critical+.trade-address-rule.is-critical{margin-top:0}.trade-address-rule.is-critical::before{content:counter(trade-address-rule);color:#29f0bd}.trade-address-submit-card{display:grid;grid-template-columns:minmax(535px,.97fr) minmax(495px,1.03fr);margin-bottom:12px;padding:0;border:1px solid rgba(22,230,179,.26);border-radius:13px;background:linear-gradient(135deg,rgba(22,230,179,.065),rgba(17,23,33,.9) 56%,rgba(95,168,255,.05))}.trade-address-form{min-width:0;grid-column:2;grid-row:1;display:grid;grid-template-columns:170px minmax(260px,1fr);grid-template-rows:auto auto;gap:8px 12px;align-content:center;align-items:start;padding:13px 14px 12px}.trade-address-field{min-width:0}.trade-address-field label{margin:0 0 7px}.trade-address-scan-step,.trade-address-step-heading{display:flex;align-items:center;gap:8px}.trade-address-step-heading{margin:0 0 7px}.trade-address-step-heading label{margin:0}.cashback-step.trade-address-step-badge{width:28px;height:28px;flex:0 0 28px;border-radius:8px;pointer-events:none}.trade-address-input-head{display:flex;align-items:flex-end;justify-content:flex-start;gap:12px;margin:0 0 7px}.trade-address-input-head label{margin:0}.trade-address-input-note{min-width:0;display:inline-flex;align-items:center;gap:6px;margin-left:0;color:#29f0bd;font-size:13px;font-weight:800;line-height:1.4;text-align:left}.trade-address-input-note-emphasis{color:#7dd3fc;font-weight:1000;-webkit-text-stroke:.25px currentColor;text-shadow:none}.trade-address-input-note-emphasis-latin{font-weight:850;-webkit-text-stroke:0}.trade-address-input-note-icon{width:17px;height:17px;display:inline-grid;flex:0 0 17px;place-items:center;border:1px solid rgba(255,203,103,.55);border-radius:50%;background:rgba(255,203,103,.12);color:#ffdc84;font:950 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-cutoff{color:#8ea1b8;font-size:10px;text-align:right;white-space:nowrap}.trade-address-cutoff strong{margin-left:5px;color:#cdd9e7;font:750 10px ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-chain-field{position:relative;grid-column:1;grid-row:1}.trade-address-input-field{grid-column:2;grid-row:1/span 2}.trade-address-select{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.trade-address-chain-picker{position:relative}.trade-address-chain-trigger{width:100%;height:40px;display:flex;align-items:center;gap:9px;padding:0 10px;border:1px solid rgba(95,168,255,.24);border-radius:9px;background:linear-gradient(135deg,rgba(95,168,255,.11),rgba(3,8,14,.5));color:var(--text);cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.trade-address-chain-trigger:hover,.trade-address-chain-trigger[aria-expanded=true]{border-color:rgba(22,230,179,.48);background:linear-gradient(135deg,rgba(22,230,179,.11),rgba(3,8,14,.55));transform:none}.trade-address-chain-trigger:focus-visible{outline:0;border-color:var(--green);box-shadow:0 0 0 3px rgba(22,230,179,.1)}.trade-address-chain-mark{width:24px;height:24px;display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:50%;background:rgba(255,255,255,.055)}.trade-address-chain-mark img{width:100%;height:100%;object-fit:contain}.trade-address-chain-value{min-width:0;flex:1;font-size:13px;font-weight:850;text-align:left}.trade-address-chain-chevron{width:8px;height:8px;flex:0 0 auto;margin:-4px 3px 0 0;border-right:2px solid #8ea5bd;border-bottom:2px solid #8ea5bd;transform:rotate(45deg);transition:transform .18s ease,margin .18s ease}.trade-address-chain-trigger[aria-expanded=true] .trade-address-chain-chevron{margin:4px 3px 0 0;transform:rotate(225deg)}.trade-address-chain-menu{position:absolute;z-index:25;top:calc(100% + 7px);left:0;width:100%;min-width:230px;display:grid;gap:3px;padding:6px;border:1px solid rgba(95,168,255,.28);border-radius:11px;background:rgba(11,17,25,.98);box-shadow:0 18px 38px rgba(0,0,0,.42);backdrop-filter:blur(14px)}.trade-address-chain-option{width:100%;min-height:40px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:7px;background:0 0;color:#b7c5d6;cursor:pointer;text-align:left}.trade-address-chain-option:focus-visible,.trade-address-chain-option:hover{outline:0;background:rgba(95,168,255,.1);color:#edf6ff;transform:none}.trade-address-chain-option[aria-selected=true]{background:rgba(22,230,179,.1);color:var(--green)}.trade-address-chain-option-icon{width:24px;height:24px;object-fit:contain;border-radius:50%}.trade-address-chain-option-label{font-size:12px;font-weight:820;white-space:nowrap}.trade-address-chain-option-meta{color:#6f8298;font-size:9px;font-weight:720;text-align:right;white-space:nowrap}.trade-address-input{width:100%;border:1px solid var(--line);border-radius:9px;outline:0;background:#090f17;color:var(--text);font-size:13px}.trade-address-input{min-height:78px;padding:8px 11px;overflow-y:auto;overscroll-behavior:contain;resize:none;scrollbar-gutter:stable;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,230,179,.1)}.trade-address-hint{margin-top:6px;color:#7890a8;font-size:11px;line-height:1.5}.trade-address-submit{position:relative;min-height:44px;padding:0 17px;border:1px solid rgba(22,230,179,.4);border-radius:9px;background:rgba(22,230,179,.12);color:var(--green);font-size:13px;font-weight:850;white-space:nowrap;cursor:pointer}.trade-address-submit{grid-column:1;grid-row:2;width:100%;min-height:40px}.trade-address-submit.is-loading{color:transparent}.trade-address-submit.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-8px 0 0 -8px;border:2px solid rgba(183,195,210,.32);border-top-color:var(--green);border-radius:50%;animation:data-spin .7s linear infinite}.trade-address-scan-summary{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;min-width:0;margin-top:7px;padding-top:7px;border-top:1px solid rgba(141,160,182,.12)}.trade-address-scan-summary-main{min-width:180px;display:flex;align-items:center;flex-wrap:wrap;gap:5px 8px}.trade-address-scan-summary-title{display:flex;align-items:center;gap:7px;color:#c9d8e8;font-size:11px;font-weight:850;white-space:nowrap}.trade-address-scan-summary.is-active .trade-address-scan-summary-title{color:var(--green)}.trade-address-scan-summary.is-error .trade-address-scan-summary-title{color:#ff9fa8}.trade-address-scan-summary-title::before{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#7da8d5}.trade-address-scan-summary.is-active .trade-address-scan-summary-title::before{background:var(--green);box-shadow:0 0 0 0 rgba(22,230,179,.45);animation:trade-address-scan-pulse 1.35s ease-out infinite}.trade-address-scan-summary.is-error .trade-address-scan-summary-title::before{background:var(--danger)}.trade-address-scan-summary-detail{color:#7f93aa;font-size:10px;line-height:1.45;overflow-wrap:anywhere}.trade-address-scan-summary-stats{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:5px}.trade-address-scan-chip{display:inline-flex;align-items:center;gap:4px;min-height:23px;padding:0 7px;border:1px solid rgba(141,160,182,.18);border-radius:6px;background:rgba(3,8,14,.18);color:#91a3b8;font-size:9px;white-space:nowrap}.trade-address-scan-chip strong{color:#e4edf7;font:850 11px ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-scan-chip.is-processing strong{color:#9ec9ff}.trade-address-scan-chip.is-success strong{color:var(--green)}.trade-address-scan-chip.is-error strong{color:#ff9fa8}@keyframes trade-address-scan-pulse{70%{box-shadow:0 0 0 7px rgba(22,230,179,0)}100%{box-shadow:0 0 0 0 rgba(22,230,179,0)}}.trade-address-history{margin-top:14px;padding:0;overflow:hidden;border:1px solid rgba(95,168,255,.22);border-radius:13px;background:rgba(17,23,33,.82)}.trade-address-batch-toolbar{min-height:64px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px 18px;margin:0;padding:10px 12px;border-bottom:1px solid rgba(95,168,255,.2);background:linear-gradient(135deg,rgba(95,168,255,.07),rgba(17,23,33,.72) 58%,rgba(22,230,179,.045))}.trade-address-batch-title{flex:0 0 auto;color:#edf4fc;font-size:16px;font-weight:850;line-height:1.3;letter-spacing:-.01em}.trade-address-batch-heading{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px}.trade-address-batch-tabs{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(95,168,255,.2);border-radius:9px;background:rgba(3,8,14,.2)}.trade-address-batch-tab{min-width:92px;height:32px;padding:0 13px;border:0;border-radius:7px;background:0 0;color:#8fa3ba;font-size:12px;font-weight:850;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.trade-address-batch-tab:hover{color:#d7e5f2;background:rgba(95,168,255,.08)}.trade-address-batch-tab[aria-selected=true]{background:linear-gradient(135deg,rgba(22,230,179,.2),rgba(95,168,255,.14));color:var(--green);box-shadow:inset 0 0 0 1px rgba(22,230,179,.28),0 4px 14px rgba(3,8,14,.16)}.trade-address-batch-tab:focus-visible{outline:2px solid rgba(22,230,179,.48);outline-offset:2px}.trade-address-automatic-claim{min-width:344px;min-height:56px;flex:0 1 360px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-left:auto;padding:7px 8px 7px 11px;border:1px solid rgba(22,230,179,.28);border-radius:10px;background:linear-gradient(100deg,rgba(22,230,179,.09),rgba(95,168,255,.045) 58%,rgba(17,23,33,.3))}.trade-address-automatic-claim[hidden]{display:none}.trade-address-automatic-claim-main{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px}.trade-address-automatic-claim-copy{min-width:120px}.trade-address-automatic-claim-label{color:#9cb0c7;font-size:10px;font-weight:820;letter-spacing:.06em}.trade-address-automatic-claim-amount{margin-top:3px;color:var(--green);font:900 17px/1.15 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.trade-address-automatic-claim-amount small{margin-left:6px;color:#8fa3ba;font-size:10px;font-weight:760}.trade-address-automatic-claim-btn{flex:0 0 auto;min-width:184px;min-height:40px;padding:0 16px;border:1px solid rgba(22,230,179,.58);border-radius:8px;background:linear-gradient(135deg,rgba(22,230,179,.2),rgba(22,230,179,.11));color:var(--green);font-size:12px;font-weight:900;white-space:nowrap;cursor:pointer;box-shadow:0 7px 18px rgba(22,230,179,.08)}.trade-address-automatic-claim-btn:hover:not(:disabled){border-color:rgba(22,230,179,.85);background:linear-gradient(135deg,rgba(22,230,179,.28),rgba(22,230,179,.16))}.trade-address-automatic-claim-btn:disabled{border-color:var(--line);background:rgba(255,255,255,.025);color:#708197;box-shadow:none;cursor:not-allowed}.trade-address-automatic-claim-btn[aria-busy=true]{cursor:wait}.trade-address-batch-x-scroll{overflow-x:auto;overflow-y:hidden}.trade-address-history>.trade-address-batch-x-scroll .trade-address-history-wrap{border:0;border-radius:0;box-shadow:none}.trade-address-batch-scroll{position:relative;max-height:260px;overflow-x:hidden;overflow-y:scroll;overflow-anchor:none;overscroll-behavior:contain;scrollbar-gutter:stable}.trade-address-history-wrap{min-width:1120px;overflow:hidden;border:1px solid var(--line);border-radius:8px}.trade-address-batch-header{padding-right:var(--trade-address-batch-scrollbar-width,0)}.trade-address-history-table{width:100%;min-width:0;border-collapse:collapse}.trade-address-history-table th{position:sticky;top:0;z-index:2;height:34px;padding:8px 10px;border-bottom:1px solid rgba(95,168,255,.22);background:linear-gradient(180deg,#151e2b,#111822);box-shadow:0 1px 0 rgba(95,168,255,.12);color:#afc1d4;font-size:11px;font-weight:850;letter-spacing:.02em;text-align:left;white-space:nowrap}.trade-address-scan-batch-table{table-layout:fixed;border-collapse:separate;border-spacing:0}.trade-address-scan-batch-table col:first-child{width:6%}.trade-address-scan-batch-table col:nth-child(2){width:15%}.trade-address-scan-batch-table col:nth-child(3){width:12%}.trade-address-scan-batch-table col:nth-child(4){width:13%}.trade-address-scan-batch-table col:nth-child(5){width:16%}.trade-address-scan-batch-table col:nth-child(6){width:7%}.trade-address-scan-batch-table col:nth-child(7),.trade-address-scan-batch-table col:nth-child(8){width:8%}.trade-address-scan-batch-table col:nth-child(9){width:15%}.trade-address-scan-batch-table tbody,.trade-address-scan-batch-table th,.trade-address-scan-batch-table thead{position:static}.trade-address-scan-batch-table th{top:auto;z-index:auto;background-color:#111822;background-clip:padding-box}.trade-address-history-table td{padding:10px;border-bottom:1px solid rgba(255,255,255,.055);color:#d7e2ee;font:650 12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;text-align:left;vertical-align:middle;white-space:nowrap}.trade-address-history-table tr:last-child td{border-bottom:0}.trade-address-history-table .amount{color:var(--green);font-weight:800}.trade-address-rebate-value{display:inline-flex;flex-direction:row;align-items:center;gap:6px;color:var(--green);white-space:nowrap}.trade-address-rebate-value small{color:#91a4bb;font-size:10px;font-weight:750;line-height:1.2;white-space:nowrap}.trade-address-history-table .num{color:#dbe5f1;text-align:left}.trade-address-history-table .trade-address-scan-id{width:74px;max-width:74px;color:#9ec9ff;font-weight:850;letter-spacing:.08em}.trade-address-history-range{white-space:normal!important;min-width:220px}.trade-address-history-empty{padding:24px 12px;color:#718197;font-size:11px;text-align:center}.trade-address-batch-address-count{color:#dbe5f1;font-weight:850}.trade-address-batch-address-count small{color:#91a4bb;font-size:10px;font-weight:750}.trade-address-batch-detail-btn{min-height:30px;padding:0 11px;border:1px solid rgba(95,168,255,.36);border-radius:6px;background:rgba(95,168,255,.08);color:#9ec9ff;font-size:11px;font-weight:820;cursor:pointer}.trade-address-batch-detail-btn:hover{border-color:rgba(22,230,179,.45);color:var(--green)}.trade-address-batch-actions{display:flex;align-items:center;gap:7px}.trade-address-batch-claim-btn{min-height:30px;padding:0 11px;border:1px solid rgba(22,230,179,.45);border-radius:6px;background:rgba(22,230,179,.11);color:var(--green);font-size:11px;font-weight:850;cursor:pointer}.trade-address-batch-claim-btn:hover:not(:disabled){border-color:rgba(22,230,179,.75);background:rgba(22,230,179,.18)}.trade-address-batch-claim-btn:disabled{border-color:var(--line);background:rgba(255,255,255,.025);color:#6f8095;cursor:not-allowed}.trade-address-overview-grid{min-width:0;display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch;margin-bottom:14px}.trade-payout-whitelist{min-width:0;margin:0;padding:12px}.trade-payout-whitelist .claim-address-hint{min-height:36px;margin-top:8px;padding-top:6px;padding-bottom:6px;line-height:22px}.trade-payout-whitelist .claim-address-row{margin-top:8px}.trade-payout-whitelist .claim-address-cancel,.trade-payout-whitelist .claim-address-copy,.trade-payout-whitelist .claim-address-edit,.trade-payout-whitelist .claim-address-input,.trade-payout-whitelist .claim-address-save{min-height:38px;height:38px}.trade-address-batch-load-more{height:1px;overflow:hidden}body.light .trade-address-history-table th{background:#eef3f8;color:#607087}body.light .trade-address-history-table td{border-bottom-color:#e4eaf1;color:#35465c}.trade-address-summary{min-width:460px;flex:0 1 600px;align-self:stretch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;padding:5px;border:1px solid rgba(95,168,255,.22);border-radius:9px;background:linear-gradient(135deg,rgba(95,168,255,.065),rgba(17,23,33,.9) 52%,rgba(22,230,179,.055))}.trade-address-stat{min-width:0;min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;align-items:end;gap:2px 5px;padding:6px 9px;border:1px solid var(--line);border-radius:7px;background:linear-gradient(145deg,var(--panel2),var(--panel));text-align:left}.trade-address-stat-label{grid-column:1/-1;color:#8d9db0;font-size:9px;font-weight:760;white-space:nowrap}.trade-address-stat-value{max-width:100%;color:var(--green);font:850 clamp(14px,1.05vw,18px)/1 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.trade-address-stat-unit{color:#a4b2c3;font-size:8px;font-weight:720;line-height:1.1}.trade-address-cards-layout{min-width:0;display:grid;grid-template-columns:minmax(535px,.97fr) minmax(495px,1.03fr);gap:12px;align-items:stretch;margin-bottom:14px}.trade-address-cards-layout>.trade-address-overview-grid,.trade-address-cards-layout>.trade-address-submit-card{display:contents}.trade-address-cards-layout .trade-address-rules{grid-column:1;grid-row:1;width:auto;margin:0;border-radius:13px}.trade-address-cards-layout .trade-address-form{grid-column:1;grid-row:2;align-self:stretch;padding:10px 12px;border:1px solid rgba(22,230,179,.26);border-radius:13px;background:linear-gradient(135deg,rgba(22,230,179,.065),rgba(17,23,33,.9) 56%,rgba(95,168,255,.05))}.trade-address-cards-layout .trade-payout-whitelist{grid-column:2;grid-row:1/3;display:grid;align-content:center;align-self:stretch;margin:0;padding:12px;border-radius:13px}body.customer-authenticated .trade-address-cards-layout .trade-payout-whitelist{border-radius:13px}@media(min-width:1321px){.trade-address-cards-layout{grid-template-rows:150px 150px}.trade-address-cards-layout .trade-address-input{min-height:70px}}@media(max-width:1320px){.trade-address-cards-layout{grid-template-columns:1fr}.trade-address-cards-layout .trade-address-rules{grid-column:1;grid-row:1;width:min(535px,calc(100% - 20px));margin:0 auto}.trade-address-cards-layout .trade-address-form{grid-column:1;grid-row:2}.trade-address-cards-layout .trade-payout-whitelist{grid-column:1;grid-row:3}}@media(max-width:720px){.trade-address-cards-layout{gap:10px}.trade-address-cards-layout .trade-address-rules{width:auto}}.trade-address-list-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:11px}.trade-address-list-card{overflow:hidden;border:1px solid rgba(95,168,255,.22);border-radius:13px;background:rgba(17,23,33,.82)}.trade-address-list-head.trade-address-toolbar{align-items:center;margin:0;padding:10px 12px;border:0;border-bottom:1px solid rgba(95,168,255,.2);border-radius:0;background:linear-gradient(135deg,rgba(95,168,255,.07),rgba(17,23,33,.72) 58%,rgba(22,230,179,.045))}.trade-address-list-overview{min-width:0;flex:1 1 720px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.trade-address-list-actions{min-width:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;gap:9px;align-self:center;padding-left:14px;border-left:1px solid rgba(141,160,182,.16)}.trade-address-scan-step{flex:0 0 auto}.trade-address-list-title-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:7px 11px;width:100%}.trade-address-list-title{color:#edf4fc;font-size:16px;font-weight:850;letter-spacing:-.01em}@media(max-width:1320px){.trade-address-list-head.trade-address-toolbar{align-items:stretch;flex-direction:column}.trade-address-summary{width:100%;min-width:0;flex:none}}.trade-address-list-note{margin-top:4px;color:#7f90a5;font-size:11px}.trade-address-list{overflow-x:auto;border:0;border-radius:0;background:0 0}.trade-address-empty{padding:34px 16px;border:1px dashed var(--line);border-radius:13px;color:#718197;font-size:13px;text-align:center}.trade-address-table{width:100%;min-width:1390px;border-collapse:collapse;table-layout:fixed}.trade-address-table th{height:34px;padding:8px 10px;border-bottom:1px solid rgba(95,168,255,.22);background:linear-gradient(180deg,rgba(95,168,255,.075),rgba(255,255,255,.018));color:#afc1d4;font-size:11px;font-weight:850;letter-spacing:.02em;text-align:left;white-space:nowrap}.trade-address-table td{min-height:44px;padding:5px 10px;border-bottom:1px solid rgba(255,255,255,.055);color:#d7e2ee;font:650 12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;text-align:left;vertical-align:middle;white-space:nowrap}.trade-address-table tbody:last-child tr:last-child td,.trade-address-table>tbody>tr:last-child td{border-bottom:0}.trade-address-table th:first-child{width:58px}.trade-address-table th:nth-child(2){width:410px}.trade-address-table th:nth-child(3){width:150px}.trade-address-table th:nth-child(4){width:200px}.trade-address-table th:nth-child(5){width:90px}.trade-address-table th:nth-child(6){width:118px}.trade-address-table th:nth-child(7){width:184px}.trade-address-table th:nth-child(8){width:118px}.trade-address-table th:nth-child(9){width:62px}.trade-address-total-count{display:inline-flex;align-items:baseline;gap:0;margin-left:10px;color:#8fa2b8;font-size:11px;font-weight:760}.trade-address-total-count strong{color:var(--green);font:850 12px ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-table .amount{color:var(--green);font-weight:800}.trade-address-table .trade-address-rebate-value{align-items:center}.trade-address-table .num{color:#dbe5f1;text-align:left}.trade-address-table-select{text-align:left}.trade-address-table-select label{display:inline-flex;align-items:center;margin:0}.trade-address-table-address{min-width:0}.trade-address-table-address-main{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.trade-address-table-address-main .trade-address-text{display:block;min-width:0;overflow:visible;color:inherit;font:780 13px ui-monospace,SFMono-Regular,Menlo,monospace;text-align:left;text-overflow:clip;white-space:nowrap}.trade-address-detail-btn{min-height:30px;padding:0 11px;border:1px solid rgba(95,168,255,.34);border-radius:6px;background:rgba(95,168,255,.09);color:#a9d1ff;font-size:11px;font-weight:850;white-space:nowrap;cursor:pointer}.trade-address-detail-btn:hover{border-color:rgba(22,230,179,.48);background:rgba(22,230,179,.09);color:var(--green)}.trade-address-detail-btn:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(22,230,179,.12)}.trade-address-menu-btn{width:34px;height:30px;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid rgba(95,168,255,.34);border-radius:8px;background:linear-gradient(145deg,rgba(95,168,255,.11),rgba(95,168,255,.035));color:#9cc7f4;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.trade-address-menu-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.trade-address-menu-btn:hover,.trade-address-menu-btn[aria-expanded=true]{border-color:rgba(22,230,179,.48);background:linear-gradient(145deg,rgba(22,230,179,.14),rgba(95,168,255,.08));color:#63edcb}.trade-address-menu-btn:hover{transform:translateY(-1px)}.trade-address-menu-btn:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(95,168,255,.16)}.trade-address-action-menu{position:fixed;z-index:90;width:166px;padding:7px;border:1px solid rgba(95,168,255,.28);border-radius:11px;background:#111a25;box-shadow:0 18px 46px rgba(0,0,0,.44)}.trade-address-action-menu button{width:100%;min-height:36px;padding:0 10px;border:0;border-radius:7px;background:0 0;color:#cbd7e5;font-size:12px;font-weight:820;text-align:left;cursor:pointer}.trade-address-action-menu button:focus-visible,.trade-address-action-menu button:hover{outline:0;background:rgba(95,168,255,.11);color:#cce3ff}.trade-address-action-menu-divider{height:1px;margin:5px 7px;background:rgba(141,160,182,.16)}.trade-address-action-menu button.is-danger{color:#ff9fa8}.trade-address-action-menu button.is-danger:focus-visible,.trade-address-action-menu button.is-danger:hover{background:rgba(255,123,134,.11);color:#ffb6bd}.modal-card.trade-address-archive-confirm-card{width:min(540px,calc(var(--modal-viewport-width,100vw) - 36px));padding:0;overflow:hidden;border-color:rgba(244,181,74,.28);background:linear-gradient(155deg,#15202c 0,#101821 58%,#0d141d 100%);box-shadow:0 32px 100px rgba(0,0,0,.56),0 0 0 1px rgba(244,181,74,.04)}.trade-address-archive-confirm-head{display:flex;align-items:flex-start;gap:14px;padding:22px 22px 18px;border-bottom:1px solid rgba(244,181,74,.13);background:radial-gradient(circle at 12% 0,rgba(244,181,74,.13),transparent 46%)}.trade-address-archive-confirm-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(244,181,74,.32);border-radius:13px;background:linear-gradient(145deg,rgba(244,181,74,.18),rgba(244,181,74,.06));color:#ffd37d;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.trade-address-archive-confirm-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trade-address-archive-confirm-heading{min-width:0;flex:1}.trade-address-archive-confirm-heading h2{color:#f4f7fb;font-size:20px;line-height:1.25}.trade-address-archive-confirm-heading p{margin:6px 0 0;color:#9aabbd;font-size:12px;font-weight:720;line-height:1.6}.trade-address-archive-confirm-close{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;margin:-4px -4px 0 0;padding:0;border:1px solid transparent;border-radius:9px;background:0 0;color:#8293a7;font-size:22px;line-height:1;cursor:pointer}.trade-address-archive-confirm-close:focus-visible,.trade-address-archive-confirm-close:hover{outline:0;border-color:rgba(141,160,182,.22);background:rgba(255,255,255,.045);color:#e0e8f2}.trade-address-archive-confirm-body{padding:20px 22px 10px}.trade-address-archive-confirm-address{padding:13px 14px;border:1px solid rgba(95,168,255,.18);border-radius:11px;background:rgba(5,11,18,.38)}.trade-address-archive-confirm-address span{display:block;color:#8295aa;font-size:10px;font-weight:850;letter-spacing:.08em}.trade-address-archive-confirm-address code{display:block;margin-top:7px;color:#dfe9f4;font:760 12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.trade-address-archive-confirm-impact{display:flex;align-items:flex-start;gap:11px;margin-top:14px;padding:13px 14px;border:1px solid rgba(244,181,74,.22);border-radius:11px;background:rgba(244,181,74,.065)}.trade-address-archive-confirm-impact-icon{width:21px;height:21px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(244,181,74,.38);border-radius:50%;color:#ffd37d;font-size:12px;font-weight:900}.trade-address-archive-confirm-impact strong{display:block;color:#f4d89c;font-size:12px;font-weight:850}.trade-address-archive-confirm-impact ul{display:grid;gap:5px;margin:7px 0 0;padding-left:17px;color:#aebdca;font-size:11px;font-weight:680;line-height:1.55}.trade-address-archive-confirm-actions{display:grid;grid-template-columns:1fr 1.15fr;gap:10px;padding:14px 22px 22px}.trade-address-archive-confirm-actions button{min-height:42px;border-radius:10px;font-size:12px;font-weight:880;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.trade-address-archive-confirm-cancel{border:1px solid rgba(141,160,182,.24);background:rgba(255,255,255,.025);color:#b7c4d2}.trade-address-archive-confirm-cancel:focus-visible,.trade-address-archive-confirm-cancel:hover{outline:0;border-color:rgba(95,168,255,.36);background:rgba(95,168,255,.08);color:#dce9f6}.trade-address-archive-confirm-submit{border:1px solid rgba(244,181,74,.48);background:linear-gradient(135deg,#d7982f,#f0bd5b);color:#19130a;box-shadow:0 10px 24px rgba(215,152,47,.18)}.trade-address-archive-confirm-submit:focus-visible,.trade-address-archive-confirm-submit:hover{outline:0;border-color:#ffd37d;background:linear-gradient(135deg,#e3a83f,#ffd170);transform:translateY(-1px)}body.light .modal-card.trade-address-archive-confirm-card{border-color:rgba(194,123,18,.22);background:linear-gradient(155deg,#fff,#fbfcfe);box-shadow:0 30px 80px rgba(39,50,67,.24),0 0 0 1px rgba(194,123,18,.03)}body.light .trade-address-archive-confirm-head{border-bottom-color:rgba(194,123,18,.13);background:radial-gradient(circle at 12% 0,rgba(244,181,74,.15),transparent 48%)}body.light .trade-address-archive-confirm-heading h2{color:#253244}body.light .trade-address-archive-confirm-heading p{color:#68798d}body.light .trade-address-archive-confirm-address{border-color:rgba(39,100,216,.14);background:#f7f9fc}body.light .trade-address-archive-confirm-address code{color:#27384d}body.light .trade-address-archive-confirm-impact{border-color:rgba(194,123,18,.2);background:#fff9ed}body.light .trade-address-archive-confirm-impact strong{color:#9a6415}body.light .trade-address-archive-confirm-impact ul{color:#657588}body.light .trade-address-archive-confirm-cancel{border-color:rgba(39,68,105,.2);background:#fff;color:#51647b}@media(max-width:720px){.modal-card.trade-address-archive-confirm-card{width:calc(var(--modal-viewport-width,100vw) - 20px)}.trade-address-archive-confirm-head{gap:11px;padding:17px 16px 15px}.trade-address-archive-confirm-icon{width:40px;height:40px;border-radius:11px}.trade-address-archive-confirm-heading h2{font-size:18px}.trade-address-archive-confirm-body{padding:16px 16px 8px}.trade-address-archive-confirm-actions{gap:8px;padding:12px 16px 17px}.trade-address-archive-confirm-actions button{min-height:44px}}.modal-card.trade-address-archive-modal-card{width:min(600px,calc(var(--modal-viewport-width,100vw) - 36px));max-height:var(--modal-viewport-height-88,88dvh);padding:0;overflow:hidden}.trade-address-archive-modal-note{margin-top:5px;color:#899aae;font-size:11px;font-weight:700}.trade-address-archive-modal-body{min-height:176px;max-height:calc(var(--modal-viewport-height-88,88dvh) - 92px);padding:0 16px 16px;overflow:auto}.trade-address-archive-head,.trade-address-archive-row{display:grid;grid-template-columns:minmax(0,1fr) 150px 64px;gap:10px;align-items:center}.trade-address-archive-head{min-height:34px;border-bottom:1px solid rgba(95,168,255,.2);color:#8496aa;font-size:10px;font-weight:800}.trade-address-archive-row{min-height:52px;border-bottom:1px solid rgba(255,255,255,.065)}.trade-address-archive-row:last-child{border-bottom:0}.trade-address-archive-address{min-width:0;overflow:hidden;color:#dce6f1;font:760 12px ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.trade-address-archive-time{color:#97a8ba;font:650 11px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.trade-address-restore-btn{min-height:32px;padding:0 10px;border:1px solid rgba(22,230,179,.34);border-radius:7px;background:rgba(22,230,179,.08);color:var(--green);font-size:11px;font-weight:850;cursor:pointer}.trade-address-restore-btn:disabled{opacity:.48;cursor:wait}.trade-address-error-row td{height:auto;padding:0 10px 10px 52px;border-bottom:0;text-align:left;white-space:normal}.trade-address-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:rgba(17,23,33,.82)}.trade-address-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:15px 17px}.trade-address-identity{min-width:0}.trade-address-name-row{display:flex;align-items:center;gap:8px;min-width:0}.trade-address-card-head-main{min-width:0;display:flex;align-items:flex-start;gap:10px}.trade-address-card-select{flex:0 0 auto;padding-top:3px}.trade-address-card-actions{display:flex;align-items:center;gap:7px}.trade-address-chain{flex:0 0 auto;padding:3px 7px;border:1px solid rgba(95,168,255,.28);border-radius:999px;color:#a9d1ff;font:800 11px ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-link{min-width:0;color:#78baff;font:780 12px ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none;overflow-wrap:anywhere}button.trade-address-link{padding:2px 0;border:0;background:0 0;text-align:left;cursor:pointer}.trade-address-link:hover{color:var(--green);text-decoration:underline}button.trade-address-link:focus-visible{outline:0;color:var(--green);text-decoration:underline;box-shadow:0 2px 0 rgba(22,230,179,.55)}.trade-address-select-all input,.trade-address-select-input{width:16px;height:16px;margin:0;accent-color:var(--green);cursor:pointer}.trade-address-select-all input:disabled,.trade-address-select-input:disabled{cursor:not-allowed;opacity:.45}.trade-address-select-all input:focus-visible,.trade-address-select-input:focus-visible,.trade-address-start-scan:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(22,230,179,.12)}.trade-address-select-all{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;min-height:28px;margin:0 0 0 -8px;padding:0 8px 0 7px;border:1px solid rgba(95,168,255,.28);border-radius:6px;background:rgba(95,168,255,.07);color:#c8d7e7;font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.trade-address-select-all:hover{border-color:rgba(22,230,179,.48);background:rgba(22,230,179,.08);color:#d8f8ef}.trade-address-start-scan{min-width:128px;min-height:40px;padding:0 17px;border:1px solid rgba(22,230,179,.82);border-radius:9px;background:linear-gradient(135deg,#16e6b3,#0fc795);color:#04130f;box-shadow:0 8px 24px rgba(22,230,179,.2),inset 0 1px 0 rgba(255,255,255,.28);font-size:12px;font-weight:900;letter-spacing:.02em;white-space:nowrap;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.trade-address-start-scan:hover:not(:disabled):not([data-scan-blocked=true]){transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 11px 30px rgba(22,230,179,.28),inset 0 1px 0 rgba(255,255,255,.32)}.trade-address-start-scan[data-scan-blocked=true]{border-color:rgba(141,160,182,.32);background:#25303d;color:#8494a7;box-shadow:none;filter:none;cursor:not-allowed;transform:none}.trade-address-start-scan:disabled{cursor:not-allowed;opacity:.4;box-shadow:none;filter:saturate(.45)}.trade-address-start-scan.is-loading{position:relative;color:transparent;cursor:wait}.trade-address-start-scan.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;margin:-7px 0 0 -7px;border:2px solid rgba(183,195,210,.3);border-top-color:var(--green);border-radius:50%;animation:data-spin .7s linear infinite}.trade-address-pagination{align-items:center;margin:14px 0 24px}.trade-address-submitted{margin-top:7px;color:#77899f;font-size:10px}.trade-address-status-badge{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;min-height:26px;padding:0 9px;border:1px solid var(--line);border-radius:999px;color:#bdcada;font-size:11px;font-weight:820;white-space:nowrap}.trade-address-status-badge.processing{border-color:rgba(95,168,255,.28);background:rgba(95,168,255,.08);color:#9ec9ff}.trade-address-status-badge.processing::before{content:"";width:6px;height:6px;border-radius:50%;background:#79b8ff;box-shadow:0 0 0 0 rgba(121,184,255,.35);animation:trade-address-pulse 1.5s ease-out infinite}.trade-address-status-badge.success{border-color:rgba(22,230,179,.28);background:rgba(22,230,179,.08);color:var(--green)}.trade-address-status-badge.failed{border-color:rgba(255,123,134,.3);background:rgba(255,123,134,.08);color:#ff9fa8}@keyframes trade-address-pulse{70%{box-shadow:0 0 0 6px rgba(121,184,255,0)}100%{box-shadow:0 0 0 0 rgba(121,184,255,0)}}.trade-address-card-body{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto;gap:12px;align-items:center;padding:13px 17px;border-top:1px solid rgba(255,255,255,.06)}.trade-address-card-stat span{display:block;color:#7f90a5;font-size:10px}.trade-address-card-stat strong{display:block;margin-top:5px;color:#dbe5f1;font:760 12px ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.trade-address-card-stat strong.positive{color:var(--green)}.trade-address-toggle{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.025);color:#b8c7d8;font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer}.trade-address-error{margin:0 17px 13px;padding:9px 11px;border:1px solid rgba(255,123,134,.24);border-radius:8px;background:rgba(255,123,134,.07);color:#ff9fa8;font-size:11px;line-height:1.55;overflow-wrap:anywhere}.trade-address-details{padding:0 17px 16px;border-top:1px solid rgba(255,255,255,.06)}.trade-address-details-title{padding:12px 0 9px;color:#aebdce;font-size:11px;font-weight:800}.trade-address-tx-shell{overflow-x:auto;border:1px solid var(--line);border-radius:9px}.trade-address-tx-table{width:100%;min-width:900px;border-collapse:collapse}.trade-address-tx-table th{padding:10px 11px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.025);color:#afc1d4;font-size:11px;text-align:left;white-space:nowrap}.trade-address-tx-table td{padding:11px;border-bottom:1px solid rgba(255,255,255,.055);color:#d7e2ee;font:650 12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;text-align:left;white-space:nowrap}.trade-address-tx-table tr:last-child td{border-bottom:0}.trade-address-tx-table .amount{color:var(--green);font-weight:800}.modal-card.trade-address-detail-modal-card{width:min(1320px,calc(var(--modal-viewport-width,100vw) - 48px));max-height:var(--modal-viewport-height-92,92dvh);padding:0;overflow:hidden}.trade-address-detail-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:25px 30px 19px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(95,168,255,.08),rgba(22,230,179,.035))}.trade-address-detail-modal-head h2{margin:0;font-size:23px}.trade-address-detail-modal-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 26px;margin-top:9px}.trade-address-detail-modal-address{max-width:1080px;color:#78baff;font:750 12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.trade-address-detail-modal-submitted{display:flex;align-items:center;gap:7px;color:#7f90a5;font-size:11px;white-space:nowrap}.trade-address-detail-modal-submitted strong{color:#cbd7e4;font:750 11px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-detail-modal-close{width:34px;height:34px;flex:0 0 auto;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.035);color:#aebdce;font-size:20px;cursor:pointer}.trade-address-detail-modal-close:hover{border-color:rgba(22,230,179,.38);color:var(--green)}.trade-address-detail-modal-body{height:min(var(--modal-viewport-height-76,76dvh),760px);padding:22px 30px 26px;overflow:auto;overscroll-behavior:contain}.trade-address-detail-modal-body .trade-address-tx-shell{margin:0}.modal-card.trade-address-batch-modal-card{width:min(1240px,calc(var(--modal-viewport-width,100vw) - 48px));max-height:var(--modal-viewport-height-92,92dvh);padding:0;overflow:hidden}.trade-address-batch-modal-body{max-height:min(var(--modal-viewport-height-76,76dvh),760px);padding:22px 30px 26px;overflow:auto;overscroll-behavior:contain}.trade-address-batch-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.trade-address-batch-summary-item{padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.018)}.trade-address-batch-summary-item span{display:block;color:#91a4bb;font-size:11px;font-weight:780}.trade-address-batch-summary-item strong{display:block;margin-top:6px;color:#dfe9f4;font:850 14px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}.trade-address-batch-summary-item strong.amount{color:var(--green)}.trade-address-batch-detail-table{min-width:1140px}.trade-address-detail-load-status{min-height:30px;padding:12px 0 2px;color:#7f90a5;font-size:11px;text-align:center}.trade-address-detail-load-status.is-loading{color:#9ec9ff}.trade-address-tx-link{color:#8fc0ff;text-decoration:none}.trade-address-tx-link:hover{text-decoration:underline}.trade-address-no-tx{padding:18px;color:#718197;font-size:11px;text-align:center}body.light .trade-address-submit-card{border-color:#c8dfd8;background:linear-gradient(135deg,#effaf6,#fff 54%,#f1f6ff);box-shadow:0 10px 28px rgba(38,68,96,.07)}body.light .trade-address-summary{border-color:#cbdcf0;background:linear-gradient(135deg,#edf4ff,#fff 52%,#eefaf6);box-shadow:0 8px 24px rgba(39,72,108,.065)}body.light .trade-address-rules{border-color:#e1d9f2;background:linear-gradient(145deg,#fff,#fbf9ff);box-shadow:0 5px 16px rgba(83,61,126,.06),inset 0 1px 0 #fff}body.light .trade-address-rules-head,body.light .trade-address-rules-warning{color:#00795d}body.light .trade-address-rule,body.light .trade-address-rule.is-critical{border-bottom-color:#e9e3f3;background:0 0;color:#00795d}body.light .trade-address-rule.is-critical::before,body.light .trade-address-rule::before{color:#00795d}body.light .trade-address-rule strong{color:#6844aa}body.light .trade-address-chain-trigger{border-color:#d5e1ee;background:linear-gradient(135deg,#f5f9fd,#fff);color:var(--text);box-shadow:inset 0 1px 0 #fff}body.light .trade-address-chain-trigger:hover,body.light .trade-address-chain-trigger[aria-expanded=true]{border-color:rgba(0,138,106,.36);background:linear-gradient(135deg,rgba(0,138,106,.07),#fff)}body.light .trade-address-chain-menu{border-color:#d5e1ee;background:rgba(255,255,255,.98);box-shadow:0 18px 38px rgba(35,58,91,.16)}body.light .trade-address-chain-option{color:#526278}body.light .trade-address-chain-option:focus-visible,body.light .trade-address-chain-option:hover{background:rgba(39,100,216,.07);color:#243247}body.light .trade-address-chain-option[aria-selected=true]{background:rgba(0,138,106,.08);color:#00795d}body.light .trade-address-input{border-color:#cad6e4;background:#fff;color:var(--text);box-shadow:inset 0 1px 2px rgba(33,52,77,.035)}body.light .trade-address-cutoff{color:#687990}body.light .trade-address-cutoff strong{color:#44566d}body.light .trade-address-hint{color:#66788e}body.light .trade-address-submit{border-color:#58cbb0;background:linear-gradient(135deg,#e8faf4,#dff6ef);color:#00795d;box-shadow:0 4px 12px rgba(0,121,93,.08)}body.light .message.loading{border-color:#c8d9f0;background:#f0f5fc;color:#315f99}body.light .trade-address-card-stat strong,body.light .trade-address-link,body.light .trade-address-list-title{color:#243247}body.light .trade-address-history,body.light .trade-address-list-card{border-color:#cbdcf0;background:#fff;box-shadow:0 7px 20px rgba(39,72,108,.07)}body.light .trade-address-batch-toolbar,body.light .trade-address-list-head.trade-address-toolbar{border-bottom-color:#d5e0eb;background:linear-gradient(135deg,#edf4ff,#fff 58%,#eefaf6);box-shadow:none}body.light .trade-address-batch-title{color:#243247}body.light .trade-address-batch-tabs{border-color:#cbd9e7;background:#edf3f8}body.light .trade-address-batch-tab{color:#61758d}body.light .trade-address-batch-tab:hover{color:#245c91;background:#fff}body.light .trade-address-batch-tab[aria-selected=true]{background:#fff;color:#087e63;box-shadow:inset 0 0 0 1px rgba(8,126,99,.28),0 3px 10px rgba(31,57,88,.08)}body.light .trade-address-automatic-claim{border-color:#cbe4dd;background:linear-gradient(100deg,#eefaf6,#f6faff 55%,#fff)}body.light .trade-address-automatic-claim-label{color:#667b93}body.light .trade-address-automatic-claim-btn{border-color:rgba(8,126,99,.38);background:#e7f7f2;color:#087e63;box-shadow:none}body.light .trade-address-list-actions{border-left-color:#d7e2ee}body.light .trade-address-start-scan:disabled{border-color:#b9ddd3;background:#dff1ec;color:#4e786f;opacity:.72;filter:none}body.light .trade-address-list{background:#fff}body.light .trade-address-menu-btn{border-color:#c5d7e8;background:linear-gradient(145deg,#f8fbfe,#edf4fa);color:#4c7198;box-shadow:0 2px 7px rgba(52,84,116,.08)}body.light .trade-address-menu-btn:hover,body.light .trade-address-menu-btn[aria-expanded=true]{border-color:#79bfae;background:linear-gradient(145deg,#eefaf6,#edf6fb);color:#087a62}body.light .trade-address-action-menu{border-color:#d3dfeb;background:#fff;box-shadow:0 16px 38px rgba(35,58,84,.18)}body.light .trade-address-action-menu button{color:#40556c}body.light .trade-address-action-menu button.is-danger{color:#c43b49}body.light .trade-address-archive-head{border-bottom-color:#d9e3ed;color:#6c7f93}body.light .trade-address-archive-row{border-bottom-color:#e5ebf1}body.light .trade-address-archive-address{color:#2f4358}body.light .trade-address-archive-time{color:#65788c}body.light .trade-address-table th{border-bottom-color:#d5e0eb;background:#edf3f8;color:#52657c}body.light .trade-address-table td{border-bottom-color:#e2e9f0;color:#2f4158}body.light .trade-address-table tbody>tr:hover>td{background:#f7faff}body.light .trade-address-select-all{border-color:#c7d8ec;background:#f4f8fd;color:#405875}body.light .trade-address-detail-btn{border-color:#bfd5f2;background:#f1f6fd;color:#245ca9}body.light .trade-address-detail-row td{background:#f8fafc}body.light .trade-address-stat{border-color:#d5e0eb;background:linear-gradient(145deg,#fff,#f6f9fc);box-shadow:0 6px 18px rgba(34,59,88,.05)}body.light .trade-address-stat-label{color:#65768c}body.light .trade-address-stat-unit{color:#7b899b}body.light .trade-address-stat-value{color:#007f61}body.light .trade-address-card{background:rgba(255,255,255,.92)}body.light .trade-address-card-body,body.light .trade-address-details{border-top-color:#e4eaf1}body.light .trade-address-toggle{background:#f7f9fc;color:#526278}body.light .trade-address-tx-table th{background:#eef3f8;color:#607087}body.light .trade-address-tx-table td{border-bottom-color:#e4eaf1;color:#35465c}body.light .trade-address-history-wrap{border-color:#d5e0eb;background:#fff}body.light .trade-address-history-table th{border-bottom-color:#d5e0eb;background:#edf3f8;color:#52657c}body.light .trade-address-history-table td{border-bottom-color:#e2e9f0;color:#2f4158}body.light .trade-address-batch-summary-item{background:#f7f9fc}body.light .trade-address-batch-summary-item strong{color:#2f4158}body.light .trade-address-empty,body.light .trade-address-history-empty{color:#60738a}@media(max-width:1320px){.trade-address-submit-card{grid-template-columns:1fr}.trade-address-rules{width:min(535px,calc(100% - 20px));grid-column:1;grid-row:1;margin:10px 10px 0;padding:12px 15px 10px}.trade-address-rules-list{grid-template-columns:1fr;gap:0}.trade-address-form{grid-column:1;grid-row:2}}@media(max-width:980px){.trade-address-card-body{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-address-toggle{grid-column:1/-1;width:100%}}@media(max-width:720px){.trade-address-view .dashboard-head{margin-bottom:12px}.trade-address-rules{width:auto;margin:8px 8px 0;padding:11px 12px 9px}.trade-address-rules-list{grid-template-columns:1fr;gap:0}.trade-address-rule>span{white-space:normal}.trade-address-form{grid-template-columns:1fr;grid-template-rows:auto;padding:12px 10px}.trade-address-chain-field,.trade-address-input-field,.trade-address-submit{grid-column:1;grid-row:auto}.trade-address-submit{width:100%}.trade-address-input-head{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:5px 10px}.trade-address-cutoff{text-align:left;white-space:normal}.trade-address-list-head,.trade-address-list-head.trade-address-toolbar{align-items:stretch;flex-direction:column}.trade-address-list-head.trade-address-toolbar{padding:10px}.trade-address-list-overview{flex:none}.trade-address-list-actions{width:100%;justify-content:flex-start;align-self:stretch;padding:8px 0 0;border-top:1px solid rgba(141,160,182,.14);border-left:0}.trade-address-list-title-row{align-items:flex-start;flex-direction:column}.trade-address-archive-list-btn{width:100%}.trade-address-scan-step{width:100%}.trade-address-start-scan{width:100%}.trade-address-scan-summary{align-items:flex-start;flex-direction:column}.trade-address-scan-summary-main{align-items:flex-start;flex-direction:column}.trade-address-history{padding:0}.trade-address-batch-toolbar{min-height:0;align-items:flex-start;flex-direction:column;gap:9px;padding:10px}.trade-address-batch-heading{width:100%;align-items:flex-start;flex-direction:column}.trade-address-batch-tabs{width:100%}.trade-address-batch-tab{min-width:0;flex:1}.trade-address-automatic-claim{width:100%;min-width:0;flex:none;align-items:stretch;flex-direction:column;margin-left:0;padding:10px}.trade-address-automatic-claim-main{align-items:flex-start;flex-direction:column;gap:7px}.trade-address-automatic-claim-btn{width:100%}.trade-address-history-head{align-items:flex-start;flex-direction:column;gap:5px}.trade-address-details{padding-right:12px;padding-left:12px}.modal-card.trade-address-archive-modal-card{width:calc(var(--modal-viewport-width,100vw) - 20px);max-height:var(--modal-viewport-height-94,94dvh)}.trade-address-archive-modal-body{min-height:0;max-height:calc(var(--modal-viewport-height-94,94dvh) - 90px);padding:0 14px 16px}.trade-address-archive-head{display:none}.trade-address-archive-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:10px 0}.trade-address-archive-address{grid-column:1}.trade-address-archive-time{grid-column:1;font-size:10px}.trade-address-restore-btn{grid-column:2;grid-row:1/3}}@media(max-width:720px){.trade-address-scan-step{display:grid;grid-template-columns:28px minmax(0,1fr)}}@media(max-width:720px){.modal-card.trade-address-batch-modal-card,.modal-card.trade-address-detail-modal-card{width:calc(var(--modal-viewport-width,100vw) - 20px);max-height:var(--modal-viewport-height-94,94dvh)}.trade-address-detail-modal-head{padding:18px 16px 14px}.trade-address-detail-modal-head h2{font-size:19px}.trade-address-detail-modal-meta{align-items:flex-start;flex-direction:column}.trade-address-detail-modal-address{max-width:calc(var(--modal-viewport-width,100vw) - 90px);font-size:10px}.trade-address-detail-modal-body{height:calc(var(--modal-viewport-height-94,94dvh) - 96px);padding:12px 10px 18px}.trade-address-batch-modal-body{max-height:calc(var(--modal-viewport-height-94,94dvh) - 96px);padding:12px 10px 18px}.trade-address-batch-summary{grid-template-columns:1fr 1fr}}@media(max-width:720px){.trade-address-invite-link-modal-card{width:calc(var(--modal-viewport-width,100vw) - 20px);height:calc(var(--modal-viewport-height,100dvh) - 20px);max-height:var(--modal-viewport-height-96,96dvh)}.trade-address-invite-link-modal-head{padding:14px 15px 11px}.trade-address-invite-link-modal-head h2{font-size:17px}.trade-address-invite-link-modal-body{padding:10px}.trade-address-invite-link-image{border-radius:9px}}@media(max-width:440px){.trade-address-summary{gap:4px;padding:4px}.trade-address-stat{min-height:48px;padding:5px 4px}.trade-address-stat-label{font-size:8px}.trade-address-stat-value{font-size:14px}.trade-address-stat-unit{font-size:7px}.trade-address-card-body{grid-template-columns:1fr}.trade-address-name-row{align-items:flex-start;flex-direction:column}.trade-address-link{font-size:11px}.trade-address-toggle{grid-column:auto}}.daily-query-bar{display:flex;align-items:center;gap:12px;width:min(620px,100%);margin-top:17px;padding:12px;border:1px solid var(--line);border-radius:13px;background:rgba(17,23,33,.78)}.daily-query-field{display:flex;align-items:center;gap:10px;min-width:0}.daily-query-field label{margin:0;white-space:nowrap}.daily-query-field input{width:178px;height:42px;color-scheme:dark}.daily-query-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.daily-query-actions .ghost-btn{min-width:70px}.period-toggle{display:inline-flex;flex:0 0 auto;padding:3px;border:1px solid var(--line);border-radius:9px;background:#090f17}.period-toggle-btn{min-width:47px;height:34px;padding:0 11px;border:0;border-radius:6px;background:0 0;color:#8998ab;font-size:13px;font-weight:800;cursor:pointer}.period-toggle-btn.active{background:rgba(22,230,179,.12);color:var(--green)}.dashboard-toast{position:fixed;z-index:40;top:18px;left:50%;width:min(520px,calc(100% - 28px));margin:0;transform:translateX(-50%);box-shadow:0 14px 40px rgba(0,0,0,.38);backdrop-filter:blur(10px);pointer-events:none}.dashboard-toast.show{pointer-events:auto;cursor:pointer}.data-refresh-btn{position:relative;min-width:92px}.data-refresh-btn.is-loading{color:transparent}.data-refresh-btn.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-8px 0 0 -8px;border:2px solid rgba(183,195,210,.3);border-top-color:var(--green);border-radius:50%;animation:data-spin .7s linear infinite}@keyframes data-spin{to{transform:rotate(360deg)}}.common-status-panel{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px;margin-bottom:20px;padding:12px;border:1px solid var(--line);border-radius:12px;background:rgba(17,23,33,.82)}.common-status-item{min-width:0;padding:13px 15px;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:rgba(3,8,14,.28)}.common-status-label{color:#8190a4;font-size:11px}.common-status-value{margin-top:8px;color:#d8e3f0;font:750 14px ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.common-status-time{margin-top:7px;color:#6f7f93;font:650 10px ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.common-guide-card,.common-rules-card,.common-status-cutoff{height:132px}.common-status-cutoff{width:210px;border-color:rgba(22,230,179,.27);background:linear-gradient(145deg,rgba(22,230,179,.1),rgba(3,8,14,.38));box-shadow:inset 0 0 24px rgba(22,230,179,.035)}.common-status-cutoff .common-status-label{color:#acd0c7;font-size:12px;font-weight:750}.common-status-cutoff .common-status-value{margin-top:6px;color:#29f0bd;font:850 15px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:0;white-space:nowrap;text-shadow:0 0 18px rgba(22,230,179,.24)}.common-status-cutoff .common-status-time{margin-top:4px;color:#6f8e86;font-size:10px;white-space:nowrap}.common-sync-plan{margin-top:0}.common-sync-plan-value{margin-top:0;color:#c8e7df;font:750 11px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.common-bsc-delay{margin-top:7px;color:#ff8d97;font:800 11px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.common-bsc-delay[hidden]{display:none}.common-data-cutoff-label{margin-top:10px}.common-status-item:not(.common-status-cutoff) .common-status-label{color:#b7cbe2;font-size:12px;font-weight:750}.common-status-item:not(.common-status-cutoff) .common-status-value{color:#f3f7fc;font-size:15px;font-weight:800}.common-status-item:not(.common-status-cutoff) .common-status-time{color:#9db0c6;font-size:11px;font-weight:700}.common-rates-card{width:max-content;max-width:100%;height:38px;display:flex;align-items:center;gap:6px;flex:0 0 auto;padding:5px 9px;border-radius:12px;white-space:nowrap}.common-rates-list{display:flex;align-items:center;gap:6px;min-width:0}.common-rate-row{min-width:0;display:inline-flex;align-items:center;gap:4px;padding-right:7px;border-right:1px solid rgba(255,255,255,.08)}.common-rate-icon{width:17px;height:17px;flex:0 0 auto;border-radius:50%;object-fit:cover}.common-rate-symbol{color:#9db0c6;font-size:10px;font-weight:800}.common-rate-value{font:800 12px ui-monospace,SFMono-Regular,Menlo,monospace}.common-rate-row[data-symbol=BNB] .common-rate-value{color:#f59e0b}.common-rate-row[data-symbol=SOL] .common-rate-value{color:#2dd4bf}.common-rate-row[data-symbol=ETH] .common-rate-value{color:#60a5fa}.common-rate-row[data-symbol=OKB] .common-rate-value{color:#c7d2e0}.common-rate-row[data-symbol=HYPE] .common-rate-value{color:#58e4dc}.common-rates-updated{color:#7f91a7;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.common-guide-card{flex:1.05 1 300px;min-width:300px;border-color:rgba(95,168,255,.22);background:linear-gradient(145deg,rgba(95,168,255,.08),rgba(3,8,14,.38))}.common-guide-title{color:#b7cbe2;font-size:14px;font-weight:850}.common-guide-list{display:grid;gap:6px;margin:10px 0 0;padding-left:20px;color:#b9c9db;font-size:13px;font-weight:650;line-height:1.45}.common-guide-list li::marker{color:#5fa8ff;font-weight:850}.common-rules-card{position:relative;width:370px;height:auto;min-height:132px;flex:0 1 370px;overflow:hidden;padding:12px 14px 13px 16px;border-color:rgba(255,203,103,.36);background:radial-gradient(circle at 100% 0,rgba(255,111,125,.1),transparent 42%),linear-gradient(145deg,rgba(255,203,103,.12),rgba(3,8,14,.46));box-shadow:inset 0 0 28px rgba(255,203,103,.04),0 0 0 1px rgba(255,203,103,.02)}.common-rules-card::before{content:"";position:absolute;inset:10px auto 10px 0;width:3px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#ffd36c,#ff6f7d);box-shadow:0 0 14px rgba(255,111,125,.34)}.common-rules-title-row{position:relative;display:flex;align-items:center;gap:7px}.common-rules-title{color:#ffe09a;font-size:15px;font-weight:900;letter-spacing:.02em}.common-rules-info{width:20px;height:20px;display:grid;flex:0 0 auto;place-items:center;padding:0;border:1px solid rgba(255,203,103,.56);border-radius:7px;background:rgba(255,203,103,.14);color:#ffdc84;font:950 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:0 0 14px rgba(255,203,103,.1)}.common-rules-subtitle{margin-left:auto;color:#bd9b58;font-size:10px;font-weight:850;letter-spacing:.08em;white-space:nowrap}.common-rules-copy{position:relative;display:grid;margin-top:8px}.common-notice-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:6px 10px;margin:0;padding:0;list-style:none;counter-reset:common-notice}.common-notice-item{min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr);gap:7px;align-items:center;min-height:34px;padding:5px 8px;border:1px solid rgba(255,203,103,.16);border-radius:8px;background:rgba(255,203,103,.055);color:#ffe5af;font-size:12px;font-weight:800;line-height:1.35;counter-increment:common-notice}.common-notice-item::before{content:counter(common-notice);width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:rgba(255,203,103,.14);color:#ffd36c;font:900 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.common-notice-item.is-critical{border-color:rgba(255,111,125,.3);background:linear-gradient(90deg,rgba(255,111,125,.13),rgba(255,111,125,.055));color:#ff8792}.common-notice-item.is-critical::before{background:rgba(255,111,125,.17);color:#ff8792}.common-notice-item.is-new-user-only{display:none}.address-import-warning,.native-trade-warning{color:#ff9aa4;font-weight:900}body.light .address-import-warning,body.light .native-trade-warning{color:#b42333}.common-wallet-card{border-color:rgba(255,203,103,.24);background:linear-gradient(145deg,rgba(255,203,103,.09),rgba(3,8,14,.4));box-shadow:inset 0 0 28px rgba(255,203,103,.035)}.common-wallet-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.common-wallet-title{display:flex;align-items:center;gap:8px;color:#c8d3e0;font-size:12px;font-weight:800}.common-wallet-icon{width:23px;height:23px;display:flex;flex:0 0 auto;align-items:center;justify-content:center;line-height:0;border:1px solid rgba(255,203,103,.28);border-radius:50%;background:rgba(255,203,103,.09)}.common-wallet-icon img{display:block;width:15px;height:15px;object-fit:contain}.common-wallet-value{margin-top:15px;display:flex;align-items:baseline;gap:7px;color:#ffd36c;white-space:nowrap}.common-wallet-value strong{font:850 23px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.035em}.common-wallet-value span{color:#b89553;font:800 11px ui-monospace,SFMono-Regular,Menlo,monospace}.common-wallet-card.is-error .common-wallet-value{color:#8e9bad}.dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.dashboard-head h1{font-size:42px}.dashboard-head .all-chains-title{font-size:32px}.dashboard-head .single-chain-title{font-size:32px;letter-spacing:-.025em}.chain-grid{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch}.chain-card{min-width:0;flex:1 1 260px;padding:22px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,var(--panel2),var(--panel))}.chain-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.chain-name{font-size:18px;font-weight:850;text-transform:uppercase}.chain-unit{padding:6px 9px;border:1px solid rgba(95,168,255,.25);border-radius:999px;color:var(--blue);font:750 11px ui-monospace,monospace}.total-label{margin-top:20px;color:#9cabbc;font-size:12px}.total{margin-top:8px;color:var(--green);font:760 clamp(25px,2.4vw,32px) ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.card-usdt{margin-top:9px;color:#b9d8ff;font:760 18px ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.history-total{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:15px;padding-top:12px;border-top:1px solid rgba(255,255,255,.085)}.history-label{flex:0 0 auto;color:#91a2b7;font-size:12px;font-weight:650}.history-value{min-width:0;color:#e7eff9;font:800 15px ui-monospace,SFMono-Regular,Menlo,monospace;text-align:right;overflow-wrap:anywhere;text-shadow:0 0 14px rgba(95,168,255,.12)}.all-chain-latest-card .total-label{margin-top:18px}.all-chain-updated{margin-top:18px;padding-top:12px;border-top:1px solid rgba(255,255,255,.085);color:#8fa0b4;font:700 11px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.all-chain-unavailable{min-height:210px;display:grid;place-items:center;padding:36px;border:1px solid rgba(255,203,103,.3);border-radius:12px;background:linear-gradient(145deg,rgba(255,203,103,.09),rgba(17,23,33,.94));color:#ffd77f;font-size:17px;font-weight:850;line-height:1.7;text-align:center}body.light .all-chain-updated{border-color:#e4eaf1;color:#68788e}body.light .all-chain-unavailable{border-color:rgba(170,118,0,.3);background:linear-gradient(145deg,#fff9e9,#fff);color:#7a4b00}.claim-intro{max-width:800px;margin:10px 0 0;color:#9aaabc;font-size:14px;line-height:1.7}.claim-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:20px 22px;border:1px solid rgba(22,230,179,.28);border-radius:16px;background:linear-gradient(135deg,rgba(22,230,179,.11),rgba(17,23,33,.94) 58%,rgba(95,168,255,.07));box-shadow:inset 0 0 36px rgba(22,230,179,.025)}.claim-summary-label{color:#afc1d4;font-size:12px}.claim-summary-value{margin-top:8px;color:var(--green);font:850 30px ui-monospace,SFMono-Regular,Menlo,monospace}.claim-summary-note{margin-top:7px;color:#899aaf;font-size:11px}.claim-summary-action{display:grid;justify-items:end;gap:8px;min-width:208px}.claim-availability-hint{max-width:280px;color:#ffcb67;font-size:12px;font-weight:750;line-height:1.55;text-align:right}.claim-availability-hint[hidden]{display:none}.claim-all-btn.is-guide,.claim-chain-btn.is-guide{border-color:rgba(255,203,103,.42);background:rgba(255,203,103,.1);color:#ffdc8b}.claim-all-btn{min-width:166px;min-height:48px;padding:0 20px;border:1px solid rgba(22,230,179,.4);border-radius:10px;background:rgba(22,230,179,.12);color:var(--green);font-size:14px;font-weight:850;cursor:pointer}.claim-grid{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch}.claim-card{min-width:0;flex:1 1 430px;container-type:inline-size;padding:22px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#172231,#101721)}.claim-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.075)}.claim-brand{display:flex;align-items:center;gap:10px;min-width:0}.claim-chain-icon{width:38px;height:38px;flex:0 0 auto;padding:5px;border-radius:50%;background:rgba(255,255,255,.05);object-fit:contain}.claim-chain-name{color:#f1f6fc;font-size:17px;font-weight:850}.claim-chain-token{margin-top:3px;color:#94a5b9;font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace}.claim-card.is-coming-soon{display:flex;flex-direction:column}.claim-coming-soon{min-height:190px;flex:1;display:grid;place-items:center;padding:22px 12px;color:#a8b7c9;font-size:14px;font-weight:750;line-height:1.7;text-align:center}.claim-cutoff{margin-top:13px}.claim-field-label{color:#8999ae;font-size:11px}.claim-cutoff-value{margin-top:6px;color:#ff8d97;font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.claim-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:15px}.claim-field-value{margin-top:6px;color:#e4edf7;font:720 12px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.claim-field-value.positive{color:var(--green)}.claim-settlement{grid-column:1/-1;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.claim-settlement-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:6px;white-space:nowrap}.claim-settlement-token{min-width:0;display:inline-flex;align-items:baseline;gap:4px;color:var(--amber);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:850}.claim-settlement-number{font-size:18px}.claim-settlement-unit{font-size:11px;letter-spacing:-.02em}.claim-settlement-usdt{flex:0 0 auto;color:var(--green);font:780 14px ui-monospace,SFMono-Regular,Menlo,monospace;text-align:right}@container (max-width:250px){.claim-settlement-row{gap:4px}.claim-settlement-token{gap:3px}.claim-settlement-number{font-size:15px}.claim-settlement-unit{font-size:9px}.claim-settlement-usdt{font-size:12px}}@container (max-width:210px){.claim-settlement-row{gap:3px}.claim-settlement-number{font-size:13px}.claim-settlement-unit{font-size:8px}.claim-settlement-usdt{font-size:10px}}.claim-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px}.claim-chain-btn,.claim-log-btn{min-height:43px;border-radius:9px;font-size:13px;font-weight:820;cursor:pointer}.claim-chain-btn{border:1px solid rgba(22,230,179,.38);background:rgba(22,230,179,.09);color:var(--green)}.claim-log-btn{border:1px solid var(--line);background:rgba(255,255,255,.02);color:#c1ccda}.latest-reward-banner{margin-bottom:16px;padding:16px 19px;border:1px solid rgba(22,230,179,.28);border-radius:13px;background:linear-gradient(135deg,rgba(22,230,179,.11),rgba(17,23,33,.94) 60%,rgba(95,168,255,.07))}.latest-reward-audience-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.latest-reward-audience-head strong{display:flex;align-items:center;flex-wrap:wrap;gap:5px 18px;color:var(--green);font-size:16px;line-height:1.5;font-weight:850}.latest-reward-phase-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(22,230,179,.32);border-radius:999px;background:rgba(22,230,179,.1);color:#8df8da;font-size:10px;font-weight:900;letter-spacing:.06em;white-space:nowrap}.latest-reward-user-label{display:inline-flex;align-items:center}.info-tooltip{position:relative;display:inline-flex;vertical-align:middle}.info-tooltip-trigger{width:18px;height:18px;display:inline-grid;place-items:center;margin-left:5px;padding:0;border:1px solid rgba(158,201,255,.48);border-radius:50%;background:rgba(95,168,255,.1);color:#b9d8ff;font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;cursor:help}.info-tooltip-trigger:focus-visible,.info-tooltip-trigger:hover{border-color:var(--green);background:rgba(22,230,179,.14);color:var(--green);outline:0}.info-tooltip-popover{position:absolute;z-index:35;top:calc(100% + 8px);left:0;width:min(320px,calc(100vw - 48px));display:grid;gap:5px;padding:11px 13px;border:1px solid rgba(95,168,255,.34);border-radius:10px;background:rgba(10,17,26,.98);box-shadow:0 14px 32px rgba(0,0,0,.38);color:#c4d3e4;font:500 12px/1.65 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}.info-tooltip-title{color:#e9f3ff;font-size:12px;font-weight:850}.info-tooltip:focus-within .info-tooltip-popover,.info-tooltip:hover .info-tooltip-popover{opacity:1;visibility:visible;transform:translateY(0)}.trade-address-history-table .info-tooltip-popover{white-space:normal;text-align:left;font-weight:500}.trade-address-range-tooltip .info-tooltip-popover{position:fixed;top:0;left:0}body.light .info-tooltip-trigger{border-color:rgba(39,100,216,.35);background:rgba(39,100,216,.07);color:#2764d8}body.light .info-tooltip-trigger:focus-visible,body.light .info-tooltip-trigger:hover{border-color:#008a6a;color:#008a6a}body.light .info-tooltip-popover{border-color:#cbd9eb;background:rgba(255,255,255,.98);color:#526278;box-shadow:0 14px 32px rgba(29,53,84,.18)}body.light .info-tooltip-title{color:#1d2c40}.latest-reward-banner p{margin:8px 0 0;color:#9eb0c4;font-size:12px;line-height:1.65}.latest-reward-banner .latest-reward-deadline{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,123,134,.22);color:#ff7b86;font-size:13px;font-weight:800;line-height:1.6}.latest-reward-banner.is-graduation-transition{border-color:rgba(255,203,103,.44);background:linear-gradient(135deg,rgba(255,203,103,.13),rgba(17,23,33,.96) 52%,rgba(95,168,255,.11));box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}.latest-reward-banner.is-graduation-transition .latest-reward-audience-head strong{color:#ffd77a}.latest-reward-banner.is-graduation-transition .latest-reward-phase-badge{border-color:rgba(255,203,103,.42);background:rgba(255,203,103,.12);color:#ffe3a0}.graduation-transition-flow{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:8px;margin-top:14px}.graduation-transition-step{min-width:0;min-height:68px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(141,160,182,.18);border-radius:10px;background:rgba(3,8,14,.24)}.graduation-transition-step-number{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(141,160,182,.28);border-radius:50%;color:#91a3b8;font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.graduation-transition-step strong{display:block;color:#dce7f3;font-size:12px;font-weight:850;line-height:1.45}.graduation-transition-step>div>span{display:block;margin-top:3px;color:#71849a;font-size:10px;line-height:1.45}.graduation-transition-step.is-complete{border-color:rgba(22,230,179,.22);background:rgba(22,230,179,.055)}.graduation-transition-step.is-complete .graduation-transition-step-number{border-color:rgba(22,230,179,.38);color:var(--green)}.graduation-transition-step.is-active{border-color:rgba(255,203,103,.5);background:rgba(255,203,103,.1);box-shadow:0 0 0 3px rgba(255,203,103,.045)}.graduation-transition-step.is-active .graduation-transition-step-number{border-color:rgba(255,203,103,.58);background:rgba(255,203,103,.13);color:#ffd86f}.graduation-transition-step.is-active strong{color:#ffe3a0}.graduation-transition-connector{height:1px;background:linear-gradient(90deg,rgba(22,230,179,.38),rgba(141,160,182,.22))}.latest-reward-transition-deadline time{color:#a9ccff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.latest-reward-deadline .info-tooltip-popover,.latest-reward-user-label .info-tooltip-popover{top:auto;bottom:calc(100% + 8px)}.latest-reward-deadline .info-tooltip{margin-left:2px}.latest-reward-deadline .info-tooltip-popover{right:0;left:auto;white-space:normal;overflow-wrap:anywhere;text-align:left}.latest-reward-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:16px}.latest-reward-card{min-width:0;padding:16px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#172231,#101721)}.latest-reward-card-head{display:flex;align-items:center;gap:9px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.075)}.latest-reward-card .claim-chain-icon{width:34px;height:34px}.latest-reward-updated{margin-top:12px;color:#ff8d97;font:700 10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.latest-reward-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px 9px;margin-top:14px}.latest-reward-field{min-width:0}.latest-reward-value{margin-top:6px;color:#e4edf7;font:720 12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.latest-reward-value.positive{color:var(--green)}.latest-reward-value.pending{color:#ffcf75}.latest-reward-settlement{grid-column:1/-1;padding-top:13px;border-top:1px solid rgba(255,255,255,.08)}.latest-reward-settlement .latest-reward-value{color:var(--amber);font-size:17px;font-weight:850}.latest-reward-settlement-value{display:flex;align-items:baseline;justify-content:space-between;gap:6px 10px;flex-wrap:wrap}.latest-reward-settlement-usdt{color:var(--green);font-size:13px;font-weight:780;white-space:nowrap}.latest-reward-card-actions{margin-top:14px}.latest-reward-card-actions .claim-chain-btn{width:100%;min-height:40px}.latest-reward-missing{min-height:180px;display:grid;place-items:center;color:#7d8da1;font-size:12px;line-height:1.65;text-align:center}body.light .latest-reward-banner{background:linear-gradient(135deg,rgba(0,138,106,.11),#fff 58%,rgba(39,100,216,.07))}body.light .latest-reward-banner .latest-reward-deadline{border-color:rgba(200,35,51,.2);color:#c82333}body.light .latest-reward-banner.is-graduation-transition{border-color:rgba(179,119,0,.32);background:linear-gradient(135deg,rgba(255,203,103,.2),#fff 52%,rgba(39,100,216,.08))}body.light .latest-reward-banner.is-graduation-transition .latest-reward-audience-head strong{color:#8a5700}body.light .latest-reward-banner.is-graduation-transition .latest-reward-phase-badge{border-color:rgba(179,119,0,.28);background:rgba(255,203,103,.22);color:#795000}body.light .graduation-transition-step{border-color:#dce4ed;background:rgba(246,249,252,.9)}body.light .graduation-transition-step strong{color:#314158}body.light .graduation-transition-step>div>span{color:#718197}body.light .graduation-transition-step.is-complete{border-color:#bfe4da;background:#f0faf7}body.light .graduation-transition-step.is-active{border-color:#dfbd70;background:#fff9e9}body.light .graduation-transition-step.is-active strong{color:#735000}body.light .latest-reward-card{background:linear-gradient(145deg,#fff,#f6f9fc)}body.light .latest-reward-card-head,body.light .latest-reward-settlement{border-color:#e4eaf1}body.light .latest-reward-value{color:#314158}@media(max-width:1500px){.latest-reward-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.latest-reward-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.latest-reward-grid{grid-template-columns:1fr}.latest-reward-banner{padding:14px 15px}.latest-reward-audience-head strong{font-size:15px;gap:3px 10px}.latest-reward-user-label .info-tooltip-popover{right:0;left:auto}.latest-reward-banner .latest-reward-deadline{font-size:12px}.graduation-transition-flow{grid-template-columns:1fr;gap:7px}.graduation-transition-connector{width:1px;height:13px;margin:-2px 0 -2px 27px;background:linear-gradient(rgba(22,230,179,.38),rgba(141,160,182,.22))}}.claim-addresses{margin-top:16px;padding:18px;border:1px solid var(--line);border-radius:15px;background:rgba(17,23,33,.82)}.claim-addresses.needs-attention{border-color:rgba(255,203,103,.55);box-shadow:0 0 0 3px rgba(255,203,103,.08)}.claim-address-title{color:#edf4fc;font-size:15px;font-weight:850}.claim-address-hint{position:relative;min-height:42px;margin-top:10px;padding:9px 14px 9px 44px;border:1px solid rgba(255,203,103,.42);border-radius:11px;background:linear-gradient(135deg,rgba(255,203,103,.14),rgba(255,203,103,.045));color:#ffe3a0;font-size:12px;font-weight:700;line-height:22px;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 8px 22px rgba(0,0,0,.1)}.claim-address-hint::before{content:"!";position:absolute;top:50%;left:13px;width:20px;height:20px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,203,103,.62);border-radius:50%;background:rgba(255,203,103,.2);color:#ffd86f;font:900 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:0 0 0 3px rgba(255,203,103,.07)}.claim-address-security{display:inline;margin-right:10px;padding-right:10px;border-right:1px solid rgba(255,203,103,.28);color:#fff1c6;font-size:12px;font-weight:900}.claim-address-hint.is-editing{margin-top:10px;padding:10px 12px;border:1px solid rgba(255,203,103,.35);border-radius:11px;background:rgba(255,203,103,.08);color:#ffe3a0;white-space:normal;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.claim-address-hint.is-editing::before{display:none}.claim-address-hint.is-editing strong{color:#fff1c6;font-size:12px;font-weight:900}.claim-address-hint-tag{display:inline-flex;align-items:center;gap:6px;margin-bottom:5px;padding:3px 8px;border:1px solid rgba(255,203,103,.4);border-radius:999px;background:rgba(255,203,103,.12);color:#ffd86f;font:900 10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}.claim-address-approval{color:#ffd36d;font-size:12px;font-weight:850}.claim-address-row{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,62px);gap:9px;align-items:center;margin-top:11px}.claim-address-row.is-editing{grid-template-columns:minmax(0,1fr) repeat(4,62px)}.claim-address-input{height:43px;font:650 12px ui-monospace,SFMono-Regular,Menlo,monospace}.claim-address-cancel,.claim-address-copy,.claim-address-edit,.claim-address-save{min-height:43px;border-radius:9px;font-size:12px;font-weight:800;cursor:pointer}.claim-address-save{border:1px solid rgba(95,168,255,.3);background:rgba(95,168,255,.08);color:#a9ceff}.claim-address-edit{border:1px solid rgba(255,203,103,.3);background:rgba(255,203,103,.07);color:var(--amber)}.claim-address-cancel{border:1px solid rgba(255,123,134,.3);background:rgba(255,123,134,.07);color:#ffadb7}.claim-address-copy{border:1px solid var(--line);background:rgba(255,255,255,.025);color:#b9c5d3}.claim-history{margin-top:14px;padding:13px 15px 14px;border:1px solid var(--line);border-radius:12px;background:rgba(17,23,33,.82)}.claim-history-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.claim-history-title{color:#edf4fc;font-size:16px;font-weight:850}.claim-history-hint{color:#91a4bb;font-size:11px;font-weight:700}.claim-history-shell{margin-top:9px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#40536d transparent}.claim-history-table{width:100%;min-width:1180px;border-collapse:collapse;table-layout:fixed}.claim-history-table th{height:34px;padding:8px 10px;border-bottom:1px solid rgba(95,168,255,.22);background:linear-gradient(180deg,rgba(95,168,255,.07),rgba(255,255,255,.015));color:#afc1d4;font-size:11px;font-weight:850;letter-spacing:.02em;text-align:left;white-space:nowrap}.claim-history-table th:first-child{width:190px}.claim-history-table th:nth-child(2){width:145px}.claim-history-table th:nth-child(3){width:145px}.claim-history-table th:nth-child(4){width:400px}.claim-history-table th:nth-child(5){width:80px}.claim-history-table th:nth-child(6){width:160px}.claim-history-table.cashback-claim-history{min-width:1250px}.claim-history-table.cashback-claim-history th:first-child{width:160px}.claim-history-table.cashback-claim-history th:nth-child(2){width:100px}.claim-history-table.cashback-claim-history th:nth-child(3){width:155px}.claim-history-table.cashback-claim-history th:nth-child(4){width:125px}.claim-history-table.cashback-claim-history th:nth-child(5){width:125px}.claim-history-table.cashback-claim-history th:nth-child(6){width:320px}.claim-history-table.cashback-claim-history th:nth-child(7){width:95px}.claim-history-table.cashback-claim-history th:nth-child(8){width:170px}.claim-history-table.cashback-claim-history th{padding-left:8px;padding-right:8px}.claim-history-table.cashback-claim-history td{padding:9px 8px}.claim-history-table td{padding:11px 10px;border-bottom:1px solid rgba(255,255,255,.06);color:#e0e8f2;font-size:12px;line-height:1.35;text-align:left;vertical-align:middle;white-space:nowrap}.claim-history-table tbody tr:last-child td{border-bottom:0}.claim-history-table tbody tr.is-linked-target td{background:rgba(22,230,179,.1);box-shadow:inset 0 1px rgba(22,230,179,.18),inset 0 -1px rgba(22,230,179,.18)}.claim-history-table tbody tr.is-linked-target:focus{outline:2px solid rgba(22,230,179,.6);outline-offset:-2px}.claim-history-address,.claim-history-amount,.claim-history-source-amount,.claim-history-source-chain,.claim-history-time,.claim-history-usdt{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.claim-history-source-list{display:grid;gap:4px}.claim-history-source-chain{color:#9ec9ff;font-weight:800;white-space:nowrap}.claim-history-source-amount{color:#d7e2ef;font-weight:760;white-space:nowrap}.claim-history-amount{color:var(--amber);font-weight:820;white-space:nowrap}.claim-history-usdt{color:var(--green);font-weight:760;white-space:nowrap}.claim-history-table .claim-history-address{color:#aebdd0;white-space:nowrap}.claim-history-status{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border:1px solid var(--line);border-radius:999px;color:#bdcada;font-size:11px;font-weight:800;white-space:nowrap}.claim-history-source-switcher{margin-bottom:14px}.claim-history-source-switcher+.claim-history{margin-top:0}.claim-history-status.success{border-color:rgba(22,230,179,.28);background:rgba(22,230,179,.08);color:var(--green)}.claim-history-status.pending{border-color:rgba(95,168,255,.28);background:rgba(95,168,255,.08);color:#9ec9ff}.claim-history-status.warning{border-color:rgba(255,203,103,.3);background:rgba(255,203,103,.08);color:var(--amber)}.claim-history-status.failed{border-color:rgba(255,123,134,.3);background:rgba(255,123,134,.08);color:#ff9fa8}.claim-history-status.has-reason{cursor:pointer;font-family:inherit;box-shadow:0 0 0 1px rgba(255,123,134,.06)}.claim-history-status.has-reason:hover{border-color:rgba(255,123,134,.55);background:rgba(255,123,134,.14)}.claim-history-status.has-reason:focus-visible{outline:2px solid rgba(255,159,168,.85);outline-offset:2px}.claim-history-tx{color:#9ec9ff;font:760 12px ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none;white-space:nowrap}.claim-history-tx:hover{text-decoration:underline}.claim-history-empty{padding:26px 12px;color:#657386;font-size:12px;text-align:center}.claim-modal-card{width:min(580px,100%);max-height:min(var(--modal-viewport-height-86,86dvh),760px);overflow:auto}.claim-confirm-list{display:grid;gap:8px;margin-top:16px}.claim-confirm-item{display:grid;grid-template-columns:minmax(92px,auto) minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(4,9,15,.32)}.claim-confirm-chain{min-width:0;font-weight:850;overflow-wrap:anywhere}.claim-confirm-token{color:var(--amber);font:750 13px ui-monospace,SFMono-Regular,Menlo,monospace}.claim-confirm-usdt{color:var(--green);font:720 12px ui-monospace,SFMono-Regular,Menlo,monospace;text-align:right}.claim-confirm-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:13px;padding-top:13px;border-top:1px solid rgba(255,255,255,.08);color:#adbbcb;font-size:12px}.claim-confirm-total strong{color:var(--green);font:850 17px ui-monospace,SFMono-Regular,Menlo,monospace}.claim-transfer-state{min-height:350px;display:grid;place-items:center;align-content:center;padding:20px 8px 8px;text-align:center}.claim-transfer-visual{position:relative;width:104px;height:104px;display:grid;place-items:center;margin:0 auto 22px}.claim-transfer-orbit{position:absolute;inset:0;border:2px solid rgba(22,230,179,.12);border-top-color:var(--green);border-radius:50%;animation:claim-transfer-spin 1.1s linear infinite;box-shadow:0 0 36px rgba(22,230,179,.1)}.claim-transfer-orbit::after,.claim-transfer-orbit::before{content:"";position:absolute;border-radius:50%}.claim-transfer-orbit::before{inset:10px;border:2px solid rgba(95,168,255,.12);border-right-color:var(--blue);animation:claim-transfer-spin .8s linear infinite reverse}.claim-transfer-orbit::after{width:12px;height:12px;top:-6px;left:44px;background:var(--green);box-shadow:0 0 18px rgba(22,230,179,.85)}.claim-transfer-token{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(22,230,179,.35);border-radius:50%;background:linear-gradient(145deg,rgba(22,230,179,.18),rgba(95,168,255,.08));color:var(--green);font:900 17px ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:inset 0 0 22px rgba(22,230,179,.08);animation:claim-transfer-pulse 1.5s ease-in-out infinite}.claim-transfer-check{display:none;width:94px;height:94px;overflow:visible;filter:drop-shadow(0 0 24px rgba(22,230,179,.22))}.claim-transfer-check circle{fill:rgba(22,230,179,.12);stroke:var(--green);stroke-width:3;stroke-dasharray:260;stroke-dashoffset:260;animation:claim-success-circle .7s ease-out forwards}.claim-transfer-check path{fill:none;stroke:var(--green);stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:70;stroke-dashoffset:70;animation:claim-success-check .45s .48s ease-out forwards}.claim-transfer-state[data-state=success] .claim-transfer-orbit,.claim-transfer-state[data-state=success] .claim-transfer-token{display:none}.claim-transfer-state[data-state=success] .claim-transfer-check{display:block;animation:claim-success-pop .55s cubic-bezier(.2,.85,.3,1.25) both}.claim-transfer-kicker{color:var(--green);font:850 11px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em}.claim-transfer-state h2{margin:9px 0 0;font-size:24px}.claim-transfer-message{max-width:390px;margin:10px auto 0;color:#9eafc2;font-size:13px;line-height:1.7}.claim-transfer-recipient{width:min(430px,100%);margin-top:15px;padding:11px 13px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(4,9,15,.3);text-align:left}.claim-transfer-recipient span{display:block;color:#7f91a7;font-size:10px}.claim-transfer-recipient strong{display:block;margin-top:6px;color:#dce7f3;font:750 13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.claim-transfer-amount{margin-top:17px;color:var(--green);font:900 30px ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:0 0 22px rgba(22,230,179,.2)}.claim-transfer-usdt{margin-top:4px;color:#67d8ff;font:850 16px ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:0 0 14px rgba(95,168,255,.24)}.claim-transfer-hash{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:17px;padding:0 16px;border:1px solid rgba(95,168,255,.3);border-radius:10px;background:rgba(95,168,255,.07);color:#9ec9ff;font-size:12px;font-weight:800;text-decoration:none}.claim-transfer-done{min-width:180px;min-height:44px;margin-top:13px;border:0;border-radius:10px;background:linear-gradient(135deg,#12cda0,var(--green));color:#032c24;font-weight:850;cursor:pointer}@keyframes claim-transfer-spin{to{transform:rotate(360deg)}}@keyframes claim-transfer-pulse{50%{transform:scale(.92);opacity:.72}}@keyframes claim-success-circle{to{stroke-dashoffset:0}}@keyframes claim-success-check{to{stroke-dashoffset:0}}@keyframes claim-success-pop{from{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.claim-transfer-check,.claim-transfer-check circle,.claim-transfer-check path,.claim-transfer-orbit,.claim-transfer-orbit::before,.claim-transfer-token{animation-duration:NaNs!important;animation-iteration-count:1!important}}.claim-log-card{position:relative;width:min(760px,100%);max-height:min(var(--modal-viewport-height-88,88dvh),820px);overflow:auto}.claim-log-card h2{padding-right:42px}.claim-log-close{position:absolute;top:16px;right:16px;width:32px;height:32px;padding:0;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.025);color:#b8c6d7;font-size:22px;font-weight:500;line-height:1;cursor:pointer}.claim-log-close:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07);color:#f3f7fc}.claim-log-list{display:grid;gap:10px;margin-top:16px}.claim-log-item{padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(5,10,17,.38)}.claim-log-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#e5edf6;font:760 12px ui-monospace,SFMono-Regular,Menlo,monospace}.claim-log-index{color:#8999ad;font-size:11px}.claim-log-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.claim-log-field span{display:block;color:#8797ab;font-size:11px}.claim-log-field strong{display:block;margin-top:6px;color:#e1eaf5;font:730 12px ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.claim-log-field strong.settlement{color:var(--amber)}.claim-log-meta{margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.055);color:#8191a5;font-size:10px;overflow-wrap:anywhere}.records-title{margin-top:28px;padding-top:19px;border-top:1px solid rgba(255,255,255,.07);color:#f3f7fc;font-size:17px;font-weight:850}.records-hint{margin-top:-18px;color:#b7c6d7;font-size:12px;font-weight:750;text-align:right}.records-scroll{max-height:448px;margin-top:15px;padding-right:7px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#40536d transparent}.records-scroll::-webkit-scrollbar{width:6px}.records-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#33445b}.record-head,.record-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(112px,.7fr);gap:12px;align-items:center}.record-head{position:sticky;top:0;z-index:1;min-height:28px;border-bottom:1px solid rgba(95,168,255,.22);color:#d5e0ed;background:#17212e;font-size:13px;font-weight:800}.record-row{min-height:42px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.055);font-size:14px}.record-row:last-child{border-bottom:0}.record-time{color:#9cabbc;font:650 12px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.record-amount{text-align:right;color:#edf3fb;font-family:ui-monospace,monospace;overflow-wrap:anywhere}.empty{padding:18px 0 4px;color:#657386;font-size:12px;text-align:center}.single-record-card{padding:27px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,var(--panel2),var(--panel))}.modal{position:fixed;z-index:200;top:var(--modal-viewport-top,0);left:var(--modal-viewport-left,0);width:var(--modal-viewport-width,100vw);height:var(--modal-viewport-height,100dvh);display:none;align-items:center;justify-content:center;padding:18px;overflow:auto;overscroll-behavior:contain;background:rgba(2,5,9,.78);backdrop-filter:blur(8px)}.modal.show{display:flex}.modal-card{width:min(480px,100%);max-width:100%;flex:0 0 auto;margin:auto;padding:28px;border:1px solid var(--line);border-radius:19px;background:#111824;box-shadow:0 30px 90px rgba(0,0,0,.45)}@media(max-width:720px){.modal{padding:10px}}.modal-card h2{margin:0;font-size:22px}.modal-note{margin:9px 0 4px;color:var(--amber);font-size:13px;line-height:1.65}.claim-payment-note{margin-top:12px}.claim-payment-line{display:block}.claim-payment-main{color:#dce7f3;font-size:14px;font-weight:800;line-height:1.55}.claim-payment-total{padding:14px 15px;border:1px solid rgba(22,230,179,.3);border-radius:12px;background:linear-gradient(135deg,rgba(22,230,179,.12),rgba(22,230,179,.035))}.claim-payment-total-label{display:block;color:#a9bbca;font-size:12px;font-weight:800}.claim-payment-total-amount{display:block;margin-top:6px;color:var(--green);font:900 25px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.01em;text-shadow:0 0 18px rgba(22,230,179,.22);white-space:nowrap}.claim-payment-total-usdt{display:block;margin-top:5px;color:#91b6d3;font:800 13px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}.claim-payment-amount{color:var(--green);font:900 17px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.01em;text-shadow:0 0 16px rgba(22,230,179,.22);white-space:nowrap}.claim-payment-usdt{color:#67d8ff;font:850 14px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:0 0 14px rgba(95,168,255,.24);white-space:nowrap}.claim-payment-line+.claim-payment-line{margin-top:8px}.claim-payment-address-label{margin-top:12px!important;color:#8797ab;font-size:11px;font-weight:800}.claim-payment-address{display:block;width:100%;margin:0;padding:9px 11px;border:2px solid rgba(95,168,255,.58);border-radius:8px;background:linear-gradient(135deg,rgba(95,168,255,.16),rgba(95,168,255,.06));color:#cfe5ff;font:850 13px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.01em;overflow-wrap:anywhere;box-shadow:0 0 0 3px rgba(95,168,255,.08),inset 0 0 16px rgba(95,168,255,.06)}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.modal-actions button{min-height:43px;border-radius:10px;font-weight:800;cursor:pointer}.native-trade-notice{position:relative;width:min(640px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:auto;border:1px solid rgba(141,160,182,.24);border-radius:24px;background:linear-gradient(155deg,#17212f 0,#111923 54%,#0d141d 100%);color:var(--text);box-shadow:0 36px 100px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.025) inset}.native-trade-notice::backdrop{background:rgba(3,7,12,.78);backdrop-filter:blur(11px) saturate(.82)}.native-trade-notice-head{display:flex;align-items:center;gap:14px;padding:27px 28px 20px;border-bottom:1px solid rgba(141,160,182,.13)}.native-trade-notice-icon{width:44px;height:44px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(255,203,103,.28);border-radius:14px;background:linear-gradient(145deg,rgba(255,203,103,.16),rgba(255,203,103,.065));color:#ffd477;font:900 20px/1 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:0 8px 20px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.07)}.native-trade-notice-heading{min-width:0}.native-trade-notice h2{margin:0;font-size:20px;line-height:1.35;letter-spacing:-.015em}.native-trade-notice-body{padding:20px 28px 26px}.native-trade-notice-list{display:grid;gap:10px}.native-trade-notice-copy{display:grid;grid-template-columns:32px minmax(0,1fr);gap:11px;align-items:start;margin:0;padding:14px 16px;overflow-wrap:anywhere;border:1px solid rgba(255,203,103,.2);border-radius:14px;background:rgba(255,203,103,.055);color:#e8eef6;font-size:14px;line-height:1.65;box-shadow:inset 3px 0 0 rgba(255,203,103,.68)}.native-trade-notice-copy::before{content:"01";width:32px;height:24px;display:grid;place-items:center;margin-top:1px;border-radius:8px;background:rgba(255,203,103,.12);color:#ffd477;font:900 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.native-trade-notice-copy strong{font-weight:780}.native-trade-notice-copy.is-priority{border-color:rgba(255,123,134,.2);background:rgba(255,123,134,.045);color:#e8eef6;box-shadow:inset 3px 0 0 rgba(255,123,134,.72)}.native-trade-notice-copy.is-priority::before{content:"02";background:rgba(255,123,134,.11);color:#ff9aa4}.native-trade-notice-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding-top:19px;border-top:1px solid rgba(141,160,182,.13)}.native-trade-notice button{width:190px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:10px 24px;border:1px solid rgba(125,255,220,.22);border-radius:13px;outline:0;background:linear-gradient(135deg,#18cfa2,#0c9f7a);color:#042a21;font-size:14px;font-weight:900;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 24px rgba(10,174,132,.19),inset 0 1px 0 rgba(255,255,255,.22);transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.native-trade-notice-button-icon{font:900 15px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.native-trade-notice button:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 13px 28px rgba(10,174,132,.24),inset 0 1px 0 rgba(255,255,255,.25)}.native-trade-notice button:active{filter:brightness(.98);transform:translateY(0);box-shadow:0 7px 16px rgba(10,174,132,.17),inset 0 1px 0 rgba(255,255,255,.16)}.native-trade-notice button:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(22,230,179,.22),0 10px 24px rgba(10,174,132,.22),inset 0 1px 0 rgba(255,255,255,.2)}.native-trade-notice button:disabled{opacity:.65;cursor:wait;transform:none;filter:none}.native-trade-notice-option{display:flex;align-items:center;gap:9px;min-height:32px;margin:0;color:#aab7c6;font-size:13px;font-weight:760;cursor:pointer}.native-trade-notice-option input{width:18px;height:18px;flex:0 0 auto;margin:0;padding:0;accent-color:var(--green);cursor:pointer}body.light .native-trade-notice{border-color:#d7e0e9;background:linear-gradient(155deg,#fff 0,#fbfcfe 54%,#f6f9fb 100%);box-shadow:0 30px 80px rgba(34,52,71,.2),0 0 0 1px rgba(255,255,255,.8) inset}body.light .native-trade-notice-actions,body.light .native-trade-notice-head{border-color:#e4eaf0}body.light .native-trade-notice-icon{border-color:#ead5a4;background:linear-gradient(145deg,#fff8e8,#fff3d6);color:#9a6500;box-shadow:0 7px 18px rgba(98,71,25,.08),inset 0 1px 0 #fff}body.light .native-trade-notice-copy{border-color:#eadfc5;background:#fffcf5;color:#344154;box-shadow:inset 3px 0 0 #d9a229}body.light .native-trade-notice-copy::before{background:#fff0ca;color:#875900}body.light .native-trade-notice-copy.is-priority{border-color:#ecdadd;background:#fffafb;color:#344154;box-shadow:inset 3px 0 0 #d24a59}body.light .native-trade-notice-copy.is-priority::before{background:#fdebed;color:#b42333}body.light .native-trade-notice-option{color:#5f6f82}body.light .native-trade-notice button{border-color:rgba(0,106,81,.16);background:linear-gradient(135deg,#0ca77f,#087d61);color:#fff;box-shadow:0 10px 24px rgba(8,126,99,.2),inset 0 1px 0 rgba(255,255,255,.18)}@media(max-width:720px){.native-trade-notice{width:calc(100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:20px}.native-trade-notice-head{padding:23px 18px 17px}.native-trade-notice-icon{width:40px;height:40px;border-radius:12px;font-size:18px}.native-trade-notice h2{font-size:18px}.native-trade-notice-body{padding:16px 18px 20px}.native-trade-notice-copy{grid-template-columns:28px minmax(0,1fr);gap:9px;padding:12px 12px;font-size:13px}.native-trade-notice-copy::before{width:28px;height:22px}.native-trade-notice-actions{align-items:stretch;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px}.native-trade-notice-option{justify-content:center}.native-trade-notice button{width:100%;order:2}}.announcement-modal-card{width:min(720px,100%);max-height:min(var(--modal-viewport-height-84,84dvh),780px);padding:0;overflow:hidden}.announcement-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid var(--line)}.announcement-modal-head p{margin:7px 0 0;color:var(--muted);font-size:13px}.announcement-close{width:38px;height:38px;flex:0 0 auto;border:1px solid var(--line);border-radius:10px;background:0 0;color:var(--muted);font-size:22px;cursor:pointer}.announcement-list{display:grid;gap:12px;max-height:min(var(--modal-viewport-height-65,65dvh),610px);padding:18px 22px 24px;overflow:auto}.announcement-item{padding:18px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025)}.announcement-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.announcement-item h3{margin:0;color:var(--text);font-size:16px;line-height:1.45}.announcement-item time{flex:0 0 auto;color:var(--muted);font:11px ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.announcement-item-content{margin-top:11px;color:#b8c4d3;font-size:13px;line-height:1.75;overflow-wrap:anywhere}.announcement-empty{padding:50px 20px;color:var(--muted);text-align:center}.trade-address-invite-link-modal-card{width:min(760px,100%);height:min(var(--modal-viewport-height-96,96dvh),1100px);max-height:calc(var(--modal-viewport-height,100dvh) - 20px);display:grid;grid-template-rows:auto minmax(0,1fr);padding:0;overflow:hidden}.trade-address-invite-link-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 17px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(255,75,95,.1),rgba(95,168,255,.04))}.trade-address-invite-link-modal-head h2{margin:0;font-size:20px}.trade-address-invite-link-modal-head p{margin:7px 0 0;color:#ff9aa4;font-size:12px;font-weight:750;line-height:1.6}.trade-address-invite-link-modal-close{width:36px;height:36px;flex:0 0 auto;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.03);color:var(--muted);font-size:21px;cursor:pointer}.trade-address-invite-link-modal-close:hover{border-color:rgba(255,94,110,.6);color:#ff8792}.trade-address-invite-link-modal-body{min-height:0;display:grid;padding:14px 16px 16px;overflow:auto;overscroll-behavior:contain}.trade-address-invite-link-figure{min-height:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr);place-items:center;margin:0;overflow:hidden}.trade-address-invite-link-image{display:block;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;border:1px solid rgba(141,160,182,.22);border-radius:12px;background:#fff}#cashbackScreenshotExampleModal{z-index:220;align-items:center;justify-items:center;overflow:auto}.cashback-example-modal-card{width:min(1180px,calc(var(--modal-viewport-width,100vw) - 48px));height:auto;max-height:min(var(--modal-viewport-height-88,88dvh),820px);margin:auto}#cashbackScreenshotExampleModalDescription{color:#ff3b5c;font-size:16px;font-weight:850}.cashback-example-modal-body{display:block}.cashback-example-image{width:100%;height:auto;max-height:calc(min(var(--modal-viewport-height-88,88dvh),820px) - 120px);object-fit:contain}@media(max-width:720px){.cashback-example-modal-card{width:calc(var(--modal-viewport-width,100vw) - 20px);height:auto;max-height:var(--modal-viewport-height-90,90dvh)}.cashback-example-modal-card .trade-address-invite-link-modal-head{padding:14px 15px 11px}#cashbackScreenshotExampleModalDescription{font-size:14px}.cashback-example-modal-body{padding:10px}.cashback-example-image{max-height:calc(var(--modal-viewport-height-90,90dvh) - 105px)}}#cashbackImagePreviewModal{z-index:230}.cashback-image-preview-modal-card{width:min(1180px,calc(var(--modal-viewport-width,100vw) - 48px));height:min(var(--modal-viewport-height-88,88dvh),820px);margin:auto}.cashback-image-preview-body{min-height:180px;place-items:center;padding:clamp(16px,2vw,26px);background:linear-gradient(rgba(158,201,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(158,201,255,.045) 1px,transparent 1px),radial-gradient(circle at 16% 12%,rgba(95,168,255,.16),transparent 36%),radial-gradient(circle at 84% 88%,rgba(22,230,179,.11),transparent 38%),linear-gradient(145deg,#0b141f,#111d29);background-position:center;background-size:28px 28px,28px 28px,auto,auto,auto}.cashback-image-preview-status{align-self:center;justify-self:center;color:var(--muted);font-size:13px;font-weight:750}.cashback-image-preview-status.is-error{color:#ff8792}.cashback-image-preview-image{display:block;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;border:1px solid rgba(158,201,255,.3);border-radius:12px;background:#fff;box-shadow:0 18px 48px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.035)}@media(max-width:720px){.cashback-image-preview-modal-card{width:calc(var(--modal-viewport-width,100vw) - 20px);height:var(--modal-viewport-height-90,90dvh)}.cashback-image-preview-modal-card .trade-address-invite-link-modal-head{padding:14px 15px 11px}.cashback-image-preview-body{padding:10px}}.cancel{border:1px solid var(--line);background:0 0;color:#b6c1d0}.save{border:0;background:linear-gradient(135deg,#12cda0,var(--green));color:#032c24}footer{position:fixed;z-index:110;right:24px;bottom:0;left:24px;min-height:64px;display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08);background:rgba(9,11,16,.96);color:#9faec0;font-size:12px;font-weight:700;letter-spacing:.015em}body:not(.customer-authenticated) footer{right:0;left:0;padding-right:clamp(11px,2.5vw,24px);padding-left:clamp(11px,2.5vw,24px);border-radius:0}.footer-account{min-width:0;display:flex;align-items:center;gap:12px}.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:1px;font-size:11px;line-height:1.35}.footer-contact-title{color:#d7e5f3;font-size:11px;font-weight:850}.footer-contact-item{color:#9faec0}.footer-contact a{color:#9faec0;text-decoration:none}.footer-contact a:hover{color:#d7e5f3;text-decoration:underline}.footer-wallet-card{width:208px;height:46px;display:none;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:16px;padding:6px 11px;border:1px solid rgba(255,203,103,.24);border-radius:9px}.footer-wallet-card .common-wallet-title{gap:6px;font-size:10px;white-space:nowrap}.footer-wallet-card .common-wallet-icon{width:20px;height:20px}.footer-wallet-card .common-wallet-icon img{width:14px;height:14px}.footer-wallet-card .common-wallet-value{margin-top:0;gap:5px}.footer-wallet-card .common-wallet-value strong{font-size:18px}.footer-wallet-card .common-wallet-value span{font-size:9px}.footer-safety{position:absolute;left:50%;transform:translateX(-50%);color:#7f91a7;text-align:center;white-space:nowrap}.chain-sidebar-brand{display:flex;height:60px;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.08);color:var(--text);font-size:15px;font-weight:800;text-decoration:none;white-space:nowrap}.chain-sidebar-logo{width:28px;height:28px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(22,230,179,.35);border-radius:8px;background:rgba(22,230,179,.08)}.chain-sidebar-logo img{width:20px;height:20px;object-fit:contain;image-rendering:pixelated}body.customer-authenticated .shell{width:100%;margin:0}body.customer-authenticated .nav{position:sticky;top:0;z-index:120;width:calc(100% - 240px);min-height:60px;height:60px;margin-left:240px;padding:0 24px;border-bottom:1px solid var(--line);background:rgba(14,16,22,.95);backdrop-filter:none}body.customer-authenticated .nav>.brand{display:none}body.customer-authenticated .nav-left-actions{display:flex;align-items:center;gap:10px}body.customer-authenticated .nav-actions{width:auto;margin-left:auto;display:flex;align-items:center;gap:10px}body.customer-authenticated .theme-switch{position:fixed;z-index:130;left:16px;bottom:18px;width:208px;min-width:0;justify-content:space-between;border-color:rgba(95,168,255,.24);background:rgba(17,23,33,.92);box-shadow:0 10px 28px rgba(0,0,0,.28)}body.customer-authenticated .footer-wallet-card{display:grid}body.customer-authenticated main{padding:0}body.customer-authenticated .portal-layout{display:block;margin-left:240px}body.customer-authenticated .chain-sidebar{position:fixed;z-index:100;inset:0 auto 0 0;width:240px;min-height:100vh;padding:0;border:0;border-right:1px solid var(--line);border-radius:0;background:rgba(12,14,20,.98)}body.customer-authenticated .chain-menu{gap:0;padding:16px 0}body.customer-authenticated .chain-menu-btn{min-height:40px;padding:10px 20px;border:0;border-left:3px solid transparent;border-radius:0;color:var(--muted);font-size:14px;font-weight:600}body.customer-authenticated .chain-menu-btn:hover{color:#d9e4f2;background:rgba(255,255,255,.025)}body.customer-authenticated .chain-menu-btn.active{border-left-color:var(--green);background:rgba(22,230,179,.08);color:var(--green)}body.customer-authenticated .chain-menu-parent{min-height:40px;padding:10px 20px;border:0;border-radius:0;color:var(--muted);font-size:14px;font-weight:600}body.customer-authenticated .chain-menu-parent:hover{color:#d9e4f2;background:rgba(255,255,255,.025)}body.customer-authenticated .chain-submenu .chain-menu-btn{padding-left:36px;font-size:13px}body.customer-authenticated .portal-content{width:100%;max-width:1600px;margin:0 auto;padding:28px 32px 104px}body.customer-authenticated .dashboard-toast{z-index:240;top:7px;left:calc(50% + 120px);width:min(520px,calc(100% - 268px))}body.customer-authenticated .common-status-panel{display:grid;grid-template-columns:210px minmax(300px,1fr) 370px;gap:10px;padding:12px;border-radius:6px}body.customer-authenticated .common-status-item{border-radius:6px}body.customer-authenticated .common-guide-card,body.customer-authenticated .common-rules-card,body.customer-authenticated .common-status-cutoff{width:auto;min-width:0}body.customer-authenticated .common-rates-card{grid-column:1/-1;order:-1;justify-self:start}body.customer-authenticated.latest-reward-within-90-view .common-status-panel{grid-template-columns:210px minmax(370px,1fr)}body.customer-authenticated.latest-reward-within-90-view .common-guide-card{display:none}body.customer-authenticated.latest-reward-within-90-view .common-status-cutoff{order:1}body.customer-authenticated.latest-reward-within-90-view .common-rules-card{order:2}body.customer-authenticated.latest-reward-within-90-view .common-rates-card{order:-1}body.customer-authenticated.latest-reward-within-90-view .common-rules-card{padding:12px 15px 10px;border-color:rgba(141,160,182,.16);border-radius:12px;background:rgba(8,14,22,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}body.customer-authenticated.latest-reward-within-90-view .common-rules-card::before{display:none}body.customer-authenticated.latest-reward-within-90-view .common-rules-title-row{min-height:24px}body.customer-authenticated.latest-reward-within-90-view .common-rules-title{font-size:16px;font-weight:950;line-height:1.35}body.customer-authenticated.latest-reward-within-90-view .common-rules-info{display:none}body.customer-authenticated.latest-reward-within-90-view .common-rules-copy{margin-top:8px}body.customer-authenticated.latest-reward-within-90-view .common-notice-list{grid-template-columns:1fr;gap:0}body.customer-authenticated.latest-reward-within-90-view .common-notice-item,body.customer-authenticated.latest-reward-within-90-view .common-notice-item.is-critical{grid-template-columns:12px minmax(0,1fr);gap:4px;min-height:31px;padding:5px 0;border:0;border-bottom:1px solid rgba(141,160,182,.11);border-radius:0;background:0 0;color:#29f0bd;font-size:13px;font-weight:800;line-height:1.5}body.customer-authenticated.latest-reward-within-90-view .common-notice-item:last-child{border-bottom:0}body.customer-authenticated.latest-reward-within-90-view .common-notice-item.is-critical::before,body.customer-authenticated.latest-reward-within-90-view .common-notice-item::before{width:auto;height:auto;display:block;border:0;border-radius:0;background:0 0;color:var(--common-top-muted);font:900 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace}body.light.customer-authenticated.latest-reward-within-90-view .common-rules-card{border-color:#d9d3eb;background:linear-gradient(145deg,#fff,#fbfaff);box-shadow:0 5px 16px rgba(83,61,126,.06),inset 0 1px 0 #fff}body.light.customer-authenticated.latest-reward-within-90-view .common-notice-item,body.light.customer-authenticated.latest-reward-within-90-view .common-notice-item.is-critical{color:#087e63}body.customer-authenticated.latest-reward-over-90-view .common-status-panel{grid-template-columns:310px minmax(380px,1fr) 220px;column-gap:10px}body.customer-authenticated.cashback-view-active .common-status-cutoff{display:none}body.customer-authenticated.cashback-view-active .trade-address-rules{display:none}body.customer-authenticated.cashback-view-active.latest-reward-over-90-view .common-status-panel{grid-template-columns:310px minmax(380px,1fr)}body.customer-authenticated.latest-reward-over-90-view .common-rules-card{display:none}body.customer-authenticated.latest-reward-over-90-view .common-status-cutoff{order:1}body.customer-authenticated.latest-reward-over-90-view .common-guide-card{order:2}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules{grid-column:auto;grid-row:auto;order:3;width:auto;height:auto;min-height:132px;margin:0;padding:12px 15px 10px;border-radius:12px}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule{grid-template-columns:12px minmax(0,1fr);gap:4px;font-size:13px}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule>span{white-space:normal}body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-sync-plan-value{font-size:13px}body.customer-authenticated .common-status-panel{--common-top-text:#c7d3e0;--common-top-muted:#8798ac}body.customer-authenticated .common-status-panel .common-guide-list,body.customer-authenticated .common-status-panel .common-guide-title,body.customer-authenticated .common-status-panel .common-notice-item,body.customer-authenticated .common-status-panel .common-rules-title,body.customer-authenticated .common-status-panel .common-sync-plan-value,body.customer-authenticated .common-status-panel .common-wallet-title{color:var(--common-top-text)}body.customer-authenticated .common-status-panel .common-rates-updated,body.customer-authenticated .common-status-panel .common-rules-subtitle,body.customer-authenticated .common-status-panel .common-status-cutoff .common-status-label,body.customer-authenticated .common-status-panel .common-status-cutoff .common-status-time,body.customer-authenticated .common-status-panel .common-wallet-value span{color:var(--common-top-muted);text-shadow:none}body.customer-authenticated .common-status-panel .common-guide-list li::marker,body.customer-authenticated .common-status-panel .common-notice-item.is-critical::before,body.customer-authenticated .common-status-panel .common-notice-item::before{color:var(--common-top-muted)}body.customer-authenticated .common-status-panel .common-notice-item.is-critical{color:var(--common-top-text)}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-head,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-warning{color:var(--common-top-text)}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical{color:#29f0bd}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical::before,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule::before{color:var(--common-top-muted)}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule strong{color:#b69cff}body.light.customer-authenticated .common-status-panel{--common-top-text:#3f5369;--common-top-muted:#718197}body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical{color:#087e63}body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule strong{color:#8a5700;font-weight:800}body.customer-authenticated.latest-reward-over-90-view .common-guide-title,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-head{font-size:16px;font-weight:950;line-height:1.35}body.customer-authenticated.latest-reward-over-90-view .common-guide-card{padding:12px 15px 10px;border-color:rgba(141,160,182,.16);background:rgba(8,14,22,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}body.customer-authenticated.latest-reward-over-90-view .common-guide-title,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-head,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-warning{color:#29f0bd}body.customer-authenticated.latest-reward-over-90-view .common-guide-list{display:grid;gap:0;margin:8px 0 0;padding:0;color:#29f0bd;font-size:13px;font-weight:800;line-height:1.5;list-style:none;counter-reset:common-guide-step}body.customer-authenticated.latest-reward-over-90-view .common-guide-list li{min-width:0;display:grid;grid-template-columns:12px minmax(0,1fr);gap:4px;align-items:center;min-height:31px;padding:5px 0;border-bottom:1px solid rgba(141,160,182,.11);counter-increment:common-guide-step}body.customer-authenticated.latest-reward-over-90-view .common-guide-list li::before{content:counter(common-guide-step);color:var(--common-top-muted);font:900 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace}body.customer-authenticated.latest-reward-over-90-view .common-guide-list li:last-child{border-bottom:0}body.customer-authenticated.latest-reward-over-90-view .common-guide-list strong{color:inherit;font-weight:800}body.light.customer-authenticated.latest-reward-over-90-view .common-guide-card{border-color:#d9d3eb;background:linear-gradient(145deg,#fff,#fbfaff);box-shadow:0 5px 16px rgba(83,61,126,.06),inset 0 1px 0 #fff}body.light.customer-authenticated.latest-reward-over-90-view .common-guide-title,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-head,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rules-warning{color:#087a62}body.light.customer-authenticated.latest-reward-over-90-view .common-guide-list{color:#087e63}body.light.customer-authenticated.latest-reward-over-90-view .common-guide-list li{border-bottom-color:#e3eaf1}body.customer-authenticated.latest-reward-over-90-view .common-rates-card{order:4}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout{grid-template-rows:150px}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form{grid-column:1;grid-row:1}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{grid-column:2;grid-row:1}body.customer-authenticated .chain-grid,body.customer-authenticated .claim-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}body.customer-authenticated .chain-card,body.customer-authenticated .claim-card{min-width:0;padding:16px;border-radius:6px}body.customer-authenticated .claim-addresses,body.customer-authenticated .claim-history,body.customer-authenticated .claim-summary,body.customer-authenticated .single-record-card{border-radius:6px}body.customer-authenticated footer{right:0;left:240px;min-height:64px;margin-left:0;padding:10px 24px}@media(max-width:1100px){.common-status-panel{grid-template-columns:1fr}.chain-card{flex-basis:300px}.claim-card{flex-basis:360px}}@media(max-width:1500px){body.customer-authenticated .chain-grid,body.customer-authenticated .claim-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1499px){body.customer-authenticated .common-status-panel{grid-template-columns:repeat(3,minmax(0,1fr))}body.customer-authenticated .common-guide-list{gap:5px;margin-top:8px}}@media(max-width:1499px){body.customer-authenticated.latest-reward-over-90-view .common-status-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1320px){body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout{grid-template-rows:auto}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form{grid-column:1;grid-row:1}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{grid-column:1;grid-row:2}}@media(max-width:1280px){.trade-address-overview-grid{grid-template-columns:1fr}.trade-payout-whitelist{padding:14px}}@media(max-width:1200px){body.customer-authenticated .common-status-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1200px){body.customer-authenticated.latest-reward-over-90-view .common-status-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1350px){body.customer-authenticated.latest-reward-within-90-view .common-status-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){body.customer-authenticated .portal-content{padding:20px 14px 32px}body.customer-authenticated .chain-grid,body.customer-authenticated .claim-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.portal-layout{grid-template-columns:1fr}.chain-sidebar{position:static;padding:7px;overflow-x:auto}.chain-menu{min-width:max-content;flex-direction:row}.chain-menu-btn{width:auto;min-width:72px;text-align:center}}@media(max-width:720px){.shell{width:calc(100% - 22px);margin:0 11px}.nav{min-height:68px;align-items:flex-start;flex-direction:column;padding:11px 0}.brand{font-size:17px}.nav-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) repeat(2,auto);gap:6px}.userid{display:block;align-self:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghost-btn,.link-btn{padding:0 11px;font-size:12px}main{padding:36px 0 130px}.auth-card{padding:25px}.common-status-panel{grid-template-columns:1fr;padding:10px;gap:9px}.common-status-item{padding:12px}.common-status-cutoff .common-status-value{font-size:14px;letter-spacing:0;white-space:nowrap}.common-status-item:not(.common-status-cutoff) .common-status-value{font-size:13px}.common-rates-card{width:100%;height:38px;padding:5px 7px}.common-rates-list{width:100%;justify-content:space-between;gap:2px}.common-rate-row{gap:2px;padding-right:4px}.common-rate-icon,.common-rates-updated{display:none}.common-rate-symbol{font-size:8px}.common-rate-value{font-size:9px}.common-rates-refresh-icon{width:18px;height:22px;font-size:12px}.daily-query-bar{align-items:stretch;flex-wrap:wrap}.daily-query-field{flex:1;justify-content:space-between}.daily-query-field input{width:min(200px,65%)}.daily-query-actions{width:100%;margin-left:0}.daily-query-actions .ghost-btn{width:100%}.dashboard-toast{top:10px}.dashboard-head{align-items:flex-start;flex-direction:column}.dashboard-head h1{font-size:36px}.dashboard-head .single-chain-title{font-size:28px}.claim-summary{align-items:stretch;flex-direction:column}.claim-summary-action{justify-items:stretch;min-width:0}.claim-availability-hint{text-align:left}.claim-all-btn{width:100%}.chain-grid,.claim-grid{display:grid;grid-template-columns:1fr}.claim-address-row{grid-template-columns:repeat(3,minmax(0,1fr))}.claim-address-row.is-editing{grid-template-columns:repeat(4,minmax(0,1fr))}.claim-address-input{grid-column:1/-1}.claim-address-save{grid-column:1}.claim-address-edit{grid-column:2}.claim-address-row:not(.is-editing) .claim-address-copy{grid-column:3}.claim-address-row.is-editing .claim-address-cancel{grid-column:3}.claim-address-row.is-editing .claim-address-copy{grid-column:4}.claim-confirm-item{grid-template-columns:minmax(80px,auto) minmax(0,1fr)}.claim-confirm-usdt{grid-column:2;text-align:left}.claim-log-fields{grid-template-columns:1fr 1fr}.record-head,.record-row{grid-template-columns:minmax(0,1fr) minmax(104px,.7fr);gap:8px}.record-head{font-size:12px}.record-row{font-size:13px}.record-time{font-size:11px}.single-record-card{padding:19px}.modal-actions{grid-template-columns:1fr}footer{right:11px;left:11px;min-height:104px;align-items:flex-start;flex-direction:column;justify-content:center;padding:10px 0;font-size:11px;line-height:1.5}.footer-contact{gap:1px;font-size:10px}.footer-contact-title{width:auto;font-size:10px}.footer-safety{margin-left:0;text-align:left}}@media(max-width:720px){body.customer-authenticated .nav{width:calc(100% - 112px);height:60px;min-height:60px;margin-left:112px;padding:0 10px;align-items:center;flex-direction:row;overflow-x:auto}body.customer-authenticated .nav-actions{width:auto;display:flex;flex:0 0 auto}body.customer-authenticated .portal-layout{margin-left:112px}body.customer-authenticated .chain-sidebar{position:fixed;width:112px;padding:0;overflow:hidden}body.customer-authenticated .chain-sidebar-brand{justify-content:center;padding:0 8px}body.customer-authenticated .chain-sidebar-brand>span:last-child{display:none}body.customer-authenticated .chain-menu{min-width:0;flex-direction:column;padding-top:10px}body.customer-authenticated .chain-menu-btn{width:100%;min-width:0;padding:10px 8px;font-size:12px;text-align:left}body.customer-authenticated .portal-content{padding:20px 14px 144px}body.customer-authenticated .dashboard-toast{top:7px;left:calc(50% + 56px);width:calc(100% - 140px)}body.customer-authenticated .common-status-panel{grid-template-columns:1fr}body.customer-authenticated .chain-grid,body.customer-authenticated .claim-grid{grid-template-columns:1fr}body.customer-authenticated footer{right:0;left:112px;margin-left:0;padding:10px 14px}}@media(max-width:720px){body.customer-authenticated.latest-reward-within-90-view .common-status-panel{grid-template-columns:1fr}}@media(max-width:720px){body.customer-authenticated.latest-reward-over-90-view .common-status-panel{grid-template-columns:1fr}}@media(max-width:720px){.common-status-panel{flex-direction:column}.common-guide-card,.common-rates-card,.common-rules-card,.common-status-cutoff{width:100%}.common-guide-card,.common-rules-card{height:auto;min-width:0;flex:0 0 auto}.common-guide-list{line-height:1.55}.dashboard-head .all-chains-title{font-size:28px}}@media(max-width:720px){.footer-account{width:100%;gap:8px}.footer-contact{flex:0 0 86px}.footer-wallet-card{width:auto;min-width:0;flex:1 1 auto;gap:5px;padding:6px 8px}.footer-wallet-card .common-wallet-title{gap:4px;font-size:8.5px}.footer-wallet-card .common-wallet-icon{width:18px;height:18px}.footer-wallet-card .common-wallet-icon img{width:12px;height:12px}.footer-wallet-card .common-wallet-value{gap:3px}.footer-wallet-card .common-wallet-value strong{font-size:15px}.footer-wallet-card .common-wallet-value span{font-size:8px}.footer-safety{position:static;align-self:center;transform:none;text-align:center;white-space:normal}.claim-address-hint:not(.is-editing){overflow-x:auto;scrollbar-width:none}.claim-address-hint:not(.is-editing)::-webkit-scrollbar{display:none}}@media(max-width:720px){.trade-address-overview-grid{gap:10px}.trade-address-summary{gap:5px;padding:5px}.trade-address-stat{min-height:48px;padding:6px}.trade-address-stat-label{font-size:9px}.trade-address-stat-value{font-size:15px}.trade-payout-whitelist{padding:12px}}@media(max-width:720px){.faq-head h1{font-size:28px}.faq-item{padding:18px 16px}.faq-question{grid-template-columns:30px minmax(0,1fr);gap:10px;font-size:15px}.faq-question-number{width:30px;height:30px}.faq-answer{margin:12px 0 0 40px;padding:12px 13px;font-size:13px}}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:color .2s ease,background-color .2s ease}button,input{font:inherit}.ghost-btn,.link-btn,button{transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.ghost-btn:hover,.link-btn:hover,button:not(:disabled):hover{transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(22,230,179,.22);outline-offset:2px}.auth-card,.chain-card,.claim-addresses,.claim-card,.claim-summary,.modal-card,.single-record-card{box-shadow:0 18px 48px rgba(0,0,0,.16)}.theme-switch{min-width:150px;gap:10px;justify-content:space-between;padding:0 12px;white-space:nowrap}.theme-switch-name{color:#9faec0;font-size:12px;font-weight:750}.theme-switch-meta{display:flex;align-items:center;gap:7px;margin-left:auto}.theme-switch-state{min-width:24px;color:#dce7f4;font-size:11px;font-weight:800;text-align:right}.theme-switch-control{position:relative;width:34px;height:18px;flex:0 0 auto;border:1px solid rgba(148,163,184,.34);border-radius:999px;background:rgba(148,163,184,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.28)}.theme-switch-control::after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#a9b7c8;box-shadow:0 1px 4px rgba(0,0,0,.36);transition:transform .18s ease,background-color .18s ease}.theme-switch[aria-pressed=true] .theme-switch-control{border-color:rgba(22,230,179,.42);background:rgba(22,230,179,.18)}.theme-switch[aria-pressed=true] .theme-switch-control::after{background:#29f0bd;transform:translateX(16px)}body.customer-authenticated .chain-card,body.customer-authenticated .claim-addresses,body.customer-authenticated .claim-card,body.customer-authenticated .claim-summary,body.customer-authenticated .common-status-item,body.customer-authenticated .common-status-panel,body.customer-authenticated .single-record-card{border-radius:12px}.cashback-submit-view{--cashback-content-width:1440px;display:block;width:100%}.cashback-chain-switcher,.cashback-submit-layout,.cashback-submit-view>.dashboard-head{width:min(100%,var(--cashback-content-width));margin-right:auto;margin-left:auto}.cashback-submit-view>.dashboard-head{align-items:flex-end;margin-bottom:16px}.cashback-page-kicker{color:var(--green);font-size:11px;font-weight:850;letter-spacing:.1em}#cashbackSubmitTitle{margin-top:5px;font-size:clamp(28px,2vw,34px);line-height:1.12;letter-spacing:-.025em}.cashback-page-subtitle{max-width:680px;margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.cashback-chain-switcher{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:8px 10px;border:1px solid var(--line);border-radius:13px;background:rgba(17,23,33,.72)}.cashback-chain-label{flex:0 0 auto;padding:0 5px;color:var(--muted);font-size:11px;font-weight:800}.cashback-chain-tabs{min-width:0;display:flex;flex:1;gap:6px;margin:0;overflow-x:auto;scrollbar-width:none}.cashback-chain-tabs::-webkit-scrollbar{display:none}.cashback-chain-tab{min-width:max-content;min-height:36px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px 12px;border:1px solid transparent;border-radius:9px;background:0 0;color:var(--muted);cursor:pointer;font-size:12px;font-weight:780;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}button.cashback-chain-tab:hover{border-color:rgba(95,168,255,.24);background:rgba(95,168,255,.07);color:var(--text);transform:none}button.cashback-chain-tab:active{transform:translateY(1px)}.cashback-chain-tab-icon{width:18px;height:18px;flex:0 0 18px;border-radius:50%;object-fit:cover}.cashback-chain-tab.active{border-color:rgba(22,230,179,.4);background:rgba(22,230,179,.12);color:var(--green);box-shadow:inset 0 0 0 1px rgba(22,230,179,.05)}.cashback-submit-layout{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;align-items:stretch}.cashback-proof-card{grid-column:span 4}.cashback-data-card{grid-column:span 5}.cashback-claim-card{grid-column:span 3}.cashback-whitelist{grid-column:1/-1}.cashback-claim-card,.cashback-data-card,.cashback-proof-card,.cashback-whitelist{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,rgba(24,34,49,.98),rgba(14,21,31,.98));box-shadow:0 12px 32px rgba(0,0,0,.16)}.cashback-claim-card::before,.cashback-data-card::before,.cashback-proof-card::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--green),var(--blue));opacity:.78}.cashback-claim-card,.cashback-data-card,.cashback-proof-card{padding:20px}.cashback-section-head{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:start;gap:11px;margin-bottom:14px}.cashback-proof-card .cashback-section-head{grid-template-columns:36px minmax(0,1fr)}.cashback-data-card .cashback-section-head,.cashback-proof-card .cashback-section-head{min-height:44px;align-items:center}.cashback-step{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(22,230,179,.28);border-radius:10px;background:rgba(22,230,179,.09);color:var(--green);font:850 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.cashback-card-title{margin:0;color:var(--text);font-size:16px;font-weight:850;line-height:1.35}.cashback-card-hint{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.cashback-proof-title-row{min-width:0}.cashback-proof-title-line{min-width:0;display:flex;align-items:center;gap:8px}.cashback-example-help{min-height:32px;display:inline-flex;align-items:center;flex:0 0 auto;margin:0;padding:0 2px;border:0;background:0 0;color:#ff7180;font-size:14px;font-weight:850;line-height:1.3;white-space:nowrap;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}.cashback-proof-title-line>.cashback-example-help:hover{color:#ff91a0;transform:none}.cashback-paste-frame{position:relative}.cashback-paste-input{min-height:222px;display:flex;align-items:center;justify-content:center;padding:18px;border:1px dashed rgba(95,168,255,.5);border-radius:12px;background:linear-gradient(145deg,rgba(95,168,255,.065),rgba(95,168,255,.025));color:var(--muted);text-align:center;cursor:text;outline:0;overflow:hidden;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.cashback-paste-input:hover{border-color:rgba(95,168,255,.78);background:rgba(95,168,255,.075)}.cashback-paste-input:focus{border-color:var(--green);background:rgba(22,230,179,.045);box-shadow:0 0 0 3px rgba(22,230,179,.1)}.cashback-paste-input.has-image{padding:7px}.cashback-paste-input img{display:block;width:100%;max-height:300px;object-fit:contain;border-radius:8px}.cashback-paste-placeholder{display:grid;justify-items:center;gap:7px;line-height:1.4}.cashback-paste-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:3px;border:1px solid rgba(95,168,255,.32);border-radius:12px;background:rgba(95,168,255,.09);color:#8fc2ff;font-size:24px;font-weight:300}.cashback-paste-placeholder strong{color:var(--text);font-size:14px;font-weight:800}.cashback-paste-placeholder small{color:var(--muted);font-size:11px}.cashback-clear-image-btn{position:absolute;z-index:2;top:10px;right:10px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(141,160,182,.38);border-radius:9px;background:rgba(8,14,22,.88);color:#e6eef8;box-shadow:0 6px 18px rgba(0,0,0,.22);backdrop-filter:blur(8px);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.cashback-clear-image-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.cashback-clear-image-btn:hover{border-color:rgba(255,113,128,.62);background:rgba(75,24,32,.92);color:#ffb2ba}.cashback-clear-image-btn:focus-visible{outline:2px solid rgba(95,168,255,.62);outline-offset:2px}.cashback-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cashback-metric-card{position:relative;min-width:0;min-height:104px;display:flex;flex-direction:column;justify-content:center;gap:9px;padding:14px;border:1px solid var(--line);border-radius:11px;background:rgba(95,168,255,.035)}.cashback-metric-card::after{content:"";position:absolute;inset:auto 12px 0;height:2px;border-radius:999px;background:rgba(95,168,255,.26)}.cashback-metric-card:focus-within{border-color:rgba(22,230,179,.58);box-shadow:0 0 0 3px rgba(22,230,179,.1)}.cashback-metric-input-card{border-color:rgba(95,168,255,.32);background:linear-gradient(145deg,rgba(95,168,255,.075),rgba(95,168,255,.03))}.cashback-metric-input-card::after{background:rgba(95,168,255,.5)}.cashback-metric-input-card:focus-within{border-color:var(--line);box-shadow:none}.cashback-metric-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.cashback-metric-label{margin:0;color:var(--muted);font-size:11.5px;font-weight:780;line-height:1.35;letter-spacing:.01em}.cashback-field-required{flex:0 0 auto;padding:3px 6px;border-radius:999px;background:rgba(95,168,255,.12);color:#8fc2ff;font-size:9px;font-weight:850}.cashback-metric-value{min-width:0;color:var(--text);font:850 clamp(17px,1.15vw,21px)/1.15 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.015em;white-space:nowrap}.cashback-metric-value.is-positive{color:var(--green)}.cashback-metric-input{min-height:46px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 11px;border:1.5px solid rgba(95,168,255,.72);border-radius:9px;background:rgba(95,168,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.cashback-metric-input:hover{border-color:rgba(22,230,179,.72)}.cashback-metric-input:focus-within{border-color:var(--green);background:rgba(22,230,179,.08);box-shadow:0 0 0 3px rgba(22,230,179,.13),inset 0 1px 0 rgba(255,255,255,.06)}.cashback-metric-input .cashback-amount-input{width:100%;min-width:0;height:auto;min-height:44px;padding:0;border:0;border-radius:0;outline:0;background:0 0;color:var(--text);font:850 clamp(17px,1.15vw,21px)/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.015em;cursor:text;box-shadow:none}.cashback-metric-unit{padding-left:8px;border-left:1px solid rgba(141,160,182,.26);color:var(--text);font:800 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.cashback-commission-card{border-color:rgba(255,170,54,.42);background:rgba(255,170,54,.055)}.cashback-commission-card::after{background:rgba(255,170,54,.48)}.cashback-commission-card .cashback-metric-value{color:var(--amber)}.cashback-submit-primary{display:flex;align-items:center;justify-self:end;gap:10px;flex:0 0 auto}.cashback-claim-btn,.cashback-submit-btn{min-height:44px;padding:0 20px;border:0;border-radius:10px;background:linear-gradient(135deg,#16e6b3,#32a7ff);color:#06110f;font-weight:900;white-space:nowrap;cursor:pointer;box-shadow:0 8px 20px rgba(30,177,198,.18);transition:filter .18s ease,transform .18s ease,box-shadow .18s ease}.cashback-claim-btn:hover:not(:disabled),.cashback-submit-btn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 11px 24px rgba(30,177,198,.24)}.cashback-submit-btn:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.cashback-claim-btn:disabled{border:1px solid rgba(141,160,182,.24);background:rgba(141,160,182,.1);color:var(--muted);opacity:1;cursor:not-allowed;box-shadow:none}.cashback-whitelist{margin:0;padding:18px}.cashback-whitelist .cashback-section-head{display:block;margin-bottom:12px}.cashback-whitelist .claim-address-title{font-size:16px}.cashback-whitelist .claim-address-hint{min-height:42px;margin-top:0;padding-top:8px;padding-bottom:8px;line-height:1.55;white-space:normal}.cashback-whitelist .claim-address-security{white-space:normal}.cashback-whitelist .claim-address-row{grid-template-columns:minmax(0,1fr) repeat(3,70px);gap:8px;margin-top:10px}.cashback-whitelist .claim-address-row.is-editing{grid-template-columns:minmax(0,1fr) repeat(4,70px)}.cashback-whitelist .claim-address-cancel,.cashback-whitelist .claim-address-copy,.cashback-whitelist .claim-address-edit,.cashback-whitelist .claim-address-input,.cashback-whitelist .claim-address-save{min-height:42px;height:42px}.cashback-claim-card{min-height:176px;display:flex;align-items:stretch;margin:0;border-color:rgba(22,230,179,.24);background:linear-gradient(135deg,rgba(22,230,179,.1),rgba(17,23,33,.95) 58%,rgba(95,168,255,.07))}.cashback-claim-summary{width:100%;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto minmax(72px,1fr) auto;align-items:stretch;gap:0 11px}.cashback-claim-summary>.cashback-step{grid-column:1;grid-row:1}.cashback-claim-copy .cashback-card-title{min-height:36px;display:flex;align-items:center}.cashback-claim-copy{min-width:0;display:grid;grid-column:2;grid-row:1/3;grid-template-rows:auto minmax(64px,1fr) auto}.cashback-claim-total{min-width:0;display:flex;align-items:baseline;align-self:center;flex-wrap:wrap;gap:0 9px;margin-top:12px;color:var(--text);font:900 clamp(20px,1.55vw,28px)/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.02em}.cashback-claim-total>span{white-space:nowrap}.cashback-claim-total .cashback-claim-bnb{color:var(--green)}.cashback-claim-status{align-self:end;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.5}.cashback-claim-btn{min-width:132px;grid-column:1/-1;grid-row:3;align-self:end;justify-self:stretch;margin-top:14px}.cashback-settlement-view{width:100%}.cashback-settlement-head{align-items:flex-end;margin-bottom:16px}.cashback-settlement-switcher{margin-bottom:14px}.cashback-settlement-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:rgba(17,23,33,.82);box-shadow:0 12px 32px rgba(0,0,0,.14)}.cashback-settlement-card-head{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border-bottom:1px solid var(--line)}.cashback-settlement-card-heading{min-width:0}.cashback-settlement-card-title{color:var(--text);font-size:16px;font-weight:850}.cashback-settlement-formula{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}.cashback-settlement-count{color:var(--muted);font-size:11px;font-weight:750}.cashback-settlement-table-shell{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#40536d transparent}.cashback-settlement-table{width:100%;min-width:1380px;border-collapse:collapse;table-layout:fixed}.cashback-settlement-table th{height:40px;padding:9px 11px;border-bottom:1px solid rgba(95,168,255,.2);background:rgba(95,168,255,.055);color:#afc1d4;font-size:11px;font-weight:850;text-align:left;white-space:nowrap}.cashback-settlement-table th:first-child{width:48px}.cashback-settlement-table th:nth-child(2){width:165px}.cashback-settlement-table th:nth-child(3){width:125px}.cashback-settlement-table th:nth-child(4),.cashback-settlement-table th:nth-child(5),.cashback-settlement-table th:nth-child(6){width:165px}.cashback-settlement-table th:nth-child(7),.cashback-settlement-table th:nth-child(8){width:92px}.cashback-settlement-table th:nth-child(9){width:145px}.cashback-settlement-table th:nth-child(10){width:130px}.cashback-settlement-table th:nth-child(11){width:105px}.cashback-settlement-table.legacy-settlement-table{min-width:1280px}.legacy-settlement-table th:nth-child(4),.legacy-settlement-table th:nth-child(5),.legacy-settlement-table th:nth-child(6){width:160px}.legacy-settlement-table th:nth-child(7){width:100px}.legacy-settlement-table th:nth-child(8),.legacy-settlement-table th:nth-child(9){width:145px}.legacy-settlement-table th:nth-child(10){width:145px}.cashback-settlement-table td{padding:12px 11px;border-bottom:1px solid rgba(255,255,255,.06);color:#dfe8f3;font-size:12px;line-height:1.4;text-align:left;vertical-align:middle;white-space:nowrap}.cashback-settlement-table tbody tr:last-child td{border-bottom:0}.cashback-settlement-amount,.cashback-settlement-index,.cashback-settlement-percent,.cashback-settlement-time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.cashback-settlement-amount{font-weight:760}.cashback-settlement-commission{color:var(--green);font-weight:850}.cashback-settlement-chain-badge{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:0 8px;border:1px solid rgba(95,168,255,.18);border-radius:999px;background:rgba(95,168,255,.06);color:#c7d6e6;font-weight:850}.cashback-settlement-chain-icon{width:16px;height:16px;object-fit:contain}.cashback-settlement-row-unit{margin-left:4px;color:var(--muted);font-size:10px;font-weight:800}.cashback-settlement-payout-link{color:#9ec9ff;font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}.cashback-settlement-payout-link:focus-visible,.cashback-settlement-payout-link:hover{color:var(--green)}.cashback-image-preview-trigger{padding:0;border:0;background:0 0;color:#9ec9ff;font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cashback-settlement-image-link{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(95,168,255,.28);border-radius:8px;color:#9ec9ff;font-size:11px;font-weight:800;text-decoration:none}.cashback-settlement-image-link:hover{border-color:rgba(95,168,255,.55);background:rgba(95,168,255,.08)}.cashback-settlement-empty{padding:34px 12px!important;color:var(--muted)!important;text-align:center!important}body.light .cashback-chain-switcher{border-color:#d8e2ec;background:rgba(255,255,255,.76);box-shadow:0 6px 18px rgba(31,57,88,.04)}body.light .cashback-chain-tab{color:#5f7185}body.light .cashback-chain-tab:hover{border-color:#cad9e9;background:#f4f8fc;color:#24364c}body.light .cashback-chain-tab.active{border-color:#8fd7c5;background:#eaf8f4;color:#087a62;box-shadow:none}body.light .cashback-claim-card,body.light .cashback-data-card,body.light .cashback-proof-card,body.light .cashback-whitelist{border-color:#d4e0eb;background:#fff;box-shadow:0 12px 30px rgba(31,57,88,.075)}body.light .cashback-step{border-color:#b9e5d9;background:#edf9f5;color:#087a62}body.light .cashback-paste-input{border-color:#b7cfe8;background:linear-gradient(145deg,#f5f9ff,#fbfdff)}body.light .cashback-paste-input:hover{border-color:#79a8d9;background:#f2f7fd}body.light .cashback-paste-input:focus{border-color:#087a62;background:#f2fbf8}body.light .cashback-paste-icon{border-color:#c8dbee;background:#eef5fc;color:#2d68c7}body.light .cashback-example-help{color:#a3293b}body.light #cashbackScreenshotExampleModalDescription{color:#dc003c}body.light .cashback-image-preview-body{background:linear-gradient(rgba(72,97,125,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(72,97,125,.055) 1px,transparent 1px),radial-gradient(circle at 16% 12%,rgba(39,100,216,.11),transparent 36%),radial-gradient(circle at 84% 88%,rgba(0,138,106,.09),transparent 38%),linear-gradient(145deg,#f8fbff,#edf3f8);background-position:center;background-size:28px 28px,28px 28px,auto,auto,auto}body.light .cashback-image-preview-image{border-color:#cbd8e5;box-shadow:0 18px 46px rgba(31,57,88,.17),0 0 0 1px rgba(255,255,255,.9)}body.light .cashback-clear-image-btn{border-color:#c6d4e2;background:rgba(255,255,255,.92);color:#344a62;box-shadow:0 6px 18px rgba(31,57,88,.14)}body.light .cashback-clear-image-btn:hover{border-color:#d9949e;background:#fff3f4;color:#a3293b}body.light .cashback-metric-card{border-color:#dce5ee;background:#f8fafc}body.light .cashback-metric-card::after{background:#c9dced}body.light .cashback-metric-input-card{border-color:#c9dbed;background:linear-gradient(145deg,#f4f9ff,#fbfdff)}body.light .cashback-metric-input-card::after{background:#8eb8e0}body.light .cashback-field-required{background:#eaf2fc;color:#245fb7}body.light .cashback-metric-input{border-color:#6fa8e3;background:#fff;box-shadow:0 1px 3px rgba(31,57,88,.08)}body.light .cashback-metric-input:hover{border-color:#169b7c}body.light .cashback-metric-input:focus-within{border-color:#008a6a;background:#fff;box-shadow:0 0 0 3px rgba(0,138,106,.13)}body.light .cashback-commission-card{border-color:#f3cf9b;background:#fffbf4}body.light .cashback-commission-card::after{background:#ecc780}body.light .cashback-claim-card{border-color:#bfe1d7;background:linear-gradient(135deg,#eefaf6,#fff 58%,#f1f6ff)}body.light .cashback-claim-btn:disabled{border-color:#d5e0ea;background:#edf3f7;color:#6f8196}body.light .cashback-image-preview-trigger{color:#245fb7}body.light .cashback-settlement-card{border-color:#d4e0eb;background:#fff;box-shadow:0 12px 30px rgba(31,57,88,.075)}body.light .cashback-settlement-table th{border-bottom-color:#d8e3ee;background:#f4f7fb;color:#64768a}body.light .cashback-settlement-table td{border-bottom-color:#e6edf4;color:#26384d}body.light .cashback-settlement-chain-badge{border-color:#d4e0eb;background:#f4f8fc;color:#3a5068}body.light .cashback-settlement-payout-link{color:#245fb7}body.light .cashback-settlement-payout-link:focus-visible,body.light .cashback-settlement-payout-link:hover{color:#087a62}body.light .claim-history-table tbody tr.is-linked-target td{background:#eaf8f4;box-shadow:inset 0 1px #b9e5d9,inset 0 -1px #b9e5d9}body.light .cashback-settlement-image-link{border-color:#c8d9ea;color:#245fb7}@media(max-width:1320px){.cashback-submit-layout{grid-template-columns:1fr}.cashback-claim-card,.cashback-data-card,.cashback-proof-card,.cashback-whitelist{grid-column:1}.cashback-paste-input{min-height:190px}.cashback-claim-card{min-height:0}.cashback-claim-summary{grid-template-columns:36px minmax(0,1fr) auto;grid-template-rows:auto}.cashback-claim-copy{display:block;grid-row:1}.cashback-claim-btn{grid-column:3;grid-row:1;align-self:center;justify-self:end;margin:0 0 0 16px}}@media(max-width:720px){.cashback-submit-view>.dashboard-head{align-items:stretch;margin-bottom:14px}.cashback-page-kicker{font-size:10px}#cashbackSubmitTitle{font-size:26px}.cashback-page-subtitle{font-size:12px}.cashback-chain-switcher{align-items:flex-start;flex-direction:column;gap:7px;padding:8px}.cashback-chain-tabs{width:100%}.cashback-chain-tab{gap:6px;padding:6px 10px}.cashback-chain-label{padding-left:3px}.cashback-submit-layout{gap:10px}.cashback-claim-card,.cashback-data-card,.cashback-proof-card,.cashback-whitelist{padding:14px;border-radius:12px}.cashback-section-head{grid-template-columns:32px minmax(0,1fr) auto;gap:9px;margin-bottom:11px}.cashback-data-card .cashback-section-head,.cashback-proof-card .cashback-section-head{grid-template-columns:32px minmax(0,1fr)}.cashback-proof-title-line{gap:6px}.cashback-step{width:32px;height:32px;border-radius:9px}.cashback-paste-input{min-height:170px}.cashback-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.cashback-metric-card{min-height:92px;padding:10px}.cashback-metric-input .cashback-amount-input,.cashback-metric-value{font-size:16px}.cashback-data-card .cashback-submit-primary{grid-column:2;justify-self:end;width:auto}.cashback-submit-btn{width:auto;flex:none}.cashback-whitelist .cashback-section-head{display:block}.cashback-whitelist .claim-address-row{grid-template-columns:repeat(3,minmax(0,1fr))}.cashback-whitelist .claim-address-row.is-editing{grid-template-columns:repeat(4,minmax(0,1fr))}.cashback-whitelist .claim-address-input{grid-column:1/-1}.cashback-whitelist .claim-address-save{grid-column:1}.cashback-whitelist .claim-address-edit{grid-column:2}.cashback-whitelist .claim-address-row:not(.is-editing) .claim-address-copy{grid-column:3}.cashback-whitelist .claim-address-row.is-editing .claim-address-cancel{grid-column:3}.cashback-whitelist .claim-address-row.is-editing .claim-address-copy{grid-column:4}.cashback-claim-summary{grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto}.cashback-claim-btn{grid-column:1/-1;grid-row:2;width:100%;margin:14px 0 0}.cashback-claim-total{font-size:18px}.cashback-settlement-head{align-items:stretch;margin-bottom:14px}.cashback-settlement-head .data-refresh-btn{width:100%}.cashback-settlement-card-head{align-items:flex-start;flex-direction:column;gap:4px;padding:12px 14px}}@media(max-width:720px){.cashback-claim-copy .cashback-card-title{min-height:32px}}body.customer-authenticated .portal-content{padding:32px clamp(18px,3vw,42px) 112px}body.customer-authenticated .chain-grid,body.customer-authenticated .claim-grid{gap:14px}body.light{color-scheme:light;--bg:#f3f6fa;--panel:#ffffff;--panel2:#f8fafc;--line:#d9e2ec;--text:#182235;--muted:#68778a;--green:#008a6a;--blue:#2764d8;--danger:#c93445;--amber:#9a5b00;background:radial-gradient(circle at 12% 0,rgba(39,100,216,.1),transparent 30rem),radial-gradient(circle at 92% 72%,rgba(0,138,106,.09),transparent 28rem),var(--bg)}body.light .nav{border-bottom-color:rgba(24,34,53,.1)}body.light .ghost-btn,body.light .link-btn{background:rgba(255,255,255,.76);color:#44536a;box-shadow:0 2px 8px rgba(20,36,61,.04)}body.light .auth-card{background:rgba(255,255,255,.94);box-shadow:0 28px 80px rgba(35,58,91,.14)}body.light label{color:#4e5d72}body.light input{background:#fff;color:var(--text)}body.light .login-preferences{border-color:#e2e8f0;background:#f8fafc}body.light .remember-login{color:#334155}body.light .daily-query-field input{color-scheme:light}body.light .period-toggle{background:#eef3f8}body.light .period-toggle-btn{color:#627288}body.light .chain-sidebar,body.light .claim-addresses,body.light .common-status-panel,body.light .daily-query-bar{background:rgba(255,255,255,.88)}body.light .chain-menu-btn{color:#5f6f83}body.light .chain-menu-btn:hover{color:#18324b;background:rgba(39,100,216,.06)}body.light .chain-menu-parent{color:#5f6f83}body.light .chain-menu-parent:hover{color:#18324b;background:rgba(39,100,216,.06)}body.light .faq-item{border-color:#dfe7f0;background:linear-gradient(145deg,#fff,#f7f9fc)}body.light .faq-question{color:#1d2c40}body.light .faq-answer{background:rgba(0,138,106,.055);color:#526278}body.light .faq-answer strong{color:#895300}body.light .common-status-item{border-color:#e6ecf3;background:#f7f9fc}body.light .common-status-cutoff{border-color:rgba(0,138,106,.22);background:linear-gradient(145deg,rgba(0,138,106,.1),#f8fbfa)}body.light .common-status-cutoff .common-status-label{color:#416d64}body.light .common-status-cutoff .common-status-value{color:#00795d;text-shadow:none}body.light .common-status-cutoff .common-status-time{color:#64867f}body.light .common-sync-plan-value{color:#176e5a}body.light .common-bsc-delay{color:#b4233a}body.light .common-status-item:not(.common-status-cutoff) .common-status-label{color:#53657b}body.light .common-status-item:not(.common-status-cutoff) .common-status-value{color:#182235}body.light .common-status-item:not(.common-status-cutoff) .common-status-time{color:#718197}body.light .common-rates-updated{color:#718197;text-shadow:none}body.light .common-rates-card{background:#fff}body.light .common-rate-row{border-right-color:#e5ebf2}body.light .common-rate-symbol{color:#53657b}body.light .common-rate-row[data-symbol=BNB] .common-rate-value{color:#d97706}body.light .common-rate-row[data-symbol=SOL] .common-rate-value{color:#0f9f8f}body.light .common-rate-row[data-symbol=ETH] .common-rate-value{color:#4f7de0}body.light .common-rate-row[data-symbol=OKB] .common-rate-value{color:#475569}body.light .common-rate-row[data-symbol=HYPE] .common-rate-value{color:#07877d}body.light .common-guide-card{border-color:rgba(39,100,216,.18);background:linear-gradient(145deg,rgba(39,100,216,.07),#f8fafc)}body.light .common-guide-title{color:#53657b}body.light .common-guide-list{color:#53657b}body.light .common-guide-list li::marker{color:#2764d8}body.light .common-rules-card{border-color:rgba(154,91,0,.24);background:radial-gradient(circle at 100% 0,rgba(200,35,51,.06),transparent 42%),linear-gradient(145deg,rgba(255,203,103,.18),#fbfaf7);box-shadow:none}body.light .common-rules-card::before{background:linear-gradient(180deg,#b87800,#c82333);box-shadow:none}body.light .common-rules-title{color:#744b00}body.light .common-rules-subtitle{color:#927447}body.light .common-rules-info{border-color:rgba(154,91,0,.42);background:rgba(255,203,103,.28);color:#7a5000;box-shadow:none}body.light .common-notice-item{border-color:rgba(154,91,0,.16);background:rgba(255,203,103,.16);color:#684400}body.light .common-notice-item::before{background:rgba(154,91,0,.12);color:#8a5c00}body.light .common-notice-item.is-critical{border-color:rgba(200,35,51,.24);background:rgba(200,35,51,.07);color:#b42333}body.light .common-notice-item.is-critical::before{background:rgba(200,35,51,.11);color:#b42333}body.light .common-wallet-card{border-color:rgba(154,91,0,.18);background:linear-gradient(145deg,rgba(255,203,103,.13),#fbfaf7);box-shadow:none}body.light .common-wallet-title{color:#53657b}body.light .common-wallet-value{color:#9a6500}body.light .common-wallet-value span{color:#927447}body.light .theme-switch-name{color:#687b91}body.light .theme-switch-state{color:#2e4056}body.light .theme-switch-control{border-color:rgba(39,100,216,.24);background:rgba(39,100,216,.08);box-shadow:inset 0 1px 3px rgba(25,44,70,.1)}body.light footer{background:rgba(243,246,250,.96)}body.light .footer-contact-title{color:#244056}body.light .footer-contact-item,body.light .footer-safety{color:#66778c}body.light .footer-contact a{color:#66778c}body.light .chain-card,body.light .single-record-card{background:linear-gradient(145deg,#fff,#f7f9fc)}body.light .claim-address-hint,body.light .claim-chain-token,body.light .claim-field-label,body.light .claim-log-field span,body.light .claim-log-index,body.light .claim-log-meta,body.light .claim-summary-note,body.light .history-label,body.light .record-time,body.light .total-label{color:#68788e}body.light .card-usdt{color:#315f99}body.light .claim-card-head,body.light .claim-confirm-total,body.light .claim-log-meta,body.light .claim-settlement,body.light .history-total,body.light .record-row,body.light .records-title{border-color:#e4eaf1}body.light .claim-address-title,body.light .claim-chain-name,body.light .claim-field-value,body.light .claim-log-field strong,body.light .claim-log-head,body.light .history-value,body.light .record-amount,body.light .records-title{color:#243247;text-shadow:none}body.light .claim-summary{background:linear-gradient(135deg,rgba(0,138,106,.11),#fff 58%,rgba(39,100,216,.07))}body.light .claim-summary-label{color:#54677c}body.light .claim-availability-hint{color:#7a4b00}body.light .claim-all-btn.is-guide,body.light .claim-chain-btn.is-guide{border-color:#d49a24;background:#fff7df;color:#704400;box-shadow:0 2px 8px rgba(122,75,0,.08)}body.light .claim-all-btn.is-guide:hover,body.light .claim-chain-btn.is-guide:hover{border-color:#bd8010;background:#ffefbd;color:#5d3800}body.light .claim-card{background:linear-gradient(145deg,#fff,#f6f9fc)}body.light .claim-chain-icon{background:#eef3f8}body.light .claim-coming-soon{color:#68788e}body.light .claim-cutoff-value{color:#bc3e4a}body.light .claim-address-copy,body.light .claim-log-btn,body.light .claim-log-close{background:#f7f9fc;color:#526278}body.light .claim-address-save{color:#245ca9}body.light .claim-address-approval{color:#9a6500}body.light .claim-address-hint{border-color:rgba(170,118,0,.32);background:linear-gradient(135deg,rgba(255,203,103,.22),rgba(255,247,222,.82));color:#8a5c00}body.light .claim-address-hint::before{border-color:rgba(170,118,0,.45);background:rgba(255,203,103,.26);color:#8a5c00}body.light .claim-address-security{border-right-color:rgba(111,71,0,.66);color:#6f4700}body.light .claim-address-hint.is-editing{border-color:rgba(170,118,0,.28);background:rgba(255,203,103,.16);color:#8a5c00}body.light .claim-address-hint.is-editing strong{color:#6f4700}body.light .claim-address-hint-tag{border-color:rgba(170,118,0,.3);background:rgba(255,203,103,.18);color:#8a5c00}body.light .claim-confirm-item,body.light .claim-log-item,body.light .claim-transfer-recipient{border-color:#e1e8f0;background:#f7f9fc}body.light .claim-history{background:rgba(255,255,255,.92)}body.light .claim-history-table td,body.light .claim-history-title{color:#243247}body.light .claim-history-table th{border-bottom-color:rgba(39,100,216,.18);color:#68788e}body.light .claim-history-table td{border-bottom-color:#e4eaf1}body.light .claim-history-address{color:#5e6f84}body.light .claim-confirm-total{color:#607087}body.light .claim-transfer-message,body.light .claim-transfer-recipient span{color:#63748a}body.light .claim-transfer-recipient strong{color:#29384d}body.light .claim-payment-main{color:#243247}body.light .claim-payment-total{border-color:rgba(5,150,105,.26);background:linear-gradient(135deg,#e9fbf5,#f7fcfa)}body.light .claim-payment-total-label{color:#5f7185}body.light .claim-payment-total-usdt{color:#426a8f}body.light .claim-payment-address-label{color:#64748b}body.light .claim-payment-address{border-color:rgba(39,100,216,.62);background:linear-gradient(135deg,#edf5ff,#f7fbff);color:#124f9b;box-shadow:0 0 0 3px rgba(39,100,216,.09),inset 0 0 14px rgba(39,100,216,.05)}body.light .claim-transfer-hash{color:#245ca9}body.light .records-hint{color:#5e6f84}body.light .record-head{border-bottom-color:rgba(39,100,216,.22);background:#edf2f7;color:#304158}body.light .records-scroll{scrollbar-color:#aab8c8 transparent}body.light .records-scroll::-webkit-scrollbar-thumb{background:#aab8c8}body.light .modal{background:rgba(27,39,57,.48)}body.light .modal-card{background:#fff;box-shadow:0 30px 90px rgba(28,46,73,.24)}body.light .announcement-item{background:#f8fafc}body.light .announcement-item-content{color:#526278}body.light .cancel{color:#536278}body.light .chain-sidebar-brand,body.light footer{border-color:rgba(24,34,53,.1);color:#66778c}body.light.customer-authenticated .nav{background:rgba(255,255,255,.92)}body.light.customer-authenticated .chain-sidebar{background:rgba(255,255,255,.97);box-shadow:8px 0 28px rgba(25,44,70,.05)}body.light.customer-authenticated .theme-switch{border-color:rgba(39,100,216,.18);background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(25,44,70,.1)}body.light.customer-authenticated .chain-menu-btn:hover{color:#17324a;background:rgba(39,100,216,.055)}body.light.customer-authenticated .chain-menu-btn.active{background:rgba(0,138,106,.1)}@media(max-width:900px){body.customer-authenticated .nav{width:100%;height:auto;min-height:60px;margin-left:0;padding:8px 14px;flex-wrap:wrap}body.customer-authenticated .theme-switch{position:static;width:auto;min-width:150px;box-shadow:none}body.customer-authenticated .portal-layout{margin-left:0}body.customer-authenticated .chain-sidebar{position:sticky;z-index:110;top:60px;width:100%;min-height:0;border:0;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none}body.customer-authenticated .chain-sidebar::-webkit-scrollbar{display:none}body.customer-authenticated .chain-sidebar-brand{display:none}body.customer-authenticated .chain-menu{min-width:max-content;flex-direction:row;gap:6px;padding:8px 12px}body.customer-authenticated .chain-menu-group,body.customer-authenticated .chain-submenu{flex-direction:row;gap:6px}body.customer-authenticated .chain-menu-parent{width:auto;min-width:92px;min-height:38px;padding:8px 13px;border:1px solid transparent;border-radius:9px;text-align:center}body.customer-authenticated .chain-menu-btn{width:auto;min-width:78px;min-height:38px;padding:8px 13px;border:1px solid transparent;border-radius:9px;text-align:center}body.customer-authenticated .chain-submenu .chain-menu-btn{padding-left:13px;font-size:14px}body.customer-authenticated .chain-menu-btn.active{border-color:rgba(22,230,179,.22)}body.customer-authenticated .portal-content{padding:22px 16px 104px}body.customer-authenticated .dashboard-toast{top:7px;left:50%;width:min(520px,calc(100% - 28px))}body.customer-authenticated footer{right:0;left:0;margin-left:0;padding:10px 16px}}@media(max-width:720px){body.customer-authenticated .nav{width:100%;height:auto;min-height:60px;margin-left:0;padding:8px 12px;overflow:visible}body.customer-authenticated .nav-left-actions{gap:6px}body.customer-authenticated .nav-actions{width:auto;margin-left:auto;display:flex;gap:6px}body.customer-authenticated .portal-layout{margin-left:0}body.customer-authenticated .chain-sidebar{position:sticky;top:60px;width:100%;padding:0;overflow-x:auto}body.customer-authenticated .chain-menu{min-width:max-content;flex-direction:row;padding:8px 10px}body.customer-authenticated .chain-menu-parent{min-width:86px;padding:8px 11px;font-size:12px}body.customer-authenticated .chain-menu-btn{width:auto;min-width:74px;padding:8px 11px;font-size:12px;text-align:center}body.customer-authenticated .chain-submenu .chain-menu-btn{padding-left:11px;font-size:12px}body.customer-authenticated .portal-content{padding:18px 12px 144px}body.customer-authenticated .dashboard-toast{top:7px;left:50%;width:calc(100% - 24px)}body.customer-authenticated footer{right:0;left:0;min-height:104px;margin-left:0;padding:10px 12px}.theme-switch{min-width:86px;padding:0 8px;gap:6px}body.customer-authenticated .theme-switch{width:auto;min-width:86px}.theme-switch-name{display:none}.auth-card{margin-top:2vh;border-radius:18px}.dashboard-head{gap:14px;margin-bottom:20px}.dashboard-head h1{font-size:clamp(30px,9vw,36px)}}body.light{--bg:#f1f5f9;--panel:#ffffff;--panel2:#f8fbff;--line:#d8e2ec;--text:#17243a;--muted:#64758b;--green:#087e63;--blue:#2d68c7;--danger:#be3045;--amber:#986000;background:radial-gradient(circle at 8% -6%,rgba(45,104,199,.14),transparent 28rem),radial-gradient(circle at 96% 76%,rgba(8,126,99,.1),transparent 30rem),var(--bg)}body.light .nav{background:rgba(255,255,255,.82);border-bottom-color:#d8e2ec;backdrop-filter:blur(14px)}body.light .brand-mark,body.light .chain-sidebar-logo{border-color:#b9e5d9;background:#edf9f5}body.light .auth-card{position:relative;overflow:hidden;border-color:#d8e3ee;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(31,57,88,.13)}body.light .auth-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#2d68c7,#0b9b79)}body.light .primary{background:linear-gradient(135deg,#0b9b79,#087e63);color:#fff;box-shadow:0 9px 20px rgba(8,126,99,.2)}body.light .primary:hover{filter:brightness(1.04);box-shadow:0 12px 24px rgba(8,126,99,.25)}body.light.customer-authenticated .nav{background:rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(23,36,58,.03);backdrop-filter:none}body.light.customer-authenticated .chain-sidebar{background:rgba(255,255,255,.96);border-right-color:#d8e2ec;box-shadow:8px 0 28px rgba(31,57,88,.05)}body.light.customer-authenticated .chain-sidebar-brand{border-bottom-color:#e1e8f0}body.light.customer-authenticated .portal-content{padding-top:30px}body.light.customer-authenticated .common-status-panel{border-color:#d8e3ee;background:rgba(255,255,255,.82);box-shadow:0 10px 26px rgba(31,57,88,.055)}body.light.customer-authenticated .common-status-item{border-color:#e0e8f0;background:#fbfdff}body.light.customer-authenticated .theme-switch{border-color:#cbd9e8;background:#fff}body.light .dashboard-head .all-chains-title{color:#18263c;letter-spacing:-.025em}body.light .trade-address-view .dashboard-head{margin-bottom:18px}body.light .trade-address-view .dashboard-head .all-chains-title{font-size:30px}body.light .trade-address-intro{color:#687a90}body.light .trade-address-cards-layout{gap:14px}body.light .trade-address-cards-layout .trade-address-form,body.light .trade-address-cards-layout .trade-address-rules,body.light .trade-address-cards-layout .trade-address-summary,body.light .trade-address-cards-layout .trade-payout-whitelist{box-shadow:0 10px 24px rgba(31,57,88,.06)}body.light .trade-address-rules{border-color:#d9d3eb;background:linear-gradient(145deg,#fff,#fbfaff)}body.light .trade-address-rules-head,body.light .trade-address-rules-warning{color:#087e63}body.light .trade-address-rule,body.light .trade-address-rule.is-critical{color:#38566d;border-bottom-color:#e8e3f1}body.light .trade-address-rule.is-critical::before,body.light .trade-address-rule::before{color:#087e63}body.light .trade-address-rule strong{color:#6e49a8}body.light .trade-address-cards-layout .trade-address-form{border-color:#c9e2da;background:linear-gradient(135deg,#effaf6,#fff 62%,#f4f8ff)}body.light .trade-address-chain-trigger{border-color:#c8d7e7;background:#fff;box-shadow:0 2px 5px rgba(31,57,88,.04)}body.light .trade-address-input{border-color:#c8d7e7;box-shadow:inset 0 1px 2px rgba(31,57,88,.04)}body.light .trade-address-input::placeholder{color:#96a5b6}body.light .trade-address-submit{border-color:#66cbb4;background:linear-gradient(135deg,#e7faf3,#d8f4eb);color:#087e63}body.light .trade-address-submit:hover{border-color:#3ead94;box-shadow:0 7px 16px rgba(8,126,99,.12)}body.light .trade-address-summary{border-color:#cbddec;background:linear-gradient(135deg,#edf5ff,#fff 55%,#effaf6)}body.light .trade-address-stat{border-color:#d5e0eb;background:#fff;box-shadow:0 5px 14px rgba(31,57,88,.045)}body.light .trade-address-stat-label{color:#667991}body.light .trade-address-stat-value{color:#087e63}body.light .trade-address-stat-unit{color:#8291a3}body.light .trade-address-list-card{border-color:#cbdbea;box-shadow:0 12px 28px rgba(31,57,88,.07)}body.light .trade-address-list-head.trade-address-toolbar{background:linear-gradient(135deg,#f0f6ff,#fff 56%,#effaf6)}body.light .trade-address-list-title{color:#1b2b42}body.light .trade-address-list-note{color:#73849a}body.light .trade-address-history-table th,body.light .trade-address-table th{background:#edf3f8;color:#53677f;border-bottom-color:#cedce9}body.light .trade-address-history-table td,body.light .trade-address-table td{color:#30445d;border-bottom-color:#e4ebf2}body.light .trade-address-history-table tbody tr:nth-child(2n)>td,body.light .trade-address-table tbody tr:nth-child(2n)>td{background:#fbfdff}body.light .trade-address-history-table tbody>tr:hover>td,body.light .trade-address-table tbody>tr:hover>td{background:#f2f8ff}body.light .trade-address-link,body.light .trade-address-table .trade-address-text{color:#2d68c7}body.light .trade-address-link:hover,body.light .trade-address-table .trade-address-text:hover{color:#087e63}body.light .trade-address-history-table .amount,body.light .trade-address-table .amount{color:#087e63}body.light .trade-address-history-table .num,body.light .trade-address-table .num{color:#30445d}body.light .trade-address-select-all{border-color:#c7d8eb;background:#f6f9fd;color:#405b77}body.light .trade-address-detail-btn{border-color:#b9d1ed;background:#f2f7fe;color:#2d68c7}body.light .trade-address-detail-btn:hover{border-color:#73c7b1;background:#effaf6;color:#087e63}body.light .trade-address-status-badge.success{border-color:#a9dfd1;background:#effaf6;color:#087e63}body.light .trade-address-status-badge.processing{border-color:#b9d1ed;background:#f2f7fe;color:#2d68c7}body.light .trade-address-status-badge.failed{border-color:#efbfc8;background:#fff4f5;color:#be3045}body.light .trade-address-history-wrap{border-color:#d4e0eb}body.light .trade-address-batch-summary-item{border-color:#dce6ef;background:#f8fbfe}body.light .trade-address-batch-summary-item strong{color:#30445d}@media(max-width:720px){body.light.customer-authenticated .portal-content{padding-top:18px}body.light .trade-address-view .dashboard-head .all-chains-title{font-size:28px}body.light .trade-address-cards-layout .trade-address-form,body.light .trade-address-cards-layout .trade-address-rules,body.light .trade-address-cards-layout .trade-address-summary,body.light .trade-address-cards-layout .trade-payout-whitelist{box-shadow:0 7px 18px rgba(31,57,88,.055)}}body.light{--light-surface:#ffffff;--light-surface-subtle:#f7f9fc;--light-surface-muted:#eef3f8;--light-border:#d2deea;--light-border-strong:#bfd0df;--light-ink:#1f2d3d;--light-ink-muted:#586a7e;--light-ink-subtle:#6d7e91;--light-blue:#245fb7;--light-green:#087a62;--light-amber:#805200}body.light .trade-address-cards-layout .trade-address-form,body.light .trade-address-cards-layout .trade-address-rules,body.light .trade-address-cards-layout .trade-address-summary,body.light .trade-address-cards-layout .trade-payout-whitelist,body.light .trade-address-history-wrap,body.light .trade-address-list-card{border-color:var(--light-border);box-shadow:0 8px 22px rgba(31,57,88,.055)}body.light .trade-address-cards-layout .trade-address-rules{background:var(--light-surface)}body.light .trade-address-rules-head,body.light .trade-address-rules-warning{color:var(--light-green);letter-spacing:.01em}body.light .trade-address-rule,body.light .trade-address-rule.is-critical{color:var(--light-ink);border-bottom-color:#e3eaf1}body.light .trade-address-rule.is-critical::before,body.light .trade-address-rule::before{color:var(--light-green)}body.light .trade-address-rule strong{color:var(--light-amber)}body.light .trade-address-cards-layout .trade-address-form{border-color:#c3ddd5;background:#f7fcfa}body.light .trade-address-field label,body.light .trade-address-input-head label{color:var(--light-ink-muted)}body.light .trade-address-input-note{color:var(--light-green)}body.light .trade-address-input-note-emphasis{color:#0369a1;text-shadow:none}body.light .trade-address-chain-trigger,body.light .trade-address-input{border-color:var(--light-border-strong);background:var(--light-surface);color:var(--light-ink)}body.light .trade-address-chain-trigger:hover,body.light .trade-address-chain-trigger[aria-expanded=true]{border-color:#75bdaa;background:#f4fbf8}body.light .trade-address-input:focus{border-color:#4cae96;box-shadow:0 0 0 3px rgba(8,122,98,.14)}body.light .trade-address-input::placeholder{color:#8292a4}body.light .trade-address-cutoff,body.light .trade-address-hint,body.light .trade-address-list-note{color:var(--light-ink-subtle)}body.light .trade-address-cutoff strong{color:var(--light-ink-muted)}body.light .trade-address-submit{border-color:#5bb89f;background:#e6f7f1;color:var(--light-green);box-shadow:0 3px 9px rgba(8,122,98,.1)}body.light .trade-address-submit:hover{border-color:#3d9d83;background:#d9f2e9}body.light .trade-address-summary{background:var(--light-surface-muted)}body.light .trade-address-stat{border-color:#d6e0e9;background:var(--light-surface);box-shadow:0 3px 10px rgba(31,57,88,.045)}body.light .trade-address-stat-label{color:var(--light-ink-muted)}body.light .trade-address-stat-unit,body.light .trade-address-stat-value{color:var(--light-green)}body.light .trade-address-stat-unit{color:#718397}body.light .trade-address-cards-layout .trade-payout-whitelist{background:var(--light-surface)}body.light .trade-payout-whitelist .claim-address-title{color:var(--light-ink)}body.light .trade-payout-whitelist .claim-address-hint{border-color:#e4c982;background:#fff8e7;color:#6e4b09}body.light .trade-payout-whitelist .claim-address-security{color:#634400}body.light .trade-payout-whitelist .claim-address-approval{color:#8a5b00}body.light .trade-address-list-head.trade-address-toolbar{border-bottom-color:var(--light-border);background:var(--light-surface-muted)}body.light .trade-address-list-title{color:var(--light-ink)}body.light .trade-address-start-scan:disabled,body.light .trade-address-start-scan[data-scan-blocked=true]{border-color:#c2d1df;background:#e8eef4;color:#667b90;opacity:1;cursor:not-allowed}body.light .trade-address-history-table th,body.light .trade-address-table th{border-bottom-color:#c8d7e5;background:#eaf1f7;color:#4a6077}body.light .trade-address-history-table td,body.light .trade-address-table td{border-bottom-color:#e0e8f0;color:#2c4056}body.light .trade-address-history-table tbody tr:nth-child(2n)>td,body.light .trade-address-table tbody tr:nth-child(2n)>td{background:#fbfdff}body.light .trade-address-history-table tbody>tr:hover>td,body.light .trade-address-table tbody>tr:hover>td{background:#f1f7fd}body.light .trade-address-link,body.light .trade-address-table .trade-address-text{color:var(--light-blue)}body.light .trade-address-link:hover,body.light .trade-address-table .trade-address-text:hover{color:var(--light-green)}body.light .trade-address-table .trade-address-text,body.light .trade-address-table .trade-address-text:hover{color:inherit}body.light .trade-address-history-table .amount,body.light .trade-address-table .amount{color:var(--light-green)}body.light .trade-address-history-table .num,body.light .trade-address-table .num{color:#2c4056}body.light .trade-address-select-all{border-color:#bdcfe0;background:#f7fafd;color:#40566d}body.light .trade-address-batch-detail-btn,body.light .trade-address-detail-btn{border-color:#afc8e7;background:#f0f6fd;color:var(--light-blue)}body.light .trade-address-batch-detail-btn:hover,body.light .trade-address-detail-btn:hover{border-color:#6ab79f;background:#effaf6;color:var(--light-green)}body.light .trade-address-status-badge.success{border-color:#9bd8c8;background:#effaf6;color:var(--light-green)}body.light .trade-address-status-badge.processing{border-color:#afc8e7;background:#f0f6fd;color:var(--light-blue)}body.light .trade-address-status-badge.failed{border-color:#e6b4bc;background:#fff4f5;color:#b3293e}@media(max-width:900px){body.customer-authenticated.cashback-view-active .portal-content{padding-bottom:28px}body.customer-authenticated.cashback-view-active footer{position:static;min-height:0;gap:12px;padding:16px}body.customer-authenticated.cashback-view-active .footer-safety{position:static;margin-left:auto;transform:none;text-align:right;white-space:normal}}@media(max-width:720px){body.customer-authenticated.cashback-view-active footer{gap:8px;padding:16px 12px}body.customer-authenticated.cashback-view-active .footer-safety{align-self:flex-start;margin-left:0;text-align:left}}body.customer-authenticated{--customer-readable-secondary:#b7c7d9;--customer-readable-muted:#9fb1c5;--customer-readable-subtle:#8fa3b8}body.customer-authenticated .common-status-panel{--common-top-text:#d4e0ec;--common-top-muted:var(--customer-readable-muted)}body.customer-authenticated .chain-menu-btn,body.customer-authenticated .chain-menu-parent,body.customer-authenticated .theme-switch-name,body.customer-authenticated .theme-switch-state,body.customer-authenticated .userid{color:var(--customer-readable-secondary);font-weight:750}body.customer-authenticated .common-rates-refresh,body.customer-authenticated .common-rates-updated,body.customer-authenticated .common-status-label,body.customer-authenticated .common-status-time,body.customer-authenticated .common-wallet-title,body.customer-authenticated .common-wallet-value span{color:var(--customer-readable-muted);font-size:11px;font-weight:750}body.customer-authenticated .common-status-panel .common-rates-refresh,body.customer-authenticated .common-status-panel .common-rates-title,body.customer-authenticated .common-status-panel .common-rates-updated,body.customer-authenticated .common-status-panel .common-status-cutoff .common-status-label,body.customer-authenticated .common-status-panel .common-status-cutoff .common-status-time,body.customer-authenticated .common-status-panel .common-status-item:not(.common-status-cutoff) .common-status-label,body.customer-authenticated .common-status-panel .common-status-item:not(.common-status-cutoff) .common-status-time{color:var(--customer-readable-muted)}body.customer-authenticated .trade-address-history-table th,body.customer-authenticated .trade-address-table th,body.customer-authenticated .trade-address-tx-table th{color:var(--customer-readable-secondary);font-size:12px;font-weight:850}body.customer-authenticated .trade-address-history-table td,body.customer-authenticated .trade-address-table td,body.customer-authenticated .trade-address-tx-table td{font-size:12.5px;font-weight:700}body.customer-authenticated .trade-address-batch-address-count small,body.customer-authenticated .trade-address-batch-summary-item span,body.customer-authenticated .trade-address-cutoff,body.customer-authenticated .trade-address-detail-load-status,body.customer-authenticated .trade-address-detail-modal-submitted,body.customer-authenticated .trade-address-empty,body.customer-authenticated .trade-address-hint,body.customer-authenticated .trade-address-history-empty,body.customer-authenticated .trade-address-list-note,body.customer-authenticated .trade-address-no-tx,body.customer-authenticated .trade-address-rebate-value small,body.customer-authenticated .trade-address-submitted,body.customer-authenticated .trade-address-total-count{color:var(--customer-readable-muted);font-size:11px;font-weight:750}body.customer-authenticated .trade-address-stat-label{color:var(--customer-readable-muted);font-size:10px;font-weight:800}body.customer-authenticated .trade-address-stat-unit{color:var(--customer-readable-secondary);font-size:9.5px;font-weight:800}body.customer-authenticated .trade-address-batch-claim-btn,body.customer-authenticated .trade-address-batch-detail-btn,body.customer-authenticated .trade-address-detail-btn,body.customer-authenticated .trade-address-status-badge{font-size:12px}body.customer-authenticated .cashback-claim-btn:disabled,body.customer-authenticated .cashback-submit-btn:disabled,body.customer-authenticated .trade-address-batch-claim-btn:disabled{color:var(--customer-readable-subtle);opacity:1}body.customer-authenticated:not(.light) .trade-address-automatic-claim-btn:disabled{border-color:rgba(22,230,179,.15);background:linear-gradient(135deg,rgba(22,230,179,.065),rgba(95,168,255,.035));color:#789793;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);opacity:1}body.customer-authenticated .cashback-card-hint,body.customer-authenticated .cashback-chain-label,body.customer-authenticated .cashback-metric-label,body.customer-authenticated .cashback-page-subtitle,body.customer-authenticated .cashback-paste-placeholder small,body.customer-authenticated .claim-chain-token,body.customer-authenticated .claim-field-label,body.customer-authenticated .claim-history-hint,body.customer-authenticated .claim-payment-address-label,body.customer-authenticated .claim-summary-note,body.customer-authenticated .record-time{color:var(--customer-readable-muted);font-size:12px;font-weight:650}body.customer-authenticated .footer-contact a,body.customer-authenticated .footer-contact-item,body.customer-authenticated .footer-safety{color:var(--customer-readable-muted);font-weight:700}body.customer-authenticated .footer-contact a,body.customer-authenticated .footer-contact-item{font-size:11.5px}body.customer-authenticated .footer-safety{font-size:12px}body.light.customer-authenticated{--customer-readable-secondary:#40566d;--customer-readable-muted:#586b80;--customer-readable-subtle:#66798e}body.light.customer-authenticated .common-status-panel{--common-top-text:#344a61;--common-top-muted:var(--customer-readable-muted)}@media(max-width:720px){body.customer-authenticated .trade-address-stat-label{font-size:10px}body.customer-authenticated .trade-address-stat-unit{font-size:9px}body.customer-authenticated .footer-contact,body.customer-authenticated .footer-contact-title{font-size:11px}body.customer-authenticated .footer-wallet-card .common-wallet-title,body.customer-authenticated .footer-wallet-card .common-wallet-value span{font-size:9px}}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view){--new-user-surface:#121b26;--new-user-surface-soft:#172332;--new-user-surface-muted:#0f1822;--new-user-line:#2a3a4c;--new-user-line-strong:#385066;--new-user-text:#edf5fc;--new-user-muted:#a8b9cb;--new-user-subtle:#8396aa;--new-user-accent:#27e1b2;--new-user-accent-strong:#35efbf;--new-user-accent-soft:rgba(39,225,178,.1);--new-user-blue:#75b2ff;--new-user-shadow:0 14px 34px rgba(0,0,0,.18)}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view){--new-user-surface:#ffffff;--new-user-surface-soft:#f7fafd;--new-user-surface-muted:#f2f6fa;--new-user-line:#d6e1eb;--new-user-line-strong:#c4d3e1;--new-user-text:#213148;--new-user-muted:#5d7086;--new-user-subtle:#718399;--new-user-accent:#078767;--new-user-accent-strong:#00795d;--new-user-accent-soft:rgba(0,138,106,.075);--new-user-blue:#2764d8;--new-user-shadow:0 12px 30px rgba(31,57,88,.075)}body.customer-authenticated.latest-reward-within-90-view .portal-content{background:radial-gradient(circle at 12% 22%,rgba(39,225,178,.045),transparent 27rem),radial-gradient(circle at 92% 54%,rgba(95,168,255,.045),transparent 25rem)}body.light.customer-authenticated.latest-reward-within-90-view .portal-content{background:radial-gradient(circle at 12% 22%,rgba(0,138,106,.04),transparent 27rem),radial-gradient(circle at 92% 54%,rgba(39,100,216,.04),transparent 25rem)}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-panel{grid-template-columns:210px minmax(370px,1fr);gap:12px;margin-bottom:30px;padding:12px;border-color:var(--new-user-line);border-radius:16px;background:rgba(17,27,38,.88);box-shadow:var(--new-user-shadow)}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-item{border-color:var(--new-user-line);border-radius:12px;background:var(--new-user-surface-muted);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-guide-card{display:none}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-cutoff{order:1;background:linear-gradient(145deg,var(--new-user-accent-soft),var(--new-user-surface-muted))}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rates-card{order:-1;background:linear-gradient(145deg,rgba(95,168,255,.075),var(--new-user-surface-muted))}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-card{display:block;order:2;height:132px;min-height:132px;padding:12px 15px 10px;border-color:rgba(141,160,182,.16);background:rgba(8,14,22,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-card::before{display:none}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-title-row{min-height:24px}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-title{color:var(--common-top-text);font-size:16px;font-weight:950;line-height:1.35}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-info{display:none}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-copy{margin-top:8px}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-list{grid-template-columns:1fr;gap:0}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item,body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-critical{grid-template-columns:12px minmax(0,1fr);gap:4px;min-height:31px;padding:5px 0;border:0;border-bottom:1px solid rgba(141,160,182,.11);border-radius:0;background:0 0;color:#29f0bd;font-size:13px;font-weight:800;line-height:1.5}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item:last-child{border-bottom:0}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-critical::before,body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item::before{width:auto;height:auto;display:block;border:0;border-radius:0;background:0 0;color:var(--common-top-muted);font:900 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-new-user-only{display:grid}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-priority{grid-template-columns:12px minmax(0,1fr);gap:4px;min-height:31px;margin:0;padding:5px 0;border:0;border-radius:0;background:0 0;color:#cbb8ff;font-size:13px;font-weight:900;box-shadow:none}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-priority::before{width:auto;height:auto;display:block;border-radius:0;background:0 0;color:#cbb8ff;font:900 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-panel{border-color:var(--new-user-line);background:rgba(255,255,255,.88)}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-item{border-color:var(--new-user-line);background:var(--new-user-surface);box-shadow:0 6px 18px rgba(31,57,88,.045),inset 0 1px 0 #fff}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-cutoff{background:linear-gradient(145deg,var(--new-user-accent-soft),#fff)}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rates-card{background:linear-gradient(145deg,rgba(39,100,216,.055),#fff)}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-card{border-color:#d9d3eb;background:linear-gradient(145deg,#fff,#fbfaff);box-shadow:0 5px 16px rgba(83,61,126,.06),inset 0 1px 0 #fff}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-title{color:var(--common-top-text)}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item,body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-critical{border-bottom-color:#e3eaf1;background:0 0;color:#087e63}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-critical::before,body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item::before{background:0 0;color:var(--common-top-muted)}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-priority{border-color:transparent;background:0 0;color:#6849a3;box-shadow:none}body.light.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-item.is-priority::before{background:0 0;color:#6849a3}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition){position:relative;display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:8px 14px;margin-bottom:12px;padding:10px 14px;border-color:rgba(39,225,178,.34);border-radius:13px;background:linear-gradient(120deg,rgba(39,225,178,.105),var(--new-user-surface) 52%,rgba(95,168,255,.075));box-shadow:var(--new-user-shadow),inset 3px 0 0 rgba(39,225,178,.72)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-audience-head{position:relative;min-width:0;flex-wrap:nowrap;gap:8px}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-audience-head strong{gap:4px;color:var(--new-user-accent-strong);font-size:16px;font-weight:880;line-height:1.35;letter-spacing:-.01em}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-phase-badge{min-height:24px;padding:0 9px;border-color:rgba(39,225,178,.38);background:rgba(39,225,178,.12);color:#8df8da;font-size:10px;letter-spacing:.05em}body.customer-authenticated.latest-reward-within-90-view .latest-reward-user-label .info-tooltip{position:static}body.customer-authenticated.latest-reward-within-90-view #latestRewardRegistrationTooltip{top:calc(100% + 8px);right:auto;bottom:auto;left:0;width:min(360px,calc(100vw - 48px))}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition)>p:not(.latest-reward-deadline){min-width:0;margin:0;padding-left:14px;border-left:1px solid rgba(141,160,182,.2);color:var(--new-user-muted);font-size:12px;line-height:1.45}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-deadline{justify-self:end;width:auto;max-width:100%;margin:0;padding:6px 9px;border:1px solid rgba(255,123,134,.32);border-radius:8px;background:rgba(255,123,134,.085);color:#ff9aa3;font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap}body.light.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition){border-color:#b8e3d7;background:linear-gradient(120deg,#effaf6,#fff 52%,#f3f7ff);box-shadow:var(--new-user-shadow),inset 3px 0 0 #27a887}body.light.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-audience-head strong{color:#087e63}body.light.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-phase-badge{border-color:#a9ded0;background:#e9f8f3;color:#087e63}body.light.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition)>p:not(.latest-reward-deadline){border-left-color:#d8e5e1}body.light.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-deadline{border-color:#efc4ca;background:#fff5f6;color:#b4233a}body.customer-authenticated.latest-reward-within-90-view .latest-reward-grid{gap:12px;margin-bottom:18px}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card{--chain-accent:#67a8ff;--chain-tint:rgba(95,168,255,.075);position:relative;min-height:296px;padding:17px;border:1px solid var(--new-user-line);border-top:3px solid var(--chain-accent);border-radius:14px;background:linear-gradient(180deg,var(--chain-tint),var(--new-user-surface) 29%);box-shadow:0 10px 26px rgba(0,0,0,.13);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card:hover{transform:translateY(-2px);border-right-color:var(--new-user-line-strong);border-bottom-color:var(--new-user-line-strong);border-left-color:var(--new-user-line-strong);box-shadow:0 14px 30px rgba(0,0,0,.17)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card[data-latest-reward-chain=bsc]{--chain-accent:#f3ba2f;--chain-tint:rgba(243,186,47,.085)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card[data-latest-reward-chain=sol]{--chain-accent:#62e6c9;--chain-tint:rgba(98,230,201,.075)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card[data-latest-reward-chain=eth]{--chain-accent:#809cff;--chain-tint:rgba(128,156,255,.08)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card[data-latest-reward-chain=base]{--chain-accent:#3478f6;--chain-tint:rgba(52,120,246,.08)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card[data-latest-reward-chain=robinhood]{--chain-accent:#9bea20;--chain-tint:rgba(155,234,32,.07)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card-head{gap:10px;padding-bottom:13px;border-color:var(--new-user-line)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card .claim-chain-icon{width:38px;height:38px;padding:6px;border:1px solid var(--chain-accent);background:var(--chain-tint)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card .claim-chain-name{color:var(--new-user-text);font-size:17px;font-weight:880}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card .claim-chain-token{margin-top:2px;color:var(--new-user-subtle);font-size:11px;font-weight:800}body.customer-authenticated.latest-reward-within-90-view .latest-reward-updated{display:flex;align-items:flex-start;gap:6px;margin-top:12px;color:var(--new-user-subtle);font:750 10.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}body.customer-authenticated.latest-reward-within-90-view .latest-reward-updated::before{content:"";width:6px;height:6px;flex:0 0 6px;margin-top:5px;border-radius:50%;background:var(--chain-accent);box-shadow:0 0 0 3px var(--chain-tint)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-fields{gap:14px 11px;margin-top:14px}body.customer-authenticated.latest-reward-within-90-view .latest-reward-field .claim-field-label{color:var(--new-user-muted);font-size:11.5px;font-weight:720}body.customer-authenticated.latest-reward-within-90-view .latest-reward-value{margin-top:5px;color:var(--new-user-text);font-size:12.5px;font-weight:760;line-height:1.45}body.customer-authenticated.latest-reward-within-90-view .latest-reward-value.positive{color:var(--new-user-accent-strong)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-settlement{margin:0 -5px -5px;padding:11px 10px 9px;border:1px solid rgba(39,225,178,.15);border-radius:10px;background:var(--new-user-accent-soft)}body.customer-authenticated.latest-reward-within-90-view .latest-reward-settlement .latest-reward-value{margin-top:6px;color:var(--new-user-text);font-size:18px;font-weight:880}body.customer-authenticated.latest-reward-within-90-view .latest-reward-settlement-value{gap:6px 9px;flex-wrap:nowrap}body.customer-authenticated.latest-reward-within-90-view .latest-reward-settlement-usdt{color:var(--new-user-accent-strong);font-size:13px;font-weight:820}body.light.customer-authenticated.latest-reward-within-90-view .latest-reward-card{background:linear-gradient(180deg,var(--chain-tint),#fff 29%);box-shadow:0 9px 24px rgba(31,57,88,.065)}body.customer-authenticated.latest-reward-within-90-view .claim-summary{min-height:126px;margin-bottom:16px;padding:20px 22px;border-color:rgba(39,225,178,.3);border-radius:16px;background:linear-gradient(120deg,rgba(39,225,178,.12),var(--new-user-surface) 55%,rgba(95,168,255,.08));box-shadow:var(--new-user-shadow),inset 4px 0 0 rgba(39,225,178,.74)}body.customer-authenticated.latest-reward-within-90-view .claim-summary-label{color:var(--new-user-muted);font-size:12.5px;font-weight:720}body.customer-authenticated.latest-reward-within-90-view .claim-summary-value{margin-top:6px;color:var(--new-user-accent-strong);font-size:clamp(28px,2.2vw,34px);font-weight:900;letter-spacing:-.035em;line-height:1.25}body.customer-authenticated.latest-reward-within-90-view .claim-summary-note{margin-top:6px;color:var(--new-user-subtle);font-size:12px;font-weight:650}body.customer-authenticated.latest-reward-within-90-view .claim-all-btn{min-width:172px;min-height:48px;border-color:rgba(53,239,191,.7);border-radius:11px;background:linear-gradient(135deg,#1fd4a8,#35efbf);color:#042c23;box-shadow:0 10px 22px rgba(22,230,179,.16);font-size:14px;font-weight:900}body.customer-authenticated.latest-reward-within-90-view .claim-all-btn:not(:disabled):not(.is-guide):hover{border-color:#77f5d5;background:linear-gradient(135deg,#29deb1,#56f3cc);box-shadow:0 12px 26px rgba(22,230,179,.22)}body.customer-authenticated.latest-reward-within-90-view .claim-all-btn:disabled{border-color:var(--new-user-line-strong);background:var(--new-user-surface-muted);color:var(--new-user-subtle);box-shadow:none;opacity:1}body.customer-authenticated.latest-reward-within-90-view .claim-all-btn.is-guide{border-color:rgba(255,203,103,.5);background:rgba(255,203,103,.11);color:#ffda87;box-shadow:none}body.light.customer-authenticated.latest-reward-within-90-view .claim-summary{border-color:#b8e3d7;background:linear-gradient(120deg,#edf9f5,#fff 55%,#f2f7ff);box-shadow:var(--new-user-shadow),inset 4px 0 0 #27a887}body.light.customer-authenticated.latest-reward-within-90-view .claim-all-btn.is-guide{border-color:#d49a24;background:#fff7df;color:#704400}body.customer-authenticated.latest-reward-within-90-view .claim-addresses{margin-top:0;padding:18px 20px;border-color:var(--new-user-line);border-radius:15px;background:var(--new-user-surface);box-shadow:var(--new-user-shadow)}body.customer-authenticated.latest-reward-within-90-view .claim-address-title{color:var(--new-user-text);font-size:16px;font-weight:880}body.customer-authenticated.latest-reward-within-90-view .claim-address-hint{min-height:42px;margin-top:10px;color:#ffe3a0;font-size:12px;line-height:1.6;white-space:normal}body.customer-authenticated.latest-reward-within-90-view .claim-address-row{margin-top:12px}body.customer-authenticated.latest-reward-within-90-view .claim-address-input{height:44px;border-color:var(--new-user-line);background:var(--new-user-surface-muted);color:var(--new-user-text);font-size:12.5px}body.customer-authenticated.latest-reward-within-90-view .claim-address-cancel,body.customer-authenticated.latest-reward-within-90-view .claim-address-copy,body.customer-authenticated.latest-reward-within-90-view .claim-address-edit,body.customer-authenticated.latest-reward-within-90-view .claim-address-save{min-height:44px;border-radius:9px;font-size:12px;font-weight:850}body.light.customer-authenticated.latest-reward-within-90-view .claim-addresses{border-color:var(--new-user-line);background:#fff}body.light.customer-authenticated.latest-reward-within-90-view .claim-address-hint{border-color:rgba(170,118,0,.3);background:linear-gradient(135deg,#fff8e7,#fffdf7);color:#805200}body.light.customer-authenticated.latest-reward-within-90-view .claim-address-security{color:#6f4700}body.light.customer-authenticated.latest-reward-within-90-view .claim-address-approval{color:#8a5c00}body.light.customer-authenticated.latest-reward-within-90-view .claim-address-input{border-color:#cbd8e5;background:#f8fafc;color:#213148}@media(max-width:1350px) and (min-width:721px){body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-cutoff{width:auto;order:1}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rates-card{width:max-content;max-width:100%;order:-1}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-card{grid-column:1/-1}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-card{order:3}}@media(max-width:1280px) and (min-width:721px){body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition){grid-template-columns:minmax(0,1fr) max-content}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition)>p:not(.latest-reward-deadline){grid-column:1/-1;grid-row:2;padding:7px 0 0;border-top:1px solid rgba(141,160,182,.16);border-left:0}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-deadline{grid-column:2;grid-row:1}}@media(max-width:1100px){body.customer-authenticated.latest-reward-within-90-view .latest-reward-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-panel{margin-bottom:22px;border-radius:14px}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-rules-card{grid-column:auto;height:auto;min-height:0}body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-notice-list{grid-template-columns:1fr}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition){display:flex;align-items:stretch;flex-direction:column;gap:7px;padding:10px 11px;border-radius:12px}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-audience-head{flex-wrap:wrap}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-audience-head strong{font-size:15px}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition)>p:not(.latest-reward-deadline){padding:0;border:0}body.customer-authenticated.latest-reward-within-90-view .latest-reward-banner:not(.is-graduation-transition) .latest-reward-deadline{position:relative;align-self:stretch;width:100%;padding:7px 9px;white-space:normal}body.customer-authenticated.latest-reward-within-90-view .latest-reward-deadline .info-tooltip{position:static}body.customer-authenticated.latest-reward-within-90-view .latest-reward-deadline .info-tooltip-popover{right:0;bottom:calc(100% + 8px);left:0;width:auto}body.customer-authenticated.latest-reward-within-90-view .latest-reward-grid{grid-template-columns:1fr}body.customer-authenticated.latest-reward-within-90-view .latest-reward-card{min-height:0;padding:16px}body.customer-authenticated.latest-reward-within-90-view .claim-summary{min-height:0;padding:18px}body.customer-authenticated.latest-reward-within-90-view .claim-summary-value{font-size:27px}body.customer-authenticated.latest-reward-within-90-view .claim-addresses{padding:16px}body.customer-authenticated.latest-reward-within-90-view .claim-address-security{display:block;margin:0 0 3px;padding:0;border-right:0}}@media(max-width:420px){body.customer-authenticated.latest-reward-within-90-view .latest-reward-settlement-value{align-items:flex-start;flex-direction:column}body.customer-authenticated.latest-reward-within-90-view .latest-reward-settlement-usdt{white-space:normal}}body.customer-authenticated.latest-reward-over-90-view{--legacy-card-radius:15px;--legacy-card-line:rgba(111,142,174,.34);--legacy-card-shadow:0 14px 34px rgba(0,0,0,.16)}body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .portal-content{padding-top:16px}body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-status-panel{margin-bottom:10px}@media(min-width:721px){body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-status-panel>.common-guide-card,body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-status-panel>.common-status-cutoff,body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-status-panel>.trade-address-rules{height:auto;min-height:132px;align-self:stretch}}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout{grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);grid-template-rows:164px;gap:16px;margin-bottom:8px}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form,body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{position:relative;border-color:var(--legacy-card-line);border-radius:var(--legacy-card-radius);box-shadow:var(--legacy-card-shadow),inset 0 3px 0 rgba(22,230,179,.56)}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form{grid-template-columns:180px minmax(0,1fr);gap:10px 14px;padding:14px 16px;background:linear-gradient(135deg,rgba(22,230,179,.09),rgba(17,23,33,.94) 54%,rgba(95,168,255,.07))}body.customer-authenticated.latest-reward-over-90-view .trade-address-input-head,body.customer-authenticated.latest-reward-over-90-view .trade-address-step-heading{min-height:30px;margin-bottom:8px;align-items:center}body.customer-authenticated.latest-reward-over-90-view .cashback-step.trade-address-step-badge{width:30px;height:30px;flex-basis:30px;border-radius:9px;box-shadow:0 5px 14px rgba(22,230,179,.12)}body.customer-authenticated.latest-reward-over-90-view .trade-address-step-heading label{color:#d7e5f2;font-size:12px;font-weight:850}body.customer-authenticated.latest-reward-over-90-view .trade-address-input-note{min-height:28px;padding:4px 9px;border:1px solid rgba(255,203,103,.24);border-radius:999px;background:rgba(255,203,103,.065);font-size:12px;line-height:1.3}body.customer-authenticated.latest-reward-over-90-view .trade-address-chain-trigger{height:44px;border-radius:10px}body.customer-authenticated.latest-reward-over-90-view .trade-address-input{min-height:86px;border-radius:10px}body.customer-authenticated.latest-reward-over-90-view .trade-address-submit{min-height:42px;border-radius:10px;box-shadow:0 7px 18px rgba(22,230,179,.11)}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{padding:16px;background:linear-gradient(145deg,rgba(95,168,255,.075),rgba(17,23,33,.94) 48%,rgba(255,203,103,.055));box-shadow:var(--legacy-card-shadow),inset 0 3px 0 rgba(255,203,103,.58)}body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-title{font-size:17px;font-weight:900;letter-spacing:-.01em}body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-hint{min-height:40px;display:flex;align-items:center;flex-wrap:wrap;gap:5px 9px;margin-top:10px;padding:7px 12px 7px 44px;border-radius:10px;line-height:1.45}body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-hint.is-editing{padding:10px 12px}body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-row{gap:8px;margin-top:10px}body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-cancel,body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-copy,body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-edit,body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-input,body.customer-authenticated.latest-reward-over-90-view .trade-payout-whitelist .claim-address-save{height:42px;min-height:42px;border-radius:9px}body.customer-authenticated.latest-reward-over-90-view .trade-address-history,body.customer-authenticated.latest-reward-over-90-view .trade-address-history-wrap,body.customer-authenticated.latest-reward-over-90-view .trade-address-list-card{border-color:var(--legacy-card-line);border-radius:var(--legacy-card-radius);box-shadow:0 12px 30px rgba(0,0,0,.13)}body.customer-authenticated.latest-reward-over-90-view .trade-address-list-head.trade-address-toolbar{min-height:64px;padding:5px 10px 5px 12px;background:linear-gradient(135deg,rgba(95,168,255,.11),rgba(17,23,33,.9) 56%,rgba(22,230,179,.075))}body.customer-authenticated.latest-reward-over-90-view .trade-address-list-title-row{gap:10px 14px}body.customer-authenticated.latest-reward-over-90-view .trade-address-list-title{font-size:18px;font-weight:900;line-height:1.25;letter-spacing:-.015em}body.customer-authenticated.latest-reward-over-90-view .trade-address-list-actions{gap:10px;padding-left:14px}body.customer-authenticated.latest-reward-over-90-view .trade-address-start-scan{min-width:132px;min-height:42px;border-radius:10px}body.customer-authenticated.latest-reward-over-90-view .trade-address-summary{min-width:500px;flex-basis:620px;gap:5px;padding:4px;border-radius:11px}body.customer-authenticated.latest-reward-over-90-view .trade-address-stat{min-height:44px;padding:5px 8px;border-radius:9px}body.customer-authenticated.latest-reward-over-90-view .trade-address-stat-value{font-size:clamp(16px,1.05vw,19px)}body.customer-authenticated.latest-reward-over-90-view .trade-address-history-table th,body.customer-authenticated.latest-reward-over-90-view .trade-address-table th{height:36px;padding:8px 11px}body.customer-authenticated.latest-reward-over-90-view .trade-address-history-table td,body.customer-authenticated.latest-reward-over-90-view .trade-address-table td{padding-right:11px;padding-left:11px}body.customer-authenticated.latest-reward-over-90-view .trade-address-history{margin-top:8px}body.customer-authenticated.latest-reward-over-90-view .trade-address-batch-toolbar{min-height:64px;padding:5px 10px 5px 12px;background:linear-gradient(135deg,rgba(95,168,255,.11),rgba(17,23,33,.9) 56%,rgba(22,230,179,.075))}body.customer-authenticated.latest-reward-over-90-view .trade-address-batch-title{font-size:18px;font-weight:900;line-height:1.25;letter-spacing:-.015em}body.customer-authenticated.latest-reward-over-90-view .trade-address-history>.trade-address-batch-x-scroll .trade-address-history-wrap{border:0;border-radius:0;box-shadow:none}body.customer-authenticated.latest-reward-over-90-view .trade-address-batch-scroll{max-height:260px}body.light.customer-authenticated.latest-reward-over-90-view{--legacy-card-line:#c9d8e7;--legacy-card-shadow:0 13px 30px rgba(31,57,88,.075)}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form{border-color:#c4ded6;background:linear-gradient(135deg,#f1faf7,#fff 55%,#f5f8fd);box-shadow:var(--legacy-card-shadow),inset 0 3px 0 rgba(8,126,99,.55)}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-step-heading label{color:#354b62}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-input-note{border-color:#e3cf9b;background:#fff9e9;color:#6f520e}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-input-note-icon{border-color:#ddb95e;background:#fff4d4;color:#805600}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-submit{background:linear-gradient(135deg,#dff7ef,#ccefe4);box-shadow:0 7px 17px rgba(8,126,99,.12)}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{border-color:#d8d0b7;background:linear-gradient(145deg,#fff,#fffdf7 55%,#f7f9fc);box-shadow:var(--legacy-card-shadow),inset 0 3px 0 rgba(190,130,0,.5)}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-list-head.trade-address-toolbar{background:linear-gradient(135deg,#eef5fd,#fff 55%,#eef9f5)}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-batch-toolbar{background:linear-gradient(135deg,#eef5fd,#fff 55%,#eef9f5)}body.light.customer-authenticated.latest-reward-over-90-view .trade-address-history,body.light.customer-authenticated.latest-reward-over-90-view .trade-address-history-wrap,body.light.customer-authenticated.latest-reward-over-90-view .trade-address-list-card{box-shadow:0 12px 28px rgba(31,57,88,.075)}@media(max-width:1320px){body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form{grid-column:1;grid-row:1}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{grid-column:1;grid-row:2}body.customer-authenticated.latest-reward-over-90-view .trade-address-summary{width:100%;min-width:0;flex-basis:auto}}@media(max-width:720px){body.customer-authenticated.latest-reward-over-90-view{--legacy-card-radius:12px}body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .portal-content{padding-top:10px}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout{gap:10px;margin-bottom:8px}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-address-form{grid-template-columns:1fr;grid-template-rows:auto;gap:9px;padding:14px}body.customer-authenticated.latest-reward-over-90-view .trade-address-chain-field,body.customer-authenticated.latest-reward-over-90-view .trade-address-input-field,body.customer-authenticated.latest-reward-over-90-view .trade-address-submit{grid-column:1;grid-row:auto}body.customer-authenticated.latest-reward-over-90-view .trade-address-input{min-height:96px}body.customer-authenticated.latest-reward-over-90-view .trade-address-input-note{width:100%;border-radius:9px}body.customer-authenticated.latest-reward-over-90-view .trade-address-cards-layout .trade-payout-whitelist{padding:14px}body.customer-authenticated.latest-reward-over-90-view .trade-address-list-head.trade-address-toolbar{min-height:0;padding:12px}body.customer-authenticated.latest-reward-over-90-view .trade-address-list-actions{padding:10px 0 0}body.customer-authenticated.latest-reward-over-90-view .trade-address-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:5px}body.customer-authenticated.latest-reward-over-90-view .trade-address-stat{min-height:50px;padding:6px}body.customer-authenticated.latest-reward-over-90-view .trade-address-stat-value{font-size:15px}body.customer-authenticated.latest-reward-over-90-view .trade-address-history{margin-top:8px;padding:0}}.announcement-badge{background:#be3045}body.customer-authenticated{--customer-readable-secondary:#b8c6d5;--customer-readable-muted:#9bacc0;--customer-readable-subtle:#8799ad;font-variant-numeric:tabular-nums}body.light.customer-authenticated{--customer-readable-secondary:#3f5369;--customer-readable-muted:#586b80;--customer-readable-subtle:#6a7c8f}body.customer-authenticated .chain-menu-btn,body.customer-authenticated .chain-menu-parent,body.customer-authenticated .ghost-btn,body.customer-authenticated .link-btn,body.customer-authenticated .theme-switch-name,body.customer-authenticated .theme-switch-state{font-weight:650}.primary,body.customer-authenticated .cashback-claim-btn,body.customer-authenticated .cashback-submit-btn,body.customer-authenticated .trade-address-automatic-claim-btn,body.customer-authenticated .trade-address-batch-claim-btn,body.customer-authenticated .trade-address-start-scan,body.customer-authenticated .trade-address-submit{font-weight:800}body.customer-authenticated .cashback-card-title,body.customer-authenticated .claim-address-title,body.customer-authenticated .common-guide-title,body.customer-authenticated .common-rules-title,body.customer-authenticated .faq-question,body.customer-authenticated .trade-address-batch-title,body.customer-authenticated .trade-address-list-title,body.customer-authenticated .trade-address-rules-head{font-weight:800;letter-spacing:0}body.customer-authenticated .cashback-chain-tab,body.customer-authenticated .cashback-metric-label,body.customer-authenticated .common-rates-refresh,body.customer-authenticated .common-rates-title,body.customer-authenticated .common-rates-updated,body.customer-authenticated .common-status-label,body.customer-authenticated .common-status-time{font-weight:650}body.customer-authenticated .common-rates-updated{font-size:9px;font-weight:700}body.customer-authenticated .trade-address-history-table th,body.customer-authenticated .trade-address-table th,body.customer-authenticated .trade-address-tx-table th{font-weight:700;letter-spacing:0}body.customer-authenticated .trade-address-history-table td,body.customer-authenticated .trade-address-table td,body.customer-authenticated .trade-address-tx-table td{font-weight:600}body.customer-authenticated .trade-address-table-address-main .trade-address-text{font-weight:650}body.customer-authenticated .trade-address-automatic-claim-btn,body.customer-authenticated .trade-address-batch-claim-btn,body.customer-authenticated .trade-address-batch-detail-btn,body.customer-authenticated .trade-address-batch-tab,body.customer-authenticated .trade-address-detail-btn,body.customer-authenticated .trade-address-select-all,body.customer-authenticated .trade-address-status-badge,body.customer-authenticated .trade-address-toggle{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:700}body.customer-authenticated.latest-reward-over-90-view .common-guide-list,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical{color:#b69cff;font-weight:600}body.customer-authenticated.latest-reward-over-90-view .common-guide-list li::before,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical::before,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule::before{color:#b69cff}body.customer-authenticated.latest-reward-over-90-view .common-guide-list strong{color:inherit;font-weight:700}body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule strong{color:var(--amber);font-weight:700}body.light.customer-authenticated.latest-reward-over-90-view .common-guide-list,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical{color:#6e49a8}body.light.customer-authenticated.latest-reward-over-90-view .common-guide-list li::before,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule.is-critical::before,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule::before{color:#6e49a8}body.customer-authenticated .trade-address-rule strong.trade-address-submit-reminder,body.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule strong.trade-address-submit-reminder{color:#b69cff}body.light.customer-authenticated .trade-address-rule strong.trade-address-submit-reminder,body.light.customer-authenticated.latest-reward-over-90-view .common-status-panel>.trade-address-rules .trade-address-rule strong.trade-address-submit-reminder{color:#6e49a8}body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-guide-list,body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-guide-list li::before{color:#29f0bd}body.light.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-guide-list,body.light.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-guide-list li::before{color:#087e63}body.light .claim-history-tx,body.light .claim-transfer-usdt,body.light .trade-address-detail-modal-address,body.light .trade-address-tx-link{color:#245fb7;text-shadow:none}body.light .trade-address-detail-modal-close,body.light .trade-address-detail-modal-submitted strong{color:#40566d}body.light .trade-address-detail-modal-close{background:#f7f9fc}body.light .trade-address-detail-modal-close:hover{color:#1f2d3d}body.light .claim-history-status.pending{color:#245fb7}body.light .claim-history-status.failed{color:#a3293b}body.customer-authenticated.latest-reward-over-90-view .trade-address-input-note{color:#ffe3a0}body.light .trade-address-scan-chip strong,body.light .trade-address-scan-summary-title{color:#1f2d3d}body.light .trade-address-scan-chip,body.light .trade-address-scan-summary-detail{color:var(--customer-readable-muted)}body.light .trade-address-scan-chip{border-color:#d2deea;background:#f7f9fc}body.light .trade-address-scan-chip.is-processing strong,body.light .trade-address-scan-summary.is-active .trade-address-scan-summary-title{color:#245fb7}body.light .trade-address-scan-chip.is-error strong,body.light .trade-address-scan-summary.is-error .trade-address-scan-summary-title{color:#a3293b}body.light.customer-authenticated .portal-content{padding-top:32px}body.light .trade-address-view .dashboard-head{margin-bottom:14px}body.light .trade-address-view .dashboard-head .all-chains-title{font-size:28px}body.customer-authenticated :is(button,a,input,textarea,select,[tabindex]):focus-visible{outline:2px solid #35dfb5;outline-offset:2px}body.light.customer-authenticated :is(button,a,input,textarea,select,[tabindex]):focus-visible{outline-color:#087a62}body.customer-authenticated .cashback-metric-input .cashback-amount-input:focus,body.customer-authenticated .cashback-metric-input .cashback-amount-input:focus-visible{outline:0;outline-offset:0;box-shadow:none}.cashback-field-required,.trade-address-chain-option-meta,.trade-address-scan-chip{font-size:10px}body.light.customer-authenticated.cashback-view-active{--cashback-light-ink:#172a40;--cashback-light-muted:#5d7085;--cashback-light-line:#c9d8e5;--cashback-light-green:#087a62;--cashback-light-blue:#245fb7;background:radial-gradient(circle at 18% 8%,rgba(36,95,183,.105),transparent 31rem),radial-gradient(circle at 91% 78%,rgba(8,122,98,.085),transparent 30rem),linear-gradient(145deg,#edf3f8,#f7fafc 48%,#eef7f5)}body.light.customer-authenticated.cashback-view-active .chain-sidebar{border-right-color:#c9d7e3;background:linear-gradient(180deg,#fff,#f8fbfd 68%,#f1f7f6);box-shadow:10px 0 34px rgba(31,57,88,.075)}body.light.customer-authenticated.cashback-view-active .chain-sidebar-brand{border-bottom-color:#dbe5ed;color:var(--cashback-light-ink);background:rgba(255,255,255,.72)}body.light.customer-authenticated.cashback-view-active .chain-menu-btn,body.light.customer-authenticated.cashback-view-active .chain-menu-parent{color:#53677d}body.light.customer-authenticated.cashback-view-active .chain-menu-btn:hover,body.light.customer-authenticated.cashback-view-active .chain-menu-parent:hover{background:#eef5f8;color:#213a54}body.light.customer-authenticated.cashback-view-active .chain-menu-btn.active{border-left-color:#0a8c70;background:linear-gradient(90deg,#dff3ed,#edf7f4);color:#06745c;box-shadow:inset 0 0 0 1px rgba(8,122,98,.08)}body.light.customer-authenticated.cashback-view-active .dashboard-head h1{color:var(--cashback-light-ink);letter-spacing:-.035em;text-shadow:0 1px 0 rgba(255,255,255,.85)}body.light.customer-authenticated.cashback-view-active .claim-history{position:relative;overflow:hidden;border-color:var(--cashback-light-line);background:rgba(255,255,255,.96);box-shadow:0 18px 46px rgba(31,57,88,.105),0 1px 0 rgba(255,255,255,.95) inset}body.light.customer-authenticated.cashback-view-active .claim-history::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#0a8c70,#3c78cf 62%,#82b8df)}body.light.customer-authenticated.cashback-view-active .claim-history-head{min-height:42px;padding:3px 2px 1px}body.light.customer-authenticated.cashback-view-active .claim-history-title{color:#20364e;font-size:17px;letter-spacing:-.01em}body.light.customer-authenticated.cashback-view-active .claim-history-hint{color:#60758a;font-weight:700}body.light.customer-authenticated.cashback-view-active .claim-history-shell{border:1px solid #d7e2eb;border-radius:10px;background:#fff;scrollbar-color:#a8bacb transparent}body.light.customer-authenticated.cashback-view-active .claim-history-table th{height:42px;border-bottom-color:#cbd9e5;background:linear-gradient(180deg,#edf4fa,#e8f0f7);color:#415970;font-size:11.5px;letter-spacing:.025em}body.light.customer-authenticated.cashback-view-active .claim-history-table td{padding-top:13px;padding-bottom:13px;border-bottom-color:#dce6ee;color:#2c4056;font-weight:650}body.light.customer-authenticated.cashback-view-active .claim-history-table tbody tr:nth-child(2n) td{background:#f8fbfd}body.light.customer-authenticated.cashback-view-active .claim-history-table tbody tr:hover td{background:#eef8f5}body.light.customer-authenticated.cashback-view-active .claim-history-time{color:#334b63;font-weight:760}body.light.customer-authenticated.cashback-view-active .claim-history-source-chain{width:max-content;min-height:22px;display:inline-flex;align-items:center;padding:0 7px;border:1px solid #bed5ec;border-radius:6px;background:#edf5fd;color:var(--cashback-light-blue);font-weight:820}body.light.customer-authenticated.cashback-view-active .claim-history-source-amount{color:#4a6076;font-weight:720}body.light.customer-authenticated .claim-history-table.cashback-claim-history th:nth-child(2),body.light.customer-authenticated .claim-history-table.cashback-claim-history th:nth-child(3){color:#314b66;font-weight:820}body.light.customer-authenticated .claim-history-table.cashback-claim-history .claim-history-source-chain{color:#245fb7;font-weight:850}body.light.customer-authenticated .claim-history-table.cashback-claim-history .claim-history-source-amount{color:#40566f;font-weight:800}body.light.customer-authenticated.cashback-view-active .claim-history-amount{color:#9a5b00;font-weight:850}body.light.customer-authenticated.cashback-view-active .claim-history-usdt{color:#00775c;font-weight:850}body.light.customer-authenticated.cashback-view-active .claim-history-table .claim-history-address{color:#41576e;font-weight:680}body.light.customer-authenticated.cashback-view-active .claim-history-status.success{border-color:#9fdcca;background:#eaf8f4;color:#06755d;box-shadow:0 2px 8px rgba(8,122,98,.075)}body.light.customer-authenticated.cashback-view-active .claim-history-status.pending{border-color:#b7cee9;background:#edf4fc;color:var(--cashback-light-blue)}body.light.customer-authenticated.cashback-view-active .claim-history-status.warning{border-color:#e7c98e;background:#fff8e9;color:#875300}body.light.customer-authenticated.cashback-view-active .claim-history-status.failed{border-color:#e4b2ba;background:#fff2f4;color:#a3293b}body.light.customer-authenticated.cashback-view-active .claim-history-tx{color:#1f5eb8;font-weight:820;text-decoration-color:rgba(31,94,184,.28);text-underline-offset:3px}body.light.customer-authenticated.cashback-view-active footer{border-top-color:#d3dee8;background:rgba(243,248,250,.97);box-shadow:0 -8px 24px rgba(31,57,88,.045)}@container (max-width:210px){.claim-settlement-unit{font-size:9px}}@media(max-width:1499px) and (min-width:1101px){body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-status-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px) and (min-width:721px){body.customer-authenticated.latest-reward-over-90-view:not(.cashback-view-active) .common-status-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1350px) and (min-width:721px){body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1279px) and (min-width:721px){body.customer-authenticated.cashback-view-active.latest-reward-over-90-view .common-status-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:721px){body.customer-authenticated.cashback-view-active.latest-reward-over-90-view .common-status-panel{grid-template-columns:repeat(2,minmax(0,310px));justify-content:start}}body.customer-authenticated .nav-left-actions{min-width:0;flex:1 1 auto}body.customer-authenticated .nav-left-actions>.common-rates-card{order:0;width:max-content;max-width:100%;flex:0 1 auto;overflow:hidden}@media(max-width:1399px){body.customer-authenticated .nav{height:auto;min-height:60px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}body.customer-authenticated .nav-left-actions{width:100%;flex:1 0 100%;flex-wrap:wrap}body.customer-authenticated .nav-actions{margin-left:0}}@media(max-width:720px){body.customer-authenticated .nav-left-actions{flex-wrap:nowrap}body.customer-authenticated .nav-left-actions>.common-rates-card{width:0;min-width:0;flex:1 1 0;padding:5px 4px}body.customer-authenticated .nav-left-actions .common-rates-list{gap:1px}body.customer-authenticated .nav-left-actions .common-rate-row{gap:1px;padding-right:2px}body.customer-authenticated .nav-left-actions .common-rate-symbol{font-size:7.5px}body.customer-authenticated .nav-left-actions .common-rate-value{font-size:8.5px}body.customer-authenticated .nav-actions{width:100%;flex-wrap:wrap}}@media(max-width:720px){body.customer-authenticated.cashback-view-active.latest-reward-over-90-view .common-status-panel,body.customer-authenticated:is(.latest-reward-within-90-view,.graduation-transition-view) .common-status-panel{grid-template-columns:1fr}body.light.customer-authenticated .portal-content{padding-top:18px}body.customer-authenticated .footer-wallet-card .common-wallet-title,body.customer-authenticated .footer-wallet-card .common-wallet-value span,body.customer-authenticated .trade-address-stat-label,body.customer-authenticated .trade-address-stat-unit{font-size:10px}}@media(max-width:440px){body.customer-authenticated .trade-address-stat-label,body.customer-authenticated .trade-address-stat-unit{font-size:10px}}.legacy-preview-menu-wrap{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.075)}.legacy-preview-menu-btn{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 20px;border:0;border-left:3px solid transparent;background:0 0;color:#b69cff;font-size:13px;font-weight:750;text-align:left;cursor:pointer}.legacy-preview-menu-btn:hover{background:rgba(182,156,255,.075);color:#d8c9ff}.legacy-preview-menu-copy{min-width:0;display:flex;align-items:center;gap:8px}.legacy-preview-menu-badge{flex:0 0 auto;padding:2px 7px;border:1px solid rgba(182,156,255,.3);border-radius:999px;background:rgba(182,156,255,.09);color:#c7b1ff;font-size:10px;font-weight:850;line-height:1.5}.legacy-preview-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px;padding:15px 17px;border:1px solid rgba(182,156,255,.34);border-radius:13px;background:linear-gradient(135deg,rgba(182,156,255,.12),rgba(17,23,33,.96) 64%,rgba(95,168,255,.07))}.legacy-preview-banner-copy{min-width:0}.legacy-preview-banner-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#c9b4ff;font-size:15px;font-weight:850}.legacy-preview-banner p{margin:6px 0 0;color:#9eb0c4;font-size:12px;line-height:1.65}.legacy-preview-sample{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px 9px;margin-top:9px;color:#9eb0c4;font-size:11px}.legacy-preview-sample-label{padding:2px 7px;border:1px solid rgba(182,156,255,.24);border-radius:999px;color:#c7b1ff;font-weight:850}.legacy-preview-sample strong{color:#e7deff}.legacy-preview-sample code{min-width:0;color:#b7c8dc;font:700 10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}body.legacy-preview-active [data-legacy-preview-disabled]{cursor:not-allowed!important;opacity:.58}body.legacy-preview-active #tradeAddressActionMenu button[data-legacy-preview-disabled]::after{content:"仅预览";float:right;color:#a992e2;font-size:10px;font-weight:850}.legacy-preview-exit{min-height:36px;flex:0 0 auto;padding:0 13px;border:1px solid rgba(182,156,255,.32);border-radius:8px;background:rgba(182,156,255,.08);color:#d8c9ff;font-size:12px;font-weight:800;cursor:pointer}.legacy-preview-exit:hover{background:rgba(182,156,255,.15)}body.light .legacy-preview-menu-wrap{border-top-color:#e1e7ee}body.light .legacy-preview-menu-btn{color:#6e49a8}body.light .legacy-preview-menu-btn:hover{background:#f4effd;color:#59378f}body.light .legacy-preview-menu-badge{border-color:#d7c8f1;background:#f4effd;color:#6849a3}body.light .legacy-preview-banner{border-color:#d7c8f1;background:linear-gradient(135deg,#faf7ff,#fff 68%,#f5f9ff)}body.light .legacy-preview-banner-title{color:#5d3d98}body.light .legacy-preview-banner p{color:#687a8e}body.light .legacy-preview-sample{color:#687a8e}body.light .legacy-preview-sample-label{border-color:#d7c8f1;color:#6849a3}body.light .legacy-preview-sample strong{color:#4e357a}body.light .legacy-preview-sample code{color:#53667d}body.light .legacy-preview-exit{border-color:#d7c8f1;background:#f4effd;color:#5d3d98}@media(max-width:720px){body.customer-authenticated .legacy-preview-menu-wrap{order:-1;margin:0 2px 0 0;padding:0 8px 0 0;border-top:0;border-right:1px solid rgba(141,160,182,.16)}body.customer-authenticated .legacy-preview-menu-btn{width:auto;min-width:156px;min-height:38px;padding:8px 11px;border:1px solid rgba(182,156,255,.2);border-radius:9px;font-size:12px;white-space:nowrap}.legacy-preview-banner{align-items:stretch;flex-direction:column;gap:12px}.legacy-preview-exit{width:100%}body.light.customer-authenticated .legacy-preview-menu-wrap{border-right-color:#dfe5ec}}