*{box-sizing:border-box}html,body,#app{touch-action:pan-x pan-y}:root{--legacy-bg: #061f42;--legacy-text: #ffffff;--app-viewport-bg: #061f42;--cb-bg: #ffffff;--cb-surface: #ffffff;--cb-surface-soft: #f5f5f7;--cb-surface-muted: #eeeeef;--cb-card: #ffffff;--cb-text: #111111;--cb-text-muted: #8e8e93;--cb-text-subtle: #9c9ca0;--cb-border: #ececef;--cb-primary: #155dff;--cb-primary-soft: #edf4ff;--cb-success: #16a34a;--cb-success-soft: rgba(22, 163, 74, .1);--cb-danger: #e5484d;--cb-danger-soft: rgba(229, 72, 77, .1);--cb-overlay: rgba(0, 0, 0, .42);--cb-shadow-card: 0 8px 18px rgba(0, 0, 0, .08)}.legacy-theme{--legacy-bg: #061f42;--legacy-surface: #143762;--legacy-surface-soft: #102f55;--legacy-surface-muted: #0d284e;--legacy-panel: #0d2d56;--legacy-text: #ffffff;--legacy-muted: #9badc3;--legacy-subtle: #7f93ad;--legacy-border: rgba(130, 164, 204, .18);--legacy-border-strong: rgba(73, 144, 213, .62);--legacy-primary: #1da5f4;--legacy-primary-soft: rgba(29, 165, 244, .16);--legacy-primary-deep: #0f4787;--legacy-danger: #ff6268;--legacy-danger-strong: #ff3b4f;--legacy-danger-soft: rgba(255, 98, 104, .16);--legacy-success: #35d653;--legacy-success-soft: rgba(53, 214, 83, .16);--legacy-card-shadow: 0 10px 22px rgba(0, 0, 0, .2)}.legacy-theme.coinbase-light{--legacy-bg: var(--cb-bg);--legacy-surface: var(--cb-surface-soft);--legacy-surface-soft: var(--cb-surface-muted);--legacy-surface-muted: #e8eef7;--legacy-panel: var(--cb-card);--legacy-text: var(--cb-text);--legacy-muted: var(--cb-text-muted);--legacy-subtle: var(--cb-text-subtle);--legacy-border: var(--cb-border);--legacy-border-strong: var(--cb-border);--legacy-primary: var(--cb-primary);--legacy-primary-soft: var(--cb-primary-soft);--legacy-primary-deep: var(--cb-primary-soft);--legacy-danger: var(--cb-danger);--legacy-danger-strong: var(--cb-danger);--legacy-danger-soft: var(--cb-danger-soft);--legacy-success: var(--cb-success);--legacy-success-soft: var(--cb-success-soft);--legacy-card-shadow: var(--cb-shadow-card)}.legacy-theme.coinbase-dark{--legacy-bg: #0b1220;--legacy-surface: #1f2937;--legacy-surface-soft: #111827;--legacy-surface-muted: #263244;--legacy-panel: #111827;--legacy-text: #f9fafb;--legacy-muted: #9ca3af;--legacy-subtle: #8b95a5;--legacy-border: #263244;--legacy-border-strong: #374151;--legacy-primary: #4f8cff;--legacy-primary-soft: #172b4d;--legacy-primary-deep: #172b4d;--legacy-danger: #f05252;--legacy-danger-strong: #f05252;--legacy-danger-soft: rgba(240, 82, 82, .14);--legacy-success: #22c55e;--legacy-success-soft: rgba(34, 197, 94, .14);--legacy-card-shadow: 0 10px 24px rgba(0, 0, 0, .28)}.legacy-theme.coinbase-classic,.legacy-theme.classic-dark{--legacy-bg: #061f42;--legacy-surface: #143762;--legacy-surface-soft: #102f55;--legacy-surface-muted: #0d284e;--legacy-panel: #0d2d56;--legacy-text: #ffffff;--legacy-muted: #9badc3;--legacy-subtle: #7f93ad;--legacy-border: rgba(130, 164, 204, .18);--legacy-border-strong: rgba(73, 144, 213, .62);--legacy-primary: #1da5f4;--legacy-primary-soft: rgba(29, 165, 244, .16);--legacy-primary-deep: #0f4787}.auth-page{min-height:100vh;min-height:100dvh;color:var(--legacy-text);background:var(--legacy-bg);padding:env(safe-area-inset-top) 20px max(24px,env(safe-area-inset-bottom))}.phone-shell:has(.auth-page){padding-bottom:0}html:has(.auth-page){overflow-y:auto}.login-page{padding-top:max(32px,env(safe-area-inset-top))}.auth-top-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;height:64px;background:var(--legacy-bg)}.auth-top-nav button{display:grid;width:44px;height:44px;place-items:center;border:0;color:var(--legacy-text);background:transparent;padding:0}.auth-top-nav svg{width:28px;height:28px}.auth-logo{display:block;width:56px;height:56px;object-fit:contain;margin:0 0 20px;border-radius:12px}.login-page .auth-logo,.register-page .auth-logo{width:56px;height:56px}.auth-title-block,.register-page .auth-title-block{margin-bottom:32px}.auth-title-block h1{margin:0;color:var(--legacy-text);font-size:24px;font-weight:500;line-height:1.1}.auth-title-block p{margin:4px 0 0;color:var(--legacy-text);font-size:15px;font-weight:500;line-height:1.25}.auth-form{display:grid;gap:18px}.register-form{gap:16px}.auth-field{position:relative;display:grid;gap:8px}.auth-field-label,.auth-field-error,.auth-field-hint{font-size:13px;line-height:1.35}.auth-field-label{color:var(--legacy-text);font-weight:500}.auth-field-error{color:var(--legacy-danger)}.auth-field-hint{color:var(--legacy-muted)}.auth-input-control{position:relative;display:block}.auth-field input{width:100%;height:48px;border:1px solid transparent;border-radius:8px;color:var(--legacy-text);background:var(--legacy-surface);padding:0 14px;font-size:14px;font-weight:500;outline:none}.auth-field input[aria-invalid=true]{border-color:var(--legacy-danger)}.auth-field.locked input{color:var(--legacy-muted);background:var(--legacy-surface-soft)}.auth-field input::placeholder{color:var(--legacy-text);opacity:1}.auth-field.has-icon input{padding-right:52px}.password-visibility-toggle{position:absolute;top:50%;right:2px;display:grid;width:44px;height:44px;place-items:center;border:0;color:var(--legacy-text);background:transparent;padding:0;transform:translateY(-50%)}.password-visibility-toggle svg{width:18px;height:18px}.code-field input{padding-right:148px}.code-field button{position:absolute;top:50%;right:6px;width:132px;height:44px;border:1px solid var(--legacy-primary);border-radius:999px;color:var(--legacy-text);background:transparent;padding:0 8px;font-size:12px;font-weight:500;transform:translateY(-50%);white-space:nowrap}.code-field button:disabled{cursor:not-allowed;opacity:.65}.auth-login-options{display:flex;align-items:center;justify-content:space-between;min-height:44px}.auth-login-options>button:last-child{min-height:44px;border:0;color:var(--legacy-muted);background:transparent;padding:0;font-size:14px;font-weight:500}.auth-login-agreement{margin:0;color:var(--legacy-text);font-size:14px;line-height:1.35}.auth-login-agreement button{min-height:44px;border:0;color:var(--legacy-primary);background:transparent;padding:0;font:inherit}.auth-check-row{position:relative;display:inline-flex;align-items:center;gap:6px;min-height:44px;border:0;color:#9badc3;background:transparent;padding:0;font-size:14px;font-weight:500;cursor:pointer}.auth-checkbox{position:absolute;width:1px;height:1px;opacity:0}.auth-checkbox-visual{display:grid;width:20px;height:20px;place-items:center;border:2px solid #9badc3;border-radius:50%;color:transparent}.auth-checkbox-visual svg{width:11px;height:11px}.auth-checkbox:checked+.auth-checkbox-visual{border-color:#1da5f4;color:#061f42;background:#1da5f4}.agreement-row{color:#fff}.auth-agreement-control{display:flex;align-items:center;gap:6px;min-height:44px}.auth-agreement-link{min-height:44px;border:0;color:var(--legacy-primary);background:transparent;padding:0 8px;font:inherit}.agreement-detail{display:grid;gap:16px;padding:0 0 36px}.agreement-detail h1{margin:0 0 4px;color:#fff;font-size:22px;font-weight:500}.agreement-detail>p{margin:0;color:#9badc3;font-size:13px;font-weight:400}.agreement-detail section{display:grid;gap:8px}.agreement-detail h2{margin:0;color:#fff;font-size:15px;font-weight:500}.agreement-detail section p{margin:0;color:#b5c3d4;font-size:13px;font-weight:400;line-height:1.6}.auth-primary-button{display:grid;width:100%;height:48px;place-items:center;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:16px;font-weight:400}.auth-primary-button:disabled{cursor:not-allowed;opacity:.65}.auth-switch-text{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;min-height:44px;margin:16px 0 0;color:#9badc3;font-size:14px;font-weight:500}.auth-switch-text span{color:#9badc3}.auth-switch-text button{min-height:44px;border:0;color:#1da5f4;background:transparent;padding:0;font:inherit}.auth-field input:focus-visible,.auth-primary-button:focus-visible,.code-field button:focus-visible,.auth-check-row:has(.auth-checkbox:focus-visible),.auth-top-nav button:focus-visible,.auth-login-agreement button:focus-visible,.auth-agreement-link:focus-visible,.auth-switch-text button:focus-visible,.auth-login-options>button:last-child:focus-visible,.password-visibility-toggle:focus-visible{outline:2px solid var(--legacy-primary);outline-offset:2px}@media(max-width:380px){.code-field .auth-input-control input{padding-right:136px}.code-field .auth-input-control button{position:absolute;right:4px;width:124px;height:44px;transform:translateY(-50%)}}.phone-shell:has(.coinbase-home-page){background:var(--cb-bg);padding-bottom:0}.phone-shell:has(.coinbase-sub-page){background:var(--cb-bg);padding-bottom:0}.phone-shell:has(.coinbase-home-page.coinbase-dark),.phone-shell:has(.coinbase-sub-page.coinbase-dark){background:#0b1220}.phone-shell:has(.coinbase-home-page.coinbase-classic),.phone-shell:has(.coinbase-sub-page.coinbase-classic){background:#061f42}.coinbase-home-page{--cb-bg: #ffffff;--cb-surface: #ffffff;--cb-surface-soft: #f5f5f7;--cb-surface-muted: #eeeeef;--cb-card: #ffffff;--cb-text: #111111;--cb-text-muted: #8e8e93;--cb-text-subtle: #9c9ca0;--cb-border: #ececef;--cb-primary: #155dff;--cb-primary-soft: #edf4ff;--cb-success: #16a34a;--cb-success-soft: rgba(22, 163, 74, .1);--cb-danger: #e5484d;--cb-danger-soft: rgba(229, 72, 77, .1);--cb-overlay: rgba(0, 0, 0, .42);--cb-shadow-card: 0 8px 18px rgba(0, 0, 0, .08);min-height:100vh;color:var(--cb-text);background:var(--cb-bg);padding:72px 16px 92px}.coinbase-home-page.coinbase-secondary-swap-page{padding:max(12px,env(safe-area-inset-top)) 16px 0}.coinbase-secondary-swap-page .coinbase-swap-sub-nav{margin:0 -4px 12px}.coinbase-secondary-swap-page .coinbase-swap-shell{min-height:calc(100vh - 92px);padding-bottom:calc(24px + env(safe-area-inset-bottom))}.coinbase-theme.coinbase-light{--cb-bg: #ffffff;--cb-surface: #ffffff;--cb-surface-soft: #f5f5f7;--cb-surface-muted: #eeeeef;--cb-card: #ffffff;--cb-text: #111111;--cb-text-muted: #8e8e93;--cb-text-subtle: #9c9ca0;--cb-border: #ececef;--cb-primary: #155dff;--cb-primary-soft: #edf4ff;--cb-success: #16a34a;--cb-success-soft: rgba(22, 163, 74, .1);--cb-danger: #e5484d;--cb-danger-soft: rgba(229, 72, 77, .1);--cb-overlay: rgba(0, 0, 0, .42);--cb-shadow-card: 0 8px 18px rgba(0, 0, 0, .08)}.coinbase-theme.coinbase-dark{--cb-bg: #0b1220;--cb-surface: #111827;--cb-surface-soft: #1f2937;--cb-surface-muted: #263244;--cb-card: #111827;--cb-text: #f9fafb;--cb-text-muted: #9ca3af;--cb-text-subtle: #8b95a5;--cb-border: #263244;--cb-primary: #4f8cff;--cb-primary-soft: #172b4d;--cb-success: #22c55e;--cb-success-soft: rgba(34, 197, 94, .14);--cb-danger: #f05252;--cb-danger-soft: rgba(240, 82, 82, .14);--cb-overlay: rgba(0, 0, 0, .54);--cb-shadow-card: 0 10px 24px rgba(0, 0, 0, .28)}.coinbase-theme.coinbase-classic{--cb-bg: #061f42;--cb-surface: #0d2d56;--cb-surface-soft: #143762;--cb-surface-muted: #18406f;--cb-card: #143762;--cb-text: #ffffff;--cb-text-muted: #9badc3;--cb-text-subtle: #7f93ad;--cb-border: rgba(130, 164, 204, .18);--cb-primary: #1da5f4;--cb-primary-soft: rgba(29, 165, 244, .16);--cb-success: #35d653;--cb-success-soft: rgba(53, 214, 83, .16);--cb-danger: #ff6268;--cb-danger-soft: rgba(255, 98, 104, .16);--cb-overlay: rgba(0, 0, 0, .56);--cb-shadow-card: 0 10px 22px rgba(0, 0, 0, .2)}.coinbase-home-header{position:fixed;top:0;right:50%;z-index:70;display:grid;width:min(430px,100vw);grid-template-columns:40px 1fr auto;align-items:center;gap:14px;padding:22px 16px 10px;background:var(--cb-bg);transform:translate(50%)}.coinbase-avatar-button{width:38px;height:38px;overflow:hidden;border:0;border-radius:50%;background:var(--cb-surface-soft);padding:0}.coinbase-avatar-button img{width:100%;height:100%;object-fit:cover}.coinbase-home-header h1{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;letter-spacing:0;line-height:1}.coinbase-home-header nav{display:flex;align-items:center;gap:18px}.coinbase-home-header nav button{position:relative;display:grid;width:24px;height:24px;place-items:center;border:0;color:var(--cb-text);background:transparent;padding:0}.coinbase-home-header nav svg{width:24px;height:24px;stroke-width:2.3}.coinbase-home-header nav img{width:24px;height:24px;object-fit:contain}.coinbase-home-page.coinbase-dark .coinbase-home-header nav img,.coinbase-home-page.coinbase-classic .coinbase-home-header nav img{filter:brightness(0) invert(1)}.coinbase-home-header .message-badge{top:-7px;right:-8px;border-color:var(--cb-bg)}.coinbase-balance-hero{position:relative;display:grid;justify-items:center;gap:4px;margin:6px -16px 24px;padding:0 16px;overflow:hidden}.coinbase-balance-link{position:relative;z-index:2;display:inline-flex;max-width:100%;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 6px;border:0;color:var(--cb-text);background:transparent}.coinbase-balance-link>svg{width:18px;height:18px;flex:0 0 auto;color:var(--cb-text-muted)}.coinbase-balance-link:active>svg{color:var(--cb-primary)}.coinbase-balance-hero:before,.coinbase-balance-hero:after{content:"";position:absolute;top:6px;width:142px;height:148px;opacity:.28;background-image:radial-gradient(var(--cb-border) 1.5px,transparent 1.5px);background-size:10px 10px}.coinbase-balance-hero:before{left:-82px}.coinbase-balance-hero:after{right:-82px}.coinbase-balance-amount{display:inline-flex;min-width:0;align-items:baseline;color:var(--cb-text);font-size:clamp(18px,5.6vw,22px);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:0;line-height:1;white-space:nowrap}.coinbase-balance-fraction{font-size:clamp(13px,4vw,16px);line-height:1}.coinbase-balance-hero p{position:relative;z-index:1;margin:0;color:var(--cb-text-muted);font-size:12px;font-weight:400}.coinbase-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.coinbase-primary-actions button{display:grid;min-height:68px;place-items:center;gap:8px;border:0;border-radius:20px;color:var(--cb-primary);background:var(--cb-primary-soft);padding:12px}.coinbase-primary-actions svg{width:28px;height:28px;stroke-width:2.2}.coinbase-primary-actions strong{font-size:14px;font-weight:400;line-height:1}.coinbase-notice-bar{min-height:38px;margin:0 0 14px;color:var(--cb-text-muted);padding:0 4px}.coinbase-notice-bar .notice-icon{color:#fff;background:var(--cb-primary)}.coinbase-notice-bar .notice-marquee em{color:var(--cb-text)}.coinbase-notice-bar>svg{width:20px;height:20px}.coinbase-promo-card{position:relative;display:block;height:134px;overflow:hidden;border:1px solid var(--cb-border);border-radius:18px;background:var(--cb-card);box-shadow:var(--cb-shadow-card)}.coinbase-promo-card>img{display:block;width:100%;height:100%;object-fit:cover}.coinbase-trending-section{display:grid;gap:12px;margin-top:36px}.coinbase-trending-section header{display:flex;align-items:center;gap:6px}.coinbase-trending-section h2{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;letter-spacing:0;line-height:1}.coinbase-trending-section header svg{width:20px;height:20px;color:var(--cb-text-subtle)}.coinbase-coin-row{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;min-height:52px;border:0;color:inherit;background:transparent;padding:0;text-align:left}.coinbase-coin-icon{position:relative;display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:var(--cb-surface-soft)}.coinbase-coin-icon:after{content:"";position:absolute;right:-2px;bottom:-2px;width:14px;height:14px;border:2px solid var(--cb-bg);border-radius:5px;background:var(--cb-primary)}.coinbase-coin-icon img{width:34px;height:34px;object-fit:contain}.coinbase-coin-info,.coinbase-coin-price{display:grid;gap:5px}.coinbase-coin-info strong{display:flex;align-items:center;gap:7px;color:var(--cb-text);font-size:14px;font-weight:500;line-height:1}.coinbase-coin-info i{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#fff;background:var(--cb-primary)}.coinbase-coin-info i svg{width:13px;height:13px;stroke-width:3}.coinbase-coin-info em{color:var(--cb-text-subtle);font-size:12px;font-style:normal;font-weight:500;line-height:1}.coinbase-coin-price{justify-items:end}.coinbase-coin-price strong{color:var(--cb-text);font-size:14px;font-weight:500;line-height:1}.coinbase-coin-price em{display:flex;align-items:center;gap:5px;font-size:14px;font-style:normal;font-weight:400;line-height:1}.coinbase-coin-price em svg{width:13px;height:13px;fill:currentColor;stroke-width:0}.coinbase-coin-price .down{color:var(--cb-danger)}.coinbase-coin-price .up{color:var(--cb-success)}.coinbase-discover-button{display:grid;height:44px;place-items:center;border:1px solid var(--cb-border);border-radius:999px;color:var(--cb-text);background:var(--cb-surface);font-size:14px;font-weight:400;box-shadow:inset 0 0 0 1px #00000005}.coinbase-account-overview{display:grid;gap:24px;margin-top:34px}.coinbase-account-section{display:grid;gap:10px}.coinbase-account-section>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.coinbase-account-section h2{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;line-height:1}.coinbase-account-section header span{color:var(--cb-text-muted);font-size:12px;font-weight:400}.coinbase-account-row{display:grid;grid-template-columns:46px minmax(0,1fr) minmax(86px,auto);align-items:center;gap:12px;min-height:58px;border:0;color:inherit;background:transparent;padding:0;text-align:left}.coinbase-account-icon{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:var(--cb-surface-soft);font-size:13px;font-weight:600}.coinbase-account-icon img{width:30px;height:30px;object-fit:contain}.coinbase-account-info,.coinbase-account-value{display:grid;min-width:0;gap:5px}.coinbase-account-info strong,.coinbase-account-value strong{overflow:hidden;color:var(--cb-text);font-size:14px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.coinbase-account-info em,.coinbase-account-value em{overflow:hidden;color:var(--cb-text-muted);font-size:12px;font-style:normal;font-weight:400;line-height:1;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.coinbase-account-value{justify-items:end;text-align:right}.coinbase-tab-page{display:grid;min-height:calc(100vh - 162px);place-items:center;padding:34px 0 76px}.coinbase-tab-empty{display:grid;justify-items:center;gap:10px;color:var(--cb-text-muted)}.coinbase-tab-empty svg{width:34px;height:34px;color:var(--cb-text);stroke-width:2.2}.coinbase-tab-empty strong{color:var(--cb-text);font-size:18px;font-weight:500;line-height:1}.coinbase-tab-empty span{color:var(--cb-text-muted);font-size:14px;font-weight:400}.coinbase-bottom-nav{position:fixed;right:50%;bottom:0;z-index:40;display:grid;width:min(430px,100vw);grid-template-columns:repeat(5,1fr);border-top:1px solid var(--cb-border);background:var(--cb-bg);padding:12px 18px 22px;transform:translate(50%)}.coinbase-bottom-nav button{display:grid;height:34px;place-items:center;border:0;color:var(--cb-text-muted);background:transparent;padding:0}.coinbase-bottom-nav button.active{color:var(--cb-text)}.coinbase-home-page:has(.coinbase-swap-shell) .coinbase-bottom-nav button.active,.coinbase-home-page:has(.coinbase-earn-page) .coinbase-bottom-nav button.active{color:var(--cb-success)}.coinbase-bottom-nav svg{width:27px;height:27px;stroke-width:2.4}.coinbase-wallet-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;width:min(430px,100vw);margin:0 auto;background:var(--cb-overlay)}.coinbase-wallet-sheet{position:relative;display:grid;width:100%;max-height:76vh;overflow:hidden;border-radius:32px 32px 0 0;background:var(--cb-surface);padding:20px 22px 22px}.coinbase-wallet-sheet>header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:38px}.coinbase-wallet-sheet>header button,.coinbase-wallet-current>button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;color:var(--cb-text-muted);background:var(--cb-surface-soft);padding:0}.coinbase-wallet-sheet>header svg,.coinbase-wallet-current>button svg{width:16px;height:16px;stroke-width:2.5}.coinbase-wallet-sheet>header button:last-child{position:absolute;top:18px;right:22px}.coinbase-wallet-sheet>header .coinbase-wallet-settings-button{background:var(--cb-primary)}.coinbase-wallet-settings-button img{width:20px;height:20px;object-fit:contain}.coinbase-wallet-profile{display:grid;justify-items:center;gap:14px;width:100%;margin:-12px 0 12px;border:0;border-radius:18px;color:inherit;background:transparent;cursor:pointer;font:inherit;padding:18px 0 30px}.coinbase-wallet-profile:focus-visible{outline:2px solid var(--cb-primary);outline-offset:2px}.coinbase-wallet-profile h2{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;line-height:1}.coinbase-wallet-vip{display:inline-flex;align-items:center;gap:6px;min-height:28px;border:1px solid var(--cb-border);border-radius:999px;color:var(--cb-text);background:var(--cb-surface-soft);padding:3px 10px 3px 7px;font-size:14px;font-weight:600;line-height:1}.coinbase-wallet-vip img{display:block;width:24px;height:21px;object-fit:contain}.coinbase-wallet-avatar{position:relative;display:grid;width:72px;height:72px;place-items:center;overflow:visible;border-radius:50%;background:var(--cb-surface-soft)}.coinbase-wallet-avatar img{width:100%;height:100%;overflow:hidden;border-radius:50%;object-fit:cover}.coinbase-wallet-avatar.small{width:50px;height:50px}.coinbase-wallet-avatar.tiny{width:34px;height:34px}.coinbase-wallet-avatar i{position:absolute;right:-3px;bottom:-2px;display:grid;width:22px;height:22px;place-items:center;border:2px solid var(--cb-surface);border-radius:50%;color:#fff;background:var(--cb-primary)}.coinbase-wallet-avatar i svg{width:15px;height:15px;stroke-width:3}.coinbase-wallet-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.coinbase-wallet-management-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:20px}.coinbase-wallet-actions button,.coinbase-wallet-management-actions button{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;border:0;border-radius:999px;color:var(--cb-text);background:var(--cb-surface-soft);font-size:14px;font-weight:500}.coinbase-wallet-management-actions button{flex-direction:column;gap:5px;height:62px;border-radius:18px;padding:6px 4px;font-size:12px}.coinbase-wallet-actions svg,.coinbase-wallet-management-actions svg{width:21px;height:21px;stroke-width:2.6}.coinbase-wallet-current{display:grid;grid-template-columns:60px minmax(0,1fr) 44px;align-items:center;min-height:76px;border:1px solid var(--cb-border);border-radius:22px;background:var(--cb-surface);padding:0 14px;box-shadow:0 1px #00000008}.coinbase-wallet-balance-pill{grid-template-columns:1fr;justify-items:center;min-height:66px;border:0;border-radius:999px;background:var(--cb-surface-soft);padding:10px 16px;text-align:center}.coinbase-wallet-current strong,.coinbase-wallet-current em{display:block;line-height:1.1}.coinbase-wallet-current strong{color:var(--cb-text);font-size:16px;font-weight:500}.coinbase-wallet-balance-pill strong{font-size:18px;font-weight:500}.coinbase-wallet-current em{margin-top:5px;color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:400}.coinbase-wallet-balance-pill em{font-size:12px}.coinbase-wallet-add{display:grid;height:50px;place-items:center;margin-top:18px;border:0;border-radius:999px;color:#fff;background:var(--cb-primary);font-size:14px;font-weight:500}.coinbase-sub-page{min-height:100vh;color:var(--cb-text);background:var(--cb-bg);padding:22px 16px 36px}.coinbase-sub-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;min-height:48px;margin-bottom:16px;background:var(--cb-bg)}.coinbase-sub-nav button{display:grid;width:40px;height:40px;place-items:center;border:0;color:var(--cb-text-muted);background:transparent;padding:0}.coinbase-sub-nav svg{width:24px;height:24px;stroke-width:2.4}.coinbase-sub-nav h1{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;line-height:1;text-align:center}.coinbase-settings-wallet-card,.coinbase-settings-pill{display:grid;width:100%;align-items:center;border:0;text-align:left}.coinbase-settings-wallet-card{grid-template-columns:60px minmax(0,1fr) 24px;min-height:76px;border-radius:22px;color:var(--cb-text);background:var(--cb-primary-soft);padding:0 16px}.coinbase-settings-wallet-card strong,.coinbase-settings-wallet-card em{display:block}.coinbase-settings-wallet-card strong{color:var(--cb-text);font-size:16px;font-weight:500}.coinbase-settings-wallet-card em{margin-top:5px;color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:400}.coinbase-settings-wallet-card>svg,.coinbase-settings-pill>svg,.coinbase-settings-row>svg:last-child,.coinbase-settings-line>svg,.coinbase-display-row>svg{width:22px;height:22px;color:var(--cb-text-muted);stroke-width:2.5}.coinbase-settings-pill{grid-template-columns:minmax(0,1fr) 36px 22px;gap:12px;min-height:56px;margin-top:12px;border-radius:20px;color:var(--cb-text);background:var(--cb-surface-soft);padding:0 16px}.coinbase-settings-pill strong{font-size:16px;font-weight:500}.coinbase-settings-group{display:grid;gap:14px;margin-top:30px}.coinbase-settings-group.compact{gap:0;margin-top:30px}.coinbase-settings-group h2,.coinbase-display-section h2{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;line-height:1}.coinbase-settings-row{display:grid;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;min-height:54px;border:0;color:var(--cb-text);background:transparent;padding:0;text-align:left}.coinbase-settings-row>svg:first-child{width:26px;height:26px;color:var(--cb-text);stroke-width:2.4}.coinbase-logo-dot{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:var(--cb-primary);font-size:16px;font-style:normal;font-weight:800}.coinbase-settings-row strong,.coinbase-settings-row em{display:block}.coinbase-settings-row strong,.coinbase-settings-line strong,.coinbase-display-row strong,.coinbase-language-list span{color:var(--cb-text);font-size:16px;font-weight:500;line-height:1.15}.coinbase-settings-row em{margin-top:4px;color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:400;line-height:1.2}.coinbase-settings-line{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:50px;border:0;border-bottom:1px solid var(--cb-border);color:var(--cb-text);background:transparent;padding:0;text-align:left}.coinbase-settings-line.static em,.coinbase-display-row b{color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:400}.coinbase-settings-group.danger{margin-top:30px}.coinbase-settings-group.danger .coinbase-settings-line{border-bottom:0}.coinbase-settings-group.danger strong{color:var(--cb-danger)}.coinbase-display-page,.coinbase-language-page{padding-left:0;padding-right:0}.coinbase-display-page .coinbase-sub-nav,.coinbase-language-page .coinbase-sub-nav{margin-left:16px;margin-right:16px}.coinbase-display-section{display:grid;gap:26px;border-bottom:1px solid var(--cb-border);padding:28px 20px 26px}.coinbase-display-section:first-of-type{padding-top:18px}.coinbase-display-section:last-child{border-bottom:0}.coinbase-display-row{display:grid;grid-template-columns:minmax(0,1fr) auto 22px;align-items:center;gap:12px;min-height:54px;border:0;color:var(--cb-text);background:transparent;padding:0;text-align:left}.coinbase-display-row.single{min-height:54px}.coinbase-display-row.toggle-row,.coinbase-display-row.static-row{grid-template-columns:minmax(0,1fr) auto}.coinbase-display-row strong,.coinbase-display-row em{display:block}.coinbase-display-row em{margin-top:4px;color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:400;line-height:1.2}.coinbase-switch{position:relative;width:46px;height:28px;border:0;border-radius:999px;background:var(--cb-border);padding:0}.coinbase-switch i{position:absolute;top:5px;left:5px;width:18px;height:18px;border-radius:6px;background:var(--cb-surface);transition:transform .18s ease}.coinbase-switch.active{background:var(--cb-primary)}.coinbase-switch.active i{transform:translate(18px)}.coinbase-display-mode-sheet,.coinbase-legal-sheet{position:relative;display:grid;width:calc(100% - 18px);max-width:412px;margin-bottom:10px;border-radius:34px;background:var(--cb-surface);padding:26px 22px 28px}.coinbase-display-mode-sheet header{display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;margin-bottom:20px}.coinbase-display-mode-sheet h2{margin:0;color:var(--cb-text);font-size:18px;font-weight:500;line-height:1}.coinbase-display-mode-sheet header button,.coinbase-sheet-close{display:grid;width:36px;height:36px;place-items:center;border:0;color:var(--cb-text-muted);background:transparent;padding:0}.coinbase-display-mode-sheet header svg,.coinbase-sheet-close svg{width:20px;height:20px;stroke-width:2.4}.coinbase-display-mode-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.coinbase-display-mode-options button{display:grid;justify-items:center;gap:12px;min-height:148px;border:1px solid var(--cb-border);border-radius:18px;color:var(--cb-text);background:var(--cb-surface-soft);padding:14px 10px 16px}.coinbase-display-mode-options button.active{border:2px solid var(--cb-primary);background:var(--cb-surface);padding:13px 9px 15px}.coinbase-display-mode-options strong{font-size:14px;font-weight:500}.coinbase-mode-preview{position:relative;display:block;width:46px;height:78px;overflow:hidden;border:1px solid #d1d1d4;border-radius:13px;background:#fff}.coinbase-mode-preview:before,.coinbase-mode-preview:after,.coinbase-mode-preview i,.coinbase-mode-preview b,.coinbase-mode-preview em{position:absolute;display:block;content:""}.coinbase-mode-preview:before{top:8px;left:9px;width:15px;height:4px;border-radius:999px;background:#111}.coinbase-mode-preview:after{top:8px;right:9px;width:5px;height:5px;border-radius:50%;background:#d1d5db}.coinbase-mode-preview i{top:18px;left:0;right:0;height:39px;background:#d9dde5}.coinbase-mode-preview b{left:7px;bottom:14px;width:19px;height:4px;border-radius:999px;background:#aeb6c3}.coinbase-mode-preview em{right:8px;bottom:10px;width:10px;height:10px;border-radius:3px;background:var(--cb-primary)}.coinbase-mode-preview.dark{border-color:#2b2d31;background:#111}.coinbase-mode-preview.dark:before{background:#f7f7f8}.coinbase-mode-preview.dark:after{background:#f7f7f8}.coinbase-mode-preview.dark i{background:#464b50}.coinbase-mode-preview.dark b{background:#1a1a1b}.coinbase-mode-preview.classic{border-color:#1c4a7c;background:#061f42}.coinbase-mode-preview.classic:before{background:#fff}.coinbase-mode-preview.classic:after{background:#1da5f4}.coinbase-mode-preview.classic i{background:#143762}.coinbase-mode-preview.classic b{background:#9badc3}.coinbase-mode-preview.classic em{background:#35d653}.coinbase-mode-preview.system{background:linear-gradient(90deg,#fff 0,#fff 50%,#111 50%,#111)}.coinbase-mode-preview.system i{background:linear-gradient(90deg,#d9dde5 0,#d9dde5 50%,#464b50 50%,#464b50)}.coinbase-mode-preview.system b{background:linear-gradient(90deg,#aeb6c3 0,#aeb6c3 50%,#1a1a1b 50%,#1a1a1b)}.coinbase-legal-sheet{gap:0;padding:54px 34px 42px}.coinbase-sheet-close{position:absolute;top:18px;right:24px}.coinbase-legal-option{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;min-height:64px;border:0;color:var(--cb-text);background:transparent;padding:0;text-align:left}.coinbase-legal-option+.coinbase-legal-option{margin-top:12px}.coinbase-legal-option strong{font-size:16px;font-weight:500}.coinbase-legal-option svg{width:22px;height:22px;color:var(--cb-text-muted)}.coinbase-legal-page{padding-left:0;padding-right:0}.coinbase-legal-page .coinbase-sub-nav{margin-left:16px;margin-right:16px}.coinbase-legal-content{display:grid;gap:20px;padding:18px 20px 48px}.coinbase-legal-updated{margin:0;color:var(--cb-text-muted);font-size:12px;font-weight:400}.coinbase-legal-content article{display:grid;gap:8px;padding-bottom:18px;border-bottom:1px solid var(--cb-border)}.coinbase-legal-content article:last-child{border-bottom:0}.coinbase-legal-content h2,.coinbase-legal-content p{margin:0}.coinbase-legal-content h2{color:var(--cb-text);font-size:16px;font-weight:500;line-height:1.25}.coinbase-legal-content p{color:var(--cb-text-muted);font-size:14px;font-weight:400;line-height:1.55}.coinbase-language-list{display:grid;gap:10px;padding:28px 20px 40px}.coinbase-language-list button{display:grid;grid-template-columns:minmax(0,1fr) 22px;align-items:center;min-height:48px;border:0;border-radius:12px;color:var(--cb-text);background:transparent;padding:0 14px;text-align:left}.coinbase-language-list button.active{background:var(--cb-surface-soft)}.coinbase-language-list svg{width:20px;height:20px;color:var(--cb-primary);stroke-width:2.6}.coinbase-market-page{display:grid;align-content:start;gap:14px;padding:6px 0 76px}.coinbase-market-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;min-height:42px;border-radius:16px;background:var(--cb-surface-soft);padding:4px}.coinbase-market-tabs button{min-width:0;border:0;border-radius:13px;color:var(--cb-text-muted);background:transparent;padding:0 8px;font-size:14px;font-weight:400;line-height:1}.coinbase-market-tabs button.active{color:var(--cb-text);background:var(--cb-surface);box-shadow:0 2px 8px #00000014}.coinbase-market-search{display:grid;grid-template-columns:22px 1fr 28px;align-items:center;gap:10px;height:48px;border-radius:18px;color:var(--cb-text-muted);background:var(--cb-surface-soft);padding:0 14px}.coinbase-market-search svg{width:22px;height:22px}.coinbase-market-search input{min-width:0;border:0;outline:0;color:var(--cb-text);background:transparent;padding:0;font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis}.coinbase-market-search input::placeholder{color:var(--cb-text-muted);opacity:1}.coinbase-market-search button{display:grid;width:28px;height:28px;place-items:center;border:0;color:var(--cb-text-muted);background:transparent;padding:0}.coinbase-market-table{display:grid;margin-top:4px}.coinbase-market-head,.coinbase-market-row{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(76px,.68fr) minmax(82px,.72fr);align-items:center}.coinbase-market-head{min-height:34px;color:var(--cb-text-muted);font-size:12px;font-weight:400}.coinbase-market-head span:nth-child(2),.coinbase-market-price{text-align:right}.coinbase-market-head span:nth-child(3){text-align:right}.coinbase-market-row{width:100%;min-height:62px;border:0;border-top:1px solid var(--cb-border);color:inherit;background:transparent;padding:8px 0;text-align:left}.coinbase-market-row:last-of-type{border-bottom:1px solid var(--cb-border)}.coinbase-market-pair{display:flex;min-width:0;align-items:center;gap:12px}.coinbase-market-pair>span:last-child{display:grid;min-width:0;gap:5px}.coinbase-market-logo{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:var(--cb-surface-soft);font-size:13px;font-weight:600}.coinbase-market-logo img{width:30px;height:30px;object-fit:contain}.coinbase-market-pair strong{display:block;overflow:hidden;color:var(--cb-text);font-size:14px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.coinbase-market-pair em{color:var(--cb-text-muted);font-size:inherit;font-style:normal;font-weight:inherit}.coinbase-market-pair small{display:block;overflow:hidden;color:var(--cb-text-muted);font-size:12px;font-weight:400;line-height:1;text-overflow:ellipsis;white-space:nowrap}.coinbase-market-price{overflow:hidden;color:var(--cb-text);font-size:14px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.coinbase-market-price.up{color:var(--cb-success)}.coinbase-market-price.down{color:var(--cb-danger)}.coinbase-market-row .up-bg,.coinbase-market-row .down-bg{justify-self:end;display:grid;min-width:76px;height:30px;place-items:center;border-radius:999px;font-size:13px;font-style:normal;font-weight:400;line-height:1;font-variant-numeric:tabular-nums}.coinbase-market-row .up-bg{color:var(--cb-success);background:var(--cb-success-soft)}.coinbase-market-row .down-bg{color:var(--cb-danger);background:var(--cb-danger-soft)}.coinbase-market-empty{display:grid;min-height:280px;place-items:center;color:var(--cb-text-muted);font-size:14px;font-weight:400}.profile-sub-page,.user-info-page{min-height:100vh;background:#061f42}.profile-row-list{margin-top:40px}.profile-row{display:grid;grid-template-columns:minmax(90px,1fr) auto;align-items:center;box-sizing:border-box;width:100%;min-height:64px;border:0;border-bottom:1px solid rgba(130,164,204,.18);color:#fff;background:transparent;padding:0 16px;text-align:left}button.profile-row{grid-template-columns:minmax(90px,1fr) auto 20px}.profile-row span{color:#9badc3;font-size:14px;font-weight:400}.profile-row strong{max-width:210px;overflow:hidden;color:#fff;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.avatar-row{min-height:82px}.profile-logout-button,.profile-primary-button{display:grid;width:calc(100% - 32px);height:52px;place-items:center;margin:54px 16px 0;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400}.profile-sheet-backdrop,.profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;justify-content:center;width:min(430px,100vw);margin:0 auto;background:#0000008f}.profile-sheet-backdrop{align-items:flex-end}.profile-avatar-sheet,.profile-nickname-sheet,.profile-picker-sheet{width:100%;max-height:78vh;border-radius:22px 22px 0 0;background:#143762;padding:16px 18px 18px}.sheet-grabber{width:72px;height:6px;margin:0 auto 24px;border-radius:999px;background:#eef6ff}.profile-avatar-sheet h2,.profile-nickname-sheet h2,.profile-picker-sheet h2{margin:0 0 22px;color:#fff;text-align:center;font-size:16px;font-weight:400}.avatar-choice-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px 8px;max-height:calc(78vh - 142px);overflow-y:auto;padding:0 4px 18px}.avatar-choice-grid button{display:grid;place-items:center;border:0;border-radius:12px;background:transparent;padding:2px 0}.avatar-choice-grid button.active{background:#1da5f43d}.document-type-sheet{padding-bottom:24px}.document-type-list{display:grid;max-height:340px;overflow-y:auto}.document-type-list button{display:grid;grid-template-columns:1fr 22px;align-items:center;min-height:56px;border:0;border-bottom:1px solid rgba(130,164,204,.18);color:#fff;background:transparent;padding:0 10px;text-align:left;font-size:14px;font-weight:400}.document-type-list button.active{color:#1da5f4}.sheet-action-row,.profile-confirm-modal div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sheet-action-row button,.profile-confirm-modal button{height:46px;border:0;border-radius:8px;color:#fff;background:#526274;font-size:14px;font-weight:400}.sheet-action-row button:last-child,.profile-confirm-modal button:last-child{background:#1da5f4}.sheet-action-row button:disabled,.profile-primary-button:disabled{opacity:.62}.profile-primary-button.muted,.profile-primary-button.muted:disabled{color:#d9e3ef;background:#647385;opacity:1;cursor:not-allowed}.profile-secondary-button{display:grid;width:100%;height:44px;place-items:center;border:1px solid rgba(29,165,244,.72);border-radius:8px;color:#1da5f4;background:#1da5f414;font-size:14px;font-weight:400}.profile-secondary-button:disabled{opacity:.62}.profile-nickname-sheet input{width:100%;height:52px;border:0;border-radius:8px;color:#fff;background:#0d2d56;padding:0 14px;font-size:14px}.profile-nickname-sheet input::placeholder{color:#7f93ad}.profile-nickname-sheet p{margin:10px 0 22px;color:#9badc3;font-size:14px}.profile-modal-backdrop{align-items:center;padding:0 28px}.profile-confirm-modal{width:100%;border-radius:8px;background:#143762;padding:28px 18px 16px}.profile-confirm-modal p{margin:0 0 24px;color:#fff;text-align:center;font-size:16px;font-weight:400}.fund-password-confirm-modal input{width:100%;height:48px;margin:0 0 18px;border:0;border-radius:8px;color:#fff;background:#0d2d56;padding:0 14px;font-size:14px;font-weight:400}.fund-password-confirm-modal input::placeholder{color:#7f93ad}.share-page h2{margin:42px 0 18px;color:#fff;text-align:center;font-size:22px;font-weight:500}.share-qr-card{width:calc(100% - 32px);margin:0 auto;border-radius:8px;background:#143762;padding:18px 18px 28px}.share-user{display:flex;align-items:center;gap:14px;margin-bottom:24px}.share-user strong,.share-user span{display:block;color:#fff;font-size:14px;font-weight:400}.share-user span{margin-top:5px;color:#9badc3}.share-qr-image{width:220px;height:220px;margin:0 auto;border-radius:4px;overflow:hidden;background:#fff}.share-qr-image img{display:block;width:100%;height:100%}.kyc-form,.bank-form{display:grid;gap:16px;margin-top:38px;padding:0 16px}.kyc-form label,.bank-form label{display:grid;gap:10px}.kyc-form label>span,.bank-form label>span{color:#9badc3;font-size:14px;font-weight:400}.bank-page .bank-form label>span{color:#fff}.kyc-form input,.kyc-form label>button,.bank-form input,.bank-form textarea,.form-select-button{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;border:0;border-radius:8px;color:#fff;background:#143762;padding:0 14px;font-size:14px;font-weight:400}.bank-form textarea{min-height:92px;resize:none;align-items:flex-start;padding-top:14px;line-height:1.35}.kyc-form label>button{white-space:nowrap}.form-select-button{border:0;text-align:left}.form-select-button strong{color:#fff;font-size:14px;font-weight:400}.form-select-button svg,.wallet-option-sheet svg{width:18px;height:18px}.wallet-option-sheet button:not(.sheet-primary){display:flex;align-items:center;justify-content:space-between}.wallet-option-sheet button.active{color:#1da5f4}.kyc-form svg,.security-list svg,.service-contact-list svg{width:20px;height:20px}.kyc-form input::placeholder,.bank-form input::placeholder,.bank-form textarea::placeholder{color:#7f93ad}.fund-reset-application{margin-top:24px}.fund-reset-status-list{display:grid;gap:8px}.fund-reset-status-list p{display:flex;justify-content:space-between;margin:0;color:#9badc3;font-size:14px;font-weight:400}.fund-reset-status-list span{color:#1da5f4}.fund-reset-status-list strong{color:#fff;font-size:14px;font-weight:400}.kyc-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:4px}.kyc-upload-item{display:grid;gap:8px}.kyc-upload-grid button{display:grid;place-items:center;align-content:center;gap:6px;width:100%;height:120px;min-height:120px;max-height:120px;overflow:hidden;border:1px dashed rgba(144,181,220,.48);border-radius:8px;color:#9badc3;background:#143762;font-size:14px;font-weight:400}.kyc-upload-grid button:disabled{cursor:not-allowed;opacity:.72}.kyc-upload-grid strong{color:#fff;font-size:30px;font-weight:300}.kyc-upload-item>span{color:#9badc3;text-align:center;font-size:13px;font-weight:400;line-height:1.25}.kyc-upload-grid img{display:block;width:100%;height:100%;min-height:0;border-radius:8px;object-fit:cover;object-position:center}.kyc-file-input{position:absolute;display:none;width:0;height:0;opacity:0;pointer-events:none}.wallet-add-button{display:grid;width:calc(100% - 32px);height:52px;place-items:center;margin:18px 16px;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400}.wallet-card-list{display:grid;gap:14px;padding:0 16px}.wallet-page .wallet-card-list,.bank-page .bank-card-list{padding-bottom:calc(84px + env(safe-area-inset-bottom))}.h5-bottom-action-button{position:fixed;z-index:10;left:50%;bottom:max(16px,env(safe-area-inset-bottom));width:min(calc(100% - 32px),398px);margin:0;transform:translate(-50%)}.payment-method-add-button{position:fixed;z-index:60;left:50%;bottom:max(16px,env(safe-area-inset-bottom));width:min(calc(100% - 32px),398px);margin:0;transform:translate(-50%)}.wallet-address-card{border-radius:8px;background:#143762;padding:16px}.wallet-card-head{display:grid;grid-template-columns:42px minmax(0,1fr) 32px;align-items:center;gap:10px}.coin-badge{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:#1da5f4;font-size:18px;font-weight:700}.coin-badge-image{overflow:hidden;background:transparent}.coin-badge-image img{width:100%;height:100%;object-fit:contain;display:block}.coin-badge-image span{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:#1da5f4}.wallet-card-head strong{min-width:0;color:#fff;font-size:16px;font-weight:500;line-height:1.25}.wallet-card-head strong em{margin-left:6px;color:#9badc3;font-size:12px;font-style:normal;font-weight:400}.wallet-form{margin-top:0;margin-bottom:16px}.compact-submit{margin-top:2px}.bank-card-list{margin-top:18px;padding-bottom:24px}.card-delete-icon-button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;color:#ff4f67;background:transparent}.card-delete-icon-button svg{width:18px;height:18px}.card-delete-icon-button:disabled{opacity:.55}.wallet-address-card p{margin:12px 0 16px 52px;color:#ff4f67;font-size:14px;line-height:1.35;overflow-wrap:anywhere}.wallet-address-card-content{margin-left:0;text-align:left}.wallet-address-card-content>p{margin-left:0}.wallet-address-card-content .wallet-meta-grid{margin-left:0}.wallet-meta-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px 16px;margin:0 0 0 52px}.wallet-meta-grid-single{grid-template-columns:minmax(0,1fr)}.wallet-meta-grid.wallet-meta-grid-single div{display:flex;align-items:center;gap:8px}.wallet-meta-grid.wallet-meta-grid-single dt,.wallet-meta-grid.wallet-meta-grid-single dd{font-size:14px;font-weight:400;line-height:1.35;white-space:nowrap}.wallet-meta-grid.wallet-meta-grid-single dd{overflow:hidden;text-overflow:ellipsis}.wallet-meta-grid div{display:grid;min-width:0;gap:4px}.wallet-meta-grid dt{color:#9badc3;font-size:14px;font-weight:400;line-height:1.2}.wallet-meta-grid dd{margin:0;color:#fff;font-size:14px;font-weight:400;line-height:1.35;overflow-wrap:anywhere}.security-list,.service-contact-list{display:grid;margin-top:38px}.security-list button,.security-list div,.service-contact-list button,.service-contact-list div{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:62px;border:0;border-bottom:1px solid rgba(130,164,204,.18);color:#fff;background:transparent;padding:0 16px;text-align:left;font-size:14px;font-weight:400}.service-contact-list button{grid-template-columns:38px minmax(0,1fr) auto;gap:12px}.service-contact-list button>span{min-width:0}.service-contact-icon{display:block;width:38px;height:38px;border-radius:50%;object-fit:cover}.security-list strong,.service-contact-list strong{color:#9badc3;font-size:14px;font-weight:400}.security-status-card{display:grid;gap:6px;color:#fff;background:#143762b8;border-radius:8px;padding:12px 14px;font-size:14px;font-weight:400}.security-status-card strong,.security-status-card em{color:#9badc3;font-size:14px;font-style:normal;font-weight:400}.service-hero{display:grid;place-items:center;min-height:292px;margin-top:8px}.service-hero img{display:block;width:min(76vw,320px);max-height:240px;object-fit:contain}.notice-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;height:48px;margin:22px 16px 20px;padding:3px;overflow:hidden;border-radius:8px;background:#143762}.notice-tabs:before{content:"";position:absolute;top:3px;left:3px;width:calc((100% - 6px)/2);height:calc(100% - 6px);border-radius:7px;background:#1da5f4;transform:translate(0);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.notice-tabs.message:before{transform:translate(100%)}.notice-tabs button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;border:0;color:#fff;background:transparent;font-size:14px;font-weight:400}.notice-tab-label{min-width:0}.notice-tab-badge{display:grid;min-width:17px;height:17px;place-items:center;border-radius:999px;color:#fff;background:#ff3b4f;padding:0 5px;font-size:10px;font-weight:600;line-height:1}.notice-item-card{display:grid;gap:10px;width:calc(100% - 32px);text-align:left;min-height:76px;margin:0 16px 6px;border:0;border-radius:8px;background:#143762;padding:15px 16px}.notice-item-card:active{background:#18406f}.notice-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.notice-item-card strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-width:0;color:#fff;font-size:16px;font-weight:400;line-height:1.35}.notice-read-badge{flex:0 0 auto;border-radius:999px;padding:3px 8px;font-size:10px;font-style:normal;font-weight:500;line-height:1}.notice-read-badge.unread{color:#fff;background:#ff3b4f}.notice-read-badge.read{color:#9badc3;background:#9badc329}.notice-item-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;color:#d7e2f0;font-size:14px;font-weight:400;line-height:1.45}.notice-item-card span{color:#9badc3;font-size:14px;font-weight:400}.notice-detail-card{display:grid;gap:14px;margin:22px 16px 0;border-radius:8px;background:#143762;padding:18px 16px 22px}.notice-detail-card strong{color:#fff;font-size:18px;font-weight:500;line-height:1.35}.notice-detail-card span{color:#9badc3;font-size:14px;font-weight:400}.notice-detail-card p{margin:0;color:#d7e2f0;font-size:14px;font-weight:400;line-height:1.65;white-space:pre-wrap}.profile-empty-state{display:grid;min-height:260px;place-items:center;color:#9badc3}.profile-empty-state svg{width:92px;height:92px}.profile-toast{position:fixed;left:50%;bottom:108px;z-index:120;transform:translate(-50%);min-width:146px;border-radius:8px;color:#fff;background:#000000b8;padding:12px 18px;text-align:center;font-size:14px;font-weight:400}.profile-toast.toast-error{background:#d73f4ee6}html{overflow-y:scroll;min-height:100%;background:var(--app-viewport-bg)}body{min-height:100%;margin:0;background:var(--app-viewport-bg);color:var(--legacy-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#app{min-height:100%;background:var(--app-viewport-bg)}html:has(.phone-shell.coinbase-light),body:has(.phone-shell.coinbase-light),#app:has(.phone-shell.coinbase-light){--app-viewport-bg: #ffffff}html:has(.phone-shell.coinbase-dark),body:has(.phone-shell.coinbase-dark),#app:has(.phone-shell.coinbase-dark){--app-viewport-bg: #0b1220}html:has(.phone-shell.coinbase-classic),html:has(.phone-shell.classic-dark),body:has(.phone-shell.coinbase-classic),body:has(.phone-shell.classic-dark),#app:has(.phone-shell.coinbase-classic),#app:has(.phone-shell.classic-dark){--app-viewport-bg: #061f42}button,input{font:inherit}button{cursor:pointer}.phone-shell{min-height:100vh;max-width:430px;margin:0 auto;background:var(--legacy-bg);padding-bottom:72px}@media(max-width:480px){.phone-shell{width:100%;max-width:none;margin:0}}.screen{padding:10px 12px 18px}.home-header,.top-nav{position:sticky;top:0;z-index:20;display:grid;align-items:center;gap:10px;min-height:58px;background:var(--legacy-bg)}.home-header{grid-template-columns:38px 1fr 38px 38px;padding:10px 12px}.top-nav{grid-template-columns:44px 1fr 44px;padding:0 12px;border-bottom:1px solid var(--legacy-border)}.top-title{display:flex;justify-content:center;align-items:center;gap:8px;text-align:center}.top-title strong{font-size:17px}.back-btn,.icon-button{display:grid;min-width:38px;height:38px;place-items:center;border:0;border-radius:50%;color:var(--legacy-bg);background:var(--legacy-text);font-weight:900}.back-space{width:44px}.search-pill,.market-search{min-height:38px;border:0;border-radius:22px;color:var(--legacy-muted);background:var(--legacy-surface);padding:0 14px;text-align:left}.banner{position:relative;height:154px;overflow:hidden;border-radius:6px;background:var(--legacy-surface)}.banner img{display:block;width:100%;height:100%;object-fit:cover}.dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:5px}.dots i{width:6px;height:6px;border-radius:999px;background:#8c98a3}.dots i.active{background:#fff}.notice-bar{display:flex;align-items:center;gap:8px;width:100%;min-height:38px;margin-top:10px;border:0;color:#cbd3da;background:transparent;text-align:left}.notice-bar span:last-child,.notice-bar span:nth-of-type(2){min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.notice-marquee{display:block;flex:1;min-width:0;overflow:hidden;text-overflow:clip}.notice-marquee em{display:inline-block;min-width:max-content;padding-left:100%;color:#fff;font-style:normal;animation:notice-marquee 55s linear infinite}@keyframes notice-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.notice-icon{display:grid;min-width:20px;height:20px;place-items:center;border-radius:50%;color:#10151b;background:#1597f5;font-weight:900}.nav-icons,.deposit-strip,.hot-grid,.book-columns,.asset-profit,.asset-actions,.upload-grid,.step-grid{display:grid;gap:10px}.nav-icons{grid-template-columns:repeat(3,1fr);margin-top:8px}.nav-icons button,.deposit-strip button,.asset-actions button{display:grid;justify-items:center;gap:8px;min-height:68px;border:0;border-radius:8px;color:#eaf0f5;background:#171e26;font-size:12px}.nav-icons span,.deposit-strip span,.asset-actions span{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#1597f5;color:#fff;font-weight:800}.deposit-strip{grid-template-columns:1fr 1fr;margin-top:10px}.deposit-strip button{grid-template-columns:42px 1fr;align-items:center;justify-items:start;min-height:64px;padding:0 14px;font-size:15px}.hot-card,.market-card,.asset-card,.sub-card,.form-card,.share-card,.vip-card,.article,.borrow-page article{margin-top:14px;border-radius:8px;background:#171e26}.hot-card{padding:12px}.hot-card h2,.market-card h2,.article h2,.borrow-page h2{margin:0 0 12px;font-size:17px}.hot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden}.hot-grid button{min-width:0;min-height:88px;border:0;border-right:1px solid rgba(255,255,255,.06);border-radius:0;background:#101820;color:#f2f5f7;padding:9px 6px;text-align:left}.hot-grid button:first-child{border-radius:6px 0 0 6px}.hot-grid button:last-child{border-right:0;border-radius:0 6px 6px 0}.hot-grid strong,.hot-grid span,.hot-grid em,.hot-grid small{display:block;font-style:normal}.hot-grid em{margin-top:8px;color:#d7dee5}.hot-grid strong,.hot-grid span,.hot-grid em,.hot-grid small{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.up{color:#0ccf82}.down{color:#f45e6d}.up-bg,.down-bg{display:inline-grid;min-width:68px;min-height:30px;place-items:center;border-radius:4px;color:#fff;font-style:normal}.up-bg{background:#13a76d}.down-bg{background:#e0445b}.market-card{padding:8px 0;background:transparent}.market-card.compact{padding-top:10px}.market-card h2{margin-left:12px;margin-right:12px}.market-nav,.market-tabs,.trade-tabs,.time-tabs,.indicator-tabs,.account-tabs,.seg-card{display:flex;gap:10px;overflow-x:auto;padding:0 12px}.market-nav button,.market-tabs button,.trade-tabs button,.time-tabs button,.indicator-tabs button,.account-tabs button,.seg-card button{min-height:34px;border:0;color:#8f9aa5;background:transparent;white-space:nowrap}.market-nav button.active,.market-tabs button.active,.trade-tabs button.active,.time-tabs button.active,.account-tabs button.active,.seg-card button.active{color:#1597f5}.market-head,.market-line{display:grid;grid-template-columns:1.35fr 1fr 90px;align-items:center;gap:8px}.market-head{min-height:38px;color:#7c8792;font-size:12px;padding:0 12px}.market-line{width:100%;min-height:58px;border:0;border-top:1px solid rgba(255,255,255,.05);color:#f2f5f7;background:transparent;text-align:left;padding:0 12px}.market-line>strong{text-align:right}.market-line i{justify-self:end}.market-line span,.market-line small{display:block}.market-line em{color:#7c8792;font-style:normal}.market-line small{margin-top:4px;color:#7c8792;font-size:11px}.trade-tabs{justify-content:center;margin-bottom:10px}.trade-tabs button{min-width:96px;color:#f2f5f7;border-bottom:2px solid transparent}.trade-tabs button.active{border-color:#1597f5}.coin-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.coin-info strong{display:block;font-size:28px}.coin-info span,.coin-info em,.coin-info dt{color:#8f9aa5;font-style:normal;font-size:12px}.coin-info dl{display:grid;gap:9px;margin:0}.coin-info div,.coin-info dd{margin:0}.chart-block{overflow:hidden;border-radius:8px;background:var(--legacy-surface);padding:10px 0}.book-columns{grid-template-columns:1fr 1fr;margin-top:12px}.book-side{border-radius:8px;background:var(--legacy-surface);padding:12px}.book-side h3{margin:0 0 10px;font-size:15px}.book-head,.book-row{display:grid;grid-template-columns:1fr 1fr;min-height:26px;align-items:center;font-size:12px;font-variant-numeric:tabular-nums}.book-head{color:var(--legacy-muted)}.book-row.buy span:first-child{color:#13a76d}.book-row.sell span:first-child{color:#e0445b}.trade-bottom-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.trade-bottom-actions button,.primary-block{min-height:46px;border:0;border-radius:8px;color:#fff;background:var(--legacy-primary);font-weight:700}.phone-shell:has(.trade-screen){background:var(--legacy-bg);padding-bottom:0}.trade-screen{min-height:100vh;color:var(--legacy-text);background:#061f42;padding-bottom:43px}.trade-pair-nav{display:grid;grid-template-columns:44px minmax(0,1fr) 72px;align-items:center;height:72px;padding:20px 16px 8px}.trade-screen:not(.coinbase-trade-page) .trade-pair-nav{position:sticky;top:0;z-index:50;background:var(--legacy-bg)}.trade-pair-nav button{display:grid;width:32px;height:32px;padding:0;border:0;place-items:center;color:#fff;background:transparent}.trade-pair-nav svg{width:24px;height:24px}.trade-pair-title{display:flex;min-width:0;align-items:center;justify-content:center;gap:6px}.trade-pair-title svg{flex:0 0 auto}.trade-coin-logo{display:grid;flex:0 0 24px;width:24px;height:24px;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:#1f8ede;font-size:8px;font-weight:700}.trade-pair-title strong{overflow:hidden;color:#fff;font-size:20px;font-weight:600;line-height:1;text-overflow:ellipsis;white-space:nowrap}.trade-pair-title em{min-width:44px;min-height:24px;padding:0 4px;font-size:14px;font-weight:500}.trade-pair-nav .trade-pair-trigger{display:flex;width:100%;min-width:0;height:44px;padding:0 6px;border-radius:10px;justify-content:center;transition:background-color .16s ease}.trade-pair-nav .trade-pair-trigger:active{background:var(--legacy-primary-soft)}.trade-star{font-size:22px;line-height:1}.trade-header-actions{display:flex;width:72px;align-items:center;justify-content:flex-end;gap:0}.trade-pair-nav .trade-header-actions>button{width:36px;height:36px}.trade-history svg{width:22px;height:22px}.trade-star.active,.spot-action-star.active{color:#f8c84a}.trade-screen .trade-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;height:48px;margin:8px 18px 24px;overflow:hidden;border-radius:6px;background:#14335f;padding:0}.trade-screen .trade-tabs button{min-width:0;height:48px;border:0;border-radius:6px;color:#fff;background:transparent;font-size:16px;font-weight:400}.trade-screen .trade-tabs button.active{color:#fff;background:#1fa2ef}.trade-screen .coin-info{display:grid;grid-template-columns:1fr;gap:10px;min-height:62px;margin:0;padding:0 18px 18px}.trade-screen .coin-info-row{display:grid;grid-template-columns:minmax(0,1fr) 74px 84px;column-gap:6px;align-items:center}.trade-screen .coin-info strong{display:block;font-size:22px;font-weight:600;line-height:1}.trade-screen .coin-info p{display:flex;align-items:center;gap:5px;margin:0;color:#9badc3;font-size:12px;font-weight:400;line-height:1;white-space:nowrap}.trade-screen .coin-info p em{font-size:12px;font-weight:400}.trade-screen .coin-info span{color:#9badc3;font-size:12px;font-weight:400;line-height:1;text-align:right;transform:translate(20px);white-space:nowrap}.trade-screen .coin-info dd{margin:0;color:#fff;font-size:12px;font-weight:400;line-height:1;text-align:right}.professional-chart{position:relative;background:#fff}.professional-chart .time-tabs{display:grid;grid-template-columns:repeat(6,1fr);height:48px;gap:0;overflow:hidden;border-top:1px solid rgba(6,31,66,.1);border-bottom:1px solid rgba(6,31,66,.12);padding:0 8px}.professional-chart .time-tabs button{position:relative;min-height:48px;color:#666;background:#fff;font-size:14px;font-weight:400}.professional-chart .time-tabs button.active{color:#20bfa8}.professional-chart .time-tabs button.active:after{content:"";position:absolute;right:23px;bottom:0;left:23px;height:2px;background:#20bfa8}.chart-fixed-indicators{position:absolute;z-index:2;top:58px;left:12px;display:flex;max-width:360px;flex-wrap:wrap;gap:6px 14px;pointer-events:none}.chart-fixed-indicators span,.chart-fixed-indicators em{color:#808a99;font-size:12px;font-style:normal;font-weight:400;line-height:1.2}.chart-fixed-indicators .ma5{color:#ff9700}.chart-fixed-indicators .ma10{color:#9962cb}.chart-fixed-indicators .ma30{color:#237eff}.chart-fixed-indicators .ma60{color:#f53176}.chart-fixed-indicators .indicator{color:#20bfa8}.lightweight-kline{height:386px;background:#fff}.professional-chart .indicator-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;height:46px;align-items:center;overflow:hidden;border-top:1px solid rgba(6,31,66,.12);border-bottom:1px solid rgba(6,31,66,.12);background:#fff;padding:8px 16px}.professional-chart .indicator-tabs button{height:30px;min-height:0;border:1px solid rgba(6,31,66,.14);border-radius:6px;color:#626873;background:#fff;box-shadow:0 1px 2px #061f420f;font-size:14px;font-weight:400}.professional-chart .indicator-tabs button.active{border-color:#061f4224;color:#626873;background:#fff}.order-book-panel{background:var(--legacy-bg);padding:20px 18px 0}.order-book-titles,.order-book-head{display:grid;grid-template-columns:1fr 104px 1fr 104px;column-gap:8px;align-items:center}.order-book-titles{grid-template-columns:1fr 1fr;margin-bottom:16px}.order-book-titles h2{margin:0;color:var(--legacy-muted);font-size:14px;font-weight:400;line-height:1}.order-book-head{margin-bottom:10px}.order-book-head span{color:var(--legacy-text);font-size:12px;font-weight:400;line-height:1;white-space:nowrap}.order-book-head span:nth-child(2),.order-book-head span:nth-child(4){text-align:right}.order-book-list{display:grid;gap:8px;padding-bottom:43px}.market-empty{display:grid;min-height:88px;place-items:center;color:var(--legacy-muted);font-size:14px;font-weight:400}.order-book-empty,.spot-depth-empty{grid-column:1 / -1}.order-book-row{display:grid;grid-template-columns:1fr 1fr;column-gap:8px;min-height:20px;color:var(--legacy-text);font-size:10px;font-weight:400;font-variant-numeric:tabular-nums}.book-side-row{position:relative;display:grid;grid-template-columns:1fr 104px;column-gap:8px;height:20px;align-items:center;overflow:hidden}.book-side-row i{position:absolute;top:0;bottom:0;z-index:0;right:0;transition:width .5s ease}.bid-side i{background:linear-gradient(90deg,#35d65300,#35d653f2)}.ask-side i{background:linear-gradient(90deg,#ff626800,#ff6268f2)}.book-side-row em{position:relative;z-index:1;font-style:normal}.bid-price{color:#35d653}.ask-price{color:#ff6268}.bid-amount,.ask-amount{color:var(--legacy-text);text-align:right}.trade-screen .trade-bottom-actions{position:fixed;z-index:60;bottom:0;left:50%;display:grid;width:min(100%,430px);grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr) 10px 44px;column-gap:0;align-items:center;margin:0;background:transparent;padding:12px 10px 16px 18px;transform:translate(-50%)}.trade-screen .trade-bottom-actions button{min-height:46px;border:0;border-radius:8px;color:#fff;font-size:14px;font-weight:400}.trade-screen .trade-bottom-actions button:first-child{grid-column:1}.trade-screen .trade-bottom-actions button:nth-child(2){grid-column:3}.trade-screen .trade-bottom-actions .long-action,.trade-screen .trade-bottom-actions .buy-action{background:#35d653}.trade-screen .trade-bottom-actions .short-action,.trade-screen .trade-bottom-actions .sell-action{background:#ff6268}.trade-screen .trade-bottom-actions .trade-menu-action{display:grid;grid-column:5;width:44px;min-width:44px;height:44px;min-height:44px;border:1px solid var(--legacy-border);border-radius:12px;place-items:center;color:var(--legacy-primary);background:var(--legacy-surface-soft);box-shadow:0 4px 12px #0000001f;padding:0}.trade-menu-action svg{width:22px;height:22px}.coinbase-trade-page{min-height:calc(100vh - 72px);margin:0 -16px;color:var(--cb-text);background:var(--cb-bg);padding-bottom:76px}.coinbase-trade-page .trade-pair-nav{grid-template-columns:minmax(0,1fr) 72px;height:56px;padding:10px 16px 8px}.coinbase-trade-page .trade-pair-nav button{color:var(--cb-text)}.coinbase-trade-page .trade-pair-title{gap:7px}.coinbase-trade-page .trade-pair-title svg{color:var(--cb-text-muted)}.coinbase-trade-page .trade-pair-title strong{color:var(--cb-text);font-size:16px;font-weight:500}.coinbase-trade-page .trade-pair-title em{min-width:42px;min-height:22px;border-radius:999px;font-size:12px;font-weight:400}.coinbase-trade-page .trade-pair-nav .trade-pair-trigger{justify-content:flex-start;color:var(--cb-text)}.coinbase-trade-page .trade-coin-logo{background:var(--cb-surface-soft)}.coinbase-trade-page .trade-tabs{grid-template-columns:repeat(2,1fr);height:42px;margin:6px 16px 16px;border-radius:16px;background:var(--cb-surface-soft);padding:4px}.coinbase-trade-page .trade-tabs button{height:34px;border-radius:13px;color:var(--cb-text-muted);background:transparent;font-size:14px}.coinbase-trade-page .trade-tabs button.active{color:var(--cb-text);background:var(--cb-surface);box-shadow:0 2px 8px #00000014}.coinbase-trade-page .coin-info{padding:0 16px 16px}.coinbase-trade-page .coin-info strong{font-size:20px}.coinbase-trade-page .coin-info p,.coinbase-trade-page .coin-info span{color:var(--cb-text-muted)}.coinbase-trade-page .coin-info dd{color:var(--cb-text)}.coinbase-trade-page .professional-chart{border-top:1px solid var(--cb-border);border-bottom:1px solid var(--cb-border)}.coinbase-trade-page .order-book-panel{background:var(--cb-bg);padding:18px 16px 0}.coinbase-trade-page .order-book-titles h2,.coinbase-trade-page .order-book-head span{color:var(--cb-text-muted)}.coinbase-trade-page .order-book-list{padding-bottom:24px}.coinbase-trade-page .order-book-row{color:var(--cb-text)}.coinbase-trade-page .book-side-row{border-radius:4px}.coinbase-trade-page .bid-side i{background:linear-gradient(90deg,rgba(22,163,74,0),var(--cb-success-soft))}.coinbase-trade-page .ask-side i{background:linear-gradient(90deg,rgba(229,72,77,0),var(--cb-danger-soft))}.coinbase-trade-page .bid-price{color:var(--cb-success)}.coinbase-trade-page .ask-price{color:var(--cb-danger)}.coinbase-trade-page .bid-amount,.coinbase-trade-page .ask-amount{color:var(--cb-text)}.coinbase-trade-page .market-empty{color:var(--cb-text-muted)}.coinbase-trade-page .trade-bottom-actions{bottom:66px;z-index:55;padding:10px 10px 10px 18px}.coinbase-trade-page .trade-bottom-actions button{min-height:44px;border-radius:12px;font-size:14px}.coinbase-trade-page .trade-bottom-actions .long-action,.coinbase-trade-page .trade-bottom-actions .buy-action{background:var(--cb-success);box-shadow:0 8px 18px #16a34a2e}.coinbase-trade-page .trade-bottom-actions .short-action,.coinbase-trade-page .trade-bottom-actions .sell-action{background:var(--cb-danger);box-shadow:0 8px 18px #e5484d2e}.coinbase-trade-page .trade-bottom-actions .trade-menu-action{height:44px;min-height:44px;color:var(--cb-primary);background:var(--cb-surface-soft);border-color:var(--cb-border)}.legacy-theme.coinbase-light .trade-screen .trade-bottom-actions .trade-menu-action{color:var(--legacy-text)}.coinbase-trade-page>.coinbase-swap-shell{display:none!important}.coinbase-swap-shell{--cb-action: var(--cb-success);--cb-action-end: #22c55e;--cb-action-soft: var(--cb-success-soft);--cb-action-shadow: rgba(22, 163, 74, .18);display:grid;gap:16px;min-height:calc(100vh - 150px);color:var(--cb-text);background:var(--cb-bg);padding:6px 0 86px}.coinbase-swap-mode{display:grid;grid-template-columns:1fr 1fr;min-height:42px;border-radius:16px;background:var(--cb-surface-soft);padding:4px;gap:6px}.coinbase-swap-mode button{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;border:0;border-radius:13px;color:var(--cb-text-muted);background:transparent;padding:0 8px;font-size:14px;font-weight:400;line-height:1}.coinbase-swap-mode button.active{color:var(--cb-text);background:var(--cb-surface);box-shadow:0 2px 8px #00000014}.coinbase-swap-mode svg{width:15px;height:15px;color:currentColor;stroke-width:2.4}.coinbase-swap-mode button:not(.active) svg{color:var(--cb-text-muted)}.coinbase-swap-card{position:relative;display:grid;border-radius:28px;background:var(--cb-surface-soft);padding:18px 16px}.coinbase-swap-card-main{min-height:204px}.coinbase-swap-card-to{min-height:100px;margin-top:-24px;padding-top:18px}.coinbase-swap-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.coinbase-swap-asset{display:grid;min-width:0;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:10px;border:0;color:inherit;background:transparent;padding:0;text-align:left}.coinbase-swap-asset>svg{width:18px;height:18px;color:var(--cb-text-muted)}.coinbase-swap-asset-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#fff;background:var(--cb-surface-soft);font-size:13px;font-weight:600}.coinbase-swap-asset-icon img{width:30px;height:30px;object-fit:contain}.coinbase-swap-asset strong{display:block;overflow:hidden;color:var(--cb-text);font-size:16px;font-weight:600;line-height:1;text-overflow:ellipsis;white-space:nowrap}.coinbase-swap-asset em{display:flex;align-items:center;gap:5px;margin-top:7px;color:var(--cb-text-muted);font-size:13px;font-style:normal;font-weight:400;line-height:1}.coinbase-swap-asset em svg{width:14px;height:14px}.coinbase-swap-percent{display:flex;flex:0 0 auto;gap:8px}.coinbase-swap-percent button{min-width:54px;height:34px;border:0;border-radius:999px;color:var(--cb-text);background:var(--cb-primary-soft);padding:0 14px;font-size:13px;font-weight:600}.coinbase-swap-amount{display:grid;align-self:center;justify-items:center;gap:14px;padding-top:0;text-align:center;transform:translateY(-10px)}.coinbase-swap-amount strong{color:var(--cb-text);font-size:46px;font-weight:700;letter-spacing:0;line-height:1}.coinbase-swap-amount span{display:flex;align-items:center;gap:8px;color:var(--cb-text-muted);font-size:16px;font-weight:400}.coinbase-swap-amount img,.coinbase-swap-amount svg{width:18px;height:18px;object-fit:contain}.coinbase-swap-center-button{position:relative;z-index:2;display:grid;width:48px;height:48px;place-items:center;justify-self:center;margin:-40px 0;border:6px solid var(--cb-bg);border-radius:50%;color:var(--cb-primary);background-color:var(--cb-bg);background-image:linear-gradient(var(--cb-primary-soft),var(--cb-primary-soft));padding:0}.coinbase-swap-center-button svg{width:24px;height:24px;stroke-width:3}.coinbase-swap-to-amount{display:grid;justify-items:end;gap:8px;padding-top:2px}.coinbase-swap-to-amount strong{color:var(--cb-text);font-size:16px;font-weight:700;line-height:1}.coinbase-swap-to-amount em{color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:400;line-height:1}.coinbase-swap-rate{display:grid;grid-template-columns:1fr 18px;align-items:center;height:34px;margin-top:18px;border:0;border-radius:14px;color:var(--cb-text-muted);background:var(--cb-primary-soft);padding:0 14px;text-align:left}.coinbase-swap-rate span{overflow:hidden;font-size:12px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.coinbase-swap-rate svg{width:18px;height:18px}.coinbase-swap-continue{display:grid;height:50px;place-items:center;border:0;border-radius:999px;color:#ffffff9e;background:linear-gradient(135deg,var(--cb-action) 0%,var(--cb-action-end) 100%);font-size:16px;font-weight:600;box-shadow:0 8px 18px var(--cb-action-shadow)}.coinbase-swap-continue:not(:disabled){color:#fff}.coinbase-swap-continue:disabled{box-shadow:none}.coinbase-number-pad{display:grid;grid-template-columns:repeat(3,1fr);row-gap:0;padding:10px 18px 0}.coinbase-number-pad button{display:grid;min-height:46px;place-items:center;border:0;color:var(--cb-text);background:transparent;font-size:22px;font-weight:500;line-height:1}.coinbase-number-pad svg{width:28px;height:28px;stroke-width:3}.coinbase-earn-page{--cb-action: var(--cb-success);--cb-action-end: #22c55e;--cb-action-shadow: rgba(22, 163, 74, .14);display:grid;align-content:start;gap:14px;padding:6px 0 78px}.coinbase-earn-summary-card{overflow:hidden;border:1px solid var(--cb-border);border-radius:24px;color:var(--cb-text);background:var(--cb-surface);box-shadow:var(--cb-shadow-card)}.coinbase-earn-summary-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:18px 18px 16px}.coinbase-earn-summary-top span{display:block;color:var(--cb-text-muted);font-size:13px;font-weight:400;line-height:1.2}.coinbase-earn-summary-top strong{display:flex;align-items:baseline;gap:5px;margin-top:12px;color:var(--cb-text);font-size:24px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.coinbase-earn-summary-top em{font-size:13px;font-style:normal;font-weight:500}.coinbase-earn-summary-top>button{min-width:118px;height:30px;border:1px solid var(--cb-border);border-radius:999px;color:var(--cb-text);background:var(--cb-surface-soft);padding:0 12px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:none}.coinbase-earn-actions{display:flex;align-items:center;gap:8px}.coinbase-earn-action-button{display:inline-flex;min-width:0;height:36px;align-items:center;gap:6px;border:1px solid var(--cb-border);border-radius:999px;color:var(--cb-text);background:var(--cb-surface-soft);padding:0 11px;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;box-shadow:none}.coinbase-earn-action-button svg{width:18px;height:18px;color:var(--cb-primary);stroke-width:2.35}.coinbase-earn-action-button span{display:inline;color:currentColor;font-size:inherit;font-weight:inherit;line-height:inherit}.coinbase-earn-summary-stats{display:grid;gap:1px;border-top:1px solid var(--cb-border);background:transparent}.coinbase-earn-summary-stats div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:30px;padding:0 18px}.coinbase-earn-summary-stats span{color:var(--cb-text-muted);font-size:12px;font-weight:400}.coinbase-earn-summary-stats strong{color:var(--cb-text);font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.coinbase-earn-intro-entry{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:48px;border:1px solid var(--cb-border);border-radius:16px;color:var(--cb-text);background:var(--cb-surface);padding:0 14px 0 12px;text-align:left;box-shadow:0 4px 14px #0000000a}.coinbase-earn-intro-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:var(--cb-primary);background:var(--cb-primary-soft);font-size:15px;font-weight:700;font-style:normal;line-height:1}.coinbase-earn-intro-entry strong{overflow:hidden;color:var(--cb-text);font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.coinbase-earn-intro-entry svg{width:18px;height:18px;color:var(--cb-text-muted)}.coinbase-pledge-list{display:grid;gap:10px}.coinbase-pledge-card{display:grid;gap:14px;min-height:132px;border:1px solid var(--cb-border);border-radius:18px;color:var(--cb-text);background:var(--cb-surface);padding:14px;box-shadow:0 4px 14px #0000000a}.coinbase-pledge-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.coinbase-pledge-card h2{overflow:hidden;margin:0;color:var(--cb-text);font-size:16px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.coinbase-pledge-card-head button{min-width:96px;height:32px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--cb-action) 0%,var(--cb-action-end) 100%);padding:0 14px;font-size:13px;font-weight:400;box-shadow:0 6px 14px var(--cb-action-shadow)}.coinbase-pledge-card-body{display:grid;grid-template-columns:minmax(0,1fr) auto;row-gap:8px;align-items:center}.coinbase-pledge-card-body span{color:var(--cb-text-muted);font-size:12px;font-weight:400;line-height:1.2}.coinbase-pledge-card-body strong{color:var(--cb-text);font-size:14px;font-weight:500;line-height:1;text-align:right;font-variant-numeric:tabular-nums}.options-order-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;width:min(100vw,430px);margin:0 auto;background:#00000073}.options-order-modal{position:relative;overflow:hidden;width:calc(100% - 40px);max-height:calc(100vh - 72px);border-radius:8px;color:#fff;background:linear-gradient(135deg,#242752c7,#082b53c7),#143762;padding:24px 16px 28px}.options-order-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;background:linear-gradient(135deg,transparent 0 34%,rgba(95,127,204,.35) 34% 46%,transparent 46%),linear-gradient(135deg,transparent 0 60%,rgba(22,204,157,.4) 60% 72%,transparent 72%);pointer-events:none}.options-order-modal>*{position:relative;z-index:1}.options-order-modal h2{margin:0 0 18px;text-align:center;font-size:16px;font-weight:600}.options-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:38px;color:#aebdd1;font-size:16px;font-weight:400}.options-order-row strong{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:16px;font-weight:600}.options-order-row .direction-label{font-size:16px}.options-order-row .direction-label svg,.return-line svg,.balance-line svg{width:18px;height:18px}.options-order-modal.long .direction-label,.options-order-modal.long .return-line{color:#35d653}.options-order-modal.short .direction-label,.options-order-modal.short .return-line{color:#ff6268}.options-order-modal h3{margin:8px 0 12px;color:#fff;font-size:16px;font-weight:400}.expiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.expiry-grid button{height:38px;border:1px solid rgba(132,163,203,.35);border-radius:4px;color:#fff;background:#09234661;font-size:16px;font-weight:400}.options-order-modal.long .expiry-grid button.active{border:0;background:linear-gradient(135deg,#82eca7,#8bd0f0)}.options-order-modal.short .expiry-grid button.active{border:0;background:linear-gradient(135deg,#ffa99c,#ff1455)}.options-amount-field{display:grid;gap:12px;margin-top:24px;color:#fff;font-size:16px;font-weight:400}.options-amount-field input{width:100%;height:38px;border:1px solid rgba(132,163,203,.45);border-radius:5px;color:#fff;background:#08234673;padding:0 12px;font-size:14px}.minimum-text{margin:18px 0 10px;color:#fff;font-size:16px;font-weight:400}.return-line,.balance-line{display:flex;align-items:center;gap:6px;margin:6px 0;color:#fff;font-size:14px;font-weight:400}.return-line strong{font-weight:400}.balance-line{color:#fff}.options-order-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:42px}.options-order-actions button{height:46px;border:0;border-radius:5px;color:#fff;background:#d8d9db;font-size:16px;font-weight:400}.options-order-modal.long .options-order-actions button:last-child{background:#35d653}.options-order-modal.short .options-order-actions button:last-child{background:#ff6268}.option-result-backdrop{z-index:96}.option-result-modal{width:calc(100% - 20px);border-radius:7px;color:#fff;background:#143762;padding:30px 12px 26px}.option-countdown-circle{display:grid;place-items:center;width:120px;height:120px;border-radius:50%;margin:0 auto 38px;color:#fff;background:#2e7df7;font-size:48px;font-weight:400;line-height:1}.option-result-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:42px;border-bottom:1px solid rgba(154,183,219,.18);color:#aebdd1;font-size:16px;font-weight:400}.option-result-row strong{color:#fff;font-size:16px;font-weight:600}.option-result-row .option-result-direction,.option-result-row .option-result-profit{color:#35d653}.option-result-modal.short .option-result-direction{color:#ff6268}.option-result-continue{width:100%;height:52px;border:0;border-radius:5px;color:#fff;background:#23a2ee;margin-top:30px;font-size:16px;font-weight:400}.option-result-modal.settled{padding-top:58px}.option-result-total{margin:0 0 76px;text-align:center;font-size:48px;font-weight:400;line-height:1}.option-result-total.profit{color:#35d653}.option-result-total.loss{color:#ff6268}.phone-shell:has(.trade-order-page){background:#061f42;padding-bottom:0}.phone-shell:has(.spot-action-page){background:#061f42;padding-bottom:0}.trade-order-page{min-height:100vh;color:#fff;background:#061f42;padding:0 18px 36px}.trade-order-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;height:56px;background:var(--legacy-bg)}.trade-order-nav button,.trade-order-nav span{display:grid;width:44px;height:44px;padding:0;border:0;place-items:center;color:#fff;background:transparent}.trade-order-nav svg{width:24px;height:24px}.trade-order-nav h1{overflow:hidden;margin:0;color:#fff;font-size:16px;font-weight:400;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.trade-order-tabs{position:relative;display:grid;height:48px;margin-top:18px;overflow:hidden;border-radius:8px;background:#143762;padding:3px}.trade-order-tabs-three{grid-template-columns:repeat(3,1fr)}.trade-order-tabs:before{content:"";position:absolute;top:3px;left:3px;width:calc((100% - 6px) / 3);height:calc(100% - 6px);border-radius:7px;background:#1da5f4;transform:translate(0);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.trade-order-tabs.position:before,.trade-order-tabs.balances:before{transform:translate(100%)}.trade-order-tabs.history:before{transform:translate(200%)}.trade-order-tabs button{position:relative;z-index:1;min-width:0;height:42px;border:0;color:#fff;background:transparent;font-size:14px;font-weight:400;line-height:1}.trade-order-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;align-items:center;min-height:70px;margin-top:18px;border-radius:10px;background:#143762;padding:12px 14px}.trade-order-summary div{display:grid;gap:8px}.trade-order-summary span,.trade-order-card-body span{color:#9badc3;font-size:14px;font-weight:400;line-height:1.2}.trade-order-summary strong,.trade-order-card-body strong{color:#fff;font-size:14px;font-weight:400;line-height:1.2;text-align:right;font-variant-numeric:tabular-nums}.trade-order-summary strong{text-align:left}.trade-order-summary button{height:38px;border:0;border-radius:8px;color:#fff;background:#1da5f4;padding:0 12px;font-size:14px;font-weight:400}.trade-order-list{display:grid;gap:12px;margin-top:18px}.trade-order-card{display:grid;gap:14px;min-height:126px;border-radius:10px;background:#143762;padding:14px}.trade-order-card-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.trade-order-card-head strong{overflow:hidden;color:#fff;font-size:16px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.trade-order-card-head em{flex:0 0 auto;min-height:28px;border-radius:14px;color:#fff;background:#1da5f4;padding:7px 12px 0;font-size:14px;font-style:normal;font-weight:400;line-height:1}.trade-order-card-body{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px 14px;align-items:center}html.h5-trade-pair-picker-open,body.h5-trade-pair-picker-open{overflow:hidden}body.h5-trade-pair-picker-open .phone-shell{height:100dvh;overflow:hidden}.trade-pair-picker-backdrop{--picker-bg: var(--legacy-bg);--picker-surface: var(--legacy-surface);--picker-surface-soft: var(--legacy-surface-soft);--picker-text: var(--legacy-text);--picker-muted: var(--legacy-muted);--picker-border: var(--legacy-border);--picker-primary: var(--legacy-primary);--picker-primary-soft: var(--legacy-primary-soft);position:fixed;top:0;bottom:0;left:50%;z-index:400;width:min(430px,100vw);display:flex;align-items:stretch;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform:translate(-50%)}.coinbase-theme .trade-pair-picker-backdrop{--picker-bg: var(--cb-bg);--picker-surface: var(--cb-surface);--picker-surface-soft: var(--cb-surface-soft);--picker-text: var(--cb-text);--picker-muted: var(--cb-text-muted);--picker-border: var(--cb-border);--picker-primary: var(--cb-primary);--picker-primary-soft: var(--cb-primary-soft)}.trade-pair-picker{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(44vw,188px);height:100dvh;min-height:100vh;overflow:hidden;color:var(--picker-text);background:var(--picker-bg);box-shadow:18px 0 48px #0000003d;padding:max(12px,env(safe-area-inset-top)) 8px max(12px,env(safe-area-inset-bottom));animation:trade-pair-picker-enter .18s ease-out both}.trade-pair-picker-header{display:flex;min-height:44px;align-items:center;justify-content:space-between}.trade-pair-picker-header h2{margin:0;overflow:hidden;font-size:16px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.trade-pair-picker-header button{display:grid;width:32px;height:32px;flex:0 0 32px;padding:0;border:0;border-radius:50%;place-items:center;color:var(--picker-muted);background:transparent}.trade-pair-picker-header svg{width:20px;height:20px}.trade-pair-picker-list{min-height:0;margin-top:8px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.trade-pair-picker-list::-webkit-scrollbar{display:none;width:0;height:0}.trade-pair-picker-row{display:block;min-height:62px;border-bottom:1px solid var(--picker-border)}.trade-pair-picker-row.selected{border-radius:12px;background:var(--picker-primary-soft)}.trade-pair-picker-row-main{display:grid;width:100%;min-height:62px;min-width:0;padding:9px 2px 9px 0;border:0;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:7px;color:var(--picker-text);background:transparent;text-align:left}.trade-pair-picker-icon{display:grid;width:28px;height:28px;overflow:hidden;border-radius:50%;place-items:center;color:#fff;background:var(--picker-primary);font-size:10px;font-weight:700}.trade-pair-picker-icon img{width:100%;height:100%;object-fit:cover}.trade-pair-picker-name{min-width:0}.trade-pair-picker-name strong{display:block;overflow:hidden;font-size:15px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.trade-pair-picker-name em{color:var(--picker-muted);font-size:12px;font-style:normal;font-weight:500}.trade-pair-picker-row-main>svg{width:16px;height:16px;color:var(--picker-primary)}.trade-pair-picker-loading{display:grid;gap:12px;padding:14px 0}.trade-pair-picker-loading i{display:block;height:44px;border-radius:10px;background:linear-gradient(100deg,var(--picker-surface-soft) 20%,var(--picker-surface) 50%,var(--picker-surface-soft) 80%);background-size:220% 100%;animation:trade-pair-picker-loading 1.2s linear infinite}.trade-pair-picker-state{display:grid;min-height:180px;place-content:center;justify-items:center;gap:12px;color:var(--picker-muted);text-align:center}.trade-pair-picker-state p{margin:0}.trade-pair-picker-state button{min-width:88px;min-height:38px;border:0;border-radius:10px;color:#fff;background:var(--picker-primary);font-weight:600}@keyframes trade-pair-picker-enter{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes trade-pair-picker-loading{to{background-position-x:-220%}}@media(prefers-reduced-motion:reduce){.trade-pair-picker,.trade-pair-picker-loading i{animation:none}}.coinbase-fund-transfer-panel{display:grid;gap:14px}.coinbase-fund-route-card,.coinbase-fund-amount-card{border:1px solid var(--cb-border);border-radius:24px;background:var(--cb-surface-soft)}.coinbase-fund-route-card{position:relative;display:grid;min-height:138px;grid-template-rows:1fr 1fr;padding:8px 16px}.coinbase-fund-route-row{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr) 16px;align-items:center;gap:10px;border:0;color:var(--cb-text);background:transparent;padding:14px 0;text-align:left}.coinbase-fund-route-row:first-child{border-bottom:1px solid var(--cb-border)}.coinbase-fund-route-row>span{color:var(--cb-text-muted);font-size:13px;font-weight:500}.coinbase-fund-route-row strong{overflow:hidden;font-size:15px;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.coinbase-fund-route-row svg{width:16px;height:16px;color:var(--cb-text-muted)}.coinbase-fund-route-swap{position:absolute;top:50%;left:50%;display:grid;z-index:1;width:38px;height:38px;border:1px solid var(--cb-border);border-radius:50%;place-items:center;color:var(--cb-primary);background:var(--cb-surface);transform:translate(-50%,-50%)}.coinbase-fund-route-swap svg{width:18px;height:18px}.coinbase-fund-amount-card{display:grid;min-height:194px;padding:14px 16px}.coinbase-fund-amount-asset{display:grid;overflow:hidden;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:10px;border:0;color:var(--cb-text);background:transparent;padding:0;text-align:left}.coinbase-fund-amount-asset-copy{display:grid;min-width:0;gap:5px}.coinbase-fund-amount-asset-copy small{color:var(--cb-text-muted);font-size:12px;font-weight:500}.coinbase-fund-amount-asset-copy strong{overflow:hidden;font-size:16px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.coinbase-fund-amount-asset>svg{width:18px;height:18px;color:var(--cb-text-muted)}.coinbase-fund-balance-line,.coinbase-fund-destination-balance{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin:0;font-size:13px}.coinbase-fund-balance-line{margin-top:10px;color:var(--cb-text-muted)}.coinbase-fund-balance-line strong,.coinbase-fund-destination-balance strong{overflow:hidden;color:var(--cb-text);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.coinbase-fund-amount-value{display:flex;min-width:0;align-items:baseline;gap:8px;margin:16px 0}.coinbase-fund-amount-value strong{overflow:hidden;color:var(--cb-text);font-size:clamp(32px,10vw,42px);font-weight:600;line-height:1;text-overflow:ellipsis;white-space:nowrap}.coinbase-fund-amount-value em{flex:0 0 auto;color:var(--cb-text-muted);font-size:14px;font-style:normal;font-weight:500}.coinbase-fund-destination-balance{border-top:1px solid var(--cb-border);color:var(--cb-text-muted);padding-top:10px}@media(max-width:340px){.coinbase-fund-route-card{padding-right:12px;padding-left:12px}.coinbase-fund-route-row{gap:7px}.coinbase-fund-route-row strong{font-size:14px}}.coinbase-account-placeholder-row{cursor:default}.coinbase-account-loading{display:grid;gap:10px}.coinbase-account-skeleton{display:grid;grid-template-columns:46px minmax(0,1fr) minmax(86px,auto);align-items:center;gap:12px;min-height:58px}.coinbase-account-skeleton-icon,.coinbase-account-skeleton-copy i,.coinbase-account-skeleton-value i{display:block;background:linear-gradient(100deg,var(--cb-surface-soft) 20%,var(--cb-border) 40%,var(--cb-surface-soft) 60%);background-size:220% 100%;animation:coinbase-account-skeleton-shimmer 1.4s ease-in-out infinite}.coinbase-account-skeleton-icon{width:42px;height:42px;border-radius:50%}.coinbase-account-skeleton-copy,.coinbase-account-skeleton-value{display:grid;gap:7px}.coinbase-account-skeleton-copy i,.coinbase-account-skeleton-value i{width:66px;height:10px;border-radius:999px}.coinbase-account-skeleton-copy i:last-child,.coinbase-account-skeleton-value i:last-child{width:48px;height:8px}.coinbase-account-skeleton-value{justify-items:end}.coinbase-account-state{display:grid;min-height:116px;place-items:center;align-content:center;gap:12px;color:var(--cb-text-muted);font-size:12px;font-weight:400;text-align:center}.coinbase-account-state button{min-width:92px;min-height:34px;border:1px solid var(--cb-border);border-radius:999px;color:var(--cb-text);background:var(--cb-surface);font:inherit}.coinbase-account-header-action{display:inline-flex;align-items:center;justify-content:flex-end;gap:2px;min-width:44px;min-height:44px;margin:-13px -10px -13px 0;padding:0 10px;border:0;color:var(--cb-primary);background:transparent;font-size:13px;font-weight:500;white-space:nowrap}.coinbase-account-section header .coinbase-account-header-action span{color:inherit;font:inherit}.coinbase-account-header-action svg{width:14px;height:14px;stroke-width:2.25}.coinbase-account-header-action:focus-visible{outline:2px solid var(--cb-primary);outline-offset:1px}.coinbase-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}@keyframes coinbase-account-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.coinbase-account-skeleton-icon,.coinbase-account-skeleton-copy i,.coinbase-account-skeleton-value i{animation:none}}.trade-order-cancel{justify-self:end;min-width:86px;height:32px;border:0;border-radius:5px;color:#fff;background:#ff6268;padding:0 12px;font-size:14px;font-weight:400}.trade-order-cancel:disabled{opacity:.65}.spot-action-page{min-height:100vh;color:#fff;background:#061f42;padding:0 10px 36px}.spot-action-nav{padding:0}.spot-action-nav h1{display:flex;align-items:center;justify-content:center;gap:6px;font-size:20px;font-weight:600}.spot-action-nav h1 svg{width:24px;height:24px}.spot-action-star{justify-self:end;font-size:22px;line-height:1}.spot-action-summary{display:grid;grid-template-columns:minmax(0,1fr);min-height:76px;padding:14px 0 8px}.spot-action-summary div{display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center}.spot-action-summary strong{font-size:30px;font-weight:600;line-height:1}.spot-action-summary em{min-height:24px;border-radius:5px;padding:4px 6px 0;font-size:14px;font-style:normal;font-weight:600;line-height:1}.spot-action-summary span{grid-column:1 / -1;color:#fff;font-size:16px;font-weight:400}.spot-action-body{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:15px}.spot-depth-panel{min-width:0}.spot-depth-head{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:8px}.spot-depth-head span{color:#fff;font-size:12px;font-weight:400;white-space:nowrap}.spot-depth-head span:last-child{text-align:right}.spot-depth-row{position:relative;display:grid;grid-template-columns:1fr 74px;align-items:center;height:24px;overflow:hidden;font-size:12px;font-variant-numeric:tabular-nums}.spot-depth-row i{position:absolute;top:0;right:0;bottom:0;z-index:0;transition:width .5s ease}.spot-depth-row em,.spot-depth-row strong{position:relative;z-index:1;font-style:normal;font-weight:400}.spot-depth-row strong{text-align:right}.spot-depth-row.bid-side em{color:#35d653}.spot-depth-row.ask-side em{color:#ff6268}.spot-depth-mid{display:grid;place-items:center;min-height:54px}.spot-depth-mid strong{color:#ff6268;font-size:20px;font-weight:400}.spot-depth-mid span{color:#fff;font-size:12px;font-weight:400}.spot-form-panel{min-width:0}.spot-side-switch{display:grid;grid-template-columns:1fr 1fr;gap:12px;height:34px;margin-bottom:18px}.spot-side-switch button{min-width:0;height:34px;border:0;border-radius:4px;color:#fff;background:#143762;clip-path:polygon(10% 0,100% 0,90% 100%,0% 100%);font-size:16px;font-weight:400}.spot-side-switch.buy button:first-child{background:#35d653}.spot-side-switch.sell button:last-child{background:#ff6268}.spot-price-mode{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.spot-price-mode button{position:relative;min-height:28px;border:0;color:#fff;background:transparent;font-size:16px;font-weight:400;white-space:nowrap}.spot-price-mode button:after{content:"";position:absolute;right:34%;bottom:0;left:34%;height:2px;background:#143762}.spot-price-mode button.active:after{background:#1da5f4}.spot-amount-field{display:grid;gap:10px;color:#fff;font-size:16px;font-weight:400}.spot-amount-field input{grid-row:2;grid-column:1 / -1;width:100%;height:36px;border:0;border-radius:5px;color:#fff;background:#143762;padding:0 58px 0 10px;font-size:14px}.spot-amount-field strong{grid-row:2;grid-column:1 / -1;justify-self:end;align-self:center;padding-right:12px;color:#fff;font-size:16px;font-weight:600}.spot-limit-price-field{margin-top:2px}.spot-percent-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:12px 0 18px}.spot-percent-row button{height:32px;min-width:0;border:0;border-radius:4px;color:#fff;background:#143762;font-size:12px;font-weight:400}.spot-balance-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;color:#fff;font-size:16px;font-weight:400}.spot-balance-line strong{font-size:16px;font-weight:400;text-align:right}.spot-config-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0 0;color:#ffffff9e;font-size:12px;font-weight:400}.spot-config-line strong{color:#ffffffc7;font-size:12px;font-weight:400}.spot-submit-button{width:100%;height:46px;margin-top:160px;border:0;border-radius:5px;color:#fff;font-size:16px;font-weight:400}.spot-action-page.sell .spot-submit-button{margin-top:160px}.spot-submit-button.buy{background:#35d653}.spot-submit-button.sell{background:#ff6268}.spot-action-footer{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px;margin-top:34px}.spot-action-footer .spot-submit-button,.spot-action-page.sell .spot-action-footer .spot-submit-button{margin-top:0}.spot-cancel-button{width:100%;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:5px;color:#fff;background:#143762;font-size:16px;font-weight:400}.spot-action-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;height:48px;margin:28px 0 0;overflow:hidden;border-radius:6px;background:#143762;padding:3px}.spot-action-page.sell .spot-action-tabs{margin-top:28px}.spot-action-tabs:before{content:"";position:absolute;top:3px;left:3px;width:calc((100% - 6px)/2);height:calc(100% - 6px);border-radius:5px;background:#1da5f4;transform:translate(0);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.spot-action-tabs.history:before{transform:translate(100%)}.spot-action-tabs button{position:relative;z-index:1;border:0;color:#fff;background:transparent;font-size:16px;font-weight:400}.earn-hero,.borrow-hero{min-height:130px;border-radius:8px;background:linear-gradient(135deg,#19476b,#151b22);padding:20px}.earn-hero h1,.earn-hero p,.borrow-hero strong{margin:0}.feature-list{display:grid;gap:10px;margin-top:12px}.feature-list div{display:grid;gap:4px;padding:14px;border-radius:8px;background:#171e26}.feature-list span,.article p,.borrow-page p{color:#9faab4;line-height:1.55}.article{padding:14px}.investing-screen{min-height:100vh;background:#061f42;padding:18px 16px 86px}.investing-nav{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;height:88px;margin:0 -16px;padding:20px 16px 0;background:#061f42}.investing-nav.detail{background:#000}.investing-nav span{width:48px;height:48px}.investing-nav button{display:grid;width:48px;height:48px;padding:0;border:0;place-items:center;color:#fff;background:transparent}.investing-nav svg{width:28px;height:28px}.investing-nav h1{margin:0;color:#fff;font-size:18px;font-weight:400;line-height:1;text-align:center}.investing-summary-card{overflow:hidden;height:204px;margin-top:0;border-radius:16px;background:linear-gradient(120deg,rgba(255,255,255,.11) 0 13%,transparent 13% 100%),linear-gradient(104deg,#0c57ff,#125cff 55%,#116bff)}.investing-summary-top{display:grid;grid-template-columns:minmax(0,1fr) 146px;height:102px;padding:16px 24px}.investing-summary-top span{display:block;color:#fff;font-size:16px;font-weight:400;line-height:1.2}.investing-summary-top strong{display:flex;align-items:baseline;gap:6px;margin-top:22px;color:#fff;font-size:30px;font-weight:400;line-height:1}.investing-summary-top em{font-size:17px;font-style:normal;font-weight:400}.investing-summary-top button{align-self:start;width:146px;height:30px;border:0;border-radius:15px 0 0 15px;color:#fff;background:#183760;font-size:15px;font-weight:400;transform:translate(24px);white-space:nowrap}.investing-summary-stats{display:grid;grid-template-columns:minmax(0,1fr) 80px;align-items:center;height:102px;padding:12px 24px 14px;background:#ffffff14}.investing-summary-stats span,.pledge-card-body span{color:#9badc3;font-size:14px;font-weight:400;line-height:1.15}.investing-summary-stats strong{color:#fff;font-size:16px;font-weight:400;line-height:1;text-align:right}.pledge-list{display:grid;gap:10px;margin-top:12px}.pledge-list-toolbar{display:flex;justify-content:flex-end;margin-top:14px}.pledge-list-toolbar button{min-height:30px;border:0;color:#1da5f4;background:transparent;padding:0;font-size:14px;font-weight:400;line-height:1}.pledge-card{height:144px;border-radius:16px;background:linear-gradient(110deg,rgba(44,117,184,.18),transparent 48%),#143762;padding:12px 24px}.pledge-card-head{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:16px}.pledge-card h2{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:1}.pledge-card-head button{width:120px;height:32px;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400}.pledge-card-body{display:grid;grid-template-columns:minmax(0,1fr) 112px;row-gap:6px;align-items:center;margin-top:14px}.pledge-card-body strong{color:#fff;font-size:16px;font-weight:400;line-height:1;text-align:right;font-variant-numeric:tabular-nums}.pledge-detail-screen,.pledge-order-screen{min-height:100vh;background:#061f42;padding:0 16px 40px}.pledge-sub-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:56px;margin:0 -16px;padding:0 18px;background:#061f42}.pledge-sub-nav button{display:grid;width:32px;height:32px;padding:0;border:0;place-items:center;color:#fff;background:transparent}.pledge-sub-nav span{width:44px;height:44px}.pledge-sub-nav svg{width:24px;height:24px}.pledge-sub-nav button:last-child svg{width:24px;height:24px}.pledge-sub-nav h1{margin:0;color:#fff;font-size:16px;font-weight:400;line-height:1;text-align:center}.pledge-detail-hero{overflow:hidden;height:174px;margin-top:24px;border-radius:16px;background:linear-gradient(120deg,rgba(255,255,255,.11) 0 13%,transparent 13% 100%),linear-gradient(104deg,#0c57ff,#125cff 55%,#116bff)}.pledge-detail-hero-title{display:grid;align-content:center;height:87px;padding:0 24px}.pledge-detail-hero-title strong{color:#fff;font-size:18px;font-weight:400;line-height:1.35}.pledge-detail-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:14px;height:87px;align-items:center;background:#ffffff14;padding:0 24px}.pledge-detail-metrics div{min-width:0}.pledge-detail-metrics span{display:block;min-height:38px;color:#c2d3e6;font-size:13px;font-weight:400;line-height:1.25}.pledge-detail-metrics strong{display:block;margin-top:8px;color:#fff;font-size:16px;font-weight:400;line-height:1;font-variant-numeric:tabular-nums}.pledge-info-card,.pledge-form-card{border-radius:16px;background:#143762}.pledge-info-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,auto);align-items:center;row-gap:10px;height:98px;margin-top:16px;padding:16px 24px}.pledge-info-card span{color:#9badc3;font-size:16px;font-weight:400;line-height:1.15}.pledge-form-row span{color:#9badc3;font-size:14px;font-weight:400;line-height:1.15}.pledge-info-card strong{color:#fff;font-size:16px;font-weight:700;line-height:1;text-align:right}.pledge-form-card{min-height:200px;margin-top:16px;padding:24px}.pledge-form-card h2{margin:0;color:#fff;font-size:16px;font-weight:400;line-height:1}.pledge-form-card label{display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;height:48px;margin-top:16px;border:1px solid #1da5f4;border-radius:6px;padding:0 8px 0 14px}.pledge-form-card input{min-width:0;border:0;outline:0;color:#fff;background:transparent;font-size:16px;font-weight:400}.pledge-form-card input::placeholder{color:#9badc3;font-size:14px}.pledge-form-card label button{height:32px;border:0;border-radius:5px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400}.pledge-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,auto);align-items:center;margin-top:16px}.pledge-form-row strong{color:#fff;font-size:14px;font-weight:700;line-height:1;text-align:right;font-variant-numeric:tabular-nums}.pledge-subscription-button{width:100%;height:52px;margin-top:24px;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400;line-height:1}.pledge-order-card{min-height:298px;margin-top:24px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#061f42;padding:24px}.pledge-order-head{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;align-items:start}.pledge-order-head strong{display:block;overflow:hidden;color:#fff;font-size:15px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.pledge-order-head span{display:block;margin-top:10px;color:#fff;font-size:14px;font-weight:400;line-height:1;white-space:nowrap}.pledge-order-head em{display:grid;width:104px;height:30px;justify-self:end;place-items:center;border-radius:5px;color:#fff;background:#1da5f4;font-size:14px;font-style:normal;font-weight:400;line-height:1}.pledge-order-rows{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,auto);row-gap:16px;align-items:center;margin-top:34px}.pledge-order-rows span{color:#9badc3;font-size:14px;font-weight:400;line-height:1}.pledge-order-rows strong{color:#fff;font-size:14px;font-weight:700;line-height:1;text-align:right;font-variant-numeric:tabular-nums}.pledge-order-card>button{width:100%;height:52px;margin-top:24px;border:0;border-radius:6px;color:#fff;background:#1da5f4;font-size:18px;font-weight:400}.early-redemption-overlay{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;width:100%;max-width:430px;margin:0 auto;background:#061f429e}.early-redemption-modal{position:fixed;z-index:81;top:43%;left:50%;width:min(calc(100vw - 88px),320px);max-width:342px;border-radius:16px;color:#fff;background:#08244b;padding:24px;transform:translate(-50%,-50%)}.early-redemption-modal h2{margin:0;color:#fff;font-size:16px;font-weight:400;line-height:32px;text-align:center}.early-redemption-modal p{margin:16px 0 24px;color:#fff;font-size:14px;font-weight:400;line-height:22px;text-align:center}.early-redemption-actions{display:grid;grid-template-columns:1fr 1fr;gap:24px}.early-redemption-actions button{height:42px;border:0;border-radius:12px;color:#fff;font-size:14px;font-weight:400}.early-redemption-actions button:first-child{background:#ff6268}.early-redemption-actions button:last-child{background:#37d14c}.arbitrage-detail-screen{min-height:100vh;background:#000;padding:0 16px 84px}.product-highlight-card,.arbitrage-article-card{border-radius:16px;background:linear-gradient(100deg,rgba(255,255,255,.05),transparent 38%),#1b1b1d}.product-highlight-card{min-height:420px;margin-top:24px;padding:32px 16px 24px}.product-highlight-card h2,.arbitrage-article-card h2{margin:0;color:#fff;font-size:22px;font-weight:400;line-height:1.22;text-align:center}.highlight-top{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px;text-align:center}.highlight-top strong{display:block;color:#fff;font-size:20px;font-weight:400;line-height:1.25}.highlight-top span{display:block;margin-top:12px;color:#fff;font-size:16px;font-weight:400;line-height:1.2}.highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start;margin-top:44px;text-align:center}.highlight-grid div{display:grid;justify-items:center;gap:12px}.highlight-grid svg{width:44px;height:44px;color:#e8c5a4;stroke-width:1.7}.highlight-grid span{color:#fff;font-size:16px;font-weight:400;line-height:1.22}.arbitrage-article-card{margin-top:24px;padding:32px 16px}.arbitrage-article-card h2{text-align:left}.arbitrage-article-card h2+h3,.arbitrage-article-card p+h3,.arbitrage-article-card p+h2{margin-top:28px}.arbitrage-article-card h3{margin:0;color:#fff;font-size:22px;font-weight:400;line-height:1.25}.arbitrage-article-card p{margin:16px 0 0;color:#fff;font-size:16px;font-weight:400;line-height:1.5}.arbitrage-workflow-list,.arbitrage-advantages-list{display:grid;gap:12px;margin:16px 0 0;padding-left:20px;color:#fff}.arbitrage-workflow-list li,.arbitrage-advantages-list li{padding-left:2px;font-size:16px;font-weight:400;line-height:1.5}.arbitrage-detail-submit{width:100%;height:52px;margin-top:32px;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400}.legacy-earn-intro-page{padding-bottom:98px}.legacy-earn-intro-page .product-highlight-card,.legacy-earn-intro-page .arbitrage-article-card{border:1px solid var(--cb-border);border-radius:24px;color:var(--cb-text);background:var(--cb-surface);box-shadow:var(--cb-shadow-card)}.legacy-earn-intro-page .product-highlight-card{min-height:auto;margin-top:0;padding:22px 16px}.legacy-earn-intro-page .product-highlight-card h2,.legacy-earn-intro-page .arbitrage-article-card h2,.legacy-earn-intro-page .arbitrage-article-card h3{color:var(--cb-text);font-weight:600}.legacy-earn-intro-page .product-highlight-card h2{text-align:left}.legacy-earn-intro-page .highlight-top{gap:12px;margin-top:20px}.legacy-earn-intro-page .highlight-top div,.legacy-earn-intro-page .highlight-grid div{padding:14px 10px}.legacy-earn-intro-page .highlight-top strong{color:var(--cb-text);font-size:16px;font-weight:600}.legacy-earn-intro-page .highlight-top span,.legacy-earn-intro-page .highlight-grid span,.legacy-earn-intro-page .arbitrage-article-card p,.legacy-earn-intro-page .arbitrage-workflow-list,.legacy-earn-intro-page .arbitrage-advantages-list{color:var(--cb-text-muted)}.legacy-earn-intro-page .highlight-top span{font-size:13px}.legacy-earn-intro-page .highlight-grid{gap:10px;margin-top:14px}.legacy-earn-intro-page .highlight-grid svg{width:32px;height:32px;color:var(--cb-primary)}.legacy-earn-intro-page .highlight-grid span{font-size:12px}.legacy-earn-intro-page .arbitrage-article-card{margin-top:14px;padding:22px 16px}.legacy-earn-intro-page .arbitrage-article-card p,.legacy-earn-intro-page .arbitrage-workflow-list li,.legacy-earn-intro-page .arbitrage-advantages-list li{font-size:14px}.legacy-earn-intro-page .arbitrage-detail-submit{position:fixed;right:50%;bottom:max(16px,env(safe-area-inset-bottom));z-index:40;width:min(calc(100vw - 32px),398px);margin-top:0;border-radius:999px;background:var(--cb-primary);transform:translate(50%);box-shadow:var(--cb-shadow-card)}.asset-card{padding:18px;background:linear-gradient(135deg,#172c40,#171e26)}.asset-card span,.asset-card small,.asset-profit span{color:#9faab4}.asset-card strong{display:block;margin:8px 0;font-size:30px;font-variant-numeric:tabular-nums}.asset-profit{grid-template-columns:1fr 1fr;margin-top:12px}.asset-profit div{min-height:78px;border-radius:8px;background:#171e26;padding:12px}.asset-profit div:last-child{grid-column:1 / -1}.asset-profit strong{display:block;margin-top:8px}.asset-actions{grid-template-columns:repeat(4,1fr);margin-top:12px}.asset-actions button{min-height:86px;font-size:11px}.coin-assets{display:grid;gap:10px;margin-top:12px}.coin-assets button{display:grid;grid-template-columns:1fr 1fr;gap:6px;min-height:96px;border:0;border-radius:8px;color:#f2f5f7;background:#171e26;padding:14px;text-align:left}.coin-assets strong{grid-column:1 / -1}.coin-assets span,.coin-assets em{color:#9faab4;font-style:normal;font-size:12px}.side-screen{min-height:100vh;padding:0 20px 28px;background:#061f42}.profile-top-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;height:56px;background:var(--legacy-bg)}.profile-top-nav button{display:grid;width:32px;height:32px;place-items:center;border:0;color:#fff;background:transparent;padding:0}.profile-top-nav svg{width:24px;height:24px}.side-user-card{display:grid;grid-template-columns:58px minmax(0,1fr) 22px;align-items:center;gap:14px;width:100%;min-height:106px;border:0;border-radius:8px;color:#fff;background:#143762;padding:0 16px;text-align:left}.profile-avatar{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;border:4px solid #72caff;color:#fff;background:radial-gradient(circle at 35% 28%,#65d1ff 0,#65d1ff 22%,#238de7 23%,#238de7);font-size:25px;font-weight:700}.profile-avatar.image-avatar{overflow:hidden;padding:0;background:#143762}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar.small{width:48px;height:48px;border-width:3px;font-size:20px}.side-user-card h1{overflow:hidden;margin:0 0 9px;font-size:16px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.side-user-card span{display:flex;align-items:center;gap:6px;color:#9badc3;font-size:14px}.side-user-card span svg{width:14px;height:14px}.profile-id-line{width:fit-content}.profile-copy-trigger{display:inline-grid;width:24px;height:24px;place-items:center;color:#9badc3;font-style:normal}.side-vip-card{display:flex;align-items:center;gap:10px;min-height:58px;margin-top:14px;border-radius:8px;color:#fff;background:#143762;padding:0 18px}.side-vip-card img{display:block;width:32px;height:28px;object-fit:contain}.side-vip-card strong{font-size:16px;font-weight:500}.side-panel{margin-top:14px;border-radius:8px;background:#143762;padding:16px 0}.side-panel h2{margin:0 16px 15px;color:#fff;font-size:16px;font-weight:400}.side-action-grid{display:grid;grid-template-columns:repeat(4,1fr)}.side-action-grid button{display:grid;justify-items:center;gap:9px;border:0;color:#fff;background:transparent;padding:0 2px;font-size:12px;font-weight:400}.side-action-grid span,.side-settings-panel button>span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;color:#fff;background:#0f9feb;font-size:17px;font-style:normal}.side-action-grid .side-action-icon,.side-settings-panel .side-setting-icon{background:transparent;border-radius:0}.side-action-icon img,.side-setting-icon img{display:block;width:28px;height:28px;object-fit:contain}.side-action-grid em,.side-settings-panel em{font-style:normal}.side-settings-panel{padding:0}.side-settings-panel button{display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:14px;width:100%;min-height:64px;border:0;color:#fff;background:transparent;padding:0 16px;text-align:left;font-size:14px;font-weight:400}.side-menu button,.plain-list button{display:flex;align-items:center;gap:12px;width:100%;min-height:50px;border:0;border-radius:8px;color:#f2f5f7;background:#171e26;padding:0 14px;text-align:left}.side-menu span{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;background:#202832;color:#1597f5;font-weight:800}.benefit-card,.sub-card,.form-card,.share-card,.vip-card{padding:16px}.benefit-card{margin-top:18px;border-radius:8px;background:#171e26}.side-benefit-card{position:relative;min-height:104px;margin-top:14px;background:#143762;padding:16px 112px 16px 16px}.side-benefit-card strong{display:block;color:#fff;font-size:16px;font-weight:400}.side-benefit-card p{margin:11px 0 0;color:#9badc3;font-size:13px;line-height:1.45}.side-benefit-card>img{position:absolute;right:18px;bottom:12px;display:block;width:78px;height:78px;object-fit:contain}.benefit-card p{color:#9faab4}.form-field{display:grid;gap:8px;margin-bottom:14px}.form-field span{color:#cbd3da;font-size:13px}.form-field input,.select-line,.address-box{min-height:46px;border:0;border-radius:8px;color:#f2f5f7;background:#202832;padding:0 12px}.address-box{display:flex;align-items:center;word-break:break-all}.qr-box{display:grid;width:180px;height:180px;place-items:center;margin:18px auto;border-radius:8px;color:#10151b;background:#f2f5f7;font-weight:900}.summary-list{display:grid;gap:10px;margin:12px 0;color:#9faab4;font-size:13px}.history-list,.plain-list{display:grid;gap:10px}.history-item{min-height:64px;border-radius:8px;background:#171e26;padding:14px;color:#cbd3da}.upload-grid{grid-template-columns:1fr 1fr}.upload-grid button{min-height:120px;border:1px dashed #3a4652;border-radius:8px;color:#9faab4;background:#202832}.share-card h2{text-align:center}.share-user strong,.share-user span{display:block}.share-user span{color:#9faab4;margin-top:4px}.vip-table{display:grid;border:1px solid #2b3540;border-radius:8px;overflow:hidden}.vip-table div{display:grid;grid-template-columns:1.3fr 1fr 1fr}.vip-table span,.vip-table strong{min-height:42px;padding:12px 8px;border-right:1px solid #2b3540;border-bottom:1px solid #2b3540;font-size:12px}.borrow-page{display:grid;gap:12px;background:transparent}.borrow-page article{padding:14px}.borrow-page h3{margin:0 0 8px}.step-grid{grid-template-columns:1fr 1fr}.step-grid div,.faq-line{min-height:70px;border:0;border-radius:8px;color:#f2f5f7;background:#171e26;padding:12px;text-align:left}.step-grid span{display:block;color:#1597f5;margin-bottom:6px}.loan-product-list,.loan-record-list{display:grid;gap:10px}.loan-product-card{display:grid;gap:6px;width:100%;border:1px solid rgba(42,166,239,.18);border-radius:8px;padding:12px 14px;color:#f2f7ff;background:#113966;text-align:left}.loan-product-card.active{border-color:#2aa6ef;background:#174c81}.loan-product-card strong,.loan-record-card strong{font-size:16px;font-weight:400}.loan-product-card span,.loan-product-card small,.loan-record-card span{color:#aebbd0;font-size:12px}.loan-apply-card{display:grid;gap:12px;border-radius:8px;padding:14px;background:#113966}.loan-apply-card h3{margin:0;font-size:16px;font-weight:400}.loan-apply-card label{display:grid;gap:8px;color:#f2f7ff;font-size:14px}.loan-apply-card input,.loan-apply-card textarea{width:100%;border:0;border-radius:8px;padding:12px;color:#fff;background:#164676;font:inherit;outline:none}.loan-apply-card textarea{min-height:76px;resize:vertical}.loan-record-card{display:grid;gap:8px;border-radius:8px;padding:12px 14px;background:#113966}.loan-record-card div{display:flex;align-items:center;justify-content:space-between;gap:12px}.loan-record-card em{border-radius:999px;padding:4px 8px;color:#2aa6ef;background:#2aa6ef26;font-size:12px;font-style:normal}.loan-record-card p{margin:0;color:#fff;font-size:14px}.loan-repay-button{width:100%;min-height:42px;border:0;border-radius:8px;color:#fff;background:#2aa6ef;font-size:14px;font-weight:400}.loan-repay-button:disabled{opacity:.65}.bottom-nav{position:fixed;left:50%;bottom:0;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);width:min(430px,100vw);transform:translate(-50%);background:var(--legacy-surface-soft);border-top:1px solid var(--legacy-border)}.bottom-nav button{display:grid;place-items:center;gap:4px;min-height:66px;border:0;color:var(--legacy-muted);background:transparent;font-size:11px}.bottom-nav span{display:grid;width:24px;height:24px;place-items:center;border-radius:6px;background:var(--legacy-surface-muted)}.bottom-nav button.active{color:var(--legacy-primary)}.bottom-nav button.active span{color:#fff;background:var(--legacy-primary)}svg{display:block;width:100%;height:100%}.phone-shell{overflow-x:clip;background:var(--legacy-bg);padding-bottom:68px}.home-header{grid-template-columns:40px 1fr 40px 40px;gap:12px;min-height:74px;padding:16px 16px 12px;background:var(--legacy-bg)}.home-header.legacy-home-header{position:fixed;top:0;right:50%;z-index:70;grid-template-columns:38px 1fr auto;width:min(430px,100vw);min-height:0;gap:14px;padding:22px 16px 10px;background:var(--legacy-bg);transform:translate(50%)}.legacy-home-avatar-button{width:38px;height:38px;overflow:hidden;border:0;border-radius:50%;background:var(--legacy-surface-soft);padding:0}.legacy-home-avatar-button img{width:100%;height:100%;object-fit:cover}.legacy-home-header h1{margin:0;color:var(--legacy-text);font-size:18px;font-weight:500;letter-spacing:0;line-height:1}.legacy-home-header nav{display:flex;align-items:center;gap:18px}.legacy-home-header nav button{position:relative;display:grid;width:24px;height:24px;place-items:center;border:0;background:transparent;padding:0}.legacy-home-header nav img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.legacy-home-header .message-badge{top:-7px;right:-8px}.legacy-home-header+:is(.home-screen,.market-page-screen,.assets-screen,.investing-screen){padding-top:74px}.home-icon-button{position:relative;display:grid;width:40px;height:40px;place-items:center;border:0;color:var(--legacy-primary);background:transparent}.home-icon-button svg{width:28px;height:28px}.home-icon-button.profile svg{width:31px;height:31px}.message-badge{position:absolute;top:3px;right:2px;display:grid;min-width:16px;height:16px;place-items:center;border:2px solid var(--legacy-bg);border-radius:999px;color:#fff;background:var(--legacy-danger-strong);padding:0 4px;font-size:10px;font-weight:600;line-height:1}.search-pill{display:flex;align-items:center;gap:12px;min-height:42px;border-radius:28px;color:var(--legacy-muted);background:var(--legacy-surface);padding:0 16px;font-size:14px;font-weight:400;line-height:1;white-space:nowrap}.search-pill svg{width:24px;height:24px;color:var(--legacy-muted)}.home-screen{padding:0 16px 28px;background:var(--legacy-bg)}.home-screen .banner{overflow:hidden;width:100%;height:calc((min(430px,100vw) - 32px) * 456 / 1264 + 20px);aspect-ratio:1264 / 456;border-radius:14px;background:var(--legacy-surface-soft)}.banner-track{display:flex;width:100%;height:100%;transition:transform .42s ease;will-change:transform}.banner-track.no-transition{transition:none}.home-screen .banner img{flex:0 0 100%;width:100%;height:100%;object-fit:cover}.home-screen .dots{bottom:10px;gap:7px}.home-screen .dots i{width:7px;height:7px;background:#ffffff73}.home-screen .dots i.active{background:#fff}.notice-bar{min-height:48px;margin-top:17px;border-radius:28px;color:var(--legacy-text);background:var(--legacy-surface-soft);padding:0 16px;font-size:16px}.notice-bar .notice-icon{min-width:24px;width:24px;height:24px;color:var(--legacy-muted);background:transparent}.notice-bar>svg{min-width:24px;width:24px;height:24px;color:var(--legacy-muted)}.nav-icons{grid-template-columns:repeat(3,1fr);gap:0;margin-top:25px}.nav-icons button{min-height:92px;border-radius:0;color:var(--legacy-text);background:transparent;font-size:14px}.nav-icons span{width:54px;height:54px;border-radius:50%;color:var(--legacy-primary);background:var(--legacy-primary-soft)}.nav-icons span svg{width:27px;height:27px}.deposit-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:23px}.deposit-strip button{grid-template-columns:46px minmax(0,1fr);gap:8px;min-width:0;min-height:80px;border:1px solid var(--legacy-border);border-radius:16px;color:var(--legacy-text);background:var(--legacy-surface);padding:0 12px;font-size:14px}.deposit-strip button strong{overflow:hidden;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.deposit-strip span{width:46px;height:46px;border-radius:50%;color:var(--legacy-primary);background:var(--legacy-primary-soft)}.deposit-strip span svg{width:27px;height:27px}.hot-card.home-hot{margin-top:25px;padding:0;border-radius:0;background:transparent}.hot-card.home-hot h2{margin:0 0 17px;color:var(--legacy-text);font-size:18px;font-weight:500}.home-market h2{margin:0 0 22px;color:var(--legacy-text);font-size:18px;font-weight:500}.home-hot .hot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2px}.home-hot .hot-grid button{min-height:92px;border:1px solid var(--legacy-border-strong);border-right:1px solid var(--legacy-border-strong);border-radius:8px;background:var(--legacy-surface);padding:11px 6px}.home-hot .hot-grid button:first-child,.home-hot .hot-grid button:last-child{border-radius:8px}.home-hot .hot-grid strong,.home-hot .hot-grid span,.home-hot .hot-grid em,.home-hot .hot-grid small{line-height:1.2}.home-hot .hot-grid strong{color:var(--legacy-text);font-size:13px;font-weight:500}.home-hot .hot-grid>button>span{margin-top:8px;font-size:16px}.home-hot .hot-grid em{display:flex;gap:0;margin-top:8px;color:var(--legacy-text);font-size:10px;white-space:nowrap}.home-hot .hot-grid small{font-size:10px}.home-market{margin-top:32px}.home-market-tabs{display:grid;grid-template-columns:.75fr 1fr 1fr 1.8fr;min-height:50px;overflow:hidden;border:0;border-radius:16px;background:var(--legacy-surface);padding:3px}.home-market-tabs button{min-width:0;border:0;border-radius:13px;color:var(--legacy-text);background:transparent;font-size:14px;line-height:1.12;text-align:center}.home-market-tabs button.active{background:var(--legacy-primary)}.home-market-card{overflow:hidden;margin-top:24px;min-height:508px;border-radius:16px;background:var(--legacy-surface);padding:0 10px}.home-market-head,.home-market-row{display:grid;grid-template-columns:46px minmax(82px,1.15fr) minmax(74px,.85fr) 78px;align-items:center;column-gap:8px}.home-market-head{min-height:76px;color:var(--legacy-muted);border-bottom:1px solid var(--legacy-border);font-size:14px;line-height:1.15}.home-market-head span:first-child{grid-column:1 / 3}.home-market-head span:nth-child(2){transform:translate(-8px);white-space:nowrap}.home-market-head span:nth-child(3){max-width:100%;white-space:normal}.home-market-row{width:100%;min-height:108px;border:0;border-bottom:1px solid var(--legacy-border);color:var(--legacy-text);background:transparent;padding:0;text-align:left}.home-market-row:last-child{border-bottom:0}.home-market-row .coin-logo{display:grid;position:relative;width:46px;height:46px;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:var(--legacy-primary);font-size:13px;font-weight:800}.coin-logo img,.market-coin-logo img,.trade-coin-logo img{display:block;width:100%;height:100%;object-fit:contain}.coin-logo>span{display:grid;place-items:center}.coin-logo.btc{color:#ffb100;background:transparent;font-size:42px}.coin-logo.trump{color:#fff;background:#090a0d;border:2px solid #fff;font-size:12px}.coin-logo.xaut{color:#fff;background:#d4ba55;border:5px solid #fff;font-size:24px}.coin-logo.ip{color:#fff;background:#000;border:1px solid #606060;font-size:28px}.coin-name{min-width:0}.coin-name strong{display:block;overflow:hidden;color:#fff;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.coin-name em{color:#9db3ca;font-style:normal}.coin-name small,.coin-price small{display:block;margin-top:8px;color:#9db3ca;font-size:14px;line-height:1.15}.coin-price{min-width:0;text-align:right}.coin-price strong{display:block;overflow:hidden;font-size:15px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.home-market-row .up-bg,.home-market-row .down-bg{justify-self:end;min-width:78px;min-height:34px;border-radius:10px;font-size:14px;font-weight:500}.home-market-row .down-bg{background:#ff6268}.home-market-row .up-bg{background:#2ed34d}.market-page-screen{position:relative;min-height:calc(100vh - 60px);overflow:hidden;background:var(--legacy-bg);padding:18px 16px 76px}.market-page-tabs{display:grid;grid-template-columns:1fr 1fr;height:52px;overflow:hidden;border-radius:10px;background:var(--legacy-surface);padding:4px}.market-page-tabs button{min-width:0;border:0;border-radius:8px;color:var(--legacy-text);background:transparent;font-size:16px;font-weight:400}.market-page-tabs button.active{background:var(--legacy-primary);font-weight:400}.market-page-search{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:10px;height:48px;margin-top:24px;border-radius:28px;background:var(--legacy-surface);padding:0 14px}.market-page-search svg{width:24px;height:24px;color:var(--legacy-text)}.market-page-search input{min-width:0;border:0;outline:0;color:var(--legacy-text);background:transparent;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.market-page-search input::placeholder{color:var(--legacy-muted)}.market-page-search button{display:grid;width:28px;height:28px;place-items:center;border:0;color:var(--legacy-text);background:transparent;padding:0}.market-page-table{position:relative;z-index:1;margin-top:24px}.market-page-head,.market-page-row{display:grid;grid-template-columns:46% 28% 26%;align-items:center}.market-page-head{height:48px;color:var(--legacy-muted);font-size:14px;font-weight:600}.market-page-head span:nth-child(2),.market-page-price{text-align:center}.market-page-head span:nth-child(3){text-align:right}.market-page-row{width:100%;height:76px;border:0;border-top:1px solid var(--legacy-border);color:var(--legacy-text);background:transparent;padding:0;text-align:left}.market-page-row:last-of-type{border-bottom:1px solid var(--legacy-border)}.market-pair-name{display:flex;min-width:0;align-items:center;gap:10px}.market-pair-name>span:last-child{min-width:0}.market-coin-logo{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:var(--legacy-primary);font-size:11px;font-weight:700}.market-pair-name strong{display:block;overflow:hidden;color:var(--legacy-text);font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.market-pair-name em{color:var(--legacy-muted);font-style:normal;font-size:inherit;font-weight:inherit}.market-pair-name small{display:block;margin-top:6px;color:var(--legacy-muted);font-size:14px;font-weight:400}.market-page-price{overflow:hidden;font-size:15px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.market-page-row .up-bg,.market-page-row .down-bg{justify-self:end;min-width:88px;min-height:40px;border-radius:8px;color:#fff;font-size:14px;font-weight:500}.market-page-row .up-bg{background:#34d24f}.market-page-row .down-bg{background:#ff5f66}.market-page-table.favorite{min-height:calc(100vh - 270px)}.market-page-table.favorite .market-page-row{height:76px}.market-wave{position:absolute;left:-120px;right:-120px;bottom:12px;z-index:-1;height:260px;opacity:.26;background:repeating-radial-gradient(ellipse at 76% 68%,transparent 0 18px,rgba(160,181,195,.26) 19px 20px,transparent 21px 28px);transform:rotate(-9deg)}.assets-screen{min-height:calc(100vh - 60px);background:var(--legacy-bg);padding:18px 16px 28px}.assets-summary-card{position:relative;min-height:194px;overflow:hidden;border-radius:10px;background:var(--legacy-surface);padding:20px 16px 14px}.asset-history-button{position:absolute;top:14px;right:14px;min-width:82px;height:32px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:#ffffff1a;padding:0 14px;font-size:13px;font-weight:400;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.assets-total-title{display:flex;align-items:center;gap:6px;max-width:calc(100% - 142px);color:var(--legacy-text);font-size:14px;line-height:1.1;white-space:nowrap}.assets-total-title button{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;border:0;color:var(--legacy-text);background:transparent;padding:0}.assets-total-title svg{width:18px;height:18px}.assets-total-value{display:flex;align-items:baseline;gap:14px;margin-top:18px;color:var(--legacy-text)}.assets-total-value strong{font-size:22px;font-weight:800;letter-spacing:0;line-height:1;font-variant-numeric:tabular-nums}.assets-total-value span{font-size:14px;font-weight:700}.assets-summary-card>small{display:block;margin-top:8px;color:var(--legacy-muted);font-size:13px;line-height:1.2}.assets-metrics{display:grid;grid-template-columns:1fr 1fr 1.32fr;gap:8px;margin-top:30px}.assets-metrics div{min-width:0}.assets-metrics span{display:block;min-height:20px;color:var(--legacy-muted);font-size:11px;line-height:1.2;white-space:nowrap;transform-origin:left center}.assets-metrics div:nth-child(2) span,.assets-metrics div:nth-child(3) span{transform:scaleX(.92)}.assets-metrics strong{display:block;margin-top:3px;overflow:hidden;color:var(--legacy-text);font-size:15px;font-weight:800;line-height:1.05;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.assets-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.assets-action-grid button{display:grid;align-content:center;justify-items:center;gap:8px;min-width:0;min-height:64px;border:0;border-radius:10px;color:var(--legacy-text);background:var(--legacy-surface);padding:8px 4px;font-size:12px;font-weight:400;line-height:1.1}.assets-action-grid span{display:grid;width:42px;height:32px;place-items:center;color:var(--legacy-primary)}.assets-action-grid svg{width:42px;height:32px}.assets-action-grid img{display:block;width:42px;height:32px;object-fit:contain}.assets-account-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;height:44px;overflow:hidden;margin-top:18px;border-radius:5px;background:var(--legacy-surface);padding:3px}.assets-account-tabs:before{content:"";position:absolute;top:3px;left:3px;width:calc((100% - 6px)/2);height:calc(100% - 6px);border-radius:5px;background:var(--legacy-primary);transform:translate(0);transition:transform .5s cubic-bezier(.2,.8,.2,1);will-change:transform}.assets-account-tabs.options:before{transform:translate(100%)}.assets-account-tabs button{position:relative;z-index:1;min-width:0;border:0;border-radius:5px;color:var(--legacy-text);background:transparent;font-size:16px;font-weight:400}.assets-account-tabs button.active{background:transparent;font-weight:400}.assets-search{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;height:40px;margin-top:18px;border-radius:24px;background:var(--legacy-surface);padding:0 13px}.assets-search svg{width:23px;height:23px;color:var(--legacy-text)}.assets-search input{min-width:0;border:0;outline:0;color:var(--legacy-text);background:transparent;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.assets-search input::placeholder{color:var(--legacy-muted)}.assets-list{display:grid;gap:18px;margin-top:18px}.asset-balance-row{position:relative;display:grid;grid-template-columns:1.2fr .6fr 1.4fr;grid-template-rows:auto auto auto;align-items:center;width:100%;min-height:128px;border:0;border-radius:10px;color:var(--legacy-text);background:var(--legacy-surface);padding:20px 16px;text-align:left}.asset-balance-identity{grid-column:1 / -1;grid-row:1;display:flex;align-items:center;min-width:0;gap:10px}.asset-balance-identity>strong{min-width:0;overflow:hidden;color:var(--legacy-text);font-size:16px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.asset-balance-icon{display:inline-grid;flex:0 0 32px;width:32px;height:32px;place-items:center;overflow:hidden;border-radius:50%;color:var(--legacy-text);background:var(--legacy-surface-soft);font-size:11px;font-weight:700;line-height:1}.asset-balance-icon img{display:block;width:100%;height:100%;object-fit:cover}.asset-balance-row>svg{position:absolute;top:25px;right:16px;width:22px;height:22px;color:var(--legacy-text)}.asset-balance-row>span{margin-top:14px;color:var(--legacy-muted);font-size:14px;line-height:1.1}.asset-balance-identity span{margin-top:0}.asset-balance-row em{display:block;min-width:0;margin-top:12px;overflow:hidden;color:var(--legacy-text);font-size:14px;font-style:normal;font-weight:500;line-height:1.05;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.spot-account-page{padding:0 16px 34px}.spot-account-page .asset-sub-nav{margin:0 -16px}.spot-account-summary{overflow:hidden;margin-top:20px;border:1px solid var(--legacy-border);border-radius:16px;background:var(--legacy-surface)}.spot-summary-primary{padding:18px 18px 20px}.spot-summary-title{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--legacy-text)}.spot-summary-title span{min-width:0;font-size:14px;font-weight:500;line-height:1.3}.spot-summary-title button{display:grid;flex:0 0 auto;width:28px;height:28px;padding:0;border:0;place-items:center;color:var(--legacy-muted);background:transparent}.spot-summary-title svg{width:18px;height:18px}.spot-summary-value{display:flex;min-width:0;align-items:baseline;gap:6px;margin-top:14px;color:var(--legacy-text)}.spot-summary-value strong{overflow:hidden;font-size:28px;font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.spot-summary-value span{flex:0 0 auto;font-size:12px;font-weight:700}.spot-summary-primary>small{display:block;margin-top:8px;overflow:hidden;color:var(--legacy-muted);font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.spot-summary-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:14px 0;border-top:1px solid var(--legacy-border);background:var(--legacy-surface-muted)}.spot-summary-metric{min-width:0;padding:0 10px}.spot-summary-metric+.spot-summary-metric{border-left:1px solid var(--legacy-border)}.spot-summary-metric span{display:block;overflow:hidden;color:var(--legacy-muted);font-size:11px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.spot-summary-metric strong{display:block;margin-top:9px;overflow:hidden;color:var(--legacy-text);font-size:15px;font-weight:800;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.spot-financial-title{margin:24px 0 0;color:var(--legacy-text);font-size:16px;font-weight:500;line-height:1.2;text-align:left}.spot-record-list{display:grid;gap:16px;margin-top:16px}.spot-record-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(156px,auto);gap:14px;min-height:106px;border-radius:12px;background:var(--legacy-surface);padding:16px 18px}.spot-record-labels,.spot-record-values{display:grid;align-content:start;gap:8px;min-width:0}.spot-record-labels span{color:var(--legacy-muted);font-size:16px;line-height:1}.spot-record-labels strong{overflow:hidden;color:var(--legacy-text);font-size:16px;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.spot-record-values{justify-items:end;text-align:right}.spot-record-values strong,.spot-record-values span{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.spot-record-values strong{color:var(--legacy-success);font-size:16px;font-weight:800;line-height:1.2}.spot-record-values span{color:var(--legacy-text);font-size:14px;font-weight:400;line-height:1.1}.transaction-history-page{min-height:calc(100vh - 60px);background:var(--legacy-bg);padding-bottom:76px}.transaction-history-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:56px;background:#061f42;padding:0 18px}.transaction-history-nav button{display:grid;width:32px;height:32px;place-items:center;border:0;color:#fff;background:transparent;padding:0}.transaction-history-nav button svg{width:24px;height:24px}.transaction-history-nav h1{margin:0;color:#fff;font-size:16px;font-weight:400;line-height:1;text-align:center}.transaction-history-list{display:grid;gap:12px;padding:16px 16px 0}.transaction-history-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;border-radius:12px;background:#143762;padding:0 16px}.transaction-history-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#fff;background:#9badc32e}.transaction-history-icon svg{width:18px;height:18px;stroke-width:2.4}.transaction-history-icon.income{color:#32c46a;background:#32c46a24}.transaction-history-icon.expense{color:#ff5b5b;background:#ff5b5b24}.transaction-history-icon.swap{color:var(--legacy-primary);background:var(--legacy-primary-soft)}.transaction-history-icon.exception{color:#ffb545;background:#ffb54529}.transaction-history-item div{min-width:0}.transaction-history-item strong,.transaction-history-item div span,.transaction-history-item em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transaction-history-item strong{color:#fff;font-size:14px;font-weight:400;line-height:1.25}.transaction-history-item div span{margin-top:8px;color:#9badc3;font-size:14px;font-weight:400;line-height:1.3}.transaction-history-item em{max-width:146px;padding-left:16px;color:#32c46a;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;text-align:right}.transaction-history-item em.negative{color:#ff5b5b}.transaction-history-item em.positive{color:#32c46a}.asset-sub-page{min-height:100vh;overflow-x:clip;background:var(--legacy-bg);color:var(--legacy-text);padding-bottom:32px}.asset-sub-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:56px;padding:0 18px;background:var(--legacy-bg);border-bottom:1px solid var(--legacy-border)}.asset-sub-nav button{display:grid;width:32px;height:32px;place-items:center;border:0;color:var(--legacy-text);background:transparent;padding:0}.asset-sub-nav>span{width:44px;height:32px}.user-info-page .asset-sub-nav button[aria-label=Back]{justify-self:start}.user-info-page .asset-sub-nav button[aria-label=Back] svg{width:20px;height:20px}.asset-sub-nav button:last-child{justify-self:end;color:var(--legacy-primary)}.asset-sub-nav svg{width:24px;height:24px}.asset-sub-nav h1{margin:0;color:var(--legacy-text);font-size:16px;font-weight:400;line-height:1;text-align:center}.crypto-select-page{padding-left:18px;padding-right:18px}.asset-crypto-search{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:16px;height:48px;margin-top:18px;border-radius:24px;background:var(--legacy-surface);padding:0 18px}.asset-crypto-search svg{width:24px;height:24px}.asset-crypto-search input{min-width:0;border:0;outline:0;color:var(--legacy-text);background:transparent;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.asset-crypto-search input::placeholder{color:var(--legacy-muted)}.asset-crypto-list{display:grid;gap:12px;margin-top:26px}.asset-crypto-list button{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:16px;min-height:42px;border:0;border-radius:8px;color:var(--legacy-text);background:transparent;padding:0;text-align:left}.asset-crypto-list strong{font-size:16px;font-weight:400}.asset-empty-text{margin:24px 0 0;color:var(--legacy-muted);font-size:14px;font-weight:400;text-align:center}.asset-select-card strong{font-size:16px;font-weight:500}.asset-coin-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;font-size:22px;font-weight:800;line-height:1}.asset-coin-image{display:block;width:32px;height:32px;border-radius:50%;object-fit:contain;background:transparent;filter:none}.asset-coin-icon.usdc{border:3px solid #72c9ff;background:#2c87d8;font-size:21px}.asset-coin-icon.usdt{background:#22aa78;font-size:21px}.asset-coin-icon.eth{background:#465bf3;font-size:20px}.asset-coin-icon.btc{color:#ffad12;background:transparent;font-size:35px}.deposit-page,.withdraw-page,.flow-history-page{padding-left:20px;padding-right:20px}.deposit-page{padding-bottom:28px}.deposit-section{display:grid;gap:12px;margin-top:20px}.deposit-section h2{margin:0;color:var(--legacy-muted);font-size:15px;font-weight:500;line-height:1.2}.asset-select-card,.withdraw-select-card{display:grid;align-items:center;width:100%;height:64px;border:0;border-radius:8px;color:var(--legacy-text);background:var(--legacy-surface);text-align:left}.asset-select-card{grid-template-columns:32px 1fr 24px;gap:12px;margin-top:20px;padding:0 18px}.deposit-page .asset-select-card{grid-template-columns:40px minmax(0,1fr) auto 22px;gap:14px;height:78px;margin-top:0;border:1px solid var(--legacy-border);border-radius:20px;background:var(--legacy-surface);padding:0 14px;box-shadow:var(--legacy-card-shadow)}.deposit-page .asset-select-card .asset-coin-image,.deposit-page .asset-select-card .asset-coin-icon{width:40px;height:40px}.asset-select-text{display:grid;gap:4px;min-width:0}.asset-select-text strong{overflow:hidden;color:var(--legacy-text);font-size:15px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.asset-select-text em{overflow:hidden;color:var(--legacy-muted);font-size:13px;font-style:normal;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.deposit-chain-pill{display:inline-grid;min-width:64px;height:26px;place-items:center;border-radius:13px;color:#7c55ff;background:#7c55ff26;padding:0 12px;font-size:13px;font-weight:500;white-space:nowrap}.asset-select-card>svg,.withdraw-select-card svg{width:24px;height:24px;justify-self:end}.deposit-qr{display:grid;grid-template-columns:repeat(21,1fr);grid-template-rows:repeat(21,1fr);gap:1px;width:180px;height:180px;margin:40px auto 0;background:#fff;padding:8px}.deposit-qr.real{position:relative;display:flex;grid-template-columns:none;grid-template-rows:none;align-items:center;justify-content:center}.deposit-qr.real img{display:block;width:100%;height:100%;object-fit:contain}.deposit-qr.real .deposit-qr-center-icon{position:absolute;left:50%;top:50%;width:46px;height:46px;border:6px solid #fff;border-radius:50%;background:#fff;object-fit:contain;transform:translate(-50%,-50%)}.deposit-qr.real span{color:#8a949f;font-size:13px}.deposit-qr i{background:#fff}.deposit-qr i.dark{background:#000}.deposit-receive-card{display:grid;gap:0;margin-top:16px;border:1px solid var(--legacy-border);border-radius:24px;background:var(--legacy-surface);padding:14px;box-shadow:var(--legacy-card-shadow)}.deposit-qr-panel{display:grid;border:1px solid rgba(95,116,255,.55);border-radius:24px;background:radial-gradient(circle at 18% 22%,rgba(33,126,255,.18),transparent 28%),radial-gradient(circle at 82% 18%,rgba(130,74,255,.18),transparent 30%),var(--legacy-surface);padding:22px 16px 18px;box-shadow:0 0 0 1px #824aff1f,var(--legacy-card-shadow)}.deposit-qr-panel .deposit-qr{width:212px;height:212px;margin:0 auto;border:0;border-radius:22px;background:#fff;padding:10px;box-shadow:0 16px 36px #0000001f}.deposit-qr-caption{margin:16px 0 0;color:var(--legacy-text);font-size:14px;font-weight:500;line-height:1.35;text-align:center}.deposit-qr-caption strong{color:var(--legacy-primary);font-weight:700}.deposit-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:18px;border-top:1px solid var(--legacy-border);padding-top:16px}.deposit-benefit-grid div{display:grid;justify-items:center;gap:4px;min-width:0;padding:0 8px;text-align:center}.deposit-benefit-grid div+div{border-left:1px solid var(--legacy-border)}.deposit-benefit-grid svg{width:24px;height:24px;color:#7c55ff}.deposit-benefit-grid strong{color:var(--legacy-text);font-size:13px;font-weight:500;line-height:1.2}.deposit-benefit-grid span{color:var(--legacy-muted);font-size:11px;font-weight:400;line-height:1.2}.deposit-receive-card .asset-select-card{height:56px;margin-top:0;border-radius:18px;padding:0 14px;box-shadow:none}.deposit-receive-card .asset-select-card strong{font-size:15px;font-weight:500}.deposit-receive-card .deposit-qr{width:192px;height:192px;margin:24px auto 0;border:10px solid var(--legacy-surface-soft);border-radius:24px;background:#fff;padding:10px;box-shadow:none}.deposit-address-label{margin:18px 0 10px;color:#fff;font-size:13px;line-height:1.25}.deposit-address-label strong{color:#007bff;font-weight:500}.deposit-address-box{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;width:100%;min-height:80px;border:1px solid rgba(124,85,255,.52);border-radius:20px;color:var(--legacy-text);background:var(--legacy-surface);padding:0 16px;text-align:left;box-shadow:var(--legacy-card-shadow)}.deposit-address-box strong{min-width:0;overflow-wrap:anywhere;word-break:break-all;font-size:15px;font-weight:500;line-height:1.35}.copy-feedback{position:absolute;right:48px;top:50%;min-width:58px;min-height:26px;display:grid;place-items:center;border-radius:14px;color:#fff;background:#1da5f4eb;font-size:12px;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .16s ease}.copy-feedback:not(:empty){opacity:1}.deposit-address-box svg{width:28px;height:28px;color:#7c55ff;justify-self:end}.legacy-theme:not(.coinbase-light) .deposit-receive-card{border-color:var(--legacy-border);background:var(--legacy-surface);box-shadow:var(--legacy-card-shadow)}.legacy-theme:not(.coinbase-light) .deposit-receive-card .asset-select-card,.legacy-theme:not(.coinbase-light) .deposit-receive-card .deposit-address-box{border:1px solid var(--legacy-border);background:var(--legacy-surface-soft);box-shadow:none}.legacy-theme:not(.coinbase-light) .deposit-receive-card .deposit-qr{border-color:var(--legacy-surface-soft)}.legacy-theme:not(.coinbase-light) .deposit-receive-card .deposit-address-box{min-height:76px;border-radius:18px;padding:12px 14px}.legacy-theme:not(.coinbase-light) .deposit-receive-card .deposit-address-box strong{color:var(--legacy-text);font-size:12px;font-weight:500;line-height:1.45}.legacy-theme:not(.coinbase-light) .deposit-receive-card .deposit-address-box svg{color:var(--legacy-primary)}.legacy-theme:not(.coinbase-light) .deposit-address-label{color:var(--legacy-muted)}.legacy-theme:not(.coinbase-light) .deposit-address-label strong{color:var(--legacy-primary)}.withdraw-page{position:relative}.withdraw-page.dimmed>*{opacity:.45}.withdraw-select-card{grid-template-columns:1fr 24px;margin-top:20px;padding:0 16px;font-size:16px;font-weight:500}.withdraw-field{display:grid;gap:16px;margin-top:24px}.withdraw-field span{color:#fff;font-size:14px;line-height:1}.withdraw-field input,.withdraw-field button{display:grid;width:100%;height:56px;align-items:center;border:0;border-radius:8px;color:#fff;background:#0f2f5b;padding:0 16px}.withdraw-field button svg{width:24px;height:24px;justify-self:end}.withdraw-address-picker{grid-template-columns:1fr auto 18px;gap:8px;text-align:left}.withdraw-address-picker strong{overflow:hidden;color:#fff;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.withdraw-address-picker em{color:#9badc3;font-size:12px;font-style:normal;font-weight:400}.withdraw-address-picker svg{width:18px;height:18px}.withdraw-summary{display:grid;gap:8px;margin:32px 16px 0}.withdraw-summary div{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:32px}.withdraw-summary span{color:#9badc3;font-size:14px}.withdraw-summary strong{color:#fff;font-size:14px;font-weight:400}.withdraw-page{padding-bottom:calc(84px + env(safe-area-inset-bottom))}.withdraw-confirm,.sheet-primary{width:100%;height:52px;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400}.withdraw-confirm{margin-top:32px}.withdraw-confirm.h5-bottom-action-button{width:min(calc(100% - 32px),398px);margin:0}.asset-bottom-sheet-backdrop{position:fixed;top:0;bottom:0;left:max(0px,calc((100vw - 430px)/2));right:auto;z-index:60;display:flex;align-items:flex-end;justify-content:center;width:min(430px,100vw);margin:0;transform:none;background:#0000006b}.asset-picker-sheet,.withdraw-address-sheet{width:100%;border-radius:28px 28px 0 0;background:#143762;padding:26px 18px 20px}.asset-picker-sheet{display:grid;gap:6px}.asset-picker-sheet button:not(.sheet-primary){min-height:58px;border:0;color:#fff;background:transparent;font-size:20px}.asset-picker-sheet .sheet-primary{margin-top:28px}.withdraw-address-sheet{max-height:72vh;min-height:292px;display:grid;align-content:start;gap:24px}.withdraw-address-sheet h2{margin:0;color:#fff;font-size:16px;font-weight:400;text-align:center}.withdraw-address-list{display:grid;gap:10px;max-height:46vh;overflow-y:auto}.withdraw-address-list button{display:grid;gap:6px;min-height:76px;border:1px solid rgba(125,166,210,.16);border-radius:8px;color:#fff;background:#0f2c53;padding:12px;text-align:left}.withdraw-address-list button.active{border-color:#25aaf4;background:#174675}.withdraw-address-list span{color:#25aaf4;font-size:13px;font-weight:400}.withdraw-address-list strong{overflow-wrap:anywhere;color:#fff;font-size:14px;font-weight:400}.withdraw-address-list em,.empty-address-art span{color:#9badc3;font-size:13px;font-style:normal;font-weight:400}.empty-address-art{display:grid;gap:10px;place-items:center;color:#77a6d3}.empty-address-art svg{width:150px;height:110px;stroke-width:1.3}.flow-history-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;min-height:42px;margin-top:8px;border-radius:16px;background:var(--cb-surface-soft, var(--legacy-surface-soft));padding:4px}.flow-history-tabs button{min-width:0;border:0;border-radius:13px;color:var(--cb-text-muted, var(--legacy-muted));background:transparent;padding:0 8px;font-size:14px;font-weight:400;line-height:1}.flow-history-tabs button.active{color:var(--cb-text, var(--legacy-text));background:var(--cb-surface, var(--legacy-surface));box-shadow:0 2px 8px #00000014}.flow-history-list{display:grid;gap:12px;margin-top:20px}.flow-history-item{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:80px;border-radius:8px;background:#143762;padding:0 18px}.flow-history-item strong,.flow-history-item span,.flow-history-item em{display:block;white-space:nowrap}.flow-history-item>div:first-child strong{color:#fff;font-size:16px;font-weight:400}.flow-history-item span{margin-top:6px;color:#9badc3;font-size:15px}.flow-history-item>div:last-child{text-align:right}.flow-history-item em{color:#32c46a;font-size:18px;font-style:normal;font-weight:400}.flow-history-item>div:last-child strong{margin-top:6px;color:#fff;font-size:14px;font-weight:400}.flow-history-empty{display:grid;min-height:500px;place-items:center;color:#77a6d3}.flow-history-empty svg{width:150px;height:110px;stroke-width:1.3}.transfer-page,.transfer-record-page{padding-left:20px;padding-right:20px}.transfer-page{position:relative;padding-bottom:36px}.transfer-page .asset-sub-nav h1,.transfer-record-page .asset-sub-nav h1{font-size:16px;font-weight:400}.transfer-page.dimmed>*{opacity:.45}.transfer-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;height:48px;overflow:hidden;margin-top:16px;border-radius:8px;background:#143762;padding:3px}.transfer-tabs:before{content:"";position:absolute;top:3px;left:3px;width:calc((100% - 6px)/2);height:calc(100% - 6px);border-radius:7px;background:#1da5f4;transform:translate(0);transition:transform .5s cubic-bezier(.2,.8,.2,1);will-change:transform}.transfer-tabs.fund:before{transform:translate(100%)}.transfer-tabs button{position:relative;z-index:1;min-width:0;border:0;border-radius:7px;color:#fff;background:transparent;font-size:16px;font-weight:400;line-height:1}.transfer-tabs button.active{background:transparent;font-weight:400}.fund-asset-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;min-height:76px;margin-top:28px;border:0;color:#fff;background:transparent;padding:0 16px;text-align:left}.fund-asset-row span{color:#9badc3;font-size:14px}.fund-asset-row strong,.transfer-card-head strong{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:500;line-height:1}.fund-asset-row strong{font-size:14px}.fund-asset-row svg,.transfer-card-head svg{width:24px;height:24px;color:#9badc3}.transfer-card{border-radius:12px;background:#0d284e;padding:18px}.fund-transfer-card{min-height:180px;margin-top:20px}.spot-transfer-card{min-height:236px;margin-top:30px}.transfer-to-card{min-height:132px}.spot-to-card{min-height:176px}.transfer-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;min-height:36px;border:0;color:#fff;background:transparent;padding:0;text-align:left}.transfer-card-head span{color:#fff;font-size:14px;font-weight:400}.transfer-card-head strong{min-width:0;max-width:210px;justify-self:end;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.transfer-divider{height:1px;margin-top:16px;background:#5f8fb92e}.transfer-amount-block{margin-top:18px}.transfer-amount-block>span{display:block;color:#fff;font-size:14px;font-weight:400;line-height:1}.transfer-amount-block div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-top:22px;padding:0 16px 0 38px}.transfer-amount-input{width:100%;min-width:0;border:0;outline:0;color:#fff;background:transparent;box-shadow:none;font-size:24px;font-weight:600;line-height:1;-moz-appearance:none;appearance:none;-webkit-appearance:none}.transfer-amount-input:focus{color:#fff;background:transparent;box-shadow:none}.transfer-amount-input::placeholder{color:#ffffff9e}.transfer-amount-block strong{color:#fff;font-size:16px;font-weight:600;line-height:1;font-variant-numeric:tabular-nums}.transfer-amount-block em{color:#fff;font-size:14px;font-style:normal;font-weight:500}.transfer-fee-row,.transfer-small-row,.spot-transfer-summary div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.transfer-fee-row{margin-top:26px;color:#fff;font-size:14px;font-weight:400}.transfer-fee-row strong{font-size:14px;font-weight:500}.transfer-small-row{min-height:56px;margin-top:8px}.transfer-small-row span,.spot-transfer-summary span{color:#9badc3;font-size:14px;font-weight:400}.transfer-small-row strong,.spot-transfer-summary strong{color:#fff;font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.transfer-swap{display:grid;width:42px;height:42px;place-items:center;margin:20px auto;border:0;border-radius:50%;color:#062143;background:#1da5f4;padding:8px}.transfer-swap svg{width:26px;height:26px;stroke-width:2.8}.transfer-swap img{display:block;width:100%;height:100%;object-fit:contain}.spot-transfer-summary{display:grid;gap:14px;margin:28px 16px 0}.transfer-confirm{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;margin-top:34px;border:0;border-radius:8px;color:#fff;background:#1da5f4;font-size:14px;font-weight:400;line-height:1}.transfer-confirm:disabled{opacity:.78}.transfer-button-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:transfer-button-spin .8s linear infinite}.transfer-loading-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:grid;align-content:center;justify-items:center;gap:12px;border-radius:0;background:#061f42b8;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.transfer-loading-mask strong{color:#fff;font-size:14px;font-weight:400;line-height:1}.transfer-loading-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;animation:transfer-button-spin .8s linear infinite}@keyframes transfer-button-spin{to{transform:rotate(360deg)}}.transfer-account-sheet{display:grid;width:100%;border-radius:28px 28px 0 0;background:#143762;padding:0 18px 18px}.transfer-account-sheet button:not(.sheet-primary){min-height:64px;border:0;border-bottom:1px solid rgba(132,166,202,.2);color:#fff;background:transparent;font-size:14px;font-weight:400}.transfer-account-sheet .sheet-primary{margin-top:18px}.transfer-crypto-sheet{display:flex;flex-direction:column;width:100%;height:min(620px,72vh);overflow:hidden;border-radius:28px 28px 0 0;background:#143762;padding:16px 0 0}.transfer-crypto-sheet>i{display:block;width:70px;height:8px;margin:0 auto 28px;border-radius:999px;background:#fff}.transfer-crypto-sheet h2{margin:0 0 22px;color:#fff;font-size:16px;font-weight:400;text-align:center;flex:0 0 auto}.transfer-crypto-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.transfer-crypto-list::-webkit-scrollbar{display:none}.transfer-crypto-list button{display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;width:100%;min-height:60px;border:0;color:#fff;background:transparent;padding:0 18px;text-align:left}.transfer-crypto-list button span{font-size:14px;font-weight:400;line-height:1}.transfer-crypto-list button svg{display:none;width:30px;height:30px;color:#18d582}.transfer-crypto-list button.active{background:#1da5f4}.transfer-crypto-list button.active svg{display:block}.record-tabs{margin-top:22px}.transfer-record-empty{display:grid;min-height:430px;place-items:center;color:#77a6d3}.transfer-record-empty svg{width:150px;height:110px;stroke-width:1.3}.bottom-nav{left:0;right:0;width:min(430px,100%);height:54px;overflow:hidden;margin:0 auto;transform:none;background:#061634;border-top:1px solid rgba(73,144,213,.12)}.bottom-nav button{position:relative;display:grid;grid-template-rows:28px 14px;align-content:center;justify-items:center;gap:0;height:54px;min-height:0;overflow:hidden;padding:0;color:#4e79a6;font-size:11px;font-weight:400;line-height:1}.bottom-nav span,.bottom-nav button.active span{display:grid;place-items:center;width:28px;height:28px;color:currentColor;background:transparent;transform:translateY(0)}.bottom-nav svg{width:22px;height:22px}.bottom-nav button.active{color:#1e9cff}.bottom-nav-dot{position:absolute;top:7px;right:calc(50% - 18px);width:7px;height:7px;border-radius:999px;background:#ff3b30;box-shadow:0 0 0 2px #061634;pointer-events:none}.legacy-theme .profile-sub-page,.legacy-theme .user-info-page,.legacy-theme .side-screen,.legacy-theme .investing-screen,.legacy-theme .pledge-detail-screen,.legacy-theme .pledge-order-screen,.legacy-theme .transaction-history-page,.legacy-theme .asset-sub-page,.legacy-theme .transfer-loading-mask{color:var(--legacy-text);background:var(--legacy-bg)}.legacy-theme .profile-row,.legacy-theme .profile-top-nav button,.legacy-theme .side-user-card,.legacy-theme .side-vip-card,.legacy-theme .side-panel h2,.legacy-theme .side-action-grid button,.legacy-theme .side-settings-panel button,.legacy-theme .profile-logout-button,.legacy-theme .profile-primary-button,.legacy-theme .sheet-action-row button,.legacy-theme .profile-confirm-modal button,.legacy-theme .profile-avatar-sheet h2,.legacy-theme .profile-nickname-sheet h2,.legacy-theme .profile-picker-sheet h2,.legacy-theme .profile-confirm-modal p,.legacy-theme .share-page h2,.legacy-theme .share-user strong,.legacy-theme .kyc-form input,.legacy-theme .kyc-form label>button,.legacy-theme .bank-form input,.legacy-theme .bank-form textarea,.legacy-theme .form-select-button,.legacy-theme .form-select-button strong,.legacy-theme .fund-reset-status-list strong,.legacy-theme .wallet-add-button,.legacy-theme .wallet-card-head strong,.legacy-theme .security-list button,.legacy-theme .security-list div,.legacy-theme .service-contact-list button,.legacy-theme .service-contact-list div,.legacy-theme .security-status-card,.legacy-theme .notice-tabs button,.legacy-theme .notice-item-card strong,.legacy-theme .notice-detail-card strong,.legacy-theme .profile-toast,.legacy-theme .investing-nav button,.legacy-theme .investing-nav h1,.legacy-theme .investing-summary-top span,.legacy-theme .investing-summary-top strong,.legacy-theme .investing-summary-top button,.legacy-theme .investing-summary-stats strong,.legacy-theme .pledge-list-toolbar button,.legacy-theme .pledge-card h2,.legacy-theme .pledge-card-head button,.legacy-theme .pledge-card-body strong,.legacy-theme .pledge-sub-nav button,.legacy-theme .pledge-sub-nav h1,.legacy-theme .pledge-detail-hero-title strong,.legacy-theme .pledge-detail-metrics strong,.legacy-theme .pledge-info-card strong,.legacy-theme .pledge-form-card h2,.legacy-theme .pledge-form-card input,.legacy-theme .pledge-form-card label button,.legacy-theme .pledge-form-row strong,.legacy-theme .pledge-subscription-button,.legacy-theme .pledge-order-head strong,.legacy-theme .pledge-order-head span,.legacy-theme .pledge-order-head em,.legacy-theme .pledge-order-rows strong,.legacy-theme .pledge-order-card>button,.legacy-theme .early-redemption-modal,.legacy-theme .early-redemption-modal h2,.legacy-theme .early-redemption-modal p,.legacy-theme .arbitrage-article-card h2,.legacy-theme .arbitrage-article-card h3,.legacy-theme .arbitrage-article-card p,.legacy-theme .arbitrage-detail-submit,.legacy-theme .withdraw-select-card,.legacy-theme .withdraw-field span,.legacy-theme .withdraw-field input,.legacy-theme .withdraw-field button,.legacy-theme .withdraw-address-picker strong,.legacy-theme .withdraw-summary strong,.legacy-theme .withdraw-confirm,.legacy-theme .sheet-primary,.legacy-theme .asset-picker-sheet button:not(.sheet-primary),.legacy-theme .withdraw-address-sheet h2,.legacy-theme .withdraw-address-list button,.legacy-theme .withdraw-address-list strong,.legacy-theme .flow-history-tabs button,.legacy-theme .flow-history-item>div:first-child strong,.legacy-theme .flow-history-item>div:last-child strong,.legacy-theme .transfer-tabs button,.legacy-theme .fund-asset-row,.legacy-theme .fund-asset-row strong,.legacy-theme .transfer-card-head,.legacy-theme .transfer-card-head span,.legacy-theme .transfer-card-head strong,.legacy-theme .transfer-amount-block>span,.legacy-theme .transfer-amount-input,.legacy-theme .transfer-amount-input:focus,.legacy-theme .transfer-amount-block strong,.legacy-theme .transfer-amount-block em,.legacy-theme .transfer-fee-row,.legacy-theme .transfer-small-row strong,.legacy-theme .spot-transfer-summary strong,.legacy-theme .transfer-confirm,.legacy-theme .transfer-loading-mask strong,.legacy-theme .transfer-account-sheet button:not(.sheet-primary),.legacy-theme .transfer-crypto-sheet h2,.legacy-theme .transfer-crypto-list button{color:var(--legacy-text)}.legacy-theme .profile-row span,.legacy-theme .profile-row strong+span,.legacy-theme .profile-nickname-sheet p,.legacy-theme .profile-nickname-sheet input::placeholder,.legacy-theme .fund-password-confirm-modal input::placeholder,.legacy-theme .share-user span,.legacy-theme .kyc-form label>span,.legacy-theme .bank-form label>span,.legacy-theme .kyc-form input::placeholder,.legacy-theme .bank-form input::placeholder,.legacy-theme .bank-form textarea::placeholder,.legacy-theme .fund-reset-status-list p,.legacy-theme .kyc-upload-grid button,.legacy-theme .kyc-upload-item>span,.legacy-theme .wallet-card-head strong em,.legacy-theme .wallet-meta-grid dt,.legacy-theme .security-list strong,.legacy-theme .service-contact-list strong,.legacy-theme .security-status-card strong,.legacy-theme .security-status-card em,.legacy-theme .notice-read-badge.read,.legacy-theme .notice-item-card span,.legacy-theme .notice-detail-card span,.legacy-theme .profile-empty-state,.legacy-theme .side-user-card span,.legacy-theme .profile-copy-trigger,.legacy-theme .side-benefit-card p,.legacy-theme .investing-summary-stats span,.legacy-theme .pledge-card-body span,.legacy-theme .pledge-detail-metrics span,.legacy-theme .pledge-info-card span,.legacy-theme .pledge-form-row span,.legacy-theme .pledge-form-card input::placeholder,.legacy-theme .pledge-order-rows span,.legacy-theme .deposit-qr.real span,.legacy-theme .withdraw-address-picker em,.legacy-theme .withdraw-summary span,.legacy-theme .withdraw-address-list em,.legacy-theme .empty-address-art span,.legacy-theme .flow-history-item span,.legacy-theme .fund-asset-row span,.legacy-theme .fund-asset-row svg,.legacy-theme .transfer-card-head svg,.legacy-theme .transfer-amount-input::placeholder,.legacy-theme .transfer-small-row span,.legacy-theme .spot-transfer-summary span,.legacy-theme .transfer-record-empty,.legacy-theme .flow-history-empty{color:var(--legacy-muted)}.legacy-theme .profile-row,.legacy-theme .document-type-list button,.legacy-theme .security-list button,.legacy-theme .security-list div,.legacy-theme .service-contact-list button,.legacy-theme .service-contact-list div,.legacy-theme .transfer-account-sheet button:not(.sheet-primary){border-color:var(--legacy-border)}.legacy-theme .profile-avatar-sheet,.legacy-theme .profile-nickname-sheet,.legacy-theme .profile-picker-sheet,.legacy-theme .profile-confirm-modal,.legacy-theme .share-qr-card,.legacy-theme .kyc-form input,.legacy-theme .kyc-form label>button,.legacy-theme .bank-form input,.legacy-theme .bank-form textarea,.legacy-theme .form-select-button,.legacy-theme .kyc-upload-grid button,.legacy-theme .wallet-address-card,.legacy-theme .security-status-card,.legacy-theme .notice-tabs,.legacy-theme .notice-item-card,.legacy-theme .notice-detail-card,.legacy-theme .side-user-card,.legacy-theme .side-vip-card,.legacy-theme .side-panel,.legacy-theme .side-benefit-card,.legacy-theme .pledge-card,.legacy-theme .pledge-info-card,.legacy-theme .pledge-form-card,.legacy-theme .pledge-order-card,.legacy-theme .asset-picker-sheet,.legacy-theme .withdraw-address-sheet,.legacy-theme .flow-history-tabs,.legacy-theme .flow-history-item,.legacy-theme .transfer-tabs,.legacy-theme .transfer-account-sheet,.legacy-theme .transfer-crypto-sheet{background:var(--legacy-surface)}.legacy-theme .profile-nickname-sheet input,.legacy-theme .fund-password-confirm-modal input,.legacy-theme .withdraw-field input,.legacy-theme .withdraw-field button,.legacy-theme .withdraw-address-list button,.legacy-theme .transfer-card{background:var(--legacy-surface-soft)}.legacy-theme .profile-primary-button,.legacy-theme .profile-logout-button,.legacy-theme .sheet-action-row button:last-child,.legacy-theme .profile-confirm-modal button:last-child,.legacy-theme .wallet-add-button,.legacy-theme .notice-tabs:before,.legacy-theme .pledge-card-head button,.legacy-theme .pledge-list-toolbar button,.legacy-theme .pledge-form-card label button,.legacy-theme .pledge-subscription-button,.legacy-theme .pledge-order-head em,.legacy-theme .pledge-order-card>button,.legacy-theme .arbitrage-detail-submit,.legacy-theme .withdraw-confirm,.legacy-theme .sheet-primary,.legacy-theme .flow-history-tabs:before,.legacy-theme .transfer-tabs:before,.legacy-theme .transfer-confirm,.legacy-theme .transfer-crypto-list button.active{background:var(--legacy-primary)}.legacy-theme .profile-secondary-button,.legacy-theme .pledge-form-card label,.legacy-theme .withdraw-address-list button.active{border-color:var(--legacy-primary)}.legacy-theme .profile-secondary-button,.legacy-theme .document-type-list button.active,.legacy-theme .fund-reset-status-list span,.legacy-theme .wallet-option-sheet button.active,.legacy-theme .withdraw-address-list span,.legacy-theme .transfer-crypto-list button.active svg,.legacy-theme .bottom-nav button.active{color:var(--legacy-primary)}.legacy-theme .profile-secondary-button,.legacy-theme .avatar-choice-grid button.active,.legacy-theme .notice-read-badge.read{background:var(--legacy-primary-soft)}.legacy-theme .profile-primary-button.muted,.legacy-theme .profile-primary-button.muted:disabled,.legacy-theme .sheet-action-row button,.legacy-theme .profile-confirm-modal button{background:var(--legacy-surface-muted)}.legacy-theme .investing-nav,.legacy-theme .pledge-sub-nav,.legacy-theme .transaction-history-nav{background:var(--legacy-bg)}.legacy-theme .transaction-history-nav button,.legacy-theme .transaction-history-nav h1,.legacy-theme .transaction-history-item strong,.legacy-theme .deposit-address-label,.legacy-theme .deposit-address-box,.legacy-theme .deposit-address-box strong,.legacy-theme .bottom-nav button.active span{color:var(--legacy-text)}.legacy-theme .transaction-history-item,.legacy-theme .deposit-address-box{background:var(--legacy-surface)}.legacy-theme .transaction-history-item div span{color:var(--legacy-muted)}.legacy-theme .copy-feedback{color:var(--legacy-text);background:color-mix(in srgb,var(--legacy-primary) 92%,transparent)}.legacy-theme .deposit-address-label strong,.legacy-theme .bottom-nav button.active{color:var(--legacy-primary)}.legacy-theme .withdraw-address-list button.active{background:var(--legacy-primary-soft)}.legacy-theme .bottom-nav{background:var(--legacy-surface-soft);border-top-color:var(--legacy-border)}.legacy-theme .bottom-nav button{color:var(--legacy-muted)}.legacy-theme .bottom-nav-dot{box-shadow:0 0 0 2px var(--legacy-surface-soft)}.legacy-theme .coin-name strong,.legacy-theme .coin-price strong,.legacy-theme .spot-summary-title,.legacy-theme .spot-summary-title button,.legacy-theme .trade-screen,.legacy-theme .trade-pair-nav button,.legacy-theme .trade-pair-title strong,.legacy-theme .trade-screen .trade-tabs button,.legacy-theme .trade-screen .trade-tabs button.active,.legacy-theme .trade-screen .coin-info dd,.legacy-theme .trade-screen .trade-bottom-actions button,.legacy-theme .trade-screen .trade-bottom-actions .trade-menu-action,.legacy-theme .options-order-modal,.legacy-theme .options-order-modal h3,.legacy-theme .options-order-row strong,.legacy-theme .expiry-grid button,.legacy-theme .options-amount-field,.legacy-theme .options-amount-field input,.legacy-theme .minimum-text,.legacy-theme .return-line,.legacy-theme .balance-line,.legacy-theme .options-order-actions button,.legacy-theme .option-result-modal,.legacy-theme .option-countdown-circle,.legacy-theme .option-result-row strong,.legacy-theme .option-result-continue,.legacy-theme .trade-order-page,.legacy-theme .trade-order-nav button,.legacy-theme .trade-order-nav span,.legacy-theme .trade-order-nav h1,.legacy-theme .trade-order-tabs button,.legacy-theme .trade-order-summary strong,.legacy-theme .trade-order-summary button,.legacy-theme .trade-order-card-head strong,.legacy-theme .trade-order-card-head em,.legacy-theme .trade-order-cancel,.legacy-theme .spot-action-page,.legacy-theme .spot-action-summary span,.legacy-theme .spot-depth-head span,.legacy-theme .spot-depth-mid span,.legacy-theme .spot-side-switch button,.legacy-theme .spot-price-mode button,.legacy-theme .spot-amount-field,.legacy-theme .spot-amount-field input,.legacy-theme .spot-amount-field strong,.legacy-theme .spot-percent-row button,.legacy-theme .spot-balance-line,.legacy-theme .spot-balance-line strong,.legacy-theme .spot-submit-button{color:var(--legacy-text)}.legacy-theme .coin-name em,.legacy-theme .coin-name small,.legacy-theme .coin-price small,.legacy-theme .trade-screen .coin-info p,.legacy-theme .trade-screen .coin-info span,.legacy-theme .options-order-row,.legacy-theme .option-result-row,.legacy-theme .trade-order-summary span,.legacy-theme .trade-order-card-body span,.legacy-theme .spot-config-line,.legacy-theme .spot-config-line strong{color:var(--legacy-muted)}.legacy-theme .trade-screen,.legacy-theme .phone-shell:has(.trade-order-page),.legacy-theme .phone-shell:has(.spot-action-page),.legacy-theme .trade-order-page,.legacy-theme .spot-action-page{background:var(--legacy-bg)}.legacy-theme .trade-screen .trade-tabs,.legacy-theme .options-order-modal,.legacy-theme .option-result-modal,.legacy-theme .trade-order-tabs,.legacy-theme .trade-order-summary,.legacy-theme .trade-order-card,.legacy-theme .spot-side-switch button,.legacy-theme .spot-price-mode button:after,.legacy-theme .spot-amount-field input,.legacy-theme .spot-percent-row button{background:var(--legacy-surface)}.legacy-theme .trade-screen .trade-tabs button.active,.legacy-theme .trade-order-tabs:before,.legacy-theme .trade-order-summary button,.legacy-theme .trade-order-card-head em,.legacy-theme .option-result-continue{background:var(--legacy-primary)}.legacy-theme .asset-history-button{border-color:color-mix(in srgb,var(--legacy-primary) 36%,transparent);color:var(--legacy-text);background:color-mix(in srgb,var(--legacy-primary) 18%,transparent)}.legacy-theme .transaction-history-icon{background:var(--legacy-surface-soft)}.legacy-theme .transaction-history-icon.income{color:var(--legacy-success);background:var(--legacy-success-soft)}.legacy-theme .transaction-history-icon.expense{color:var(--legacy-danger);background:var(--legacy-danger-soft)}.legacy-theme .transaction-history-icon.swap{color:var(--legacy-primary);background:var(--legacy-primary-soft)}.legacy-theme .trade-screen .trade-bottom-actions .trade-menu-action{color:var(--legacy-primary)}.legacy-theme .options-order-modal:before{opacity:.18}.legacy-theme .expiry-grid button,.legacy-theme .options-amount-field input,.legacy-theme .option-result-row{border-color:var(--legacy-border)}.legacy-theme .expiry-grid button,.legacy-theme .options-amount-field input{background:var(--legacy-surface-soft)}.legacy-theme .professional-chart,.legacy-theme .lightweight-kline,.legacy-theme .professional-chart .time-tabs button,.legacy-theme .professional-chart .indicator-tabs,.legacy-theme .professional-chart .indicator-tabs button,.legacy-theme.coinbase-light .professional-chart,.legacy-theme.coinbase-light .lightweight-kline,.legacy-theme.coinbase-light .professional-chart .time-tabs button,.legacy-theme.coinbase-light .professional-chart .indicator-tabs,.legacy-theme.coinbase-light .professional-chart .indicator-tabs button{background:var(--legacy-panel)}.legacy-theme .professional-chart .time-tabs,.legacy-theme .professional-chart .indicator-tabs{border-color:var(--legacy-border)}.legacy-theme .professional-chart .time-tabs button,.legacy-theme .professional-chart .indicator-tabs button{color:var(--legacy-muted)}.legacy-theme .professional-chart .time-tabs button.active,.legacy-theme .professional-chart .indicator-tabs button.active{color:var(--legacy-primary)}.legacy-theme .professional-chart .time-tabs button.active:after,.legacy-theme .spot-price-mode button.active:after{background:var(--legacy-primary)}.legacy-theme .spot-action-tabs button,.legacy-theme .earn-hero h1,.legacy-theme .earn-hero p,.legacy-theme .borrow-hero strong,.legacy-theme .side-menu button,.legacy-theme .plain-list button,.legacy-theme .side-benefit-card strong,.legacy-theme .form-field input,.legacy-theme .select-line,.legacy-theme .address-box,.legacy-theme .history-item,.legacy-theme .step-grid div,.legacy-theme .faq-line,.legacy-theme .loan-product-card,.legacy-theme .loan-apply-card label,.legacy-theme .loan-apply-card input,.legacy-theme .loan-apply-card textarea,.legacy-theme .loan-record-card p,.legacy-theme .loan-repay-button,.legacy-theme .product-highlight-card h2,.legacy-theme .highlight-top strong,.legacy-theme .highlight-top span,.legacy-theme .highlight-grid span{color:var(--legacy-text)}.legacy-theme .feature-list span,.legacy-theme .article p,.legacy-theme .borrow-page p,.legacy-theme .asset-card span,.legacy-theme .asset-card small,.legacy-theme .asset-profit span,.legacy-theme .coin-assets span,.legacy-theme .coin-assets em,.legacy-theme .benefit-card p,.legacy-theme .form-field span,.legacy-theme .summary-list,.legacy-theme .upload-grid button,.legacy-theme .loan-product-card span,.legacy-theme .loan-product-card small,.legacy-theme .loan-record-card span{color:var(--legacy-muted)}.legacy-theme .spot-action-tabs,.legacy-theme .feature-list div,.legacy-theme .asset-profit div,.legacy-theme .coin-assets button,.legacy-theme .side-menu button,.legacy-theme .plain-list button,.legacy-theme .benefit-card,.legacy-theme .history-item,.legacy-theme .step-grid div,.legacy-theme .faq-line,.legacy-theme .loan-product-card,.legacy-theme .loan-apply-card,.legacy-theme .loan-record-card{background:var(--legacy-surface)}.legacy-theme .form-field input,.legacy-theme .select-line,.legacy-theme .address-box,.legacy-theme .upload-grid button,.legacy-theme .loan-apply-card input,.legacy-theme .loan-apply-card textarea{background:var(--legacy-surface-soft)}.legacy-theme .spot-action-tabs:before,.legacy-theme .loan-repay-button{background:var(--legacy-primary)}.legacy-theme .loan-product-card.active,.legacy-theme .upload-grid button,.legacy-theme .vip-table,.legacy-theme .vip-table span,.legacy-theme .vip-table strong{border-color:var(--legacy-border)}.legacy-theme .loan-product-card.active{background:var(--legacy-primary-soft)}.legacy-theme .side-menu span,.legacy-theme .step-grid span,.legacy-theme .loan-record-card em{color:var(--legacy-primary)}.legacy-theme .side-menu span,.legacy-theme .loan-record-card em{background:var(--legacy-primary-soft)}.legacy-theme .asset-card,.legacy-theme .earn-hero,.legacy-theme .borrow-hero,.legacy-theme .product-highlight-card,.legacy-theme .arbitrage-article-card{background:linear-gradient(100deg,rgba(255,255,255,.05),transparent 38%),var(--legacy-surface)}.legacy-theme .qr-box{color:#10151b;background:#f2f5f7}.legacy-theme.coinbase-light{--legacy-border: #dfe6f0;--legacy-border-strong: #cfd9e8;--legacy-card-shadow: 0 8px 18px rgba(16, 31, 54, .08)}.legacy-theme.coinbase-light :is(.asset-crypto-search,.asset-select-card,.withdraw-select-card,.deposit-address-box,.spot-account-summary,.spot-record-item,.flow-history-tabs,.flow-history-item,.trade-order-tabs,.trade-order-card,.spot-action-tabs,.spot-amount-field input,.spot-percent-row button,.spot-side-switch button,.pledge-order-card,.pledge-info-card,.pledge-form-card,.pledge-form-card label){border:1px solid var(--legacy-border);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .asset-crypto-search,.legacy-theme.coinbase-light .asset-select-card,.legacy-theme.coinbase-light .withdraw-select-card{background:var(--cb-surface-soft)}.legacy-theme.coinbase-light .asset-coin-icon.btc,.legacy-theme.coinbase-light .coin-logo.btc{display:grid;color:#f7931a;background:#fff4df;border:1px solid #f6d08c;font-size:24px}.legacy-theme.coinbase-light .deposit-address-label,.legacy-theme.coinbase-light .deposit-address-box{width:100%}.legacy-theme.coinbase-light :is(.flow-history-tabs,.trade-order-tabs,.spot-action-tabs) button.active{color:#fff}.legacy-theme.coinbase-light .coinbase-trade-page .bid-side i{background:linear-gradient(90deg,#16a34a00,#16a34a47)}.legacy-theme.coinbase-light .coinbase-trade-page .ask-side i{background:linear-gradient(90deg,#e5484d00,#e5484d47)}.spot-action-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:flex;align-items:center;justify-content:center;width:min(430px,100vw);margin:0 auto;background:#0000006b;padding:36px 20px}.spot-action-modal{width:100%;max-height:min(calc(100vh - 72px),720px);min-height:0;overflow-y:auto;border-radius:18px;padding:0 10px 24px;box-shadow:0 18px 48px #00000047}.spot-action-modal .spot-submit-button{margin-top:34px}.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch button:not(.active),.legacy-theme.coinbase-light .spot-action-modal .spot-percent-row button,.legacy-theme.coinbase-light .spot-action-modal .spot-amount-field input{background:#f3f6fb}.legacy-theme.coinbase-light .spot-action-modal .spot-cancel-button{border-color:var(--legacy-border);color:var(--legacy-text);background:#f3f6fb}.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch.sell button:last-child,.legacy-theme.coinbase-light .spot-action-modal .spot-submit-button.sell{color:#fff;background:var(--legacy-danger)}.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch.buy button:first-child,.legacy-theme.coinbase-light .spot-action-modal .spot-submit-button.buy{color:#fff;background:var(--legacy-success)}.legacy-theme.coinbase-light .spot-action-modal .spot-depth-row.bid-side i{background:linear-gradient(90deg,#16a34a00,#16a34a47)}.legacy-theme.coinbase-light .spot-action-modal .spot-depth-row.ask-side i{background:linear-gradient(90deg,#e5484d00,#e5484d47)}.coinbase-swap-asset-sheet-backdrop{z-index:100;background:var(--cb-overlay)}.legacy-theme .coinbase-swap-asset-sheet{height:min(560px,70vh);border-radius:30px 30px 0 0;color:var(--cb-text);background:var(--cb-surface)}.legacy-theme .coinbase-swap-asset-sheet>i{height:5px;margin-bottom:22px;background:var(--cb-border-strong)}.legacy-theme .coinbase-swap-asset-sheet h2{color:var(--cb-text);font-size:18px;font-weight:600}.legacy-theme .coinbase-swap-asset-sheet .transfer-crypto-list button{grid-template-columns:minmax(0,1fr) 26px;min-height:68px;color:var(--cb-text);padding:0 22px}.legacy-theme .coinbase-swap-asset-sheet .transfer-crypto-list button.active{color:var(--cb-primary);background:var(--cb-primary-soft)}.coinbase-swap-picker-asset{display:flex;align-items:center;gap:12px;min-width:0}.coinbase-swap-picker-asset .coinbase-swap-asset-icon{flex:0 0 auto}.coinbase-swap-picker-asset strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.referral-rewards-page{--referral-card-surface: var(--legacy-surface);--referral-card-muted: var(--legacy-surface-soft);--referral-section-gap: 32px;min-height:100%;color:var(--legacy-text);background:var(--legacy-bg);padding-bottom:max(80px,calc(60px + env(safe-area-inset-bottom)))}.referral-rewards-page .asset-sub-nav{position:sticky;top:0;z-index:60;grid-template-columns:44px 1fr 44px;color:var(--legacy-text);background:color-mix(in srgb,var(--legacy-bg) 94%,transparent);border-bottom:1px solid var(--legacy-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.referral-rewards-page .asset-sub-nav h1{position:absolute;left:50%;width:calc(100% - 88px);transform:translate(-50%);color:var(--legacy-text);font-size:18px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.referral-rewards-page .asset-sub-nav button{color:var(--legacy-text)}.referral-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 16px 0;border:1px solid color-mix(in srgb,var(--legacy-danger) 34%,transparent);border-radius:14px;color:var(--legacy-danger);background:color-mix(in srgb,var(--legacy-danger) 10%,var(--legacy-bg));padding:11px 13px;font-size:13px;line-height:1.45}.referral-error button{flex:none;border:0;color:var(--legacy-danger);background:transparent;padding:4px;font:inherit;font-weight:700}.referral-dashboard-card{position:relative;margin:16px 16px 0;border:1px solid var(--legacy-border);border-radius:16px;background:var(--referral-card-surface);overflow:hidden;box-shadow:var(--legacy-card-shadow)}.referral-dashboard-card:empty{display:none}.referral-dashboard-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.referral-dashboard-art{position:absolute;top:-20px;right:4px;z-index:2;width:116px;height:116px;object-fit:contain;filter:drop-shadow(0 9px 12px color-mix(in srgb,var(--legacy-text) 18%,transparent));pointer-events:none;-webkit-user-select:none;user-select:none}.referral-dashboard-grid div{display:grid;align-content:center;gap:4px;min-width:0;min-height:56px;background:transparent;padding:12px 16px}.referral-dashboard-grid div:first-child{grid-column:1 / -1;min-height:76px;border-bottom:1px solid var(--legacy-border);padding-right:116px}.referral-dashboard-grid div:last-child{border-left:1px solid var(--legacy-border)}.referral-dashboard-grid span{color:var(--legacy-muted);font-size:12px;line-height:1.35}.referral-dashboard-grid strong{color:var(--legacy-text);font-size:22px;line-height:1.2;overflow-wrap:anywhere}.referral-section-heading{display:grid;gap:6px}.referral-section-heading h2,.referral-invite-steps>h2,.referral-reward-list>h2{margin:0;color:var(--legacy-text);font-size:20px;font-weight:700;line-height:1.3}.referral-section-heading p{margin:0;color:var(--legacy-muted);font-size:14px;line-height:1.5}.referral-task-list--conversion{display:grid;gap:16px;margin:32px 16px 0}.referral-task-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.referral-task-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:216px;border:1px solid var(--legacy-border);border-radius:16px;color:var(--legacy-text);background:var(--referral-card-surface);padding:12px;box-shadow:var(--legacy-card-shadow)}.referral-task-card--wide{grid-column:1 / -1;min-height:192px}.referral-task-card-index{position:relative;z-index:1;align-self:flex-start;min-width:24px;border:1px solid color-mix(in srgb,var(--legacy-primary) 42%,transparent);border-radius:7px;color:var(--legacy-primary);background:color-mix(in srgb,var(--legacy-primary) 10%,transparent);padding:3px 6px;font-size:11px;font-weight:600;line-height:1.2;text-align:center}.referral-task-card-art{position:absolute;top:4px;right:2px;z-index:0;width:92px;height:92px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.referral-task-card--wide .referral-task-card-art{top:8px;right:4px;width:120px;height:104px}.referral-task-card--wide .referral-task-card-value,.referral-task-card--wide>p{max-width:calc(100% - 144px)}.referral-task-card-value{position:relative;z-index:1;display:block;margin-top:48px;color:var(--legacy-primary);font-size:22px;font-weight:700;line-height:1.15;overflow-wrap:anywhere}.referral-task-card>p{position:relative;z-index:1;margin:6px 0 12px;color:var(--legacy-text);font-size:14px;font-weight:500;line-height:1.45;overflow-wrap:anywhere}.referral-task-card-rewards{position:relative;z-index:1;display:grid;gap:6px;margin-top:auto;border-top:1px solid var(--legacy-border);padding-top:10px}.referral-task-card-rewards>span{display:grid;gap:3px;min-width:0;color:var(--legacy-muted);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.referral-task-card-rewards em{color:var(--legacy-text);font-size:12px;font-style:normal;font-weight:600}.referral-tier-chart{display:grid;gap:16px;margin:var(--referral-section-gap) 16px 0}.referral-tier-chart-bars{display:grid;grid-template-columns:repeat(var(--referral-tier-count),minmax(0,1fr));align-items:end;min-height:168px;gap:16px;border-bottom:1px solid var(--legacy-border-strong);padding:0 2px}.referral-tier-chart-item{display:grid;align-items:end;min-width:0;height:100%;grid-template-rows:auto 1fr auto}.referral-tier-chart-item>strong{justify-self:center;margin-bottom:8px;color:var(--legacy-text);font-size:18px;font-weight:650;line-height:1.2}.referral-tier-chart-bar{align-self:end;justify-self:center;width:min(76px,78%);height:var(--referral-tier-height);min-height:36px;border:1px solid color-mix(in srgb,var(--legacy-primary) 62%,var(--referral-card-surface));border-top:3px solid var(--legacy-primary);border-bottom:0;background:color-mix(in srgb,var(--legacy-primary) 48%,var(--referral-card-surface))}.referral-tier-chart-item>span{min-width:0;margin:9px -4px -27px;color:var(--legacy-muted);font-size:11px;line-height:1.35;text-align:center;overflow-wrap:anywhere}.referral-invite-steps{display:grid;gap:16px;margin:calc(var(--referral-section-gap) + 24px) 16px 0}.referral-invite-steps-list{--referral-step-gap: 8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--referral-step-gap)}.referral-invite-step{position:relative;display:grid;justify-items:center;align-content:start;gap:8px;min-width:0;text-align:center}.referral-invite-step-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid color-mix(in srgb,var(--legacy-primary) 34%,transparent);border-radius:50%;color:var(--legacy-primary);background:color-mix(in srgb,var(--legacy-primary) 10%,var(--legacy-bg))}.referral-invite-step-icon svg{width:24px;height:24px}.referral-invite-step p{margin:0;color:var(--legacy-text);font-size:12px;font-weight:500;line-height:1.45}.referral-invite-step-connector{position:absolute;top:23px;left:calc(50% + 31px);width:calc(100% + var(--referral-step-gap) - 62px);border-top:1px dashed var(--legacy-border-strong)}.referral-login-card button,.referral-mystery-box button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:48px;border:1px solid var(--legacy-border-strong);border-radius:12px;color:var(--legacy-text);background:var(--referral-card-muted);padding:0 12px;font:inherit;font-size:14px;font-weight:600}.referral-mystery-box button{border-color:var(--legacy-primary);color:var(--legacy-bg);background:var(--legacy-primary)}.referral-float-actions{position:fixed;z-index:70;right:max(16px,calc((100vw - 430px)/2 + 16px));bottom:max(12px,env(safe-area-inset-bottom));left:max(16px,calc((100vw - 430px)/2 + 16px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) 46px;gap:8px;border:0;background:transparent;box-shadow:none;padding:0;pointer-events:none}.referral-float-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:46px;border:1px solid color-mix(in srgb,var(--legacy-primary) 42%,var(--legacy-border));border-radius:11px;color:var(--legacy-primary);background:color-mix(in srgb,var(--legacy-primary) 8%,transparent);padding:0 10px;font:inherit;font-size:14px;font-weight:650;pointer-events:auto}.referral-float-actions button svg{width:18px;height:18px}.referral-float-actions .referral-float-actions-share{border-color:var(--legacy-primary);color:var(--legacy-bg);background:var(--legacy-primary)}.referral-float-actions .referral-float-actions-qr{padding:0}.referral-qr-modal-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:color-mix(in srgb,var(--legacy-bg) 58%,transparent);padding:24px}.referral-qr-modal{width:min(316px,100%);border:1px solid var(--legacy-border);border-radius:24px;background:var(--referral-card-surface);box-shadow:0 22px 52px color-mix(in srgb,var(--legacy-text) 25%,transparent);padding:24px 22px 22px}.referral-qr-modal>header{position:relative;display:grid;place-items:center;min-height:42px;margin-bottom:14px}.referral-qr-modal-brand{display:block;width:42px;height:42px;border-radius:11px}.referral-qr-modal-project{margin:0 0 20px;color:var(--legacy-text);font-size:24px;font-weight:750;letter-spacing:.04em;line-height:1.2;text-align:center}.referral-qr-modal>header button{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:10px;color:var(--legacy-muted);background:transparent;padding:0}.referral-qr-modal>header button svg{width:20px;height:20px}.referral-qr-modal-code{display:grid;place-items:center;box-sizing:border-box;width:min(244px,100%);aspect-ratio:1;margin-inline:auto;border:2px solid color-mix(in srgb,var(--legacy-primary) 72%,var(--legacy-border));border-radius:18px;background:var(--legacy-text);padding:10px}.referral-qr-modal-code img{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:contain;border-radius:7px;background:var(--legacy-text)}.referral-qr-modal-invite-code{display:grid;justify-items:center;gap:4px;margin-top:16px;border-top:1px solid var(--legacy-border);padding-top:14px;text-align:center}.referral-qr-modal-invite-code span{color:var(--legacy-muted);font-size:12px;line-height:1.3}.referral-qr-modal-invite-code strong{color:var(--legacy-primary);font-size:16px;font-weight:700;letter-spacing:.04em;line-height:1.3;overflow-wrap:anywhere}.referral-invite-decoration{display:block;width:min(288px,100%);height:150px;margin:calc(var(--referral-section-gap) / 2) auto -18px;overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.referral-invite-decoration img{display:block;width:100%;height:auto;transform:translateY(-50px)}.referral-login-card{display:grid;gap:14px;margin:var(--referral-section-gap) 16px 0;border:1px solid var(--legacy-border);border-radius:18px;background:var(--referral-card-surface);padding:18px;text-align:center;box-shadow:var(--legacy-card-shadow)}.referral-login-card p{margin:0;color:var(--legacy-muted);font-size:13px;line-height:1.5}.referral-login-card button{border-color:var(--legacy-primary);color:var(--legacy-bg);background:var(--legacy-primary)}.referral-reward-list{display:grid;gap:10px;margin:var(--referral-section-gap) 16px 0}.referral-reward-list>h2{margin-bottom:4px}.referral-reward-record,.referral-mystery-box{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-width:0;min-height:58px;border:1px solid var(--legacy-border);border-radius:14px;background:var(--referral-card-surface);padding:11px 12px;box-shadow:var(--legacy-card-shadow)}.referral-reward-record span,.referral-reward-record em,.referral-mystery-box span{min-width:0;color:var(--legacy-muted);font-size:12px;font-style:normal;line-height:1.4;overflow-wrap:anywhere}.referral-reward-record strong,.referral-mystery-box strong{color:var(--legacy-text);font-size:13px;overflow-wrap:anywhere}.referral-reward-list>p{margin:2px 0;color:var(--legacy-danger);font-size:13px;font-weight:700}.referral-mystery-box button{min-height:36px;padding:0 11px}.referral-mystery-box button:disabled{cursor:wait;opacity:.55}.coinbase-gift-badge{position:absolute;top:-4px;right:-5px;width:9px;height:9px;border:2px solid var(--legacy-bg);border-radius:50%;background:var(--legacy-danger);box-sizing:content-box}.referral-rewards-page :is(button,[tabindex]):focus-visible{outline:2px solid var(--legacy-primary);outline-offset:2px}.legacy-theme.coinbase-light .referral-rewards-page{--referral-card-surface: var(--legacy-panel);--referral-card-muted: var(--legacy-surface)}.legacy-theme.coinbase-dark .referral-rewards-page{--referral-card-surface: var(--legacy-surface-soft);--referral-card-muted: var(--legacy-surface-muted);background:var(--legacy-bg)}.legacy-theme.coinbase-dark .referral-task-card{border-color:var(--legacy-border-strong)}.legacy-theme.coinbase-classic .referral-rewards-page{--referral-card-surface: var(--legacy-surface-soft);--referral-card-muted: var(--legacy-surface-muted);background:var(--legacy-bg)}.legacy-theme.coinbase-classic .referral-task-card,.legacy-theme.coinbase-classic .referral-reward-record,.legacy-theme.coinbase-classic .referral-mystery-box{border-color:var(--legacy-border-strong)}@media(max-width:360px){.referral-rewards-page{--referral-section-gap: 30px}.referral-task-grid{grid-template-columns:1fr}.referral-task-card--wide{grid-column:auto}.referral-task-card{min-height:0}.referral-reward-record,.referral-mystery-box{grid-template-columns:minmax(0,1fr) auto}.referral-reward-record em{grid-column:1 / -1}}@media(max-width:340px){.referral-invite-steps-list{grid-template-columns:1fr;gap:14px}.referral-invite-step{grid-template-columns:46px minmax(0,1fr);align-items:center;justify-items:start;gap:13px;text-align:left}.referral-invite-step-connector{top:52px;left:22px;width:1px;height:12px;border-top:0;border-left:1px dashed var(--legacy-border-strong)}}.h5-article-carousel{position:relative;width:100%;overflow:hidden;border-radius:16px;background:var(--legacy-surface-soft);touch-action:pan-y;user-select:none;-webkit-user-select:none}.h5-article-carousel--legacy{aspect-ratio:auto;height:calc((min(430px,100vw) - 32px) * 456 / 1264 + 10px);min-height:142px;margin-bottom:14px}.h5-article-carousel--modern{aspect-ratio:16 / 7;min-height:146px;margin-bottom:16px;background:var(--cb-surface-soft)}.h5-article-carousel__track{display:flex;width:100%;height:100%;transition:transform .42s ease;will-change:transform}.h5-article-carousel__track.no-transition{transition:none}.h5-article-carousel__slide{position:relative;flex:0 0 100%;width:100%;min-width:0;height:100%;overflow:hidden;border:0;color:#fff;background:linear-gradient(135deg,#173d6b,#0b2448);padding:0;text-align:left}.h5-article-carousel--modern .h5-article-carousel__slide{background:linear-gradient(135deg,var(--cb-primary),#0c347c)}.h5-article-carousel__slide img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.h5-article-carousel__copy{position:absolute;inset:auto 0 0;display:grid;min-height:50%;align-content:end;padding:28px 76px 14px 16px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));pointer-events:none}.h5-article-carousel__copy strong{overflow:hidden;color:#fff;font-size:15px;font-style:normal;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.h5-article-carousel__dots{position:absolute;right:14px;bottom:10px;z-index:2;display:flex;align-items:center;gap:6px}.h5-article-carousel__dots button{width:6px;height:6px;border:0;border-radius:999px;background:#ffffff80;padding:0;transition:width .18s ease,background-color .18s ease}.h5-article-carousel__dots button.active{width:18px;background:#fff}.h5-article-page{min-height:100vh;min-height:100dvh;padding-bottom:max(36px,env(safe-area-inset-bottom));background:var(--legacy-bg)}.h5-article-nav{position:sticky;top:0;z-index:60;padding-top:env(safe-area-inset-top);height:calc(56px + env(safe-area-inset-top));background:color-mix(in srgb,var(--legacy-bg) 94%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.h5-article-nav h1{overflow:hidden;color:var(--legacy-text);font-size:15px;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.h5-article-reader{width:min(100%,720px);margin:0 auto;padding:28px 20px 12px;color:var(--legacy-text);overflow-wrap:anywhere}.h5-article-heading{display:grid;gap:12px;margin-bottom:22px}.h5-article-heading>span{width:fit-content;border-radius:999px;color:var(--legacy-primary);background:var(--legacy-primary-soft);padding:5px 10px;font-size:12px;font-weight:600;line-height:1;text-transform:capitalize}.h5-article-heading h2{margin:0;color:var(--legacy-text);font-size:clamp(26px,7.2vw,34px);font-weight:750;letter-spacing:-.025em;line-height:1.18;overflow-wrap:anywhere}.h5-article-heading p{margin:0;color:var(--legacy-muted);font-size:15px;line-height:1.65;overflow-wrap:anywhere}.h5-article-heading time{color:var(--legacy-subtle);font-size:12px;line-height:1.4}.h5-article-cover{display:block;width:100%;max-height:360px;margin:0 0 26px;border-radius:16px;background:var(--legacy-surface-soft);object-fit:cover}.h5-article-body{color:var(--legacy-text);font-size:15px;line-height:1.75;overflow-wrap:anywhere;word-break:break-word}.h5-article-body>:first-child{margin-top:0}.h5-article-body>:last-child{margin-bottom:0}.h5-article-body h1,.h5-article-body h2,.h5-article-body h3,.h5-article-body h4{margin:1.5em 0 .65em;color:var(--legacy-text);line-height:1.3}.h5-article-body h1{font-size:24px}.h5-article-body h2{font-size:21px}.h5-article-body h3,.h5-article-body h4{font-size:18px}.h5-article-body p,.h5-article-body ul,.h5-article-body ol,.h5-article-body blockquote{margin:0 0 1.15em}.h5-article-body ul,.h5-article-body ol{padding-left:1.35em}.h5-article-body a{color:var(--legacy-primary);text-decoration:underline;text-underline-offset:3px}.h5-article-body blockquote{border-left:3px solid var(--legacy-primary);border-radius:0 8px 8px 0;color:var(--legacy-muted);background:var(--legacy-surface-soft);padding:12px 14px}.h5-article-body img{display:block;max-width:100%;height:auto;margin:20px auto;border-radius:12px}.h5-article-body table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;-webkit-overflow-scrolling:touch}.h5-article-body th,.h5-article-body td{min-width:112px;border:1px solid var(--legacy-border);padding:10px 12px;text-align:left;vertical-align:top}.h5-article-status{display:grid;min-height:calc(100dvh - 56px - env(safe-area-inset-top));place-content:center;justify-items:center;gap:14px;color:var(--legacy-muted);padding:28px 20px;text-align:center}.h5-article-status p{max-width:300px;margin:0;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.h5-article-status button{min-width:108px;min-height:42px;border:0;border-radius:999px;color:#fff;background:var(--legacy-primary);padding:0 20px;font-size:14px;font-weight:600}html.h5-article-popup-open,body.h5-article-popup-open{overflow:hidden}.h5-article-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:450;display:grid;place-items:center;overflow-y:auto;background:var(--cb-overlay);padding:max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom));overscroll-behavior:contain}.h5-article-popup{width:min(360px,calc(100% - 32px));max-height:calc(100dvh - 32px - env(safe-area-inset-bottom));overflow:hidden auto;border:1px solid var(--legacy-border);border-radius:20px;color:var(--legacy-text);background:var(--legacy-panel);box-shadow:var(--legacy-card-shadow)}.h5-article-popup__cover-frame{position:relative;overflow:hidden;border-radius:19px 19px 0 0;background:var(--legacy-surface-soft)}.h5-article-popup__cover-entry{display:block;width:100%;border:0;background:transparent;padding:0}.h5-article-popup__cover{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.h5-article-popup__cover-fallback{display:grid;place-items:center;color:var(--legacy-muted);background:var(--legacy-surface-soft)}.h5-article-popup__cover-fallback svg{width:42px;height:42px}.h5-article-popup__close{position:absolute;z-index:1;top:10px;right:10px;display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:#00000080;padding:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.h5-article-popup__close svg{width:20px;height:20px}.h5-article-popup__content{display:grid;gap:12px;padding:20px 20px calc(20px + env(safe-area-inset-bottom))}.h5-article-popup__title,.h5-article-popup__summary{display:-webkit-box;overflow:hidden;margin:0;overflow-wrap:anywhere;-webkit-box-orient:vertical}.h5-article-popup__title{width:100%;border:0;color:var(--legacy-text);background:transparent;padding:0;font-size:20px;font-weight:700;line-height:1.3;text-align:start;-webkit-line-clamp:2}.h5-article-popup__content h2{margin:0}.h5-article-popup__summary{color:var(--legacy-muted);font-size:14px;line-height:1.55;-webkit-line-clamp:3}.h5-article-popup__details{width:100%;min-height:46px;margin-top:4px;border:0;border-radius:12px;color:#fff;background:var(--legacy-primary);padding:0 18px;font-size:15px;font-weight:650}.h5-article-popup__close:focus-visible,.h5-article-popup__cover-entry:focus-visible,.h5-article-popup__title-entry:focus-visible,.h5-article-popup__details:focus-visible{outline:2px solid var(--legacy-primary);outline-offset:2px}.h5-article-spinner{width:28px;height:28px;border:3px solid var(--legacy-border);border-top-color:var(--legacy-primary);border-radius:50%;animation:h5ArticleSpin .72s linear infinite}@keyframes h5ArticleSpin{to{transform:rotate(360deg)}}@media(max-width:340px){.h5-article-carousel__copy{padding-inline:14px 70px}.h5-article-carousel__copy strong{font-size:14px}.h5-article-reader{padding-inline:16px}.h5-article-popup{width:100%}.h5-article-popup__content{padding-inline:16px}}@media(prefers-reduced-motion:reduce){.h5-article-carousel__track,.h5-article-carousel__dots button{transition:none}.h5-article-spinner{animation-duration:1.4s}}.h5-customer-service-page{--h5-chat-bg: var(--legacy-bg, var(--cb-bg));--h5-chat-surface: var(--legacy-surface, var(--cb-surface));--h5-chat-surface-soft: var(--legacy-surface-soft, var(--cb-surface-soft));--h5-chat-surface-muted: var(--legacy-surface-muted, var(--cb-surface-muted));--h5-chat-text: var(--legacy-text, var(--cb-text));--h5-chat-muted: var(--legacy-muted, var(--cb-text-muted));--h5-chat-border: var(--legacy-border, var(--cb-border));--h5-chat-border-strong: var(--legacy-border-strong, var(--cb-border));--h5-chat-primary: var(--legacy-primary, var(--cb-primary));--h5-chat-primary-soft: var(--legacy-primary-soft, var(--cb-primary-soft));--h5-chat-primary-deep: var(--legacy-primary-deep, var(--cb-primary-soft));--h5-chat-danger: var(--legacy-danger, var(--cb-danger));--h5-chat-danger-soft: var(--legacy-danger-soft, var(--cb-danger-soft));--h5-chat-success: var(--legacy-success, var(--cb-success));--h5-chat-header-height: calc(56px + env(safe-area-inset-top)) ;--h5-chat-composer-height: calc(68px + env(safe-area-inset-bottom)) ;position:relative;display:flex;flex-direction:column;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden;padding:var(--h5-chat-header-height) 0 var(--h5-chat-composer-height);background:var(--h5-chat-bg)}.h5-customer-service-page.history-mode{padding-top:var(--h5-chat-header-height);padding-bottom:0}.h5-customer-service-nav{position:fixed;top:0;left:50%;z-index:50;width:min(100%,430px);height:var(--h5-chat-header-height);padding-top:env(safe-area-inset-top);transform:translate(-50%)}.h5-customer-service-nav button{width:44px;min-width:44px;height:44px}.h5-customer-service-nav h1.h5-customer-service-title{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:1px;line-height:1.2}.h5-customer-service-title strong,.h5-customer-service-title small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h5-customer-service-title strong{color:var(--legacy-text)}.h5-customer-service-title small{display:flex;min-width:0;align-items:center;gap:4px;color:var(--legacy-muted);font-size:11px;font-weight:400}.h5-customer-service-title small>span{width:8px;height:8px;flex:none;border-radius:50%;background:var(--legacy-muted)}.h5-customer-service-title small>span.online{background:var(--legacy-success)}.h5-customer-service-messages{width:100%;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:16px;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.h5-customer-service-state{display:grid;min-height:100%;align-content:center;justify-items:center;gap:12px;margin:0;padding:32px 20px;color:var(--legacy-text);font-size:16px;line-height:1.5;text-align:center}.h5-customer-service-state>svg{width:40px;height:40px;color:var(--legacy-primary)}.h5-customer-service-state strong{color:var(--legacy-text);font-size:18px}.h5-customer-service-state p{max-width:32ch;margin:0}.h5-customer-service-inline-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;border:1px solid var(--legacy-danger);border-radius:12px;color:var(--legacy-text);background:var(--legacy-danger-soft);padding:10px 12px}.h5-customer-service-inline-error p{min-width:0;margin:0;overflow-wrap:anywhere}.h5-customer-service-inline-error button{flex:none}.h5-customer-service-error button,.h5-customer-service-more,.h5-customer-service-retry{min-height:44px;border:1px solid var(--legacy-border-strong);border-radius:22px;color:var(--legacy-text);background:var(--legacy-primary-soft);padding:0 18px}.h5-customer-service-more{display:block;margin:0 auto 14px}.h5-customer-service-message-list,.h5-customer-service-history-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.h5-customer-service-message-list+.h5-customer-service-message-list{margin-top:12px}.h5-customer-service-message-list li{display:flex;min-width:0}.h5-customer-service-message-list li.incoming,.h5-customer-service-message--support{justify-content:flex-start}.h5-customer-service-message-list li.outgoing,.h5-customer-service-message--user{justify-content:flex-end}.h5-customer-service-message-list li.system,.h5-customer-service-message--system{justify-content:center}.h5-customer-service-message-list article{display:grid;max-width:min(78%,320px);min-width:0;gap:4px;border:1px solid var(--legacy-border);border-radius:16px 16px 16px 4px;color:var(--legacy-text);background:var(--legacy-surface);padding:10px 12px}.h5-customer-service-message-list .outgoing article{border-color:var(--legacy-primary);border-radius:16px 16px 4px;background:var(--legacy-primary-deep)}.h5-customer-service-message-list .system article{max-width:88%;border:0;color:var(--legacy-text);background:transparent;text-align:center}.h5-customer-service-message-list p{margin:0;overflow-wrap:anywhere;font-size:16px;line-height:1.5;white-space:pre-wrap}.h5-customer-service-message-list time,.h5-customer-service-pending-list article>span{color:var(--legacy-text);font-size:11px;line-height:1.4}.h5-customer-service-message-list .outgoing time,.h5-customer-service-pending-list .outgoing article>span{color:var(--legacy-text)}.h5-customer-service-image{display:block;width:min(220px,58vw);min-width:44px;min-height:44px;aspect-ratio:4 / 3;overflow:hidden;border:0;border-radius:10px;background:var(--legacy-surface-muted);padding:0}.h5-customer-service-image img{display:block;width:100%;height:100%;object-fit:cover}.h5-customer-service-pending-list .failed article{border-color:var(--legacy-danger)}.h5-customer-service-retry{justify-self:end;color:var(--legacy-danger);background:var(--legacy-danger-soft)}.h5-customer-service-history-list li{min-width:0;border-bottom:1px solid var(--legacy-border)}.h5-customer-service-history-list button{display:grid;width:100%;min-height:64px;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:12px;border:0;color:var(--legacy-text);background:transparent;padding:10px 4px;text-align:left}.h5-customer-service-history-list button>span{display:grid;min-width:0;gap:4px}.h5-customer-service-history-list strong{overflow:hidden;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.h5-customer-service-history-list small{color:var(--legacy-text)}.h5-customer-service-history-list svg{width:20px;height:20px;color:var(--legacy-muted)}.h5-customer-service-composer{position:fixed;bottom:0;left:50%;z-index:40;display:grid;width:min(100%,430px);min-height:var(--h5-chat-composer-height);grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;border-top:1px solid var(--legacy-border);background:var(--legacy-bg);padding:10px 12px max(12px,env(safe-area-inset-bottom));transform:translate(-50%)}.h5-customer-service-file-input,.h5-customer-service-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.h5-customer-service-composer>button{display:grid;width:44px;min-width:44px;height:44px;place-items:center;border:0;border-radius:50%;color:var(--legacy-text);background:var(--legacy-surface);padding:11px}.h5-customer-service-composer>button.h5-customer-service-send{color:var(--legacy-text);background:var(--legacy-primary)}.h5-customer-service-composer textarea{width:100%;min-width:0;min-height:44px;max-height:112px;resize:none;overflow-y:auto;border:1px solid var(--legacy-border);border-radius:22px;outline:0;color:var(--legacy-text);background:var(--legacy-surface);padding:10px 14px;font-size:16px;line-height:1.4}.h5-customer-service-composer textarea::placeholder{color:var(--legacy-muted)}.h5-customer-service-page button:disabled,.h5-customer-service-page textarea:disabled{cursor:not-allowed;opacity:.5}.h5-customer-service-page :is(button,textarea):focus-visible{outline:2px solid var(--legacy-primary);outline-offset:2px}.h5-customer-service-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;width:100%;max-width:none;height:100%;max-height:none;place-items:center;overflow:hidden;border:0;margin:0;background:var(--legacy-bg);padding:max(64px,env(safe-area-inset-top)) 20px max(28px,env(safe-area-inset-bottom))}.h5-customer-service-preview:not([open]){display:none}.h5-customer-service-preview>button{position:absolute;top:max(10px,env(safe-area-inset-top));right:12px;display:grid;width:44px;min-width:44px;height:44px;place-items:center;border:0;border-radius:50%;color:var(--legacy-text);background:var(--legacy-surface);padding:12px}.h5-customer-service-preview>button:focus-visible{outline:2px solid var(--legacy-primary);outline-offset:2px}.h5-customer-service-preview>img{display:block;max-width:100%;max-height:100%;object-fit:contain}@media(prefers-reduced-motion:reduce){.h5-customer-service-page *,.h5-customer-service-page *:before,.h5-customer-service-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.h5-wallet-browser-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;min-height:100vh;min-height:100dvh;place-items:center;overflow-x:hidden;overflow-y:auto;padding:max(24px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));color:#111;background:#fff}.h5-wallet-browser-gate-card{display:grid;width:100%;max-width:360px;justify-items:center;gap:24px;text-align:center}.h5-wallet-browser-gate-card.is-checking{gap:0}.h5-wallet-browser-error-code{margin:0;color:#000;font-size:clamp(96px,29vw,132px);font-weight:800;letter-spacing:-.06em;line-height:.86;text-shadow:0 16px 42px rgb(0 0 0 / 8%)}.h5-wallet-browser-copy{display:grid;gap:10px}.h5-wallet-browser-copy h1,.h5-wallet-browser-copy p,.h5-wallet-browser-checking{margin:0}.h5-wallet-browser-copy h1{color:#111;font-size:22px;font-weight:700;line-height:1.35}.h5-wallet-browser-copy p{color:#70757f;font-size:15px;line-height:1.6}.h5-wallet-browser-checking{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#70757f;font-size:15px;line-height:1.5}.h5-wallet-browser-checking span{width:18px;height:18px;border:2px solid #d7dbe0;border-top-color:#000;border-radius:50%;animation:h5-wallet-browser-spin .7s linear infinite}@keyframes h5-wallet-browser-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.h5-wallet-browser-gate{place-items:stretch center;align-content:center}.h5-wallet-browser-gate-card{gap:20px}.h5-wallet-browser-copy h1{font-size:21px}}@media(prefers-reduced-motion:reduce){.h5-wallet-browser-checking span{animation:none}}.wallet-auth-page{display:grid;min-height:100dvh;overflow-x:hidden;place-items:center;background:var(--legacy-bg);padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom))}.wallet-auth-content{display:grid;width:min(100%,420px);gap:32px;text-align:center}.wallet-auth-brand{display:grid;justify-items:center;gap:12px}.wallet-auth-brand-icon{display:block;width:56px;height:56px;border-radius:14px;object-fit:cover}.wallet-auth-brand-name{max-width:100%;margin:0;overflow-wrap:anywhere;color:var(--legacy-text);font-size:16px;font-weight:600;line-height:1.5}.wallet-auth-copy{display:grid;gap:12px}.wallet-auth-copy h1{margin:0;color:var(--legacy-text);font-size:24px;font-weight:600;line-height:1.25}.wallet-auth-ownership{max-width:100%;margin:0;overflow-wrap:anywhere;color:var(--legacy-text);font-size:16px;line-height:1.5}.wallet-auth-action{display:grid;gap:12px}.wallet-auth-status{min-height:48px;margin:0;overflow-wrap:anywhere;color:var(--legacy-text);font-size:16px;line-height:1.5}.wallet-auth-page[aria-busy=true] .wallet-auth-status{color:var(--legacy-text)}.wallet-auth-primary-button{width:100%;min-height:48px;border:0;border-radius:8px;color:var(--legacy-bg);background:var(--legacy-primary);box-shadow:var(--legacy-card-shadow);cursor:pointer;font:inherit;font-size:16px;font-weight:600;line-height:1.5}.wallet-auth-primary-button:disabled{cursor:not-allowed;opacity:.65}.wallet-auth-primary-button:focus-visible{outline:3px solid var(--legacy-text);outline-offset:3px}@media(max-width:380px){.wallet-auth-page{padding-right:16px;padding-left:16px}.wallet-auth-content{gap:24px}}@media(prefers-reduced-motion:reduce){.wallet-auth-page *,.wallet-auth-page *:before,.wallet-auth-page *:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}.legacy-theme.coinbase-light .investing-summary-card,.legacy-theme.coinbase-light .pledge-detail-hero{color:var(--legacy-text);background:var(--legacy-surface);border:1px solid var(--legacy-border);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .pledge-card{background:var(--legacy-surface);border:1px solid var(--legacy-border);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .deposit-address-label{margin:18px 0 10px;color:var(--legacy-muted);font-size:13px}.legacy-theme.coinbase-light .deposit-address-label strong{color:var(--legacy-primary)}.legacy-theme.coinbase-light .deposit-receive-card{gap:0;margin-top:16px;border:1px solid var(--legacy-border);border-radius:24px;background:var(--cb-surface);padding:14px;box-shadow:0 8px 18px #101f360f}.legacy-theme.coinbase-light .deposit-receive-card .asset-select-card{height:56px;margin-top:0;border-radius:18px;padding:0 14px;box-shadow:none}.legacy-theme.coinbase-light .deposit-receive-card .asset-select-card strong{font-size:15px;font-weight:500}.legacy-theme.coinbase-light .deposit-receive-card .deposit-qr{width:172px;height:172px;margin:24px auto 0;border:10px solid var(--cb-surface-soft);border-radius:24px;background:#fff;padding:10px;box-shadow:none}.legacy-theme.coinbase-light .deposit-receive-card .deposit-address-box{min-height:76px;border-radius:18px;padding:12px 14px;box-shadow:none}.legacy-theme.coinbase-light .deposit-receive-card .deposit-address-box strong{color:var(--legacy-text);font-size:13px;font-weight:500;line-height:1.45}.legacy-theme.coinbase-light .deposit-receive-card .deposit-address-box svg{width:22px;height:22px;color:var(--legacy-primary)}.legacy-theme.coinbase-light .flow-history-tabs,.legacy-theme.coinbase-light .trade-order-tabs,.legacy-theme.coinbase-light .spot-action-tabs{background:var(--cb-surface-soft)}.legacy-theme.coinbase-light .flow-history-tabs button:not(.active),.legacy-theme.coinbase-light .trade-order-tabs button:not(.active),.legacy-theme.coinbase-light .spot-action-tabs button:not(.active){color:var(--legacy-muted);background:transparent}.legacy-theme.coinbase-light .spot-account-summary .spot-summary-metrics,.legacy-theme.coinbase-light .spot-record-item{border:1px solid var(--legacy-border);background:#f3f6fb}.legacy-theme.coinbase-light .spot-action-modal .spot-price-mode,.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch,.legacy-theme.coinbase-light .spot-action-modal .spot-percent-row button,.legacy-theme.coinbase-light .spot-action-modal .spot-amount-field,.legacy-theme.coinbase-light .spot-action-modal .spot-amount-field input{border-color:var(--legacy-border);background:#f3f6fb}.legacy-theme.coinbase-light .spot-action-modal .spot-price-mode button:not(.active),.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch button:not(.active),.legacy-theme.coinbase-light .spot-action-modal .spot-percent-row button,.legacy-theme.coinbase-light .spot-action-modal .spot-amount-field strong{color:var(--legacy-muted)}.legacy-theme.coinbase-light .spot-action-modal .spot-amount-field input{color:var(--legacy-text)}.legacy-theme.coinbase-light .pledge-detail-screen,.legacy-theme.coinbase-light .pledge-order-screen,.legacy-theme.coinbase-light .arbitrage-detail-screen{color:var(--legacy-text);background:var(--legacy-bg)}.legacy-theme.coinbase-light .product-highlight-card,.legacy-theme.coinbase-light .arbitrage-article-card,.legacy-theme.coinbase-light .pledge-info-card,.legacy-theme.coinbase-light .pledge-form-card{color:var(--legacy-text);background:var(--legacy-surface);border:1px solid var(--legacy-border);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .product-highlight-card h2,.legacy-theme.coinbase-light .arbitrage-article-card h2,.legacy-theme.coinbase-light .arbitrage-article-card h3{color:var(--legacy-text)}.legacy-theme.coinbase-light .arbitrage-article-card p,.legacy-theme.coinbase-light .product-highlight-card span,.legacy-theme.coinbase-light .pledge-info-card span,.legacy-theme.coinbase-light .pledge-form-row span{color:var(--legacy-muted)}.legacy-theme.coinbase-light .pledge-subscription-button,.legacy-theme.coinbase-light .arbitrage-detail-submit{color:#fff;background:var(--legacy-primary)}.legacy-theme.coinbase-light :is(.auth-page,.home-screen,.market-page-screen,.assets-screen,.asset-sub-page,.spot-account-page,.transaction-history-page,.deposit-page,.withdraw-page,.flow-history-page,.transfer-page,.transfer-record-page,.profile-sub-page,.user-info-page,.side-screen,.investing-screen,.pledge-detail-screen,.pledge-order-screen,.arbitrage-detail-screen,.trade-screen,.trade-order-page,.spot-action-page) :is(h1,h2,h3,p,label,button,input,textarea,span,strong,em,small,dd){color:var(--legacy-text)}.legacy-theme.coinbase-light :is(.auth-page,.home-screen,.market-page-screen,.assets-screen,.asset-sub-page,.spot-account-page,.transaction-history-page,.deposit-page,.withdraw-page,.flow-history-page,.transfer-page,.transfer-record-page,.profile-sub-page,.user-info-page,.side-screen,.investing-screen,.pledge-detail-screen,.pledge-order-screen,.arbitrage-detail-screen,.trade-screen,.trade-order-page,.spot-action-page) :is(.muted,small,input::placeholder,textarea::placeholder,.coin-name em,.coin-name small,.coin-price small,.market-pair-name em,.market-pair-name small,.assets-total-title,.assets-summary-card>small,.assets-metrics span,.asset-balance-row>span,.spot-summary-primary>small,.spot-summary-metric span,.spot-record-labels span,.transaction-history-item div span,.asset-empty-text,.withdraw-address-picker em,.withdraw-summary span,.empty-address-art span,.flow-history-item span,.transfer-small-row span,.spot-transfer-summary span,.profile-row span,.share-user span,.kyc-form label>span,.bank-form label>span,.wallet-card-head strong em,.wallet-meta-grid dt,.security-list strong,.service-contact-list strong,.notice-item-card span,.notice-detail-card span,.side-user-card span,.side-benefit-card p,.investing-summary-stats span,.pledge-card-body span,.pledge-detail-metrics span,.pledge-info-card span,.pledge-form-row span,.pledge-order-rows span,.trade-screen .coin-info p,.trade-screen .coin-info span,.options-order-row,.option-result-row,.trade-order-summary span,.trade-order-card-body span,.spot-config-line,.spot-config-line strong){color:var(--legacy-muted)}.legacy-theme.coinbase-light :is(.auth-primary-button,.profile-primary-button,.profile-logout-button,.wallet-add-button,.sheet-primary,.withdraw-confirm,.transfer-confirm,.pledge-card-head button,.pledge-form-card label button,.pledge-subscription-button,.pledge-order-head em,.pledge-order-card>button,.arbitrage-detail-submit,.trade-screen .trade-tabs button.active,.trade-bottom-actions button:not(.trade-menu-action),.trade-order-summary button,.trade-order-card-head em,.trade-order-cancel,.spot-submit-button,.spot-side-switch.buy button:first-child,.spot-side-switch.sell button:last-child,.options-order-actions button:last-child,.option-countdown-circle,.option-result-continue,.up-bg,.down-bg,.message-badge,.notice-read-badge.unread,.coin-badge,.asset-coin-icon,.home-market-row .coin-logo,.market-coin-logo,.trade-coin-logo){color:#fff}.legacy-theme.coinbase-light :is(.auth-check-row i,.agreement-row i,.home-market-tabs button.active,.assets-account-tabs button,.notice-tabs button,.flow-history-tabs button,.transfer-tabs button,.trade-order-tabs button,.spot-action-tabs button,.transfer-crypto-list button.active){color:#fff}.legacy-theme.coinbase-light .asset-crypto-search,.legacy-theme.coinbase-light .asset-select-card,.legacy-theme.coinbase-light .withdraw-select-card,.legacy-theme.coinbase-light .deposit-address-box,.legacy-theme.coinbase-light .spot-account-summary,.legacy-theme.coinbase-light .spot-record-item,.legacy-theme.coinbase-light .flow-history-tabs,.legacy-theme.coinbase-light .flow-history-item,.legacy-theme.coinbase-light .trade-order-tabs,.legacy-theme.coinbase-light .trade-order-card,.legacy-theme.coinbase-light .spot-action-tabs,.legacy-theme.coinbase-light .spot-amount-field input,.legacy-theme.coinbase-light .spot-percent-row button,.legacy-theme.coinbase-light .spot-side-switch button:not(.active),.legacy-theme.coinbase-light .pledge-order-card,.legacy-theme.coinbase-light .pledge-info-card,.legacy-theme.coinbase-light .pledge-form-card,.legacy-theme.coinbase-light .pledge-form-card label{border:1px solid var(--legacy-border);background:var(--cb-surface-soft);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .asset-coin-icon.btc,.legacy-theme.coinbase-light .coin-logo.btc{color:#f7931a;background:#fff4df;border:1px solid #f6d08c;font-size:24px}.legacy-theme.coinbase-light .flow-history-tabs button,.legacy-theme.coinbase-light .trade-order-tabs button,.legacy-theme.coinbase-light .spot-action-tabs button{color:var(--legacy-text)}.legacy-theme.coinbase-light :is(.flow-history-tabs,.trade-order-tabs,.spot-action-tabs) button.active,.legacy-theme.coinbase-light .spot-side-switch.buy button:first-child,.legacy-theme.coinbase-light .spot-side-switch.sell button:last-child,.legacy-theme.coinbase-light .spot-submit-button.buy,.legacy-theme.coinbase-light .spot-submit-button.sell{color:#fff}.legacy-theme.coinbase-light .coinbase-market-row .up-bg{color:#fff;background:var(--cb-success)}.legacy-theme.coinbase-light .coinbase-market-row .down-bg{color:#fff;background:var(--cb-danger)}.legacy-theme.coinbase-light .coinbase-trade-page .trade-tabs{gap:6px;min-height:42px;border-radius:16px;background:var(--cb-surface-soft);padding:4px}.legacy-theme.coinbase-light .coinbase-trade-page .trade-tabs button{height:34px;border-radius:13px;color:var(--cb-text-muted);background:transparent;font-size:14px}.legacy-theme.coinbase-light .coinbase-trade-page .trade-tabs button.active{color:var(--cb-text);background:var(--cb-surface);box-shadow:0 2px 8px #00000014}.legacy-theme.coinbase-light .coinbase-trade-page .bid-side i,.legacy-theme.coinbase-light .spot-action-modal .spot-depth-row.bid-side i{background:linear-gradient(90deg,#16a34a00,#16a34a47)}.legacy-theme.coinbase-light .coinbase-trade-page .ask-side i,.legacy-theme.coinbase-light .spot-action-modal .spot-depth-row.ask-side i{background:linear-gradient(90deg,#e5484d00,#e5484d47)}.legacy-theme.coinbase-light .spot-action-modal{background:var(--legacy-bg)}.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch.sell button:last-child,.legacy-theme.coinbase-light .spot-action-modal .spot-submit-button.sell{background:var(--legacy-danger)}.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch.buy button:first-child,.legacy-theme.coinbase-light .spot-action-modal .spot-submit-button.buy{background:var(--legacy-success)}.legacy-theme.coinbase-light .investing-summary-card,.legacy-theme.coinbase-light .pledge-detail-hero,.legacy-theme.coinbase-light .pledge-card{color:var(--legacy-text);background:var(--legacy-surface);border:1px solid var(--legacy-border);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .investing-summary-top button,.legacy-theme.coinbase-light .pledge-card-head button{color:var(--legacy-primary);background:var(--legacy-primary-soft);border:1px solid color-mix(in srgb,var(--legacy-primary) 28%,transparent)}.legacy-theme.coinbase-light .arbitrage-detail-screen{background:var(--legacy-bg);padding-bottom:96px}.legacy-theme.coinbase-light .arbitrage-detail-submit{position:fixed;left:50%;bottom:16px;z-index:30;width:min(calc(100vw - 32px),398px);transform:translate(-50%);box-shadow:var(--legacy-card-shadow)}.legacy-theme.coinbase-light .asset-crypto-list button:first-child .asset-coin-icon,.legacy-theme.coinbase-light .asset-select-card .asset-coin-icon.btc{color:#f7931a;background:#fff4df;border:1px solid #f6d08c}.legacy-theme.coinbase-light .flow-history-tabs button:not(.active),.legacy-theme.coinbase-light .trade-order-tabs button:not(.active),.legacy-theme.coinbase-light .spot-action-tabs button:not(.active),.legacy-theme.coinbase-light .spot-action-modal .spot-price-mode button:not(.active),.legacy-theme.coinbase-light .spot-action-modal .spot-side-switch button:not(.active),.legacy-theme.coinbase-light .spot-action-modal .spot-percent-row button{color:var(--legacy-muted)}.legacy-theme.coinbase-light .flow-history-tabs button.active,.legacy-theme.coinbase-light .trade-order-tabs button.active,.legacy-theme.coinbase-light .spot-action-tabs button.active{color:#fff}.legacy-theme.coinbase-light .flow-history-tabs button.active{color:var(--cb-text);background:var(--cb-surface);box-shadow:0 2px 8px #00000014}.legacy-theme.coinbase-light .coinbase-trade-page .bid-side i,.legacy-theme.coinbase-light .spot-action-modal .spot-depth-row.bid-side i{background:linear-gradient(90deg,#16a34a0a,#16a34a6b)}.legacy-theme.coinbase-light .coinbase-trade-page .ask-side i,.legacy-theme.coinbase-light .spot-action-modal .spot-depth-row.ask-side i{background:linear-gradient(90deg,#e5484d0a,#e5484d6b)}.legacy-theme.coinbase-light .deposit-receive-card .deposit-address-box strong{font-size:12px;font-weight:500;line-height:1.45}@media(max-width:360px){.spot-summary-primary{padding:16px 14px 18px}.spot-summary-value strong{font-size:25px}.spot-summary-metric{padding:0 8px}.spot-summary-metric span{font-size:10px}.spot-summary-metric strong{font-size:14px}.market-page-screen{padding-left:12px;padding-right:12px}.market-page-tabs button{font-size:15px}.market-page-search{grid-template-columns:24px 1fr 24px;height:46px;padding:0 12px}.market-page-search input{font-size:16px}.market-page-head,.market-page-row{grid-template-columns:42% 25% 33%}.market-page-head{font-size:13px}.market-pair-name strong{font-size:16px}.market-pair-name em,.market-pair-name small{font-size:14px}.market-page-price{font-size:15px}.market-page-row .up-bg,.market-page-row .down-bg{min-width:74px;min-height:36px;font-size:14px}.home-market-card{padding:0 8px}.home-market-head,.home-market-row{grid-template-columns:38px minmax(78px,1.2fr) minmax(62px,.8fr) 62px;column-gap:6px}.coin-name{padding-left:0}.home-market-row .coin-logo{width:40px;height:40px}.coin-name strong,.coin-price strong{font-size:16px}.coin-name small,.coin-price small{font-size:12px}.home-market-row .up-bg,.home-market-row .down-bg{min-width:66px;font-size:14px}}.h5-primary-action-button,.legacy-theme .h5-primary-action-button{border-color:transparent;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--legacy-success, var(--cb-success, #16a34a)) 0%,#22c55e 100%);box-shadow:0 8px 18px #16a34a2e}.h5-primary-action-button:disabled,.legacy-theme .h5-primary-action-button:disabled{color:#ffffff9e;box-shadow:none}.h5-segmented-tabs{display:grid;grid-template-columns:1fr 1fr;min-height:42px;height:42px;overflow:hidden;gap:6px;border-radius:16px;background:var(--legacy-surface-soft, var(--cb-surface-soft));padding:4px}.h5-segmented-tabs:before,.legacy-theme .h5-segmented-tabs:before{display:none}.h5-segmented-tabs button,.legacy-theme .h5-segmented-tabs button{min-width:0;min-height:34px;border:0;border-radius:13px;color:var(--legacy-muted, var(--cb-text-muted));background:transparent;font-size:14px;font-weight:400;line-height:1}.h5-segmented-tabs button.active,.legacy-theme .h5-segmented-tabs button.active,.legacy-theme.coinbase-light .h5-segmented-tabs button.active{color:var(--legacy-text, var(--cb-text));background:var(--legacy-surface, var(--cb-surface));box-shadow:0 2px 8px #00000014}.legacy-theme.coinbase-light .h5-segmented-tabs button:not(.active){color:var(--legacy-muted)}.wallet-page .wallet-card-list{margin-top:16px}
