.inv-spinner{width:16px;height:16px;flex:0 0 auto;display:block;animation:inv-btn-spin .7s linear infinite}.inv-spinner--sm{width:14px;height:14px}.inv-spinner--lg{width:32px;height:32px}.investor-ui .inv-btn{font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none;box-sizing:border-box;white-space:nowrap}.investor-ui a.inv-btn:hover{text-decoration:none}.investor-ui .inv-btn--lime{background:var(--brand);color:var(--brand-ink);border:1px solid transparent;height:47px;padding:0 20px;border-radius:10px;font-size:15px;font-weight:700;transform:none;transition:background .14s}.investor-ui .inv-btn--lime:active:not(:disabled),.investor-ui .inv-btn--lime:focus:not(:disabled),.investor-ui .inv-btn--lime:hover:not(:disabled){background:var(--brand-strong);color:var(--brand-ink);transform:none;border-color:transparent}.investor-ui .inv-btn--lime:disabled{background:var(--field-2);color:var(--faint);cursor:not-allowed;border:1px solid var(--line);transform:none;opacity:.72}.investor-ui .inv-btn--ghost:disabled,.investor-ui .inv-btn--plain:disabled,.investor-ui .inv-btn--red-outline:disabled,.investor-ui .inv-btn--red:disabled{opacity:.4;cursor:not-allowed;transform:none}.investor-ui .inv-btn--lime svg{width:17px;height:17px}.investor-ui .inv-btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--line-strong);height:47px;padding:0 20px;border-radius:10px;font-size:14.5px;font-weight:600;transition:background .14s,border-color .14s,color .14s}.investor-ui .inv-btn--ghost:hover:not(:disabled){background:var(--field-2);color:var(--ink)}.investor-ui .inv-btn--ghost svg{width:16px;height:16px}.investor-ui .inv-hero .inv-btn--ghost{color:#fff;border-color:rgba(255,255,255,.22)}.investor-ui .inv-hero .inv-btn--ghost:hover:not(:disabled){background:rgba(255,255,255,.07);color:#fff}.investor-ui .inv-btn--plain{background:var(--surface);color:var(--ink);border:1px solid var(--line-strong);height:47px;padding:0 18px;border-radius:10px;font-size:14.5px;font-weight:600;transition:background .14s}.investor-ui .inv-btn--plain:hover:not(:disabled){background:var(--field-2);color:var(--ink)}.investor-ui .inv-btn--plain.inv-btn--export{transition:background .14s,border-color .14s,color .14s}.investor-ui .inv-btn--plain.inv-btn--export:focus-visible:not(:disabled),.investor-ui .inv-btn--plain.inv-btn--export:hover:not(:disabled){background:color-mix(in srgb,var(--brand) 22%,var(--surface));border-color:var(--brand);color:var(--ink)}.investor-ui .inv-btn--plain.inv-btn--export:active:not(:disabled){background:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.investor-ui .inv-btn--plain svg{width:16px;height:16px}.investor-ui .inv-btn--red{background:var(--danger);color:#fff;border:none;height:38px;padding:0 15px;border-radius:8px;font-size:13.5px;font-weight:600}.investor-ui .inv-btn--red:hover:not(:disabled){filter:brightness(1.05);color:#fff}.investor-ui .inv-btn--red-outline{background:transparent;color:var(--danger-text);border:1px solid var(--danger-line);height:38px;padding:0 15px;border-radius:8px;font-size:13.5px;font-weight:600}.investor-ui .inv-btn--red-outline:hover:not(:disabled){background:rgba(220,38,38,.06);color:var(--danger-text)}.investor-ui .inv-btn--sm{height:38px;font-size:13.5px;padding:0 14px;border-radius:8px}.investor-ui .inv-btn--xs{height:31px;font-size:12.5px;padding:0 11px;border-radius:7px}.investor-ui .inv-btn--block{width:100%}.investor-ui .inv-btn--loading{cursor:wait}.investor-ui .inv-btn--lime.inv-btn--loading:disabled{background:var(--brand);color:var(--brand-ink);border-color:transparent;opacity:1;cursor:wait}.investor-ui .inv-btn--ghost.inv-btn--loading:disabled,.investor-ui .inv-btn--plain.inv-btn--loading:disabled,.investor-ui .inv-btn--red-outline.inv-btn--loading:disabled,.investor-ui .inv-btn--red.inv-btn--loading:disabled{opacity:1;cursor:wait}.investor-ui .inv-btn__spinner{width:16px;height:16px;flex:0 0 auto;animation:inv-btn-spin .7s linear infinite}.investor-ui .inv-btn--loading>svg:not(.inv-btn__spinner){display:none}.investor-ui .inv-btn--sm .inv-btn__spinner,.investor-ui .inv-btn--xs .inv-btn__spinner{width:14px;height:14px}@keyframes inv-btn-spin{to{transform:rotate(1turn)}}.investor-ui .inv-field{display:flex;flex-direction:column;min-width:0}.investor-ui .inv-field__label{font-size:13px;font-weight:600;color:var(--label);margin-bottom:8px;display:flex;align-items:center;gap:5px}.investor-ui .inv-field__opt{font-weight:400;color:var(--faint);font-size:12px}.investor-ui .inv-field__star{color:var(--danger)}.investor-ui .inv-input,.investor-ui .inv-textarea{width:100%;border:1px solid var(--line);border-radius:9px;background:var(--field);color:var(--ink);font-family:inherit;font-size:15px;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.investor-ui .inv-input{height:50px;padding:0 15px}.investor-ui .inv-textarea{padding:13px 15px;min-height:104px;resize:none;line-height:1.5}.investor-ui .inv-input::placeholder,.investor-ui .inv-textarea::placeholder{color:var(--faint)}.investor-ui .inv-input:focus,.investor-ui .inv-textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .inv-input:disabled,.investor-ui .inv-textarea:disabled{background:var(--field-2);color:var(--muted);cursor:not-allowed}.investor-ui .inv-field__hint{margin-top:8px;font-size:13px;color:var(--hint)}.investor-ui .inv-field__hint.is-error{color:var(--danger)}.investor-ui .inv-ctl{position:relative;display:flex;align-items:center}.investor-ui .inv-ctl .inv-input{width:100%}.investor-ui .inv-ctl--prefix .inv-input{padding-left:34px}.investor-ui .inv-ctl__prefix{position:absolute;left:14px;color:var(--faint);font-size:15px;pointer-events:none}.investor-ui .inv-ctl--suffix .inv-input{padding-right:88px}.investor-ui .inv-ctl__suffix{position:absolute;right:14px;color:var(--faint);font-size:13.5px;font-weight:600;pointer-events:none;z-index:1}.investor-ui .inv-ctl__suffix :is(button,a,[role=button]){pointer-events:auto}.investor-ui .inv-select{width:100%;height:50px;padding:0 30px 0 15px;border:1px solid var(--line);border-radius:9px;background:var(--field);color:var(--ink);font-family:inherit;font-size:15px;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'><path d='M1 1l4 4 4-4' stroke='%238b939d' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right 11px center;transition:border-color .15s,box-shadow .15s,background .15s}.investor-ui .inv-select:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .inv-banner-pending{display:flex;gap:15px;align-items:flex-start;background:var(--warn-bg);border:1px solid var(--warn-line);border-radius:10px;padding:16px 18px;margin-bottom:22px}.investor-ui .inv-banner-pending__ic{flex:0 0 auto;width:34px;height:34px;border-radius:8px;background:rgba(245,158,11,.16);display:grid;place-items:center;color:var(--warn)}.investor-ui .inv-banner-pending__ic svg{width:19px;height:19px}.investor-ui .inv-banner-pending__body{flex:1 1;min-width:0}.investor-ui .inv-banner-pending__title{margin:1px 0 4px;font-size:15px;font-weight:700;color:var(--warn);font-family:inherit;line-height:1.3}.investor-ui .inv-banner-pending__copy{margin:0;font-size:13.5px;line-height:1.5;color:var(--muted)}.investor-ui .inv-banner-pending__copy strong{color:var(--ink);font-weight:600}.investor-ui .inv-banner-pending__list{margin:8px 0 0;padding-left:1.15rem}.investor-ui .inv-banner-pending__list li+li{margin-top:.25rem}.investor-ui .inv-banner-pending--ok{background:var(--ok-bg);border-color:var(--ok-line)}.investor-ui .inv-banner-pending--ok .inv-banner-pending__ic{background:rgba(140,190,60,.18);color:var(--ok)}.investor-ui .inv-banner-pending--ok .inv-banner-pending__title{color:var(--ok)}.investor-ui .inv-banner-pending--danger{background:var(--danger-bg);border-color:var(--danger-line)}.investor-ui .inv-banner-pending--danger .inv-banner-pending__ic{background:rgba(220,53,69,.16);color:var(--danger-text)}.investor-ui .inv-banner-pending--danger .inv-banner-pending__title{color:var(--danger-text)}.investor-ui .inv-notice{display:flex;gap:12px;align-items:center;background:var(--warn-bg);border:1px solid var(--warn-line);border-radius:10px;padding:12px 15px;margin:0}.investor-ui .inv-notice__ic{flex:0 0 auto;align-self:center;width:30px;height:30px;border-radius:8px;background:rgba(245,158,11,.16);display:grid;place-items:center;color:var(--warn)}.investor-ui .inv-notice__ic svg{width:17px;height:17px;display:block}.investor-ui .inv-notice__body{flex:1 1;min-width:0;align-self:center;font-size:13.5px;line-height:1.45;color:var(--muted)}.investor-ui .inv-notice__body:has(>b:only-child){display:flex;align-items:center;min-height:30px;line-height:1}.investor-ui .inv-notice__body:has(>b:only-child)>b{line-height:1}.investor-ui .inv-notice__body b,.investor-ui .inv-notice__body strong{margin:0;color:var(--warn);font-weight:700}.investor-ui .inv-notice__body p{margin:0;display:block}.investor-ui .inv-notice__body p:first-child{margin-top:0}.investor-ui .inv-notice--ok{background:var(--ok-bg);border-color:var(--ok-line)}.investor-ui .inv-notice--ok .inv-notice__ic{background:rgba(140,190,60,.18);color:var(--ok)}.investor-ui .inv-notice--ok .inv-notice__body b,.investor-ui .inv-notice--ok .inv-notice__body strong{color:var(--ok)}.investor-ui .inv-notice--danger{background:var(--danger-bg);border-color:var(--danger-line)}.investor-ui .inv-notice--danger .inv-notice__ic{background:rgba(220,38,38,.12);color:var(--danger)}.investor-ui .inv-notice--danger .inv-notice__body b,.investor-ui .inv-notice--danger .inv-notice__body strong{color:var(--danger-text)}.investor-ui .inv-confirm-msg{margin:0;color:var(--ink);font-size:14px;line-height:1.55}.investor-ui.inv-toasts{position:fixed;z-index:1200;display:flex;flex-direction:column;gap:8px;padding:16px;pointer-events:none;width:min(380px,calc(100vw - 24px));box-sizing:border-box}.investor-ui.inv-toasts>*{pointer-events:auto}.investor-ui.inv-toasts--top-start{top:0;left:0}.investor-ui.inv-toasts--top-center{top:0;left:50%;transform:translateX(-50%)}.investor-ui.inv-toasts--top-end{top:0;right:0}.investor-ui.inv-toasts--middle-start{top:50%;left:0;transform:translateY(-50%)}.investor-ui.inv-toasts--middle-center{top:50%;left:50%;transform:translate(-50%,-50%)}.investor-ui.inv-toasts--middle-end{top:50%;right:0;transform:translateY(-50%)}.investor-ui.inv-toasts--bottom-start{bottom:0;left:0}.investor-ui.inv-toasts--bottom-center{bottom:0;left:50%;transform:translateX(-50%)}.investor-ui.inv-toasts--bottom-end{bottom:0;right:0}.investor-ui .inv-toast{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 32px rgba(5,8,6,.28);opacity:1}.investor-ui .inv-toast__body{flex:1 1;min-width:0;font-size:13.5px;line-height:1.45;color:var(--muted)}.investor-ui .inv-toast__body strong{display:block;color:var(--ink);font-weight:650;margin-bottom:2px}.investor-ui .inv-toast__body p{margin:0}.investor-ui .inv-toast__x{flex:0 0 auto;width:28px;height:28px;margin:-4px -4px 0 0;border:0;border-radius:7px;background:transparent;color:var(--faint);cursor:pointer;display:grid;place-items:center}.investor-ui .inv-toast__x:hover{background:var(--field-2);color:var(--ink)}.investor-ui .inv-toast__x svg{width:14px;height:14px}.investor-ui .inv-toast--ok{background:color-mix(in srgb,var(--ok) 22%,var(--surface));border-color:var(--ok-line)}.investor-ui .inv-toast--ok .inv-toast__body strong{color:var(--ok)}.investor-ui .inv-toast--warn{background:color-mix(in srgb,var(--warn) 18%,var(--surface));border-color:var(--warn-line)}.investor-ui .inv-toast--warn .inv-toast__body strong{color:var(--warn)}.investor-ui .inv-toast--danger{background:color-mix(in srgb,var(--danger) 16%,var(--surface));border-color:var(--danger-line)}.investor-ui .inv-toast--danger .inv-toast__body strong{color:var(--danger-text)}.investor-ui .withdrawal-confirmation-summary .inv-notice{margin-top:12px}.investor-ui .inv-banner-actions{display:flex;gap:15px;align-items:flex-start;background:var(--danger-bg);border:1px solid var(--danger-line);border-radius:10px;padding:16px 18px;margin-bottom:22px}.investor-ui .inv-banner-actions__ic{flex:0 0 auto;width:34px;height:34px;border-radius:8px;background:rgba(220,38,38,.12);display:grid;place-items:center;color:var(--danger)}.investor-ui .inv-banner-actions__ic svg{width:19px;height:19px}.investor-ui .inv-banner-actions__body{flex:1 1;min-width:0}.investor-ui .inv-banner-actions__title{margin:1px 0 4px;font-size:15px;font-weight:700;color:var(--danger-text)}.investor-ui .inv-banner-actions__copy{margin:0 0 13px;font-size:13.5px;line-height:1.5;color:var(--muted)}.investor-ui .inv-banner-actions__actions{display:flex;flex-wrap:wrap;gap:10px}.investor-ui .inv-banner-actions--ok{background:var(--ok-bg);border-color:var(--ok-line)}.investor-ui .inv-banner-actions--ok .inv-banner-actions__ic{background:rgba(182,255,86,.16);color:var(--ok)}.investor-ui .inv-banner-actions--ok .inv-banner-actions__title{color:var(--ok)}.investor-ui .inv-attn{border:1px solid var(--warn-line);background:var(--warn-bg);border-radius:10px;margin-bottom:18px;overflow:hidden}.investor-ui .inv-attn--danger{border-color:var(--danger-line);background:var(--danger-bg)}.investor-ui .inv-attn__head{display:flex;align-items:center;gap:10px;padding:11px 16px 8px}.investor-ui .inv-attn__ic{flex:0 0 auto;width:28px;height:28px;border-radius:7px;background:rgba(245,158,11,.16);display:grid;place-items:center;color:var(--warn)}.investor-ui .inv-attn--danger .inv-attn__ic{background:rgba(220,38,38,.12);color:var(--danger)}.investor-ui .inv-attn__ic svg{width:15px;height:15px}.investor-ui .inv-attn__title{margin:0;font-size:14px;font-weight:700;color:var(--warn)}.investor-ui .inv-attn--danger .inv-attn__title{color:var(--danger-text)}.investor-ui .inv-attn__list{list-style:none;margin:0;padding:0}.investor-ui .inv-attn__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 16px 11px;border-top:1px solid var(--line);font-size:13.5px;color:var(--ink)}.investor-ui .inv-attn__row--stack{align-items:flex-start}.investor-ui .inv-attn__copy{min-width:0;flex:1 1;line-height:1.4}.investor-ui .inv-attn__copy strong{font-weight:650}.investor-ui .inv-attn__detail{display:flex;flex-direction:column;gap:2px;margin-top:4px;font-size:12.5px;font-weight:400;color:var(--muted);line-height:1.4}.investor-ui .inv-attn__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}@media (max-width:767.98px){.investor-ui .inv-attn__row{flex-direction:column;align-items:stretch}.investor-ui .inv-attn__row .inv-btn{width:100%}.investor-ui .inv-banner-actions,.investor-ui .inv-banner-pending{flex-direction:column;align-items:stretch}.investor-ui .inv-banner-actions__actions,.investor-ui .inv-banner-actions__body,.investor-ui .inv-banner-pending__body{width:100%}.investor-ui .inv-banner-actions__actions{flex-direction:column;align-items:stretch}.investor-ui .inv-banner-actions__actions .inv-btn{width:100%}.investor-ui .inv-action-alert__row{flex-direction:column;align-items:stretch}.investor-ui .inv-action-alert__row .inv-btn{width:100%}}.investor-ui .inv-hero{position:relative;overflow:hidden;background:var(--hero);color:#fff;border-radius:14px;padding:26px 28px;margin-bottom:20px;display:flex;justify-content:space-between;gap:26px;flex-wrap:wrap}.investor-ui .inv-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(90% 120% at 100% 0,rgba(182,255,86,.13),transparent 55%)}.investor-ui .inv-hero>*{position:relative;z-index:1}.investor-ui .inv-hero__art{position:absolute;right:0;bottom:0;width:300px;max-width:46%;z-index:0;pointer-events:none}.investor-ui .inv-hero__art svg{width:100%;height:auto;display:block}.investor-ui .inv-hero__label{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#93a091;font-weight:600}.investor-ui .inv-hero__amt-row{display:flex;align-items:flex-end;gap:12px;margin:11px 0 6px}.investor-ui .inv-hero__amount{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:46px;font-weight:500;letter-spacing:-2px;line-height:1}.investor-ui .inv-hero__amount--code{font-size:clamp(26px,5vw,40px);letter-spacing:-.6px;word-break:break-all}.investor-ui .inv-hero__cur{font-size:12px;font-weight:600;letter-spacing:.05em;color:#0c1206;background:var(--brand);padding:3px 8px;border-radius:6px;margin-bottom:8px}.investor-ui .inv-hero__next{font-size:13.5px;color:#aab3a8;max-width:42ch;line-height:1.5;margin:0}.investor-ui .inv-hero .inv-skel{background:rgba(255,255,255,.16)}.investor-ui .inv-hero__skel{width:8.2ch;height:.78em;margin:6px 0 2px}.investor-ui .inv-hero__skel-sub{width:min(34ch,100%);height:11px}.investor-ui .inv-hero__cta{display:flex;flex-direction:column;gap:10px;justify-content:center;min-width:216px}.investor-ui .inv-hero--referral{align-items:center}.investor-ui .inv-hero--referral .inv-hero__copy{flex:1 1 auto;min-width:0}.investor-ui .inv-hero--referral .inv-hero__side{display:flex;flex-direction:column;align-items:stretch;width:216px;flex:0 0 216px}.investor-ui .inv-hero--referral .inv-hero__cta{min-width:0;width:100%}.investor-ui .inv-hero--referral .inv-hero__cta .inv-btn{width:100%}.investor-ui .inv-hero--referral .inv-hero__art{position:relative;right:auto;bottom:auto;flex:1 1 100%;width:auto;max-width:none;height:48px;margin:-26px -28px;overflow:hidden;z-index:0}.investor-ui .inv-hero--referral .inv-hero__art svg{position:absolute;right:0;bottom:0;width:min(300px,46%);height:auto}@media (max-width:900px){.investor-ui .inv-hero{padding:22px}.investor-ui .inv-hero__cta{width:100%;min-width:0}.investor-ui .inv-hero--referral .inv-hero__art{margin:-26px -22px -22px}}@media (max-width:520px){.investor-ui .inv-hero__amount{font-size:38px}.investor-ui .inv-hero__amount--code{font-size:26px}.investor-ui .inv-hero--referral{flex-wrap:wrap}.investor-ui .inv-hero--referral .inv-hero__side{width:100%;min-width:0;flex:1 1 100%}}.investor-ui .inv-metrics{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px;margin-bottom:20px}.investor-ui .inv-metrics--4{grid-template-columns:repeat(4,1fr)}@media (max-width:1100px){.investor-ui .inv-metrics--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.investor-ui .inv-metrics,.investor-ui .inv-metrics--4{grid-template-columns:1fr}}.investor-ui .inv-metric{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:17px 19px;height:100%;display:flex;flex-direction:column}.investor-ui .inv-metric__top{display:flex;align-items:center;justify-content:space-between}.investor-ui .inv-metric__k{font-size:13px;color:var(--muted);font-weight:500}.investor-ui .inv-metric__top svg{width:16px;height:16px;color:var(--faint)}.investor-ui .inv-metric__v{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:25px;font-weight:600;letter-spacing:-1px;margin-top:11px;min-height:1.15em}.investor-ui .inv-metric__skel{width:6.8ch;height:.72em;margin-top:6px}.investor-ui .inv-metric__fx-skel{width:100%;height:10px}.investor-ui .inv-metric__fx-skel--short{width:62%}.investor-ui .inv-metric__sub{font-size:12px;color:var(--faint);margin-top:3px}.investor-ui .inv-panel{background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:20px;min-width:0;max-width:100%}.investor-ui .inv-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 19px;border-bottom:1px solid var(--line);flex-wrap:wrap}.investor-ui .inv-panel__head:has(.inv-filters){display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"title chips" "actions actions";align-items:center;column-gap:12px;row-gap:10px}.investor-ui .inv-panel__title{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:600}.investor-ui .inv-panel__head:has(.inv-filters) .inv-panel__title{grid-area:title;min-width:0}.investor-ui .inv-panel__toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.investor-ui .inv-panel__toolbar:has(.inv-filters){display:contents}.investor-ui .inv-panel__count{background:var(--field-2);border:1px solid var(--line);color:var(--muted);border-radius:999px;font-size:12px;font-weight:600;padding:1px 9px}.investor-ui .inv-panel__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 19px;border-top:1px solid var(--line);font-size:13px;color:var(--muted);flex-wrap:wrap}.investor-ui .inv-panel__foot:has(.inv-loadmore){justify-content:center}.inv-loadmore{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;text-align:center}.investor-ui .inv-loadmore__count,.investor-ui .inv-loadmore__done{margin:0;font-size:13px;color:var(--muted)}.investor-ui .inv-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.investor-ui .inv-table{width:100%;border-collapse:collapse;min-width:720px}.investor-ui .inv-table--ref{min-width:640px}.investor-ui .inv-table td.inv-td--wrap,.investor-ui .inv-table th.inv-td--wrap{white-space:normal;overflow-wrap:anywhere}.investor-ui .inv-ref-row__toggle{width:44px;padding-left:12px;padding-right:4px;vertical-align:middle}.investor-ui .inv-ref-mrow__head .inv-icon-btn,.investor-ui .inv-ref-row__toggle .inv-icon-btn{border-color:transparent;background:transparent}.investor-ui .inv-ref-mrow__head .inv-icon-btn:hover:not(:disabled),.investor-ui .inv-ref-row__toggle .inv-icon-btn:hover:not(:disabled){background:var(--field-2)}.investor-ui .inv-table tbody tr.inv-ref-row--nested td{background:color-mix(in srgb,var(--field) 70%,transparent)}.investor-ui .inv-table tbody tr.inv-ref-row--nested td:first-child{box-shadow:inset 3px 0 0 var(--brand)}.investor-ui .inv-ref-name{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.investor-ui .inv-ref-name a,.investor-ui .inv-ref-name strong{font-weight:600}.investor-ui .inv-ref-chevron{display:block;transition:transform .15s ease}.investor-ui .inv-ref-chevron.is-open{transform:rotate(90deg)}.investor-ui .inv-ref-chevron-spacer{display:inline-block;width:28px;height:28px}.investor-ui .inv-ref-toolbar{min-width:0}.investor-ui .inv-ref-search{flex:1 1 220px;min-width:0}.investor-ui .inv-ref-search__field{flex:1 1;min-width:0}.investor-ui .inv-ref-search__field .inv-field{width:100%;margin-bottom:0}.investor-ui .inv-ref-mrow__head{display:flex;align-items:flex-start;gap:8px;min-width:0}.investor-ui .inv-ref-mrow__who{min-width:0;flex:1 1}.investor-ui .inv-ref-mlist{margin-left:16px;border-left:2px solid var(--brand)}.investor-ui .inv-ref-mlist .inv-tx-list__row+.inv-tx-list__row .inv-tx-mrow{border-top:1px solid var(--line)}.investor-ui .inv-ref-mlist__empty{margin:0;padding:12px 16px;font-size:13px;color:var(--muted)}.investor-ui .inv-table thead th{text-align:left;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--faint);font-weight:600}.investor-ui .inv-table tbody td,.investor-ui .inv-table thead th{padding:13px 19px;border-bottom:1px solid var(--line);white-space:nowrap}.investor-ui .inv-table tbody td{font-size:14px;color:var(--ink)}.investor-ui .inv-table tbody tr:last-child td{border-bottom:none}.investor-ui .inv-table tbody tr:hover td{background:var(--field-2)}.investor-ui .inv-table tbody tr.inv-table__empty:hover td{background:transparent}.investor-ui .inv-table tbody tr.inv-table__row--click{cursor:pointer}.investor-ui .inv-table tbody tr.inv-table__row--click:focus-visible td{background:var(--field-2)}.investor-ui .inv-td-sub,.investor-ui .inv-type-wallet{display:block;font-size:11.5px;color:var(--faint);margin-top:2px}.investor-ui .inv-type-wallet{font-weight:500;letter-spacing:0;text-transform:none}.investor-ui .inv-td-pos{color:var(--ok);font-weight:600}.investor-ui .inv-td-neg{color:var(--danger-text);font-weight:600}.investor-ui .inv-empty{padding:52px 20px;text-align:center}.investor-ui .inv-empty__ico{width:52px;height:52px;border-radius:12px;background:var(--field-2);border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 14px;color:var(--faint)}.investor-ui .inv-empty__ico svg{width:26px;height:26px}.investor-ui .inv-empty p{margin:0;color:var(--muted);font-size:14px}.investor-ui .inv-empty__hint{font-size:12.5px;color:var(--faint);margin-top:4px}.investor-ui .inv-skel-list{display:flex;flex-direction:column;width:100%}.investor-ui .inv-skel-list__row{display:flex;align-items:flex-start;gap:13px;padding:15px 19px;border-bottom:1px solid var(--line)}.investor-ui .inv-skel-list__row:last-child{border-bottom:none}.investor-ui .inv-skel-list--compact .inv-skel-list__row{padding:12px 16px}.investor-ui .inv-skel-list__lines{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:8px;padding-top:2px}.investor-ui .inv-skel{display:block;background:var(--field-2);border-radius:6px;animation:inv-skel-pulse 1.1s ease-in-out infinite}.investor-ui .inv-skel--dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;margin-top:7px}.investor-ui .inv-skel--title{width:58%;max-width:220px;height:11px}.investor-ui .inv-skel--sub{width:78%;max-width:320px;height:9px}.investor-ui .inv-skel--line{width:100%;height:11px}.investor-ui .inv-table .inv-skel-list__row{padding:12px 0;border-bottom:none}@keyframes inv-skel-pulse{0%,to{opacity:.45}50%{opacity:.9}}.investor-ui .inv-tx-list{display:none}.investor-ui .inv-tx-list__row+.inv-tx-list__row .inv-tx-mrow{border-top:1px solid var(--line)}.investor-ui .inv-tx-list__hit{display:block;width:100%;margin:0;padding:0;border:none;background:none;text-align:inherit;color:inherit;font:inherit;cursor:pointer}.investor-ui .inv-tx-list__hit:focus-visible .inv-tx-mrow,.investor-ui .inv-tx-list__hit:hover .inv-tx-mrow{background:var(--field-2)}.investor-ui .inv-tx-mrow{display:flex;gap:12px;justify-content:space-between;align-items:flex-start;padding:14px 16px;min-width:0}.investor-ui .inv-tx-mrow__main{min-width:0;flex:1 1 auto}.investor-ui .inv-tx-mrow__side{flex:0 0 auto;text-align:right;max-width:46%}.investor-ui .inv-tx-mrow__type{min-width:0}.investor-ui .inv-tx-mrow__type .d-flex{max-width:100%}.investor-ui .inv-tx-mrow__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;color:var(--muted);line-height:1.4;margin-top:4px}.investor-ui .inv-tx-mrow__when{font-size:11.5px;color:var(--faint);margin-top:6px}.investor-ui .inv-tx-mrow__amt{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:15px;line-height:1.2}.investor-ui .inv-tx-mrow__st{margin-top:6px;display:flex;justify-content:flex-end}.investor-ui .inv-tx-mrow__bal{margin-top:4px;font-size:11px;color:var(--faint);line-height:1.35;word-break:break-word}@media (max-width:900px){.investor-ui .inv-panel--has-mlist .inv-panel__head{flex-direction:column;align-items:stretch}.investor-ui .inv-panel--has-mlist .inv-panel__head:has(.inv-filters){grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "chips" "actions"}.investor-ui .inv-panel--has-mlist .inv-filters__chips{justify-self:stretch}.investor-ui .inv-panel--has-mlist .inv-panel__toolbar{width:100%}.investor-ui .inv-panel--has-mlist .inv-tbl-wrap{display:none}.investor-ui .inv-panel--has-mlist .inv-tx-list{display:block}.investor-ui .inv-ref-toolbar{width:100%;flex-direction:column;align-items:stretch}.investor-ui .inv-ref-search{flex:1 1 auto;width:100%}}.investor-ui .inv-stt{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid;text-transform:uppercase;letter-spacing:.04em}.investor-ui .inv-stt:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.investor-ui .inv-stt--pending{color:var(--warn);background:var(--warn-bg);border-color:var(--warn-line)}.investor-ui .inv-stt--completed{color:var(--ok);background:var(--ok-bg);border-color:var(--ok-line)}.investor-ui .inv-stt--processing{color:var(--muted);background:var(--field-2);border-color:var(--line-strong)}.investor-ui .inv-stt--failed,.investor-ui .inv-stt--rejected{color:var(--danger-text);background:var(--danger-bg);border-color:var(--danger-line)}.investor-ui .inv-stt--review{color:var(--purple);background:var(--purple-soft-bg);border-color:transparent}html[data-theme-mode=dark] .investor-ui .inv-stt--review,html[data-theme=dark] .investor-ui .inv-stt--review{color:#c4b5fd}.inv-modal-scrim{position:fixed;inset:0;background:rgba(8,10,9,.52);z-index:100;display:flex;justify-content:center;padding:24px;overflow-y:auto;animation:inv-fade-in .16s ease}.inv-modal-scrim,.inv-modal-scrim--center{align-items:center}.inv-modal-scrim--elevated{z-index:1100}.inv-modal{background:var(--surface);border:1px solid var(--line-strong);border-radius:14px;width:100%;max-width:520px;max-height:calc(100vh - 12vh);display:flex;flex-direction:column;box-shadow:0 30px 70px rgba(5,8,6,.35);animation:inv-pop-in .18s ease;font-family:var(--font-ui);color:var(--ink)}.inv-modal--wide{max-width:680px}@media (max-width:560px){.inv-modal-scrim,.inv-modal-scrim--center{padding:0;align-items:flex-end}.inv-modal,.inv-modal--wide{max-width:100%;width:100%;max-height:min(92dvh,100dvh);border-radius:14px 14px 0 0}}.inv-modal .inv-2fa-grid{margin-top:16px;margin-bottom:18px}.inv-modal .inv-backup-block{margin:12px 0 4px}.inv-modal .inv-auth-actions{margin-bottom:0}@keyframes inv-fade-in{0%{opacity:0}}@keyframes inv-pop-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}.inv-modal__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.inv-modal__head h3{margin:0;font-size:16.5px;font-weight:650;letter-spacing:-.2px}.inv-modal__x{width:32px;height:32px;border:none;background:none;border-radius:8px;display:grid;place-items:center;color:var(--faint);cursor:pointer}.inv-modal__x:hover:not(:disabled){background:var(--field-2);color:var(--ink)}.inv-modal__x:disabled{opacity:.4;cursor:not-allowed}.inv-modal__x svg{width:16px;height:16px}.inv-modal__body{padding:20px;font-size:14px;line-height:1.55;color:var(--muted);overflow-y:auto;min-height:0;background:transparent}.inv-modal__foot{gap:10px;padding:15px 20px;border-top:1px solid var(--line);flex-shrink:0}.inv-drawer-scrim,.inv-modal__foot{display:flex;justify-content:flex-end}.inv-drawer-scrim{position:fixed;inset:0;background:rgba(8,10,9,.52);z-index:100;opacity:0;transition:opacity .22s ease}.inv-drawer-scrim.is-entered{opacity:1}.inv-drawer{background:var(--surface);border-left:1px solid var(--line-strong);width:min(420px,100vw);height:100%;max-height:100dvh;display:flex;flex-direction:column;box-shadow:-24px 0 70px rgba(5,8,6,.28);transform:translateX(100%);transition:transform .22s ease;font-family:var(--font-ui);color:var(--ink)}.inv-drawer.is-entered{transform:translateX(0)}.inv-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.inv-drawer__head h3{margin:0;font-size:16.5px;font-weight:650;letter-spacing:-.2px}.inv-drawer__body{padding:20px;font-size:14px;line-height:1.55;color:var(--muted);overflow-y:auto;min-height:0;flex:1 1 auto}.inv-drawer__foot{display:flex;justify-content:stretch;gap:10px;padding:15px 20px;border-top:1px solid var(--line);flex-shrink:0}.inv-drawer__foot .inv-btn{width:100%}.mobile-bottom-sheet.investor-ui{background:var(--surface);color:var(--ink);font-family:var(--font-ui)}.mobile-bottom-sheet.investor-ui .mobile-bottom-sheet__title{font-size:16.5px;font-weight:650;letter-spacing:-.2px;color:var(--ink)}.mobile-bottom-sheet.investor-ui .mobile-bottom-sheet__footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;background:var(--surface);border-color:var(--line)}.investor-ui .inv-acct-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px 16px;margin:2px 0 16px;flex-wrap:wrap}.investor-ui .inv-acct-head__k{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--faint);font-weight:600}.investor-ui .inv-acct-head p{margin:4px 0 0;font-size:13px;color:var(--muted);line-height:1.5}.investor-ui .inv-metric-link{display:block;height:100%}.investor-ui .inv-metric-link,.investor-ui .inv-metric-link:hover{color:inherit;text-decoration:none}.investor-ui .inv-metric__fx{margin-top:auto;padding-top:8px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.investor-ui .inv-metric__fx-row{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--faint)}.investor-ui .inv-filters{display:contents}.investor-ui .inv-filters__chips{grid-area:chips;display:flex;gap:10px;align-items:center;justify-self:end;min-width:0;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.investor-ui .inv-filters__chips::-webkit-scrollbar{display:none}.investor-ui .inv-filters__actions{grid-area:actions;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.investor-ui .date-range-picker .date-range-picker__group{background:var(--field);border:1px solid var(--line);border-radius:9px;overflow:hidden;flex-wrap:nowrap}.investor-ui .date-range-picker .date-range-picker__btn,.investor-ui .date-range-picker .date-range-picker__icon,.investor-ui .date-range-picker .date-range-picker__input{background:transparent!important;border:none!important;box-shadow:none!important;color:var(--ink);min-height:36px;height:36px}.investor-ui .date-range-picker .date-range-picker__icon{color:var(--faint);padding:0 10px;border-radius:0}.investor-ui .date-range-picker .date-range-picker__input{font-size:12.5px;font-weight:600;min-width:210px!important;width:auto!important;padding:0 10px 0 0;color:var(--ink)!important}.investor-ui .date-range-picker .date-range-picker__input::placeholder{color:var(--faint)}.investor-ui .date-range-picker .date-range-picker__btn{color:var(--muted);width:auto;padding:0 10px;border-radius:0}.investor-ui .date-range-picker .date-range-picker__btn:hover:not(:disabled){color:var(--ink);background:var(--field-2)!important}.investor-ui .inv-filter-seg{display:inline-flex;background:var(--field-2);border:1px solid var(--line);border-radius:9px;padding:3px;gap:2px;flex-wrap:nowrap;flex-shrink:0}.investor-ui .inv-filter-seg button{background:none;border:none;border-radius:6px;padding:6px 13px;font-size:12.5px;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit;white-space:nowrap;box-shadow:0 1px 3px transparent}.investor-ui .inv-filter-seg button:disabled{opacity:.38;cursor:not-allowed}.investor-ui .inv-filter-seg button.is-on{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px rgba(10,15,20,.08)}html[data-theme-mode=dark] .investor-ui .inv-filter-seg button.is-on,html[data-theme=dark] .investor-ui .inv-filter-seg button.is-on{background:#232623}.investor-ui .inv-tag{display:inline-flex;align-items:center;font-size:11px;font-weight:600;letter-spacing:.02em;padding:3px 9px;border-radius:6px;background:var(--field-2);border:1px solid var(--line);color:var(--muted);text-transform:uppercase}.investor-ui .inv-tag--lime{background:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.investor-ui .inv-sort{background:none;border:none;padding:0;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.investor-ui .inv-wallet-toggle{display:inline-flex;background:var(--field-2);border:1px solid var(--line);border-radius:9px;padding:3px;gap:2px;margin-bottom:16px}.investor-ui .inv-wallet-toggle button{background:none;border:none;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:7px}.investor-ui .inv-wallet-toggle button.is-on{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px rgba(10,15,20,.08)}.investor-ui .inv-wallet-toggle--wrap{display:flex;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box}@media (max-width:560px){.investor-ui .inv-wallet-toggle--wrap button{flex:1 1 auto}}.investor-ui .inv-lockup{display:block;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:16px 19px;margin-bottom:20px}.investor-ui .inv-lockup,.investor-ui .inv-lockup:hover{color:inherit;text-decoration:none}.investor-ui .inv-lockup__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.investor-ui .inv-lockup__title{margin:0;font-size:15px;font-weight:600}.investor-ui .inv-lockup__cta{color:var(--link);font-size:13.5px;font-weight:600}.investor-ui .inv-lockup__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:900px){.investor-ui .inv-lockup__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.investor-ui .inv-lockup__head{flex-direction:column;align-items:flex-start}.investor-ui .inv-lockup__grid{grid-template-columns:1fr}}.investor-ui .inv-lockup-tile{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px 16px}.investor-ui .inv-lockup-tile__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.investor-ui .inv-lockup-tile__k{font-size:13px;color:var(--muted);font-weight:500}.investor-ui .inv-lockup-tile__top i{width:28px;height:28px;border-radius:8px;background:var(--brand);color:var(--brand-ink);font-size:14px;display:grid;place-items:center}.investor-ui .inv-lock-chip{display:inline-grid;place-items:center;width:18px;height:18px;line-height:0;border-radius:5px;background:var(--brand);color:var(--brand-ink)}.investor-ui .inv-lock-chip i{display:block;width:12px;height:12px;font-size:12px;line-height:12px}.investor-ui .inv-lock-chip i:before{display:block;width:12px;height:12px;line-height:12px;vertical-align:0}.investor-ui .inv-lockup-tile__v{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:20px;font-weight:600;letter-spacing:-.5px;margin-top:10px}.investor-ui .inv-lockup-tile__note{font-size:12px;color:var(--faint);margin-top:3px}.investor-ui .inv-desc{color:var(--muted)}.investor-ui .inv-dep-guide{display:flex;align-items:center;gap:12px;margin:32px 0 16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.investor-ui .inv-dep-guide:first-child{margin-top:4px}.investor-ui .inv-dep-guide__n{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--brand) 16%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 32%,var(--line));font-family:var(--font-mono);font-size:11.5px;font-weight:700;letter-spacing:0;color:var(--brand)}.investor-ui .inv-dep-guide__copy{display:flex;flex-direction:column;gap:2px;min-width:0}.investor-ui .inv-dep-guide__t{font-size:16px;letter-spacing:-.2px;text-transform:none;color:var(--ink);font-weight:650;line-height:1.3}.investor-ui .inv-dep-guide__s{font-size:13px;color:var(--muted)}.investor-ui .inv-dep-cats{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:900px){.investor-ui .inv-dep-cats{grid-template-columns:1fr}}.investor-ui .inv-dep-cat,.investor-ui .inv-dep-mopt{position:relative;cursor:pointer;display:block}.investor-ui .inv-dep-cat input,.investor-ui .inv-dep-mopt input{position:absolute;opacity:0;width:0;height:0}.investor-ui .inv-dep-cat__body,.investor-ui .inv-dep-mopt__body{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:9px;padding:17px 18px;background:var(--surface);transition:border-color .15s;height:100%;position:relative}.investor-ui .inv-dep-mopt__body{display:block;padding:16px 17px}.investor-ui .inv-dep-cat:hover .inv-dep-cat__body,.investor-ui .inv-dep-mopt:hover .inv-dep-mopt__body{border-color:var(--line-strong)}.investor-ui .inv-dep-cat.is-disabled,.investor-ui .inv-dep-mopt.is-disabled{cursor:not-allowed;opacity:.55}.investor-ui .inv-dep-cat input:checked+.inv-dep-cat__body,.investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body{border-color:var(--brand-strong)}html[data-theme-mode=dark] .investor-ui .inv-dep-cat input:checked+.inv-dep-cat__body,html[data-theme-mode=dark] .investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body,html[data-theme=dark] .investor-ui .inv-dep-cat input:checked+.inv-dep-cat__body,html[data-theme=dark] .investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body{border-color:var(--brand)}.investor-ui .inv-dep-cat input:checked+.inv-dep-cat__body:after,.investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background:var(--brand-strong)}.investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body:after{top:23px;transform:none}html[data-theme-mode=dark] .investor-ui .inv-dep-cat input:checked+.inv-dep-cat__body:after,html[data-theme-mode=dark] .investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body:after,html[data-theme=dark] .investor-ui .inv-dep-cat input:checked+.inv-dep-cat__body:after,html[data-theme=dark] .investor-ui .inv-dep-mopt input:checked+.inv-dep-mopt__body:after{background:var(--brand)}.investor-ui .inv-dep-cat input:focus-visible+.inv-dep-cat__body,.investor-ui .inv-dep-mopt input:focus-visible+.inv-dep-mopt__body{box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .inv-dep-cat__ic{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:var(--field-2);border:1px solid var(--line);display:grid;place-items:center;color:var(--muted)}.investor-ui .inv-dep-cat__ic svg{width:20px;height:20px}.investor-ui .inv-dep-cat__n,.investor-ui .inv-dep-mopt__n{font-size:15px;font-weight:600;color:var(--ink)}.investor-ui .inv-dep-mopt__n{font-size:14.5px}.investor-ui .inv-dep-cat__d,.investor-ui .inv-dep-mopt__d,.investor-ui .inv-dep-mopt__net{font-size:12.5px;color:var(--faint);margin-top:2px}.investor-ui .inv-dep-mopt__net{font-size:11.5px;margin-top:1px}.investor-ui .inv-dep-mopt__d{line-height:1.45}.investor-ui .inv-dep-mopts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:900px){.investor-ui .inv-dep-mopts{grid-template-columns:1fr}}.investor-ui .inv-dep-mopt__top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.investor-ui .inv-dep-logo{position:relative;flex:0 0 auto;width:38px;height:38px}.investor-ui .inv-dep-logo svg{width:100%;height:100%;display:block}.investor-ui .inv-dep-logo__badge{position:absolute;right:-4px;bottom:-4px;width:18px;height:18px;border-radius:50%;border:2px solid var(--surface);overflow:hidden;background:#fff}.investor-ui .inv-dep-logo__badge svg{width:100%;height:100%}.investor-ui .inv-dep-step{display:flex;flex-direction:column;gap:12px}.investor-ui .inv-dep-step+.inv-dep-step{margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}.investor-ui .inv-dep-step__head{display:flex;align-items:flex-start;gap:10px;min-width:0}.investor-ui .inv-dep-step__n{flex:0 0 auto;width:26px;height:26px;display:grid;place-items:center;margin-top:0;border-radius:7px;background:var(--field-2);border:1px solid var(--line);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:0;color:var(--muted)}.investor-ui .inv-dep-step__body{flex:1 1;min-width:0}.investor-ui .inv-dep-step__t{font-size:14.5px;font-weight:650;margin:3px 0 0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--ink);line-height:1.35}@media (max-width:900px){.investor-ui .inv-dep-step+.inv-dep-step{margin-top:16px;padding-top:16px}.investor-ui .inv-dep-step__t{font-size:14px;margin-top:2px}}.investor-ui .inv-dep-help{height:26px;padding:0 10px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);color:var(--muted);font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.investor-ui .inv-dep-help:hover{background:var(--field-2);color:var(--ink)}.investor-ui .inv-dep-copy{display:flex;align-items:center;gap:9px}.investor-ui .inv-dep-copy__val{flex:1 1;min-width:0;display:flex;padding:0 14px;background:var(--field-2);border:1px solid var(--line);border-radius:9px;overflow:hidden;text-overflow:ellipsis}.investor-ui .inv-dep-copy__btn,.investor-ui .inv-dep-copy__val{height:47px;align-items:center;font-size:13.5px;white-space:nowrap}.investor-ui .inv-dep-copy__btn{padding:0 15px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);color:var(--ink);font-weight:600;cursor:pointer;display:inline-flex;gap:7px;font-family:inherit;flex-shrink:0;transition:background .14s,border-color .14s,color .14s}.investor-ui .inv-dep-copy__btn:hover{background:var(--field-2)}.investor-ui .inv-dep-copy__btn svg{width:15px;height:15px;color:var(--faint);flex-shrink:0}.investor-ui .inv-dep-copy__txt{display:inline-grid;justify-items:start}.investor-ui .inv-dep-copy__txt>span{grid-area:1/1;visibility:hidden}.investor-ui .inv-dep-copy__txt>span.is-active{visibility:visible}.investor-ui .inv-dep-copy__btn.is-copied{border-color:var(--brand-strong);color:var(--ok)}.investor-ui .inv-dep-copy__btn.is-copied svg{color:currentColor}.investor-ui .inv-dep-copy__btn--sm{height:31px;padding:0 11px;font-size:12.5px;border-radius:7px}.investor-ui .inv-dep-alert{display:flex;gap:12px;align-items:flex-start;background:var(--danger-bg);border:1px solid var(--danger-line);border-radius:10px;padding:14px 15px;margin:0}.investor-ui .inv-dep-alert__ic{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:rgba(220,38,38,.12);display:grid;place-items:center;color:var(--danger)}.investor-ui .inv-dep-alert__ic svg{width:17px;height:17px}.investor-ui .inv-dep-alert__stack{display:flex;flex-direction:column;gap:12px;min-width:0}.investor-ui .inv-dep-alert h3{margin:1px 0 4px;font-size:14px;font-weight:700;color:var(--danger-text)}.investor-ui .inv-dep-alert p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}.investor-ui .inv-dep-info{display:flex;gap:12px;align-items:center;background:var(--warn-bg);border:1px solid var(--warn-line);border-radius:10px;padding:12px 15px;margin:0 0 14px}.investor-ui .inv-dep-info__ic{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:rgba(245,158,11,.16);display:grid;place-items:center;color:var(--warn)}.investor-ui .inv-dep-info__ic svg{width:17px;height:17px}.investor-ui .inv-dep-info__body{font-size:13.5px;line-height:1.45;color:var(--muted)}.investor-ui .inv-dep-drop{position:relative;border:1.5px dashed var(--line-strong);border-radius:9px;padding:26px 18px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:var(--field);width:100%;box-sizing:border-box}.investor-ui .inv-dep-drop.is-over,.investor-ui .inv-dep-drop:hover{border-color:var(--brand-strong);background:rgba(182,255,86,.05)}.investor-ui .inv-dep-drop__ico{width:42px;height:42px;border-radius:10px;background:var(--field-2);border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 10px;color:var(--faint)}.investor-ui .inv-dep-drop__ico svg{width:21px;height:21px}.investor-ui .inv-dep-drop p{margin:0;font-size:13.5px;color:var(--muted)}.investor-ui .inv-dep-drop p b{color:var(--ink)}.investor-ui .inv-dep-drop__cst{font-size:12px;color:var(--faint);margin-top:4px}.investor-ui .inv-dep-proof{display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch}.investor-ui .inv-dep-proof>*{min-width:0;display:flex;flex-direction:column}@media (min-width:560px){.investor-ui .inv-dep-proof:has(>:nth-child(2)){grid-template-columns:1fr 1fr}.investor-ui .inv-dep-proof:has(>:nth-child(3)){grid-template-columns:1fr 1fr 1fr}}.investor-ui .inv-dep-proof .inv-dep-drop{flex:1 1;width:100%;min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.investor-ui .inv-dep-proof .inv-dep-drop.is-done{cursor:default}.investor-ui .inv-dep-proof-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:10px}.investor-ui .inv-dep-proof-foot .inv-field__hint{margin:0;flex:1 1 auto;min-width:0}.investor-ui .inv-dep-proof-foot .inv-btn{flex-shrink:0}.investor-ui .inv-kyc-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-bottom:16px;align-items:stretch}.investor-ui .inv-kyc-grid>*{min-width:0;display:flex;flex-direction:column}.investor-ui .inv-kyc-grid .inv-dep-drop{flex:1 1;min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center}.investor-ui .inv-kyc-grid .inv-dep-drop p{max-width:100%;min-width:0;width:100%}.investor-ui .inv-kyc-grid .inv-dep-drop p b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;word-break:normal}.investor-ui .inv-kyc-doc-label{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.investor-ui .inv-kyc-preview-hit{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.investor-ui .inv-kyc-preview{width:100%;max-height:112px;object-fit:contain;border-radius:8px;margin-bottom:8px}.investor-ui .inv-kyc-zoom{right:8px;place-items:center;cursor:pointer}.investor-ui .inv-kyc-remove,.investor-ui .inv-kyc-zoom{position:absolute;top:8px;z-index:1;width:32px;height:32px;padding:0;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:var(--ink);display:grid}.investor-ui .inv-kyc-remove{left:8px;place-items:center;cursor:pointer}.investor-ui .inv-kyc-remove:hover,.investor-ui .inv-kyc-zoom:hover{background:var(--field-2)}.investor-ui .inv-kyc-remove svg,.investor-ui .inv-kyc-zoom svg{width:15px;height:15px}.investor-ui .inv-dep-drop.has-remove,.investor-ui .inv-dep-drop.has-view{padding-top:40px}.investor-ui .inv-kyc-replace{margin-top:8px;padding:0;border:0;background:none;color:var(--ink);font:inherit;font-size:12.5px;font-weight:600;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.investor-ui .inv-dep-drop.is-locked{cursor:default}.inv-kyc-lightbox{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:24px;background:rgba(8,10,9,.72)}.inv-kyc-lightbox__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:0;border-radius:10px;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer}.inv-kyc-lightbox__close svg{width:18px;height:18px}.inv-kyc-lightbox__img{display:block;max-width:min(96vw,920px);max-height:min(88vh,88dvh);object-fit:contain;border-radius:12px}.mobile-bottom-sheet .inv-kyc-lightbox__img{max-width:100%;max-height:min(70vh,70dvh)}.investor-ui .inv-kyc-tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.investor-ui .inv-kyc-embed .inv-kyc-tags{margin-bottom:14px}@media (max-width:640px){.investor-ui .inv-kyc-grid{grid-template-columns:1fr}}.investor-ui .inv-dep-file{border:1px solid var(--line);border-radius:9px;padding:10px 12px;display:flex;align-items:center;gap:10px;margin-bottom:8px}.investor-ui .inv-dep-file .inv-btn{margin-left:auto}.investor-ui .inv-dep-wire{display:flex;flex-direction:column;gap:18px}.investor-ui .inv-dep-wire__filters{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.investor-ui .inv-dep-wire__row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px 14px;align-items:start;padding:14px 16px}.investor-ui .inv-dep-wire__row+.inv-dep-wire__row{border-top:1px solid var(--line)}.investor-ui .inv-dep-wire__k{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.investor-ui .inv-dep-wire__row .inv-dep-wire__k{padding-top:8px}.investor-ui .inv-dep-wire__details{display:flex;flex-direction:column;gap:10px}.investor-ui .inv-dep-pills{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.investor-ui .inv-dep-pills button{height:32px;padding:0 12px;margin:0;border:1px solid var(--line);border-radius:8px;background:var(--field-2);color:var(--muted);font-family:inherit;font-size:13px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background .14s,border-color .14s,color .14s}.investor-ui .inv-dep-pills button:hover{color:var(--ink);border-color:var(--line-strong)}.investor-ui .inv-dep-pills button.is-on{color:var(--ink);border-color:var(--brand);background:color-mix(in srgb,var(--brand) 14%,var(--surface))}.investor-ui .inv-dep-bank{border:1px solid var(--line);border-radius:12px;padding:4px 17px;margin:0;width:100%;box-sizing:border-box;background:var(--field-2)}@media (max-width:640px){.investor-ui .inv-dep-wire__row{grid-template-columns:1fr;gap:8px;padding:12px 14px}.investor-ui .inv-dep-wire__row .inv-dep-wire__k{padding-top:0}}.investor-ui .inv-dep-chips-stack{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.investor-ui .inv-dep-chips__label{margin:0 0 8px;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--faint)}.investor-ui .inv-dep-chips{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:6px;width:100%}.investor-ui .inv-dep-chips button{flex:0 1 auto;min-width:0;max-width:100%;margin:0;padding:7px 12px;border:1px solid var(--line);border-radius:8px;background:var(--field-2);color:var(--muted);font-family:inherit;font-size:12.5px;font-weight:600;line-height:1.2;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background .14s,border-color .14s,color .14s}.investor-ui .inv-dep-chips button.is-on,.investor-ui .inv-dep-chips button:hover{color:var(--ink);border-color:var(--line-strong)}.investor-ui .inv-dep-chips button.is-on{background:var(--surface);box-shadow:0 1px 3px rgba(10,15,20,.08)}html[data-theme-mode=dark] .investor-ui .inv-dep-chips button.is-on,html[data-theme=dark] .investor-ui .inv-dep-chips button.is-on{background:#232623}.investor-ui .inv-dep-confirm{display:flex;flex-direction:column;gap:16px}.investor-ui .inv-dep-confirm__intro{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}.investor-ui .inv-dep-terms{display:flex;flex-direction:column;gap:16px}.investor-ui .inv-dep-panel{padding:14px 16px 6px;border:1px solid var(--line);border-radius:12px;background:var(--field)}.investor-ui .inv-dep-panel__k{margin:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--faint)}.investor-ui .inv-dep-checks-list{margin:0;padding:0;list-style:none;counter-reset:dep-check;display:grid;grid-template-columns:1fr;gap:8px}.investor-ui .inv-dep-checks-list li{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:var(--field);counter-increment:dep-check}.investor-ui .inv-dep-checks-list li:before{content:counter(dep-check);flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--brand) 14%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));color:var(--brand);font-family:var(--font-mono);font-size:12px;font-weight:700;line-height:1}.investor-ui .inv-dep-checks-list__copy{min-width:0;flex:1 1;padding-top:4px}.investor-ui .inv-dep-checks-list strong{display:block;margin:0 0 4px;font-size:13.5px;font-weight:650;color:var(--ink);line-height:1.3}.investor-ui .inv-dep-checks-list p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}.investor-ui .inv-dep-reject{margin:0;padding:0;list-style:none}.investor-ui .inv-dep-reject li{margin:0;padding:9px 0 9px 12px;border-top:1px solid var(--line);font-size:13px;line-height:1.4;color:var(--muted);position:relative}.investor-ui .inv-dep-reject li:first-child{border-top:none;padding-top:2px}.investor-ui .inv-dep-reject li:before{content:"";position:absolute;left:0;top:16px;width:5px;height:5px;border-radius:50%;background:var(--faint)}.investor-ui .inv-dep-reject li:first-child:before{top:9px}.investor-ui .inv-dep-confirm__time{margin:0;padding:12px 14px;border:1px solid var(--ok-line);border-radius:12px;background:var(--ok-bg);font-size:13px;line-height:1.45;color:var(--ink)}.investor-ui .inv-dep-confirm .inv-wd-ack{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--field)}.investor-ui .inv-dep-proof-count{color:var(--ink);font-weight:650}.investor-ui .inv-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.investor-ui .inv-profile-field{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--field-2);min-width:0}.investor-ui .inv-profile-field--wide{grid-column:1/-1}.investor-ui .inv-profile-field__k{display:block;color:var(--muted);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.investor-ui .inv-profile-field__v{min-width:0;display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.4}.investor-ui .inv-profile-hero{display:flex;align-items:flex-start;gap:16px;padding:22px 20px 8px}.investor-ui .inv-profile-hero__avatar{flex:0 0 auto;width:64px;height:64px;border-radius:16px;display:grid;place-items:center;font-size:20px;font-weight:700;letter-spacing:-.4px;color:var(--brand-ink);background:var(--brand);border:1px solid transparent}.investor-ui .inv-profile-hero__id{flex:1 1;min-width:0}.investor-ui .inv-profile-hero__name{margin:0;font-size:22px;font-weight:700;letter-spacing:-.35px;line-height:1.2;color:var(--ink)}.investor-ui .inv-profile-hero__email{margin:5px 0 10px;font-size:13.5px;color:var(--muted);word-break:break-word}.investor-ui .inv-profile-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.investor-ui .inv-profile-hero__kyc{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.investor-ui .inv-profile-hero__verified{font-size:12px;color:var(--faint)}.investor-ui .inv-profile-hero__cta{margin-left:auto;flex-shrink:0}.investor-ui .inv-profile-complete{margin-top:12px;max-width:min(280px,100%)}.investor-ui .inv-profile-complete__row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.investor-ui .inv-profile-complete__label{font-size:12px;font-weight:500;color:var(--muted)}.investor-ui .inv-profile-complete__pct{font-size:12px;font-weight:650;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink)}.investor-ui .inv-profile-complete.is-done .inv-profile-complete__pct{color:var(--muted)}.investor-ui .inv-profile-complete__bar{height:3px;margin-top:6px;border-radius:999px;background:color-mix(in srgb,var(--ink) 12%,transparent);overflow:hidden}.investor-ui .inv-profile-complete__bar span{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .2s ease}.investor-ui .inv-profile-complete__hint{margin:6px 0 0;font-size:12px;line-height:1.4;color:var(--faint)}.investor-ui .inv-profile-complete__actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.investor-ui .inv-profile-card__body{display:flex;flex-direction:column;gap:10px;padding:16px 20px 20px}.investor-ui .inv-profile-block{padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--field-2)}.investor-ui .inv-profile-block__k{display:block;color:var(--muted);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.investor-ui .inv-profile-block__empty{margin:0;font-size:14.5px;font-weight:600;color:var(--ink)}.investor-ui .inv-profile-block .inv-field__hint{margin:8px 0 0}.investor-ui .inv-profile-tabs,.investor-ui.inv-profile-tabs{display:flex;align-items:stretch;gap:2px;margin:0 0 18px;border-bottom:1px solid var(--line)}.investor-ui .inv-profile-tabs button,.investor-ui.inv-profile-tabs button{appearance:none;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:10px 16px 11px;font-family:inherit;font-size:14.5px;font-weight:600;color:var(--muted);cursor:pointer;white-space:nowrap}.investor-ui .inv-profile-tabs button:hover:not(.is-on),.investor-ui.inv-profile-tabs button:hover:not(.is-on){color:var(--ink)}.investor-ui .inv-profile-tabs button.is-on,.investor-ui.inv-profile-tabs button.is-on{color:var(--ink);border-bottom-color:var(--brand)}.investor-ui .inv-profile-tabs button:focus-visible,.investor-ui.inv-profile-tabs button:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:4px}@media (max-width:767.98px){.investor-ui .inv-profile-tabs,.investor-ui.inv-profile-tabs{width:100%}.investor-ui .inv-profile-tabs button,.investor-ui.inv-profile-tabs button{flex:1 1;padding-left:8px;padding-right:8px;text-align:center}}.investor-ui .inv-profile-wallet{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.investor-ui .inv-profile-block .inv-dep-copy,.investor-ui .inv-profile-field .inv-dep-copy,.investor-ui .inv-profile-wallet .inv-dep-copy{width:100%;max-width:100%;min-width:0}.investor-ui .inv-profile-field__v:has(.inv-dep-copy){flex-wrap:nowrap;width:100%}@media (max-width:700px){.investor-ui .inv-profile-grid{grid-template-columns:1fr}.investor-ui .inv-profile-hero{flex-wrap:wrap}.investor-ui .inv-profile-hero__cta{margin-left:0;width:100%}}.investor-ui .inv-profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:640px){.investor-ui .inv-profile-form-grid{grid-template-columns:1fr}}.investor-ui .inv-profile-payout-summary{display:flex;flex-direction:column;gap:6px;padding:14px 16px;margin-bottom:24px;border:1px solid var(--line);border-radius:12px;background:var(--field-2)}.investor-ui .inv-profile-payout-summary__val{font-family:var(--font-mono);font-size:13px;line-height:1.45;color:var(--ink);background:transparent;white-space:pre-wrap;word-break:break-word}.investor-ui .inv-modal code{color:var(--ink);background:transparent}.investor-ui .inv-modal .form-control,.investor-ui .inv-modal .form-select{height:50px;background:var(--field);border:1px solid var(--line);border-radius:9px;color:var(--ink);font-size:15px;font-family:inherit;box-shadow:none}.investor-ui .inv-modal textarea.form-control{height:auto;min-height:104px;padding:13px 15px;line-height:1.5}.investor-ui .inv-modal .form-control:focus,.investor-ui .inv-modal .form-select:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32);background:var(--field);color:var(--ink)}.investor-ui .inv-modal .form-control.is-invalid{border-color:var(--danger)}.investor-ui .inv-modal .form-label{color:var(--label);font-size:13px;font-weight:600}.investor-ui .inv-modal .form-text,.investor-ui .inv-modal .small.text-muted,.investor-ui .inv-modal .text-muted{color:var(--muted)!important}.investor-ui .inv-modal .invalid-feedback{display:block;color:var(--danger);font-size:13px;margin-top:8px}.investor-ui .payout-instruction-fields{display:flex;flex-direction:column;gap:20px}.investor-ui .payout-instruction-fields>.inv-notice{margin:0}.investor-ui .inv-modal .payout-instruction-fields .row{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-left:0;margin-right:0;--bs-gutter-x:0}.investor-ui .inv-modal .payout-instruction-fields [class*=col-]{width:100%;max-width:100%;padding-left:0;padding-right:0;flex:none}.investor-ui .inv-modal .payout-instruction-fields .mb-3{margin-bottom:16px!important}.investor-ui .inv-modal .form-check{display:flex;gap:10px;align-items:flex-start;padding-left:0;margin:0;min-height:0}.investor-ui .inv-modal .form-check-input{width:18px;height:18px;margin:2px 0 0;flex:0 0 auto;accent-color:var(--brand);border-color:var(--line-strong);background-color:var(--field)}.investor-ui .inv-modal .form-check-label{color:var(--ink);font-size:13.5px;line-height:1.45}.investor-ui .inv-modal .alert,.investor-ui .inv-modal .payout-disclaimer-banner{background:var(--warn-bg)!important;border:1px solid var(--warn-line)!important;border-radius:10px;color:var(--muted)!important;padding:12px 15px}.investor-ui .inv-field>.inv-notice{margin-top:12px}.investor-ui .inv-def{display:grid;grid-template-columns:190px 1fr;gap:8px 20px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}.investor-ui .inv-def:last-child{border-bottom:none}.investor-ui .inv-def__k{color:var(--muted);font-size:13px;font-weight:500}.investor-ui .inv-def__v{min-width:0;display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-weight:500;color:var(--ink)}@media (max-width:900px){.investor-ui .inv-def{grid-template-columns:1fr;gap:3px}}.investor-ui .inv-dep-fx{background:var(--field-2);border:1px solid var(--line);border-radius:12px;padding:15px 17px;margin-top:16px}.investor-ui .inv-dep-fx__t{font-size:13.5px;font-weight:600;color:var(--ink)}.investor-ui .inv-dep-fx__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:11px}@media (max-width:560px){.investor-ui .inv-dep-fx__row{grid-template-columns:1fr}}.investor-ui .inv-dep-fx__est{font-size:13px;color:var(--muted);margin-top:11px}.investor-ui .inv-dep-fx__est b{color:var(--ink)}.investor-ui .inv-dep-phead-logo{width:22px;height:22px;display:inline-flex}.investor-ui .inv-dep-phead-logo svg{width:100%;height:100%}.investor-ui .inv-dep-panel-body{padding:26px 22px}@media (max-width:900px){.investor-ui .inv-dep-panel-body{padding:16px 14px 18px}.investor-ui .inv-dep-guide{margin:24px 0 12px}}.investor-ui .inv-dep-submit{margin-top:16px}@media (max-width:767px){.investor-ui .inv-dep-submit{position:sticky;bottom:12px;z-index:5}}.investor-ui .inv-modal__body h4{margin:16px 0 6px;font-size:14px;font-weight:650;color:var(--ink)}.investor-ui .inv-dep-txid .inv-input{font-family:var(--font-mono);font-size:13.5px}.investor-ui .inv-wd{width:100%}.investor-ui .inv-wd .inv-panel__head{align-items:flex-start;padding:18px 19px 16px}.investor-ui .inv-wd-head{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.investor-ui .inv-wd-head .inv-panel__title{font-size:18px;font-weight:650;letter-spacing:-.3px;line-height:1.25}.investor-ui .inv-wd-source__account{display:inline-flex;align-items:center;margin:0;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.02em;line-height:1.2;color:var(--brand-ink);background:var(--brand);border:1px solid var(--brand)}html[data-theme-mode=dark] .investor-ui .inv-wd-source__account,html[data-theme=dark] .investor-ui .inv-wd-source__account{color:var(--brand);background:color-mix(in srgb,var(--brand) 16%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 34%,var(--line))}.investor-ui .inv-wd-source__hint{margin:0;font-size:13px;font-weight:500;line-height:1.45;color:var(--muted)}.investor-ui .inv-wd-layout{display:flex;flex-direction:column;gap:24px}.investor-ui .inv-wd-layout__break,.investor-ui .inv-wd-layout__form{min-width:0}@media (min-width:1000px){.investor-ui .inv-wd-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:start}.investor-ui .inv-wd-layout__form{order:1}.investor-ui .inv-wd-layout__break{order:2}}.investor-ui .inv-wd-break{display:flex;flex-direction:column;gap:14px}.investor-ui .inv-wd-break__title{margin:0;font-size:13px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.investor-ui .inv-wd-break__grid{display:grid;grid-template-columns:1fr;gap:10px}.investor-ui .inv-wd-break__tile{background:var(--field-2);border:1px solid var(--line);border-radius:10px;padding:14px 16px}.investor-ui .inv-wd-break__tile-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.investor-ui .inv-wd-break__k{font-size:13px;color:var(--muted);font-weight:500}.investor-ui .inv-wd-break__tile-top i{width:28px;height:28px;border-radius:8px;background:var(--brand);color:var(--brand-ink);font-size:14px;display:grid;place-items:center}.investor-ui .inv-wd-break__tile.is-locked .inv-wd-break__tile-top i{background:var(--danger-bg);color:var(--danger-text)}.investor-ui .inv-wd-break__v{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:20px;font-weight:600;letter-spacing:-.5px;margin-top:10px;color:var(--ink)}.investor-ui .inv-wd-break__tile.is-locked .inv-wd-break__v{color:var(--danger-text)}.investor-ui .inv-wd-break__note{font-size:12px;color:var(--faint);margin-top:4px;line-height:1.4}.investor-ui .inv-wd-break__more{display:inline-flex;align-items:center;margin-top:10px;padding:0;border:none;background:none;font:inherit;font-size:12.5px;font-weight:650;color:var(--link);cursor:pointer}.investor-ui .inv-wd-break__more:hover{text-decoration:underline}.investor-ui .inv-wd-break__list{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}.investor-ui .inv-wd-break__item{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding:11px 14px;border-bottom:1px solid var(--line)}.investor-ui .inv-wd-break__item:last-child{border-bottom:none}.investor-ui .inv-wd-break__item-amt{font-family:var(--font-mono);font-size:13.5px;font-weight:600;color:var(--ink)}.investor-ui .inv-wd-break__item-meta{font-size:12px;color:var(--faint);text-align:right}.investor-ui .inv-form-stack{display:flex;flex-direction:column;gap:20px}.investor-ui .inv-wd-head-actions{display:flex;gap:8px;flex-wrap:wrap}.investor-ui .inv-pcards{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:640px){.investor-ui .inv-pcards{grid-template-columns:1fr}}.investor-ui .inv-pcard{position:relative;cursor:pointer;display:block}.investor-ui .inv-pcard input{position:absolute;opacity:0;width:0;height:0}.investor-ui .inv-pcard__body{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--field);transition:border-color .15s,box-shadow .15s,background .15s}.investor-ui .inv-pcard:hover .inv-pcard__body{border-color:var(--line-strong)}.investor-ui .inv-pcard input:checked+.inv-pcard__body{border-color:var(--brand-strong);box-shadow:0 0 0 1px var(--brand-strong),0 6px 18px rgba(120,160,40,.1);background:linear-gradient(0deg,rgba(182,255,86,.05),rgba(182,255,86,.05)),var(--field)}html[data-theme-mode=dark] .investor-ui .inv-pcard input:checked+.inv-pcard__body,html[data-theme=dark] .investor-ui .inv-pcard input:checked+.inv-pcard__body{box-shadow:0 0 0 1px var(--brand)}.investor-ui .inv-pcard input:focus-visible+.inv-pcard__body{box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .inv-pcard input:disabled+.inv-pcard__body{opacity:.65;cursor:not-allowed}.investor-ui .inv-pcard--disabled{cursor:not-allowed}.investor-ui .inv-pcard__top{display:flex;justify-content:space-between;align-items:center;gap:10px}.investor-ui .inv-pcard__name{font-size:15.5px;font-weight:600;letter-spacing:-.2px}.investor-ui .inv-pcard__desc{margin:7px 0 0;font-size:13.5px;line-height:1.5;color:var(--muted)}.investor-ui .inv-pcard__radio{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:2px solid var(--line-strong);display:grid;place-items:center;transition:border-color .15s}.investor-ui .inv-pcard__radio:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--brand-strong);transform:scale(0);transition:transform .15s}.investor-ui .inv-pcard input:checked+.inv-pcard__body .inv-pcard__radio{border-color:var(--brand-strong)}html[data-theme-mode=dark] .investor-ui .inv-pcard input:checked+.inv-pcard__body .inv-pcard__radio,html[data-theme=dark] .investor-ui .inv-pcard input:checked+.inv-pcard__body .inv-pcard__radio{border-color:var(--brand)}.investor-ui .inv-pcard input:checked+.inv-pcard__body .inv-pcard__radio:after{transform:scale(1)}html[data-theme-mode=dark] .investor-ui .inv-pcard input:checked+.inv-pcard__body .inv-pcard__radio:after,html[data-theme=dark] .investor-ui .inv-pcard input:checked+.inv-pcard__body .inv-pcard__radio:after{background:var(--brand)}.investor-ui .inv-maxrow{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:var(--ok-bg);border:1px solid var(--ok-line);border-radius:10px;padding:16px 18px}.investor-ui .inv-maxrow__label{font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);line-height:1.35}.investor-ui .inv-maxrow__val{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:28px;font-weight:650;letter-spacing:-1px;line-height:1.15;color:var(--ink)}.investor-ui .inv-wd-addr{font-family:var(--font-mono)}.investor-ui .inv-wd-miss{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--danger-bg);border:1px solid var(--danger-line);border-radius:10px;padding:13px 15px;font-size:13.5px;color:var(--muted)}.investor-ui .inv-sched{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.investor-ui .inv-sched li{display:flex;gap:11px;align-items:flex-start;font-size:13.5px;color:var(--muted);line-height:1.55}.investor-ui .inv-sched svg{flex:0 0 auto;width:16px;height:16px;color:var(--faint);margin-top:2px}.investor-ui .inv-sched b,.investor-ui .inv-sched strong{color:var(--ink);font-weight:650}.investor-ui .inv-wd-submit{margin-top:4px}@media (max-width:767px){.investor-ui .inv-wd-submit{position:sticky;bottom:12px;z-index:5}}.investor-ui .inv-legal-doc{display:flex;flex-direction:column;gap:18px}.investor-ui .inv-legal-doc>p{margin:0;font-size:14px;line-height:1.55;color:var(--muted)}.investor-ui .inv-legal-sec__title{margin:0 0 8px;font-size:13.5px;font-weight:700;letter-spacing:-.2px;color:var(--ink)}.investor-ui .inv-legal-sec__body{font-size:13.5px;line-height:1.5;color:var(--muted)}.investor-ui .inv-legal-sec__body ol,.investor-ui .inv-legal-sec__body p,.investor-ui .inv-legal-sec__body ul{margin:0}.investor-ui .inv-legal-sec__body ol,.investor-ui .inv-legal-sec__body ul{padding-left:1.15rem}.investor-ui .inv-legal-sec__body li+li{margin-top:6px}.investor-ui .inv-legal-sec--anchor{scroll-margin-top:12px}.investor-ui .inv-legal-callout{display:flex;flex-direction:column;gap:12px;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:var(--field-2)}.investor-ui .inv-legal-callout>p{margin:0;font-size:13.5px;line-height:1.5;color:var(--muted)}.investor-ui .inv-legal-callout__box{padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.investor-ui .inv-legal-callout__box strong{display:block;margin-bottom:8px;font-size:12.5px;font-weight:700;color:var(--ink)}.investor-ui .inv-legal-callout__box ul{margin:0;padding-left:1.15rem;font-size:13px;line-height:1.5;color:var(--muted)}.investor-ui .inv-legal-callout__box li+li{margin-top:4px}.investor-ui .inv-faq{display:flex;flex-direction:column}.investor-ui .inv-faq__item{padding:16px 0;border-bottom:1px solid var(--line)}.investor-ui .inv-faq__item:first-child{padding-top:0}.investor-ui .inv-faq__item:last-child{padding-bottom:0;border-bottom:0}.investor-ui .inv-faq__q{margin:0 0 6px;font-size:14px;font-weight:650;letter-spacing:-.2px;color:var(--ink)}.investor-ui .inv-faq__a{font-size:13.5px;line-height:1.5;color:var(--muted)}.investor-ui .inv-faq__a p{margin:0}.investor-ui .inv-faq__a ol,.investor-ui .inv-faq__a ul{margin:8px 0 0;padding-left:1.15rem}.investor-ui .inv-faq__a li+li{margin-top:4px}.investor-ui .inv-wd-confirm{display:flex;flex-direction:column;gap:20px}.investor-ui .inv-wd-confirm__intro{margin:0;font-size:14px;line-height:1.55;color:var(--muted)}.investor-ui .inv-wd-confirm__terms{padding-top:16px;margin-top:4px;border-top:1px solid var(--line)}.investor-ui .inv-wd-ack{padding-top:16px}.investor-ui .inv-wd-ack span{color:var(--ink)}.investor-ui .inv-wd-sum-wrap{display:flex;flex-direction:column;gap:12px}.investor-ui .inv-wd-sum{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto;background:var(--field-2);border:1px solid var(--line);border-radius:12px;overflow:hidden}.investor-ui .inv-wd-sum--single{grid-template-columns:1fr}.investor-ui .inv-wd-sum__cell{display:grid;grid-template-rows:subgrid;grid-row:span 2;min-width:0;padding:14px 12px 16px;text-align:center}.investor-ui .inv-wd-sum__cell+.inv-wd-sum__cell{border-left:1px solid var(--line)}.investor-ui .inv-wd-sum__k{align-self:end;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.3;color:var(--faint)}.investor-ui .inv-wd-sum__link,.investor-ui .inv-wd-sum__v{align-self:start;margin-top:8px}.investor-ui .inv-wd-sum__v{font-size:16px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.3px;color:var(--ink);word-break:break-word}.investor-ui .inv-wd-sum__v.is-over{color:var(--warn)}.investor-ui .inv-wd-sum__link{justify-self:center;background:none;border:0;padding:0;font:inherit;font-size:13.5px;font-weight:650;line-height:1.25;color:var(--brand);cursor:pointer}.investor-ui .inv-wd-sum__link:hover{text-decoration:underline}@media (max-width:640px){.investor-ui .inv-wd-sum{grid-template-columns:1fr;grid-template-rows:none}.investor-ui .inv-wd-sum__cell{display:flex;flex-direction:column;grid-row:auto;padding:12px 14px}.investor-ui .inv-wd-sum__cell+.inv-wd-sum__cell{border-left:0;border-top:1px solid var(--line)}}.investor-ui .inv-modal__body h6{margin:16px 0 6px;font-size:14px;font-weight:650;color:var(--ink)}.investor-ui .inv-modal__body h6:first-child{margin-top:0}.investor-ui .inv-modal__body p{margin:0 0 4px}.investor-ui .inv-modal__body a{color:var(--link);font-weight:600}.investor-ui .inv-modal__body ol,.investor-ui .inv-modal__body ul{margin:8px 0 12px;padding-left:1.2em}.investor-ui .inv-modal__body .inv-faq__q,.investor-ui .inv-modal__body .inv-legal-sec__title{margin:0 0 8px}.investor-ui .inv-modal__body .inv-faq__q{margin-bottom:6px}.investor-ui .inv-modal__body .inv-dep-checks-list p,.investor-ui .inv-modal__body .inv-dep-confirm__intro,.investor-ui .inv-modal__body .inv-dep-confirm__time,.investor-ui .inv-modal__body .inv-faq__a p,.investor-ui .inv-modal__body .inv-legal-callout>p,.investor-ui .inv-modal__body .inv-legal-doc>p,.investor-ui .inv-modal__body .inv-legal-sec__body p,.investor-ui .inv-modal__body .inv-wd-confirm__intro{margin:0}.investor-ui .inv-modal__body .inv-dep-checks-list,.investor-ui .inv-modal__body .inv-dep-reject{margin:0;padding:0}.investor-ui .inv-modal__body .inv-faq__a ol,.investor-ui .inv-modal__body .inv-faq__a ul,.investor-ui .inv-modal__body .inv-legal-callout__box ul,.investor-ui .inv-modal__body .inv-legal-sec__body ol,.investor-ui .inv-modal__body .inv-legal-sec__body ul{margin:8px 0 0;padding-left:1.15rem}.investor-ui .inv-modal__body .inv-legal-sec__body ol:first-child,.investor-ui .inv-modal__body .inv-legal-sec__body ul:first-child{margin-top:0}.investor-ui .inv-page-narrow{max-width:760px;width:100%;min-width:0;margin-left:auto;margin-right:auto;box-sizing:border-box;display:block}.investor-ui .inv-page-narrow>.inv-panel{width:100%;max-width:100%;box-sizing:border-box}.investor-ui .inv-panel-body{padding:19px}.investor-ui .inv-panel-body--tight{padding:8px 19px}.investor-ui .inv-panel__sub{font-size:12.5px;font-weight:500;color:var(--faint);margin-left:8px}.investor-ui .inv-result{display:flex;flex-direction:column;gap:16px}.investor-ui .inv-result__title{margin:0;font-size:21px;font-weight:600;letter-spacing:-.4px;color:var(--ink)}.investor-ui .inv-dl{display:flex;flex-direction:column;gap:14px}.investor-ui .inv-dl__row{display:flex;flex-direction:column;gap:4px;min-width:0}.investor-ui .inv-dl__label{font-size:12px;font-weight:600;color:var(--faint)}.investor-ui .inv-dl__value{font-size:14.5px;font-weight:600;color:var(--ink);word-break:break-word}.investor-ui .inv-dl__value .inv-dep-copy{width:100%}.investor-ui .inv-dl__value--lg{font-size:22px;letter-spacing:-.4px}.investor-ui .inv-dl__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:500}.investor-ui .inv-dl__id{display:flex;align-items:center;gap:8px;min-width:0}.investor-ui .inv-dl__id-text{min-width:0;word-break:break-all}.investor-ui .inv-result__actions{display:flex;flex-wrap:wrap;gap:10px}.investor-ui .inv-pay-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.investor-ui .inv-pay-timer{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:20px;font-weight:700;color:var(--ink);flex-shrink:0}.investor-ui .inv-pay-timer.is-warn{color:var(--warn)}.investor-ui .inv-pay-timer.is-danger{color:var(--danger)}.investor-ui .inv-pay-amount{text-align:center}.investor-ui .inv-pay-amount__label{font-size:12.5px;font-weight:600;color:var(--faint);margin-bottom:4px}.investor-ui .inv-pay-amount__value{font-size:22px;font-weight:700;letter-spacing:-.4px;color:var(--ink)}.investor-ui .inv-pay-amount__fiat{margin-top:4px;font-size:13px;color:var(--muted)}.investor-ui .inv-pay-amount__note{margin-top:6px;font-size:12.5px;color:var(--muted)}.investor-ui .inv-pay-body{display:flex;flex-direction:column;gap:18px}.investor-ui .inv-pay-grid{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}.investor-ui .inv-addr{display:flex;flex-direction:column;gap:8px;min-width:0}.investor-ui .inv-addr__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.investor-ui .inv-addr__label{font-size:12.5px;font-weight:600;color:var(--faint)}.investor-ui .inv-addr__box{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.45;word-break:break-all;background:var(--field);border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--ink)}.investor-ui .inv-pay-actions{display:flex;flex-direction:column;gap:10px}@media (max-width:560px){.investor-ui .inv-result__actions{flex-direction:column}.investor-ui .inv-pay-actions .inv-btn,.investor-ui .inv-result__actions .inv-btn{width:100%}.investor-ui .inv-pay-grid{grid-template-columns:1fr;justify-items:center}.investor-ui .inv-addr{width:100%}}.investor-ui .inv-icon-btn{width:31px;height:31px;border-radius:7px;border:1px solid var(--line);background:var(--surface);color:var(--faint);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.investor-ui .inv-icon-btn:hover:not(:disabled){background:var(--field-2);color:var(--ink)}.investor-ui .inv-icon-btn:disabled{opacity:.45;cursor:not-allowed}.investor-ui .inv-icon-btn.is-copied{color:var(--ok)}.investor-ui .inv-icon-swap{position:relative;display:block;width:16px;height:16px}.investor-ui .inv-icon-swap span{position:absolute;inset:0;display:grid;place-items:center;opacity:0}.investor-ui .inv-icon-swap span.is-active{opacity:1}.investor-ui .inv-icon-btn--danger:hover{color:var(--danger-text);border-color:var(--danger-line)}.investor-ui .inv-icon-btn i,.investor-ui .inv-icon-btn svg{width:14px;height:14px;font-size:14px}.investor-ui .inv-nrow{display:flex;gap:13px;padding:15px 19px;border-bottom:1px solid var(--line);align-items:flex-start;width:100%;text-align:left;background:none;font-family:inherit}.investor-ui .inv-nrow:last-child{border-bottom:none}.investor-ui .inv-nrow .notification-item,.investor-ui .inv-nrow .notification-item--page{padding:0;background:transparent;min-width:0;width:100%}.investor-ui .inv-nrow__dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--brand-2);margin-top:6px}.investor-ui .inv-nrow--read .inv-nrow__dot{background:var(--line-strong)}.investor-ui .inv-nrow__grow{flex:1 1;min-width:0}.investor-ui .inv-nrow__t{font-size:14px;font-weight:600;line-height:20px;color:var(--ink)}.investor-ui .inv-nrow--read .inv-nrow__t{font-weight:500}.investor-ui .inv-nrow__b{font-size:13.5px;color:var(--muted);margin-top:3px;line-height:1.5}.investor-ui .inv-nrow__time{flex:0 0 auto;min-width:4.5rem;font-size:12px;line-height:20px;color:var(--faint);white-space:nowrap;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.investor-ui .inv-nrow__meta{display:flex;align-items:flex-start;gap:10px;flex-shrink:0}.investor-ui .inv-nrow__acts{display:flex;gap:5px;flex-shrink:0}.member-bell{position:relative}.inv-bell-pop__scrim{position:fixed;inset:0;z-index:1040}.inv-bell-pop{position:absolute;top:calc(100% + 8px);right:0;min-width:300px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line-strong);border-radius:10px;box-shadow:0 18px 44px rgba(10,15,20,.16);z-index:1050;overflow:hidden;animation:inv-pop-in .18s ease}.inv-bell-pop__head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:13px 16px;border-bottom:1px solid var(--line);font-size:14px;font-weight:600;color:var(--ink)}.inv-bell-pop__list{max-height:320px;overflow-y:auto;min-height:0;flex:1 1 auto}.inv-bell-pop__item{display:flex;gap:11px;padding:12px 16px;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted);line-height:1.45;width:100%;text-align:left;background:none;font-family:inherit;cursor:pointer}.inv-bell-pop__item:last-child{border-bottom:none}.inv-bell-pop__item:hover{background:var(--field-2)}.inv-bell-pop__dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--brand-2);margin-top:6px}.inv-bell-pop__item.is-read .inv-bell-pop__dot{background:var(--line-strong)}.inv-bell-pop__body{min-width:0;flex:1 1}.inv-bell-pop__title{display:block;color:var(--ink);font-weight:600;font-size:13.5px;margin-bottom:2px}.inv-bell-pop__msg{display:block}.inv-bell-pop__ago{display:block;font-size:11px;color:var(--faint);margin-top:4px}.inv-bell-pop__foot{padding:10px 16px;border-top:1px solid var(--line);text-align:center}.inv-bell-pop__all{background:none;border:none;padding:0;font:inherit;font-size:13px;font-weight:600;color:var(--link);cursor:pointer;text-decoration:none}.inv-bell-pop__all:hover{text-decoration:underline}.inv-bell-pop__empty{padding:26px 16px;text-align:center;color:var(--faint);font-size:13.5px}.investor-ui .inv-ann-list{display:flex;flex-direction:column;gap:14px;width:100%;max-width:760px}.investor-ui .inv-ann{background:var(--surface);border:1px solid var(--line);border-radius:10px;margin-bottom:0;overflow:hidden;box-shadow:none;width:100%;max-width:100%;box-sizing:border-box}.investor-ui .inv-ann-head{display:flex;align-items:center;gap:13px;padding:16px 19px;cursor:pointer;border:none;box-shadow:none;width:100%;text-align:left;font-family:inherit;appearance:none}.investor-ui .inv-ann-head,.investor-ui .inv-ann-head:focus,.investor-ui .inv-ann-head:hover{background:none;color:inherit}.investor-ui .inv-ann-head:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.investor-ui .inv-ann-head__grow{flex:1 1;min-width:0}.investor-ui .inv-ann-head__t{font-size:15px;font-weight:600;color:var(--ink);display:flex;align-items:center;flex-wrap:wrap;gap:7px}.investor-ui .inv-ann-head__new{display:inline-flex;align-items:center;font-size:11px;font-weight:600;letter-spacing:.02em;padding:3px 9px;border-radius:6px;background:var(--brand);border:1px solid var(--brand);color:var(--brand-ink);text-transform:none}.investor-ui .inv-ann-head__d{font-size:12.5px;color:var(--faint);margin-top:3px}.investor-ui .inv-ann-head__chev{width:16px;height:16px;color:var(--faint);transition:transform .18s;flex-shrink:0}.investor-ui .inv-ann.is-open .inv-ann-head__chev{transform:rotate(180deg)}.investor-ui .inv-ann-body{display:none;padding:0 19px 18px;color:var(--muted);font-size:14px;line-height:1.6}.investor-ui .inv-ann.is-open .inv-ann-body{display:block}.investor-ui .inv-ann-body p{margin:0 0 12px;font-size:14px;line-height:1.6;color:var(--muted)}.investor-ui .inv-ann-body p:last-child{margin-bottom:0}.investor-ui .inv-ann-body b,.investor-ui .inv-ann-body h3,.investor-ui .inv-ann-body strong{color:var(--ink);font-weight:700;font-size:14px}.investor-ui .inv-ann-body h3{margin:0 0 12px;line-height:1.6}.investor-ui .inv-ann-body__signoff{color:var(--faint)}.investor-ui .inv-ann-modal{display:flex;align-items:flex-start;gap:12px}.investor-ui .inv-ann-modal__title{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.investor-ui .inv-ann-modal__ic{flex:0 0 auto;width:36px;height:36px;border-radius:8px;background:rgba(182,255,86,.16);color:var(--brand-strong,var(--brand));display:grid;place-items:center}.investor-ui .inv-ann-modal__ic svg{width:18px;height:18px}.investor-ui .inv-ann-modal__copy{min-width:0}.investor-ui .inv-ann-modal__h{margin:0 0 6px;font-size:15px;font-weight:650;letter-spacing:-.2px;color:var(--ink)}.investor-ui .inv-ann-modal__intro{margin:0;font-size:14px;line-height:1.55;color:var(--muted)}.investor-ui .inv-ann-modal__meta{margin:10px 0 0;font-size:12.5px;color:var(--faint)}.investor-ui .inv-whats-new-modal{display:flex;align-items:flex-start;gap:12px}.investor-ui .inv-whats-new-modal__list{margin:10px 0 0;padding-left:1.15rem;font-size:14px;line-height:1.55;color:var(--muted)}.investor-ui .inv-whats-new-modal__list li+li{margin-top:8px}.investor-ui .inv-whats-new-modal__link{display:inline;padding:0;border:0;background:none;color:var(--ink);font:inherit;font-weight:600;text-decoration:none;cursor:pointer}.investor-ui .inv-whats-new-modal__link:focus-visible,.investor-ui .inv-whats-new-modal__link:hover{color:var(--ink);opacity:.72}.investor-ui .inv-whats-new-modal__link:disabled{opacity:.65;cursor:wait}.investor-ui .inv-page-lead{margin:2px 0 18px;font-size:14px;color:var(--muted)}@media (min-width:768px){.member-shell .member-content:has(.inv-support-page){display:flex;flex-direction:column}.investor-ui .inv-support-page{flex:1 1 auto;min-height:0;flex-direction:column;overflow:hidden}.investor-ui .inv-support-grid{grid-template-rows:minmax(0,1fr)}.investor-ui .inv-support-grid>.inv-panel>.inv-support-empty{flex:1 1 auto;min-height:0}}.investor-ui .inv-support-grid{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:stretch;flex:1 1 auto;min-height:0}.investor-ui .inv-support-grid>.inv-panel{margin-bottom:0;min-height:0;display:flex;flex-direction:column}.investor-ui .inv-support-note{flex:0 0 auto;padding:10px 12px}.investor-ui .inv-support-note .inv-notice{padding:8px 10px;gap:8px}.investor-ui .inv-support-note .inv-notice__ic{width:24px;height:24px;border-radius:7px}.investor-ui .inv-support-note .inv-notice__ic svg{width:14px;height:14px}.investor-ui .inv-support-note .inv-notice__body{font-size:12.5px;line-height:1.4}.investor-ui .inv-support-mcard{margin-bottom:0;width:100%;text-align:left;cursor:pointer;padding:14px 16px;overflow:hidden;font-family:inherit;color:inherit;appearance:none}.investor-ui .inv-support-mcard.is-unread{box-shadow:inset 2px 0 0 var(--brand-strong)}.investor-ui .inv-ticket{display:block;width:100%;min-width:0;overflow:hidden;text-align:left;background:none;border:none;border-bottom:1px solid var(--line);padding:13px 16px;cursor:pointer;font-family:inherit}.investor-ui .inv-ticket:last-child{border-bottom:none}.investor-ui .inv-ticket:hover{background:var(--field-2)}.investor-ui .inv-ticket.is-sel{background:rgba(182,255,86,.08);box-shadow:inset 2px 0 0 var(--brand-strong)}.investor-ui .inv-support-mcard.is-closed,.investor-ui .inv-ticket.is-closed{opacity:.55}.investor-ui .inv-support-mcard.is-closed:focus-visible,.investor-ui .inv-ticket.is-closed.is-sel{opacity:.72}.investor-ui .inv-ticket__s{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.investor-ui .inv-ticket__m{font-size:12px;color:var(--faint);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.investor-ui .inv-ticket__preview{display:block;margin-top:4px;font-size:12px;color:var(--faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.investor-ui .inv-ticket-list{overflow-y:auto;min-height:0;flex:1 1}.investor-ui .inv-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px 18px;padding:12px 19px;border-bottom:1px solid var(--line);flex-shrink:0}.investor-ui .inv-chat-head__main{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:4px}.investor-ui .inv-chat-head__title{margin:0;max-width:100%;font-size:15px;font-weight:600;letter-spacing:-.2px;line-height:1.3;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.investor-ui .inv-chat-head__meta{display:flex;align-items:center;gap:8px;margin:0;min-width:0;font-size:12px;font-weight:500;color:var(--muted)}.investor-ui .inv-chat-head__id{font-family:var(--font-mono);font-size:11.5px;font-weight:600;letter-spacing:.02em;color:var(--faint)}.investor-ui .inv-chat-head__sep{width:3px;height:3px;border-radius:50%;background:var(--line-strong);flex-shrink:0}.investor-ui .inv-chat-head__meta .inv-stt{font-size:10.5px;padding:1px 7px;gap:5px}.investor-ui .inv-chat-head__meta .inv-stt:before{width:5px;height:5px}.investor-ui .inv-chat-head__actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.investor-ui .inv-chat-head__action{height:28px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--muted);font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .14s,color .14s}.investor-ui .inv-chat-head__action:hover:not(:disabled){background:var(--field-2);color:var(--ink)}.investor-ui .inv-chat-head__action--danger{color:var(--danger-text)}.investor-ui .inv-chat-head__action--danger:hover:not(:disabled){background:var(--danger-bg);color:var(--danger-text)}.investor-ui .inv-chat-head__action:disabled{opacity:.4;cursor:not-allowed}.investor-ui .inv-chat{display:flex;flex-direction:column;gap:12px;padding:19px;overflow:hidden;flex:1 1;min-height:0}.investor-ui .inv-chat-input{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--line);align-items:flex-end}.investor-ui .inv-chat-input .inv-input,.investor-ui .inv-chat-input textarea{flex:1 1;min-width:0;height:44px;min-height:44px}.investor-ui .inv-ref-copy{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap}.investor-ui .inv-ref-copy .inv-field{flex:1 1;min-width:220px}.investor-ui .inv-ref-copy .inv-field--code{flex:0 0 auto;min-width:160px}.investor-ui .inv-prof-logout{display:none}.investor-ui .inv-chat-composer{border-top:1px solid var(--line)}.investor-ui .inv-chat-composer .inv-chat-input{align-items:flex-end;gap:4px;margin:10px 14px 14px;padding:6px 8px 6px 10px;border:1px solid var(--line);border-radius:20px;background:var(--field)}.investor-ui .inv-chat-composer .inv-chat-input:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .inv-chat-composer .inv-chat-input .inv-icon-btn{width:36px;height:36px;flex:0 0 36px;border:none;background:transparent;border-radius:50%;color:var(--muted)}.investor-ui .inv-chat-composer .inv-chat-input .inv-icon-btn.is-disabled{opacity:.35;pointer-events:none}.investor-ui .inv-chat-composer .inv-chat-input .inv-icon-btn:hover:not(.is-disabled){background:var(--field-2);color:var(--ink)}.investor-ui .inv-chat-composer .inv-chat-input .inv-icon-btn i{font-size:16px;width:auto;height:auto}.investor-ui .inv-chat-composer .inv-chat-input textarea.inv-textarea{flex:1 1;min-width:0;height:auto;min-height:36px;max-height:120px;resize:none;border:none;background:transparent;box-shadow:none;padding:8px 6px;font-size:14.5px;line-height:1.4}.investor-ui .inv-chat-composer .inv-chat-input textarea.inv-textarea:focus{border:none;box-shadow:none}.investor-ui .inv-chat-composer .inv-chat-send.inv-btn--lime{width:36px;height:36px;min-width:36px;padding:0;border-radius:50%;flex:0 0 36px}.investor-ui .inv-chat-composer .inv-chat-send.inv-btn--lime:hover:not(:disabled){transform:none}.investor-ui .inv-chat-composer .inv-chat-send i{font-size:15px;line-height:1}.investor-ui .inv-chat-send__spin{width:14px;height:14px;border:2px solid var(--brand-ink);border-right:2px solid transparent;border-radius:50%;display:block;animation:inv-chat-spin .6s linear infinite}@keyframes inv-chat-spin{to{transform:rotate(1turn)}}.investor-ui .inv-chat-files{display:flex;flex-wrap:wrap;gap:6px;padding:10px 16px 0}.investor-ui .inv-chat-file{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted);background:var(--field-2);border-radius:7px;padding:4px 8px}.investor-ui .inv-chat-composer .support-pending{padding:10px 16px 0;margin-bottom:0}.investor-ui .support-pending__file{color:var(--muted);background:var(--field-2)}.investor-ui .support-pending__remove--overlay{background:var(--ink);color:var(--surface)}.investor-ui .support-msg__thumb{background:var(--field-2)}.investor-ui .support-msg__bubble--user .support-msg__attachment{background:rgba(12,18,6,.1);border-color:rgba(12,18,6,.12)}.investor-ui .support-msg__bubble--user .support-msg__attachment:hover:not(:disabled){background:rgba(12,18,6,.16)}.investor-ui .support-msg__bubble--user .support-msg__attachment-icon{background:rgba(12,18,6,.12)}.investor-ui .support-msg__bubble--user .support-msg__thumb{background:rgba(12,18,6,.16)}.investor-ui .support-msg__bubble--user .support-msg__thumb-status{background:rgba(12,18,6,.14);color:var(--brand-ink)}.investor-ui .inv-ticket-search{flex:0 0 auto;padding:12px 12px 14px}.investor-ui .inv-search{display:flex;align-items:center;gap:8px}.investor-ui .inv-search .inv-field{flex:1 1;min-width:0}.investor-ui .inv-search .inv-input{height:42px;font-size:14px}.investor-ui .inv-search .inv-ctl--prefix .inv-input{padding-left:38px}.investor-ui .inv-search .inv-ctl--suffix .inv-input{padding-right:40px}.investor-ui .inv-search .inv-ctl__prefix,.investor-ui .inv-search .inv-ctl__suffix{top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;height:28px}.investor-ui .inv-search .inv-ctl__suffix{right:6px}.investor-ui .inv-search .inv-icon-btn{width:28px;height:28px}.investor-ui .inv-search .inv-icon-btn i{width:auto;height:auto;font-size:18px;line-height:1;display:block}.investor-ui .inv-search__spin{width:14px;height:14px;border:2px solid var(--faint);border-right:2px solid transparent;border-radius:50%;display:block;animation:inv-chat-spin .6s linear infinite}.investor-ui .member-support-mobile{--sa-surface:var(--page);--sa-surface-raised:var(--surface);--sa-text:var(--ink);--sa-border:var(--line);--sa-muted:var(--muted);--sa-hover:var(--field-2);--sa-user-bubble:var(--brand);--sa-user-bubble-text:var(--brand-ink);--sa-admin-bubble:var(--surface);--sa-admin-bubble-text:var(--ink)}.investor-ui .support-chat{background:transparent;border:none;min-height:0;padding:12px 14px;border-radius:0}.investor-ui .inv-chat .support-chat{padding:8px 16px 12px 4px;scrollbar-gutter:stable}.investor-ui .support-chat__load-older{color:var(--muted,var(--sa-muted))}.investor-ui .support-chat__load-older-btn{background:none;border:none;padding:0;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.investor-ui .support-chat__load-older-btn:hover{color:var(--ink)}.investor-ui .support-msg{margin-bottom:12px}.investor-ui .support-msg:last-child{margin-bottom:0}.investor-ui .support-msg__avatar{display:flex}.investor-ui .support-msg__avatar--user{background:var(--brand);color:var(--brand-ink)}.investor-ui .support-msg__avatar--admin{background:var(--field-2);color:var(--ink);border:1px solid var(--line)}.investor-ui .support-msg__bubble--user{background:var(--brand);color:var(--brand-ink);border:none}.investor-ui .support-msg__bubble--user a{color:inherit}.investor-ui .support-msg__bubble--admin{background:var(--surface);color:var(--ink);border:1px solid var(--line-strong)}html[data-theme-mode=dark] .investor-ui .support-msg__bubble--admin,html[data-theme=dark] .investor-ui .support-msg__bubble--admin{background:#232826;border-color:var(--line-strong);color:var(--ink)}.investor-ui .support-msg__role{background:var(--surface);color:var(--muted)}.investor-ui .support-chat__date-sep{display:flex;justify-content:center;margin:18px 0 14px}.investor-ui .support-chat__date-sep:first-child{margin-top:4px}.investor-ui .support-chat__date-sep span{display:inline-flex;align-items:center;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-pill);background:var(--field-2);border:1px solid var(--line);color:var(--muted)}.investor-ui .support-composer{border-top-color:var(--line)}.investor-ui .support-composer__box{background:var(--field);border:1px solid var(--line);border-radius:20px}.investor-ui .support-composer__box:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .support-composer__textarea{color:var(--ink)}.investor-ui .support-composer__textarea::placeholder{color:var(--faint)}.investor-ui .support-composer__btn--attach{color:var(--muted)}.investor-ui .support-composer__btn--send{background:var(--brand);color:var(--brand-ink)}.investor-ui .support-composer__btn--send:hover:not(:disabled){filter:none;background:var(--brand-strong)}.investor-ui .support-composer__btn--send:disabled{background:var(--field-2);color:var(--faint);opacity:1}.investor-ui .inv-chat-locked{display:flex;align-items:center;gap:12px;margin:10px 14px 14px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--field-2)}.investor-ui .inv-chat-locked__icon{flex-shrink:0;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}.investor-ui .inv-chat-locked__icon svg{width:16px;height:16px;display:block}.investor-ui .inv-chat-locked__copy{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.investor-ui .inv-chat-locked__copy p{margin:0;font-size:12.5px;line-height:1.35;color:var(--muted)}.investor-ui .inv-chat-attach-hint{margin:-2px 16px 10px;font-size:11px;color:var(--faint)}.investor-ui .inv-chat-limit{margin:0;padding:0 16px 10px;text-align:right;font-size:11px;color:var(--faint)}.investor-ui .inv-chat-limit.is-max,.investor-ui .support-composer__hint.is-max{color:var(--danger-text)}@media (max-width:900px){.investor-ui .inv-support-grid{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(0,1.2fr)}}@media (max-width:767px){.investor-ui .inv-prof-logout{display:flex}}.investor-ui.inv-auth-shell{display:grid;grid-template-columns:clamp(360px,32vw,460px) minmax(0,1fr);min-height:100vh;min-height:100dvh;background:var(--form-bg);overflow-x:clip}.investor-ui.inv-auth-shell>*{min-width:0}.investor-ui .inv-brandpanel{background:var(--panel);color:#eef1ee;align-self:start;position:sticky;top:0;height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:space-between;padding:46px 44px;overflow:hidden;isolation:isolate}.investor-ui .inv-brandpanel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(120% 80% at 100% 0,rgba(182,255,86,.1),transparent 55%),linear-gradient(180deg,rgba(255,255,255,.02),transparent)}.investor-ui .inv-brandpanel>*{position:relative;z-index:1}.investor-ui .inv-brandpanel__logo{display:block;position:relative;width:140px;height:58px;line-height:0}.investor-ui .inv-brandpanel__logo img{object-fit:contain!important;object-position:left center}.investor-ui .inv-brandpanel__head h2{font-size:22px;line-height:1.3;font-weight:600;letter-spacing:-.4px;margin:0;max-width:28ch;color:#fff}.investor-ui .inv-brandpanel__trust{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.investor-ui .inv-brandpanel__trust li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:#c9d0c8;line-height:1.4}.investor-ui .inv-brandpanel__tick{flex:0 0 auto;width:18px;height:18px;border-radius:5px;margin-top:1px;background:rgba(182,255,86,.14);display:grid;place-items:center}.investor-ui .inv-brandpanel__tick svg{width:11px;height:11px;stroke:var(--brand)}.investor-ui .inv-brandpanel__foot{display:flex;flex-direction:column;gap:16px}.investor-ui .inv-brandpanel__stats{display:flex;gap:28px}.investor-ui .inv-brandpanel__stat-n{font-size:22px;font-weight:600;letter-spacing:-.5px;color:#fff}.investor-ui .inv-brandpanel__stat-l{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8c948b;margin-top:3px}.investor-ui .inv-brandpanel__fine{font-size:11.5px;line-height:1.5;color:#7c847b;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;margin:0}.investor-ui .inv-brandpanel__mini{display:none;gap:16px;color:#aab3ab;font-size:12px;align-items:center;flex-wrap:wrap}.investor-ui .inv-auth-formwrap{background:var(--form-bg);position:relative;display:flex;flex-direction:column;padding:64px 0 72px;min-height:100%}.investor-ui .inv-auth-controls{position:absolute;top:22px;right:26px;z-index:20;display:flex;gap:10px;align-items:center}.investor-ui .inv-auth-controls .standalone-locale-theme-bar{position:static;top:auto;right:auto}.investor-ui .inv-auth-form{max-width:520px;width:100%;margin:0 auto;padding:0 40px;flex:1 1 auto;display:flex;flex-direction:column}.investor-ui .inv-auth-head{margin-bottom:34px}.investor-ui .inv-auth-head h1{font-size:30px;font-weight:600;letter-spacing:-.7px;margin:0 0 8px;color:var(--ink)}.investor-ui .inv-auth-head p{color:var(--muted);font-size:15px;margin:0;line-height:1.5}.investor-ui .inv-auth-head p strong{color:var(--ink);font-weight:650}.investor-ui .inv-auth-signin{text-align:center;color:var(--muted);font-size:14.5px;margin:20px 0 0}.investor-ui .inv-auth-signin a{color:var(--link);font-weight:600;text-decoration:none}.investor-ui .inv-auth-signin a:hover{text-decoration:underline}.investor-ui .inv-auth-submit{height:54px;font-size:16px;font-weight:700;border-radius:10px;margin-top:8px}.investor-ui .inv-auth-skip{margin-top:12px}.investor-ui .inv-2fa-verify-lead{margin:0 0 16px;color:var(--muted)}.investor-ui .inv-auth-skip+.inv-notice{margin-top:16px}.investor-ui .inv-grace-foot{margin-top:18px}.investor-ui .inv-auth-form>.inv-banner-pending,.investor-ui .inv-auth-form>.inv-notice{margin-bottom:18px}.investor-ui .inv-notice__body .inv-auth-list{margin-top:6px}.investor-ui .inv-auth-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.investor-ui .inv-auth-row .inv-field__label{margin-bottom:0}.investor-ui .inv-auth-forgot{background:none;border:none;padding:0;font:inherit;font-size:12.5px;font-weight:600;color:var(--link);cursor:pointer}.investor-ui .inv-auth-forgot:hover{text-decoration:underline}.investor-ui .inv-auth-eye{background:none;border:none;padding:0 4px;color:var(--faint);cursor:pointer;display:grid;place-items:center;min-width:32px;min-height:32px;pointer-events:auto}.investor-ui .inv-auth-eye:hover{color:var(--ink)}.investor-ui .inv-auth-alert{margin:0 0 18px;padding:12px 14px;border-radius:10px;border:1px solid var(--danger-line,#f0c9c9);background:var(--danger-bg);color:var(--danger-text);font-size:13.5px;line-height:1.45}.investor-ui .inv-auth-alert.is-ok{border-color:var(--brand);background:rgba(182,255,86,.12);color:var(--ink)}.investor-ui .inv-auth-section{font-size:12px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin:8px 0 4px}.investor-ui .inv-auth-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.investor-ui .inv-agree{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--muted);line-height:1.5;cursor:pointer}html .investor-ui .inv-agree input[type=checkbox],html .investor-ui .inv-check input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin-top:3px;flex:0 0 auto;cursor:pointer;border:1.5px solid var(--line-strong);border-radius:4px;background-color:var(--field);background-repeat:no-repeat;background-position:50%;background-size:12px 12px;accent-color:var(--brand)}html .investor-ui .inv-agree input[type=checkbox]:checked,html .investor-ui .inv-check input[type=checkbox]:checked{accent-color:var(--brand);background-color:var(--brand);border-color:var(--brand);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c1206' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}html .investor-ui .inv-agree input[type=checkbox]:focus-visible,html .investor-ui .inv-check input[type=checkbox]:focus-visible{border-color:var(--brand);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--brand) 35%,transparent);outline:none}.investor-ui .inv-agree a{color:var(--link);font-weight:600;text-decoration:none}.investor-ui .inv-agree a:hover{text-decoration:underline}.investor-ui .inv-stepper{display:flex;align-items:center;gap:0;margin-bottom:34px}.investor-ui .inv-step{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--faint);white-space:nowrap}.investor-ui .inv-step__b{width:24px;height:24px;border-radius:50%;border:2px solid var(--line-strong);display:grid;place-items:center;font-size:11.5px;color:var(--faint);background:var(--field)}.investor-ui .inv-step__b svg{width:11px;height:11px;stroke:var(--brand-ink)}.investor-ui .inv-step.is-done .inv-step__b{background:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.investor-ui .inv-step.is-now{color:var(--ink)}.investor-ui .inv-step.is-now .inv-step__b{border-color:var(--ink);color:var(--ink)}.investor-ui .inv-step-line{flex:1 1;height:1.5px;background:var(--line);margin:0 10px;min-width:16px}.investor-ui .inv-step-line.is-done{background:var(--brand-strong)}.investor-ui .inv-step-wrap{display:contents}.investor-ui .inv-auth-code,.investor-ui .inv-auth-code-field .inv-input{text-align:center;font-size:1.5rem;letter-spacing:.28em;font-family:ui-monospace,monospace;font-weight:600}.investor-ui .inv-auth-list{margin:8px 0 0;padding:0 0 0 18px;color:var(--muted);font-size:14px;line-height:1.6}.investor-ui .inv-auth-list strong{color:var(--ink)}.investor-ui .inv-notice+.inv-backup-block{margin-top:12px}.investor-ui .inv-backup-block{display:flex;flex-direction:column;gap:8px}.investor-ui .inv-backup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:0;background:var(--field-2);border:1px solid var(--line);border-radius:10px;padding:14px}.investor-ui .inv-backup-grid code{display:block;text-align:center;padding:8px;background:var(--field);border:1px solid var(--line);border-radius:6px;font-size:13px;color:var(--ink);font-family:var(--font-mono,ui-monospace,monospace)}.investor-ui .inv-auth-actions{display:flex;gap:8px;flex-wrap:wrap;margin:0}.investor-ui .inv-auth-logout{margin-top:24px}.investor-ui .inv-select.form-control{height:50px;box-shadow:none;appearance:none;-webkit-appearance:none;background-color:var(--field)}.investor-ui .inv-qr-box{width:196px;height:196px;max-width:100%;border:1px solid var(--line-strong);border-radius:12px;padding:12px;background:#fff;display:flex;align-items:center;justify-content:center}.investor-ui .inv-qr-box img{max-width:100%;height:auto}.investor-ui .inv-2fa-grid{display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:start;margin-bottom:26px}.investor-ui .inv-secret-chip{display:inline-flex;align-items:center;gap:8px;background:var(--field-2);border:1px solid var(--line);border-radius:8px;padding:8px 12px;font-size:13px;margin-top:8px;max-width:100%;flex-wrap:wrap;word-break:break-all}.investor-ui .inv-secret-chip code{color:var(--ink)}@media (max-width:880px){.investor-ui.inv-auth-shell{grid-template-columns:1fr;grid-template-rows:auto}.investor-ui .inv-brandpanel{position:static;height:auto;min-height:0;flex-direction:row;flex-wrap:wrap;gap:22px;padding:26px 24px;align-items:center;justify-content:space-between;overflow:visible}.investor-ui .inv-brandpanel__foot,.investor-ui .inv-brandpanel__head,.investor-ui .inv-brandpanel__trust{display:none}.investor-ui .inv-brandpanel__mini{display:flex}.investor-ui .inv-auth-formwrap{padding:64px 0 56px}.investor-ui .inv-auth-controls{top:20px}.investor-ui .inv-2fa-grid{grid-template-columns:1fr}.investor-ui .inv-stepper{min-width:0;width:100%}.investor-ui .inv-step{min-width:0}.investor-ui .inv-step__lab{overflow:hidden;text-overflow:ellipsis;max-width:4.5em}}@media (max-width:520px){.investor-ui .inv-auth-form{padding:0 20px}.investor-ui .inv-auth-head h1{font-size:26px}.investor-ui .inv-auth-grid2{grid-template-columns:1fr}.investor-ui .inv-step__lab{display:none}.investor-ui .inv-auth-controls{right:16px;top:14px}.investor-ui .inv-auth-code,.investor-ui .inv-auth-code-field .inv-input{width:100%;min-width:0;font-size:1.25rem;letter-spacing:.18em;box-sizing:border-box}.investor-ui .inv-auth-code-row{display:flex;gap:8px;width:100%}.investor-ui .inv-auth-code-row input{width:auto;flex:1 1;min-width:0;max-width:48px;height:54px;font-size:20px}.investor-ui .inv-backup-grid{grid-template-columns:1fr}}.investor-ui .inv-auth-controls-row{display:flex;gap:10px;align-items:center}.investor-ui .inv-auth-lang{position:relative}.investor-ui .inv-auth-lang__btn{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line-strong);color:var(--muted);background:transparent;border-radius:7px;padding:7px 11px;font-size:13px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:inherit}.investor-ui .inv-auth-lang__chev,.investor-ui .inv-auth-lang__globe{width:12px;height:12px;flex:0 0 auto}.investor-ui .inv-auth-lang__menu{position:absolute;right:0;top:calc(100% + 6px);min-width:148px;background:var(--form-bg);border:1px solid var(--line-strong);border-radius:9px;padding:4px;box-shadow:0 14px 34px rgba(10,15,20,.16);z-index:30}.investor-ui .inv-auth-lang__menu button{width:100%;text-align:left;background:none;border:none;color:var(--ink);padding:7px 9px;border-radius:6px;font-size:12.5px;cursor:pointer}.investor-ui .inv-auth-lang__menu button.is-on,.investor-ui .inv-auth-lang__menu button:hover{background:var(--field-2)}.investor-ui .inv-auth-theme-seg{display:flex;background:var(--field-2);border:1px solid var(--line-strong);border-radius:7px;padding:2px;gap:2px}.investor-ui .inv-auth-theme-seg button{display:grid;place-items:center;width:26px;height:23px;background:none;border:none;color:var(--faint);border-radius:5px;cursor:pointer;padding:0}.investor-ui .inv-auth-theme-seg button svg{width:13px;height:13px}.investor-ui .inv-auth-theme-seg button.is-on{background:var(--brand);color:var(--brand-ink)}.investor-ui .inv-auth-foot{margin-top:auto;border-top:none;padding-top:49px;background-image:linear-gradient(var(--line),var(--line));background-size:100% 1px;background-repeat:no-repeat;background-position:0 24px;font-size:11.5px;color:var(--faint)}.investor-ui .inv-auth-foot__links{display:flex;gap:6px 16px;flex-wrap:wrap;margin-bottom:9px}.investor-ui .inv-auth-foot__lnk{background:none;border:none;padding:0;font:inherit;font-size:11.5px;color:var(--muted);font-weight:600;cursor:pointer;text-decoration:none}.investor-ui .inv-auth-foot__lnk:hover{color:var(--ink);text-decoration:underline}.investor-ui .inv-auth-foot p{margin:0;line-height:1.55}.investor-ui .inv-segment{display:flex;gap:8px;flex-wrap:wrap}.investor-ui .inv-segment__opt{cursor:pointer}.investor-ui .inv-segment input{position:absolute;opacity:0;width:0;height:0}.investor-ui .inv-segment__chip{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:44px;padding:0 16px;border:1px solid var(--line-strong);border-radius:8px;font-size:14px;font-weight:600;color:var(--muted);background:var(--field);transition:all .14s}.investor-ui .inv-segment input:checked+.inv-segment__chip{background:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.investor-ui .inv-segment input:focus-visible+.inv-segment__chip{box-shadow:0 0 0 3px rgba(182,255,86,.32)}.investor-ui .inv-segment input:disabled+.inv-segment__chip{opacity:.65;cursor:not-allowed}.investor-ui .inv-pcards--stack{display:flex;flex-direction:column;gap:12px;grid-template-columns:none}.investor-ui .inv-pcard__meta{margin-top:11px;display:flex;gap:8px;flex-wrap:wrap}.investor-ui .inv-pcard__chip{font-size:11px;letter-spacing:.02em;padding:4px 9px;border-radius:999px;background:var(--field-2);border:1px solid var(--line);color:var(--muted);font-weight:500}.investor-ui .inv-combo{position:relative}.investor-ui .inv-combo__trigger{width:100%;height:50px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;background:var(--field);color:var(--ink);font-family:inherit;font-size:15px;padding:0 14px;cursor:pointer;text-align:left;appearance:none;-webkit-appearance:none;transition:border-color .15s,box-shadow .15s}.investor-ui .inv-combo.is-open .inv-combo__trigger,.investor-ui .inv-combo__trigger:focus-visible{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32);outline:none}.investor-ui .inv-combo__trigger.is-invalid{border-color:var(--danger)}.investor-ui .inv-combo__flag{font-size:19px;line-height:1}.investor-ui .inv-combo__name{flex:1 1}.investor-ui .inv-combo__name.is-placeholder{color:var(--faint)}.investor-ui .inv-combo__caret{flex:0 0 auto;width:8px;height:8px;border-right:2px solid var(--faint);border-bottom:2px solid var(--faint);transform:rotate(45deg);transition:transform .15s;margin-left:6px}.investor-ui .inv-combo.is-open .inv-combo__caret{transform:rotate(-135deg)}.investor-ui .inv-combo__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;background:var(--form-bg);border:1px solid var(--line-strong);border-radius:10px;box-shadow:0 16px 40px rgba(10,15,20,.18);overflow:hidden}.investor-ui .inv-combo__search{display:flex;align-items:center;gap:9px;padding:11px 13px;border-bottom:1px solid var(--line)}.investor-ui .inv-combo__search svg{width:16px;height:16px;color:var(--faint)}.investor-ui .inv-combo__search input{flex:1 1;min-width:0;border:none;background:transparent;height:24px;padding:0;font-size:14.5px;color:var(--ink);font-family:inherit;outline:none}.investor-ui .inv-combo__search input:focus{border:none;box-shadow:none}.investor-ui .inv-combo__list{list-style:none;margin:0;padding:6px;max-height:246px;overflow-y:auto}.investor-ui .inv-combo__list li{padding:9px 11px;border-radius:7px;font-size:14.5px;cursor:pointer;color:var(--ink);display:flex;align-items:center;gap:10px}.investor-ui .inv-combo__list li.is-active,.investor-ui .inv-combo__list li:hover{background:var(--field-2)}.investor-ui .inv-combo__list li[aria-selected=true]:after{content:"";margin-left:auto;width:6px;height:11px;border-right:2px solid var(--brand-strong);border-bottom:2px solid var(--brand-strong);transform:rotate(45deg)}html[data-theme-mode=dark] .investor-ui .inv-combo__list li[aria-selected=true]:after{border-color:var(--brand)}.investor-ui .inv-combo__empty{padding:14px 12px;font-size:14px;color:var(--faint);cursor:default}.investor-ui .inv-choice__list{display:flex;flex-direction:column;gap:6px}.investor-ui .inv-choice__opt{width:100%;min-height:48px;display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--line);border-radius:9px;background:var(--field);color:var(--ink);font-family:inherit;font-size:14.5px;line-height:1.35;text-align:left;cursor:pointer;appearance:none;transition:border-color .15s,box-shadow .15s,background .15s}.investor-ui .inv-choice__opt:hover:not(:disabled){background:var(--field-2)}.investor-ui .inv-choice__opt:focus-visible{border-color:var(--ink);box-shadow:0 0 0 3px rgba(182,255,86,.32);outline:none}.investor-ui .inv-choice__opt.is-selected{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,var(--field-2))}.investor-ui .inv-choice__opt.is-selected:hover:not(:disabled){border-color:var(--brand);background:color-mix(in srgb,var(--brand) 16%,var(--field-2))}.investor-ui .inv-choice__label{flex:1 1;min-width:0}.investor-ui .inv-choice__opt .inv-tag{flex:0 0 auto}.investor-ui .inv-choice__opt.is-selected:after{content:"";flex:0 0 auto;width:6px;height:11px;margin-left:auto;border-right:2px solid var(--brand-strong);border-bottom:2px solid var(--brand-strong);transform:rotate(45deg)}html[data-theme-mode=dark] .investor-ui .inv-choice__opt.is-selected:after{border-color:var(--brand)}.investor-ui .inv-choice.is-disabled .inv-choice__opt,.investor-ui .inv-choice__opt:disabled{opacity:.62;cursor:not-allowed}.investor-ui .inv-input[type=file]{height:auto;padding:10px 12px}.investor-ui .inv-input[aria-invalid=true]{border-color:var(--danger)}.investor-ui .inv-check{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.45;color:var(--ink)}.investor-ui .inv-chrome-banner,.investor-ui.inv-chrome-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 16px;background:var(--warn-bg);border-bottom:1px solid var(--warn-line)}.investor-ui .inv-chrome-banner__copy,.investor-ui.inv-chrome-banner .inv-chrome-banner__copy{flex:1 1;min-width:0;font-size:13.5px;line-height:1.45;color:var(--ink)}.investor-ui .inv-chrome-banner__copy strong{color:var(--warn)}.investor-ui .inv-chrome-banner .inv-notice{flex:1 1;min-width:0;margin:0;border:0;background:transparent;padding:0}.investor-ui .inv-action-alert__row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.investor-ui .inv-loading-overlay{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface) 82%,transparent)}.investor-ui .inv-loading-hint{margin:0;text-align:center}.investor-ui .pagination{--bs-pagination-active-color:var(--brand-ink);--bs-pagination-active-bg:var(--brand);--bs-pagination-active-border-color:var(--brand)}.investor-ui .pagination .page-item.active .page-link,.investor-ui .pagination .page-item.active .page-link:focus,.investor-ui .pagination .page-item.active .page-link:hover{background-color:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.investor-ui.inv-suspended{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:88px 20px 40px;background:var(--page);color:var(--ink)}.investor-ui .inv-suspended__card{width:min(520px,100%);background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:28px 24px}.investor-ui .inv-suspended__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.investor-ui .inv-suspended__title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.3px}.investor-ui .inv-suspended__list{margin:18px 0 22px;padding:0;list-style:none;display:grid;gap:10px;color:var(--muted);font-size:14px}.investor-ui .inv-suspended__list i{color:var(--ink);margin-right:8px}.investor-ui .inv-suspended__actions{display:grid;gap:10px}.investor-ui .inv-suspended__phone{margin:16px 0 0;text-align:center;color:var(--muted);font-size:13px}.investor-ui .inv-suspended__phone a{color:var(--ink);text-decoration:none;font-weight:600}