:root{font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--canvas);color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--font-numeric: "Figtree", "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--brand: #4012bc;--brand-accent: #4485ff;--brand-strong: #330e96;--brand-soft: #eee9ff;--on-brand: #ffffff;--brand-gradient: linear-gradient(135deg, var(--brand-accent), var(--brand));--brand-gradient-hover: linear-gradient( 135deg, color-mix(in srgb, var(--brand-accent) 88%, white), color-mix(in srgb, var(--brand) 88%, var(--brand-strong)) );--brand-gradient-vertical: linear-gradient(180deg, var(--brand-accent), var(--brand));--ink: #111113;--muted: #6b6b76;--nav-muted: #5c5c66;--placeholder: #b8b8c2;--icon: #4b4b55;--line: #e8eef6;--surface: #ffffff;--surface-soft: #f6f9fd;--canvas: #ffffff;--hover-fill: #eef3fa;--row-hover: #fafcfe;--flag-bg: #f6f9fd;--warning-soft: #fff7ed;--danger: #ef4444;--status-ok: #047857;--status-ok-bg: #ecfdf5;--status-warn: #b45309;--focus-ring: rgba(68, 133, 255, .18);--radius-xs: 8px;--radius-sm: 10px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 16px;--radius-full: 999px;--radius: var(--radius-lg);--control-height: 44px;--control-height-solid: calc(var(--control-height) - 2px);--home-aside-width: 380px;--shadow-soft: 0 1px 2px rgba(17, 17, 19, .03);--shadow-menu: 0 12px 32px rgba(17, 17, 19, .12);--shadow-popover: 0 0 0 1px color-mix(in srgb, var(--line) 80%, transparent), 0 18px 40px rgba(17, 17, 19, .12);--overlay: rgba(17, 17, 19, .42);--scrollbar-size: 10px;--scrollbar-thumb: color-mix(in srgb, var(--ink) 18%, transparent);--scrollbar-thumb-hover: color-mix(in srgb, var(--ink) 32%, transparent);--scrollbar-track: transparent}[data-theme=dark]{color-scheme:dark;--brand: #7c5cff;--brand-accent: #5b9bff;--brand-strong: #6a4dff;--brand-soft: #2a2450;--on-brand: #ffffff;--ink: #f4f4f5;--muted: #a1a1aa;--nav-muted: #a1a1aa;--placeholder: #5c5c68;--icon: #d4d4d8;--line: #2a2a2e;--surface: #18181b;--surface-soft: #1c212b;--canvas: #18181b;--hover-fill: #252a35;--row-hover: #1a1f28;--flag-bg: #222733;--warning-soft: #3b2f14;--danger: #f87171;--status-ok: #34d399;--status-ok-bg: #064e3b;--status-warn: #fbbf24;--focus-ring: rgba(91, 155, 255, .28);--shadow-soft: 0 1px 2px rgba(0, 0, 0, .4);--shadow-menu: 0 12px 32px rgba(0, 0, 0, .45);--shadow-popover: 0 0 0 1px var(--line), 0 18px 40px rgba(0, 0, 0, .45);--overlay: rgba(0, 0, 0, .55)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}html,body,#root{height:100%}body{margin:0;min-width:320px;background:var(--canvas)}*::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border:2px solid transparent;border-radius:var(--radius-full);background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}*::-webkit-scrollbar-corner{background:transparent}button,input,a{font:inherit}button{cursor:pointer}.app-shell{--sidebar-width: 84px;--header-height: 64px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);grid-template-rows:var(--header-height) minmax(0,1fr);height:100%;max-height:100dvh;overflow:hidden;background:var(--canvas);transition:grid-template-columns .2s ease}.app-shell.is-expanded{--sidebar-width: 220px}.sidebar-brand{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;min-width:0;height:100%;padding:14px 12px;background:var(--surface);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.sidebar-brand-link{display:inline-flex;min-width:0;color:inherit;text-decoration:none}.brand-logo{display:inline-flex;align-items:center;gap:9px;height:28px;max-width:100%;min-width:0;color:#4012bc}.brand-logo.is-lg{gap:12px;height:36px}.brand-logo-mark,.brand-mark{display:block;height:100%;width:auto;flex-shrink:0;aspect-ratio:1}.logo-loader{display:inline-flex;flex-shrink:0;color:#4012bc}.logo-loader.is-sm{width:18px;height:18px}.logo-loader.is-md{width:28px;height:28px}.logo-loader.is-lg{width:48px;height:48px}.logo-loader-mark{width:100%;height:100%}.logo-loader-mark .brand-mark-accent{animation:logo-breathe-accent 1.35s ease-in-out infinite}.logo-loader-mark .brand-mark-ink{animation:logo-breathe-ink 1.35s ease-in-out infinite}@keyframes logo-breathe-accent{0%,to{opacity:.45}50%{opacity:1}}@keyframes logo-breathe-ink{0%,to{opacity:1}50%{opacity:.45}}[data-theme=dark] .logo-loader{color:#fff}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:var(--surface)}.page-loader-inner{display:grid;justify-items:center;gap:16px}.page-loader-inner p{margin:0;color:var(--muted);font-size:14px;font-weight:600}.loading-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.loading-button .logo-loader{color:var(--on-brand)}.loading-button .is-loading-label{opacity:.92}.brand-logo-type{display:block;height:58%;width:auto;max-width:100%;min-width:0;translate:0 .5px}.app-shell.is-collapsed .brand-logo-type{display:none}[data-theme=dark] .brand-logo{color:#fff}.topbar{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;height:100%;padding:0 24px;background:var(--surface);border-bottom:1px solid var(--line)}.sidebar{grid-column:1;grid-row:2;display:flex;flex-direction:column;gap:8px;min-width:0;min-height:0;padding:14px 12px;overflow:hidden;background:var(--surface);border-right:1px solid var(--line)}.nav-list{display:grid;flex:1 1 auto;gap:4px;align-content:start;min-height:0;overflow-y:auto}.sidebar-footer{position:relative;z-index:2;display:grid;gap:10px;flex:0 0 auto;margin-top:auto;padding-top:14px;border-top:1px solid var(--line);overflow:visible}.nav-item{display:flex;align-items:center;gap:12px;min-height:44px;padding:0 12px;color:var(--nav-muted);text-decoration:none;border-radius:var(--radius-md);transition:.15s ease}.app-shell.is-collapsed .nav-item{justify-content:center;padding:0}.nav-item span{font-size:14px;font-weight:600;white-space:nowrap}.nav-item:hover,.nav-item.active{color:var(--ink);background:var(--surface-soft)}.sidebar-collapse{display:inline-flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 12px;color:var(--nav-muted);border:0;border-radius:var(--radius-md);background:transparent}.app-shell.is-collapsed .sidebar-collapse{justify-content:center;padding:0}.sidebar-collapse:hover{color:var(--ink);background:var(--surface-soft)}.sidebar-tools{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:0 2px}.app-shell.is-collapsed .sidebar-tools{flex-direction:column;justify-content:center;gap:10px;padding:0}.theme-switch{display:inline-flex;flex-shrink:0;padding:0;color:var(--icon);border:0;background:transparent;cursor:pointer}.theme-switch-track{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:64px;height:34px;padding:3px;border-radius:var(--radius-full);background:var(--surface-soft)}.theme-switch-icon{position:relative;z-index:1;justify-self:center;transition:color .15s ease}.theme-switch-icon.is-sun{color:var(--ink)}.theme-switch-icon.is-moon,.theme-switch.is-dark .theme-switch-icon.is-sun{color:var(--muted)}.theme-switch.is-dark .theme-switch-icon.is-moon{color:var(--ink)}.theme-switch-thumb{position:absolute;top:3px;left:3px;width:28px;height:28px;border-radius:var(--radius-full);background:var(--surface);transition:transform .18s ease}.theme-switch.is-dark .theme-switch-thumb{transform:translate(30px)}.theme-switch:hover .theme-switch-track{background:var(--hover-fill)}.workspace-body{--page-pad-x: 28px;--page-pad-y: 20px;--page-pad-bottom: 40px;--home-gap: 20px;grid-column:2;grid-row:2;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;container-type:inline-size;container-name:workspace;background:var(--surface)}.search-box{display:flex;align-items:center;gap:10px;width:min(420px,100%);min-height:40px;margin-right:auto;padding:0 14px;color:var(--muted);border:0;border-radius:var(--radius-sm);background:var(--surface-soft)}.search-box input{width:100%;border:0;outline:0;color:var(--ink);background:transparent}.search-box input::placeholder{color:var(--placeholder)}.topbar-actions{display:flex;align-items:center;gap:8px}.icon-button{position:relative;display:inline-grid;width:40px;height:40px;place-items:center;color:var(--icon);text-decoration:none;border:0;border-radius:var(--radius-full);background:var(--surface-soft)}.icon-button:hover{background:var(--hover-fill)}.icon-button:disabled{opacity:.65;cursor:default}.icon-button.is-spinning svg{animation:icon-spin .65s linear}@keyframes icon-spin{to{transform:rotate(360deg)}}.notification-dot{position:absolute;top:10px;right:10px;width:7px;height:7px;border:1.5px solid var(--surface);border-radius:var(--radius-full);background:var(--danger)}.icon-button.is-compact{width:34px;height:34px}.icon-button.is-compact .notification-dot{top:7px;right:7px}.account-menu{position:relative}.account-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:50;display:grid;gap:10px;width:min(320px,calc(100vw - 32px));padding:12px;border:0;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-popover)}.account-popover-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.account-popover-user{display:flex;align-items:center;gap:10px;min-width:0;flex:1;padding:4px 2px;color:inherit;text-decoration:none;border-radius:var(--radius-md);background:transparent}a.account-popover-user:hover{background:transparent}.account-popover-user-chevron{flex-shrink:0;margin-left:auto;color:var(--muted)}a.account-popover-user:hover .account-popover-user-chevron{color:var(--ink)}.account-avatar{display:grid;width:40px;height:40px;flex-shrink:0;place-items:center;color:var(--ink);border-radius:var(--radius-full);background:var(--surface-soft);font-size:15px;font-weight:750;letter-spacing:-.02em}.account-popover-user-meta{min-width:0}.account-popover-user-meta strong,.account-popover-user-meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-popover-user-meta strong{font-size:14px;font-weight:750;letter-spacing:-.02em}.account-popover-user-meta span{margin-top:2px;color:var(--muted);font-size:12px}.account-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.account-tile{display:grid;justify-items:center;gap:8px;min-height:72px;padding:12px 8px;color:var(--ink);text-decoration:none;border:0;border-radius:var(--radius-md);background:var(--surface-soft);font-size:12px;font-weight:650}.account-tile:hover{background:var(--hover-fill)}.account-tile svg{color:var(--icon)}.account-tile.is-warning{color:var(--status-warn);background:var(--warning-soft)}.account-tile.is-warning svg{color:var(--status-warn)}.account-tile.is-warning:hover{background:color-mix(in srgb,var(--warning-soft) 70%,var(--hover-fill))}.account-link-list{display:grid;gap:8px}.account-link-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:12px 14px;color:inherit;text-decoration:none;border-radius:var(--radius-md);background:var(--surface-soft)}.account-link-row:hover{background:var(--hover-fill)}.account-link-row strong,.account-link-row span{display:block}.account-link-row strong{font-size:13px;font-weight:700}.account-link-row span{margin-top:3px;color:var(--muted);font-size:12px}.account-link-row svg{flex-shrink:0;color:var(--muted)}.account-logout{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;padding:0 14px;color:var(--ink);border:0;border-radius:var(--radius-md);background:var(--surface-soft);font:inherit;font-size:13px;font-weight:650;cursor:pointer}.account-logout:hover{background:var(--hover-fill)}.account-logout svg{color:var(--icon)}.notify-panel{padding:4px 0}.notify-feed{display:grid;gap:10px;margin:0;padding:0;list-style:none}.notify-item{display:grid;gap:10px;padding:14px 16px}.notify-item-trigger{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:0;color:inherit;text-align:left;border:0;background:transparent;font:inherit;cursor:pointer}.notify-item-trigger:hover .notify-detail-title strong{color:var(--brand)}.notify-badge{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;min-width:36px;min-height:20px;padding:0 7px;color:#fff;border-radius:4px;background:var(--danger);font-size:11px;font-weight:700;line-height:1;letter-spacing:.02em}.notify-detail-title{display:flex;align-items:center;gap:8px;min-width:0}.notify-detail-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:14px;font-weight:650;letter-spacing:-.01em}.notify-item.is-unread .notify-detail-title strong{font-weight:750}.notify-item-time{flex-shrink:0;color:var(--placeholder);font-family:var(--font-numeric);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.notify-detail-body{margin:0;color:var(--muted);font-size:13px;font-weight:500;line-height:1.55}.notify-empty{margin:0;padding:28px 16px;color:var(--muted);text-align:center;font-size:14px}.notify-pref-list{display:grid;gap:14px;margin:14px 0 0;padding:0;list-style:none}.notify-pref-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.notify-pref-copy{display:grid;gap:4px;min-width:0}.notify-pref-copy strong{font-size:14px;font-weight:700}.notify-pref-copy span{color:var(--muted);font-size:12px;font-weight:500;line-height:1.45}@media(max-width:720px){.notify-item-trigger{flex-direction:column;align-items:flex-start;gap:6px}}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,var(--home-aside-width));grid-template-areas:"primary aside";gap:var(--home-gap);align-items:start;width:100%;min-width:0}.home-layout.is-primary-only{grid-template-columns:minmax(0,1fr);grid-template-areas:"primary"}.home-primary{grid-area:primary;display:flex;flex-direction:column;gap:var(--home-gap);min-width:0;max-width:100%}.home-aside{grid-area:aside;width:100%;max-width:100%;min-width:0;position:sticky;top:12px;align-self:start;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}@container workspace (max-width: 860px){.home-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"primary" "aside"}.home-aside{position:static}}.balance-hero{padding:12px 4px 20px;border-bottom:1px solid var(--line)}.balance-hero-label{color:var(--muted);font-size:14px;font-weight:600}.balance-hero-value{display:flex;align-items:flex-end;gap:.55em;margin:10px 0 6px;line-height:1}.balance-hero-amount{font-family:var(--font-numeric);font-size:clamp(40px,5vw,52px);font-weight:750;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.balance-hero-amount.is-text{font-family:inherit;font-variant-numeric:normal;letter-spacing:-.03em;overflow-wrap:anywhere}.balance-hero-unit{position:relative;display:inline-flex;flex-shrink:0;padding-bottom:5px}.select{position:relative;width:100%;min-width:0}.select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box;width:100%;min-height:var(--control-height);padding:0 12px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);font:inherit;text-align:left}.select-trigger:hover:not(:disabled){background:var(--row-hover)}.select-trigger:focus-visible,.select.is-open .select-trigger{box-shadow:0 0 0 3px var(--focus-ring);outline:none}.select-trigger:disabled{cursor:default;opacity:.55}.select-trigger.is-placeholder{color:var(--placeholder)}.select-trigger-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-trigger svg{flex-shrink:0;color:var(--icon)}.select-menu{right:auto;left:auto;overflow-y:auto}.select-menu.is-empty{min-height:0}.select-menu-empty{display:grid;gap:10px;padding:14px 12px;text-align:center}.select-menu-empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.select-menu-empty-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;color:var(--brand);border-radius:10px;background:color-mix(in srgb,var(--brand) 8%,transparent);font-size:13px;font-weight:650;text-decoration:none}.select-menu-empty-action:hover{background:color-mix(in srgb,var(--brand) 14%,transparent)}.select.is-compact{width:auto}.select.is-compact .select-trigger{gap:3px;min-height:0;padding:0;color:var(--muted);border:0;border-radius:0;background:transparent;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:clamp(16px,2vw,22px);font-weight:650;letter-spacing:-.02em;line-height:1;box-shadow:none}.select.is-compact .select-trigger:hover:not(:disabled),.select.is-compact.is-open .select-trigger{color:var(--ink);background:transparent;box-shadow:none}.select.is-compact .select-trigger svg{width:.85em;height:.85em;color:currentColor}.select-menu.is-compact .popover-menu-item{font-size:14px}.popover-menu{position:absolute;z-index:40;display:grid;gap:2px;margin:0;padding:6px;list-style:none;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-menu)}.popover-menu-item{display:flex;align-items:center;width:100%;min-height:36px;padding:0 12px;color:var(--ink);border:0;border-radius:var(--radius-xs);background:transparent;font-size:13px;font-weight:650;text-align:left}.popover-menu-item:hover{background:var(--surface-soft)}.popover-menu-item.is-selected{color:var(--brand);background:var(--brand-soft)}.action-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.action-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;text-decoration:none;border-radius:var(--radius-full);font-size:14px;font-weight:650}.action-pill.is-exchange{color:var(--on-brand);border:0;background:var(--brand-gradient)}.action-pill.is-exchange:hover{background:var(--brand-gradient-hover)}.action-pill.is-transfer{color:var(--ink);border:1px solid var(--line);background:var(--surface)}.action-pill.is-transfer:hover{background:var(--hover-fill)}.promo-banner{position:relative;display:flex;align-items:center;gap:16px;min-height:96px;padding:10px 18px 10px 8px;color:inherit;text-decoration:none;border:0;border-radius:var(--radius);background:radial-gradient(ellipse 70% 140% at 8% 50%,color-mix(in srgb,var(--brand-accent) 22%,transparent),transparent 58%),linear-gradient(105deg,color-mix(in srgb,var(--brand-soft) 88%,#ffffff) 0%,color-mix(in srgb,var(--brand-accent) 8%,var(--surface)) 48%,var(--surface-soft) 100%);overflow:hidden}.promo-banner:after{content:"";position:absolute;inset:auto -12% -40% auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 12%,transparent),transparent 70%);pointer-events:none}.promo-banner-copy{position:relative;z-index:1;min-width:0;flex:1 1 auto}.promo-banner-copy strong,.promo-banner-copy span{display:block}.promo-banner-copy strong{font-size:15px;font-weight:750;letter-spacing:-.02em}.promo-banner-copy span{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.35}.promo-banner-cta{position:relative;z-index:1;display:inline-flex;flex-shrink:0;align-items:center;gap:2px;min-height:40px;padding:0 14px 0 16px;color:var(--on-brand);border-radius:var(--radius-full);background:var(--brand-gradient);font-size:13px;font-weight:700;letter-spacing:-.01em;transition:background .15s ease}.promo-banner:hover .promo-banner-cta{background:var(--brand-gradient-hover)}.promo-banner-art{position:relative;z-index:1;flex-shrink:0;width:auto;height:84px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}[data-theme=dark] .promo-banner{background:radial-gradient(ellipse 70% 140% at 8% 50%,color-mix(in srgb,var(--brand-accent) 28%,transparent),transparent 58%),linear-gradient(105deg,color-mix(in srgb,var(--brand-soft) 70%,var(--surface)) 0%,var(--surface-soft) 100%)}.home-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-block-title{display:inline-flex;align-items:center;gap:2px;margin:0;color:var(--ink);text-decoration:none;font-size:16px;font-weight:700;letter-spacing:-.02em}a.home-block-title:hover{color:var(--brand)}.home-block-action{display:inline-flex;align-items:center;gap:2px;padding:0;color:var(--muted);border:0;background:transparent;font-size:13px;font-weight:650;text-decoration:none}.home-block-action:hover:not(:disabled){color:var(--ink)}.home-block-action:disabled{cursor:default;opacity:.85}.home-block-filter.select.is-compact .select-trigger{gap:2px;min-height:0;padding:0;color:var(--muted);border:0;border-radius:0;background:transparent;font-family:inherit;font-size:13px;font-weight:650;letter-spacing:0;line-height:1.2;box-shadow:none}.home-block-filter.select.is-compact .select-trigger:hover:not(:disabled),.home-block-filter.select.is-compact.is-open .select-trigger{color:var(--ink);background:transparent;box-shadow:none}.home-block-filter.select.is-compact .select-trigger svg{width:14px;height:14px;color:currentColor}.fx-market{display:grid;gap:12px;min-width:0}.fx-market-rail{position:relative;min-width:0}.fx-market-rail.has-fade-end:after{content:"";position:absolute;top:0;right:0;bottom:2px;z-index:1;width:56px;pointer-events:none;background:linear-gradient(to right,transparent,var(--surface))}.fx-market-scroller{display:flex;gap:10px;min-width:0;padding-bottom:2px;overflow-x:auto}.fx-market-empty{margin:0;padding:18px 8px;color:var(--muted);font-size:13px;font-weight:500}.fx-market-card{--fx-card-bg: var(--surface-soft);display:grid;justify-items:center;align-content:start;gap:10px;flex:0 0 auto;width:118px;padding:14px 12px;color:inherit;text-decoration:none;text-align:center;border:0;border-radius:var(--radius);background:var(--fx-card-bg)}.fx-market-card:hover{--fx-card-bg: var(--hover-fill)}.fx-market-flag{width:36px;height:36px}.fx-market-meta{display:grid;justify-items:center;gap:2px}.fx-market-pair{font-size:13px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.fx-market-rate{font-family:var(--font-numeric);font-size:15px;font-weight:700;letter-spacing:-.03em;line-height:1.2;font-variant-numeric:tabular-nums}.fx-market-change{color:var(--muted);font-family:var(--font-numeric);font-size:12px;font-weight:650;line-height:1.2;font-variant-numeric:tabular-nums}.fx-market-change.is-up{color:var(--status-ok)}.fx-market-change.is-down{color:var(--danger)}.asset-block{display:grid;gap:12px;min-width:0}.asset-section{border:0;border-radius:var(--radius);background:var(--surface-soft);overflow:hidden;min-width:0}.asset-empty{display:grid;gap:12px;justify-items:start;padding:20px 16px}.asset-empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.content-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.asset-table{width:100%;min-width:0;overflow-x:auto}.asset-table-head,.asset-row{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(96px,1fr) minmax(96px,1fr) 7.5rem;gap:12px;align-items:center;padding:14px 20px}.asset-table-head{color:var(--muted);font-size:12px;font-weight:600}.asset-table-head>span:nth-child(2),.asset-table-head>span:nth-child(3),.asset-amount,.asset-value{text-align:right;font-variant-numeric:tabular-nums}.asset-table-head>span:last-child,.asset-row-actions{justify-self:end}.asset-row{border-top:1px solid var(--line)}.asset-row:hover{background:var(--row-hover)}.asset-amount{font-family:var(--font-numeric);font-size:15px;font-variant-numeric:tabular-nums}.asset-value{font-family:var(--font-numeric);color:var(--muted);font-size:14px;font-variant-numeric:tabular-nums}.asset-row-actions{display:flex;gap:8px;justify-content:flex-end;width:100%}.asset-row-actions a{color:var(--brand);text-decoration:none;font-size:13px;font-weight:650}.currency-cell{display:flex;align-items:center;gap:12px}.currency-icon{display:grid;width:40px;height:40px;flex-shrink:0;place-items:center;overflow:hidden;color:var(--brand);border-radius:var(--radius-full);background:var(--brand-soft)}.currency-icon.has-flag{background:var(--flag-bg);box-shadow:inset 0 0 0 1px var(--line)}.currency-icon img{display:block;width:100%;height:100%;object-fit:cover}.currency-cell strong,.currency-cell span{display:block}.currency-cell strong{font-size:14px}.currency-cell span{margin-top:2px;color:var(--muted);font-size:12px}.help-faq{display:grid;gap:0;padding:4px 0}.help-faq-item+.help-faq-item{border-top:1px solid var(--line)}.help-faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;color:var(--ink);border:0;background:transparent;font:inherit;font-size:13px;font-weight:650;text-align:left;cursor:pointer}.help-faq-trigger:hover{background:var(--row-hover)}.help-faq-question{flex:1;min-width:0;line-height:1.45}.help-faq-trigger svg{flex-shrink:0;color:var(--icon);transition:transform .16s ease}.help-faq-item.is-open .help-faq-trigger{color:var(--brand)}.help-faq-item.is-open .help-faq-trigger svg{transform:rotate(180deg)}.help-faq-panel{padding:0 16px 14px}.help-faq-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.side-panel .definition-list a{color:var(--ink);text-decoration:none;font-weight:650}.side-panel .definition-list a:hover{color:var(--brand)}.help-feedback-intro{display:grid;gap:6px;min-width:0}.help-feedback-intro p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.help-contact-card{border-radius:var(--radius);background:var(--surface-soft);overflow:hidden}.help-contact-list{display:grid;gap:0;margin:0;padding:6px 0;list-style:none}.help-contact-list li{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:12px 14px}.help-contact-list li+li{border-top:1px solid var(--line)}.help-contact-icon{display:grid;flex-shrink:0;place-items:center;width:36px;height:36px;color:var(--brand);border-radius:var(--radius-full);background:var(--brand-soft)}.help-contact-body{display:grid;gap:2px;flex:1;min-width:0;padding-top:1px}.help-contact-label{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.02em}.help-contact-value{color:var(--ink);font-size:13px;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.help-contact-value a{color:inherit;text-decoration:none}.help-contact-value a:hover{color:var(--brand)}.side-panel{display:grid;gap:12px;box-sizing:border-box;width:100%;max-width:100%;min-width:0;padding:16px;background:transparent;box-shadow:none}.side-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;max-width:100%;padding:0}.side-panel-head h2{margin:0;min-width:0;flex:1 1 auto;font-size:18px;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-panel-head a{flex:0 1 auto;min-width:0;color:var(--brand);text-decoration:none;font-size:13px;font-weight:650;white-space:nowrap}.swap-box{box-sizing:border-box;width:100%;max-width:100%;min-width:0;padding:14px;border:1px solid transparent;border-radius:var(--radius-lg);background:var(--surface-soft)}.swap-box.is-editable{border-color:var(--line);background:var(--surface)}.swap-box-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:600}.swap-quick{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;margin-left:auto}.swap-quick-item{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;color:var(--ink);border:0;border-radius:var(--radius-full);background:var(--surface-soft);font-size:11px;font-weight:650;white-space:nowrap}.swap-box.is-editable .swap-quick-item{background:var(--surface-soft)}.swap-quick-item.is-percent{display:none}.swap-box.is-editable:hover .swap-quick-item.is-percent,.swap-box.is-editable:focus-within .swap-quick-item.is-percent{display:inline-flex}.swap-quick-item:hover{background:var(--hover-fill)}.swap-box-main{display:flex;align-items:center;gap:10px;min-width:0;width:100%}.asset-select-root{position:relative;flex-shrink:0}.asset-select{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;min-height:34px;padding:0 10px 0 6px;color:var(--ink);border:0;border-radius:var(--radius-full);background:var(--surface-soft);font-weight:700}.swap-box.is-editable .asset-select{background:var(--surface-soft)}.swap-box:not(.is-editable) .asset-select{background:var(--surface)}.asset-select:hover{background:var(--hover-fill)}.asset-select-root.is-open .asset-select,.asset-select:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 35%,transparent);outline-offset:1px}.asset-select-option{display:inline-flex;align-items:center;gap:8px;width:100%}.asset-select-menu{min-width:140px}.currency-flag{display:grid;flex-shrink:0;place-items:center;overflow:hidden;color:var(--brand);border-radius:var(--radius-full);background:var(--brand-soft)}.currency-flag.has-flag{background:var(--flag-bg);box-shadow:inset 0 0 0 1px var(--line)}.currency-flag img{display:block;width:100%;height:100%;object-fit:cover}.swap-box-main input{flex:1 1 auto;min-width:0;width:100%;border:0;outline:0;background:transparent;text-align:left;font-family:var(--font-numeric);font-size:28px;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.swap-box-main input::placeholder{color:var(--placeholder);font-weight:700;opacity:1}.swap-box-main input:read-only{color:var(--muted);font-weight:650;cursor:default}.swap-box-balance{margin:10px 0 0;min-height:1.25em;color:var(--muted);font-family:var(--font-numeric);font-size:12px;line-height:1.25;font-variant-numeric:tabular-nums;text-align:right}.swap-stack{display:grid;gap:4px}.swap-switch-row{position:relative;z-index:2;display:flex;justify-content:center;height:0}.swap-switch{display:grid;width:36px;height:36px;margin-top:-18px;place-items:center;color:var(--ink);border:3px solid var(--surface);border-radius:var(--radius-full);background:var(--surface-soft)}.swap-switch:hover{background:var(--hover-fill)}.swap-switch svg{transform:rotate(90deg)}.side-panel-cta{display:grid;place-items:center;box-sizing:border-box;width:100%;max-width:100%;min-height:48px;padding:0 16px;color:var(--on-brand);text-decoration:none;border:0;border-radius:var(--radius-full);background:var(--brand-gradient);font-size:15px;font-weight:700;cursor:pointer}.balance-hero-unit-static{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding-bottom:5px;color:var(--muted);font-size:18px;font-weight:700;letter-spacing:-.02em}.exchange-hero-sell{display:inline-flex;align-items:center;gap:8px;margin:14px 0 0;color:var(--muted);font-size:14px;font-weight:600}.exchange-detail-countdown em{margin:0 2px;color:var(--danger);font-style:normal;font-weight:750}.definition-list{display:grid;gap:0;margin:0}.definition-list div{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.definition-list.is-stat div{padding:12px 0;border-bottom:1px solid var(--line)}.definition-list.is-stat div:last-child{border-bottom:0}.definition-list.is-detail{padding:4px 0}.definition-list.is-detail div{padding:14px 16px}.definition-list.is-detail div+div{border-top:1px solid var(--line)}.definition-list dt{color:var(--muted);font-size:13px;font-weight:600}.definition-list dd{margin:0;color:var(--ink);font-size:14px;font-weight:650;text-align:right;overflow-wrap:anywhere}.definition-list.is-stat dd{font-family:var(--font-numeric);font-size:18px;font-weight:750;font-variant-numeric:tabular-nums}.definition-list.is-detail dd{font-family:var(--font-numeric);font-variant-numeric:tabular-nums}.list-hero-copy{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:10px}.list-hero-desc{margin:0;flex:1;min-width:0;color:var(--muted);font-size:14px;font-weight:500;line-height:1.45}.list-hero-meta{margin:0;flex-shrink:0;color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.overview-hint{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.segment-tabs{display:flex;flex-wrap:wrap;gap:8px}.segment-tabs.is-hero{margin-top:18px}.segment-tab{min-height:40px;padding:0 14px;color:var(--muted);border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface);font-size:13px;font-weight:650}.segment-tab:hover:not(.is-active){color:var(--brand);border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:var(--brand-soft)}.segment-tab.is-active{color:var(--on-brand);border:0;background:var(--brand-gradient)}.list-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.search-box.list-search{flex:0 1 auto;width:min(240px,100%);margin-right:0}.list-add{display:inline-flex;align-items:center;gap:4px;min-height:40px;margin-left:auto;padding:0 16px;color:var(--on-brand);text-decoration:none;border-radius:var(--radius-full);background:var(--brand-gradient);font-size:13px;font-weight:700;white-space:nowrap}.list-add:hover{color:var(--on-brand);background:var(--brand-gradient-hover)}.beneficiary-table{width:100%;min-width:0;overflow-x:auto}.beneficiary-table-head,.beneficiary-row{display:grid;grid-template-columns:2.5rem minmax(120px,1.3fr) minmax(100px,1fr) minmax(96px,1fr) minmax(64px,.7fr) minmax(72px,.8fr) 3.5rem;gap:10px;align-items:center;padding:14px 16px;min-width:720px}.beneficiary-table-head{color:var(--muted);font-size:12px;font-weight:600}.beneficiary-row{border-top:1px solid var(--line);font-size:13px}.beneficiary-row:hover{background:var(--row-hover)}.beneficiary-no{color:var(--muted);font-variant-numeric:tabular-nums}.list-name-cell{display:grid;gap:2px;min-width:0}.list-name-cell strong{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-name-cell span{color:var(--muted);font-size:11px}.beneficiary-account{font-family:var(--font-numeric);font-variant-numeric:tabular-nums}.list-row-actions{justify-self:end}.list-row-actions button{padding:0;color:var(--brand);border:0;background:transparent;font-size:13px;font-weight:650}.list-row-actions button:disabled{color:var(--placeholder);cursor:default}.tx-block{container-type:inline-size;container-name:tx-block}.tx-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;align-items:end;padding:16px;width:100%;max-width:100%;min-width:0}.tx-filters-range,.tx-filters-actions{grid-column:1 / -1}.date-range{position:relative;display:flex;align-items:center;gap:8px;box-sizing:border-box;width:100%;min-width:0;min-height:var(--control-height);padding:0 12px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.date-range:hover{background:var(--row-hover)}.date-range:focus-within{box-shadow:0 0 0 3px var(--focus-ring)}.date-range>svg{flex-shrink:0;color:var(--icon)}.date-range-part{flex:1;min-width:0;padding:0;color:inherit;border:0;background:transparent;font:inherit;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.date-range-part.is-placeholder{color:var(--placeholder)}.date-range-sep{flex-shrink:0;color:var(--muted);font-size:12px}.date-range-native{position:absolute;width:0;height:0;opacity:0;pointer-events:none;border:0}.tx-filters-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;min-height:var(--control-height);min-width:0}.tx-filter-btn{box-sizing:border-box;height:var(--control-height);padding:0 18px;border-radius:var(--radius-md);font:inherit;font-size:14px;font-weight:650;white-space:nowrap;cursor:pointer}.tx-filter-btn:focus-visible{box-shadow:0 0 0 3px var(--focus-ring);outline:none}.tx-filter-btn.is-ghost{color:var(--ink);border:1px solid var(--line);background:var(--surface)}.tx-filter-btn.is-ghost:hover{background:var(--hover-fill)}.tx-filter-btn.is-primary{height:var(--control-height-solid);color:var(--on-brand);border:0;background:var(--brand-gradient)}.tx-filter-btn.is-primary:hover{background:var(--brand-gradient-hover)}.tx-table{width:100%;min-width:0;overflow-x:auto}.tx-table-head,.tx-row{display:grid;grid-template-columns:minmax(120px,1.1fr) minmax(110px,1.1fr) minmax(72px,.7fr) minmax(100px,1fr) minmax(72px,.7fr) minmax(88px,.85fr) 3.5rem;gap:10px;align-items:center;padding:14px 16px;min-width:780px}.tx-table-head{color:var(--muted);font-size:12px;font-weight:600}.tx-row{border-top:1px solid var(--line);font-size:13px}.tx-row:hover{background:var(--row-hover)}.tx-id,.tx-amount,.tx-date{font-family:var(--font-numeric);font-variant-numeric:tabular-nums}.tx-amount{font-weight:650;text-align:right}.tx-table-head span:nth-child(3),.tx-row .tx-amount{justify-self:end}.tx-extra{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@container tx-block (max-width: 480px){.tx-filters{grid-template-columns:minmax(0,1fr)}.tx-filters-actions{display:grid;grid-template-columns:1fr 1fr}.tx-filter-btn{width:100%;padding:0 12px}}@container tx-block (min-width: 920px){.tx-filters{grid-template-columns:minmax(0,1.05fr) minmax(0,.9fr) minmax(0,1.35fr) auto}.tx-filters-range,.tx-filters-actions{grid-column:auto}}.list-empty{margin:0;padding:36px 16px;color:var(--muted);font-size:13px;text-align:center}.step-flow{display:flex;align-items:center;justify-content:center;gap:0;margin:0;padding:4px 0 8px;list-style:none}.step-flow-item{display:flex;align-items:center}.step-flow-item:not(:last-child):after{content:"";width:36px;height:2px;margin:0 8px;border-radius:var(--radius-full);background:var(--line)}.step-flow-item.is-done:not(:last-child):after,.step-flow-item.is-active:not(:last-child):after{background:color-mix(in srgb,var(--brand) 45%,var(--line))}.step-flow-index{display:grid;width:28px;height:28px;place-items:center;color:var(--muted);border-radius:var(--radius-full);background:var(--surface-soft);font-size:12px;font-weight:700}.step-flow-item.is-active .step-flow-index,.step-flow-item.is-done .step-flow-index{color:var(--on-brand);background:var(--brand-gradient)}.form-flow-secondary{min-height:44px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface);font-size:14px;font-weight:650}.form-flow-secondary:hover{background:var(--hover-fill)}.side-panel-cta.is-inline{width:auto;min-width:160px;padding:0 28px}.form-flow-step-title{font-size:clamp(28px,4vw,40px);font-weight:750;letter-spacing:-.03em;line-height:1.15}.form-flow-panel{padding:16px}.form-flow-hint{margin:0;color:var(--muted);font-size:12px}.form-flow-hint.is-block{margin:-4px 0 0}.step-flow-subtitle{margin:0;color:var(--ink);font-size:14px;font-weight:700}.step-flow-label{margin:8px 0 0;color:var(--muted);font-size:12px;font-weight:650}.form-flow-back{display:inline-flex;align-items:center;gap:6px;width:fit-content;margin-bottom:0;color:var(--muted);text-decoration:none;font-size:13px;font-weight:650}.form-flow-back:hover{color:var(--ink)}.form-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.form-flow-grid>.field:only-child{grid-column:1 / -1;max-width:calc(50% - 8px)}.form-flow-grid>.form-field-span,.form-flow-grid>.currency-tile-field{grid-column:1 / -1;max-width:none}.currency-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:10px}.currency-tile{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;min-height:48px;padding:0 14px 0 12px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);font:inherit;font-size:14px;font-weight:700;letter-spacing:-.02em;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.currency-tile:hover:not(:disabled):not(.is-selected){border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand-soft) 45%,var(--surface))}.currency-tile.is-selected{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 40%,var(--line));background:color-mix(in srgb,var(--brand-soft) 70%,var(--surface));box-shadow:0 0 0 3px var(--focus-ring)}.currency-tile:disabled{opacity:.45;cursor:not-allowed}.currency-tile .currency-flag{flex-shrink:0}.discover-feature-grid{display:grid;gap:10px;padding:12px 14px 16px}.discover-feature-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;width:100%;padding:14px 16px;color:inherit;text-align:left;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.discover-feature-card:hover:not(:disabled):not(.is-selected){border-color:color-mix(in srgb,var(--brand) 24%,var(--line));background:color-mix(in srgb,var(--brand-soft) 40%,var(--surface))}.discover-feature-card.is-selected{border-color:color-mix(in srgb,var(--brand) 38%,var(--line));background:color-mix(in srgb,var(--brand-soft) 62%,var(--surface));box-shadow:0 0 0 3px var(--focus-ring)}.discover-feature-card.is-soon{opacity:.55;cursor:not-allowed}.discover-feature-icon{display:grid;place-items:center;width:44px;height:44px;color:var(--brand);border-radius:14px;background:var(--brand-soft)}.discover-feature-copy{display:grid;gap:4px;min-width:0}.discover-feature-copy strong{font-size:15px;font-weight:750;letter-spacing:-.02em}.discover-feature-copy span{color:var(--muted);font-size:13px;line-height:1.45}.discover-feature-badge{flex-shrink:0;padding:3px 9px;color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:var(--radius-full);background:color-mix(in srgb,var(--brand-soft) 70%,var(--surface));font-size:11px;font-weight:700}.discover-feature-chevron{flex-shrink:0;color:var(--muted)}.discover-feature-card.is-selected .discover-feature-chevron{color:var(--brand)}.discover-apply-form{display:grid;gap:16px;min-width:0}.form-flow-grid>.kyc-step-body{grid-column:1 / -1;max-width:none}.kyc-step-body{display:grid;gap:16px;min-width:0}.kyc-panel{display:grid;gap:10px;padding:16px 18px}.kyc-stack{display:grid;gap:18px}.kyc-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kyc-choice-card{display:grid;gap:6px;padding:16px;text-align:left;color:inherit;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.kyc-choice-card strong{font-size:15px;font-weight:750}.kyc-choice-card span{color:var(--muted);font-size:13px;line-height:1.45}.kyc-choice-card:hover:not(.is-selected){border-color:color-mix(in srgb,var(--brand) 24%,var(--line));background:color-mix(in srgb,var(--brand-soft) 40%,var(--surface))}.kyc-choice-card.is-selected{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));background:color-mix(in srgb,var(--brand-soft) 65%,var(--surface));box-shadow:0 0 0 3px var(--focus-ring)}.kyc-subhead{margin:4px 0 0;color:var(--ink);font-size:13px;font-weight:700}.kyc-help{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.kyc-span-all{grid-column:1 / -1}.kyc-chip-row{display:flex;flex-wrap:wrap;gap:8px}.kyc-chip{min-height:36px;padding:0 14px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface);font:inherit;font-size:13px;font-weight:650;cursor:pointer}.kyc-chip.is-selected{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));background:color-mix(in srgb,var(--brand-soft) 70%,var(--surface))}.kyc-doc-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;grid-column:1 / -1}.kyc-doc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.kyc-doc-row strong{font-size:14px}.kyc-doc-row p{margin:4px 0 0;color:var(--muted);font-size:12px}.kyc-sumsub{grid-column:1 / -1}.kyc-sumsub-card{display:grid;gap:10px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 0% 0%,color-mix(in srgb,var(--brand-accent) 16%,transparent),transparent 55%),var(--surface-soft)}.kyc-sumsub-brand{margin:0;color:var(--brand);font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.kyc-sumsub-meta{display:grid;gap:8px;margin:0}.kyc-sumsub-meta div{display:flex;justify-content:space-between;gap:12px;font-size:13px}.kyc-sumsub-meta dt{color:var(--muted)}.kyc-sumsub-meta dd{margin:0;font-weight:650;font-family:var(--font-numeric),ui-monospace,monospace}.kyc-done{display:grid;gap:8px}.kyc-demo-actions{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:8px}@media(max-width:720px){.kyc-choice-grid{grid-template-columns:1fr}}@media(max-width:640px){.discover-feature-card{grid-template-columns:auto minmax(0,1fr) auto}.discover-feature-badge{grid-column:2;justify-self:start}.discover-feature-chevron{grid-row:1 / span 2;grid-column:3}}.form-flow-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.form-flow-actions .form-flow-secondary{min-width:120px}@media(max-width:720px){.form-flow-grid{grid-template-columns:minmax(0,1fr)}}.page-frame{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;width:min(980px,100%);max-width:100%;min-width:0;margin:0;padding:var(--page-pad-y) var(--page-pad-x) var(--page-pad-bottom)}.page-frame.is-wide{width:100%;max-width:none}.page-frame>.home-layout{flex:1 1 auto;width:100%;min-width:0}.page-title h1{margin:0;font-size:28px;font-weight:750;letter-spacing:-.03em}.page-title p,.muted{color:var(--muted)}.field{display:grid;gap:7px}.field span{color:var(--muted);font-size:12px;font-weight:550}.field input,.field-control{box-sizing:border-box;width:100%;min-height:var(--control-height);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);outline:none;background:var(--surface);font:inherit}.field input{padding:0 12px}.field-control{display:flex;align-items:center;gap:4px;padding:0 6px 0 12px;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.field-control input{width:100%;min-width:0;min-height:calc(var(--control-height) - 2px);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.field input:hover:not(:disabled),.field-control:hover:not(:has(input:disabled)){background:var(--row-hover)}.field input:focus,.field-control:focus-within{border-color:var(--brand);background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface));box-shadow:0 0 0 3px var(--focus-ring)}.field-control:focus-within:hover{background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface))}.field input::placeholder,.field-control input::placeholder{color:var(--placeholder)}.field input:disabled,.field-control:has(input:disabled){cursor:default;opacity:.55}.field-password-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer}.field-password-toggle:hover:not(:disabled){color:var(--ink);background:var(--hover-fill)}.field-password-toggle:disabled{cursor:not-allowed}.asset-section .field input,.asset-section .field-control,.asset-section .select-trigger,.asset-section .currency-tile,.asset-section .date-range{background:var(--surface)}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;color:var(--on-brand);border:0;border-radius:var(--radius-full);background:var(--brand-gradient);font-weight:700;white-space:nowrap}.primary-button,.side-panel-cta{transition:transform .16s ease,filter .16s ease,background .16s ease}.primary-button:hover:not(:disabled),.side-panel-cta:hover:not(:disabled){background:var(--brand-gradient-hover);filter:saturate(1.04) brightness(1.03);transform:translateY(-1px)}.primary-button:active:not(:disabled),.side-panel-cta:active:not(:disabled){background:var(--brand-gradient);filter:brightness(.98);transform:translateY(0)}.primary-button:disabled,.primary-button[aria-busy=true],.side-panel-cta:disabled{opacity:.45;cursor:not-allowed;filter:none;transform:none}.primary-button.is-pill{border-radius:var(--radius-full)}a.primary-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.transfer-disclaimer{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.transfer-disclaimer.is-block{margin-top:-4px}.transfer-done-panel{display:grid;gap:8px;padding:20px 16px}.transfer-done-title{margin:0;font-size:18px;font-weight:750}.transfer-done-desc{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:var(--overlay);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{position:relative;width:min(460px,100%);padding:22px 22px 20px;border:0;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-menu)}.modal-card.is-lg{width:min(880px,100%)}.modal-card.is-bare{padding:0;overflow:hidden}.modal-card:not(.is-bare)>.modal-close{position:absolute;top:16px;right:16px}.modal-card:not(.is-bare) .modal-head{padding-right:44px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.modal-title{display:inline-flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:750;letter-spacing:-.02em}.modal-title-bar{width:4px;height:18px;border-radius:var(--radius-full);background:var(--brand-gradient-vertical)}.modal-close{display:grid;width:36px;height:36px;flex-shrink:0;place-items:center;color:var(--icon);border:0;border-radius:var(--radius-full);background:var(--surface-soft)}.modal-close:hover{background:var(--hover-fill)}.modal-close.is-floating{position:absolute;top:14px;right:14px;z-index:3}.modal-body{display:grid;gap:16px}.modal-body.is-centered{justify-items:center}.modal-body.is-centered .modal-lead{width:100%}.modal-lead{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.modal-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;margin-top:4px}.modal-body.is-centered .modal-actions{width:100%}.modal-actions .primary-button{min-width:124px;padding:0 24px}.modal-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface);font:inherit;font-size:14px;font-weight:650;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.modal-secondary:hover:not(:disabled){color:var(--brand);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface))}.modal-secondary:disabled{opacity:.5;cursor:not-allowed}.transfer-2fa-icon{display:grid;place-items:center;width:52px;height:52px;color:var(--brand);border-radius:16px;background:var(--brand-soft)}@media(max-width:420px){.modal-actions{flex-direction:column-reverse;align-items:stretch}.modal-actions .primary-button,.modal-actions .modal-secondary{width:100%;min-width:0}}.add-currency-section-title{margin:0 0 10px;color:var(--muted);font-size:12px;font-weight:650}.add-currency-owned{min-width:0}.add-currency-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.add-currency-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 10px 0 6px;color:var(--ink);border-radius:var(--radius-full);background:var(--surface-soft);font-size:13px;font-weight:700;letter-spacing:-.02em}.add-currency-chip svg:last-child{color:var(--status-ok)}.add-currency-chip .currency-flag,.add-currency-chip .currency-icon{width:20px;height:20px}.add-currency-available{display:grid;gap:10px;min-width:0}.add-currency-search{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;color:var(--muted);border:0;border-radius:var(--radius-sm);background:var(--surface-soft)}.add-currency-search input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:14px}.add-currency-search input::placeholder{color:var(--placeholder)}.add-currency-panel{min-width:0;border-radius:var(--radius);background:var(--surface-soft);overflow:hidden}.add-currency-list{display:grid;margin:0;padding:0;max-height:280px;overflow:auto;list-style:none}.add-currency-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:56px;padding:10px 14px;color:inherit;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;text-align:left}.add-currency-list>li:first-child .add-currency-row{border-top:0}.add-currency-row.is-available{cursor:pointer}.add-currency-row.is-available:hover{background:var(--row-hover)}.add-currency-row.is-selected{background:var(--brand-soft)}.add-currency-badge{display:grid;width:28px;height:28px;flex-shrink:0;place-items:center;color:var(--muted);border-radius:var(--radius-full);background:var(--surface)}.add-currency-row.is-selected .add-currency-badge{color:var(--on-brand);background:var(--brand)}.add-currency-empty{margin:0;padding:36px 16px;color:var(--muted);font-size:13px;text-align:center}.add-currency-empty.is-inline{padding:8px 0 0;text-align:left}.add-currency-row .currency-cell{min-width:0}.add-currency-row .currency-icon{width:36px;height:36px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;color:var(--status-ok);border-radius:var(--radius-full);background:var(--status-ok-bg);font-size:12px;font-weight:600}.status-pill.is-warning{color:var(--status-warn);background:var(--warning-soft)}.settings-rows-panel{padding:4px 0}.security-level-card{--security-accent: var(--muted);--security-accent-soft: var(--surface-soft);--security-accent-line: var(--line);position:relative;display:grid;gap:18px;padding:22px;overflow:hidden;border:1px solid var(--security-accent-line);border-radius:var(--radius-xl);background:radial-gradient(120% 90% at 0% 0%,color-mix(in srgb,var(--security-accent) 12%,transparent),transparent 55%),linear-gradient(160deg,color-mix(in srgb,var(--security-accent) 7%,var(--surface)),var(--surface) 55%);box-shadow:var(--shadow-soft)}.security-level-glow{position:absolute;top:-40%;right:-12%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--security-accent) 18%,transparent),transparent 68%);pointer-events:none}.security-level-main{position:relative;z-index:1;display:flex;align-items:flex-start;gap:18px}.security-level-meter{position:relative;width:88px;height:88px;flex-shrink:0}.security-level-ring{display:block}.security-level-ring-track{stroke:color-mix(in srgb,var(--security-accent) 16%,var(--line))}.security-level-ring-progress{stroke:var(--security-accent);transition:stroke-dashoffset .45s cubic-bezier(.22,1,.36,1)}.security-level-badge{position:absolute;top:14px;right:14px;bottom:14px;left:14px;display:grid;place-items:center;border-radius:50%;color:var(--security-accent);background:linear-gradient(160deg,color-mix(in srgb,var(--security-accent) 16%,var(--surface)),var(--security-accent-soft));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--security-accent) 12%,transparent)}.security-level-copy{display:grid;gap:6px;min-width:0;flex:1;padding-top:2px}.security-level-headline{display:flex;align-items:center;justify-content:space-between;gap:12px}.security-level-kicker{margin:0;color:var(--muted);font-size:12px;font-weight:650;letter-spacing:.02em}.security-level-score{flex-shrink:0;padding:3px 9px;color:var(--security-accent);border:1px solid color-mix(in srgb,var(--security-accent) 22%,var(--line));border-radius:var(--radius-full);background:color-mix(in srgb,var(--security-accent) 10%,var(--surface));font-family:var(--font-numeric);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.01em}.security-level-value{color:var(--security-accent);font-size:clamp(26px,3vw,32px);font-weight:750;line-height:1.1;letter-spacing:-.03em}.security-level-hint{margin:0;color:var(--muted);font-size:13px;line-height:1.55;max-width:42ch}.security-level-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}.security-level-bar-seg{height:5px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--security-accent) 12%,var(--line));transition:background .3s ease}.security-level-bar-seg.is-done{background:linear-gradient(90deg,color-mix(in srgb,var(--security-accent) 75%,white),var(--security-accent))}.security-level-factors{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.security-level-factor{display:flex;align-items:center;gap:8px;min-height:46px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--line) 88%,transparent);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--muted);font-size:13px;font-weight:650;transition:border-color .2s ease,background .2s ease,color .2s ease}.security-level-factor-icon{display:grid;place-items:center;width:28px;height:28px;flex-shrink:0;border-radius:9px;background:var(--surface-soft);color:inherit}.security-level-factor-label{flex:1;min-width:0;line-height:1.3}.security-level-factor-mark{display:grid;place-items:center;width:18px;height:18px;flex-shrink:0;border-radius:999px;border:1px solid var(--line);background:var(--surface)}.security-level-factor.is-done{color:var(--ink);border-color:color-mix(in srgb,var(--security-accent) 22%,var(--line));background:color-mix(in srgb,var(--security-accent) 7%,var(--surface))}.security-level-factor.is-done .security-level-factor-icon{color:var(--security-accent);background:color-mix(in srgb,var(--security-accent) 12%,var(--surface))}.security-level-factor.is-done .security-level-factor-mark{color:#fff;border-color:transparent;background:var(--security-accent)}.security-level-card.is-low{--security-accent: var(--danger);--security-accent-soft: color-mix(in srgb, var(--danger) 10%, var(--surface));--security-accent-line: color-mix(in srgb, var(--danger) 28%, var(--line))}.security-level-card.is-medium{--security-accent: var(--status-warn);--security-accent-soft: var(--warning-soft);--security-accent-line: color-mix(in srgb, var(--status-warn) 30%, var(--line))}.security-level-card.is-high{--security-accent: var(--status-ok);--security-accent-soft: var(--status-ok-bg);--security-accent-line: color-mix(in srgb, var(--status-ok) 30%, var(--line))}@media(max-width:720px){.security-level-main{flex-direction:column;align-items:stretch}.security-level-meter{margin:0 auto}.security-level-copy{text-align:center}.security-level-headline{flex-direction:column;gap:8px}.security-level-hint{max-width:none;margin-inline:auto}.security-level-factors{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.security-level-ring-progress,.security-level-bar-seg,.security-level-factor{transition:none}}.settings-rows-panel .settings-row+.settings-row{border-top:1px solid var(--line)}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.settings-row-copy{display:grid;gap:4px;min-width:0}.settings-row-copy strong{font-size:14px;font-weight:700}.settings-row-copy span{color:var(--muted);font-size:13px;font-weight:500;overflow-wrap:anywhere}.settings-row-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0}.settings-download-actions{display:inline-flex;flex-wrap:wrap;gap:8px}.settings-download-link{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);font-size:13px;font-weight:650;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.settings-download-link:hover{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface))}.settings-download-link svg{flex-shrink:0}.settings-row-value{color:var(--ink);font-size:14px;font-weight:650;font-variant-numeric:tabular-nums}.settings-row-control{min-width:132px}.settings-inline-select.select.is-compact .select-trigger{gap:6px;min-height:36px;padding:0 12px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface);font-size:13px;font-weight:650;letter-spacing:0;line-height:1.2;box-shadow:none}.settings-inline-select.select.is-compact .select-trigger:hover:not(:disabled),.settings-inline-select.select.is-compact.is-open .select-trigger{color:var(--ink);border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:var(--surface)}.settings-toggle{display:inline-flex;flex-shrink:0;padding:0;border:0;background:transparent;cursor:pointer}.settings-toggle-track{position:relative;display:block;width:48px;height:28px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--muted) 28%,var(--surface-soft));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ink) 12%,var(--line));transition:background .16s ease,box-shadow .16s ease}.settings-toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:var(--radius-full);background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .16s ease}.settings-toggle.is-on .settings-toggle-track{background:var(--brand-gradient);box-shadow:none}.settings-toggle.is-on .settings-toggle-thumb{transform:translate(20px)}.settings-toggle:hover:not(:disabled) .settings-toggle-track{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ink) 22%,var(--line))}.settings-toggle.is-on:hover:not(:disabled) .settings-toggle-track{background:var(--brand-gradient-hover);box-shadow:none}.totp-setup{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);min-height:480px}.totp-setup-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:36px 28px;background:radial-gradient(120% 80% at 50% 20%,color-mix(in srgb,var(--brand-accent) 22%,transparent),transparent 55%),linear-gradient(165deg,color-mix(in srgb,var(--brand) 18%,#12141c),#0f1118 62%);color:#f4f4f5}.totp-setup-frame{position:relative;width:min(240px,100%);aspect-ratio:1;padding:18px}.totp-setup-corner{position:absolute;width:22px;height:22px;border:2.5px solid var(--brand-accent);pointer-events:none}.totp-setup-corner.is-tl{top:0;left:0;border-right:0;border-bottom:0;border-top-left-radius:6px}.totp-setup-corner.is-tr{top:0;right:0;border-left:0;border-bottom:0;border-top-right-radius:6px}.totp-setup-corner.is-bl{bottom:0;left:0;border-right:0;border-top:0;border-bottom-left-radius:6px}.totp-setup-corner.is-br{right:0;bottom:0;border-left:0;border-top:0;border-bottom-right-radius:6px}.totp-setup-qr{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border-radius:14px;background:#f8fafc;box-shadow:0 12px 32px #00000047}.totp-setup-qr-grid{position:absolute;top:14px;right:14px;bottom:14px;left:14px;opacity:.55;background:linear-gradient(#111113 10px,transparent 10px) 0 0 / 18px 18px,linear-gradient(90deg,#111113 10px,transparent 10px) 0 0 / 18px 18px,linear-gradient(#111113 4px,transparent 4px) 4px 4px / 18px 18px,linear-gradient(90deg,#111113 4px,transparent 4px) 4px 4px / 18px 18px;background-color:#f8fafc}.totp-setup-scan{position:absolute;left:8%;right:8%;top:12%;z-index:2;height:2px;border-radius:var(--radius-full);background:linear-gradient(90deg,transparent,var(--brand-accent),color-mix(in srgb,var(--brand-accent) 40%,white),var(--brand-accent),transparent);box-shadow:0 0 10px color-mix(in srgb,var(--brand-accent) 80%,transparent),0 0 22px color-mix(in srgb,var(--brand-accent) 45%,transparent);animation:totp-scan-line 2.4s ease-in-out infinite}.totp-setup-qr-label{position:relative;z-index:1;padding:5px 10px;border-radius:999px;background:color-mix(in srgb,#fff 88%,transparent);color:#5c5c66;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.totp-setup-visual-copy{display:grid;gap:6px;max-width:240px;text-align:center}.totp-setup-visual-copy strong{font-size:16px;font-weight:750;letter-spacing:-.02em}.totp-setup-visual-copy p{margin:0;color:color-mix(in srgb,#f4f4f5 62%,transparent);font-size:13px;line-height:1.5}.totp-setup-panel{display:grid;gap:16px;align-content:start;padding:28px 56px 24px 28px}.totp-setup-panel-head{display:grid;gap:6px;padding-right:8px}.totp-setup-panel-title{margin:0;font-size:22px;font-weight:750;letter-spacing:-.03em;line-height:1.2}.totp-setup-download{display:grid;gap:8px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.totp-setup-download strong{color:var(--ink);font-size:13px;font-weight:700}.totp-setup-download p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.totp-setup-secret{display:grid;gap:6px}.totp-setup-label{color:var(--muted);font-size:12px;font-weight:650}.totp-setup-secret-row{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 8px 0 14px;border:1px solid var(--line);border-radius:var(--radius-full);background:var(--surface-soft)}.totp-setup-secret-row code{flex:1;min-width:0;color:var(--brand);font-family:var(--font-numeric),ui-monospace,monospace;font-size:14px;font-weight:700;letter-spacing:.08em;word-break:break-all}.totp-setup-copy{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;color:var(--brand-accent);border:0;border-radius:var(--radius-full);background:transparent}.totp-setup-copy:hover:not(:disabled){background:color-mix(in srgb,var(--brand-soft) 70%,var(--surface))}.totp-setup-copy:disabled{opacity:.45;cursor:not-allowed}.totp-setup-uri{margin:0;color:var(--muted);font-size:12px;line-height:1.45}@keyframes totp-scan-line{0%,to{top:12%;opacity:.55}50%{top:calc(88% - 2px);opacity:1}}@media(max-width:760px){.totp-setup{grid-template-columns:1fr;min-height:0}.totp-setup-visual{padding:28px 20px 24px}.totp-setup-panel{padding:22px 20px 20px}.modal-close.is-floating{background:color-mix(in srgb,var(--surface) 88%,transparent)}}@media(prefers-reduced-motion:reduce){.totp-setup-scan{animation:none;top:50%}}@media(max-width:720px){.settings-row{flex-direction:column;align-items:flex-start}.settings-row-actions{justify-content:flex-start}}.auth-page{min-height:100vh;background:var(--surface)}.auth-shell{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);width:100%;min-height:100vh;background:var(--surface)}.auth-visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:32px;min-height:100%;padding:40px 44px 48px;color:var(--on-brand);background:linear-gradient(160deg,color-mix(in srgb,var(--brand-accent) 72%,#1a0b4d),var(--brand) 55%,var(--brand-strong))}.auth-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(420px 280px at 20% 18%,rgba(255,255,255,.18),transparent 70%),radial-gradient(360px 260px at 88% 78%,rgba(68,133,255,.35),transparent 65%);pointer-events:none}.auth-visual-brand,.auth-visual-quote{position:relative;z-index:1}.auth-visual-logo{color:var(--on-brand)}.auth-visual-quote{display:grid;gap:16px;margin:0}.auth-visual-quote p{margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:650;letter-spacing:-.03em;line-height:1.35}.auth-visual-quote footer{display:grid;gap:2px}.auth-visual-quote strong{font-size:14px;font-weight:700}.auth-visual-quote span{color:color-mix(in srgb,var(--on-brand) 78%,transparent);font-size:13px}.auth-panel{position:relative;display:grid;align-content:center;min-height:100%;padding:72px clamp(32px,6vw,80px) 48px;background:var(--surface)}.auth-panel-tools{position:absolute;top:24px;right:24px;display:flex;gap:8px}.auth-panel-body{display:grid;gap:28px;width:min(400px,100%);margin:0 auto}.auth-panel-head{display:grid;gap:8px;margin-bottom:8px;text-align:center}.auth-step-meta{margin:0;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.auth-panel-head h1{margin:0;font-size:clamp(26px,3vw,32px);font-weight:750;letter-spacing:-.03em;line-height:1.15}.auth-panel-head p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.auth-form{display:grid;gap:14px}.auth-method-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border-radius:var(--radius-md);background:var(--surface-soft)}.auth-method-tabs-2{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-method-tab{min-height:36px;padding:0 8px;color:var(--muted);border:0;border-radius:calc(var(--radius-md) - 2px);background:transparent;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.auth-method-tab:hover:not(:disabled):not(.is-active){color:var(--ink);background:color-mix(in srgb,var(--surface) 70%,transparent)}.auth-method-tab.is-active{color:var(--ink);background:var(--surface)}.auth-oauth{display:grid;gap:14px;margin-top:4px}.auth-oauth-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;color:var(--muted);font-size:12px}.auth-oauth-divider:before,.auth-oauth-divider:after{content:"";height:1px;background:var(--line)}.auth-oauth-actions{display:grid;gap:10px}.auth-oauth-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--control-height);padding:0 16px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);font:inherit;font-size:14px;font-weight:650;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.auth-oauth-btn svg{flex-shrink:0}.auth-oauth-btn:hover:not(:disabled){color:var(--brand);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface))}.auth-oauth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.auth-code-send{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--control-height);padding:0 14px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);font:inherit;font-size:13px;font-weight:650;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.auth-code-send .logo-loader{color:var(--brand)}.auth-code-send:hover:not(:disabled){color:var(--brand);border-color:color-mix(in srgb,var(--brand) 32%,var(--line));background:color-mix(in srgb,var(--brand-soft) 70%,var(--surface))}.auth-code-send:active:not(:disabled){background:var(--brand-soft)}.auth-code-send:disabled{opacity:.5;cursor:not-allowed}.auth-form-hint{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.auth-forgot-row{display:flex;justify-content:flex-end;margin-top:-4px}.auth-forgot-link{margin:0;padding:0;border:0;background:none;color:var(--brand);font:inherit;font-size:13px;font-weight:650;cursor:pointer}.auth-forgot-link:disabled{opacity:.5;cursor:not-allowed}.auth-forgot-link:hover:not(:disabled){text-decoration:underline}.auth-legal{display:flex;align-items:flex-start;gap:10px;margin:0;cursor:pointer}.auth-legal input{width:16px;height:16px;margin-top:3px;flex-shrink:0;accent-color:var(--brand)}.auth-legal-text{color:var(--muted);font-size:13px;line-height:1.5}.auth-legal-link{margin:0;padding:0;border:0;background:none;color:var(--brand);font:inherit;font-weight:650;cursor:pointer}.auth-legal-link:disabled{opacity:.5;cursor:not-allowed}.legal-doc-scroll{max-height:min(62vh,520px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.legal-doc{display:grid;gap:18px;min-height:120px;padding-bottom:4px;color:var(--ink);font-size:13px;line-height:1.6}.legal-doc-meta{display:grid;gap:4px;padding-bottom:8px;border-bottom:1px solid var(--line)}.legal-doc section{display:grid;gap:8px}.legal-doc h2{margin:0;font-size:15px;font-weight:700;letter-spacing:-.02em}.legal-doc h3{margin:4px 0 0;font-size:13px;font-weight:650}.legal-doc p{margin:0;color:var(--ink)}.auth-form-hint.is-reserved{visibility:hidden}.auth-form-error{margin:0;color:var(--danger);font-size:13px;line-height:1.4}.auth-submit{width:100%;margin-top:4px}.auth-back{width:100%;min-height:40px;color:var(--muted);border:0;background:transparent;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.auth-back:hover{color:var(--ink)}.auth-switch{margin:0;text-align:center;color:var(--muted);font-size:13px}.auth-switch a{color:var(--brand);font-weight:650;text-decoration:none}.auth-switch a:hover{color:var(--brand-strong);text-decoration:underline}@media(max-width:860px){.auth-shell{grid-template-columns:1fr;min-height:100vh}.auth-visual{min-height:220px;padding:28px 24px}.auth-visual-quote p{font-size:20px}.auth-panel{min-height:auto;padding:64px 24px 36px}}.language-toggle{position:relative}.language-toggle-trigger{font-size:12px;font-weight:700;letter-spacing:.02em}.language-toggle-code{line-height:1}.language-menu{top:calc(100% + 8px);right:0;min-width:128px}.language-toggle.is-menu-top .language-menu{top:auto;bottom:calc(100% + 8px);right:auto;left:0}.app-shell.is-collapsed .language-toggle.is-menu-top .language-menu{left:50%;transform:translate(-50%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:820px){.app-shell,.app-shell.is-expanded{--sidebar-width: 64px;grid-template-columns:var(--sidebar-width) minmax(0,1fr);grid-template-rows:var(--header-height) auto minmax(0,1fr)}.sidebar-brand{grid-column:1;grid-row:1;justify-content:center;align-items:center;padding:12px}.sidebar-brand .brand-logo-type{display:none}.sidebar-brand-link,.sidebar-brand .brand-logo{justify-content:center}.topbar{grid-column:2;grid-row:1;padding:0 16px}.sidebar{grid-column:1 / -1;grid-row:2;flex-direction:row;align-items:center;min-height:0;overflow:visible;padding:8px 12px;border-right:0;border-bottom:1px solid var(--line)}.sidebar-footer{margin-top:0;padding-top:0;border-top:0}.workspace-body{--page-pad-x: 16px;--page-pad-y: 16px;--page-pad-bottom: 32px;grid-column:1 / -1;grid-row:3}.page-frame,.page-frame.is-wide{width:100%}.nav-list{display:flex;flex:1;gap:4px;overflow-x:auto}.nav-item,.app-shell.is-collapsed .nav-item{width:40px;min-height:40px;flex:0 0 auto;justify-content:center;padding:0}.nav-item span,.sidebar-collapse{display:none}.search-box{margin-inline:0}.asset-table-head{display:none}.asset-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.asset-amount,.asset-value{grid-column:1}.asset-row-actions{grid-column:2;grid-row:1 / span 3;flex-direction:column;align-items:flex-end}}.floating-corner{position:fixed;z-index:80;right:28px;bottom:28px;display:flex;flex-direction:column;align-items:stretch;gap:12px;width:min(var(--home-aside-width),calc(100vw - 56px));pointer-events:none}.floating-card{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft);pointer-events:auto}.floating-card-copy{display:grid;gap:4px;min-width:0}.floating-card-copy strong,.inapp-notice-head strong{font-size:14px;font-weight:700;letter-spacing:-.01em}.floating-card-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.floating-card .side-panel-cta.is-inline{width:100%;min-width:0;box-sizing:border-box;text-align:center;text-decoration:none}.inapp-notice-stack{display:flex;flex-direction:column;gap:12px;max-height:min(70vh,640px);overflow-y:auto;pointer-events:auto}@keyframes action-toast-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.action-toast-card{animation:action-toast-in .32s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.action-toast-card{animation:none}}.inapp-notice-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.inapp-notice-title{margin:0;color:var(--ink);font-size:14px;font-weight:650;letter-spacing:-.01em;line-height:1.35}.inapp-notice-body{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
