@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-normal-CW0RaeGs.woff2) format("woff2"),url(/assets/dm-sans-latin-400-normal-BwCSEQnW.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-500-normal-B9HHJjqV.woff2) format("woff2"),url(/assets/dm-sans-latin-500-normal-Dr3UlScf.woff) format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-600-normal-Aqo67rzb.woff2) format("woff2"),url(/assets/dm-sans-latin-600-normal-BmdmIIQ2.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2) format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2) format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-latin-800-normal-BfWYOv1c.woff2) format("woff2"),url(/assets/manrope-latin-800-normal-uHUdIJgA.woff) format("woff")}:root{font-family:DM Sans,sans-serif;font-synthesis:none;color-scheme:light;--app-bg: #f3f6f4;--surface: #fff;--surface-alt: #eaf0ec;--ink: #14231c;--muted: #64736b;--brand: #1d6b4f;--brand-ink: #1d6b4f;--accent: #cbe86b;--accent-soft: color-mix(in srgb, var(--accent) 20%, var(--surface));--accent-ink: color-mix(in srgb, var(--accent) 58%, var(--ink));--on-accent: #0b1511;--danger: #c84c4c;--success: #26835f;--warning: #a16b15;--line: color-mix(in srgb, var(--ink) 11%, transparent);--line-strong: color-mix(in srgb, var(--ink) 20%, transparent);--shadow-soft: color-mix(in srgb, var(--ink) 7%, transparent);--shadow-strong: color-mix(in srgb, var(--ink) 16%, transparent);--shadow: 0 20px 60px color-mix(in srgb, var(--ink) 10%, transparent);--popover-shadow: 0 16px 42px rgba(11, 21, 16, .16);--dialog-shadow: 0 24px 64px rgba(3, 8, 6, .28);--overlay-scrim: rgba(3, 8, 6, .62);--radius: 18px;--control-radius: 10px;--on-brand: #fff;--brand-muted: #c4cec8;--stats-bg: #30483b;--stats-ink: #f7f5ef;--stats-muted: #c1ccc5;--stats-line: #4c5d53;--accent-on-stats: #d7ed8c;--motion-fast: .14s;--motion-enter: .18s;--motion-ease: cubic-bezier(.2, .7, .2, 1);--content: 1180px}.workspace-sidebar nav{min-height:0;flex:1 1 auto;align-content:start;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.workspace-sidebar nav::-webkit-scrollbar{display:none;width:0;height:0}html[data-theme=dark]{color-scheme:dark;--danger: #ff8580;--success: #79dcae;--warning: #e6c66b;--line: color-mix(in srgb, var(--ink) 14%, transparent);--line-strong: color-mix(in srgb, var(--ink) 26%, transparent);--shadow-soft: rgba(0, 0, 0, .24);--shadow-strong: rgba(0, 0, 0, .46);--shadow: 0 28px 80px rgba(0, 0, 0, .34);--popover-shadow: 0 18px 46px rgba(0, 0, 0, .52);--dialog-shadow: 0 28px 76px rgba(0, 0, 0, .62);--overlay-scrim: rgba(0, 0, 0, .7)}html[data-radius=soft]{--radius: 16px;--control-radius: 10px}html[data-radius=compact]{--radius: 8px;--control-radius: 8px}html[data-radius=rounded]{--radius: 24px;--control-radius: 12px}html[data-density=compact]{--content: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable;scrollbar-color:var(--line-strong) transparent}body{margin:0;min-width:320px;min-height:100vh;background:var(--app-bg);color:var(--ink)}::selection{color:var(--ink);background:var(--accent-soft)}button,input,select,textarea{font:inherit}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.82}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{width:18px;height:18px;stroke-width:1.8}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 60%,transparent);outline-offset:3px}.sr-only{position:absolute!important;overflow:hidden!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;border:0!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}h1,h2,h3,strong,.brand{font-family:Manrope,sans-serif}h1,h2,h3{text-wrap:balance}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-ink) 52%,transparent);outline-offset:3px}.button{display:inline-flex;min-height:44px;padding:0 17px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line-strong);border-radius:calc(var(--radius) - 6px);background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--ink);font-size:13px;font-weight:700;cursor:pointer;transition:transform var(--motion-fast) var(--motion-ease)}.button:hover{border-color:var(--brand-ink)}.button:active{transform:scale(.98)}.button.primary{border-color:var(--brand);background:var(--brand);color:var(--on-brand)}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button svg{width:16px}.full-button{width:100%}.danger-button{color:var(--danger)}.positive{color:var(--success)!important}.brand{display:inline-flex;align-items:center;gap:11px;font-size:18px;font-weight:800;letter-spacing:-.03em}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:var(--brand);color:var(--on-brand);font-size:15px;box-shadow:inset 0 0 0 1px #ffffff24}.brand-mark.has-image{overflow:hidden;padding:0;background:transparent}.brand-mark.has-image img{width:100%;height:100%;object-fit:contain}.brand-full-image{display:block;width:auto;max-width:190px;height:auto;max-height:48px;object-fit:contain}.signin-page{display:grid;min-height:100vh;grid-template-columns:minmax(390px,.9fr) minmax(480px,1.1fr);background:var(--app-bg)}.signin-aside{position:relative;display:flex;overflow:hidden;padding:46px;flex-direction:column;justify-content:space-between;background:var(--brand);color:var(--on-brand)}.signin-aside:after{position:absolute;width:480px;height:480px;right:-240px;bottom:-230px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 90px #ffffff06,0 0 0 180px #ffffff05;content:""}.signin-aside .brand-mark{background:var(--on-brand);color:var(--brand)}.signin-aside>div{position:relative;z-index:1;max-width:520px}.signin-aside h1{margin:0 0 16px;font-size:clamp(38px,3vw,52px);line-height:1.04;letter-spacing:-.045em}.signin-aside p{color:var(--brand-muted);line-height:1.6}.role-panel{display:flex;width:min(520px,calc(100% - 64px));margin:auto;padding:50px 0;flex-direction:column}.role-panel-copy{margin:auto 0 28px;padding-top:80px}.role-panel-copy h2{margin:0 0 10px;font-size:42px;letter-spacing:-.05em}.role-panel-copy p{color:var(--muted)}.auth-kind{display:grid;grid-template-columns:1fr 1fr;padding:5px;border-radius:calc(var(--radius) - 4px);background:var(--surface-alt)}.auth-kind button{display:flex;min-height:50px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:calc(var(--radius) - 8px);background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.auth-kind button.active{background:var(--surface);color:var(--ink);box-shadow:0 8px 20px var(--shadow-soft)}.signin-form,.product-form{display:grid;gap:17px;margin-top:24px}.signin-form{gap:20px;margin-top:28px}.signin-form label,.product-form label{display:grid;gap:7px}.signin-form label span,.product-form label>span{color:var(--muted);font-size:12px;font-weight:700}.signin-form label span{font-size:13px;font-weight:600}.signin-form input{min-height:56px;padding:0 17px;border-color:transparent;border-radius:var(--control-radius);background:var(--surface-alt);transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease)}.signin-form input:hover{border-color:var(--line-strong)}.signin-form input:focus{border-color:var(--brand-ink);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-ink) 18%,transparent)}.signin-form input:-webkit-autofill,.signin-form input:-webkit-autofill:hover,.signin-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);caret-color:var(--ink);box-shadow:0 0 0 1000px var(--surface-alt) inset;transition:background-color 9999s ease-out}.signin-form .full-button{min-height:56px;border-radius:var(--control-radius)}.signup-page .role-panel-copy{padding-top:28px}.auth-switch{margin:2px 0 0;color:var(--muted);font-size:13px;text-align:center}.auth-switch a{color:var(--brand-ink);font-weight:700}.forgot-link{width:fit-content;margin-top:-8px;margin-left:auto;color:var(--brand-ink);font-size:12px;font-weight:700}.form-notice{margin:0;padding:12px 14px;border-radius:var(--control-radius);background:var(--accent-soft);color:var(--accent-ink);font-size:13px;line-height:1.5}.setup-success{margin:auto 0}.setup-success>i{display:grid;width:52px;height:52px;margin-bottom:24px;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent-ink)}.setup-success h2{margin:0 0 10px;font-size:42px;letter-spacing:-.05em}.setup-success p{margin:0 0 28px;color:var(--muted)}.setup-success .full-button{width:100%;min-height:56px;border-radius:var(--control-radius)}input,select,textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:var(--control-radius);background:var(--surface);color:var(--ink);outline:none;accent-color:var(--brand-ink);caret-color:var(--brand-ink);transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:color-mix(in srgb,var(--surface-alt) 78%,var(--surface))}textarea{min-height:110px;padding-top:13px;padding-bottom:13px;line-height:1.5;resize:vertical}input:hover:not(:disabled):not([readonly]),select:hover:not(:disabled),textarea:hover:not(:disabled):not([readonly]){border-color:var(--line-strong)}input:focus,select:focus,textarea:focus{border-color:var(--brand-ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-ink) 18%,transparent)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;outline-offset:0}input:disabled,select:disabled,textarea:disabled,input[readonly],textarea[readonly]{color:var(--muted);background:color-mix(in srgb,var(--surface-alt) 76%,var(--surface))}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.72}input:user-invalid,select:user-invalid,textarea:user-invalid{border-color:var(--danger)}.form-error{margin:0;color:var(--danger);font-size:12px}.signin-note{display:flex;margin-top:22px;padding:14px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:calc(var(--radius) - 5px);color:var(--muted)}.signin-note>span{display:grid;gap:2px;font-size:10px}.signin-note b{color:var(--ink);font-size:11px}.workspace{display:grid;min-height:100svh;grid-template-columns:266px minmax(0,1fr);background:var(--app-bg)}.workspace-sidebar{position:sticky;z-index:20;top:14px;display:flex;height:calc(100svh - 28px);margin:14px 0 14px 14px;padding:18px 16px 14px;flex-direction:column;border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 14px 38px var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sidebar-brand{display:flex;min-height:50px;padding:0 8px;align-items:center;justify-content:space-between}.sidebar-brand>button{display:none;width:44px;height:44px;place-items:center;border:0;background:transparent}.workspace-sidebar nav{display:grid;gap:5px;margin-top:35px}.workspace-sidebar nav>small{margin:0 10px 10px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.workspace-sidebar nav a{position:relative;display:flex;min-height:44px;padding:0 11px;align-items:center;gap:12px;border-radius:11px;color:var(--muted);font-size:12px;font-weight:650}.workspace-sidebar nav a:hover{color:var(--ink);background:color-mix(in srgb,var(--ink) 4%,transparent)}.workspace-sidebar nav a.active{background:var(--accent);color:var(--on-accent);font-weight:750}.workspace-sidebar nav a.active:before{display:none}.workspace-sidebar nav a.active svg{color:inherit}.account-menu{position:relative;margin-top:auto}.account-trigger{display:grid;width:100%;min-height:58px;padding:9px 8px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:0;border-top:1px solid var(--line);background:transparent;text-align:left;cursor:pointer;transition:transform var(--motion-fast) var(--motion-ease)}.account-trigger:hover{background:color-mix(in srgb,var(--brand) 6%,transparent)}.account-trigger:active{transform:scale(.98)}.account-avatar{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--accent) 32%,var(--surface));color:var(--ink);font:750 10px Manrope,sans-serif}.account-avatar,.account-identity>span{overflow:hidden}.account-avatar img,.account-identity>span img{display:block;width:100%;height:100%;object-fit:cover}.account-trigger-copy{display:grid;gap:3px;min-width:0}.account-trigger-copy b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.account-trigger-copy small{color:var(--muted);font-size:9px}.account-chevron{width:13px;color:var(--muted);transition:transform var(--motion-fast) var(--motion-ease)}.account-menu.open .account-chevron{transform:rotate(180deg)}.account-popover{position:absolute;z-index:80;width:min(236px,calc(100vw - 32px));bottom:calc(100% + 10px);left:0;overflow:hidden;padding:8px;border:1px solid var(--line);border-radius:calc(var(--radius) + 1px);background:var(--surface);box-shadow:var(--popover-shadow);animation:account-menu-in var(--motion-fast) var(--motion-ease) both}@keyframes account-menu-in{0%{opacity:0;transform:translateY(4px) scale(.99)}}.account-identity{display:grid;padding:10px;grid-template-columns:auto 1fr;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.account-identity>span{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--accent) 32%,var(--surface));font:750 9px Manrope,sans-serif}.account-identity>div,.account-menu-links a>span{display:grid;gap:2px}.account-identity b,.account-menu-links b{font-size:11px}.account-identity small,.account-menu-links small{color:var(--muted);font-size:9px}.account-menu-links{display:grid;gap:2px;padding:7px 0}.account-menu-links a,.account-signout{display:grid;width:100%;min-height:48px;padding:7px 10px;grid-template-columns:28px 1fr;align-items:center;gap:8px;border:0;border-radius:calc(var(--radius) - 8px);background:transparent;text-align:left;cursor:pointer}.account-menu-links a:hover,.account-signout:hover{background:var(--surface-alt)}.account-menu-links svg,.account-signout svg{width:16px;color:var(--muted)}.account-signout{min-height:42px;border-top:1px solid var(--line);border-radius:0;color:var(--danger);font-size:10px;font-weight:700}.account-signout svg{color:currentColor}.workspace-header .account-menu{display:none}.workspace-main{min-width:0}.workspace-header{position:sticky;z-index:10;top:0;display:none;height:72px;padding:0 28px;grid-template-columns:1fr auto;align-items:center;gap:18px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--app-bg) 86%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workspace-header>div:first-of-type{display:grid}.workspace-header>div:first-of-type b{font-size:14px}.mobile-menu{display:none;border:0;background:transparent}.investor-page strong,.investor-page dd,.operator-experience strong,.operator-experience dd,.operator-experience time,.operator-experience code{font-variant-numeric:tabular-nums}.workspace-content{width:min(var(--content),calc(100% - 56px));margin:auto;padding:28px 0 max(80px,env(safe-area-inset-bottom))}.route-stage{transform-origin:50% 0;animation:route-in .24s var(--motion-ease) both;will-change:opacity,transform,filter}@keyframes route-in{0%{opacity:.28;transform:translateY(10px) scale(.996);filter:blur(2px)}68%{filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.mobile-backdrop{display:none}.settings-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px}.settings-card{padding:28px}.settings-card>h2{margin-bottom:22px;font-size:18px}.settings-card dl{margin:0}.settings-card dl>div{display:flex;min-height:52px;padding:12px 0;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.settings-card dl>div:last-child{border-bottom:0}.settings-card dt{color:var(--muted);font-size:11px}.settings-card dd{margin:0;font-size:12px;font-weight:700;text-align:right}.access-card{display:flex;flex-direction:column}.access-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.access-card>div{display:flex;margin-top:auto;padding-top:38px;flex-wrap:wrap;gap:9px}.settings-person{display:flex;padding-bottom:22px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.settings-person>i{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--accent) 32%,var(--surface));font:750 11px Manrope,sans-serif;font-style:normal}.settings-person h2,.settings-person p{margin:0}.settings-person h2{font-size:18px}.settings-person p{margin-top:3px;color:var(--muted);font-size:11px}@media(min-width:961px){html[data-navigation=horizontal] .workspace:not(.investor-workspace){display:block}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar{position:sticky;z-index:30;top:14px;width:calc(100% - 28px);max-width:1560px;height:68px;margin:14px auto 0;padding:0 14px;flex-direction:row;align-items:center;border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 10px 30px var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .sidebar-brand{min-width:max-content;padding:0 20px 0 2px}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar nav{display:flex;overflow-x:auto;min-width:0;margin:0 14px 0 16px;padding:0;align-items:center;gap:8px;border:0;border-radius:0;background:transparent;scrollbar-width:none}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar nav::-webkit-scrollbar{display:none}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar nav a{flex:0 0 auto;min-height:42px;padding:0 11px;gap:8px;border-radius:calc(var(--radius) - 6px);font-size:11px}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar nav a.active:before{display:none}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar nav a.active{background:var(--accent);color:var(--on-accent);box-shadow:none;font-weight:750}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar nav a.active svg{color:inherit}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-sidebar>.account-menu{min-width:max-content;margin:0 0 0 auto}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .account-trigger{width:auto;min-height:42px;padding:3px 10px 3px 4px;grid-template-columns:36px auto 13px;gap:8px;border:0;border-radius:calc(var(--radius) - 6px);background:color-mix(in srgb,var(--brand) 8%,transparent)}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .account-trigger-copy{display:grid}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .account-trigger-copy small{display:none}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .account-trigger:hover{background:color-mix(in srgb,var(--brand) 12%,transparent)}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .account-popover{top:calc(100% + 12px);right:0;bottom:auto;left:auto}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .account-menu.open .account-popover{transform-origin:top right}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-header{display:none}html[data-navigation=horizontal] .workspace:not(.investor-workspace) .workspace-content{padding-top:28px}}.page-title{display:flex;min-height:46px;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}.page-title h1{margin:0;font-size:clamp(24px,2.5vw,32px);line-height:1.08;letter-spacing:-.045em}.page-title-main{display:flex;min-width:0;align-items:center;gap:10px}.page-title-copy-wrap{display:grid;min-width:0;gap:7px}.page-title-copy{max-width:660px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.page-title-main+.page-title-copy{padding-left:0}.title-back{display:grid;width:40px;height:40px;flex:none;place-items:center;border-radius:12px;color:var(--muted)}.title-back:hover{background:color-mix(in srgb,var(--ink) 5%,transparent);color:var(--ink)}.title-back svg{width:21px;height:21px}.page-title h1,h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}dd,time,.status-pill,[class*=amount],[class*=balance],[class*=value]{font-variant-numeric:tabular-nums}.workspace-panel{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.live-chat-admin{display:grid}.live-chat-heading{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;border-bottom:1px solid var(--line)}.live-chat-heading h2{margin:8px 0 5px;font:750 24px Manrope,sans-serif;letter-spacing:-.04em}.live-chat-heading p,.live-chat-section-copy p{margin:0;color:var(--muted);font-size:12px}.live-chat-state{padding:5px 8px;border-radius:99px;background:var(--surface-alt);color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.live-chat-state.enabled{background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand-ink)}.live-chat-switch{display:flex;align-items:center;gap:10px;cursor:pointer}.live-chat-switch input{position:absolute;opacity:0}.live-chat-switch>span{width:42px;height:24px;padding:3px;border-radius:99px;background:var(--surface-alt);transition:.2s}.live-chat-switch>span:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:var(--muted);transition:.2s}.live-chat-switch input:checked+span{background:var(--brand)}.live-chat-switch input:checked+span:after{transform:translate(18px);background:var(--on-brand,#fff)}.live-chat-switch b{font-size:11px}.live-chat-section{display:grid;grid-template-columns:220px 1fr;gap:34px;padding:28px;border-bottom:1px solid var(--line)}.live-chat-section-copy{display:flex;gap:12px}.live-chat-section-copy>b{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--surface-alt);color:var(--brand-ink);font-size:10px}.live-chat-section-copy h3{margin:1px 0 5px;font-size:14px}.live-chat-providers{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.live-chat-providers button{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:11px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.live-chat-providers button.selected{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 10%,transparent)}.live-chat-providers i{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--surface-alt);color:var(--brand-ink);font-style:normal;font-weight:800}.live-chat-providers span{font-size:11px;font-weight:750}.live-chat-providers small{color:var(--muted);font-size:8px}.live-chat-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.live-chat-fields label{display:grid;gap:7px}.live-chat-fields label>span{font-size:10px;font-weight:750}.live-chat-fields input{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:9px;background:var(--background);color:var(--text);font:500 12px DM Sans,sans-serif;outline:0}.live-chat-fields input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,transparent)}.live-chat-visibility{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.live-chat-visibility label{display:block;cursor:pointer}.live-chat-visibility input{position:absolute;opacity:0}.live-chat-visibility label>span{display:grid;gap:5px;min-height:70px;padding:14px;border:1px solid var(--line);border-radius:10px}.live-chat-visibility input:checked+span{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 6%,var(--surface));box-shadow:inset 3px 0 var(--brand)}.live-chat-visibility b{font-size:11px}.live-chat-visibility small{color:var(--muted);font-size:9px}.live-chat-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 28px;background:var(--surface-alt)}.live-chat-actions p{margin:0;color:var(--muted);font-size:10px}.live-chat-actions button{padding:11px 16px;border:0;border-radius:8px;background:var(--brand);color:var(--on-brand,#fff);font-weight:750;cursor:pointer}.live-chat-actions button:disabled{opacity:.55}@media(max-width:900px){.live-chat-section{grid-template-columns:1fr}.live-chat-providers{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.live-chat-heading{align-items:flex-start;flex-direction:column}.live-chat-providers,.live-chat-fields,.live-chat-visibility{grid-template-columns:1fr}.live-chat-actions{align-items:stretch;flex-direction:column}.live-chat-actions button{width:100%}}.live-chat-admin>.live-chat-providers{padding:22px 28px 0}.live-chat-admin>.live-chat-fields{padding:18px 28px 28px}.live-chat-providers button{display:flex;grid-template-columns:none;min-height:52px}.live-chat-providers button img{width:25px;height:25px;object-fit:contain}.live-chat-fields select{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:9px;background:var(--background);color:var(--text);font:500 12px DM Sans,sans-serif}.live-chat-heading h2{margin:0 0 5px;font-size:20px}.live-chat-actions:has(p:empty) p{display:none}.live-chat-actions:has(p:empty){justify-content:flex-end}.panel-heading{display:flex;min-height:84px;padding:20px 22px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-heading>div{display:grid;gap:5px}.panel-heading h2{margin:0;font-size:18px;letter-spacing:-.025em}.panel-heading>a{display:flex;align-items:center;gap:7px;color:var(--brand-ink);font-size:11px;font-weight:750}.panel-heading svg{width:14px}.status-pill{display:inline-flex;width:max-content;padding:6px 9px;align-items:center;border-radius:999px;font-size:9px;font-weight:800;text-transform:capitalize}.status-pill.success{background:color-mix(in srgb,var(--success) 13%,transparent);color:var(--success)}.status-pill.warning{background:color-mix(in srgb,var(--warning) 15%,transparent);color:var(--warning)}.status-pill.danger{background:color-mix(in srgb,var(--danger) 13%,transparent);color:var(--danger)}.status-pill.neutral{background:var(--surface-alt);color:var(--muted)}.portfolio-summary{display:grid;grid-template-columns:minmax(310px,.95fr) minmax(330px,1.05fr);overflow:hidden;min-height:340px;margin-bottom:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.portfolio-total{display:flex;padding:34px;flex-direction:column;justify-content:space-between;background:var(--brand);color:var(--on-brand)}.portfolio-total>span{color:var(--brand-muted);font-size:11px;font-weight:650}.portfolio-total>strong{margin:auto 0 10px;font-size:clamp(48px,5.4vw,70px);line-height:.92;letter-spacing:-.065em}.portfolio-total>button{display:flex;width:max-content;padding:0;align-items:center;gap:7px;border:0;background:transparent;color:var(--brand-muted);font-size:11px}.summary-actions{display:flex;align-items:center;gap:9px}.portfolio-summary dl{display:grid;grid-template-columns:repeat(2,1fr);margin:0;padding:30px;gap:1px;background:var(--line)}.portfolio-summary dl>div{display:flex;padding:22px;flex-direction:column;justify-content:space-between;background:var(--surface)}.portfolio-summary dt{color:var(--muted);font-size:10px}.portfolio-summary dd{margin:0;font-family:Manrope,sans-serif;font-size:17px;font-weight:700}.recent-panel{margin-top:20px}.ledger-rows article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;min-height:72px;padding:13px 20px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.ledger-rows article:last-child{border-bottom:0}.ledger-rows article>i{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--accent-soft);color:var(--accent-ink)}.ledger-rows article>div{display:grid;min-width:0;gap:4px}.ledger-rows b{font-size:11px}.ledger-rows article>div span{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.ledger-rows article>strong{font-size:11px}.opportunity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.opportunity-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.opportunity-art{display:flex;min-height:118px;padding:20px;align-items:flex-start;justify-content:space-between;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand-ink)}.opportunity-card.clay .opportunity-art{background:color-mix(in srgb,var(--accent) 17%,var(--surface))}.opportunity-art span{font-size:10px;font-weight:750;text-transform:uppercase}.opportunity-art i{font:700 26px Manrope,sans-serif;opacity:.25}.opportunity-card-body{padding:24px}.opportunity-card-body>div:first-child{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px}.opportunity-card-body h2{margin:32px 0 10px;font-size:25px;letter-spacing:-.04em}.opportunity-card-body>p{min-height:44px;color:var(--muted);font-size:11px;line-height:1.6}.opportunity-card-body dl{display:grid;grid-template-columns:repeat(3,1fr);margin:24px 0}.opportunity-card-body dl>div{display:grid;gap:5px;border-right:1px solid var(--line)}.opportunity-card-body dl>div+div{padding-left:13px}.opportunity-card-body dl>div:last-child{border:0}.opportunity-card-body dt{color:var(--muted);font-size:8px;text-transform:uppercase}.opportunity-card-body dd{margin:0;font-size:11px;font-weight:700}.funding-progress{display:grid;gap:8px}.funding-progress>span,.product-funding>span{display:block;overflow:hidden;height:5px;border-radius:10px;background:var(--surface-alt)}.funding-progress>span i,.product-funding>span i{display:block;height:100%;border-radius:inherit;background:var(--brand)}.funding-progress small{color:var(--muted);font-size:9px}.opportunity-card-body>button{display:flex;width:100%;margin-top:22px;padding:17px 0 0;align-items:center;justify-content:space-between;border:0;border-top:1px solid var(--line);background:transparent;color:var(--brand-ink);font-size:11px;font-weight:750;cursor:pointer}.portfolio-ledger-head{display:flex;min-height:220px;margin-bottom:20px;padding:30px;align-items:flex-end;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:var(--brand);color:var(--on-brand)}.portfolio-ledger-head>div{display:grid;gap:12px}.portfolio-ledger-head span,.portfolio-ledger-head dt{color:var(--brand-muted);font-size:10px}.portfolio-ledger-head>div strong{font-size:clamp(42px,5vw,66px);letter-spacing:-.06em}.portfolio-ledger-head dl{display:flex;margin:0;gap:44px}.portfolio-ledger-head dl div{display:grid;gap:7px}.portfolio-ledger-head dd{margin:0;font:700 18px Manrope,sans-serif}.holding-rows article{display:grid;grid-template-columns:auto 1fr minmax(130px,.3fr) minmax(130px,.3fr);min-height:84px;padding:14px 20px;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.holding-rows article:last-child{border:0}.holding-rows article>i{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--accent-soft);color:var(--accent-ink);font-style:normal;font-weight:750}.holding-rows article>div{display:grid;gap:4px}.holding-rows b,.holding-rows strong{font-size:11px}.holding-rows span{color:var(--muted);font-size:9px}.wallet-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;margin-bottom:20px}.asset-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.asset-balance-grid article{display:grid;min-height:172px;padding:22px;align-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:var(--brand);color:var(--on-brand)}.asset-balance-grid article>div{display:flex;align-items:center;gap:11px}.asset-balance-grid article>div>i{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:#ffffff1f;font-style:normal;font-weight:800}.asset-balance-grid article span{display:grid;gap:2px}.asset-balance-grid article span small,.asset-balance-grid article>small{color:var(--brand-muted);font-size:10px}.asset-balance-grid article>strong{font:750 27px Manrope,sans-serif;letter-spacing:-.04em}.funding-method-list{display:grid;gap:10px;margin-bottom:20px}.funding-method-list .funding-method{min-height:0;padding:18px 20px;grid-template-columns:minmax(210px,.8fr) minmax(260px,1.4fr) auto}.wallet-balance,.funding-method{min-height:250px;padding:28px;border:1px solid var(--line);border-radius:var(--radius)}.wallet-balance{position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:space-between;background:var(--brand);color:var(--on-brand)}.wallet-balance:after{position:absolute;width:210px;height:210px;right:-85px;bottom:-110px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 45px #ffffff06;content:""}.wallet-balance>span,.wallet-balance>small{color:var(--brand-muted);font-size:11px}.wallet-balance>strong{position:relative;z-index:1;font-size:clamp(38px,4.3vw,58px);line-height:1;letter-spacing:-.055em}.funding-method{display:grid;align-content:space-between;gap:22px;background:var(--surface)}.funding-method>div{display:flex;align-items:center;gap:12px}.funding-method>div>i{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent-ink)}.funding-method>div>span{display:grid;gap:4px}.funding-method b{font-size:13px}.funding-method small{color:var(--muted);font-size:10px}.funding-method code,.deposit-address code,.proof-details dd{overflow-wrap:anywhere;font:500 11px DM Sans,sans-serif;letter-spacing:.02em}.funding-method>button{display:flex;width:max-content;align-items:center;gap:7px;border:0;background:transparent;color:var(--brand-ink);font-size:11px;font-weight:750;cursor:pointer}.wallet-inline,.deposit-address{display:grid;gap:7px;padding:16px;border:1px solid var(--line);border-radius:calc(var(--radius) - 5px);background:var(--surface-alt)}.wallet-inline{grid-template-columns:1fr auto;align-items:center}.wallet-inline span,.deposit-address>span{color:var(--muted);font-size:10px}.deposit-address small{color:var(--muted);font-size:10px;line-height:1.5}.funding-wallet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.funding-wallet-grid>article{display:grid;min-height:330px;padding:24px;gap:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.funding-wallet-grid>article.disabled{opacity:.62}.funding-wallet-grid header{display:flex;align-items:center;gap:12px}.funding-wallet-grid header>i{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:var(--brand);color:var(--on-brand);font-style:normal;font-weight:800}.funding-wallet-grid header>div{display:grid;flex:1;gap:2px}.funding-wallet-grid h2,.funding-wallet-grid p{margin:0}.funding-wallet-grid h2{font-size:20px}.funding-wallet-grid p{color:var(--muted);font-size:11px}.funding-wallet-address{display:grid;gap:8px}.funding-wallet-address span{color:var(--muted);font-size:10px}.funding-wallet-address code{overflow-wrap:anywhere;font:600 12px DM Sans,sans-serif}.funding-wallet-grid dl{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:17px 0;border-block:1px solid var(--line)}.funding-wallet-grid dl div{display:grid;gap:5px}.funding-wallet-grid dt{color:var(--muted);font-size:9px}.funding-wallet-grid dd{margin:0;font-size:12px;font-weight:750}.funding-wallet-grid footer{display:flex;justify-content:space-between;gap:8px}.funding-wallet-grid footer .button{min-height:38px}.request-rows>article{display:grid;grid-template-columns:1fr auto auto;min-height:68px;padding:13px 20px;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.request-rows>article:last-child{border:0}.request-rows>article div{display:grid;gap:4px}.request-rows>article b,.request-rows>article strong{font-size:11px}.request-rows>article div span{color:var(--muted);font-size:9px}.queue-tabs{display:flex;width:max-content;margin-bottom:14px;padding:4px;gap:3px;border-radius:12px;background:var(--surface-alt)}.queue-tabs button{min-height:34px;padding:0 13px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.queue-tabs button.active{background:var(--surface);color:var(--ink)}.document-groups article{display:grid;grid-template-columns:auto 1fr auto auto;min-height:72px;padding:13px 20px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.document-groups article>i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--accent-soft);color:var(--accent-ink)}.document-groups article>div{display:grid;gap:4px}.document-groups b{font-size:11px}.document-groups article>div span{color:var(--muted);font-size:9px}.document-groups article>button{border:0;background:transparent;color:var(--muted);cursor:pointer}.profile-grid{display:grid;grid-template-columns:minmax(300px,480px)}.identity-card{padding:34px}.identity-avatar{display:grid;width:70px;height:70px;place-items:center;border-radius:22px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand-ink);font:800 20px Manrope,sans-serif}.identity-card h2{margin:24px 0 5px}.identity-card>p{color:var(--muted)}.identity-card dl{display:grid;margin:28px 0 0;gap:1px;background:var(--line)}.identity-card dl div{display:flex;padding:14px 0;justify-content:space-between;background:var(--surface)}.identity-card dt{color:var(--muted);font-size:10px}.identity-card dd{margin:0;font-size:11px;font-weight:700}.operator-metrics{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:14px;margin-bottom:18px}.operator-metrics article{display:flex;min-height:150px;padding:20px;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.operator-metrics article>span,.operator-metrics small{color:var(--muted);font-size:9px}.operator-metrics strong{font-size:29px;letter-spacing:-.045em}.operator-metrics .primary-metric{background:var(--brand);color:var(--on-brand)}.operator-metrics .primary-metric>span,.operator-metrics .primary-metric small{color:var(--brand-muted)}.operator-metrics .primary-metric strong{font-size:38px}.operator-overview-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;margin-bottom:18px}.decision-panel>a{display:grid;grid-template-columns:auto 1fr auto auto;min-height:68px;padding:13px 20px;align-items:center;gap:13px;border-bottom:1px solid var(--line)}.decision-panel>a>i{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--accent-soft);color:var(--accent-ink)}.decision-panel>a>div{display:grid;gap:4px}.decision-panel b{font-size:11px}.decision-panel>a>div span{color:var(--muted);font-size:9px}.distribution-card{display:flex;padding:24px;flex-direction:column}.distribution-card>span{color:var(--muted);font-size:9px;text-transform:uppercase}.distribution-card>i{display:grid;width:45px;height:45px;margin:22px 0;place-items:center;border-radius:14px;background:var(--accent-soft);color:var(--accent-ink)}.distribution-card h2{margin-bottom:5px;font-size:18px}.distribution-card p{color:var(--muted);font-size:10px}.distribution-card>strong{margin:auto 0 20px;font-size:28px}.operator-products-table{margin-bottom:18px}.product-rows b{font-size:10px}.product-rows span,.product-funding small{color:var(--muted);font-size:9px}.product-funding{display:grid;gap:7px}.table-toolbar{display:flex;margin-bottom:14px;justify-content:flex-end}.table-toolbar label{display:flex;width:280px;height:42px;padding:0 12px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.table-toolbar input{min-height:0;padding:0;border:0;background:transparent;box-shadow:none}.table-head{display:grid;grid-template-columns:1.2fr .7fr .6fr .7fr 20px;min-height:42px;padding:0 20px;align-items:center;gap:14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:8px;text-transform:uppercase}.investor-table>button{display:grid;width:100%;grid-template-columns:1.2fr .7fr .6fr .7fr 20px;min-height:72px;padding:12px 20px;align-items:center;gap:14px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.person-cell{display:flex;align-items:center;gap:11px}.person-cell>i{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--accent) 25%,var(--surface));font-size:9px;font-style:normal;font-weight:800}.person-cell>span{display:grid;gap:3px}.person-cell b,.investor-table>button>strong{font-size:10px}.person-cell small,.investor-table>button>span{color:var(--muted);font-size:9px}.audit-list article{position:relative;display:grid;grid-template-columns:auto 1fr auto;min-height:72px;padding:13px 20px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.audit-list article>i{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--surface-alt);color:var(--muted)}.audit-list article>i.current{color:var(--brand-ink)}.audit-list p{margin:0 0 4px;font-size:10px}.audit-list span,.audit-list time{color:var(--muted);font-size:9px}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;padding:max(20px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom));place-items:center;background:var(--overlay-scrim)}.modal{width:min(420px,100%);max-height:calc(100dvh - max(40px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--dialog-shadow);outline:none}.modal-wide{width:min(600px,100%)}.operator-form-modal{width:min(520px,100%)}.modal>header{display:flex;min-height:64px;padding:12px 14px 12px 20px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.modal>header h2{margin:0;font-size:18px}.modal>header>button{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:0;border-radius:10px;color:var(--muted);background:var(--surface-alt);cursor:pointer}.modal>header>button:hover{color:var(--ink);background:color-mix(in srgb,var(--surface-alt) 68%,var(--line))}.modal-body{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 22px 22px}.modal-body>.product-form{gap:18px;margin:0}.modal-body>p,.product-form>p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.risk-callout{display:flex;padding:15px;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:calc(var(--radius) - 5px);background:var(--surface-alt)}.risk-callout>svg{color:var(--brand-ink)}.risk-callout>div{display:grid;gap:5px}.risk-callout b{font-size:11px}.risk-callout p{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.modal-actions{position:sticky;z-index:1;bottom:-22px;display:flex;margin:2px -22px -22px;padding:16px 22px max(16px,env(safe-area-inset-bottom));justify-content:flex-end;gap:9px;border-top:1px solid var(--line);background:var(--surface)}.modal-actions .button{min-width:108px}.split-actions>*{flex:1}.success-state{display:grid;padding:20px 0 4px;justify-items:center;gap:16px;text-align:center}.success-state>i{display:grid;width:55px;height:55px;place-items:center;border-radius:18px;background:color-mix(in srgb,var(--success) 13%,transparent);color:var(--success)}.success-state p{color:var(--muted);font-size:12px}.receipt-amount{display:grid;padding:24px;justify-items:center;gap:8px;border-radius:var(--radius);background:var(--brand);color:var(--on-brand)}.receipt-amount>span{color:var(--brand-muted);font-size:9px;font-weight:800;text-transform:uppercase}.receipt-amount>strong{font-size:35px;letter-spacing:-.05em}.receipt-amount>small{color:var(--brand-muted)}.proof-details,.detail-facts{display:grid;gap:10px;margin:16px 0}.proof-details>div,.detail-facts>div{padding:14px;border-radius:12px;background:var(--surface-alt)}.proof-details dt,.detail-facts dt{margin-bottom:6px;color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.proof-details dd,.detail-facts dd{margin:0;font-size:11px}.review-profile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.review-profile>i{display:grid;width:50px;height:50px;place-items:center;border-radius:16px;background:var(--surface-alt);font-style:normal;font-weight:800}.review-profile>div{display:grid;gap:4px}.review-profile b{font-size:11px}.review-profile span{color:var(--muted);font-size:9px}.loading-skeleton{min-height:100svh;background:var(--app-bg)}.skeleton-block{display:block;overflow:hidden;background:linear-gradient(100deg,color-mix(in srgb,var(--ink) 7%,transparent) 20%,color-mix(in srgb,var(--surface) 78%,transparent),color-mix(in srgb,var(--ink) 7%,transparent) 56%);background-size:220% 100%;animation:skeleton-shift 1.35s ease-in-out infinite}@keyframes skeleton-shift{0%{background-position:120% 0}to{background-position:-120% 0}}.skeleton-brand{display:flex;align-items:center;gap:12px}.skeleton-brand i{width:36px;height:36px;flex:0 0 36px;border-radius:11px}.skeleton-brand b{width:112px;height:14px;border-radius:6px}.auth-loading{display:grid;grid-template-columns:minmax(390px,.9fr) minmax(480px,1.1fr)}.auth-loading-brand{display:flex;padding:46px;flex-direction:column;justify-content:space-between;background:var(--brand)}.auth-loading--neutral .auth-loading-brand{background:#222625}.auth-loading-brand .skeleton-block{background:linear-gradient(100deg,#ffffff1a 20%,#ffffff38,#ffffff1a 56%);background-size:220% 100%}.auth-loading-copy{display:grid;max-width:520px;gap:12px}.auth-loading-copy i{width:90px;height:11px;margin-bottom:9px;border-radius:5px}.auth-loading-copy b{width:100%;height:47px;border-radius:10px}.auth-loading-copy b.short{width:68%}.auth-loading-copy span{width:76%;height:15px;margin-top:9px;border-radius:6px}.auth-loading-form{display:flex;width:min(520px,calc(100% - 64px));margin:auto;flex-direction:column;gap:46px}.auth-loading-form>div:first-child{display:grid;gap:12px}.auth-loading-form>div:first-child i{width:45%;height:38px;border-radius:10px}.auth-loading-form>div:first-child b{width:62%;height:14px;border-radius:6px}.skeleton-fields{display:grid;gap:20px}.skeleton-fields span{height:56px;border-radius:var(--control-radius)}.workspace-loading{display:grid;grid-template-columns:266px minmax(0,1fr)}.workspace-loading-sidebar{display:flex;height:calc(100svh - 28px);margin:14px 0 14px 14px;padding:18px 14px;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.skeleton-nav{display:grid;gap:9px;margin-top:44px}.skeleton-nav i{height:44px;border-radius:calc(var(--radius) - 7px)}.skeleton-nav i:nth-child(2n){width:86%}.skeleton-account{height:58px;margin-top:auto;border-radius:calc(var(--radius) - 6px)}.workspace-loading-main{padding:46px 36px 70px}.workspace-loading-main>header{display:flex;align-items:center;justify-content:space-between}.workspace-loading-main>header>div{display:grid;width:260px;gap:10px}.workspace-loading-main>header i{width:76%;height:31px;border-radius:8px}.workspace-loading-main>header b{width:100%;height:12px;border-radius:5px}.workspace-loading-main>header>span{width:92px;height:42px;border-radius:var(--control-radius)}.skeleton-summary{height:250px;margin-top:36px;border-radius:var(--radius)}.skeleton-overview-grid{display:grid;margin-top:20px;grid-template-columns:minmax(0,1fr) minmax(270px,.36fr);gap:20px}.skeleton-overview-main,.skeleton-overview-side{display:grid;align-content:start;gap:20px}.skeleton-overview-main i{height:210px;border-radius:var(--radius)}.skeleton-overview-main i:last-child{height:260px}.skeleton-overview-side i{height:150px;border-radius:var(--radius)}.skeleton-overview-side i:nth-child(2){height:170px}.skeleton-overview-side i:nth-child(3){height:180px}.skeleton-overview-side i.short{height:76px}.skeleton-operator-layout{display:grid;margin-top:20px;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);gap:20px}.skeleton-operator-main,.skeleton-operator-side{display:grid;align-content:start;gap:20px}.skeleton-operator-main i,.skeleton-operator-side i{border-radius:var(--radius)}.skeleton-operator-main i:first-child{height:300px}.skeleton-operator-main i:last-child{height:250px}.skeleton-operator-side i:first-child{height:180px}.skeleton-operator-side i:last-child{height:150px}.state-page{display:grid;min-height:100svh;padding:30px;place-items:center;background:var(--app-bg)}.state-page>div{max-width:500px;text-align:center}.state-page h1{font-size:42px;letter-spacing:-.05em}.state-page p{color:var(--muted)}.system-state-card{width:min(720px,100%);max-width:720px!important;min-height:340px;display:grid;grid-template-columns:210px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left!important}.system-state-mark{display:grid;place-items:center;background:var(--stats-bg);color:var(--stats-ink)}.system-state-mark>i{width:76px;height:76px;display:grid;place-items:center;border-radius:22px;background:color-mix(in srgb,var(--stats-ink) 10%,transparent)}.system-state-mark svg{width:30px;height:30px}.system-state-copy{display:grid;padding:44px;align-content:center;justify-items:start}.state-page .system-state-copy h1{margin:0;font-size:clamp(28px,3vw,36px)}.state-page .system-state-copy p{margin:12px 0 26px;line-height:1.6;text-wrap:pretty}.system-state-copy>.button{min-width:144px}.host-state-page{min-height:100vh;display:grid;place-content:center;justify-items:center;padding:30px;background:#f4f5f2;color:#1d2420;text-align:center}.host-state-mark{width:46px;height:46px;display:grid;place-items:center;margin-bottom:20px;border:1px solid #dde1dc;border-radius:12px;background:#fff;color:#69736d}.host-state-mark svg{width:20px;height:20px}.host-state-page h1{max-width:520px;margin:0;font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.045em}.host-state-page p{max-width:420px;margin:12px 0 0;color:#6f7772;font-size:13px;line-height:1.55}.host-state-page .button{min-height:40px;margin-top:18px;padding-inline:16px;border-color:#202824;background:#202824;color:#fff}@media(max-width:560px){.state-page{padding:16px}.system-state-card{min-height:0;grid-template-columns:1fr}.system-state-mark{min-height:140px}.system-state-copy{padding:28px 22px}.system-state-copy>.button{width:100%}}@media(max-width:1050px){.workspace{grid-template-columns:230px minmax(0,1fr)}.operator-metrics{grid-template-columns:repeat(2,1fr)}.operator-overview-grid{grid-template-columns:1fr}.product-rows .status-pill{display:none}}@media(max-width:820px){.auth-loading{grid-template-columns:1fr}.auth-loading-brand{min-height:340px;padding:34px}.auth-loading-form{min-height:560px;padding:70px 0;justify-content:center}.workspace-loading{display:block}.workspace-loading-sidebar{display:none}.workspace-loading-main{padding:84px 24px 50px}.signin-page{grid-template-columns:1fr}.signin-aside{min-height:360px}.role-panel{min-height:640px}.workspace{display:block}.workspace-sidebar{position:fixed;z-index:50;top:0;width:min(264px,calc(100vw - 40px));height:100svh;margin:0;padding:max(18px,env(safe-area-inset-top)) 16px max(14px,env(safe-area-inset-bottom));left:0;border-radius:0 var(--radius) var(--radius) 0;transform:translate(-105%);visibility:hidden;pointer-events:none;transition:transform var(--motion-enter) var(--motion-ease),visibility 0s linear var(--motion-enter);box-shadow:18px 0 52px color-mix(in srgb,#000 22%,transparent)}.nav-open .workspace-sidebar{transform:translate(0);visibility:visible;pointer-events:auto;transition-delay:0s}.sidebar-brand>button{display:grid}.mobile-backdrop{position:fixed;z-index:40;inset:0;display:block;padding:0;border:0;background:#0000007a;opacity:0;visibility:hidden;pointer-events:none;cursor:default;transition:opacity var(--motion-enter) var(--motion-ease)}.nav-open .mobile-backdrop{opacity:1;visibility:visible;pointer-events:auto}.workspace-header{display:grid;height:calc(64px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 18px 0;grid-template-columns:auto 1fr auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.workspace-header .account-menu{display:block;margin:0}.workspace-header .account-trigger{width:42px;min-height:42px;padding:3px;display:grid;grid-template-columns:36px;border:0;border-radius:12px}.workspace-header .account-trigger-copy,.workspace-header .account-chevron{display:none}.workspace-header .account-popover{width:min(276px,calc(100vw - 32px));top:calc(100% + 11px);right:0;bottom:auto;left:auto}.mobile-menu{display:grid;width:44px;height:44px;place-items:center}.workspace-content{width:min(100% - 32px,var(--content));padding-top:28px}.settings-grid,.portfolio-summary{grid-template-columns:1fr}.portfolio-total{min-height:250px}.wallet-grid,.opportunity-grid,.funding-wallet-grid{grid-template-columns:1fr}.asset-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.funding-method-list .funding-method{grid-template-columns:1fr auto}.funding-method-list .funding-method code{grid-column:1 / -1}.holding-rows article{grid-template-columns:auto 1fr}.holding-rows article>div:nth-last-child(-n+2){grid-column:2}.request-rows .status-pill,.distribution-rows .status-pill{grid-column:2}.table-head{display:none}.investor-table>button{grid-template-columns:1fr auto}.investor-table>button>span,.investor-table>button>strong{display:none}}@media(max-width:560px){.auth-loading-brand{min-height:300px;padding:28px}.auth-loading-copy b{height:36px}.auth-loading-form{width:calc(100% - 40px)}.workspace-loading-main{padding-inline:18px}.skeleton-summary{height:210px}.skeleton-overview-grid{grid-template-columns:1fr}.skeleton-overview-side,.skeleton-operator-side{display:none}.skeleton-operator-layout{grid-template-columns:1fr}.signin-aside{min-height:310px;padding:28px}.signin-aside h1{font-size:38px}.role-panel{width:calc(100% - 40px);padding:30px 0}.role-panel-copy{padding-top:60px}.workspace-header{grid-template-columns:auto 1fr auto}.workspace-content{width:calc(100% - 28px)}.page-title{min-height:0;align-items:stretch;flex-direction:column;gap:18px}.page-title h1{font-size:clamp(26px,8vw,32px);letter-spacing:-.04em}.page-title-copy-wrap{width:100%}.page-title-main:has(.title-back)+.page-title-copy{padding-left:0}.page-title>.button,.page-title>.summary-actions{width:100%}.page-title>.summary-actions>*{flex:1}.portfolio-summary dl{padding:1px}.portfolio-summary dl>div{padding:17px}.portfolio-summary dd{font-size:14px}.ledger-rows article{grid-template-columns:auto 1fr auto;padding:12px}.ledger-rows .status-pill{display:none}.ledger-rows article>strong{grid-column:3}.wallet-balance,.funding-method{min-height:220px;padding:22px}.wallet-balance>strong{font-size:38px}.asset-balance-grid,.funding-method-list .funding-method{grid-template-columns:1fr}.request-rows>article{grid-template-columns:1fr auto;padding:13px}.request-rows>article .status-pill{grid-column:2}.portfolio-ledger-head{min-height:290px;align-items:flex-start;flex-direction:column}.portfolio-ledger-head dl{width:100%;margin-top:auto;justify-content:space-between}.operator-metrics{grid-template-columns:1fr 1fr;gap:9px}.operator-metrics article{min-height:125px;padding:16px}.operator-metrics strong{font-size:24px}.decision-panel .status-pill,.product-funding{display:none}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.modal-backdrop{padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));align-items:end}.modal{width:100%;max-height:calc(100dvh - max(24px,env(safe-area-inset-top)));border-radius:var(--radius) var(--radius) 12px 12px}.modal>header{min-height:64px;padding:10px 12px 10px 18px}.modal-body{padding:18px}.modal-actions{bottom:-18px;margin:2px -18px -18px;padding:14px 18px max(14px,env(safe-area-inset-bottom))}.modal-actions .button{flex:1;min-width:0}}.workflow-page{display:grid;gap:24px;max-width:1180px;margin:0 auto}.narrow-workflow{max-width:720px}.workflow-hero{display:grid;grid-template-columns:minmax(240px,.8fr) 1.8fr;gap:32px;padding:34px}.workflow-hero>div h2{font-size:clamp(36px,4vw,52px);letter-spacing:-.06em;margin:18px 0 5px;white-space:nowrap}.workflow-hero>div p{color:var(--muted);margin:0}.workflow-hero dl{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);margin:0}.workflow-hero dl div{background:var(--surface);padding:20px;display:grid;gap:8px}.workflow-hero dt,.review-terms dt{color:var(--muted);font-size:13px}.workflow-hero dd,.review-terms dd{margin:0;font-weight:750}.workflow-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.workflow-columns>article{padding:28px}.workflow-columns h2,.form-section h2{margin:0 0 22px;font-size:20px}.plain-steps{display:grid;gap:18px}.plain-steps p{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:start;margin:0;color:var(--muted)}.plain-steps b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface-alt);color:var(--ink)}.workflow-form{padding:30px;display:grid;gap:24px}.wide-form{max-width:920px;width:100%;justify-self:center}.workflow-form>label,.form-grid label{display:grid;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.workflow-form input,.workflow-form select,.workflow-form textarea{width:100%;border:1px solid var(--line);background:var(--surface-alt);color:var(--ink);padding:13px 14px;border-radius:var(--control-radius);font:inherit}.form-section{display:grid;gap:4px;padding-bottom:26px;border-bottom:1px solid var(--line)}.form-section:last-of-type{border-bottom:0;padding-bottom:0}.check-row{grid-template-columns:20px 1fr!important;align-items:center;align-self:end;min-height:48px}.check-row input{width:18px;height:18px}.review-terms{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);margin:0}.review-terms div{background:var(--surface);display:grid;gap:7px;padding:17px}.form-note{display:flex;align-items:center;gap:10px;color:var(--muted);margin:0}.form-note svg{width:18px}.page-actions{display:flex;justify-content:flex-end;gap:10px}.workflow-done{min-height:360px;display:grid;place-items:center;align-content:center;gap:14px;text-align:center;padding:40px}.workflow-done>i{width:60px;height:60px;border-radius:50%;background:color-mix(in srgb,var(--brand) 18%,transparent);display:grid;place-items:center;color:var(--brand-ink)}.workflow-done h1,.workflow-done p{margin:0}.simple-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid var(--line);color:inherit;text-decoration:none}.simple-row span{display:grid;gap:4px}.simple-row small{color:var(--muted)}.operator-table>a,.request-rows>a,.distribution-rows>a,.product-row-link{color:inherit;text-decoration:none}.operator-table>a{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 24px;align-items:center;gap:16px;padding:16px 20px;border-top:1px solid var(--line)}.request-rows>a,.distribution-rows>a{display:grid;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid var(--line)}.product-row-link{display:grid;grid-template-columns:42px minmax(180px,1.3fr) minmax(170px,1fr) auto auto 20px;gap:16px;align-items:center;padding:16px 20px}@media(max-width:760px){.workflow-hero,.workflow-columns{grid-template-columns:1fr}.workflow-hero{padding:22px}.workflow-hero dl,.review-terms{grid-template-columns:1fr}.workflow-form{padding:22px}.product-row-link{grid-template-columns:38px 1fr auto}.product-row-link .product-funding,.product-row-link>strong,.product-row-link>.status-pill{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.translation-widget{position:fixed;z-index:60;top:18px;right:18px}.translation-widget select{height:38px;padding:0 34px 0 12px;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:9px;background:var(--surface,#fff);color:inherit;font:600 12px inherit;box-shadow:0 8px 24px #00000012}.translation-settings{display:grid;overflow:hidden}.translation-settings>header{display:flex;align-items:center;justify-content:space-between;padding:26px;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent)}.translation-settings h2{margin:0 0 4px;font-size:20px}.translation-settings p{margin:0;opacity:.65;font-size:11px}.translation-switch{display:flex;align-items:center;gap:9px}.translation-switch input{position:absolute;opacity:0}.translation-switch>span{width:42px;height:24px;padding:3px;border-radius:99px;background:#dce1dd}.translation-switch>span:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:#7c8580;transition:.2s}.translation-switch input:checked+span{background:var(--brand,var(--ops,var(--tenant-primary,#185a45)))}.translation-switch input:checked+span:after{transform:translate(18px);background:#fff}.translation-switch b{font-size:10px}.translation-language-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:22px 26px}.translation-language-grid label{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 11px;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:8px;font-size:11px}.translation-language-grid label.selected{border-color:var(--brand,var(--ops,var(--tenant-primary,#185a45)));background:color-mix(in srgb,var(--brand,var(--ops,var(--tenant-primary,#185a45))) 6%,transparent)}.translation-controls{display:flex;align-items:end;gap:20px;padding:0 26px 24px}.translation-controls>label:first-child{display:grid;gap:7px;min-width:220px;font-size:10px;font-weight:700}.translation-controls select{height:42px;padding:0 12px;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:8px;background:transparent;color:inherit}.translation-detect{display:flex;align-items:center;gap:8px;min-height:42px;font-size:11px}.translation-settings>footer{display:flex;align-items:center;justify-content:space-between;padding:18px 26px;background:color-mix(in srgb,currentColor 4%,transparent)}.translation-settings>footer button{min-height:40px;padding:0 17px;border:0;border-radius:8px;background:var(--brand,var(--ops,var(--tenant-primary,#185a45)));color:#fff;font-weight:750}@media(max-width:720px){.translation-widget{top:10px;right:10px}.translation-language-grid{grid-template-columns:repeat(2,1fr)}.translation-controls{align-items:stretch;flex-direction:column}}.translation-widget{inset:auto auto 18px 18px!important}@media(max-width:720px){.translation-widget{bottom:calc(10px + env(safe-area-inset-bottom))!important;left:10px!important}}.translation-trigger{display:grid;width:50px;height:50px;place-items:center;padding:0;border:1px solid #ffffffb8;border-radius:50%;background:#fff;color:inherit;box-shadow:0 10px 30px #10191526;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.translation-trigger:hover{transform:translateY(-2px);box-shadow:0 14px 34px #10191530}.translation-trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--brand,var(--ops,var(--tenant-primary,#185a45))) 28%,transparent);outline-offset:3px}.translation-trigger img{width:32px;height:32px;border-radius:50%;object-fit:cover}.translation-menu{position:absolute;bottom:60px;left:0;display:grid;width:172px;max-height:min(300px,calc(100vh - 100px));overflow:auto;padding:6px;border:1px solid #17201d14;border-radius:15px;background:#fff;color:#17201d;box-shadow:0 18px 48px #10191526;animation:translation-menu-in .18s ease-out both}.translation-menu button{display:grid;grid-template-columns:24px 1fr 16px;align-items:center;gap:10px;min-height:42px;padding:6px 8px;border:0;border-radius:10px;background:transparent;color:inherit;font:600 12px/1.2 inherit;text-align:left;cursor:pointer}.translation-menu button:hover,.translation-menu button[aria-selected=true]{background:#17201d0a}.translation-menu img{width:24px;height:24px;border-radius:50%;object-fit:cover}.translation-menu b{color:var(--brand,var(--ops,var(--tenant-primary,#185a45)));font-size:13px;text-align:center}@keyframes translation-menu-in{0%{opacity:0;transform:translateY(7px) scale(.96);transform-origin:bottom left}to{opacity:1;transform:none}}@media(max-width:720px){.translation-trigger{width:46px;height:46px}.translation-trigger img{width:30px;height:30px}.translation-menu{bottom:56px}}.translation-trigger{position:relative}.translation-trigger img{transition:width .18s ease,height .18s ease,opacity .18s ease}.translation-trigger:after{content:"";position:absolute;inset:5px;border:2px solid #17201d14;border-top-color:var(--brand,var(--ops,var(--tenant-primary,#185a45)));border-radius:50%;opacity:0;pointer-events:none}.translation-trigger.loading{cursor:wait}.translation-trigger.loading:hover{transform:none}.translation-trigger.loading img{width:20px;height:20px;opacity:.78}.translation-trigger.loading:after{opacity:1;animation:translation-spin .72s linear infinite}@keyframes translation-spin{to{transform:rotate(360deg)}}.translation-check{width:16px;height:16px;color:var(--brand,var(--ops,var(--tenant-primary,#185a45)))}.translation-add-language{min-height:42px;padding:0 11px;border:1px dashed var(--brand,var(--ops,var(--tenant-primary,#185a45)));border-radius:8px;background:transparent;color:inherit;font:700 11px inherit}.operator-page:has(.translation-settings){width:100%;max-width:none}.translation-settings{width:100%;min-width:0}.translation-language-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));overflow:visible}.translation-language-grid label{min-width:0}.translation-language-grid label img{width:24px;height:24px;flex:0 0 24px;border-radius:50%;object-fit:cover}.translation-language-grid label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.translation-language-grid{grid-template-columns:1fr}}.translation-menu .translation-hide{grid-template-columns:18px 1fr;margin-top:5px;padding-top:9px;border-top:1px solid #17201d12;border-radius:0 0 10px 10px;color:#66706a}.translation-menu .translation-hide svg{width:17px;height:17px}.translation-menu .translation-hide span{grid-column:auto}.translation-menu button[aria-checked=true]{background:#17201d0a}.translation-menu{width:210px;overflow-x:hidden;overflow-y:auto}.translation-menu button{width:100%;box-sizing:border-box}.translation-restore{display:grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid #17201d18;border-radius:50%;background:#fffffff0;color:#66706a;box-shadow:0 8px 22px #1019151f;cursor:pointer;transition:color .18s ease,transform .18s ease}.translation-restore:hover{color:var(--brand,var(--ops,var(--tenant-primary,#185a45)));transform:translateY(-2px)}.translation-restore:focus-visible{outline:3px solid color-mix(in srgb,var(--brand,var(--ops,var(--tenant-primary,#185a45))) 25%,transparent);outline-offset:3px}.translation-restore svg{width:17px;height:17px}.translation-widget-hidden .translation-restore{width:42px;height:42px;transform:translate(-50%);box-shadow:4px 8px 22px #10191524}.translation-widget-hidden .translation-restore:hover,.translation-widget-hidden .translation-restore:focus-visible{transform:translate(-42%);color:var(--brand,var(--ops,var(--tenant-primary,#185a45)))}.translation-widget-hidden .translation-restore svg{width:18px;height:18px;transform:translate(8px)}.translation-widget-hidden{left:0!important}.translation-widget-hidden .translation-restore{display:flex;width:54px;height:auto;min-height:148px;align-items:center;justify-content:flex-start;flex-direction:column;gap:10px;padding:10px 10px 12px;border:1px solid #17201d18;border-left:0;border-radius:0 16px 16px 0;background:#fffffff2;color:#4e5953;box-shadow:8px 10px 28px #10191520;transform:none}.translation-widget-hidden .translation-restore:hover,.translation-widget-hidden .translation-restore:focus-visible{color:var(--brand,var(--ops,var(--tenant-primary,#185a45)));transform:none}.translation-widget-hidden .translation-restore img{width:32px;height:32px;flex:0 0 32px;border-radius:50%;object-fit:cover}.translation-widget-hidden .translation-restore span{font:700 11px/1.1 inherit;letter-spacing:.01em;writing-mode:vertical-rl;transform:rotate(180deg)}.translation-widget-hidden .translation-restore{width:40px;min-height:108px;gap:7px;padding:7px 6px 9px;border-radius:0 12px 12px 0;box-shadow:5px 7px 18px #10191518}.translation-widget-hidden .translation-restore img{width:25px;height:25px;flex-basis:25px}.translation-widget-hidden .translation-restore span{font-family:inherit;font-size:9px;font-weight:700;line-height:1;letter-spacing:0}.translation-widget-hidden{bottom:150px!important}.translation-widget-hidden .translation-restore{background:#ffffffb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:4px 6px 14px #10191512}.translation-widget-hidden .translation-restore{width:32px;min-height:88px;gap:5px;padding:5px 4px 7px;border-radius:0 10px 10px 0}.translation-widget-hidden .translation-restore img{width:19px;height:19px;flex-basis:19px}.translation-widget-hidden .translation-restore span{font-size:8px}@media(max-width:720px){.translation-widget-hidden{bottom:calc(134px + env(safe-area-inset-bottom))!important}}.translation-widget{inset:16px 16px auto auto!important}.translation-trigger{display:flex;width:auto;height:34px;min-width:68px;align-items:center;justify-content:center;gap:7px;padding:0 9px;border:1px solid #17201d16;border-radius:10px;background:#fffffff0;box-shadow:0 7px 20px #10191514;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.translation-trigger:hover{transform:none;box-shadow:0 9px 24px #1019151c}.translation-trigger img{width:18px;height:18px;flex:0 0 18px}.translation-trigger span{font:750 10px/1 inherit;letter-spacing:.06em}.translation-chevron{width:12px;height:12px;transition:transform .18s ease}.translation-widget.open .translation-chevron{transform:rotate(180deg)}.translation-menu{inset:42px 0 auto auto;width:210px;max-height:min(340px,calc(100vh - 72px));transform-origin:top right}.translation-trigger:after{inset:4px}.translation-trigger.loading img{width:14px;height:14px}@keyframes translation-menu-in{0%{opacity:0;transform:translateY(-5px) scale(.97);transform-origin:top right}to{opacity:1;transform:none}}@media(max-width:720px){.translation-widget{inset:10px 10px auto auto!important}.translation-trigger{width:auto;height:32px;min-width:64px}.translation-trigger img{width:17px;height:17px}.translation-menu{inset:39px 0 auto auto;max-height:calc(100vh - 60px)}}.translation-widget{right:0!important}.translation-trigger{border-right:0;border-radius:10px 0 0 10px;padding-right:7px}.translation-menu{right:8px}@media(max-width:720px){.translation-widget{right:0!important}.translation-menu{right:8px}}.translation-trigger:after{display:none}.translation-flag{position:relative;display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center}.translation-flag:after{content:"";position:absolute;inset:0;border:2px solid #17201d16;border-top-color:var(--brand,var(--ops,var(--tenant-primary,#185a45)));border-radius:50%;opacity:0;pointer-events:none}.translation-trigger .translation-flag img{width:18px;height:18px;flex:none;transition:width .18s ease,height .18s ease,opacity .18s ease}.translation-trigger.loading .translation-flag img{width:12px;height:12px;opacity:.72}.translation-trigger.loading .translation-flag:after{opacity:1;animation:translation-spin .72s linear infinite}.translation-trigger.loading .translation-chevron{opacity:.45}.translation-code{font:750 10px/1 inherit;letter-spacing:.06em}.translation-widget{inset:0 24px auto auto!important}.translation-trigger{height:34px;border-top:0;border-right:1px solid #17201d16;border-radius:0 0 10px 10px;padding:0 9px}.translation-menu{top:42px;right:0}@media(max-width:720px){.translation-widget{top:0!important;right:14px!important}.translation-trigger{height:32px;border-radius:0 0 9px 9px}.translation-menu{top:39px;right:0}}.translation-trigger{height:28px;min-width:58px;gap:5px;padding:0 7px;border-radius:0 0 8px 8px}.translation-flag{width:17px;height:17px;flex-basis:17px}.translation-trigger .translation-flag img{width:15px;height:15px}.translation-trigger.loading .translation-flag img{width:10px;height:10px}.translation-flag:after{border-width:1.5px}.translation-code{font-size:9px;letter-spacing:.05em}.translation-chevron{width:10px;height:10px}.translation-menu{top:34px}@media(max-width:720px){.translation-trigger{height:28px;min-width:58px;border-radius:0 0 8px 8px}.translation-menu{top:34px}}.translation-trigger,.translation-trigger:hover{box-shadow:0 2px 7px #1019150d}.translation-menu{box-shadow:0 8px 22px #10191518}.translation-widget{position:absolute!important;top:0!important;right:max(24px,calc((100vw - 1320px)/2 + 24px))!important;bottom:auto!important;left:auto!important}@media(max-width:720px){.translation-widget{position:absolute!important;top:0!important;right:auto!important;left:50%!important;transform:translate(-50%)}.translation-menu{right:auto!important;left:50%!important;margin-left:-105px}}.plugin-tabs{display:flex;width:max-content;gap:4px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--surface-alt)}.plugin-tabs button{min-height:34px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:var(--muted);font:750 10px DM Sans,sans-serif;cursor:pointer}.plugin-tabs button[aria-selected=true]{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #1019150d}.operator-page:has(.plugin-tabs) .settings-card{width:100%;min-width:0}@media(max-width:560px){.plugin-tabs{width:100%}.plugin-tabs button{flex:1}}.translation-widget[style]{right:var(--translation-layout-right)!important}.translation-trigger{opacity:.68;transition:opacity .18s ease,box-shadow .18s ease}.translation-trigger:hover,.translation-trigger:focus-visible,.translation-widget.open .translation-trigger,.translation-trigger.loading{opacity:1}.translation-trigger.translation-loading{min-height:0;cursor:wait;opacity:1}.translation-trigger.translation-loading:hover{transform:none}.translation-trigger.translation-loading .translation-flag img{width:10px;height:10px;opacity:.72}.translation-trigger.translation-loading .translation-flag:after{opacity:1;animation:translation-spin .72s linear infinite}.translation-trigger.translation-loading .translation-chevron{opacity:.45}@media(max-width:720px){.translation-widget[style]{right:auto!important}}.workspace.investor-workspace{--investor-control-radius: 10px;--investor-surface-radius: 12px;--portfolio-bg: var(--stats-bg);--portfolio-ink: var(--stats-ink);--portfolio-muted: var(--stats-muted);--portfolio-line: var(--stats-line)}.investor-workspace .route-stage>.investor-page,.investor-workspace .route-stage>.workflow-page{display:grid;gap:24px}.investor-workspace .route-stage .workspace-panel{border-radius:var(--investor-surface-radius);box-shadow:none}.investor-workspace .page-title h1{font-size:clamp(28px,2.1vw,32px)}.investor-workspace .page-title-copy-wrap{gap:4px}.investor-workspace .account-popover{width:min(236px,calc(100vw - 32px));border-radius:var(--investor-surface-radius)}.investor-workspace .title-back{color:var(--brand-ink);background:color-mix(in srgb,var(--ink) 6%,transparent)}.investor-workspace .title-back:hover{color:var(--brand-ink);background:color-mix(in srgb,var(--ink) 10%,transparent)}.investor-workspace .button,.investor-workspace .choice-tabs button{border-radius:var(--investor-control-radius)}.investor-workspace .status-pill{padding:5px 8px;font-size:11px}@media(min-width:821px){.workspace.investor-workspace{--investor-sidebar-bg: color-mix(in srgb, var(--ink) 6%, var(--app-bg));grid-template-columns:224px minmax(0,1fr)}.investor-workspace .workspace-sidebar{top:0;height:100svh;margin:0;padding:24px 18px 18px;border:0;border-right:1px solid var(--line);border-radius:0;background:var(--investor-sidebar-bg);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.investor-workspace .sidebar-brand{min-height:52px;padding:0 8px}.investor-workspace .workspace-sidebar nav{gap:4px;margin-top:30px}.investor-workspace .workspace-sidebar nav a{min-height:42px;padding:0 10px;gap:11px;border-radius:8px;font-size:12px}.investor-workspace .workspace-sidebar nav a.active{color:var(--on-accent);background:var(--accent)}.investor-workspace .account-trigger{min-height:62px;padding:10px;border:1px solid color-mix(in srgb,var(--ink) 8%,transparent);border-radius:12px;background:color-mix(in srgb,var(--surface) 52%,transparent);transition:border-color var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease),transform var(--motion-fast) var(--motion-ease)}.investor-workspace .account-trigger:hover{border-color:color-mix(in srgb,var(--accent) 34%,transparent);background:color-mix(in srgb,var(--surface) 72%,transparent)}.investor-workspace .account-menu.open .account-trigger{border-color:color-mix(in srgb,var(--accent) 42%,transparent);background:color-mix(in srgb,var(--surface) 78%,transparent)}.investor-workspace .account-avatar{border-radius:10px;color:var(--accent-ink);background:var(--accent-soft)}.investor-workspace .account-trigger-copy b{font-size:12px}.investor-workspace .account-chevron{width:28px;height:28px;box-sizing:border-box;padding:7px;border-radius:8px;background:color-mix(in srgb,var(--ink) 5%,transparent)}.investor-workspace .workspace-content{width:min(1240px,calc(100% - 64px));padding:36px 0 72px}}.dashboard-overview{gap:18px!important}.dashboard-overview>.page-title{margin-bottom:2px}.dashboard-actions,.state-actions{display:flex;gap:10px}.dashboard-actions{justify-content:flex-end}.dashboard-actions .button{min-width:104px}.investor-state{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:12px;padding:32px;text-align:center;background:var(--app-bg);color:var(--ink)}.investor-state h1,.investor-state p{margin:0}.investor-state h1{font-size:28px;text-wrap:balance}.investor-state p{max-width:460px;color:var(--muted);line-height:1.55;text-wrap:pretty}.investor-loader{width:30px;height:30px;border:2px solid color-mix(in srgb,var(--ink) 12%,transparent);border-top-color:var(--brand-ink);border-radius:50%;animation:investor-spin .8s linear infinite}.state-mark{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--investor-control-radius);background:var(--surface-alt)}.state-actions{margin-top:8px}@keyframes investor-spin{to{transform:rotate(360deg)}}.account-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);min-height:190px;border-radius:var(--investor-surface-radius);color:var(--portfolio-ink);background:var(--portfolio-bg)}.account-value{display:flex;flex-direction:column;justify-content:center;padding:26px 32px}.account-value>span{color:var(--portfolio-muted);font-size:13px}.account-value>strong{margin:9px 0 12px;font-family:Manrope,sans-serif;font-size:clamp(44px,4.4vw,62px);line-height:1;font-variant-numeric:tabular-nums}.account-value p{display:flex;gap:8px;align-items:center;margin:0;color:var(--portfolio-muted);font-size:13px}.account-value svg{width:16px;color:var(--accent-on-stats)}.account-side{display:flex;min-width:0;flex-direction:column;justify-content:center;border-left:1px solid var(--portfolio-line)}.account-stats{display:grid;margin:0;padding:10px 28px}.account-stats div{display:flex;justify-content:space-between;gap:20px;padding:11px 2px;border-bottom:1px solid var(--portfolio-line)}.account-stats div:last-child{border-bottom:0}.account-stats dt{color:var(--portfolio-muted);font-size:12px}.account-stats dd{margin:0;font-weight:700;font-variant-numeric:tabular-nums}.overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.overview-main-column{display:grid;min-width:0;gap:14px}.overview-side-column{position:sticky;top:24px;display:grid;min-width:0;gap:14px}.overview-section{padding:0}.section-heading{display:flex;min-height:64px;padding:0 22px;align-items:center;justify-content:space-between;gap:20px;margin:0;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;font-size:17px;text-wrap:balance}.section-heading a,.card-link,.holding-action{display:inline-flex;align-items:center;gap:6px;color:var(--ink);font-size:13px;font-weight:700;text-decoration:none}.section-heading svg,.card-link svg,.holding-action svg{width:15px}.section-heading a:hover,.card-link:hover,.holding-action:hover{color:var(--brand-ink)}.compact-holdings{padding:0 22px}.compact-holdings article{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.compact-holdings article:last-child{border-bottom:0}.compact-holdings div{display:grid;gap:4px}.compact-holdings span{color:var(--muted);font-size:13px;text-transform:capitalize}.compact-holdings strong{font-variant-numeric:tabular-nums}.next-event-card{display:flex;flex-direction:column;padding:22px;gap:16px;background:var(--surface)}.next-event-label{display:flex;align-items:center;gap:8px}.next-event-label svg{width:19px;color:var(--accent-ink)}.next-event-card span,.next-event-card p{color:var(--muted);font-size:13px}.next-event-card h2{margin:0 0 4px;font-size:21px;font-variant-numeric:tabular-nums;text-wrap:balance}.next-event-card p{margin:0;line-height:1.5;text-wrap:pretty}.next-event-action{display:inline-flex;margin-top:8px;align-items:center;gap:6px;color:var(--ink);font-size:13px;font-weight:700}.next-event-action svg{width:15px}.dashboard-wallet-card{overflow:hidden;padding:0}.dashboard-wallet-card>header{display:flex;min-height:54px;padding:0 17px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.dashboard-wallet-card>header>div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.dashboard-wallet-card>header>div svg{width:17px;color:var(--accent-ink)}.dashboard-wallet-card>header>a{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:var(--ink)}.dashboard-wallet-card>header>a:hover{color:var(--accent-ink);background:var(--accent-soft)}.dashboard-wallet-card>header>a svg{width:15px}.dashboard-wallet-card>p{margin:0;padding:18px;color:var(--muted);font-size:12px}.dashboard-wallet-list{display:grid;padding:0 17px}.dashboard-wallet-list>div{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.dashboard-wallet-list>div:last-child{border-bottom:0}.dashboard-wallet-list>div>span{display:flex;min-width:0;align-items:center;gap:9px}.dashboard-wallet-list .crypto-mark{width:30px;height:30px}.dashboard-wallet-list .crypto-mark b{font-size:14px}.dashboard-wallet-list .crypto-mark svg{width:18px;height:18px}.dashboard-wallet-list>div>span>b{font-size:12px}.dashboard-wallet-list strong{font-size:15px;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-wallet-list .dashboard-wallet-value{margin-left:auto;flex-direction:column;align-items:flex-end;gap:1px}.dashboard-wallet-value small{color:var(--muted);font-size:10px;font-weight:500;white-space:nowrap}.referral-promo-card{position:relative;display:block;min-height:168px;overflow:hidden;padding:20px;border-radius:var(--investor-surface-radius);color:var(--portfolio-ink);background:var(--portfolio-bg);text-decoration:none}.referral-promo-card>div:first-child{position:relative;z-index:2;display:grid;width:145px;gap:8px}.referral-promo-card span{color:var(--accent-on-stats);font-size:11px;font-weight:750}.referral-promo-card strong{font-family:Manrope,sans-serif;font-size:20px;line-height:1.1;text-wrap:balance}.referral-promo-card i{display:inline-flex;width:max-content;margin-top:24px;align-items:center;gap:5px;color:var(--portfolio-muted);font-style:normal;font-size:12px;font-weight:700}.referral-promo-card i svg{width:13px;transition:transform .16s ease}.referral-promo-card:hover i{color:var(--portfolio-ink)}.referral-promo-card:hover i svg{transform:translate(3px)}.referral-promo-art{position:absolute;z-index:1;width:172px;right:-18px;bottom:0}.dashboard-support-card{display:grid;min-height:76px;padding:15px 16px;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;gap:11px}.dashboard-support-card>i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:var(--accent-ink);background:var(--accent-soft)}.dashboard-support-card>i svg{width:17px}.dashboard-support-card>div{display:grid;gap:2px}.dashboard-support-card strong{font-size:13px}.dashboard-support-card span{color:var(--muted);font-size:11px}.dashboard-support-card>a{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:var(--ink)}.dashboard-support-card>a:hover{color:var(--accent-ink);background:var(--accent-soft)}.dashboard-support-card>a svg{width:15px}.choice-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.choice-tabs::-webkit-scrollbar{display:none}.choice-tabs button{flex:none;min-height:40px;padding:8px 14px;border:1px solid var(--line);color:var(--muted);background:transparent;cursor:pointer}.choice-tabs button:hover{border-color:color-mix(in srgb,var(--ink) 35%,var(--line));color:var(--ink)}.choice-tabs button.active{border-color:var(--ink);color:var(--ink);background:var(--surface)}.investment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.investment-card{overflow:hidden;display:flex;flex-direction:column;min-height:420px;border:1px solid var(--line);border-radius:var(--investor-surface-radius);color:var(--ink);background:var(--surface);text-decoration:none;cursor:pointer}.investment-card:hover{border-color:color-mix(in srgb,var(--ink) 22%,var(--line))}.investment-card:focus-visible{outline:2px solid var(--brand-ink);outline-offset:3px}.investment-cover{position:relative;overflow:hidden;min-height:140px;border-bottom:1px solid var(--portfolio-line);background:var(--portfolio-bg);color:var(--portfolio-ink)}.investment-cover.has-image{background:var(--surface-alt);color:var(--ink)}.investment-cover img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.investment-cover-fallback{position:absolute;overflow:hidden;inset:0;color:var(--portfolio-muted)}.investment-cover-issuer{position:absolute;z-index:1;display:flex;left:20px;bottom:18px;align-items:center;gap:9px;font-size:13px;font-weight:700}.investment-cover-issuer svg{width:19px;color:var(--accent-on-stats)}.investment-cover-issuer-overlay{max-width:calc(100% - 40px);padding:7px 10px;border-radius:999px;color:var(--ink);background:color-mix(in srgb,var(--surface) 94%,transparent)}.investment-cover-issuer-overlay span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.investment-cover-issuer-overlay svg{flex:0 0 auto;color:var(--brand-ink)}.opportunity-building{position:absolute;width:min(48%,280px);height:100%;right:14px;bottom:-1px;color:var(--accent)}.investment-card-top{position:relative;z-index:1;display:flex;padding:14px 20px;justify-content:space-between;gap:12px;color:var(--ink);font-size:12px}.investment-card-top>span{padding:6px 0;border:0;color:var(--portfolio-ink);background:transparent}.investment-cover.has-image .investment-card-top>span,.investment-cover.has-image .investment-card-top>.risk-scale,.investment-cover.has-image .investment-cover-issuer-overlay{border:1px solid color-mix(in srgb,var(--portfolio-ink) 16%,transparent);color:var(--portfolio-ink);background:color-mix(in srgb,var(--portfolio-bg) 68%,transparent);box-shadow:0 5px 16px color-mix(in srgb,var(--portfolio-bg) 20%,transparent);backdrop-filter:blur(12px) saturate(135%);-webkit-backdrop-filter:blur(12px) saturate(135%)}.investment-cover.has-image .investment-card-top>span{padding:6px 10px;border-radius:999px}.investment-cover.has-image .investment-card-top>.risk-scale{border-radius:999px}.investment-cover.has-image .investment-cover-issuer-overlay svg{color:var(--accent-on-stats)}.investment-card-top>.risk-scale{display:flex;width:42px;min-width:0;height:28px;box-sizing:border-box;padding:6px 8px;align-items:flex-end;justify-content:center;gap:3px}.risk-scale i{display:block;width:4px;height:6px;border-radius:999px;background:currentColor;opacity:.2}.risk-scale i:nth-child(2){height:9px}.risk-scale i:nth-child(3){height:12px}.risk-scale i:nth-child(4){height:15px}.risk-scale i.active{color:var(--accent-on-stats);opacity:1}.product-category{color:var(--ink);font-weight:700}.investment-cover:not(.has-image) .product-category{color:var(--portfolio-ink)}.investment-card-body{display:flex;min-height:294px;padding:20px 22px 22px;flex:1;flex-direction:column}.investment-card h2{margin:0 0 7px;font-size:22px;text-wrap:balance}.investment-card-body>p{display:-webkit-box;min-height:39px;margin:0 0 14px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.5;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 32px;margin:auto 0}.product-facts div{display:grid;gap:4px}.product-facts div:nth-child(2n){padding-left:0;border-left:0}.product-facts dt{color:var(--muted);font-size:12px}.product-facts dd{margin:0;font-weight:700;font-variant-numeric:tabular-nums}.portfolio-strip{display:grid;grid-template-columns:1.2fr .8fr;min-height:172px;overflow:hidden;border:0;border-radius:var(--investor-surface-radius);color:var(--portfolio-ink);background:var(--portfolio-bg)}.portfolio-strip>div{display:flex;flex-direction:column;justify-content:center;padding:28px 30px}.portfolio-strip>div span,.portfolio-strip dt{color:var(--portfolio-muted);font-size:13px}.portfolio-strip>div strong{margin-top:6px;font-size:clamp(36px,4vw,48px);font-variant-numeric:tabular-nums}.portfolio-strip dl{display:grid;align-content:center;margin:0;padding:22px 30px;border-left:1px solid var(--portfolio-line);background:transparent}.portfolio-strip dl div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--portfolio-line)}.portfolio-strip dl div:last-child{border-bottom:0}.portfolio-strip dd{margin:0;font-weight:700;font-variant-numeric:tabular-nums}.portfolio-strip .positive{color:var(--accent-on-stats)!important}.holding-list{display:grid;gap:12px}.holding-card{display:grid;grid-template-columns:1.1fr .9fr;gap:20px 36px;padding:24px}.holding-card header{grid-column:1 / -1;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid var(--line)}.holding-card h2,.holding-card p{margin:0}.holding-card h2{font-size:19px;text-wrap:balance}.holding-card header p{margin-top:4px;color:var(--muted);font-size:13px}.holding-value{display:flex;flex-direction:column;justify-content:center}.holding-value span,.holding-value small{color:var(--muted);font-size:12px}.holding-value strong{margin:6px 0;font-size:30px;font-variant-numeric:tabular-nums}.holding-value small{color:var(--success)}.holding-facts{display:grid;grid-template-columns:repeat(2,1fr);margin:0}.holding-facts div{display:grid;gap:5px;padding:10px 0}.holding-facts dt{color:var(--muted);font-size:12px}.holding-facts dd{margin:0;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.holding-card footer{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px 20px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.holding-action{margin-left:auto;color:var(--brand-ink)}.redemption-note{padding:16px}.wallet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wallet-card{min-height:164px;padding:22px;border:0;border-radius:var(--investor-surface-radius);color:var(--portfolio-ink);background:var(--portfolio-bg)}.wallet-card header{display:flex;align-items:center;gap:11px}.crypto-mark{display:grid;width:34px;height:34px;flex:none;place-items:center;border-radius:50%;color:var(--on-brand);background:var(--brand);font-family:Manrope,sans-serif}.crypto-mark b{font-size:17px;line-height:1}.crypto-mark svg{width:21px;height:21px;fill:currentColor}.crypto-mark--image{border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--surface) 88%,var(--ink) 5%)}.crypto-mark--image img{width:68%;height:68%;display:block;border-radius:0;object-fit:contain}.crypto-mark--btc{color:#171b18;background:#f7931a}.crypto-mark--eth{color:#171b18;background:#627eea}.crypto-mark--usdt{color:#171b18;background:#26a17b}.crypto-mark--usdc{color:#fff;background:#2775ca}.crypto-mark--sol{color:#14f195;background:#101714}.crypto-mark--bnb{color:#171b18;background:#f3ba2f}.crypto-mark--fallback{color:var(--on-accent);background:var(--accent)}.wallet-card header div{display:grid}.wallet-card header span,.wallet-card p{color:var(--portfolio-muted);font-size:12px}.wallet-card>strong{display:block;margin-top:30px;font-size:24px;font-variant-numeric:tabular-nums}.wallet-market-value{display:block;margin-top:3px;color:var(--portfolio-muted);font-size:11px;font-variant-numeric:tabular-nums}.wallet-card p{margin:5px 0 0}.request-list article,.activity-list article,.document-list>article{display:grid;min-height:72px;grid-template-columns:36px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.request-list article:last-child,.activity-list article:last-child,.document-list>article:last-child{border-bottom:0}.request-list article>i,.activity-list article>i,.document-list>article>i{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--accent-ink);background:var(--accent-soft)}.request-list svg,.activity-list svg,.document-list svg{width:17px}.document-download,.icon-button{border-radius:var(--investor-control-radius)}.document-download{display:inline-flex;min-height:34px;padding:0 10px;align-items:center;gap:6px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:12px;font-weight:700;cursor:pointer}.document-download:hover{border-color:color-mix(in srgb,var(--ink) 35%,var(--line))}.document-download:disabled{opacity:.55;cursor:wait}.request-list article>div,.activity-list article>div,.document-list article>div{display:grid;min-width:0;gap:2px}.request-list b,.activity-list b,.document-list b{overflow:hidden;font-size:14px;font-weight:650;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.request-list span,.activity-list span,.document-list article>div span{overflow:hidden;color:var(--muted);font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.request-list article>strong,.activity-list article>strong{font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.request-list,.activity-list,.document-list{padding:10px 22px 14px}.activity-panel{padding:0}.profile-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:16px;align-items:start}.profile-editor{padding:26px}.profile-photo-row{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:16px;padding-bottom:22px;border-bottom:1px solid var(--line)}.profile-photo{display:grid;width:60px;height:60px;overflow:hidden;place-items:center;border-radius:12px;color:var(--accent-ink);background:var(--accent-soft);font-size:15px;font-weight:800}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-photo-row h2,.profile-photo-row p{margin:0}.profile-photo-row h2{font-size:16px}.profile-photo-row p{margin-top:4px;color:var(--muted);font-size:12px}.profile-photo-actions{display:flex;align-items:center;gap:8px}.profile-photo-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-photo-actions .button{cursor:pointer}.profile-photo-actions svg{width:15px}.icon-button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);color:var(--muted);background:transparent;cursor:pointer}.icon-button:hover{border-color:color-mix(in srgb,var(--ink) 35%,var(--line));color:var(--ink)}.icon-button svg{width:16px}.profile-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;padding-top:22px}.profile-form label,.password-card label{display:grid;gap:8px;color:var(--ink);font-size:12px;font-weight:700}.profile-form input,.profile-form select,.password-card input{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid var(--line);border-radius:var(--investor-control-radius);color:var(--ink);background:var(--surface-alt);font:inherit}.profile-form input:focus,.profile-form select:focus,.password-card input:focus{outline:2px solid color-mix(in srgb,var(--brand-ink) 24%,transparent);outline-offset:1px;border-color:var(--brand-ink)}.profile-form input:disabled{color:var(--muted);cursor:not-allowed}.profile-form .full{grid-column:1 / -1}.profile-save{display:flex;align-items:center;gap:12px;padding-top:4px}.profile-save>span{color:var(--brand-ink);font-size:12px;font-weight:700}.profile-aside{display:grid;gap:16px}.profile-card,.support-card{padding:24px}.profile-status-card>h2{margin:0 0 8px;font-size:17px}.profile-card dl{margin:12px 0 0}.profile-card dl>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}.profile-card dl>div:last-child{border-bottom:0}.profile-card dt{color:var(--muted);font-size:13px}.profile-card dd{margin:0;font-weight:700}.support-card{display:flex;align-items:center;gap:14px}.support-card>svg{flex:none;width:20px;color:var(--accent-ink)}.support-card h2{margin:0 0 4px;font-size:15px}.support-card span{color:var(--muted);font-size:12px}.support-card a{color:var(--ink);font-weight:700}.investor-settings-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);gap:16px;align-items:start}.settings-main,.settings-side{display:grid;gap:16px}.preference-card,.password-card,.session-card{padding:24px}.settings-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:14px}.settings-card-heading h2,.settings-card-heading p{margin:0}.settings-card-heading h2{font-size:17px}.settings-card-heading p{margin-top:4px;color:var(--muted);font-size:12px}.settings-card-heading>span{color:var(--brand-ink);font-size:12px;font-weight:700}.display-mode-picker{display:grid;padding:5px;margin-bottom:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;border-radius:var(--investor-control-radius);background:var(--surface-alt)}.display-mode-picker button{display:inline-flex;min-height:42px;padding:0 10px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:calc(var(--investor-control-radius) - 3px);color:var(--muted);background:transparent;font-size:12px;font-weight:700;cursor:pointer}.display-mode-picker button:hover{color:var(--ink)}.display-mode-picker button.selected{color:var(--on-accent);background:var(--accent)}.display-mode-picker svg{width:15px}.setting-toggle{position:relative;display:flex;min-height:60px;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);cursor:pointer}.setting-toggle>span{display:grid;gap:4px}.setting-toggle b{font-size:13px}.setting-toggle small{color:var(--muted);font-size:12px}.setting-toggle input{position:absolute;opacity:0}.setting-toggle>i{position:relative;flex:none;width:38px;height:22px;border-radius:999px;background:var(--surface-alt)}.setting-toggle>i:after{position:absolute;top:3px;left:3px;box-sizing:border-box;width:16px;height:16px;border:1px solid var(--line);border-radius:50%;background:var(--surface);transition:transform .16s ease-out;content:""}.setting-toggle input:checked+i{background:var(--brand)}.setting-toggle input:checked+i:after{transform:translate(16px)}.setting-toggle input:focus-visible+i{outline:2px solid var(--brand-ink);outline-offset:2px}.password-card-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.password-card-heading h2{margin:0;font-size:17px}.password-card-heading .settings-status{display:block;margin-top:4px}.password-card form{display:grid;gap:14px}.password-card-heading+form{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.password-actions{display:flex;gap:8px;margin-top:3px}.settings-status{margin:-2px 0 0;color:var(--muted);font-size:12px}.session-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.session-card h2,.session-card p{margin:0}.session-card h2{font-size:15px}.session-card p{max-width:210px;margin-top:4px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}html[data-investor-density=compact] .holding-card,html[data-investor-density=compact] .investment-card-body{padding-top:18px;padding-bottom:18px}html[data-investor-density=compact] .investment-card-body{min-height:286px}.investor-empty{display:grid;min-height:164px;padding:24px 28px;grid-template-columns:minmax(0,520px);align-content:center;justify-content:center;justify-items:center;gap:10px;background:var(--surface);text-align:center}.investor-empty.compact{min-height:132px;padding:20px 22px}.investor-empty>i{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;color:var(--brand-ink);background:var(--surface-alt)}.investor-empty>i svg{width:19px}.investor-empty>div{display:grid;min-width:0;justify-items:center;gap:3px}.investor-empty h2,.investor-empty p{margin:0}.investor-empty h2{font-size:16px;text-wrap:balance}.investor-empty p{max-width:480px;color:var(--muted);font-size:12px;line-height:1.5;text-wrap:pretty}.investor-empty .button{display:inline-flex;min-height:auto;padding:7px 0;margin-top:2px;align-items:center;gap:7px;border:0;border-radius:0;color:var(--ink);background:transparent}.investor-empty .button svg{width:15px}.overview-section>.investor-empty{margin:0 20px}.document-list>.investor-empty{margin:12px 0}.referral-history>.investor-empty{margin:16px 20px 20px}.opportunity-detail .page-title{width:100%;max-width:none}.product-rate-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);overflow:hidden;border:0;border-radius:var(--investor-surface-radius);color:var(--portfolio-ink);background:var(--portfolio-bg)}.product-rate-panel>div{display:flex;flex-direction:column;justify-content:center;min-height:166px;padding:26px 28px}.product-rate-panel>div>span,.product-rate-panel p{color:var(--portfolio-muted);font-size:13px}.product-rate-panel strong{margin:4px 0;color:var(--portfolio-ink);font-size:clamp(38px,4vw,50px);font-variant-numeric:tabular-nums}.product-rate-panel p{margin:0}.product-rate-panel dl{display:grid;align-content:center;margin:0;padding:22px 28px;border-left:1px solid var(--portfolio-line);background:transparent}.product-rate-panel dl div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--portfolio-line)}.product-rate-panel dl div:last-child{border-bottom:0}.product-rate-panel dt{color:var(--portfolio-muted);font-size:13px}.product-rate-panel dd{margin:0;font-weight:700;font-variant-numeric:tabular-nums}.opportunity-detail-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:16px;align-items:stretch}.detail-section{padding:26px 28px}.detail-section h2{margin:0 0 20px;font-size:19px;text-wrap:balance}.opportunity-detail-grid>.detail-section:first-child{display:flex;flex-direction:column}.term-timeline{position:relative;display:grid;align-content:start;gap:26px;margin:0;padding:6px 0;list-style:none}.term-timeline:before{position:absolute;top:20px;bottom:20px;left:14px;width:1px;background:var(--line);content:""}.term-timeline li{position:relative;display:grid;grid-template-columns:30px 1fr;gap:16px}.term-timeline i{position:relative;z-index:1;width:28px;height:28px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--line));border-radius:8px;color:var(--accent-ink);background:var(--accent-soft);font-style:normal;font-size:12px;font-weight:800}.term-timeline b{display:block;margin:1px 0 6px;font-size:14px}.term-timeline p{max-width:560px;margin:0;color:var(--muted);font-size:13px;line-height:1.55;text-wrap:pretty}.opportunity-detail .detail-facts{display:grid;grid-template-columns:1fr;gap:0;overflow:visible;margin:0;border:0;border-radius:0;background:transparent}.opportunity-detail .detail-facts>div{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:24px;padding:10px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.opportunity-detail .detail-facts dt{margin:0;color:var(--muted);font-size:12px}.opportunity-detail .detail-facts dd{margin:0;overflow-wrap:anywhere;text-align:right;font-size:13px;font-weight:700}.funding-capacity{display:grid;gap:9px;margin-top:18px}.funding-capacity>div{display:flex;justify-content:space-between;align-items:center;font-size:12px}.funding-capacity strong{font-size:13px;font-variant-numeric:tabular-nums}.funding-capacity>span{height:5px;overflow:hidden;border-radius:5px;background:var(--surface-alt)}.funding-capacity i{display:block;height:100%;background:var(--accent)}.detail-disclosure{display:flex;align-items:flex-start;gap:10px;max-width:760px;color:var(--muted);font-size:13px;line-height:1.55}.detail-disclosure svg{flex:none;width:18px}.detail-disclosure p{margin:0;text-wrap:pretty}.invest-layout,.money-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:16px;align-items:start}.workflow-page .workflow-form{display:grid;gap:20px;padding:26px}.workflow-page .workflow-form label{display:grid;gap:8px;font-weight:700}.workflow-page .workflow-form label>span,.method-picker legend{font-size:13px}.workflow-page .workflow-form input{width:100%;box-sizing:border-box}.workflow-page .workflow-form label small{color:var(--muted);font-size:12px;font-weight:400;line-height:1.5;text-wrap:pretty}.available-balance{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 16px;border:1px solid var(--line);border-radius:var(--investor-control-radius);background:var(--surface-alt)}.available-balance span{color:var(--muted);font-size:13px}.available-balance strong{font-variant-numeric:tabular-nums}.amount-field{display:grid;grid-template-columns:auto 1fr;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--investor-control-radius)}.amount-field:focus-within{border-color:var(--brand-ink);outline:2px solid color-mix(in srgb,var(--brand-ink) 18%,transparent)}.amount-field>span{padding-left:16px;color:var(--muted);font-size:13px}.amount-field input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:24px!important;font-variant-numeric:tabular-nums}.amount-shortcuts{display:flex;gap:8px;margin-top:-10px}.amount-shortcuts button{min-height:36px;padding:6px 12px;border:1px solid var(--line);border-radius:var(--investor-control-radius);color:var(--ink);background:transparent;cursor:pointer}.amount-shortcuts button:hover{border-color:color-mix(in srgb,var(--ink) 35%,var(--line))}.estimate-box{display:grid;gap:5px;padding:16px;border-left:2px solid var(--brand);background:var(--surface-alt)}.estimate-box span,.estimate-box small{color:var(--muted);font-size:12px}.estimate-box strong{font-size:22px;font-variant-numeric:tabular-nums}.field-hint{margin:-8px 0 0;font-size:12px}.field-hint.error{color:var(--danger)}.secure-note{display:flex;justify-content:center;gap:7px;margin:-6px 0 0;color:var(--muted);font-size:12px}.secure-note svg{width:15px}.investment-review,.money-guidance{padding:24px}.investment-review h2{margin:0 0 18px;font-size:18px;text-wrap:balance}.investment-review dl,.money-guidance dl{margin:0}.investment-review dl div,.money-guidance dl div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--line)}.investment-review dt,.money-guidance dt{color:var(--muted);font-size:13px}.investment-review dd,.money-guidance dd{margin:0;text-align:right;font-weight:700}.investment-review>p{display:flex;align-items:flex-start;gap:8px;margin:20px 0 0;color:var(--muted);font-size:12px;line-height:1.5;text-wrap:pretty}.investment-review>p svg{flex:none;width:16px}.method-picker{min-width:0;margin:0;padding:0;border:0}.method-picker legend{margin-bottom:9px;font-weight:700}.method-picker>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.method-picker label{position:relative;display:grid;grid-template-columns:32px 1fr 18px;align-items:center;gap:10px;padding:13px;border:1px solid var(--line);border-radius:var(--investor-control-radius);cursor:pointer}.method-picker label:hover{border-color:color-mix(in srgb,var(--ink) 35%,var(--line))}.method-picker label.selected{border-color:var(--brand-ink);box-shadow:inset 0 0 0 1px var(--brand-ink)}.method-picker input{position:absolute;opacity:0;pointer-events:none}.method-picker label>.crypto-mark{width:30px;height:30px}.method-picker label>.crypto-mark b{font-size:15px}.method-picker label>.crypto-mark svg{width:18px;height:18px}.method-picker label>span{display:grid}.method-picker label small{color:var(--muted);font-size:12px}.method-picker label>svg{width:16px;opacity:0}.method-picker label.selected>svg{opacity:1;color:var(--brand-ink)}.method-picker input:focus-visible~i{outline:2px solid var(--brand-ink);outline-offset:2px}.deposit-destination{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px;border:1px solid var(--line);border-radius:var(--investor-control-radius);background:var(--surface-alt)}.deposit-destination>span{grid-column:1 / -1;color:var(--muted);font-size:12px}.deposit-destination code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deposit-destination button,.input-with-action button{display:inline-flex;align-items:center;gap:6px;border:0;color:var(--ink);background:transparent;font-weight:700;cursor:pointer}.deposit-destination button:hover,.input-with-action button:hover{color:var(--brand-ink)}.deposit-destination button svg{width:16px}.input-with-action{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--line);border-radius:var(--investor-control-radius)}.input-with-action:focus-within{border-color:var(--brand-ink);outline:2px solid color-mix(in srgb,var(--brand-ink) 18%,transparent)}.input-with-action input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.input-with-action button{padding:0 16px}.money-layout>.money-guidance{position:sticky;top:28px}@media(min-width:981px){html[data-navigation=horizontal] .money-layout>.money-guidance{top:100px}}.guidance-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.guidance-title>span{display:grid;flex:none;width:40px;height:40px;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--line));border-radius:var(--investor-control-radius);background:var(--accent-soft);color:var(--accent-ink)}.guidance-title svg{width:19px;height:19px}.money-guidance h2{margin:0;font-size:18px;text-wrap:balance}.money-guidance p,.money-guidance li{color:var(--muted);font-size:13px;line-height:1.55;text-wrap:pretty}.money-guidance ol{display:grid;gap:7px;margin:0 0 18px;padding-left:20px}.money-guidance>p{margin:0;padding-top:16px;border-top:1px solid var(--line)}.workflow-result{min-height:58vh;place-content:center}.workflow-result .workflow-result-card{width:min(100%,590px);display:grid;grid-template-columns:58px minmax(0,1fr);padding:32px;align-items:start;gap:20px}.workflow-result-mark{display:grid;place-items:start}.workflow-result-mark>i{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:var(--accent);color:var(--on-accent)}.workflow-result-mark svg{width:24px;height:24px;stroke-width:1.8}.workflow-result.notice .workflow-result-mark>i,.workflow-result.missing .workflow-result-mark>i{background:var(--surface-alt);color:var(--brand-ink)}.workflow-result-copy{display:grid;justify-items:start}.workflow-result h1{margin:1px 0 0;font-size:clamp(25px,3vw,30px);text-wrap:balance}.workflow-result p{max-width:420px;margin:7px 0 22px;color:var(--muted);font-size:14px;line-height:1.55;text-wrap:pretty}.workflow-result .button{min-width:0;min-height:42px;padding-inline:16px}.referral-invite-card{position:relative;display:grid;min-height:0;overflow:hidden;padding:28px 32px 24px;grid-template-columns:minmax(0,54%) minmax(0,46%);grid-template-rows:auto auto;align-content:start;column-gap:42px;row-gap:22px;border-radius:var(--investor-surface-radius);color:var(--portfolio-ink);background:var(--portfolio-bg)}.referral-hero-content{grid-column:1;grid-row:1;max-width:100%;align-self:start}.referral-hero-content>div:first-child{position:relative;z-index:1;max-width:620px}.referral-invite-card h2{margin:0 0 9px;font-family:Manrope,sans-serif;font-size:clamp(32px,3vw,42px);line-height:1.05;letter-spacing:-.03em;text-wrap:balance}.referral-invite-card p{margin:0;color:var(--portfolio-muted);font-size:13px}.referral-invite-card>a{display:inline-flex;width:max-content;align-items:center;gap:7px;color:var(--portfolio-muted);font-size:12px;font-weight:700}.referral-invite-card>a:hover{color:var(--portfolio-ink)}.referral-invite-card>a svg{width:14px}.referral-art{aspect-ratio:1155 / 762}.referral-art img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom}.referral-art:before{position:absolute;content:"";inset:0;pointer-events:none;background:var(--brand);-webkit-mask:url(/referral-primary-mask.png) center bottom / contain no-repeat;mask:url(/referral-primary-mask.png) center bottom / contain no-repeat;mix-blend-mode:hue}.referral-art:after{position:absolute;content:"";inset:0;pointer-events:none;background:var(--accent);-webkit-mask:url(/referral-accent-mask.png) center bottom / contain no-repeat;mask:url(/referral-accent-mask.png) center bottom / contain no-repeat;mix-blend-mode:color}.referral-illustration{position:absolute;z-index:1;display:block;width:min(304px,36%);right:36px;bottom:0}.referral-link-box{position:relative;z-index:2;display:grid;width:100%;padding:5px 5px 5px 15px;grid-column:1;grid-row:2;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-radius:var(--investor-control-radius);background:color-mix(in srgb,var(--portfolio-ink) 7%,var(--portfolio-bg))}.referral-link-box code{overflow:hidden;color:var(--portfolio-muted);font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.referral-link-box button{display:inline-flex;min-height:42px;padding:0 15px;align-items:center;gap:7px;border:0;border-radius:8px;color:var(--on-accent);background:var(--accent);font-weight:750}.referral-link-box button svg{width:15px}.referral-stats{display:grid;overflow:hidden;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:var(--investor-surface-radius);background:var(--surface)}.referral-stats article{display:grid;min-height:104px;padding:20px 24px;align-content:space-between;border-right:1px solid var(--line)}.referral-stats article:last-child{border-right:0}.referral-stats span{color:var(--muted);font-size:12px}.referral-stats strong{font-family:Manrope,sans-serif;font-size:24px;font-variant-numeric:tabular-nums}.referral-history{overflow:hidden}.referral-history>header{padding:20px 22px;border-bottom:1px solid var(--line)}.referral-history h2{margin:0;font-size:17px}.referral-history>div>article{display:grid;min-height:68px;padding:12px 22px;grid-template-columns:36px minmax(0,1fr) auto auto;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.referral-history>div>article:last-child{border-bottom:0}.referral-history article>i{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;color:var(--accent-ink);background:var(--accent-soft);font-style:normal;font-size:11px;font-weight:800}.referral-history article>div{display:grid;gap:3px}.referral-history article span{color:var(--muted);font-size:12px}.referral-history article>strong{font-size:13px;font-variant-numeric:tabular-nums}@media(max-width:1120px){.referral-invite-card{grid-template-columns:minmax(0,58%) minmax(0,42%)}.referral-illustration{width:min(296px,35%);right:24px}}@media(max-width:980px){.account-hero,.product-rate-panel,.portfolio-strip{grid-template-columns:1fr}.account-side,.product-rate-panel dl{border-top:1px solid var(--portfolio-line);border-left:0}.account-stats{grid-template-columns:repeat(3,1fr)}.account-stats div{display:grid}.portfolio-strip dl{border-top:1px solid var(--portfolio-line);border-left:0}.overview-grid,.opportunity-detail-grid,.profile-layout,.investor-settings-grid,.invest-layout,.money-layout{grid-template-columns:1fr}.overview-side-column{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.money-layout>.money-guidance{position:static}.wallet-grid{grid-template-columns:repeat(2,1fr)}.referral-invite-card{min-height:0}.referral-invite-card{grid-template-columns:minmax(0,60%) minmax(0,40%);column-gap:24px}.referral-hero-content{max-width:100%}.referral-illustration{width:min(280px,34%);right:16px;bottom:0}.referral-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-stats article:nth-child(2){border-right:0}.referral-stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:720px){.route-stage>.investor-page,.route-stage>.workflow-page{gap:18px}.dashboard-actions{width:100%}.dashboard-actions .button{flex:1;min-width:0}.account-value{min-height:176px;padding:26px}.account-value>strong{font-size:clamp(38px,12vw,48px)}.account-stats{grid-template-columns:1fr}.account-stats div{display:flex;padding:13px 4px}.investment-grid,.wallet-grid{grid-template-columns:1fr}.investment-card{min-height:0}.investment-cover{min-height:136px}.investment-card-body{min-height:0;padding:20px}.holding-card{grid-template-columns:1fr;padding:20px}.holding-card header,.holding-card footer{grid-column:1}.holding-facts{padding-top:14px;border-top:1px solid var(--line)}.request-list article,.activity-list article{grid-template-columns:36px minmax(0,1fr) auto}.document-list>article{grid-template-columns:36px minmax(0,1fr) auto auto}.request-list .status-pill,.activity-list .status-pill{display:none}.request-list article>strong,.activity-list article>strong{text-align:right}.request-list,.activity-list,.document-list{padding:8px 18px 12px}.profile-editor,.profile-card,.support-card,.preference-card,.password-card,.session-card{padding:20px}.profile-photo-row{grid-template-columns:54px 1fr}.profile-photo{width:54px;height:54px}.profile-photo-actions{grid-column:1 / -1}.product-rate-panel>div{min-height:144px;padding:22px}.product-rate-panel dl,.detail-section,.workflow-page .workflow-form,.investment-review,.money-guidance{padding:20px}.method-picker>div{grid-template-columns:1fr}.referral-invite-card{min-height:0;padding:24px;grid-template-columns:1fr}.referral-hero-content{max-width:100%;padding-top:0}.referral-illustration{display:none}.overview-side-column{grid-template-columns:1fr}}@media(max-width:480px){.investor-empty{min-height:150px;padding:20px;grid-template-columns:minmax(0,1fr)}.investor-empty.compact{min-height:120px}.investor-empty>i{width:42px;height:42px;border-radius:12px}.investor-empty .button{justify-content:center}.profile-form{grid-template-columns:1fr}.profile-form .full{grid-column:auto}.session-card{align-items:flex-start;flex-direction:column}.product-facts{grid-template-columns:1fr}.product-facts div:nth-child(2n){padding-left:0;border-left:0}.portfolio-strip>div,.portfolio-strip dl{padding:22px}.portfolio-strip dl div{display:grid;gap:5px}.holding-facts{grid-template-columns:1fr}.holding-card footer{flex-direction:column}.holding-action{margin-left:0}.request-list article,.activity-list article,.document-list>article{grid-template-columns:36px minmax(0,1fr)}.request-list article>strong,.activity-list article>strong,.document-list .status-pill{grid-column:2;justify-self:start}.document-list .document-download{grid-column:2;grid-row:auto;justify-self:start}.deposit-destination{grid-template-columns:minmax(0,1fr)}.deposit-destination>span{grid-column:1}.deposit-destination button{padding:8px 0 0}.workflow-result .workflow-result-card{grid-template-columns:48px minmax(0,1fr);padding:24px 20px;gap:14px}.workflow-result-mark>i{width:48px;height:48px;border-radius:14px}.workflow-result-mark svg{width:21px;height:21px}.workflow-result .button{width:100%}.state-actions{width:100%;flex-direction:column}.referral-stats{grid-template-columns:1fr 1fr}.referral-link-box{grid-template-columns:minmax(0,1fr);padding:12px}.referral-link-box button{justify-content:center}.referral-history>div>article{grid-template-columns:36px minmax(0,1fr) auto}.referral-history .status-pill{display:none}}@media(prefers-reduced-motion:reduce){.investor-loader{animation:none}.setting-toggle>i:after{transition:none}}.operator-experience{--ui-radius-control: 10px;--ui-radius-surface: 12px;--ui-control-height: 46px;--ui-row-height: 64px;--ui-space-1: 4px;--ui-space-2: 8px;--ui-space-3: 12px;--ui-space-4: 16px;--ui-space-5: 20px;--ui-space-6: 24px;--ui-text-caption: 11px;--ui-text-meta: 12px;--ui-text-body: 13px;--ui-text-row: 14px;--ui-text-section: 17px;--operator-summary-bg: #15201b;--operator-summary-ink: #f7f5ef;--operator-summary-muted: #aeb9b2;--operator-summary-line: rgba(247, 245, 239, .14);width:100%;min-width:0}.operator-experience .workspace-panel,.operator-experience .operator-metrics article,.operator-experience .member-summary-grid>article{border-radius:var(--ui-radius-surface);box-shadow:none}.operator-experience .button,.operator-experience input,.operator-experience select,.operator-experience textarea{border-radius:var(--ui-radius-control)}.operator-experience .button{min-height:var(--ui-control-height);padding-inline:var(--ui-space-4);font-size:var(--ui-text-body)}.operator-experience .status-pill{padding:5px 8px;font-size:var(--ui-text-caption)}.operator-experience .page-title{margin-bottom:0}.operator-experience .page-title h1{max-width:760px;font-size:clamp(28px,2.1vw,32px)}.operator-experience .operator-page,.operator-experience>.workflow-page{display:grid;gap:var(--ui-space-6)}.operator-experience .operator-dashboard-overview{gap:18px}.operator-experience .operator-summary{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);min-height:238px;overflow:hidden;border-radius:var(--ui-radius-surface);background:var(--operator-summary-bg);color:var(--operator-summary-ink)}.operator-experience .operator-summary-value{display:flex;padding:34px 40px;flex-direction:column;justify-content:center}.operator-experience .operator-summary-value>span,.operator-experience .operator-summary-value>p,.operator-experience .operator-summary-stats dt{color:var(--operator-summary-muted);font-size:var(--ui-text-meta)}.operator-experience .operator-summary-value>strong{margin:10px 0 12px;font-size:clamp(44px,5vw,64px);font-variant-numeric:tabular-nums;line-height:.96;letter-spacing:-.055em}.operator-experience .operator-summary-value>p{margin:0}.operator-experience .operator-summary-stats{display:grid;margin:0;padding:18px 28px;align-content:center;border-left:1px solid var(--operator-summary-line)}.operator-experience .operator-summary-stats>div{display:flex;min-height:58px;padding:14px 2px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--operator-summary-line)}.operator-experience .operator-summary-stats>div:last-child{border-bottom:0}.operator-experience .operator-summary-stats dd{margin:0;font-size:var(--ui-text-row);font-weight:760;font-variant-numeric:tabular-nums;text-align:right}.operator-experience .panel-heading{min-height:64px;padding:0 22px}.operator-experience .panel-heading h2{font-size:var(--ui-text-section)}.operator-experience .panel-heading>a{font-size:var(--ui-text-body)}.operator-experience .operator-metrics{grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(150px,1fr));gap:12px}.operator-experience .operator-metrics article{min-height:128px;padding:18px 20px;border:1px solid var(--line);box-shadow:none}.operator-experience .operator-metrics .primary-metric{background:var(--brand);border-color:transparent}.operator-experience .operator-metrics article>span,.operator-experience .operator-metrics small{font-size:var(--ui-text-caption)}.operator-experience .operator-metrics strong,.operator-experience .request-rows strong,.operator-experience .distribution-rows strong,.operator-experience .product-row-link>strong{font-variant-numeric:tabular-nums}.operator-experience .operator-overview-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;gap:14px;margin-bottom:0}.operator-experience .decision-panel,.operator-experience .distribution-card,.operator-experience .operator-products-table{border:1px solid var(--line);box-shadow:none}.operator-experience .decision-panel>a,.operator-experience .request-rows>a,.operator-experience .distribution-rows>a,.operator-experience .operator-table>a,.operator-experience .product-row-link{transition:background .16s ease,transform .16s ease}.operator-experience .decision-panel>a{min-height:var(--ui-row-height);padding:10px 22px;gap:12px}.operator-experience .decision-panel>a:last-of-type,.operator-experience .request-rows>a:last-of-type,.operator-experience .distribution-rows>a:last-of-type{border-bottom:0}.operator-experience .decision-panel>a>i{width:32px;height:32px;border-radius:var(--ui-radius-control)}.operator-experience .decision-panel b{font-size:var(--ui-text-row)}.operator-experience .decision-panel>a>div span{font-size:var(--ui-text-meta)}.operator-experience .distribution-card{min-height:100%;padding:22px}.operator-experience .distribution-card>span{font-size:var(--ui-text-caption);letter-spacing:.05em}.operator-experience .distribution-card>i{width:40px;height:40px;margin:18px 0;border-radius:var(--ui-radius-control)}.operator-experience .distribution-card h2{font-size:var(--ui-text-section)}.operator-experience .distribution-card p{font-size:var(--ui-text-meta)}.operator-experience .distribution-card>strong{font-size:26px}.operator-experience .operator-products-table{margin-bottom:0}.operator-experience .decision-panel>a:hover,.operator-experience .request-rows>a:hover,.operator-experience .distribution-rows>a:hover,.operator-experience .operator-table>a:hover,.operator-experience .product-row-link:hover{background:color-mix(in srgb,var(--brand) 7%,var(--surface))}.operator-experience .operator-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.operator-experience .filter-only-toolbar{justify-content:flex-start}.operator-experience .filter-chips{display:flex;gap:5px;padding:4px;overflow-x:auto;border:1px solid var(--line);border-radius:calc(var(--ui-radius-control) + 4px);background:var(--surface)}.operator-experience .filter-chips button{min-height:var(--ui-control-height);padding:0 13px;border:0;border-radius:var(--ui-radius-control);background:transparent;color:var(--muted);font:inherit;font-size:var(--ui-text-body);font-weight:750;text-transform:capitalize;cursor:pointer;white-space:nowrap}.operator-experience .filter-chips button.active{background:var(--ink);color:var(--surface)}.operator-experience .operator-empty{grid-column:1 / -1;width:auto;min-height:126px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:15px;margin:16px;padding:22px 24px;border-radius:calc(var(--radius) - 3px);background:color-mix(in srgb,var(--accent) 5%,var(--surface-alt));color:var(--muted);text-align:left}.operator-experience .operator-empty>i{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:var(--accent-ink);background:var(--accent-soft);font-style:normal}.operator-experience .operator-empty svg{width:17px}.operator-experience .operator-empty strong{display:block;color:var(--ink);font-size:var(--ui-text-body)}.operator-experience .operator-empty p{margin:4px 0 0;font-size:var(--ui-text-meta)}.operator-experience .operator-empty .button{border:0;color:var(--accent-ink);background:var(--accent-soft)}.operator-experience .product-rows>.product-row-link{border-bottom:1px solid var(--line)}.operator-experience .product-rows>.product-row-link:last-child{border-bottom:0}.operator-experience .product-row-link>div{min-width:0}.operator-experience .product-row-link>div>b,.operator-experience .product-row-link>div>span{display:block}.operator-experience .product-row-link>div>b{overflow:hidden;font-size:var(--ui-text-row);text-overflow:ellipsis;white-space:nowrap}.operator-experience .product-row-link>div>span{margin-top:4px;overflow:hidden;color:var(--muted);font-size:var(--ui-text-meta);text-overflow:ellipsis;white-space:nowrap}.operator-experience .funding-wallet-grid>article{border:1px solid var(--line);box-shadow:none}.operator-experience .funding-wallet-address code{word-break:break-all}.operator-experience .request-rows>a{grid-template-columns:42px minmax(180px,1.35fr) minmax(120px,.7fr) minmax(110px,.65fr) auto 18px}.operator-experience .distribution-rows>a{grid-template-columns:42px minmax(190px,1.35fr) minmax(120px,.7fr) minmax(110px,.65fr) auto 18px}.operator-experience .request-rows>a,.operator-experience .distribution-rows>a,.operator-experience .product-row-link,.operator-experience .operator-table>a{min-height:72px;padding:12px 22px}.operator-experience .request-rows>a>i,.operator-experience .distribution-rows>a>i{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--ui-radius-control);background:var(--accent-soft);color:var(--accent-ink);font-size:var(--ui-text-meta);font-style:normal;font-weight:800}.operator-experience .request-rows>a>i svg,.operator-experience .distribution-rows>a>i svg{width:17px}.operator-experience .request-rows>a>div,.operator-experience .distribution-rows>a>div{display:grid;gap:4px;min-width:0}.operator-experience .request-rows>a span,.operator-experience .distribution-rows>a span{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .request-rows>a b,.operator-experience .distribution-rows>a b,.operator-experience .request-rows>a strong,.operator-experience .distribution-rows>a strong{font-size:var(--ui-text-row)}.operator-experience .audit-list article{grid-template-columns:38px minmax(0,1fr) auto;min-height:72px;padding:14px 0;gap:14px}.operator-experience .audit-list{padding:10px 22px 14px}.operator-experience .audit-list article:last-child{border-bottom:0}.operator-experience .audit-list article>i{width:36px;height:36px;border-radius:var(--ui-radius-control);color:var(--accent-ink);background:var(--accent-soft)}.operator-experience .audit-list p{overflow-wrap:anywhere;margin:0 0 3px;font-size:var(--ui-text-row);line-height:1.3}.operator-experience .audit-list span,.operator-experience .audit-list time{font-size:var(--ui-text-meta);line-height:1.35}.operator-experience .workflow-page{gap:var(--ui-space-6)}.operator-experience .back-link:hover{color:var(--ink)}.operator-experience .workflow-hero,.operator-experience .workflow-columns>article,.operator-experience .workflow-form,.operator-experience .workflow-holdings{border:1px solid var(--line);box-shadow:none}.operator-experience .workflow-progress{width:min(260px,100%);height:5px;margin-top:22px;overflow:hidden;border-radius:99px;background:color-mix(in srgb,currentColor 15%,transparent)}.operator-experience .workflow-progress span{display:block;height:100%;border-radius:inherit;background:var(--brand)}.operator-experience .workflow-hero>div>small{display:block;margin-top:8px;color:var(--muted)}.operator-experience .product-editor{margin-bottom:4px;border-left:0}.operator-experience .product-cover-field{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:center;gap:22px;padding:18px;border:1px solid var(--line);border-radius:var(--ui-radius-control);background:var(--app-bg)}.operator-experience .product-cover-preview{display:grid;overflow:hidden;height:128px;place-items:center;border-radius:calc(var(--ui-radius-control) - 2px);background:var(--brand);color:var(--surface)}.operator-experience .product-cover-preview>svg{width:28px;height:28px}.operator-experience .product-cover-preview img{width:100%;height:100%;object-fit:cover}.operator-experience .product-cover-copy{display:grid;gap:7px}.operator-experience .product-cover-copy>span{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .product-cover-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:7px}.operator-experience .product-cover-copy label{cursor:pointer}.operator-experience .product-cover-copy label.button{width:auto;display:inline-flex;grid-template-columns:none;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding-inline:14px;white-space:nowrap}.operator-experience .product-cover-copy label.button svg{flex:0 0 auto}.operator-experience .product-cover-copy input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.operator-experience .product-rows>a>i.has-image,.operator-experience .product-row-link>i.has-image{overflow:hidden;padding:0}.operator-experience .product-row-link>i.has-image img{width:100%;height:100%;object-fit:cover}.operator-experience .form-section-heading{display:flex;align-items:start;justify-content:space-between;gap:18px}.operator-experience .form-section-heading h2,.operator-experience .form-section-heading p{margin:0}.operator-experience .form-section-heading p{margin-top:5px;color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .workflow-holdings{padding:22px}.operator-experience .workflow-holdings .panel-heading>span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--surface-alt);color:var(--muted);font-size:var(--ui-text-body);font-weight:800}.operator-experience .workflow-empty{display:grid;min-height:92px;padding:20px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--accent) 5%,var(--surface-alt));color:var(--muted);font-size:var(--ui-text-meta);text-align:center}.operator-experience .workflow-empty strong,.operator-experience .workflow-empty span{display:block}.operator-experience .workflow-empty strong{color:var(--ink);font-size:13px}.operator-experience .workflow-empty span{margin-top:5px;color:var(--muted);font-size:11px}.operator-experience .identity-card .page-actions{margin-top:4px}.operator-experience .member-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.operator-experience .member-summary-grid>article{display:grid;gap:8px;padding:20px 22px;border:1px solid var(--line);border-radius:var(--ui-radius-surface);background:var(--surface)}.operator-experience .member-summary-grid span{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .member-summary-grid strong{overflow:hidden;font-size:var(--ui-text-section);text-overflow:ellipsis}.operator-experience .member-summary-grid>article>div{display:grid;gap:3px}.operator-experience .member-action-bar{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr);align-items:center;gap:18px;padding:18px 20px}.operator-experience .member-action-bar>div:first-child{display:grid;gap:3px}.operator-experience .member-action-bar>div:first-child span{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .member-action-bar>div:nth-child(2){display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.operator-experience .member-action-bar .button svg{width:15px}.operator-experience .member-action-bar .form-error{grid-column:1 / -1;margin:0}.operator-experience .member-detail-grid,.operator-experience .member-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.operator-experience .member-detail-grid>article,.operator-experience .member-record-grid>article,.operator-experience .member-activity-card{padding:22px}.operator-experience .member-identity{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--line)}.operator-experience .member-identity h2,.operator-experience .member-identity p{margin:0}.operator-experience .member-identity h2{font-size:var(--ui-text-section)}.operator-experience .member-identity p{margin-top:3px;color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .member-identity-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:10px 0 0}.operator-experience .member-identity-card dl>div{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.operator-experience .member-identity-card dt{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .member-identity-card dd{margin:0;font-size:var(--ui-text-body);font-weight:800;text-align:right}.operator-experience .member-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.operator-experience .member-section-heading h2,.operator-experience .member-section-heading p{margin:0}.operator-experience .member-section-heading h2{font-size:var(--ui-text-section)}.operator-experience .member-section-heading p{margin-top:3px;color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .member-section-heading>svg{width:19px;color:var(--accent-ink)}.operator-experience .member-wallet-row,.operator-experience .member-request-row,.operator-experience .member-ledger-row{display:grid;min-height:64px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-top:1px solid var(--line)}.operator-experience .member-wallet-row>span,.operator-experience .member-request-row>span,.operator-experience .member-ledger-row>span{display:grid;gap:3px}.operator-experience .member-wallet-row small,.operator-experience .member-request-row small,.operator-experience .member-ledger-row small{color:var(--muted);font-size:var(--ui-text-meta);line-height:1.35}.operator-experience .member-wallet-row strong,.operator-experience .member-request-row strong,.operator-experience .member-ledger-row strong{font-size:var(--ui-text-row);font-variant-numeric:tabular-nums}.operator-experience .member-request-row{grid-template-columns:minmax(0,1fr) auto auto}.operator-experience .member-request-row>button{min-height:var(--ui-control-height);padding:0 8px;border:0;color:var(--danger);background:transparent;font:inherit;font-size:var(--ui-text-meta);font-weight:800;cursor:pointer}.operator-experience .member-ledger-row strong.in{color:var(--brand)}.operator-experience .member-ledger-row strong.out{color:var(--ink)}.member-action-form{padding:0}.member-action-form textarea{min-height:88px;resize:vertical}.operator-experience .proof-details dd{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.operator-experience .proof-details code{min-width:0;overflow-wrap:anywhere;color:var(--ink);font-size:var(--ui-text-meta)}.operator-experience .proof-details button{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;min-height:var(--ui-control-height);padding:0 8px;border:0;background:transparent;color:var(--brand);font:inherit;font-size:var(--ui-text-meta);font-weight:800;cursor:pointer}.operator-experience .proof-details button svg{width:14px}.operator-experience .decision-note{display:grid;gap:8px;font-weight:750}.operator-experience .decision-note span small{color:var(--muted);font-weight:500}.operator-experience .decision-note textarea{min-height:92px;resize:vertical}.operator-experience .split-actions{justify-content:space-between}.operator-experience .record-note{padding:16px;border-radius:var(--ui-radius-control);background:var(--surface-alt)}.operator-experience .record-note span{color:var(--muted);font-size:var(--ui-text-meta);font-weight:750}.operator-experience .record-note p{margin:5px 0 0}.operator-workspace .operator-experience .request-review-page{max-width:1120px}.operator-workspace .operator-experience .request-review-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);align-items:start;gap:18px}.operator-workspace .operator-experience .request-review-main,.operator-workspace .operator-experience .request-decision-panel{border:1px solid var(--line);border-radius:12px;background:var(--surface)}.operator-workspace .operator-experience .request-review-main{overflow:hidden}.operator-workspace .operator-experience .request-review-summary{display:grid;min-height:154px;padding:24px;align-items:center;gap:24px;color:var(--stats-ink);background:var(--stats-bg)}.operator-workspace .operator-experience .request-review-amount{display:grid;gap:6px}.operator-workspace .operator-experience .request-review-amount>span,.operator-workspace .operator-experience .request-review-amount>small{color:var(--stats-muted);font-size:11px;font-weight:650}.operator-workspace .operator-experience .request-review-amount>span{text-transform:capitalize}.operator-workspace .operator-experience .request-review-amount>strong{color:var(--stats-ink);font-size:clamp(30px,4vw,44px);letter-spacing:-.045em}.operator-workspace .operator-experience .request-decision-member{display:grid;min-width:0;padding:16px 22px 20px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;border-top:1px solid var(--line)}.operator-workspace .operator-experience .request-decision-member>i{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;color:var(--accent-ink);background:var(--accent-soft);font-style:normal;font-size:12px;font-weight:800}.operator-workspace .operator-experience .request-decision-member>span{display:grid;min-width:0;gap:3px}.operator-workspace .operator-experience .request-decision-member strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.operator-workspace .operator-experience .request-decision-member small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.operator-workspace .operator-experience .request-proof-heading{display:flex;min-height:66px;padding:0 22px;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .request-proof-heading h2{margin:0;font-size:16px}.operator-workspace .operator-experience .request-proof-details{gap:0;margin:0;padding:4px 22px 10px}.operator-workspace .operator-experience .request-proof-details>div{padding:16px 0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.operator-workspace .operator-experience .request-proof-details>div:last-child{border-bottom:0}.operator-workspace .operator-experience .request-proof-details dt{margin-bottom:7px;font-size:10px;text-transform:none}.operator-workspace .operator-experience .request-proof-details code{font-size:12px}.operator-workspace .operator-experience .request-proof-details dd{justify-content:flex-start}.operator-workspace .operator-experience .request-proof-details dd code{max-width:min(100%,520px)}.operator-workspace .operator-experience .request-proof-details dd button{min-height:0;padding:0;line-height:1}.operator-workspace .operator-experience .request-decision-panel{position:sticky;top:24px;display:grid;padding:22px;gap:20px}.operator-workspace .operator-experience .request-decision-panel>div:first-child{display:grid;justify-items:start;gap:5px}.operator-workspace .operator-experience .request-decision-panel h2{margin:0;font-size:17px}.operator-workspace .operator-experience .request-decision-panel p{max-width:240px;margin:0;color:var(--muted);font-size:11px;line-height:1.5}.operator-workspace .operator-experience .request-decision-panel .decision-note textarea{min-height:96px;border-radius:10px;background:var(--surface-alt);font-size:12px}.operator-workspace .operator-experience .request-decision-actions{display:grid;gap:8px}.operator-workspace .operator-experience .request-decision-actions .button{width:100%;min-height:44px}@media(max-width:860px){.operator-workspace .operator-experience .request-review-layout{grid-template-columns:1fr}.operator-workspace .operator-experience .request-decision-panel{position:static}}@media(max-width:620px){.operator-workspace .operator-experience .request-review-summary{grid-template-columns:1fr}.operator-workspace .operator-experience .request-review-member{min-width:0}}.operator-experience .workflow-confirmation{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid color-mix(in srgb,var(--brand) 16%,var(--line));border-radius:var(--ui-radius-control);background:color-mix(in srgb,var(--brand) 10%,var(--surface-alt));color:var(--ink);font-weight:750}.operator-experience .workflow-confirmation svg{width:34px;height:34px;padding:8px;border-radius:9px;background:var(--brand);color:var(--on-brand)}.operator-state-page{background:var(--background, #f3f5f1)}.operator-state-card{width:min(440px,calc(100vw - 32px));padding:34px;border:1px solid var(--line, #dde3dc);border-radius:12px;background:var(--surface, #fff);text-align:left}.operator-state-card>svg{width:28px;color:#b44b43}.operator-state-card h1{margin:18px 0 8px}.operator-state-card p{margin:0;color:var(--muted, #68716b)}.operator-state-actions{display:flex;gap:10px;margin-top:24px}.operator-state-card.system-state-card{width:min(720px,calc(100vw - 32px));padding:0;text-align:left}.operator-state-card.system-state-card .system-state-mark>i{color:var(--stats-ink)}.operator-state-card.system-state-card .operator-state-actions{margin-top:0}.operator-loading{display:grid;grid-template-columns:repeat(3,9px);gap:7px;place-content:center}.operator-loading span{width:9px;height:9px;border-radius:50%;background:var(--brand, #247255);animation:operator-pulse .9s ease-in-out infinite alternate}.operator-loading span:nth-child(2){animation-delay:.15s}.operator-loading span:nth-child(3){animation-delay:.3s}.operator-loading p{grid-column:1 / -1;margin:8px 0 0;color:var(--muted, #68716b);font-size:var(--ui-text-row);white-space:nowrap;justify-self:center}@keyframes operator-pulse{to{opacity:.25;transform:translateY(-4px)}}.operator-experience .operator-table .table-head{min-height:42px;padding:0 22px;color:var(--muted);font-size:var(--ui-text-caption);letter-spacing:.045em}.operator-experience .person-cell b,.operator-experience .operator-table>a>strong,.operator-experience .operator-table>a>span{font-size:var(--ui-text-row)}.operator-experience .person-cell small{font-size:var(--ui-text-meta)}.operator-experience .profile-avatar{display:grid;overflow:hidden;flex:0 0 auto;place-items:center;background:var(--accent-soft);color:var(--accent-ink);font-style:normal;font-weight:800}.operator-experience .profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}.operator-experience .referral-operator-list .profile-avatar{width:38px;height:38px;border-radius:10px}.operator-experience .request-decision-member .profile-avatar{width:42px;height:42px;border-radius:10px}.operator-experience .settings-card,.operator-experience .appearance-section,.operator-experience .workflow-form,.operator-experience .workflow-columns>article{padding:22px}.operator-experience .settings-card>h2,.operator-experience .appearance-section h2,.operator-experience .form-section-heading h2{font-size:var(--ui-text-section)}.operator-experience .identity-settings-card{width:min(680px,100%)}.operator-experience .identity-settings-card dt,.operator-experience .identity-settings-card dd,.operator-experience .settings-person p{font-size:var(--ui-text-meta)}@media(min-width:821px){html[data-navigation=sidebar] .operator-workspace.workspace{grid-template-columns:224px minmax(0,1fr)}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar{top:0;height:100svh;margin:0;padding:28px 16px 20px;border-width:0 1px 0 0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav{margin-top:30px}html[data-navigation=sidebar] .operator-workspace .workspace-content{width:min(1240px,calc(100% - 64px));padding-top:36px}}@media(max-width:1050px){.operator-experience .member-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-experience .member-action-bar{grid-template-columns:1fr}.operator-experience .member-action-bar>div:nth-child(2){justify-content:flex-start}.operator-experience .operator-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-experience .request-rows>a,.operator-experience .distribution-rows>a{grid-template-columns:40px minmax(150px,1fr) auto auto 18px}.operator-experience .request-rows>a>span,.operator-experience .distribution-rows>a>span{display:none}}@media(max-width:820px){.operator-experience .operator-summary{grid-template-columns:1fr}.operator-experience .operator-summary-value{padding:30px 28px}.operator-experience .operator-summary-stats{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 24px 14px;border-top:1px solid var(--operator-summary-line);border-left:0}.operator-experience .operator-summary-stats>div{min-height:74px;padding:14px;align-items:flex-start;flex-direction:column;justify-content:center;gap:6px;border-right:1px solid var(--operator-summary-line);border-bottom:0}.operator-experience .operator-summary-stats>div:first-child{padding-left:0}.operator-experience .operator-summary-stats>div:last-child{padding-right:0;border-right:0}.operator-experience .operator-overview-grid{grid-template-columns:1fr}.operator-experience .operator-toolbar{align-items:stretch;flex-direction:column}.operator-experience .operator-toolbar>label{width:100%}.operator-experience .filter-chips{width:max-content;max-width:100%}}@media(max-width:760px){.operator-experience .member-detail-grid,.operator-experience .member-record-grid{grid-template-columns:1fr}.operator-experience .member-action-bar>div:nth-child(2) .button{flex:1 1 auto}.operator-experience .page-title{margin-bottom:0}.operator-workspace .workspace-content{padding-top:24px}.operator-experience .page-title{align-items:flex-start;gap:14px}.operator-experience .page-title h1{font-size:clamp(25px,8vw,32px)}.operator-experience .page-title-copy{font-size:12px}.operator-experience .page-title>.button{min-height:44px}.operator-experience .operator-metrics{grid-template-columns:1fr 1fr}.operator-experience .operator-metrics article{min-height:104px;padding:16px}.operator-experience .operator-metrics .primary-metric{grid-column:1 / -1;min-height:118px}.operator-experience .operator-metrics strong{font-size:25px}.operator-experience .operator-metrics .primary-metric strong{font-size:31px}.operator-experience .operator-toolbar{align-items:stretch;flex-direction:column}.operator-experience .operator-toolbar>label{width:100%}.operator-experience .filter-chips{width:max-content;max-width:100%}.operator-experience .filter-chips button{min-height:44px;flex:0 0 auto}.operator-experience .table-toolbar label{min-height:46px}.operator-experience .panel-heading{min-height:70px;padding:16px}.operator-experience .panel-heading h2{font-size:16px}.operator-experience .distribution-card{min-height:0;padding:20px}.operator-experience .distribution-card>i{margin:15px 0}.operator-experience .distribution-card>strong{margin:12px 0 16px;font-size:24px}.operator-experience .product-row-link{min-height:72px;grid-template-columns:40px minmax(0,1fr) auto 18px;gap:12px;padding:14px 16px}.operator-experience .product-row-link>i{width:40px;height:40px}.operator-experience .product-row-link>div>b{font-size:13px}.operator-experience .product-row-link>div>span{font-size:var(--ui-text-meta)}.operator-experience .product-row-link>.status-pill{display:inline-flex}.operator-experience .request-rows>a,.operator-experience .distribution-rows>a{grid-template-columns:36px minmax(0,1fr) auto 16px;gap:10px;padding:14px}.operator-experience .request-rows>a>strong,.operator-experience .distribution-rows>a>strong{grid-column:2;font-size:14px}.operator-experience .request-rows>a>.status-pill,.operator-experience .distribution-rows>a>.status-pill{grid-column:3;grid-row:1 / span 2}.operator-experience .request-rows>a>svg,.operator-experience .distribution-rows>a>svg{grid-column:4;grid-row:1 / span 2}.operator-experience .operator-table .table-head{display:none}.operator-experience .operator-table>a{grid-template-columns:minmax(0,1fr) auto 16px;padding:15px}.operator-experience .operator-table>a>span,.operator-experience .operator-table>a>strong{display:none}.operator-experience .operator-table>a>.status-pill{display:inline-flex}.operator-experience .operator-empty{min-height:130px;padding:24px 18px}.operator-experience .operator-empty .button{min-height:44px;margin:6px 0 0}.operator-experience .proof-details dd{align-items:flex-start;flex-direction:column}.operator-experience .split-actions,.operator-state-actions{flex-direction:column-reverse}.operator-experience .split-actions .button,.operator-state-actions .button{width:100%}}@media(max-width:460px){.operator-experience .operator-summary-value{padding:26px 22px}.operator-experience .operator-summary-stats{grid-template-columns:1fr;padding:6px 22px 14px}.operator-experience .operator-summary-stats>div,.operator-experience .operator-summary-stats>div:first-child,.operator-experience .operator-summary-stats>div:last-child{min-height:52px;padding:10px 0;align-items:center;flex-direction:row;border-right:0;border-bottom:1px solid var(--operator-summary-line)}.operator-experience .operator-summary-stats>div:last-child{border-bottom:0}.operator-experience .member-summary-grid,.operator-experience .member-identity-card dl{grid-template-columns:1fr}.operator-experience .member-request-row{grid-template-columns:minmax(0,1fr) auto}.operator-experience .member-request-row>button{grid-column:1 / -1;justify-self:start;padding-left:0}.operator-experience .operator-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-experience .operator-metrics .primary-metric{grid-column:1 / -1}.operator-experience .filter-chips button{flex:0 0 auto}}.operator-experience .appearance-page{max-width:960px}.operator-experience .appearance-form{display:grid;gap:16px}.operator-experience .appearance-section{padding:24px}.operator-experience .appearance-section>header{margin-bottom:20px}.operator-experience .appearance-section h2,.operator-experience .appearance-section p{margin:0}.operator-experience .appearance-section h2{font-size:var(--ui-text-section)}.operator-experience .appearance-section p{margin-top:5px;color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .layout-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.operator-experience .layout-options>button{display:grid;padding:12px;gap:12px;border:1px solid var(--line);border-radius:var(--ui-radius-control);background:var(--app-bg);color:var(--ink);text-align:left;cursor:pointer}.operator-experience .layout-options>button.selected{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 12%,transparent)}.operator-experience .layout-options strong{font-size:var(--ui-text-body)}.operator-experience .layout-preview{display:grid;overflow:hidden;height:112px;border:1px solid var(--line);border-radius:var(--ui-radius-control);background:var(--surface)}.operator-experience .layout-preview i,.operator-experience .layout-preview em{display:block;background:color-mix(in srgb,var(--brand) 18%,var(--surface))}.operator-experience .sidebar-preview{grid-template-columns:27% 1fr}.operator-experience .sidebar-preview>i{border-right:1px solid var(--line)}.operator-experience .horizontal-preview{grid-template-rows:28% 1fr}.operator-experience .horizontal-preview>i{border-bottom:1px solid var(--line)}.operator-experience .layout-preview b{display:grid;padding:16px;align-content:start;gap:8px}.operator-experience .layout-preview em{width:72%;height:8px;border-radius:99px;background:var(--surface-alt)}.operator-experience .layout-preview em:first-child{width:45%;height:13px;background:color-mix(in srgb,var(--ink) 22%,transparent)}.operator-experience .appearance-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.operator-experience .compact-options .appearance-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.operator-experience .appearance-fields label{display:grid;gap:8px;color:var(--muted);font-size:var(--ui-text-meta);font-weight:700}.operator-experience .appearance-logo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px;padding-top:22px;gap:12px;border-top:1px solid var(--line)}.operator-experience .appearance-logo-field{display:grid;min-width:0;padding:14px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--ui-radius-control);background:var(--surface-alt)}.operator-experience .appearance-logo-preview{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border-radius:11px;color:var(--brand-ink);background:var(--surface)}.operator-experience .appearance-logo-preview svg{width:20px}.operator-experience .appearance-logo-preview img{width:100%;height:100%;object-fit:contain}.operator-experience .appearance-logo-copy{min-width:0;display:grid;gap:4px}.operator-experience .appearance-logo-copy strong{font-size:12px}.operator-experience .appearance-logo-copy small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.operator-experience .appearance-logo-actions{grid-column:1 / -1;display:flex;align-items:center;gap:8px}.operator-experience .appearance-logo-actions .button{min-height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;font-size:11px}.operator-experience .appearance-logo-actions .button svg{width:15px}.operator-experience .appearance-logo-actions input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.operator-experience .appearance-fields input:not([type=color]),.operator-experience .appearance-fields select{width:100%;height:46px;padding:0 13px;border:1px solid var(--line-strong);border-radius:var(--ui-radius-control);background:var(--app-bg);color:var(--ink)}.operator-experience .color-field>span:last-child{display:flex;height:46px;padding:5px 12px 5px 5px;align-items:center;gap:12px;border:1px solid var(--line-strong);border-radius:var(--ui-radius-control);background:var(--app-bg)}.operator-experience .color-field input{width:46px;height:34px;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer}.operator-experience .color-field code{color:var(--ink);font-size:var(--ui-text-meta)}.operator-experience .appearance-actions{display:flex;padding-top:8px;align-items:center;justify-content:space-between;gap:18px}.operator-experience .appearance-actions>span{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .referral-operator-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.operator-experience .referral-operator-stats article{display:grid;min-height:98px;padding:18px 20px;align-content:space-between;border:1px solid var(--line);border-radius:var(--ui-radius-card);background:var(--surface)}.operator-experience .referral-operator-stats span{color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .referral-operator-stats strong{font-family:Manrope,sans-serif;font-size:22px;font-variant-numeric:tabular-nums}.operator-experience .referral-operator-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:16px;align-items:start}.operator-experience .referral-operator-list{overflow:hidden}.operator-experience .referral-operator-list>div:not(.panel-heading):not(.operator-empty)>article{display:grid;min-height:68px;padding:12px 20px;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:13px;border-top:1px solid var(--line)}.operator-experience .referral-operator-list article>i{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;color:var(--accent-ink);background:var(--accent-soft);font-style:normal;font-size:11px;font-weight:800}.operator-experience .referral-operator-list article>div{display:grid;gap:3px}.operator-experience .referral-operator-list article span{overflow:hidden;color:var(--muted);font-size:var(--ui-text-meta);text-overflow:ellipsis;white-space:nowrap}.operator-experience .referral-operator-list article>strong{font-size:var(--ui-text-meta);font-variant-numeric:tabular-nums}.operator-experience .referral-operator-list .status-pill{text-transform:capitalize}.operator-experience .referral-settings{position:sticky;top:24px;padding:22px}.operator-experience .referral-settings>header{display:flex;margin-bottom:22px;align-items:flex-start;justify-content:space-between;gap:16px}.operator-experience .referral-settings h2,.operator-experience .referral-settings p{margin:0}.operator-experience .referral-settings h2{font-size:var(--ui-text-section)}.operator-experience .referral-settings p{margin-top:4px;color:var(--muted);font-size:var(--ui-text-meta)}.operator-experience .program-switch{display:inline-flex;min-height:34px;padding:0 11px;align-items:center;gap:8px;border-radius:999px;color:var(--ink);background:var(--surface-alt);font-size:var(--ui-text-meta);font-weight:750;cursor:pointer}.operator-experience .program-switch input{width:14px;height:14px;accent-color:var(--accent)}.operator-experience .referral-settings-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.operator-experience .referral-settings-fields label{display:grid;gap:7px;color:var(--muted);font-size:var(--ui-text-meta);font-weight:700}.operator-experience .referral-settings-fields label.wide{grid-column:1 / -1}.operator-experience .referral-settings-fields input,.operator-experience .referral-settings-fields select{width:100%;height:43px;min-width:0;padding:0 11px;border:1px solid var(--line-strong);border-radius:var(--ui-radius-control);color:var(--ink);background:var(--app-bg)}.operator-experience .referral-settings>footer{display:flex;margin-top:20px;align-items:center;justify-content:space-between;gap:14px}.operator-experience .referral-settings>footer>span{display:inline-flex;align-items:center;gap:5px;color:var(--success);font-size:var(--ui-text-meta);font-weight:700}.operator-experience .referral-settings>footer svg{width:15px}@media(max-width:1040px){.operator-experience .referral-operator-layout{grid-template-columns:1fr}.operator-experience .referral-settings{position:static}}@media(max-width:640px){.operator-experience .product-cover-field,.operator-experience .layout-options,.operator-experience .appearance-fields,.operator-experience .compact-options .appearance-fields,.operator-experience .appearance-logo-grid{grid-template-columns:1fr}.operator-experience .appearance-section{padding:18px}.operator-experience .appearance-actions{align-items:stretch;flex-direction:column}.operator-experience .referral-operator-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-experience .referral-settings-fields{grid-template-columns:1fr}.operator-experience .referral-settings-fields label.wide{grid-column:auto}.operator-experience .referral-operator-list>div:not(.panel-heading):not(.operator-empty)>article{grid-template-columns:38px minmax(0,1fr) auto}.operator-experience .referral-operator-list .status-pill{display:none}}.operator-workspace .operator-experience .referral-operations-page{gap:18px}.operator-workspace .operator-experience .referral-operator-layout{grid-template-columns:minmax(0,1fr);gap:18px}.operator-workspace .operator-experience .referral-settings{position:static;padding:0;overflow:hidden}.operator-workspace .operator-experience .referral-settings>header{min-height:76px;margin:0;padding:14px 18px 14px 22px;align-items:center;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .referral-settings>header p{margin-top:3px}.operator-workspace .operator-experience .program-switch{min-height:38px;padding:0 12px 0 9px;gap:9px;border:1px solid var(--line);border-radius:10px;background:var(--surface-alt)}.operator-workspace .operator-experience .program-switch input{position:relative;width:34px;height:20px;min-height:20px;flex:0 0 34px;margin:0;padding:0;appearance:none;border:0;border-radius:999px;background:var(--line-strong)}.operator-workspace .operator-experience .program-switch input:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:var(--surface)}.operator-workspace .operator-experience .program-switch input:checked{background:var(--brand)}.operator-workspace .operator-experience .program-switch input:checked:after{transform:translate(14px)}.operator-workspace .operator-experience .referral-settings-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:22px}.operator-workspace .operator-experience .referral-settings-fields label{gap:7px;font-size:11px}.operator-workspace .operator-experience .referral-settings-fields label.wide{grid-column:span 2}.operator-workspace .operator-experience .referral-settings>.form-error{margin:0 22px 16px}.operator-workspace .operator-experience .referral-settings>footer{min-height:70px;margin:0;padding:12px 22px;border-top:1px solid var(--line)}.operator-workspace .operator-experience .referral-operator-list .operator-empty{min-height:210px;margin:0;border-radius:0}@media(max-width:1120px){.operator-workspace .operator-experience .referral-settings-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.operator-workspace .operator-experience .referral-settings>header{min-height:0;padding:18px;align-items:flex-start}.operator-workspace .operator-experience .referral-settings-fields{grid-template-columns:1fr;padding:18px}.operator-workspace .operator-experience .referral-settings-fields label.wide{grid-column:auto}.operator-workspace .operator-experience .referral-settings>footer{padding:12px 18px}}.operator-workspace{--operator-card-radius: var(--radius);background:var(--app-bg)}.operator-workspace .route-stage{animation:none;filter:none;transform:none}@media(min-width:821px){html[data-navigation=sidebar] .operator-workspace.workspace{grid-template-columns:260px minmax(0,1fr)}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar{padding:24px 16px 18px;color:var(--stats-ink);background:var(--stats-bg);border:0}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav{margin-top:42px;gap:7px}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav a{min-height:48px;padding:0 14px;border-radius:12px;color:var(--stats-muted);font-size:13px}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav a:hover{color:var(--stats-ink);background:color-mix(in srgb,var(--stats-ink) 8%,transparent)}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav a.active{color:var(--on-accent);background:var(--accent)}html[data-navigation=sidebar] .operator-workspace .sidebar-brand,html[data-navigation=sidebar] .operator-workspace .sidebar-brand a,html[data-navigation=sidebar] .operator-workspace .sidebar-brand strong{color:var(--stats-ink)}html[data-navigation=sidebar] .operator-workspace .account-trigger{padding:10px;border:1px solid color-mix(in srgb,var(--stats-ink) 12%,transparent);border-radius:14px;color:var(--stats-ink);background:color-mix(in srgb,var(--stats-ink) 6%,transparent)}html[data-navigation=sidebar] .operator-workspace .account-trigger-copy small,html[data-navigation=sidebar] .operator-workspace .account-chevron{color:var(--stats-muted)}html[data-navigation=sidebar] .operator-workspace .workspace-content{width:min(1320px,calc(100% - 72px));padding-top:42px}}.operator-experience{--ui-radius-surface: var(--operator-card-radius);--ui-control-height: 46px;--ui-row-height: 70px}.operator-experience .operator-page,.operator-experience>.workflow-page{gap:22px}.operator-experience .page-title{min-height:58px}.operator-experience .page-title h1{font-size:clamp(30px,3vw,40px)}.operator-experience .page-title-copy{margin-top:2px;font-size:14px}.operator-experience .workspace-panel,.operator-experience .funding-wallet-grid>article,.operator-experience .settings-card,.operator-experience .appearance-section,.operator-experience .workflow-form,.operator-experience .workflow-columns>article{border-color:var(--line);border-radius:var(--operator-card-radius);background:var(--surface);box-shadow:none}.operator-experience .operator-summary{min-height:250px;border-radius:calc(var(--operator-card-radius) + 2px);background:var(--stats-bg);color:var(--stats-ink)}.operator-experience .operator-summary-value{padding:34px 42px}.operator-experience .operator-summary-value>span,.operator-experience .operator-summary-value>p,.operator-experience .operator-summary-stats dt{color:var(--stats-muted);font-size:13px}.operator-experience .operator-summary-stats{border-color:var(--stats-line)}.operator-experience .operator-summary-stats>div{border-color:var(--stats-line)}.operator-experience .operator-summary-stats dd{color:var(--stats-ink);font-size:16px}.operator-experience .panel-heading{min-height:72px;padding:0 24px}.operator-experience .panel-heading h2{font-size:18px}.operator-experience .panel-heading>a{color:var(--brand-ink);font-size:13px;font-weight:750}.operator-experience .operator-table>a,.operator-experience .request-rows>a,.operator-experience .distribution-rows>a,.operator-experience .product-row-link{min-height:70px;padding-inline:24px}.operator-experience .operator-table .table-head{min-height:48px;padding-inline:24px;background:var(--surface-alt);letter-spacing:0}.operator-experience .table-toolbar label,.operator-experience .product-form input,.operator-experience .product-form select,.operator-experience .product-form textarea,.operator-experience .appearance-fields input:not([type=color]),.operator-experience .appearance-fields select,.operator-experience .referral-settings-fields input,.operator-experience .referral-settings-fields select{border-color:var(--line-strong);background:color-mix(in srgb,var(--surface-alt) 55%,var(--surface))}.operator-experience .operator-empty{min-height:220px;grid-template-columns:1fr;justify-items:center;align-content:center;gap:10px;margin:18px;text-align:center}.operator-experience .operator-empty>i{width:52px;height:52px;border-radius:14px}.operator-experience .operator-empty strong{font-size:15px}.operator-experience .operator-empty p{max-width:360px}.operator-loading-shell{display:grid;min-height:100dvh;grid-template-columns:260px minmax(0,1fr);background:var(--app-bg)}.operator-loading-side{display:grid;padding:28px 22px;align-content:start;gap:14px;background:var(--stats-bg)}.operator-loading-side i{width:112px;height:34px;margin-bottom:34px;border-radius:10px;background:color-mix(in srgb,var(--stats-ink) 14%,transparent)}.operator-loading-side span{height:46px;border-radius:12px;background:color-mix(in srgb,var(--stats-ink) 8%,transparent)}.operator-loading-side b{height:64px;margin-top:calc(100dvh - 440px);border-radius:14px;background:color-mix(in srgb,var(--stats-ink) 8%,transparent)}.operator-loading-main{padding:42px clamp(24px,4vw,56px)}.operator-loading-main>header{display:flex;height:62px;justify-content:space-between}.operator-loading-main>header i{width:220px;height:34px;border-radius:10px;background:var(--surface-alt)}.operator-loading-main>header span{width:110px;height:42px;border-radius:10px;background:var(--surface-alt)}.operator-loading-summary{display:grid;height:250px;margin-top:22px;grid-template-columns:1.5fr repeat(3,1fr);overflow:hidden;border-radius:calc(var(--radius) + 2px);background:var(--stats-bg)}.operator-loading-summary span{border-left:1px solid var(--stats-line)}.operator-loading-summary span:first-child{border-left:0}.operator-loading-panels{display:grid;margin-top:20px;grid-template-columns:1fr 320px;gap:20px}.operator-loading-panels span{height:250px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line)}@media(max-width:820px){.operator-loading-shell{grid-template-columns:1fr}.operator-loading-side{display:none}.operator-loading-main{padding:24px 18px}.operator-loading-summary{height:300px;grid-template-columns:1fr 1fr}.operator-loading-panels{grid-template-columns:1fr}.operator-experience .operator-summary{min-height:0}}@media(max-width:640px){.operator-experience .page-title h1{font-size:30px}.operator-experience .operator-empty{min-height:190px;margin:12px}}.operator-experience .member-management-page{width:100%;max-width:none;gap:20px}.operator-experience .member-management-page>.page-title{margin-bottom:2px}.operator-experience .member-management-page .member-summary-grid{overflow:hidden;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:calc(var(--radius) + 2px);background:var(--stats-bg)}.operator-experience .member-management-page .member-summary-grid>article{min-height:142px;padding:26px 24px;border:0;border-right:1px solid var(--stats-line);border-radius:0;color:var(--stats-ink);background:transparent}.operator-experience .member-management-page .member-summary-grid>article:last-child{border-right:0}.operator-experience .member-management-page .member-summary-grid span{color:var(--stats-muted);font-size:12px}.operator-experience .member-management-page .member-summary-grid strong{color:var(--stats-ink);font-size:clamp(20px,2vw,27px)}.operator-experience .member-action-bar{min-height:82px;padding:16px 18px 16px 22px;grid-template-columns:minmax(170px,.55fr) minmax(0,1.45fr);gap:18px}.operator-experience .member-action-bar>div:first-child span{margin-top:3px;font-size:11px}.operator-experience .member-action-bar>div:nth-child(2){gap:8px;justify-content:flex-end}.operator-experience .member-action-bar .button{min-height:42px;padding-inline:13px;font-size:12px}.operator-experience .member-detail-grid,.operator-experience .member-record-grid{gap:18px}.operator-experience .member-detail-grid{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}.operator-experience .member-detail-grid>article,.operator-experience .member-record-grid>article,.operator-experience .member-activity-card{padding:24px}.operator-experience .member-identity{padding-bottom:22px;border-bottom:1px solid var(--line)}.operator-experience .identity-avatar{width:52px;height:52px;border-radius:14px;color:var(--on-accent);background:var(--accent)}.operator-experience .member-identity-card dl{margin-top:8px}.operator-experience .member-identity-card dl>div,.operator-experience .member-wallet-row,.operator-experience .member-request-row,.operator-experience .member-ledger-row,.operator-experience .simple-row{min-height:62px}.operator-experience .member-section-heading{min-height:50px;padding-bottom:16px}.operator-experience .member-section-heading>svg{width:38px;height:38px;padding:10px;border-radius:11px;color:var(--brand-ink);background:color-mix(in srgb,var(--brand) 10%,var(--surface))}.operator-experience .member-record-card .workflow-empty,.operator-experience .member-activity-card .workflow-empty,.operator-experience .member-wallets-card .workflow-empty{min-height:150px;display:grid;place-items:center;color:var(--muted);text-align:center}@media(max-width:1080px){.operator-experience .member-action-bar{grid-template-columns:1fr}.operator-experience .member-action-bar>div:nth-child(2){justify-content:flex-start}}@media(max-width:820px){.operator-experience .member-management-page .member-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-experience .member-management-page .member-summary-grid>article{min-height:118px}.operator-experience .member-management-page .member-summary-grid>article:nth-child(2){border-right:0}.operator-experience .member-management-page .member-summary-grid>article:nth-child(-n+2){border-bottom:1px solid var(--stats-line)}.operator-experience .member-detail-grid,.operator-experience .member-record-grid{grid-template-columns:1fr}}@media(max-width:520px){.operator-experience .member-management-page .member-summary-grid>article{min-height:104px;padding:20px 17px}.operator-experience .member-action-bar>div:nth-child(2) .button{flex:1 1 calc(50% - 8px)}.operator-experience .member-detail-grid>article,.operator-experience .member-record-grid>article,.operator-experience .member-activity-card{padding:19px}}.workspace.operator-workspace{--ui-radius-control: 10px;--ui-radius-surface: 12px;--operator-card-radius: 12px;--operator-summary-bg: var(--stats-bg);--operator-summary-ink: var(--stats-ink);--operator-summary-muted: var(--stats-muted);--operator-summary-line: var(--stats-line)}.operator-workspace .route-stage>.operator-experience{display:block}.operator-workspace .operator-experience .operator-page,.operator-workspace .operator-experience>.workflow-page{gap:24px}.operator-workspace .operator-experience .workspace-panel,.operator-workspace .operator-experience .operator-summary,.operator-workspace .operator-experience .operator-metrics article,.operator-workspace .operator-experience .member-summary-grid,.operator-workspace .operator-experience .member-summary-grid>article,.operator-workspace .operator-experience .funding-wallet-grid>article,.operator-workspace .operator-experience .settings-card,.operator-workspace .operator-experience .appearance-section,.operator-workspace .operator-experience .workflow-form,.operator-workspace .operator-experience .workflow-columns>article,.operator-workspace .operator-experience .referral-operator-stats article{border-radius:12px;box-shadow:none}.operator-workspace .operator-experience .page-title{min-height:46px;margin-bottom:0}.operator-workspace .operator-experience .page-title h1{font-size:clamp(28px,2.1vw,32px)}.operator-workspace .operator-experience .page-title-copy-wrap{gap:4px}.operator-workspace .operator-experience .page-title-copy{font-size:13px}.operator-workspace .operator-experience .title-back{color:var(--brand-ink);background:color-mix(in srgb,var(--ink) 6%,transparent)}@media(min-width:821px){html[data-navigation=sidebar] .workspace.operator-workspace{grid-template-columns:224px minmax(0,1fr)}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar{top:0;height:100svh;margin:0;padding:24px 18px 18px;color:var(--ink);border:0;border-right:1px solid var(--line);border-radius:0;background:color-mix(in srgb,var(--ink) 6%,var(--app-bg));box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}html[data-navigation=sidebar] .operator-workspace .sidebar-brand{min-height:52px;padding:0 8px;color:var(--ink)}html[data-navigation=sidebar] .operator-workspace .sidebar-brand a,html[data-navigation=sidebar] .operator-workspace .sidebar-brand strong{color:var(--ink)}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav{gap:4px;margin-top:30px;padding-bottom:12px}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar>.account-menu{flex:0 0 auto;margin-top:10px}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar>.account-menu:before{position:absolute;right:0;bottom:calc(100% + 10px);left:0;height:22px;background:linear-gradient(to bottom,transparent,color-mix(in srgb,var(--ink) 6%,var(--app-bg)) 82%);box-shadow:0 8px 12px -11px color-mix(in srgb,var(--ink) 32%,transparent);content:"";pointer-events:none}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav a{min-height:42px;padding:0 10px;gap:11px;border-radius:8px;color:var(--muted);font-size:12px}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav a:hover{color:var(--ink);background:color-mix(in srgb,var(--ink) 4%,transparent)}html[data-navigation=sidebar] .operator-workspace .workspace-sidebar nav a.active{color:var(--on-accent);background:var(--accent)}html[data-navigation=sidebar] .operator-workspace .account-trigger{min-height:62px;padding:10px;border:1px solid color-mix(in srgb,var(--ink) 8%,transparent);border-radius:12px;color:var(--ink);background:color-mix(in srgb,var(--surface) 52%,transparent)}html[data-navigation=sidebar] .operator-workspace .account-trigger-copy small,html[data-navigation=sidebar] .operator-workspace .account-chevron{color:var(--muted)}html[data-navigation=sidebar] .operator-workspace .account-avatar{border-radius:10px;color:var(--accent-ink);background:var(--accent-soft)}html[data-navigation=sidebar] .operator-workspace .account-trigger-copy b{font-size:12px}html[data-navigation=sidebar] .operator-workspace .account-chevron{width:28px;height:28px;padding:7px;border-radius:8px;background:color-mix(in srgb,var(--ink) 5%,transparent)}html[data-navigation=sidebar] .operator-workspace .workspace-content{width:min(1240px,calc(100% - 64px));padding:36px 0 72px}}.operator-workspace .operator-experience .operator-dashboard-overview{gap:18px}.operator-workspace .operator-experience .operator-dashboard-overview>.page-title{margin-bottom:2px}.operator-workspace .operator-experience .operator-summary{min-height:190px;border-radius:12px;background:var(--stats-bg);color:var(--stats-ink)}.operator-workspace .operator-experience .operator-summary-value{padding:26px 32px}.operator-workspace .operator-experience .operator-summary-value>span,.operator-workspace .operator-experience .operator-summary-value>p,.operator-workspace .operator-experience .operator-summary-stats dt{color:var(--stats-muted);font-size:12px}.operator-workspace .operator-experience .operator-summary-value>strong{margin:9px 0 12px;font-size:clamp(44px,4.4vw,62px)}.operator-workspace .operator-experience .operator-summary-stats{padding:10px 28px;border-color:var(--stats-line)}.operator-workspace .operator-experience .operator-summary-stats>div{min-height:0;padding:11px 2px;border-color:var(--stats-line)}.operator-workspace .operator-experience .operator-summary-stats dd{color:var(--stats-ink);font-size:14px}.operator-workspace .operator-experience .operator-overview-grid{grid-template-columns:minmax(0,1fr) 300px;gap:14px}.operator-workspace .operator-experience .panel-heading{min-height:64px;padding:0 22px}.operator-workspace .operator-experience .panel-heading h2{font-size:17px}.operator-workspace .operator-experience .panel-heading>a{color:var(--ink);font-size:13px}.operator-workspace .operator-experience .decision-panel>a{min-height:64px;padding:10px 22px}.operator-workspace .operator-experience .distribution-card{padding:22px;border-radius:12px}.operator-workspace .operator-experience .operator-toolbar{margin-bottom:0}.operator-workspace .operator-experience .filter-chips{min-height:40px;padding:0;gap:8px;border:0;border-radius:0;background:transparent}.operator-workspace .operator-experience .filter-chips button{min-height:40px;padding:8px 14px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:transparent}.operator-workspace .operator-experience .filter-chips button.active{border-color:var(--ink);color:var(--ink);background:var(--surface)}.operator-workspace .operator-experience .operator-table .table-head{min-height:44px;padding:0 22px;background:transparent;letter-spacing:0}.operator-workspace .operator-experience .operator-table>a,.operator-workspace .operator-experience .request-rows>a,.operator-workspace .operator-experience .distribution-rows>a,.operator-workspace .operator-experience .product-row-link{min-height:64px;padding-inline:22px}.operator-workspace .operator-experience .operator-empty{min-height:0;margin:0;padding:22px;border-radius:0;background:var(--surface);gap:12px}.operator-workspace .operator-experience .operator-empty>i{width:40px;height:40px;border-radius:11px;color:var(--brand-ink);background:var(--surface-alt)}.operator-workspace .operator-experience .operator-empty>div{display:grid;justify-items:center;gap:4px}.operator-workspace .operator-experience .operator-empty p{margin:0}.operator-workspace .operator-experience .operator-empty .button{width:auto;min-height:38px;margin:4px 0 0;padding:0 15px;border-radius:10px}.operator-workspace .operator-experience .funding-wallet-grid{gap:16px}.operator-workspace .operator-experience .funding-wallet-grid>article,.operator-workspace .operator-experience .appearance-section,.operator-workspace .operator-experience .settings-card,.operator-workspace .operator-experience .workflow-form,.operator-workspace .operator-experience .workflow-columns>article{padding:22px}.operator-workspace .operator-experience .product-form input,.operator-workspace .operator-experience .product-form select,.operator-workspace .operator-experience .product-form textarea,.operator-workspace .operator-experience .appearance-fields input:not([type=color]),.operator-workspace .operator-experience .appearance-fields select,.operator-workspace .operator-experience .referral-settings-fields input,.operator-workspace .operator-experience .referral-settings-fields select,.operator-workspace .operator-experience .table-toolbar label{border-radius:10px;background:var(--surface)}.operator-workspace .operator-experience .member-management-page .member-summary-grid{border-radius:12px}.operator-workspace .operator-experience .member-management-page .member-summary-grid>article{min-height:124px;padding:22px;border-radius:0}.operator-workspace .operator-experience .member-action-bar{min-height:76px;padding:14px 16px 14px 20px}.operator-workspace .operator-experience .member-detail-grid>article,.operator-workspace .operator-experience .member-record-grid>article,.operator-workspace .operator-experience .member-activity-card{padding:22px}.operator-loading-shell{grid-template-columns:224px minmax(0,1fr)}.operator-loading-side{padding:24px 18px 18px;background:color-mix(in srgb,var(--ink) 6%,var(--app-bg))}.operator-loading-side i,.operator-loading-side span,.operator-loading-side b{background:color-mix(in srgb,var(--ink) 7%,transparent)}.operator-loading-main{padding:36px clamp(24px,3vw,48px)}.operator-loading-summary{height:190px;border-radius:12px}.operator-loading-panels span{border-radius:12px}@media(max-width:820px){.operator-workspace .operator-experience .operator-summary{min-height:0}.operator-workspace .operator-experience .operator-overview-grid{grid-template-columns:1fr}.operator-workspace .operator-experience .operator-empty{min-height:0;padding:20px 18px}}.operator-workspace .operator-experience .operator-page,.operator-workspace .operator-experience>.workflow-page{align-content:start;gap:20px}.operator-workspace .operator-experience .page-title{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:20px}.operator-workspace .operator-experience .page-title h1{text-wrap:balance}.operator-workspace .operator-experience .page-title-copy{max-width:680px;margin:0;color:var(--muted);line-height:1.45;text-wrap:pretty}.operator-workspace .operator-experience .page-title>.button{min-height:42px;flex:0 0 auto}.operator-workspace .operator-experience .workspace-panel,.operator-workspace .operator-experience .funding-wallet-grid>article,.operator-workspace .operator-experience .appearance-section,.operator-workspace .operator-experience .referral-settings{border:1px solid var(--line);background:var(--surface)}.operator-workspace .operator-experience .operator-toolbar{min-height:44px;gap:12px}.operator-workspace .operator-experience .table-toolbar label{width:min(360px,100%);height:44px;padding:0 13px;border-color:var(--line-strong)}.operator-workspace .operator-experience .table-toolbar label:focus-within{border-color:var(--brand-ink);outline:2px solid color-mix(in srgb,var(--brand-ink) 15%,transparent);outline-offset:1px}.operator-workspace .operator-experience .table-toolbar input,.operator-workspace .operator-experience .table-toolbar input:focus,.operator-workspace .operator-experience .table-toolbar input:focus-visible{border:0;outline:0;background:transparent;box-shadow:none}.operator-workspace .operator-experience .table-toolbar svg{width:17px;color:var(--muted)}.operator-workspace .operator-experience .operator-table,.operator-workspace .operator-experience .operator-products-table,.operator-workspace .operator-experience .request-rows,.operator-workspace .operator-experience .distribution-rows,.operator-workspace .operator-experience .audit-list{overflow:hidden}.operator-workspace .operator-experience .investor-table .table-head,.operator-workspace .operator-experience .investor-table>a{grid-template-columns:minmax(230px,1.5fr) 110px minmax(128px,.8fr) minmax(120px,.75fr) 18px;gap:18px}.operator-workspace .operator-experience .investor-table>a>.status-pill{padding:4px 7px;font-size:9px}.operator-workspace .operator-experience .operator-table .table-head{min-height:46px;color:var(--muted);background:var(--surface-alt);font-size:10px}.operator-workspace .operator-experience .operator-table>a,.operator-workspace .operator-experience .request-rows>a,.operator-workspace .operator-experience .distribution-rows>a,.operator-workspace .operator-experience .product-row-link{min-height:68px;padding-block:11px}.operator-workspace .operator-experience .person-cell>i,.operator-workspace .operator-experience .request-rows>a>i,.operator-workspace .operator-experience .distribution-rows>a>i{width:38px;height:38px;border-radius:10px}.operator-workspace .operator-experience .person-cell b,.operator-workspace .operator-experience .request-rows b,.operator-workspace .operator-experience .distribution-rows b,.operator-workspace .operator-experience .product-row-link b{font-size:13px}.operator-workspace .operator-experience .risk-scale{display:inline-flex;min-width:112px;align-items:center;gap:9px}.risk-scale-bars{display:inline-flex;height:18px;align-items:end;gap:3px}.risk-scale-bars i{width:4px;height:7px;display:block;border-radius:3px;background:color-mix(in srgb,var(--muted) 25%,transparent)}.risk-scale-bars i:nth-child(2){height:10px}.risk-scale-bars i:nth-child(3){height:14px}.risk-scale-bars i:nth-child(4){height:18px}.risk-scale-bars i.filled{background:var(--brand-ink)}.risk-scale small{color:var(--muted);font-size:11px;font-weight:700}.operator-workspace .operator-experience .product-row-link{grid-template-columns:40px minmax(210px,1fr) minmax(180px,240px) auto minmax(86px,110px) 18px;gap:15px}.operator-workspace .operator-experience .product-row-link>i{width:40px;height:40px;display:grid;flex:0 0 40px;place-items:center;overflow:hidden;border-radius:10px;color:var(--brand-ink);background:var(--accent-soft);font-style:normal}.operator-workspace .operator-experience .product-row-link>i>svg{width:18px;height:18px}.operator-workspace .operator-experience .product-funding small{color:var(--muted);font-size:10px}.operator-workspace .operator-experience .product-row-link .product-funding{width:100%;max-width:240px}.operator-workspace .operator-experience .funding-wallet-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))}.operator-workspace .operator-experience .funding-wallet-grid>article{min-height:278px;padding:22px}.operator-workspace .operator-experience .funding-wallet-address{align-content:center}.operator-workspace .operator-experience .funding-wallet-grid footer{align-items:end}.operator-workspace .operator-experience .funding-wallet-grid header>.crypto-mark{width:44px;height:44px;border-radius:13px}.operator-workspace .operator-experience .funding-wallet-grid>.funding-wallet-card{min-height:0;padding:0;gap:0;overflow:hidden;border-radius:14px}.operator-workspace .operator-experience .funding-wallet-card>header{min-height:82px;padding:18px 20px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .funding-wallet-card>header h2{font-size:16px}.operator-workspace .operator-experience .funding-wallet-card>header p{margin-top:2px;font-size:11px;font-weight:650}.operator-workspace .operator-experience .funding-wallet-card .funding-wallet-address{min-height:92px;padding:18px 20px;align-content:center;gap:7px}.operator-workspace .operator-experience .funding-wallet-card .funding-wallet-address span{font-size:11px;font-weight:650}.operator-workspace .operator-experience .funding-wallet-card .funding-wallet-address code{display:block;overflow:hidden;color:var(--ink);font-size:13px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.operator-workspace .operator-experience .funding-wallet-card>dl{margin:0 20px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--surface-alt)}.operator-workspace .operator-experience .funding-wallet-card>dl>div{min-height:64px;padding:12px 15px;align-content:center}.operator-workspace .operator-experience .funding-wallet-card>dl>div+div{border-left:1px solid var(--line)}.operator-workspace .operator-experience .funding-wallet-card dt{font-size:10px}.operator-workspace .operator-experience .funding-wallet-card dd{font-size:13px}.operator-workspace .operator-experience .funding-wallet-card>footer{padding:18px 20px 20px;align-items:center;justify-content:flex-start}.operator-workspace .operator-experience .funding-wallet-card>footer .button{min-height:40px;border-radius:10px}.operator-workspace .operator-experience .funding-wallet-card>footer .button:first-child{border-color:transparent;color:var(--brand-ink);background:var(--accent-soft)}.operator-workspace .operator-experience .wallet-management-list{overflow:visible;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.operator-workspace .operator-experience .wallet-list-head,.operator-workspace .operator-experience .wallet-management-list>article{display:grid;grid-template-columns:minmax(150px,.85fr) minmax(240px,1.45fr) minmax(120px,.7fr) minmax(90px,.55fr) 86px 44px;align-items:center;gap:18px}.operator-workspace .operator-experience .wallet-list-head{min-height:44px;padding:0 18px;border-radius:13px 13px 0 0;color:var(--muted);background:var(--surface-alt);font-size:10px;font-weight:700}.operator-workspace .operator-experience .wallet-management-list>article{min-height:82px;padding:13px 18px;border-top:1px solid var(--line);transition:background var(--motion-fast) var(--motion-ease)}.operator-workspace .operator-experience .wallet-management-list>article:hover{background:color-mix(in srgb,var(--brand-ink) 3%,var(--surface))}.operator-workspace .operator-experience .wallet-management-list>article.disabled{opacity:.62}.operator-workspace .operator-experience .wallet-list-asset{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px}.operator-workspace .operator-experience .wallet-list-asset .crypto-mark{width:42px;height:42px;border-radius:50%}.operator-workspace .operator-experience .wallet-list-asset>span,.operator-workspace .operator-experience .wallet-list-address,.operator-workspace .operator-experience .wallet-list-value{display:grid;min-width:0;gap:3px}.operator-workspace .operator-experience .wallet-list-asset strong,.operator-workspace .operator-experience .wallet-list-address strong,.operator-workspace .operator-experience .wallet-list-value strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.operator-workspace .operator-experience .wallet-list-asset small,.operator-workspace .operator-experience .wallet-list-value small{display:none;color:var(--muted);font-size:10px}.operator-workspace .operator-experience .wallet-list-asset small{display:block;font-weight:650}.operator-workspace .operator-experience .wallet-list-address code{display:block;overflow:hidden;max-width:100%;color:var(--muted);font:500 11px DM Sans,sans-serif;text-overflow:ellipsis;white-space:nowrap}.operator-workspace .operator-experience .wallet-action-menu{position:relative;justify-self:end}.operator-workspace .operator-experience .wallet-action-menu>summary{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:var(--surface);cursor:pointer;list-style:none}.operator-workspace .operator-experience .wallet-action-menu>summary::-webkit-details-marker{display:none}.operator-workspace .operator-experience .wallet-action-menu[open]>summary,.operator-workspace .operator-experience .wallet-action-menu>summary:hover{color:var(--brand-ink);background:var(--accent-soft)}.operator-workspace .operator-experience .wallet-action-menu>div{position:absolute;z-index:20;top:calc(100% + 7px);right:0;display:grid;width:160px;padding:6px;gap:2px;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:var(--popover-shadow)}.operator-workspace .operator-experience .wallet-action-menu button{display:flex;min-height:38px;padding:0 10px;align-items:center;gap:9px;border:0;border-radius:8px;color:var(--ink);background:transparent;font:inherit;font-size:12px;font-weight:650;cursor:pointer}.operator-workspace .operator-experience .wallet-action-menu button:hover{background:var(--surface-alt)}.operator-workspace .operator-experience .wallet-action-menu button.danger{color:var(--danger)}.operator-workspace .operator-experience .wallet-action-menu button svg{width:16px;height:16px}@media(max-width:1100px){.operator-workspace .operator-experience .wallet-list-head{display:none}.operator-workspace .operator-experience .wallet-management-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:1px;background:var(--line)}.operator-workspace .operator-experience .wallet-management-list>article{min-height:0;padding:18px;grid-template-columns:minmax(0,1fr) auto;gap:16px;border:0;background:var(--surface)}.operator-workspace .operator-experience .wallet-list-asset{grid-column:1}.operator-workspace .operator-experience .wallet-list-address{grid-column:1 / -1}.operator-workspace .operator-experience .wallet-list-value{display:none}.operator-workspace .operator-experience .wallet-management-list .status-pill{grid-column:2;grid-row:1}.operator-workspace .operator-experience .wallet-action-menu{grid-column:2;grid-row:2}}.wallet-modal-edit{width:min(560px,100%)}.wallet-modal .modal-body{padding-top:18px}.wallet-modal .wallet-form{gap:16px}.wallet-modal .wallet-form .form-grid{gap:15px}.wallet-modal .wallet-form label{gap:7px}.wallet-modal .wallet-form label>span{font-size:12px}.wallet-modal .wallet-form input,.wallet-modal .wallet-form select{min-height:46px;padding-inline:14px;border-radius:10px;background:var(--surface-alt);font-size:14px;font-weight:600}.wallet-modal .wallet-form textarea{min-height:88px;border-radius:10px;background:var(--surface-alt);font-size:13px;line-height:1.5}.wallet-modal .wallet-edit-identity{display:grid;min-height:68px;padding:11px 13px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:11px;background:var(--surface-alt)}.wallet-modal .wallet-edit-identity .crypto-mark{width:42px;height:42px;border-radius:50%}.wallet-modal .wallet-edit-identity>div{display:grid;gap:2px}.wallet-modal .wallet-edit-identity strong{font-size:14px}.wallet-modal .wallet-edit-identity>div span{color:var(--muted);font-size:11px}@media(max-width:640px){.operator-workspace .operator-experience .funding-wallet-card>dl>div+div{border-left:1px solid var(--line)}.wallet-modal .wallet-form .form-grid{grid-template-columns:1fr}.wallet-modal .wallet-form .form-grid>*{grid-column:1}}.modal .digital-asset-picker{display:grid;gap:12px}.modal .digital-asset-picker>label{display:grid;gap:8px}.modal .digital-asset-search{position:relative}.modal .digital-asset-search>svg{position:absolute;z-index:1;width:18px;height:18px;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.modal .digital-asset-search>input{width:100%;min-height:46px;padding:0 16px 0 46px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:var(--surface-alt);font:inherit;font-size:14px;outline:none;transition:border-color var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease)}.modal .digital-asset-search>input:focus{border-color:var(--brand-ink);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-ink) 15%,transparent)}.modal .digital-asset-results{display:grid;max-height:250px;padding:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow-y:auto;border:1px solid var(--line);border-radius:var(--control-radius);background:color-mix(in srgb,var(--surface-alt) 72%,var(--surface))}.modal .digital-asset-results>span{grid-column:1 / -1;padding:18px;color:var(--muted);font-size:13px;text-align:center}.modal .digital-asset-results>button{display:grid;min-width:0;min-height:66px;padding:10px 12px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:11px;border:1px solid transparent;border-radius:calc(var(--control-radius) - 3px);color:var(--ink);background:var(--surface);box-shadow:0 1px 0 var(--line);font:inherit;text-align:left;cursor:pointer;transition:border-color var(--motion-fast) var(--motion-ease),background var(--motion-fast) var(--motion-ease),transform var(--motion-fast) var(--motion-ease)}.modal .digital-asset-results>button:hover,.modal .digital-asset-results>button:focus-visible{border-color:color-mix(in srgb,var(--brand-ink) 42%,var(--line));background:color-mix(in srgb,var(--brand-ink) 7%,var(--surface));outline:none;transform:translateY(-1px)}.modal .digital-asset-results>button>span,.modal .digital-asset-selected>span{display:grid;min-width:0;gap:2px}.modal .digital-asset-results b,.modal .digital-asset-selected b{overflow:hidden;color:var(--ink);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.modal .digital-asset-results small,.modal .digital-asset-selected small{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.03em}.modal .digital-asset-results .crypto-mark{width:38px;height:38px;border-radius:50%}.modal .digital-asset-results>button>svg:last-child{width:15px;color:var(--muted)}.modal .digital-asset-selected{display:grid;min-height:68px;padding:10px 12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--control-radius);background:var(--surface-alt)}.modal .digital-asset-selected>span{grid-template-columns:40px minmax(0,1fr);column-gap:12px}.modal .digital-asset-selected .crypto-mark{width:40px;height:40px;grid-row:1 / span 2}.modal .digital-asset-selected>button{min-height:38px;padding:0 13px;border:0;border-radius:calc(var(--control-radius) - 4px);color:var(--brand-ink);background:var(--accent-soft);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.modal .digital-asset-loading{display:grid;padding:0!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.modal .digital-asset-loading>i{height:66px;border-radius:calc(var(--control-radius) - 3px);background:linear-gradient(90deg,var(--surface) 20%,var(--surface-alt) 50%,var(--surface) 80%);background-size:220% 100%;animation:skeleton-shimmer 1.3s linear infinite}@media(max-width:640px){.modal .digital-asset-results,.modal .digital-asset-loading{grid-template-columns:1fr}}.operator-workspace .operator-experience .audit-list{padding:6px 22px}.operator-workspace .operator-experience .audit-list article{min-height:66px;padding:12px 0}.operator-workspace .operator-experience .audit-list p{margin-bottom:4px;font-size:13px}.operator-workspace .operator-experience .audit-list time{color:var(--muted);white-space:nowrap}.operator-workspace .operator-experience .referral-operator-stats{gap:0;overflow:hidden;border-radius:12px;background:var(--stats-bg)}.operator-workspace .operator-experience .referral-operator-stats article{min-height:104px;padding:20px 22px;border:0;border-right:1px solid var(--stats-line);border-radius:0;color:var(--stats-ink);background:transparent}.operator-workspace .operator-experience .referral-operator-stats article:last-child{border-right:0}.operator-workspace .operator-experience .referral-operator-stats span{color:var(--stats-muted)}.operator-workspace .operator-experience .referral-operator-stats strong{color:var(--stats-ink)}.operator-workspace .operator-experience .referral-operator-layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:18px}.operator-workspace .operator-experience .referral-settings{top:20px;border-radius:12px}.operator-workspace .operator-experience .appearance-page{max-width:1180px}.operator-workspace .operator-experience .appearance-form{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:start;gap:18px}.operator-workspace .operator-experience .appearance-section{min-height:100%}.operator-workspace .operator-experience .appearance-brand-section,.operator-workspace .operator-experience .appearance-actions,.operator-workspace .operator-experience .appearance-form>.form-error{grid-column:1 / -1}.operator-workspace .operator-experience .appearance-brand-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:26px}.operator-workspace .operator-experience .appearance-brand-controls{display:grid;gap:18px}.operator-workspace .operator-experience .appearance-brand-section .appearance-logo-grid{grid-template-columns:1fr;margin:0;padding:0 0 0 26px;border-top:0;border-left:1px solid var(--line)}.operator-workspace .operator-experience .appearance-brand-section .appearance-logo-field{background:var(--surface-alt)}.operator-workspace .operator-experience .appearance-navigation-section{grid-column:1}.operator-workspace .operator-experience .appearance-interface-section{grid-column:2}.operator-workspace .operator-experience .appearance-interface-section .appearance-fields{grid-template-columns:1fr;gap:14px}.operator-workspace .operator-experience .appearance-actions{position:sticky;z-index:3;bottom:16px;min-height:70px;padding:12px 14px 12px 18px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 14px 34px color-mix(in srgb,var(--ink) 10%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.operator-workspace .operator-experience .appearance-actions .button{min-width:150px}.operator-workspace .operator-experience .workflow-form.wide-form{width:100%;max-width:1100px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px 30px;padding:28px}.operator-workspace .operator-experience .wide-form>.form-section{min-width:0;padding:0;border:0}.operator-workspace .operator-experience .wide-form>.form-section:nth-child(1){grid-column:1;grid-row:1}.operator-workspace .operator-experience .wide-form>.form-section:nth-child(2){grid-column:2;grid-row:1}.operator-workspace .operator-experience .wide-form>.form-section:nth-child(3){grid-column:1;grid-row:2}.operator-workspace .operator-experience .wide-form>.form-section:nth-child(4){grid-column:2;grid-row:2}.operator-workspace .operator-experience .wide-form>.form-error,.operator-workspace .operator-experience .wide-form>.page-actions{grid-column:1 / -1}.operator-workspace .operator-experience .form-section h2{margin-bottom:16px;font-size:17px}.operator-workspace .operator-experience .form-grid{gap:14px}.operator-workspace .operator-experience .workflow-form input,.operator-workspace .operator-experience .workflow-form select,.operator-workspace .operator-experience .workflow-form textarea,.operator-workspace .operator-experience .appearance-fields input:not([type=color]),.operator-workspace .operator-experience .appearance-fields select,.operator-workspace .operator-experience .referral-settings-fields input,.operator-workspace .operator-experience .referral-settings-fields select{min-height:46px;border-color:var(--line-strong);background:var(--surface-alt)}.operator-workspace .operator-experience .workflow-form input:focus,.operator-workspace .operator-experience .workflow-form select:focus,.operator-workspace .operator-experience .workflow-form textarea:focus,.operator-workspace .operator-experience .appearance-fields input:focus,.operator-workspace .operator-experience .appearance-fields select:focus,.operator-workspace .operator-experience .referral-settings-fields input:focus,.operator-workspace .operator-experience .referral-settings-fields select:focus{border-color:var(--brand-ink);outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-ink) 15%,transparent)}.operator-workspace .operator-experience .audit-list>.member-pagination{min-height:54px;margin:4px -22px -14px;padding:10px 22px 0}.operator-workspace .operator-experience .product-cover-field{grid-template-columns:minmax(180px,.75fr) minmax(190px,1fr);gap:18px;padding:16px;background:var(--surface-alt)}.operator-workspace .operator-experience .workflow-hero{padding:28px 30px;gap:28px}.operator-workspace .operator-experience .workflow-hero>div h2{font-size:clamp(38px,4vw,52px)}.operator-workspace .operator-experience .workflow-columns{gap:18px}.operator-workspace .operator-experience .workflow-columns>article{padding:24px}.operator-workspace .operator-experience .workflow-columns .detail-facts{gap:0;margin-bottom:0}.operator-workspace .operator-experience .workflow-columns .detail-facts>div{min-height:52px;display:flex;padding:11px 0;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.operator-workspace .operator-experience .workflow-columns .detail-facts>div:last-child{border-bottom:0}.operator-workspace .operator-experience .workflow-columns .detail-facts dt{margin:0}.operator-workspace .operator-experience .workflow-columns .detail-facts dd{text-align:right}.operator-workspace .operator-experience .identity-settings-card{width:min(780px,100%)}.operator-workspace .operator-experience .identity-settings-card dl>div{min-height:54px}.operator-workspace .operator-experience .member-identity-card .risk-scale{min-width:0;justify-content:flex-end}@media(max-width:1080px){.operator-workspace .operator-experience .referral-operator-layout,.operator-workspace .operator-experience .workflow-form.wide-form{grid-template-columns:1fr}.operator-workspace .operator-experience .wide-form>.form-section:nth-child(n){grid-column:1;grid-row:auto}.operator-workspace .operator-experience .referral-settings{position:static}}@media(max-width:820px){.operator-workspace .operator-experience .page-title{align-items:flex-start}.operator-workspace .operator-experience .appearance-form{grid-template-columns:1fr}.operator-workspace .operator-experience .appearance-brand-section,.operator-workspace .operator-experience .appearance-navigation-section,.operator-workspace .operator-experience .appearance-interface-section,.operator-workspace .operator-experience .appearance-actions,.operator-workspace .operator-experience .appearance-form>.form-error{grid-column:1}.operator-workspace .operator-experience .appearance-brand-layout{grid-template-columns:1fr}.operator-workspace .operator-experience .appearance-brand-section .appearance-logo-grid{padding:20px 0 0;border-top:1px solid var(--line);border-left:0}.operator-workspace .operator-experience .referral-operator-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-workspace .operator-experience .referral-operator-stats article:nth-child(2){border-right:0}.operator-workspace .operator-experience .referral-operator-stats article:nth-child(-n+2){border-bottom:1px solid var(--stats-line)}}@media(max-width:760px){.operator-workspace .operator-experience .page-title{align-items:stretch;flex-direction:column;gap:14px}.operator-workspace .operator-experience .page-title>.button{align-self:flex-start}.operator-workspace .operator-experience .operator-toolbar{align-items:stretch}.operator-workspace .operator-experience .table-toolbar label{width:100%}.operator-workspace .operator-experience .workflow-form.wide-form{padding:20px;gap:24px}.operator-workspace .operator-experience .product-cover-field{grid-template-columns:1fr}.operator-workspace .operator-experience .risk-scale small{display:none}.operator-workspace .operator-experience .risk-scale{min-width:28px}}.operator-workspace .operator-experience .member-action-bar{min-height:0;grid-template-columns:auto minmax(0,1fr);padding:13px 14px 13px 20px;gap:18px}.operator-workspace .operator-experience .member-action-bar>div:first-child b{font-size:14px}.operator-workspace .operator-experience .member-action-bar>div:nth-child(2){flex-wrap:nowrap;gap:7px}.operator-workspace .operator-experience .member-action-bar .button{height:40px;min-height:40px;padding-inline:12px;border-radius:9px;font-size:11px;white-space:nowrap}.operator-workspace .operator-experience .member-action-bar .button svg{width:14px;height:14px}.operator-workspace .operator-experience .member-action-bar .button:disabled{opacity:.42}.operator-workspace .operator-experience .member-detail-grid{grid-template-columns:minmax(340px,.75fr) minmax(0,1.25fr);align-items:start}.operator-workspace .operator-experience .member-detail-grid>article{min-height:0;padding:20px}.operator-workspace .operator-experience .member-identity{padding-bottom:18px;gap:13px}.operator-workspace .operator-experience .member-identity .identity-avatar{width:52px;height:52px;border-radius:13px;font-size:16px}.operator-workspace .operator-experience .member-action-menu{position:relative;margin-left:auto}.operator-workspace .operator-experience .member-action-menu>summary{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:var(--surface-alt);cursor:pointer;list-style:none}.operator-workspace .operator-experience .member-action-menu>summary::-webkit-details-marker{display:none}.operator-workspace .operator-experience .member-action-menu[open]>summary,.operator-workspace .operator-experience .member-action-menu>summary:hover{color:var(--brand-ink);background:var(--accent-soft)}.operator-workspace .operator-experience .member-action-menu>div{position:absolute;z-index:30;top:calc(100% + 7px);right:0;display:grid;width:205px;padding:6px;gap:2px;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:var(--popover-shadow)}.operator-workspace .operator-experience .member-action-menu button{display:flex;min-height:40px;padding:0 10px;align-items:center;gap:9px;border:0;border-radius:8px;color:var(--ink);background:transparent;font:inherit;font-size:12px;font-weight:650;cursor:pointer;text-align:left}.operator-workspace .operator-experience .member-action-menu button:hover{background:var(--surface-alt)}.operator-workspace .operator-experience .member-action-menu button:disabled{opacity:.42;cursor:not-allowed}.operator-workspace .operator-experience .member-action-menu button.danger{color:var(--danger)}.operator-workspace .operator-experience .member-action-menu button svg{width:16px;height:16px}.operator-workspace .operator-experience .member-card-error{margin:14px 0 0}.operator-workspace .operator-experience .member-identity-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.operator-workspace .operator-experience .member-identity-card dl>div{min-height:68px;display:grid;padding:13px 0;align-content:center;justify-items:start;gap:5px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-identity-card dl>div:nth-child(odd){padding-right:18px;border-right:1px solid var(--line)}.operator-workspace .operator-experience .member-identity-card dl>div:nth-child(2n){padding-left:18px}.operator-workspace .operator-experience .member-identity-card dl>div:nth-last-child(-n+2){border-bottom:0}.operator-workspace .operator-experience .member-identity-card dt{font-size:10px}.operator-workspace .operator-experience .member-identity-card dd{font-size:12px;text-align:left}.operator-workspace .operator-experience .member-identity-card .risk-scale{justify-content:flex-start}.operator-workspace .operator-experience .member-wallets-card{align-self:start}.operator-workspace .operator-experience .member-wallets-card .member-section-heading{margin-bottom:8px}.operator-workspace .operator-experience .member-wallets-card .member-section-heading>svg{width:36px;height:36px;padding:9px;border-radius:10px;background:var(--surface-alt)}.operator-workspace .operator-experience .member-wallets-card .member-wallet-row{min-height:64px}@media(max-width:1180px){.operator-workspace .operator-experience .member-action-bar{grid-template-columns:1fr}.operator-workspace .operator-experience .member-action-bar>div:nth-child(2){flex-wrap:wrap;justify-content:flex-start}}@media(max-width:820px){.operator-workspace .operator-experience .member-detail-grid{grid-template-columns:1fr}}@media(max-width:520px){.operator-workspace .operator-experience .member-action-bar .button{flex:1 1 calc(50% - 7px)}.operator-workspace .operator-experience .member-identity-card dl{grid-template-columns:1fr}.operator-workspace .operator-experience .member-identity-card dl>div,.operator-workspace .operator-experience .member-identity-card dl>div:nth-child(odd),.operator-workspace .operator-experience .member-identity-card dl>div:nth-child(2n){min-height:58px;padding:11px 0;border-right:0;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-identity-card dl>div:last-child{border-bottom:0}}.operator-workspace .operator-experience .member-profile-overview{padding:0;overflow:visible}.operator-workspace .operator-experience .member-profile-header{display:grid;grid-template-columns:64px minmax(0,1fr) auto 40px;min-height:108px;padding:20px 22px;align-items:center;gap:15px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-profile-header .identity-avatar{width:64px;height:64px;border-radius:16px;font-size:18px}.operator-workspace .operator-experience .member-profile-name{min-width:0}.operator-workspace .operator-experience .member-profile-name h2{margin:0;font-size:20px;line-height:1.2}.operator-workspace .operator-experience .member-profile-name p{margin:5px 0 0;color:var(--muted);font-size:12px}.operator-workspace .operator-experience .member-profile-header .member-action-menu{margin-left:0}.operator-workspace .operator-experience .member-profile-structure{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(300px,.72fr)}.operator-workspace .operator-experience .member-profile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0}.operator-workspace .operator-experience .member-profile-details>div{display:grid;min-height:74px;padding:13px 0;align-content:center;justify-items:start;gap:6px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-profile-details>div:nth-child(odd){padding-right:20px;padding-left:22px;border-right:1px solid var(--line)}.operator-workspace .operator-experience .member-profile-details>div:nth-child(2n){padding-right:22px;padding-left:20px}.operator-workspace .operator-experience .member-profile-details>div:nth-last-child(-n+2){border-bottom:0}.operator-workspace .operator-experience .member-profile-details dt,.operator-workspace .operator-experience .member-profile-metrics span{color:var(--muted);font-size:10px;font-weight:650}.operator-workspace .operator-experience .member-profile-details dd{margin:0;color:var(--ink);font-size:12px;font-weight:700}.operator-workspace .operator-experience .member-profile-details .risk-scale{justify-content:flex-start}.operator-workspace .operator-experience .member-profile-metrics{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(220px,.88fr);grid-template-rows:repeat(3,minmax(52px,1fr));margin:0;border-right:1px solid var(--line);background:var(--surface)}.operator-workspace .operator-experience .member-profile-metrics>article{display:grid;min-width:0;padding:12px 20px;align-content:center;justify-items:start;gap:5px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-profile-metrics>article:first-child{grid-row:1 / -1;padding:22px 24px;border-right:1px solid var(--line);border-bottom:0;background:var(--surface)}.operator-workspace .operator-experience .member-profile-metrics>article:last-child{border-bottom:0}.operator-workspace .operator-experience .member-profile-metrics strong,.operator-workspace .operator-experience .member-profile-metrics article>div strong{color:var(--ink);font-size:15px;line-height:1.25}.operator-workspace .operator-experience .member-profile-metrics>article:first-child strong{font-size:21px;letter-spacing:-.025em}.operator-workspace .operator-experience .member-profile-metrics article>div{display:grid;gap:3px}.operator-workspace .operator-experience .member-profile-overview>.member-card-error{margin:14px 22px 0}.operator-workspace .operator-experience .member-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px}.operator-workspace .operator-experience .member-content-grid>article{min-height:0;padding:20px}.operator-workspace .operator-experience .member-content-grid .member-wallets-card{align-self:stretch}.operator-workspace .operator-experience .member-content-grid .member-section-heading{margin-bottom:8px}@media(max-width:940px){.operator-workspace .operator-experience .member-profile-structure{grid-template-columns:1fr}.operator-workspace .operator-experience .member-profile-details{border-right:0}.operator-workspace .operator-experience .member-profile-metrics{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:760px){.operator-workspace .operator-experience .member-content-grid{grid-template-columns:1fr}}@media(max-width:560px){.operator-workspace .operator-experience .member-profile-header{grid-template-columns:52px minmax(0,1fr) 40px;min-height:0;padding:18px;gap:12px}.operator-workspace .operator-experience .member-profile-header .identity-avatar{width:52px;height:52px;border-radius:13px}.operator-workspace .operator-experience .member-profile-header>.status-pill{grid-column:2;justify-self:start}.operator-workspace .operator-experience .member-profile-header .member-action-menu{grid-column:3;grid-row:1}.operator-workspace .operator-experience .member-profile-details,.operator-workspace .operator-experience .member-profile-metrics{grid-template-columns:1fr}.operator-workspace .operator-experience .member-profile-details{padding:0}.operator-workspace .operator-experience .member-profile-metrics{grid-template-rows:none;padding:0}.operator-workspace .operator-experience .member-profile-details>div,.operator-workspace .operator-experience .member-profile-details>div:nth-child(odd),.operator-workspace .operator-experience .member-profile-details>div:nth-child(2n),.operator-workspace .operator-experience .member-profile-metrics>article,.operator-workspace .operator-experience .member-profile-metrics>article:nth-child(odd),.operator-workspace .operator-experience .member-profile-metrics>article:nth-child(2n){min-height:64px;padding:12px 18px;border-right:0;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-profile-details>div,.operator-workspace .operator-experience .member-profile-details>div:nth-child(odd),.operator-workspace .operator-experience .member-profile-details>div:nth-child(2n){padding:12px 18px}.operator-workspace .operator-experience .member-profile-metrics>article:first-child{grid-row:auto;min-height:92px;padding:18px;border-right:0}.operator-workspace .operator-experience .member-profile-details>div:last-child,.operator-workspace .operator-experience .member-profile-metrics>article:last-child{border-bottom:0}}.operator-workspace .operator-experience .member-portfolio-panel>.data-table{min-width:0}.operator-workspace .operator-experience .data-table{min-width:0;overflow:hidden;background:var(--surface)}.operator-workspace .operator-experience .data-table-title{min-height:62px;padding:0 18px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .data-table-title h2{margin:0;color:var(--ink);font-size:16px}.operator-workspace .operator-experience .data-table-scroll{width:100%;overflow-x:auto}.operator-workspace .operator-experience .data-table table{width:100%;min-width:720px;border-collapse:collapse;table-layout:auto}.operator-workspace .operator-experience .member-portfolio-panel>.data-table:first-child table{min-width:430px}.operator-workspace .operator-experience .member-portfolio-panel>.data-table:last-child table{min-width:570px}.operator-workspace .operator-experience .data-table th,.operator-workspace .operator-experience .data-table td{padding:0 18px;text-align:left;vertical-align:middle;white-space:nowrap}.operator-workspace .operator-experience .data-table th{height:43px;color:var(--muted);background:var(--surface-alt);font-size:10px;font-weight:700}.operator-workspace .operator-experience .data-table td{height:62px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.operator-workspace .operator-experience .data-table tbody tr:last-child td{border-bottom:0}.operator-workspace .operator-experience .data-table tbody tr:hover td{background:color-mix(in srgb,var(--surface-alt) 55%,transparent)}.operator-workspace .operator-experience .data-table .align-end{text-align:right}.operator-workspace .operator-experience .data-table-primary,.operator-workspace .operator-experience .data-table-primary a{color:var(--ink);font-weight:700}.operator-workspace .operator-experience .data-table-primary a:hover{color:var(--brand-ink)}.operator-workspace .operator-experience .data-table-amount{color:var(--ink);font-weight:750;font-variant-numeric:tabular-nums}.operator-workspace .operator-experience .data-table-amount.in{color:var(--success)}.operator-workspace .operator-experience .data-table-amount.out{color:var(--ink)}.operator-workspace .operator-experience .data-table-capitalize{text-transform:capitalize}.operator-workspace .operator-experience .data-table-reference{max-width:180px;overflow:hidden;font-size:11px;text-overflow:ellipsis}.operator-workspace .operator-experience .data-table .action-column{width:86px}.operator-workspace .operator-experience .data-table-action{padding:0;border:0;color:var(--brand-ink);background:transparent;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.operator-workspace .operator-experience .data-table-action.danger{color:var(--danger)}.operator-workspace .operator-experience .data-table-dash{color:var(--muted)}.operator-workspace .operator-experience .data-table-empty{min-height:210px;display:grid;place-items:center;color:var(--muted);font-size:12px;text-align:center}.operator-workspace .operator-experience .data-table>.member-pagination{min-height:54px;margin:0;padding:0 18px;align-items:center;border-top:1px solid var(--line)}.operator-workspace .operator-experience .product-profile-overview{overflow:hidden}.operator-workspace .operator-experience .product-profile-header{grid-template-columns:84px minmax(0,1fr) auto}.operator-workspace .operator-experience .product-profile-thumbnail{position:relative;display:grid;width:84px;height:64px;place-items:center;overflow:hidden;border-radius:14px;color:var(--on-brand);background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 82%,var(--ink)),var(--brand))}.operator-workspace .operator-experience .product-profile-thumbnail img{width:100%;height:100%;object-fit:cover}.operator-workspace .operator-experience .product-profile-thumbnail svg{width:28px;height:28px;opacity:.75;stroke-width:1.4}.operator-workspace .operator-experience .product-profile-metrics .product-funded-metric{gap:7px;padding-block:16px}.operator-workspace .operator-experience .product-profile-metrics{grid-template-rows:repeat(3,minmax(58px,1fr))}.operator-workspace .operator-experience .product-profile-metrics>article:not(:first-child){padding-block:9px}.operator-workspace .operator-experience .product-profile-metrics .product-funding-progress{width:100%;max-width:420px;margin-top:8px}.operator-workspace .operator-experience .product-profile-metrics .product-funding-progress>div:first-child{align-items:center}.operator-workspace .operator-experience .product-profile-metrics .product-funding-progress strong{font-size:10px}.operator-workspace .operator-experience .product-profile-details{grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(58px,1fr));height:100%;padding:0}.operator-workspace .operator-experience .product-profile-details>div,.operator-workspace .operator-experience .product-profile-details>div:nth-child(odd),.operator-workspace .operator-experience .product-profile-details>div:nth-child(2n),.operator-workspace .operator-experience .product-profile-details>div:nth-last-child(-n+2){min-height:58px;padding:9px 22px;border-right:0;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .product-profile-details>div:last-child{border-bottom:0}.operator-workspace .operator-experience .product-detail-overview{padding:0;overflow:hidden}.operator-workspace .operator-experience .product-detail-identity{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.55fr);min-height:260px}.operator-workspace .operator-experience .product-detail-cover{position:relative;display:grid;min-height:260px;place-items:center;overflow:hidden;color:var(--on-brand);background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 82%,var(--ink)),var(--brand))}.operator-workspace .operator-experience .product-detail-cover>svg{width:72px;height:72px;opacity:.68;stroke-width:1.15}.operator-workspace .operator-experience .product-detail-cover img{width:100%;height:100%;object-fit:cover}.operator-workspace .operator-experience .product-detail-cover.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 46%,color-mix(in srgb,var(--ink) 48%,transparent));pointer-events:none}.operator-workspace .operator-experience .product-detail-cover>span{position:absolute;z-index:1;left:18px;bottom:18px;padding:7px 10px;border-radius:999px;color:var(--on-brand);background:color-mix(in srgb,var(--ink) 58%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:750}.operator-workspace .operator-experience .product-detail-copy{display:grid;padding:24px 26px;align-content:center}.operator-workspace .operator-experience .product-detail-kicker{display:flex;align-items:center;justify-content:space-between;gap:16px}.operator-workspace .operator-experience .product-detail-kicker>span{color:var(--muted);font-size:11px;font-weight:700}.operator-workspace .operator-experience .product-detail-copy>h2{margin:10px 0 5px;font-size:clamp(24px,2.5vw,34px);letter-spacing:-.035em;line-height:1.12}.operator-workspace .operator-experience .product-detail-copy>p{max-width:700px;margin:0;color:var(--muted);font-size:12px;line-height:1.55}.operator-workspace .operator-experience .product-detail-terms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.operator-workspace .operator-experience .product-detail-terms>div{display:grid;min-height:68px;padding:12px 14px;align-content:center;gap:5px;border-right:1px solid var(--line)}.operator-workspace .operator-experience .product-detail-terms>div:last-child{border-right:0}.operator-workspace .operator-experience .product-detail-terms span,.operator-workspace .operator-experience .product-funding-progress span{color:var(--muted);font-size:9px;font-weight:700}.operator-workspace .operator-experience .product-detail-terms strong{font-size:13px}.operator-workspace .operator-experience .product-detail-terms .risk-scale{min-width:0;justify-content:flex-start}.operator-workspace .operator-experience .product-funding-progress{display:grid;margin-top:17px;gap:8px}.operator-workspace .operator-experience .product-funding-progress>div:first-child{display:flex;justify-content:space-between;gap:14px}.operator-workspace .operator-experience .product-funding-progress strong{font-size:10px}.operator-workspace .operator-experience .product-funding-progress .workflow-progress{width:100%;height:9px;margin:0;background:var(--surface-alt)}.operator-workspace .operator-experience .product-detail-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border-top:1px solid var(--line)}.operator-workspace .operator-experience .product-detail-metrics>div{display:grid;min-height:88px;padding:17px 22px;align-content:center;gap:6px;border-right:1px solid var(--line)}.operator-workspace .operator-experience .product-detail-metrics>div:last-child{border-right:0}.operator-workspace .operator-experience .product-detail-metrics dt{color:var(--muted);font-size:10px;font-weight:650}.operator-workspace .operator-experience .product-detail-metrics dd{margin:0;color:var(--ink);font-size:15px;font-weight:750}.operator-workspace .operator-experience .product-detail-columns>article{min-height:0;padding:20px 22px}.operator-workspace .operator-experience .product-detail-columns .member-section-heading{margin-bottom:8px}.operator-workspace .operator-experience .product-lifecycle-card .detail-facts dt{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.01em}.operator-workspace .operator-experience .product-lifecycle-card .detail-facts dd{color:var(--ink);font-size:15px;font-weight:500}.operator-workspace .operator-experience .settings-workflow-page{width:min(980px,100%)}.operator-workspace .operator-experience .settings-workflow-form{padding:0;overflow:hidden}.operator-workspace .operator-experience .settings-workflow-section{padding:26px 28px 28px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .settings-workflow-section>header{margin-bottom:20px}.operator-workspace .operator-experience .settings-workflow-section h2,.operator-workspace .operator-experience .settings-workflow-section p{margin:0}.operator-workspace .operator-experience .settings-workflow-section h2{font-size:16px}.operator-workspace .operator-experience .settings-workflow-section p{margin-top:5px;color:var(--muted);font-size:12px}.operator-workspace .operator-experience .settings-workflow-form .form-grid,.operator-workspace .operator-experience .settings-workflow-form .referral-settings-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.operator-workspace .operator-experience .settings-workflow-form label:not(.button){display:grid;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.operator-workspace .operator-experience .settings-workflow-form label.full,.operator-workspace .operator-experience .settings-workflow-form label.wide{grid-column:1 / -1}.operator-workspace .operator-experience .settings-workflow-form input:not([type=file]),.operator-workspace .operator-experience .settings-workflow-form select,.operator-workspace .operator-experience .settings-workflow-form textarea{width:100%;min-width:0;min-height:46px;padding:0 14px;border:1px solid var(--line-strong);border-radius:10px;color:var(--ink);background:var(--surface-alt);outline:0}.operator-workspace .operator-experience .settings-workflow-form textarea{min-height:112px;padding-block:13px;resize:vertical}.operator-workspace .operator-experience .settings-workflow-form input:not([type=file]):focus,.operator-workspace .operator-experience .settings-workflow-form select:focus,.operator-workspace .operator-experience .settings-workflow-form textarea:focus{border-color:var(--brand-ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-ink) 12%,transparent)}.operator-workspace .operator-experience .product-cover-settings .product-cover-field{margin:0}.operator-workspace .operator-experience .settings-workflow-actions{display:grid;grid-template-columns:1fr auto auto;padding:18px 28px;align-items:center;gap:10px;background:color-mix(in srgb,var(--surface-alt) 72%,var(--surface))}.operator-workspace .operator-experience .settings-workflow-actions>span{display:inline-flex;align-items:center;gap:6px;color:var(--success);font-size:12px;font-weight:700}.operator-workspace .operator-experience .settings-workflow-actions svg{width:15px}.operator-workspace .operator-experience .referral-operator-layout{grid-template-columns:minmax(0,1fr) 320px}.operator-workspace .operator-experience .referral-program-card{position:sticky;top:20px;padding:22px}.operator-workspace .operator-experience .referral-program-card>header{display:flex;margin-bottom:14px;align-items:center;justify-content:space-between;gap:12px}.operator-workspace .operator-experience .referral-program-card>header>span{font-size:16px;font-weight:750}.operator-workspace .operator-experience .referral-program-card dl{margin:0}.operator-workspace .operator-experience .referral-program-card dl>div{min-height:58px;padding:12px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .referral-program-card dt{color:var(--muted);font-size:11px}.operator-workspace .operator-experience .referral-program-card dd{margin:0;font-size:12px;font-weight:700;text-align:right}.operator-workspace .operator-experience .referral-program-card>a{display:flex;margin-top:18px;align-items:center;justify-content:space-between;color:var(--brand-ink);font-size:12px;font-weight:750}@media(max-width:820px){.operator-workspace .operator-experience .referral-operator-layout{grid-template-columns:1fr}.operator-workspace .operator-experience .referral-program-card{position:static;grid-row:1}}@media(max-width:640px){.operator-workspace .operator-experience .settings-workflow-section{padding:22px 18px}.operator-workspace .operator-experience .settings-workflow-form .form-grid,.operator-workspace .operator-experience .settings-workflow-form .referral-settings-fields{grid-template-columns:1fr}.operator-workspace .operator-experience .settings-workflow-form label.full,.operator-workspace .operator-experience .settings-workflow-form label.wide{grid-column:auto}.operator-workspace .operator-experience .settings-workflow-actions{grid-template-columns:1fr 1fr;padding:16px 18px}.operator-workspace .operator-experience .settings-workflow-actions>span{grid-column:1 / -1}}.operator-workspace .operator-experience .product-distributions-card .member-section-heading>svg{width:38px;height:38px;padding:10px;border-radius:10px;color:var(--brand-ink);background:var(--accent-soft)}.operator-workspace .operator-experience .product-holdings-card{padding:0;overflow:hidden}.operator-workspace .operator-experience .product-holdings-card .product-holdings-heading{min-height:80px;margin:0;padding:16px 22px;align-items:center;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .product-holdings-card .product-holdings-heading>div{display:grid;gap:4px}.operator-workspace .operator-experience .product-holdings-card .product-holdings-heading>span{min-width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:var(--brand-ink);background:var(--accent-soft);font-size:11px;font-weight:800}.operator-workspace .operator-experience .product-holdings-card .simple-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;min-height:72px;padding:13px 22px;gap:13px}.operator-workspace .operator-experience .product-holdings-card .simple-row:last-of-type{border-bottom:0}.operator-workspace .operator-experience .product-holdings-card .profile-avatar{width:42px;height:42px;border-radius:11px;font-size:12px}.operator-workspace .operator-experience .product-holdings-card .workflow-empty{margin:18px 22px 22px}@media(max-width:860px){.operator-workspace .operator-experience .product-profile-header{grid-template-columns:76px minmax(0,1fr) auto}.operator-workspace .operator-experience .product-profile-thumbnail{width:76px;height:58px}.operator-workspace .operator-experience .product-detail-identity{grid-template-columns:1fr}.operator-workspace .operator-experience .product-detail-cover{min-height:220px}.operator-workspace .operator-experience .product-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operator-workspace .operator-experience .product-detail-metrics>div:nth-child(2){border-right:0}.operator-workspace .operator-experience .product-detail-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:560px){.operator-workspace .operator-experience .product-profile-header{grid-template-columns:58px minmax(0,1fr) auto;min-height:92px;padding:16px;gap:12px}.operator-workspace .operator-experience .product-profile-thumbnail{width:58px;height:50px;border-radius:12px}.operator-workspace .operator-experience .product-profile-details{padding:0}.operator-workspace .operator-experience .product-profile-details>div,.operator-workspace .operator-experience .product-profile-details>div:nth-child(odd),.operator-workspace .operator-experience .product-profile-details>div:nth-child(2n){padding:12px 18px}.operator-workspace .operator-experience .product-detail-copy{padding:20px 18px}.operator-workspace .operator-experience .product-detail-terms{grid-template-columns:1fr}.operator-workspace .operator-experience .product-detail-terms>div{min-height:58px;border-right:0;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .product-detail-terms>div:last-child{border-bottom:0}.operator-workspace .operator-experience .product-detail-metrics{grid-template-columns:1fr}.operator-workspace .operator-experience .product-detail-metrics>div,.operator-workspace .operator-experience .product-detail-metrics>div:nth-child(2),.operator-workspace .operator-experience .product-detail-metrics>div:nth-child(-n+2){min-height:68px;border-right:0;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .product-detail-metrics>div:last-child{border-bottom:0}.operator-workspace .operator-experience .product-holdings-card .simple-row{grid-template-columns:38px minmax(0,1fr) auto;min-height:70px;padding:12px 18px;align-items:center;gap:12px}}.operator-workspace .operator-experience .distribution-card{display:grid;grid-template-rows:auto minmax(0,1fr);padding:0;overflow:hidden}.operator-workspace .operator-experience .distribution-card>header{display:flex;min-height:66px;padding:0 18px;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .distribution-card>header>span{color:var(--muted);font-size:11px;font-weight:700}.operator-workspace .operator-experience .distribution-card>header>i{display:grid;width:36px;height:36px;margin:0;place-items:center;border-radius:10px;color:var(--accent-ink);background:var(--accent-soft)}.operator-workspace .operator-experience .distribution-card>header>i svg{width:16px;height:16px}.operator-workspace .operator-experience .distribution-card-content,.operator-workspace .operator-experience .distribution-card-empty{display:flex;min-height:0;padding:22px 18px;flex-direction:column}.operator-workspace .operator-experience .distribution-card-content{gap:16px}.operator-workspace .operator-experience .distribution-card-content>div,.operator-workspace .operator-experience .distribution-card-empty>div{display:grid;gap:5px}.operator-workspace .operator-experience .distribution-card-content h2,.operator-workspace .operator-experience .distribution-card-content p,.operator-workspace .operator-experience .distribution-card-empty h2,.operator-workspace .operator-experience .distribution-card-empty p{margin:0}.operator-workspace .operator-experience .distribution-card-content h2,.operator-workspace .operator-experience .distribution-card-empty h2{font-size:17px;line-height:1.25}.operator-workspace .operator-experience .distribution-card-content p,.operator-workspace .operator-experience .distribution-card-empty p{color:var(--muted);font-size:11px;line-height:1.45}.operator-workspace .operator-experience .distribution-card-content>strong{margin:auto 0 0;font-size:25px;font-variant-numeric:tabular-nums}.operator-workspace .operator-experience .distribution-card-content>.button{min-height:42px}.operator-workspace .operator-experience .distribution-card-empty{justify-content:center;gap:22px}.operator-workspace .operator-experience .distribution-card-empty>a{display:inline-flex;width:max-content;align-items:center;gap:7px;color:var(--ink);font-size:12px;font-weight:750;text-decoration:none}.operator-workspace .operator-experience .distribution-card-empty>a:hover{color:var(--brand-ink)}.operator-workspace .operator-experience .distribution-card-empty>a svg{width:14px;transition:transform .16s ease}.operator-workspace .operator-experience .distribution-card-empty>a:hover svg{transform:translate(3px)}.operator-workspace .operator-experience .product-create-page{gap:18px}.operator-workspace .operator-experience .product-create-page .wide-form{max-width:none;padding:0;gap:18px;border:0;border-radius:0;background:transparent;overflow:visible}.operator-workspace .operator-experience .product-create-page .wide-form>.form-section{height:100%;padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.operator-workspace .operator-experience .product-create-page .form-section h2{display:flex;min-height:28px;margin:0 0 18px;align-items:center;font-size:16px}.operator-workspace .operator-experience .product-create-page .form-grid{gap:14px 12px}.operator-workspace .operator-experience .product-create-page .form-grid label{gap:7px;color:var(--muted);font-size:12px}.operator-workspace .operator-experience .product-create-page .form-grid label>span{color:var(--muted)}.operator-workspace .operator-experience .product-create-page .form-grid input,.operator-workspace .operator-experience .product-create-page .form-grid select,.operator-workspace .operator-experience .product-create-page .form-grid textarea{color:var(--ink);background:var(--app-bg)}.operator-workspace .operator-experience .product-create-page .form-grid textarea{min-height:92px;resize:vertical}.operator-workspace .operator-experience .product-create-page .wide-form>.form-section:nth-child(2){display:grid;grid-template-rows:auto minmax(0,1fr)}.operator-workspace .operator-experience .product-create-page .product-cover-field{height:100%;min-height:304px;display:grid;grid-template-columns:1fr;grid-template-rows:minmax(184px,1fr) auto;align-items:stretch;gap:16px;padding:14px;border-color:var(--line);background:var(--app-bg)}.operator-workspace .operator-experience .product-create-page .product-cover-preview{height:auto;min-height:184px;border-radius:10px;background:var(--stats-bg);color:var(--stats-ink)}.operator-workspace .operator-experience .product-create-page .product-cover-copy{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 14px}.operator-workspace .operator-experience .product-create-page .product-cover-copy>b,.operator-workspace .operator-experience .product-create-page .product-cover-copy>span{grid-column:1}.operator-workspace .operator-experience .product-create-page .product-cover-copy>div{grid-column:2;grid-row:1 / span 2;margin:0}.operator-workspace .operator-experience .product-create-page .product-cover-copy .button{min-height:38px}.operator-workspace .operator-experience .product-create-page .check-row{min-height:44px;grid-column:1 / -1;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--app-bg)}.operator-workspace .operator-experience .product-create-page .check-row input{min-height:0}.operator-workspace .operator-experience .product-create-page .wide-form>.form-error{margin:0}.operator-workspace .operator-experience .product-create-page .wide-form>.page-actions{min-height:70px;margin:0;padding:13px 14px;align-items:center;justify-content:flex-end;gap:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.operator-workspace .operator-experience .product-create-page .page-actions .button{min-width:118px}@media(max-width:1080px){.operator-workspace .operator-experience .product-create-page .wide-form>.form-section{height:auto}.operator-workspace .operator-experience .product-create-page .product-cover-field{min-height:0;grid-template-columns:minmax(220px,.8fr) minmax(220px,1fr);grid-template-rows:180px;align-items:center}.operator-workspace .operator-experience .product-create-page .product-cover-copy{display:grid;grid-template-columns:1fr}.operator-workspace .operator-experience .product-create-page .product-cover-copy>div{grid-column:1;grid-row:auto;margin-top:8px}}@media(max-width:640px){.operator-workspace .operator-experience .product-create-page .wide-form>.form-section{padding:18px}.operator-workspace .operator-experience .product-create-page .product-cover-field{grid-template-columns:1fr;grid-template-rows:170px auto}.operator-workspace .operator-experience .product-create-page .wide-form>.page-actions{align-items:stretch;flex-direction:column-reverse}.operator-workspace .operator-experience .product-create-page .page-actions .button{width:100%}}.operator-workspace .operator-experience .referral-operations-page .referral-operator-layout{grid-template-columns:minmax(0,1fr)}.operator-workspace .operator-experience .referral-operations-page .referral-settings{top:auto}.operator-workspace .operator-experience .member-tab-workspace{padding:0;overflow:hidden}.operator-workspace .operator-experience .member-tabs{min-height:60px;padding:0 20px;display:flex;align-items:stretch;gap:4px;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .member-tabs button{position:relative;min-width:112px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;color:var(--muted);background:transparent;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.operator-workspace .operator-experience .member-tabs button:after{content:"";position:absolute;right:12px;bottom:-1px;left:12px;height:2px;border-radius:2px 2px 0 0;background:transparent}.operator-workspace .operator-experience .member-tabs button:hover,.operator-workspace .operator-experience .member-tabs button.active{color:var(--ink)}.operator-workspace .operator-experience .member-tabs button.active:after{background:var(--brand-ink)}.operator-workspace .operator-experience .member-tabs button span{min-width:23px;padding:3px 7px;border-radius:999px;color:var(--muted);background:var(--surface-alt);font-size:10px;line-height:1.2}.operator-workspace .operator-experience .member-tabs button.active span{color:var(--brand-ink);background:var(--accent-soft)}.operator-workspace .operator-experience .member-tab-panel{min-width:0;padding:22px}.operator-workspace .operator-experience .member-portfolio-panel{padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.operator-workspace .operator-experience .member-portfolio-panel>article{min-width:0;padding:22px}.operator-workspace .operator-experience .member-portfolio-panel>article:first-child{border-right:1px solid var(--line)}.operator-workspace .operator-experience .member-tab-panel .member-section-heading{margin-bottom:8px}.operator-workspace .operator-experience .member-tab-list-card{width:100%;max-width:none}.operator-workspace .operator-experience .member-tab-panel .workflow-empty{min-height:210px}.operator-workspace .operator-experience .member-pagination{min-height:56px;margin-top:6px;display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;border-top:1px solid var(--line)}.operator-workspace .operator-experience .member-pagination span{min-width:54px;align-self:center;color:var(--muted);font-size:11px;font-weight:650;text-align:center}.operator-workspace .operator-experience .member-pagination button{width:34px;height:34px;padding:0;display:grid;place-items:center;align-self:center;border:1px solid var(--line-strong);border-radius:9px;color:var(--ink);background:var(--surface);cursor:pointer}.operator-workspace .operator-experience .member-pagination button:hover:not(:disabled){border-color:var(--brand-ink);color:var(--brand-ink)}.operator-workspace .operator-experience .member-pagination button:disabled{opacity:.35;cursor:default}.operator-workspace .operator-experience .member-pagination svg{width:15px;height:15px}.operator-workspace .operator-experience .referral-operations-page .referral-operator-layout{grid-template-columns:360px minmax(0,1fr)}@media(max-width:820px){.operator-workspace .operator-experience .member-portfolio-panel{grid-template-columns:1fr}.operator-workspace .operator-experience .member-portfolio-panel>article:first-child{border-right:0;border-bottom:1px solid var(--line)}.operator-workspace .operator-experience .referral-operations-page .referral-operator-layout{grid-template-columns:1fr}}@media(max-width:560px){.operator-workspace .operator-experience .member-tabs{padding:0 8px;overflow-x:auto}.operator-workspace .operator-experience .member-tabs button{min-width:104px;padding-inline:10px}.operator-workspace .operator-experience .member-tab-panel,.operator-workspace .operator-experience .member-portfolio-panel>article{padding:18px}}.operator-workspace .operator-experience .member-tab-panel{padding:0}.operator-workspace .operator-experience .member-portfolio-panel>.data-table:first-child{border-right:1px solid var(--line)}@media(max-width:820px){.operator-workspace .operator-experience .member-portfolio-panel>.data-table:first-child{border-right:0;border-bottom:1px solid var(--line)}}select:not([multiple]){appearance:none;-webkit-appearance:none;padding-right:42px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364736b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important;background-size:18px 18px!important;cursor:pointer}html[data-theme=dark] select:not([multiple]){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23aeb9b2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")!important}select:not([multiple]):disabled{cursor:not-allowed;opacity:.72}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local]{color-scheme:light}html[data-theme=dark] input[type=date],html[data-theme=dark] input[type=time],html[data-theme=dark] input[type=datetime-local]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.62}input[type=search]::-webkit-search-cancel-button{appearance:none;-webkit-appearance:none}input[type=checkbox],input[type=radio]{width:18px;height:18px;min-height:0;padding:0;accent-color:var(--brand)}
