:root{color-scheme:dark;font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizelegibility;background:#080907;color:#efeee9;--bg:#080907;--panel:#0e100e;--panel-raised:#121411;--panel-soft:#171916;--line:rgb(224 213 180/12%);--line-strong:rgb(224 213 180/22%);--muted:rgb(239 238 233/47%);--muted-light:rgb(239 238 233/67%);--gold:#d7b46a;--gold-light:#edd18d;--gold-dark:#8c713c;--green:#77c89a;--red:#e87870;--blue:#8aa9c9;--violet-glow-rgb:139 92 246;--violet-glow-soft-rgb:167 139 250;--violet-glow-deep-rgb:76 29 149;--loading-accent:#8741ff;--loading-accent-rgb:135 65 255;--display:"Iowan Old Style","Noto Serif SC","Songti SC",georgia,serif;--mono:"IBM Plex Mono","SFMono-Regular",consolas,monospace;--marketing-font-family:".SF Compact","SF Compact","SF Compact Text","PingFang SC",-apple-system,blinkmacsystemfont,"Segoe UI","Microsoft YaHei",sans-serif;--marketing-font-regular:400;--marketing-font-medium:500;--marketing-font-semibold:600}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);scrollbar-width:none}html::-webkit-scrollbar{width:0;height:0}html:has(.marketing-page.landing-page){background:#000315}body{min-height:100vh;margin:0;background:radial-gradient(circle at 10% -5%,rgb(215 180 106/8%),transparent 28%),radial-gradient(circle at 96% 24%,rgb(119 200 154/3%),transparent 24%),var(--bg)}body:has(.marketing-page.landing-page){background:#000315}.app-scroll-indicator{position:fixed;z-index:5000;top:var(--app-scrollbar-top,4px);right:max(3px,env(safe-area-inset-right));width:5px;height:var(--app-scrollbar-height,44px);border-radius:999px;background:linear-gradient(180deg,rgb(246 243 255/94%),rgb(157 119 255/88%));box-shadow:0 0 8px rgb(191 157 255/46%),0 0 1px rgb(255 255 255/85%);opacity:0;pointer-events:none;transition:opacity .18s ease}.app-scroll-indicator[data-visible=true]{opacity:88%}button,input,select{font:inherit}a,button,input,select{-webkit-tap-highlight-color:transparent}a,button{color:inherit}a{text-decoration:none}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.pilot-button{margin:0;border:0;padding:0;appearance:none;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:inherit}.pilot-button:disabled{cursor:not-allowed}.pilot-input{min-width:0}.pilot-checkbox{position:relative;display:inline-flex;align-items:flex-start;gap:9px;color:var(--muted-light);cursor:pointer}.pilot-checkbox>input{all:unset;position:absolute!important;z-index:2;display:block;box-sizing:border-box;top:0!important;left:0!important;width:16px!important;height:16px!important;margin:0!important;clip-path:none!important;opacity:0;cursor:pointer;pointer-events:auto}.pilot-checkbox__control{display:grid;width:16px;height:16px;flex:0 0 16px;place-items:center;border:1px solid var(--line-strong);border-radius:4px;background:#0a0b09;color:#11120f;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.pilot-checkbox__control[data-state=checked]{border-color:var(--gold);background:var(--gold)}.pilot-checkbox__indicator{display:block;width:9px;height:5px;border-bottom:2px solid;border-left:2px solid;opacity:0;transform:translateY(-1px) rotate(-45deg) scale(70%);transition:opacity .12s ease,transform .12s ease}.pilot-checkbox__control[data-state=checked] .pilot-checkbox__indicator{opacity:100%;transform:translateY(-1px) rotate(-45deg) scale(100%)}.pilot-checkbox:has(input:focus-visible) .pilot-checkbox__control{outline:2px solid rgb(237 209 141/75%);outline-offset:3px}.pilot-checkbox[data-disabled]{cursor:not-allowed;opacity:55%}.pilot-switch{position:relative}.pilot-switch>input{all:unset;position:absolute!important;z-index:2;display:block;box-sizing:border-box;inset:0!important;width:100%!important;height:100%!important;margin:0!important;clip-path:none!important;opacity:0;cursor:pointer;pointer-events:auto}.pilot-switch[data-disabled]>input{cursor:not-allowed}.pilot-select{position:relative;width:100%;min-width:0}.pilot-select__control{width:100%}.pilot-select__trigger{display:flex;width:100%;min-height:40px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgb(255 255 255/18%);border-radius:8px;padding:0 11px 0 12px;background:#2d2d2d;color:#fff;cursor:pointer;font-family:var(--marketing-font-family);font-size:14px;font-weight:var(--marketing-font-medium);line-height:1.5;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.pilot-select__trigger:hover:not(:disabled){border-color:rgb(135 65 255/64%);background:#353535}.pilot-select__trigger:focus-visible,.pilot-select__trigger[data-focus],.pilot-select__trigger[data-state=open]{border-color:#8741ff;outline:0;box-shadow:0 0 0 2px rgb(135 65 255/14%)}.pilot-select__trigger:disabled{cursor:not-allowed;opacity:55%}.pilot-select__indicator{display:inline-grid;width:18px;height:18px;flex:0 0 18px;place-items:center;color:rgb(255 255 255/72%);transition:transform .16s ease}.pilot-select__trigger[data-state=open] .pilot-select__indicator{transform:rotate(180deg)}.pilot-select__positioner{z-index:3500!important}.pilot-select__content{max-height:min(320px,calc(100dvh - 32px));overflow-y:auto;border:1px solid rgb(135 65 255/56%);border-radius:8px;padding:4px;background:#191919;box-shadow:0 18px 48px rgb(0 0 0/52%),inset 0 1px rgb(255 255 255/6%);scrollbar-color:rgb(165 112 255/72%) #191919}.pilot-select__item{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;border-radius:6px;padding:10px 12px;color:rgb(255 255 255/72%);cursor:pointer;font-family:var(--marketing-font-family);font-size:14px;font-weight:var(--marketing-font-medium);line-height:21px;transition:color .12s ease,background .12s ease}.pilot-select__item[data-highlighted]{outline:0;background:#2d2d2d;color:#fff}.pilot-select__item[data-state=checked]{background:rgb(135 65 255/18%);color:#fff}.pilot-select__item[data-state=checked][data-highlighted]{background:rgb(135 65 255/28%)}.pilot-select__item[data-disabled]{cursor:not-allowed;opacity:40%}.pilot-select__item-indicator{display:inline-grid;width:16px;height:16px;flex:0 0 16px;place-items:center;color:#a570ff}.pilot-select__item-indicator svg{width:16px;height:16px}.pilot-radio-group{display:grid;gap:5px}.pilot-radio-control{display:grid;width:15px;height:15px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:#090b09;color:var(--gold);transition:border-color .16s ease,box-shadow .16s ease}.pilot-radio-control[data-state=checked]{border-color:var(--gold);box-shadow:inset 0 0 0 3px #090b09;background:var(--gold)}.pilot-radio-item:has(input[type=radio]:focus-visible) .pilot-radio-control{outline:2px solid rgb(237 209 141/75%);outline-offset:3px}::selection{color:#0a0b09;background:var(--gold-light)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#090a08}::-webkit-scrollbar-thumb{border:2px solid #090a08;border-radius:999px;background:#34352f}.positive{color:var(--green)!important}.negative{color:var(--red)!important}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-family:var(--mono);font-size:10px;font-style:normal;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.danger-button,.ghost-button,.gold-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:5px;padding:0 20px;cursor:pointer;font-size:13px;font-weight:750;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.gold-button{border:1px solid var(--gold);background:var(--gold);color:#11120f;box-shadow:0 10px 30px rgb(119 89 32/16%)}.danger-button:disabled,.ghost-button:disabled,.gold-button:disabled{cursor:not-allowed;opacity:42%}.gold-button:hover:not(:disabled){border-color:var(--gold-light);background:var(--gold-light);transform:translateY(-1px)}.ghost-button{border:1px solid var(--line-strong);background:rgb(255 255 255/2%);color:var(--muted-light)}.ghost-button:hover{border-color:rgb(215 180 106/48%);background:rgb(215 180 106/6%);color:var(--gold-light)}.danger-button{border:1px solid rgb(232 120 112/38%);background:rgb(232 120 112/9%);color:#f19791}.danger-button:hover{border-color:rgb(232 120 112/62%);background:rgb(232 120 112/14%)}.full-button{width:100%}.site-header{--mobile-navigation-offset:66px;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--line);background:rgb(8 9 7/88%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:flex;width:min(100%,1600px);min-height:66px;align-items:center;gap:40px;margin:0 auto;padding:0 30px}.site-brand{display:inline-flex;flex:0 0 auto;align-items:baseline;gap:11px}.site-brand__word{color:#f4f1e8;font-family:var(--display);font-size:23px;font-weight:700;letter-spacing:-.035em}.site-brand__tagline{padding-left:11px;border-left:1px solid var(--line-strong);color:rgb(239 238 233/35%);font-size:10px;font-weight:650;letter-spacing:.08em}.site-header.has-context{--mobile-navigation-offset:70px}.site-header.has-context .site-header__inner{min-height:70px}.site-brand.is-context{min-width:min(410px,34vw);align-items:flex-start;flex-direction:column;gap:4px}.site-brand__context-row{display:flex;align-items:center;gap:10px}.site-brand__context-row h1{margin:0}.site-brand__context-engine{color:var(--muted);font-family:var(--mono);font-size:10px;letter-spacing:.06em}.site-brand__context-risk{border:1px solid rgb(232 120 112/26%);border-radius:999px;padding:2px 7px;color:var(--red);font-size:9px}.site-brand__context-description{overflow:hidden;width:100%;color:var(--muted);font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.desktop-nav{display:flex;align-self:stretch;align-items:center;gap:4px}.desktop-nav a{position:relative;display:inline-flex;height:100%;align-items:center;padding:0 13px;color:var(--muted);font-size:12px;font-weight:650;transition:color .14s ease}.desktop-nav a:after{position:absolute;right:13px;bottom:-1px;left:13px;height:1px;background:transparent;content:""}.desktop-nav a.active,.desktop-nav a:hover{color:#eeeadf}.desktop-nav a.active:after{background:var(--gold)}.marketing-nav{margin-left:auto}.site-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.status-online,.system-status{display:inline-flex;align-items:center;gap:7px;color:rgb(119 200 154/82%);font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.06em;white-space:nowrap}.status-online i,.system-status i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 9px rgb(119 200 154/55%)}.header-login,.header-profile-link,.header-register,.language-switcher{display:inline-flex;min-height:34px;align-items:center;gap:7px;border-radius:4px;padding:0 14px;cursor:pointer;font-size:12px;font-weight:700}.header-login{border:1px solid transparent;background:transparent;color:var(--muted-light)}.header-login:hover{color:#f1eee5}.header-register{border:1px solid var(--gold);background:var(--gold);color:#10110e}.header-profile-link{border:1px solid var(--line-strong);color:var(--muted-light)}.language-switcher{min-width:48px;justify-content:center;border:1px solid var(--line);background:rgb(255 255 255/1.5%);color:var(--muted-light);font-family:var(--mono);letter-spacing:.04em}.language-switcher__icon{display:block;width:15px;height:15px;flex:0 0 auto}.language-switcher:hover{border-color:rgb(215 180 106/32%);color:var(--gold-light)}.language-switcher-menu{position:relative;display:inline-flex;flex:0 0 auto}.language-switcher[aria-expanded=true]{border-color:rgb(135 65 255/64%);color:#c8a8ff}.language-switcher__dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:1001;display:grid;width:min(196px,calc(100vw - 24px));max-height:min(420px,calc(100dvh - 96px));grid-template-columns:minmax(0,1fr);gap:2px;overflow-y:auto;border:1px solid rgb(135 65 255/42%);border-radius:10px;padding:6px;background:rgb(16 18 39/96%);box-shadow:0 24px 70px rgb(0 0 0/58%),inset 0 0 0 1px rgb(200 168 255/6%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.language-switcher__option{display:flex;min-width:0;min-height:34px;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:5px;padding:7px 8px;background:transparent;color:rgb(255 255 255/72%);cursor:pointer;font-family:var(--marketing-font-family);font-size:12px;font-weight:500;line-height:18px;text-align:left;white-space:nowrap}.language-switcher__option>span{overflow:hidden;text-overflow:ellipsis}.language-switcher__option>svg{flex:0 0 14px;color:#c8a8ff}.language-switcher__option:focus-visible,.language-switcher__option:hover{background:rgb(135 65 255/18%);color:#fff}.language-switcher__option[data-state=selected]{background:linear-gradient(135deg,rgb(200 168 255/22%),rgb(135 65 255/17%));box-shadow:inset 0 0 0 1px rgb(200 168 255/8%);color:#fff}.language-switcher__option:focus-visible{outline:1px solid #8741ff;outline-offset:-1px}.header-account{position:relative}.header-account__trigger{display:inline-flex;min-height:38px;align-items:center;gap:8px;border:1px solid var(--line-strong);border-radius:5px;padding:0 10px 0 6px;background:rgb(255 255 255/2%);color:var(--muted-light);cursor:pointer;font-size:11px;font-weight:700}.header-account__trigger:hover,.header-account__trigger[aria-expanded=true]{border-color:rgb(215 180 106/36%);color:#f1eee5}.header-account__trigger>svg{transition:transform .16s ease}.header-account__trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.header-account__avatar{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgb(215 180 106/38%);border-radius:50%;background:rgb(215 180 106/9%);color:var(--gold-light);font-family:var(--mono);font-size:8px}.header-account__label{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-account__menu{position:absolute;top:calc(100% + 9px);right:0;display:grid;width:190px;overflow:hidden;border:1px solid var(--line-strong);border-radius:6px;padding:5px;background:#10120f;box-shadow:0 20px 50px rgb(0 0 0/46%)}.header-account__menu a,.header-account__menu button{display:flex;min-height:39px;align-items:center;gap:9px;border:0;border-radius:3px;padding:0 11px;background:transparent;color:var(--muted-light);cursor:pointer;font-size:11px;text-align:left}.header-account__menu a:hover,.header-account__menu button:hover{background:rgb(215 180 106/8%);color:var(--gold-light)}.header-account__menu button{border-top:1px solid var(--line);border-radius:0 0 3px 3px;color:rgb(232 120 112/88%)}.header-account__menu button.is-primary{border-top:0;border-radius:3px;color:var(--gold-light)}.header-account__bindings{display:grid;gap:2px;border-bottom:1px solid var(--line);padding:3px 0 6px}.header-account__bindings-label{padding:4px 11px 3px;color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.header-account__menu .header-account__bindings button{width:100%;min-height:34px;justify-content:space-between;border:0;border-radius:3px;color:var(--muted-light)}.header-account__menu .header-account__bindings button.is-current-account{background:rgb(135 65 255/14%);color:#c8a9ff}.header-account__menu .header-account__bindings button:disabled{cursor:wait;opacity:58%}.mobile-nav-toggle{display:none;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:4px;background:transparent;cursor:pointer}.mobile-nav,.mobile-nav-layer{display:none}.marketing-page{overflow:hidden}.home-hero{position:relative;display:grid;width:min(100%,1540px);min-height:690px;grid-template-columns:minmax(390px,.82fr) minmax(640px,1.18fr);align-items:center;gap:clamp(44px,6vw,94px);margin:0 auto;padding:82px 34px 96px}.home-hero__glow{position:absolute;top:3%;left:2%;width:440px;height:440px;border-radius:50%;background:rgb(215 180 106/8%);filter:blur(110px);pointer-events:none}.home-hero__copy{position:relative;z-index:2}.home-cta h2,.home-hero__copy h1,.home-hero__copy h2,.section-heading h2{font-family:var(--display)}.home-hero__copy h1{margin:19px 0 2px;color:#f4f0e6;font-size:clamp(72px,8.2vw,126px);font-weight:650;letter-spacing:-.075em;line-height:.9}.home-hero__copy h2{max-width:680px;margin:26px 0 0;color:#eeeadf;font-size:clamp(28px,3.1vw,45px);font-weight:540;letter-spacing:-.038em;line-height:1.24}.home-hero__copy>p{max-width:620px;margin:24px 0 0;color:var(--muted-light);font-size:15px;line-height:1.9}.home-hero__actions{display:flex;gap:10px;margin-top:30px}.hero-proof{display:flex;flex-wrap:wrap;gap:17px;margin-top:27px;color:var(--muted);font-size:10px}.hero-proof span{display:inline-flex;align-items:center;gap:5px}.hero-proof svg{color:var(--gold)}.hero-terminal{position:relative;overflow:hidden;border:1px solid var(--line-strong);border-radius:7px;background:linear-gradient(135deg,rgb(215 180 106/5%),transparent 42%),#0b0d0b;box-shadow:0 45px 110px rgb(0 0 0/38%),inset 0 1px rgb(255 255 255/2%)}.hero-terminal:before{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255/1.8%) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/1.8%) 1px,transparent 0);background-size:36px 36px;content:"";-webkit-mask-image:linear-gradient(180deg,#000,transparent 82%);mask-image:linear-gradient(180deg,#000,transparent 82%);pointer-events:none}.hero-terminal__top{position:relative;z-index:2;display:flex;min-height:82px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 20px}.hero-terminal__top>div:first-child{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:4px 11px}.hero-terminal__top .eyebrow{grid-column:1/-1;margin-bottom:4px;font-size:8px}.hero-terminal__quote strong,.hero-terminal__top strong{font-family:var(--mono);font-size:17px}.hero-terminal__top small{color:var(--muted);font-size:10px}.hero-terminal__quote{display:flex;align-items:baseline;gap:10px}.hero-terminal__quote strong{color:#f1eee5;font-size:22px}.hero-terminal__quote span{display:inline-flex;align-items:center;gap:4px;color:var(--red);font-family:var(--mono);font-size:10px}.hero-terminal__body{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(215px,.72fr)}.hero-market-chart{position:relative;min-height:334px;border-right:1px solid var(--line);padding:32px 27px 20px 18px}.hero-market-chart svg{width:100%;overflow:visible}.chart-area{fill:url(#chartFill)}.chart-line{fill:none;stroke:var(--gold);stroke-width:2}.chart-line,.chart-order-line{vector-effect:non-scaling-stroke}.chart-order-line{stroke:rgb(232 120 112/48%);stroke-dasharray:5 5}.chart-signal-dot{fill:var(--red);stroke:#0c0e0c;stroke-width:3;vector-effect:non-scaling-stroke}.chart-signal rect{fill:var(--red)}.chart-signal text{fill:#10110e;font-family:var(--mono);font-size:10px;font-weight:800}.hero-chart-labels{top:31px;right:9px;bottom:63px;flex-direction:column;color:rgb(239 238 233/25%);font-family:var(--mono);font-size:8px}.hero-chart-labels,.historical-signal-note{position:absolute;display:flex;justify-content:space-between}.historical-signal-note{right:20px;bottom:17px;left:20px;align-items:center;color:var(--muted);font-size:9px}.historical-signal-note strong{color:var(--muted-light);font-family:var(--mono)}.hero-decision{padding:22px 18px}.decision-verdict{display:grid;grid-template-columns:1fr auto;gap:4px 10px;border-bottom:1px solid var(--line);padding-bottom:16px}.decision-verdict>span{grid-column:1/-1;color:var(--muted);font-size:9px}.decision-verdict strong{display:inline-flex;align-items:center;gap:6px;color:var(--red);font-family:var(--display);font-size:20px}.decision-verdict small{align-self:end;color:var(--muted);font-size:8px;text-align:right}.probability-bars{display:grid;gap:9px;margin-top:17px}.probability-row{display:grid;grid-template-columns:30px minmax(0,1fr) 26px;align-items:center;gap:7px;color:var(--muted);font-size:8px}.probability-row>div{height:3px;overflow:hidden;border-radius:2px;background:rgb(255 255 255/6%)}.probability-row i{display:block;height:100%;background:var(--muted)}.probability-row i.is-short{background:var(--red)}.probability-row i.is-long{background:var(--green)}.probability-row i.is-wait{background:#8e918a}.probability-row b{color:var(--muted-light);font-family:var(--mono);font-size:8px;text-align:right}.decision-levels{display:grid;gap:8px;margin:19px 0 0}.decision-levels>div{display:flex;align-items:center;justify-content:space-between}.decision-levels dt{color:var(--muted);font-size:8px}.decision-levels dd{margin:0;color:#e9e7df;font-family:var(--mono);font-size:10px}.hero-terminal__features{position:relative;z-index:2;display:grid;grid-template-columns:170px 1fr;gap:22px;border-top:1px solid var(--line);padding:16px 20px 18px}.feature-heading{display:flex;flex-direction:column;justify-content:center}.feature-heading span{color:var(--muted-light);font-size:10px}.feature-heading small{margin-top:6px;color:rgb(239 238 233/26%);font-size:8px}.feature-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 13px}.feature-mini-grid>div{min-width:0}.feature-mini-grid span{display:block;overflow:hidden;margin-bottom:5px;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.feature-mini-grid>div:after{display:block;width:100%;height:2px;border-radius:2px;background:rgb(255 255 255/5%);content:""}.feature-mini-grid i{position:relative;z-index:2;display:block;height:2px;margin-bottom:-2px;background:var(--gold)}.home-section{width:min(100%,1480px);margin:0 auto;padding:102px 34px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:44px;margin-bottom:38px}.section-heading h2{max-width:720px;margin:9px 0 0;color:#ede9de;font-size:clamp(32px,4vw,52px);font-weight:540;letter-spacing:-.04em;line-height:1.16}.section-heading>div+p,.section-heading>p{max-width:430px;margin:0;color:var(--muted);font-size:13px;line-height:1.8}.section-heading.centered{flex-direction:column;align-items:center;text-align:center}.section-heading.centered>p{max-width:620px}.agent-section{border-top:1px solid var(--line)}.risk-filter{display:flex;width:fit-content;gap:3px;margin:-4px 0 22px;border:1px solid var(--line);border-radius:5px;padding:3px;background:#0b0c0a}.risk-filter button{min-height:32px;border:0;border-radius:3px;padding:0 15px;background:transparent;color:var(--muted);cursor:pointer;font-size:11px}.risk-filter button.is-active,.risk-filter button:hover{background:rgb(215 180 106/10%);color:var(--gold-light)}.agent-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.agent-card{position:relative;min-height:470px;overflow:hidden;border:1px solid var(--line);border-radius:6px;padding:27px;background:linear-gradient(145deg,rgb(215 180 106/3%),transparent 35%),var(--panel);transition:border-color .18s ease,transform .18s ease}.agent-card:hover{border-color:rgb(215 180 106/30%);transform:translateY(-3px)}.agent-card.is-hydra{background:linear-gradient(145deg,rgb(119 200 154/4%),transparent 35%),var(--panel)}.agent-card__top{display:flex;align-items:center;gap:13px}.agent-avatar{position:relative;display:grid;width:47px;height:47px;flex:0 0 auto;place-items:center;border:1px solid rgb(215 180 106/30%);border-radius:50%;background:radial-gradient(circle at 30% 20%,#3a3321,#151611 70%);color:var(--gold-light);font-family:var(--mono);font-size:11px;font-weight:800}.agent-avatar.is-hydra,.agent-card.is-hydra .agent-avatar{border-color:rgb(119 200 154/32%);background:radial-gradient(circle at 30% 20%,#263b30,#121613 70%);color:#aed7bc}.agent-avatar i{position:absolute;right:-1px;bottom:2px;width:8px;height:8px;border:2px solid var(--panel);border-radius:50%;background:var(--green)}.agent-avatar.large{width:58px;height:58px;font-size:13px}.agent-card__top>div:nth-child(2){min-width:0}.agent-card__top small,.agent-card__top span{color:var(--muted);font-family:var(--mono);font-size:8px;letter-spacing:.08em}.agent-card__top h3{margin:3px 0;color:#f0ece2;font-family:var(--display);font-size:23px;font-weight:600}.risk-chip{display:inline-flex;min-height:24px;align-items:center;border:1px solid;border-radius:999px;padding:0 9px;font-size:9px;font-style:normal;white-space:nowrap}.agent-card__top .risk-chip{margin-left:auto}.risk-chip.is-aggressive{border-color:rgb(232 120 112/30%);background:rgb(232 120 112/7%);color:#e98b84}.risk-chip.is-conservative{border-color:rgb(119 200 154/30%);background:rgb(119 200 154/7%);color:#8fd1a8}.risk-chip.is-balanced{border-color:rgb(138 169 201/30%);background:rgb(138 169 201/7%);color:#9eb8d1}.agent-card>p{min-height:55px;margin:24px 0 20px;color:var(--muted);font-size:12px;line-height:1.75}.agent-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:4px;background:var(--line)}.agent-metrics>div{min-height:67px;padding:13px;background:#0b0d0b}.agent-metrics>div.featured{grid-column:1/-1;min-height:78px}.agent-metrics dt{color:var(--muted);font-size:8px}.agent-metrics dd{margin:8px 0 0;color:#e4e1d8;font-family:var(--mono);font-size:14px}.agent-metrics .featured dd{color:var(--gold-light);font-size:24px}.agent-card.is-hydra .agent-metrics .featured dd{color:#a3d2b3}.agent-enter{display:flex;width:100%;min-height:40px;align-items:center;justify-content:center;gap:7px;margin-top:17px;border:1px solid rgb(215 180 106/35%);border-radius:4px;background:rgb(215 180 106/6%);color:var(--gold-light);cursor:pointer;font-size:11px;font-weight:700}.agent-card.is-hydra .agent-enter{border-color:rgb(119 200 154/30%);background:rgb(119 200 154/6%);color:#9ed1af}.agent-card--coming{display:flex;align-items:center;justify-content:center;flex-direction:column;border-style:dashed;text-align:center}.coming-radar{display:grid;width:70px;height:70px;margin-bottom:22px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted)}.agent-card--coming h3{margin:12px 0 9px;color:#ddd9cf;font-family:var(--display);font-size:25px;font-weight:550}.agent-card--coming>p{min-height:0;max-width:280px;margin:0}.agent-card--coming button{margin-top:24px;border:0;border-bottom:1px solid var(--muted);padding:0 0 4px;background:transparent;color:var(--muted-light);cursor:pointer;font-size:11px}.empty-filter{display:grid;min-height:340px;grid-column:1/-1;place-items:center;align-content:center;border:1px dashed var(--line-strong);border-radius:6px;color:var(--muted);text-align:center}.empty-filter h3{margin:14px 0 3px;color:var(--muted-light)}.empty-filter p{margin:0;font-size:12px}.workflow-section{width:100%;max-width:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgb(255 255 255/1%)}.workflow-section>*{width:min(100%,1412px);margin-right:auto;margin-left:auto}.workflow-timeline{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.workflow-timeline:before{position:absolute;top:43px;right:16.5%;left:16.5%;border-top:1px solid rgb(215 180 106/25%);content:""}.workflow-timeline article{position:relative;display:grid;grid-template-columns:90px 1fr;gap:15px;padding:0 42px}.workflow-number{position:absolute;top:9px;left:13px;color:rgb(215 180 106/18%);font-family:var(--display);font-size:50px}.workflow-icon{position:relative;z-index:2;display:grid;width:86px;height:86px;place-items:center;border:1px solid rgb(215 180 106/27%);border-radius:50%;background:#0d0f0c;color:var(--gold)}.workflow-timeline article>div:last-child{padding-top:2px}.workflow-timeline small{color:var(--gold);font-family:var(--mono);font-size:8px;letter-spacing:.1em}.workflow-timeline h3{margin:9px 0;color:#e7e3d9;font-family:var(--display);font-size:21px;font-weight:560}.workflow-timeline p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.value-grid article{min-height:240px;border-top:1px solid var(--line-strong);padding:27px 22px;background:linear-gradient(180deg,rgb(255 255 255/1.8%),transparent)}.value-grid article>div{display:grid;width:45px;height:45px;place-items:center;border:1px solid rgb(215 180 106/22%);border-radius:50%;color:var(--gold)}.value-grid h3{margin:29px 0 11px;color:#e8e4da;font-family:var(--display);font-size:19px;font-weight:560}.value-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.8}.home-cta{display:grid;width:min(calc(100% - 68px),1412px);grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin:32px auto 96px;border:1px solid rgb(215 180 106/22%);border-radius:6px;padding:37px 42px;background:linear-gradient(90deg,rgb(215 180 106/8%),transparent 42%),var(--panel)}.home-cta>svg{color:var(--gold)}.home-cta h2{margin:7px 0 0;color:#eee9de;font-size:28px;font-weight:560;letter-spacing:-.025em}.product-footer,.site-footer{display:flex;width:min(100%,1600px);min-height:86px;align-items:center;gap:35px;margin:0 auto;border-top:1px solid var(--line);padding:0 30px;color:rgb(239 238 233/28%);font-size:9px}.product-footer p,.site-footer p{margin:0 auto;text-align:center}.landing-hero{position:relative;display:grid;width:min(100%,1500px);min-height:735px;grid-template-columns:minmax(390px,.84fr) minmax(590px,1.16fr);align-items:center;gap:clamp(48px,6vw,94px);margin:0 auto;border-bottom:1px solid var(--line);padding:92px 34px 104px}.landing-hero__aura{position:absolute;top:10%;left:-4%;width:460px;height:460px;border-radius:50%;background:rgb(215 180 106/9%);filter:blur(130px);pointer-events:none}.landing-hero__copy{position:relative;z-index:2}.landing-hero__copy h1{margin:18px 0 0;color:#f5f1e7;font-family:var(--display);font-size:clamp(80px,8.2vw,126px);font-weight:650;letter-spacing:-.075em;line-height:.88}.landing-hero__copy h2{margin:24px 0 0;color:#eee9dd;font-family:var(--display);font-size:clamp(30px,3.1vw,45px);font-weight:540;letter-spacing:-.038em;line-height:1.2}.landing-hero__copy>p{max-width:610px;margin:22px 0 0;color:var(--muted-light);font-size:14px;line-height:1.9}.landing-hero__actions{display:flex;gap:10px;margin-top:31px}.landing-hero__facts{display:flex;flex-wrap:wrap;gap:18px;margin-top:27px;color:var(--muted);font-size:9px}.landing-hero__facts span{display:inline-flex;align-items:center;gap:6px}.landing-hero__facts svg{color:var(--gold)}.landing-market-preview{position:relative;z-index:2;overflow:hidden;border:1px solid var(--line-strong);border-radius:7px;background:linear-gradient(145deg,rgb(215 180 106/5%),transparent 42%),#0a0c0a;box-shadow:0 45px 110px rgb(0 0 0/42%),inset 0 1px rgb(255 255 255/2%)}.landing-live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 9px rgb(119 200 154/65%)}.landing-market-preview__chart{position:relative;min-height:380px;overflow:hidden;border-bottom:1px solid var(--line)}.landing-trade-points-chart{position:absolute;inset:0}.landing-trade-points-chart__canvas{position:absolute;z-index:1;inset:0}.landing-trade-points-chart__grid{position:absolute;z-index:0;inset:0;pointer-events:none}.landing-trade-points-chart__grid>span{position:absolute;right:0;left:3%;border-top:1px solid rgb(255 255 255/5.5%)}.landing-trade-points-chart__grid i{position:absolute;top:0;right:10px;color:rgb(239 238 233/34%);font-family:IBM Plex Mono,SFMono-Regular,ui-monospace,monospace;font-size:clamp(11px,.95vw,18px);font-style:normal;line-height:1;transform:translateY(-50%)}.landing-price-difference-label{position:absolute;top:14px;left:14px;border:1px solid rgb(215 180 106/18%);border-radius:999px;padding:5px 8px;background:rgb(10 12 10/78%);color:rgb(239 238 233/42%);font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.07em;pointer-events:none}.landing-market-preview__history{display:grid;min-height:116px;grid-template-columns:150px 1fr;gap:22px;align-items:center;padding:15px 19px}.landing-market-preview__history>div{display:grid;gap:6px;color:var(--muted);font-size:8px}.landing-market-preview__history>div strong{color:var(--muted-light);font-size:10px}.landing-market-preview__history dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:4px;background:var(--line)}.landing-market-preview__history dl>div{min-width:0;padding:10px;background:#0d0f0d}.landing-market-preview__history dt{color:var(--muted);font-family:var(--mono);font-size:7px}.landing-market-preview__history dd{overflow:hidden;margin:5px 0 0;font-family:var(--mono);font-size:8px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.landing-section{width:min(100%,1480px);margin:0 auto;padding:112px 34px}.landing-section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:44px}.landing-section-heading h2{max-width:760px;margin:10px 0 0;color:#eeeade;font-family:var(--display);font-size:clamp(34px,4vw,52px);font-weight:540;letter-spacing:-.042em;line-height:1.13}.landing-section-heading>div+p,.landing-section-heading>p{max-width:470px;margin:0;color:var(--muted);font-size:12px;line-height:1.85}.landing-section-heading.is-centered{align-items:center;flex-direction:column;gap:0;text-align:center}.landing-section-heading.is-centered p{max-width:720px;margin-top:17px}.landing-thinking{max-width:none;border-bottom:1px solid var(--line);background:rgb(255 255 255/1%)}.landing-thinking>*{width:min(100%,1412px);margin-right:auto;margin-left:auto}.landing-thinking__flow{display:grid;grid-template-columns:minmax(190px,1.15fr) 34px minmax(175px,1fr) 34px minmax(190px,1.1fr) 34px minmax(175px,1fr) 34px minmax(175px,1fr);align-items:stretch}.landing-thinking__arrow{display:grid;place-items:center;color:rgb(215 180 106/48%)}.landing-thinking-node{position:relative;display:flex;min-height:250px;align-items:flex-start;justify-content:center;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:5px;padding:25px 22px;background:linear-gradient(145deg,rgb(215 180 106/4%),transparent 42%)}.landing-thinking-node.is-brain{border-color:rgb(215 180 106/30%);background:radial-gradient(circle at 50% 30%,rgb(215 180 106/13%),transparent 42%),#0e100e}.landing-thinking-node.is-outcome{border-color:rgb(119 200 154/22%);background:linear-gradient(145deg,rgb(119 200 154/8%),transparent 50%)}.landing-thinking-node__index{position:absolute;top:15px;right:16px;color:rgb(239 238 233/18%);font-family:var(--mono);font-size:9px}.landing-thinking-node__icon{position:relative;z-index:2;display:grid;width:48px;height:48px;margin-bottom:22px;place-items:center;border:1px solid rgb(215 180 106/25%);border-radius:50%;color:var(--gold)}.landing-thinking-node__pulse{position:absolute;top:28px;left:29px;width:46px;height:46px;border:1px solid rgb(215 180 106/18%);border-radius:50%;box-shadow:0 0 0 14px rgb(215 180 106/4%),0 0 0 29px rgb(215 180 106/2%)}.landing-thinking-node strong{position:relative;color:#e7e3d9;font-family:var(--display);font-size:19px;font-weight:580}.landing-thinking-node p{position:relative;margin:11px 0 0;color:var(--muted);font-size:10px;line-height:1.75}.landing-thinking-node ul{display:grid;width:100%;gap:7px;margin:19px 0 0;padding:0;list-style:none}.landing-thinking-node li{display:flex;min-height:30px;align-items:center;gap:8px;border-top:1px solid var(--line);color:var(--muted-light);font-size:9px}.landing-thinking-node li svg{color:var(--gold)}.landing-style-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.landing-style-tags span{border:1px solid var(--line-strong);border-radius:999px;padding:5px 8px;color:var(--muted-light);font-size:8px}.landing-agent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing-agent-card,.landing-agent-coming{position:relative;min-height:420px;overflow:hidden;border:1px solid var(--line);border-radius:6px;padding:28px;background:linear-gradient(145deg,rgb(215 180 106/5%),transparent 38%),var(--panel)}.landing-agent-card{display:flex;align-items:stretch;flex-direction:column;color:inherit;cursor:pointer;text-align:left;transition:border-color .18s ease,transform .18s ease}.landing-agent-card:hover{border-color:rgb(215 180 106/38%);transform:translateY(-3px)}.landing-agent-card.is-hydra{background:linear-gradient(145deg,rgb(119 200 154/6%),transparent 38%),var(--panel)}.landing-agent-card.is-hydra:hover{border-color:rgb(119 200 154/34%)}.landing-agent-card__top{display:flex;align-items:center;gap:13px}.landing-agent-card__top>span:nth-child(2){display:grid;min-width:0;gap:3px}.landing-agent-card__top small{color:var(--muted);font-family:var(--mono);font-size:8px;letter-spacing:.09em}.landing-agent-card__top strong{color:#f0ece2;font-family:var(--display);font-size:23px;font-weight:600}.landing-agent-card__top .risk-chip{margin-left:auto}.landing-agent-mark{position:relative;display:grid;width:50px;height:50px;flex:0 0 auto;place-items:center;border:1px solid rgb(215 180 106/35%);border-radius:50%;background:radial-gradient(circle at 30% 20%,#3a3321,#151611 70%);color:var(--gold-light);font-family:var(--mono);font-size:10px;font-weight:800}.landing-agent-mark.is-hydra{border-color:rgb(119 200 154/36%);background:radial-gradient(circle at 30% 20%,#263b30,#121613 70%);color:#aed7bc}.landing-agent-mark i{position:absolute;right:0;bottom:2px;width:8px;height:8px;border:2px solid var(--panel);border-radius:50%;background:var(--green)}.landing-agent-card__engine{display:grid;gap:8px;margin-top:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.landing-agent-card__engine small,.landing-agent-card__result small{color:var(--muted);font-size:8px}.landing-agent-card__engine strong{color:var(--muted-light);font-family:var(--mono);font-size:11px;letter-spacing:.05em}.landing-agent-card__intro{margin-top:21px;color:var(--muted);font-size:11px;line-height:1.75}.landing-agent-card__result{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:auto;padding-top:24px}.landing-agent-card__result>span:first-child{display:grid;gap:5px}.landing-agent-card__result strong{color:var(--gold-light);font-family:var(--mono);font-size:27px}.landing-agent-card.is-hydra .landing-agent-card__result strong{color:#a3d2b3}.landing-agent-card__open{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgb(215 180 106/28%);border-radius:50%;color:var(--gold)}.landing-agent-card.is-hydra .landing-agent-card__open{border-color:rgb(119 200 154/28%);color:var(--green)}.landing-agent-coming{display:flex;align-items:center;justify-content:center;flex-direction:column;border-style:dashed;text-align:center}.landing-agent-coming__radar{display:grid;width:68px;height:68px;margin-bottom:22px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted)}.landing-agent-coming h3{margin:14px 0 9px;color:#e6e1d6;font-family:var(--display);font-size:24px;font-weight:560}.landing-agent-coming p{max-width:280px;margin:0;color:var(--muted);font-size:11px;line-height:1.8}.landing-text-action{display:flex;width:fit-content;min-height:44px;align-items:center;gap:8px;margin:27px 0 0 auto;border:0;border-bottom:1px solid rgb(215 180 106/42%);padding:0 2px;background:transparent;color:var(--gold-light);cursor:pointer;font-size:11px;font-weight:700}.landing-why{border-top:1px solid var(--line)}.landing-why__list{border-top:1px solid var(--line-strong)}.landing-why__list article{display:grid;min-height:170px;grid-template-columns:75px 58px minmax(230px,.62fr) minmax(320px,1fr);align-items:center;gap:32px;border-bottom:1px solid var(--line)}.landing-why__number{color:rgb(215 180 106/31%);font-family:var(--mono);font-size:10px}.landing-why__icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgb(215 180 106/22%);border-radius:50%;color:var(--gold)}.landing-why__list h3{margin:0;color:#e9e5da;font-family:var(--display);font-size:23px;font-weight:550;line-height:1.35}.landing-why__list p{margin:0;color:var(--muted);font-size:11px;line-height:1.85}.landing-final-cta{position:relative;display:flex;min-height:450px;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:80px 24px;background:rgb(255 255 255/1%);text-align:center}.landing-final-cta__glow{position:absolute;width:440px;height:240px;object-fit:contain;pointer-events:none}.landing-final-cta>:not(.landing-final-cta__glow){position:relative}.landing-final-cta h2{margin:17px 0 0;color:#f1ede2;font-family:var(--display);font-size:clamp(42px,5.5vw,72px);font-weight:550;letter-spacing:-.05em}.landing-final-cta p{max-width:600px;margin:17px 0 27px;color:var(--muted);font-size:12px;line-height:1.8}.landing-footer{display:grid;width:min(100%,1600px);min-height:150px;grid-template-columns:auto minmax(280px,1fr) auto auto;align-items:center;gap:34px;margin:0 auto;padding:28px 30px;color:rgb(239 238 233/31%);font-size:8px}.landing-footer__brand{display:grid;gap:4px}.landing-footer__brand strong{color:#ebe7dc;font-family:var(--display);font-size:21px}.landing-footer__brand span{font-size:8px;letter-spacing:.07em}.landing-footer p{max-width:610px;margin:0 auto;line-height:1.7;text-align:center}.landing-footer__legal{display:flex;gap:15px;white-space:nowrap}.landing-footer small{font-size:inherit;white-space:nowrap}.agents-hub{width:min(100%,1460px);margin:0 auto;padding:0 30px 90px}.agents-hub__hero{display:grid;min-height:310px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:50px;border-bottom:1px solid var(--line)}.agents-hub__hero h1{margin:15px 0 0;color:#f0ece1;font-family:var(--display);font-size:clamp(42px,5vw,66px);font-weight:550;letter-spacing:-.045em}.agents-hub__hero p{max-width:690px;margin:15px 0 0;color:var(--muted);font-size:12px;line-height:1.85}.agents-hub__summary{display:grid;grid-template-columns:repeat(2,155px);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:var(--line)}.agents-hub__summary>div{display:grid;min-height:110px;grid-template-columns:auto 1fr;align-content:center;gap:8px 9px;padding:19px;background:#0d0f0d}.agents-hub__summary svg{grid-row:1/3;color:var(--gold)}.agents-hub__summary span{color:var(--muted);font-size:8px}.agents-hub__summary strong{color:#eeeade;font-family:var(--mono);font-size:24px}.agents-hub__catalog{padding-top:52px}.agents-hub__toolbar{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:27px}.agents-hub__toolbar h2{margin:0;color:#e9e5da;font-family:var(--display);font-size:28px;font-weight:560}.agents-hub__toolbar p{margin:7px 0 0;color:var(--muted);font-size:10px}.agents-hub__filters{display:flex;align-items:center;gap:10px}.agents-segmented-filter,.agents-style-filter{display:flex;gap:3px;border:1px solid var(--line);border-radius:5px;padding:3px;background:#0b0c0a}.agents-segmented-filter button,.agents-style-filter button{min-height:33px;border:0;border-radius:3px;padding:0 13px;background:transparent;color:var(--muted);cursor:pointer;font-size:10px;white-space:nowrap}.agents-segmented-filter button.is-active,.agents-segmented-filter button:hover,.agents-style-filter button.is-active,.agents-style-filter button:hover{background:rgb(215 180 106/10%);color:var(--gold-light)}.agents-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.agents-hub-card,.agents-hub-coming{min-height:470px;border:1px solid var(--line);border-radius:6px;padding:27px;background:linear-gradient(145deg,rgb(215 180 106/4%),transparent 38%),var(--panel)}.agents-hub-card.is-hydra{background:linear-gradient(145deg,rgb(119 200 154/5%),transparent 38%),var(--panel)}.agents-hub-card__heading{display:flex;align-items:center;gap:13px}.agents-hub-card__heading>div{min-width:0}.agents-hub-card__heading>div>small,.agents-hub-card__heading>div>span{display:block;overflow:hidden;color:var(--muted);font-family:var(--mono);font-size:8px;letter-spacing:.07em;text-overflow:ellipsis;white-space:nowrap}.agents-hub-card__heading h2{margin:3px 0;color:#f0ece2;font-family:var(--display);font-size:23px;font-weight:600}.agents-hub-card__heading .agent-run-state{margin-left:auto}.agents-hub-card__avatar{position:relative;display:grid;width:50px;height:50px;flex:0 0 auto;place-items:center;border:1px solid rgb(215 180 106/35%);border-radius:50%;background:radial-gradient(circle at 30% 20%,#3a3321,#151611 70%);color:var(--gold-light);font-family:var(--mono);font-size:10px;font-weight:800}.agents-hub-card__avatar.is-hydra{border-color:rgb(119 200 154/36%);background:radial-gradient(circle at 30% 20%,#263b30,#121613 70%);color:#aed7bc}.agents-hub-card__avatar i{position:absolute;right:0;bottom:2px;width:8px;height:8px;border:2px solid var(--panel);border-radius:50%;background:var(--green)}.agents-hub-card>p{min-height:62px;margin:24px 0 18px;color:var(--muted);font-size:11px;line-height:1.8}.agents-hub-card__meta{display:flex;flex-wrap:wrap;gap:7px}.agents-hub-card__meta span{display:inline-flex;min-height:28px;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:0 9px;color:var(--muted-light);font-size:8px}.agents-hub-card__meta svg{color:var(--gold)}.agents-hub-card__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin:24px 0 0;border:1px solid var(--line);border-radius:4px;background:var(--line)}.agents-hub-card__metrics>div{min-width:0;min-height:78px;padding:13px 10px;background:#0b0d0b}.agents-hub-card__metrics dt{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.agents-hub-card__metrics dd{margin:9px 0 0;color:#e5e1d7;font-family:var(--mono);font-size:15px}.agents-hub-card__metrics>div:first-child dd{color:var(--gold-light)}.agents-hub-card.is-hydra .agents-hub-card__metrics>div:first-child dd{color:#a3d2b3}.agents-hub-card>button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:7px;margin-top:19px;border:1px solid rgb(215 180 106/34%);border-radius:4px;background:rgb(215 180 106/7%);color:var(--gold-light);cursor:pointer;font-size:10px;font-weight:700}.agents-hub-card.is-hydra>button{border-color:rgb(119 200 154/30%);background:rgb(119 200 154/7%);color:#a3d2b3}.agents-hub-coming{display:flex;align-items:center;justify-content:center;flex-direction:column;border-style:dashed;text-align:center}.agents-hub-coming>span{display:grid;width:68px;height:68px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted)}.agents-hub-coming h2{margin:22px 0 9px;color:#dfdbd1;font-family:var(--display);font-size:23px;font-weight:550}.agents-hub-coming p{max-width:280px;margin:0;color:var(--muted);font-size:10px;line-height:1.8}.agents-hub-empty{display:grid;min-height:390px;place-items:center;align-content:center;border:1px dashed var(--line-strong);border-radius:6px;color:var(--muted);text-align:center}.agents-hub-empty h2{margin:16px 0 7px;color:var(--muted-light);font-family:var(--display);font-size:24px;font-weight:550}.agents-hub-empty p{max-width:460px;margin:0 0 20px;font-size:10px;line-height:1.7}.auth-modal{font-family:var(--marketing-font-family)}.auth-form{gap:24px}.auth-field,.auth-form{display:flex;min-width:0;flex-direction:column}.auth-field{gap:4px}.auth-field>label{color:rgb(255 255 255/72%);font-size:14px}.auth-captcha-hint,.auth-field>label{font-weight:var(--marketing-font-regular);line-height:1.5}.auth-captcha-hint{margin:0 0 4px;color:rgb(255 255 255/56%);font-size:12px}.auth-captcha-control{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) 140px;gap:8px}.auth-captcha-image{display:grid;width:140px;height:48px;min-height:48px;grid-template-columns:minmax(0,1fr) 15px;align-items:center;gap:5px;overflow:hidden;border:.5px solid transparent;border-radius:8px;padding:4px 8px;background:#f2f2f2;color:#424242;font-family:var(--marketing-font-family);font-size:11px;line-height:1.3}.auth-captcha-image:focus-visible,.auth-captcha-image:hover:not(:disabled){border-color:rgb(157 99 255/70%)}.auth-captcha-image:disabled{cursor:wait;opacity:72%}.auth-captcha-image img{width:100%;height:38px;object-fit:contain}.auth-captcha-image svg{flex:0 0 auto}.auth-field__input{width:100%;height:48px;border:.5px solid transparent;border-radius:8px;outline:0;padding:6px 16px;background:#2d2d2d;color:#fff;font-family:var(--marketing-font-family);font-size:14px;font-weight:var(--marketing-font-regular);line-height:1.5}.auth-code-input:focus-visible,.auth-field__input:focus-visible{outline:0;outline-offset:0}.auth-code-input::placeholder,.auth-field__input::placeholder{color:rgb(255 255 255/38%);opacity:100%}.auth-field__input:focus,.auth-field__input:hover:not(:disabled){border-color:rgb(157 99 255/70%)}.auth-field__input[aria-invalid=true]{border-color:#f6465d}.auth-code-input:disabled,.auth-field__input:disabled{cursor:wait;opacity:72%}.auth-field__error,.auth-form-error{margin:0;color:#f6465d;font-size:14px;font-weight:var(--marketing-font-regular);line-height:1.5}.auth-form-error{margin-top:-20px}.auth-code-control{display:flex;width:100%;height:48px;align-items:center;gap:16px;overflow:hidden;border:.5px solid transparent;border-radius:8px;padding:6px 6px 6px 16px;background:#2d2d2d}.auth-code-control:focus-within{border-color:rgb(157 99 255/70%)}.auth-code-input{width:100%;height:100%;min-width:0;border:0;outline:0;padding:0;background:transparent;font-family:var(--marketing-font-family)}.auth-code-input,.auth-resend{color:#fff;font-size:14px;font-weight:var(--marketing-font-regular);line-height:1.5}.auth-resend{display:flex;width:72px;height:36px;min-height:36px;flex:0 0 72px;align-items:center;justify-content:center;border-radius:8px;padding:4px 8px;background:#424242;white-space:nowrap}.auth-resend:hover:not(:disabled){background:#505050}.auth-resend:disabled{cursor:default}.auth-actions{display:flex;flex-direction:column;gap:8px}.auth-mode-switch,.auth-primary{display:flex;width:100%;height:48px;min-height:48px;align-items:center;justify-content:center;border-radius:8px;padding:10px;line-height:1.5}.auth-primary{background:#9d63ff;color:#000;font-size:16px;font-weight:var(--marketing-font-medium)}.auth-primary:hover:not(:disabled){background:#aa78ff}.auth-primary:disabled{opacity:64%}.auth-mode-switch{gap:4px;background:transparent;font-size:16px;white-space:nowrap}.auth-mode-switch span{color:rgb(255 255 255/72%);font-weight:var(--marketing-font-regular)}.auth-mode-switch strong{color:#985bff;font-weight:var(--marketing-font-medium)}.auth-mode-switch:hover strong{color:#af83ff}.account-security-note{display:flex;align-items:flex-start;gap:8px;margin-top:18px;color:var(--muted);font-size:9px;line-height:1.6}.account-security-note svg{flex:0 0 auto;color:var(--green)}.field-label{display:block;color:var(--muted);font-size:11px;font-weight:650}.field-label-medium{color:var(--muted-light);font-size:12px}.field-label-inline{display:inline}.form-select{width:100%;height:42px;margin-top:7px;border:1px solid var(--line-strong);border-radius:4px;padding:0 37px 0 12px;appearance:none;background:linear-gradient(45deg,transparent 50%,#77796f 0) calc(100% - 16px) 18px /5px 5px no-repeat,linear-gradient(135deg,#77796f 50%,transparent 0) calc(100% - 11px) 18px /5px 5px no-repeat,#0a0b09;color:#ece9e0;cursor:pointer;font-size:12px}input[type=checkbox],input[type=radio]{accent-color:var(--gold)}.product-page{position:relative;isolation:isolate;min-height:100vh;background:linear-gradient(rgb(255 255 255/.7%) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/.7%) 1px,transparent 0),radial-gradient(ellipse 58% 34% at 88% 0,rgb(215 180 106/4%),transparent 72%),#090b0f;background-size:64px 64px,64px 64px,auto}.product-page:before{z-index:-2;background:radial-gradient(ellipse 42% 28% at 92% 8%,rgb(215 180 106/5%) 0,transparent 72%),radial-gradient(ellipse 38% 30% at 5% 52%,rgb(111 184 196/2.5%) 0,transparent 74%),radial-gradient(ellipse 50% 24% at 50% 100%,rgb(215 180 106/2%) 0,transparent 75%);filter:blur(42px);opacity:74%;transform:translateZ(0)}.product-page:after,.product-page:before{position:absolute;inset:0;content:"";pointer-events:none}.product-page:after{z-index:-1;background-image:radial-gradient(circle at 13px 17px,rgb(215 180 106/7%) 0 .65px,transparent 1px),radial-gradient(circle at 43px 31px,rgb(111 184 196/5%) 0 .5px,transparent .9px),linear-gradient(115deg,transparent 34%,rgb(215 180 106/1.5%) 56%,transparent 76%);background-size:73px 67px,109px 97px,auto;-webkit-mask-image:linear-gradient(180deg,transparent,#000 8%,#000 94%,transparent);mask-image:linear-gradient(180deg,transparent,#000 8%,#000 94%,transparent);opacity:36%}.product-page .site-header{border-bottom-color:var(--line);background:rgb(9 11 15/92%);box-shadow:0 14px 42px rgb(0 0 0/18%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-page main{position:relative;z-index:1;width:min(100%,1660px);margin:0 auto;padding:0 26px}.page-with-footer{display:flex;min-height:100vh;min-height:100svh;flex-direction:column}.page-with-footer>main{flex:1 0 auto}.app-footer{position:relative;z-index:3;display:flex;width:min(calc(100% - 56px),1320px);min-height:112px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:40px;margin:0 auto;padding:28px 0 max(40px,env(safe-area-inset-bottom));color:rgb(236 232 245/46%);font-family:var(--marketing-font-family);font-size:11px}.app-footer small{font-size:inherit;white-space:nowrap}.app-footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 30px}.app-footer__legal a,.app-footer__legal span{white-space:nowrap}.app-footer__legal span{cursor:default}.app-footer__legal a{transition:color .16s ease}.app-footer__legal a:hover{color:rgb(255 255 255/78%)}@media (max-width:720px){.app-footer{width:calc(100% - 36px);min-height:0;align-items:flex-start;gap:20px;padding:30px 0 max(42px,env(safe-area-inset-bottom));flex-direction:column}.app-footer__legal{justify-content:flex-start;gap:14px 22px}}.ticker-strip{display:grid;min-height:72px;grid-template-columns:minmax(310px,1.25fr) repeat(3,auto) minmax(180px,.7fr);gap:0;border-bottom:1px solid var(--line);background:rgb(9 11 15/72%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ticker-strip>div{display:flex;align-items:center;gap:9px;border-right:1px solid var(--line);padding:0 19px}.ticker-strip>div:last-child{justify-content:flex-end;border-right:0}.ticker-strip em,.ticker-strip span{color:var(--muted);font-size:10px;font-style:normal;letter-spacing:.06em}.ticker-strip strong{color:#e8e5dc;font-family:var(--mono);font-size:12px}.ticker-strip>div:first-child{gap:16px}.ticker-strip>div:first-child span{border:1px solid var(--line);border-radius:4px;padding:7px 9px;color:var(--muted-light);font-family:var(--mono);font-size:10px}.ticker-instrument b,.ticker-instrument small{font:inherit}.ticker-instrument small:before{content:" · "}.ticker-strip>div:first-child strong{color:#f0ede5;font-size:28px;font-weight:600;letter-spacing:-.035em}.cockpit-grid{display:grid;grid-template-areas:"ranking market trade";grid-template-columns:minmax(220px,260px) minmax(0,1fr) minmax(340px,400px);gap:clamp(12px,1.2vw,18px);padding:16px 0}.terminal-card{border:1px solid var(--line-strong);border-radius:6px;background:linear-gradient(145deg,rgb(215 180 106/2.5%),transparent 38%),rgb(15 18 23/92%);box-shadow:inset 0 1px 0 rgb(255 255 255/2.4%),0 22px 60px rgb(0 0 0/18%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-heading h2,.panel-heading h3{display:flex;align-items:center;gap:7px;margin:5px 0 0;color:#e6e3da;font-family:var(--display);font-size:18px;font-weight:560}.panel-heading h3{font-size:17px}.leaderboard-panel{grid-area:ranking;align-self:start;padding:19px 15px 13px}.rank-period{border:1px solid var(--line);border-radius:3px;padding:4px 6px;color:var(--muted);font-family:var(--mono);font-size:10px}.leaderboard-list{display:grid;gap:2px;margin-top:14px}.leaderboard-list>div{display:grid;min-height:54px;grid-template-columns:20px 30px minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid transparent;border-radius:3px;padding:0 6px}.leaderboard-list>div.is-current{border-color:rgb(215 180 106/20%);background:rgb(215 180 106/6%)}.rank-number{color:var(--muted);font-family:var(--mono);font-size:11px}.rank-number.is-1{color:#f0c96d}.rank-number.is-2{color:#c5c8c1}.rank-number.is-3{color:#be8d64}.rank-avatar{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#151713;color:var(--muted-light);font-family:var(--mono);font-size:9px}.leaderboard-list p{display:grid;min-width:0;gap:3px;margin:0}.leaderboard-list p strong{overflow:hidden;color:var(--muted-light);font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.leaderboard-list p small{color:rgb(239 238 233/24%);font-size:9px}.leaderboard-list>div>b{color:var(--green);font-family:var(--mono);font-size:10px}.panel-text-button{display:flex;width:100%;min-height:39px;align-items:center;justify-content:center;gap:4px;margin-top:7px;border:0;border-top:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer;font-size:10px}.market-column{display:grid;min-width:0;grid-area:market;align-self:start;gap:10px}.chart-panel{min-width:0;overflow:hidden}.trading-chart-shell{overflow:hidden;background:#0b0e12}.trading-chart-shell.is-empty:before{position:absolute;inset:0;background-image:linear-gradient(rgb(231 228 220/4%) 1px,transparent 0),linear-gradient(90deg,rgb(231 228 220/4%) 1px,transparent 0),radial-gradient(circle at 50% 45%,rgb(212 162 76/5%),transparent 45%);background-size:100% 54px,72px 100%,auto;content:"";-webkit-mask-image:linear-gradient(180deg,rgb(0 0 0/68%),#000 40%,#000 70%,transparent);mask-image:linear-gradient(180deg,rgb(0 0 0/68%),#000 40%,#000 70%,transparent);pointer-events:none}.chart-loading-indicator{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.chart-loading-spinner{color:var(--loading-accent);filter:drop-shadow(0 0 8px rgb(var(--loading-accent-rgb)/36%))}.chart-history-loading-indicator{position:absolute;z-index:3;top:16px;left:16px;display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid rgb(var(--loading-accent-rgb)/32%);border-radius:50%;background:rgb(0 3 21/78%);box-shadow:0 0 12px rgb(var(--loading-accent-rgb)/12%),0 6px 18px rgb(0 0 0/28%);pointer-events:none}.chart-state-overlay{position:absolute;inset:0;display:grid;place-items:center;padding:32px;background:linear-gradient(180deg,rgb(9 12 16/30%),rgb(9 12 16/72%));text-align:center}.chart-state-card{display:flex;width:min(100%,430px);align-items:center;flex-direction:column;border:1px solid var(--line-strong);border-radius:8px;padding:26px 30px;background:rgb(15 18 23/90%);box-shadow:0 24px 70px rgb(0 0 0/34%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.chart-state-monogram{display:grid;width:48px;height:48px;margin-bottom:13px;place-items:center;border:1px solid rgb(212 162 76/30%);border-radius:50%;color:var(--gold);font-family:var(--mono);font-size:11px;letter-spacing:.08em}.chart-state-eyebrow{margin-top:12px;color:var(--gold);font-family:var(--mono);font-size:9px;letter-spacing:.16em}.chart-state-card strong{margin-top:8px;color:#e9e6de;font-family:var(--display);font-size:20px;font-weight:580}.chart-state-card p{margin:9px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.chart-state-card button{min-height:38px;margin-top:17px;border:1px solid var(--gold);border-radius:4px;padding:0 17px;background:var(--gold);color:#11130f;cursor:pointer;font-size:11px;font-weight:700}.chart-state-card button:hover{background:var(--gold-light)}.chart-toolbar{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:0 14px}.chart-mode-tabs,.timeframe-tabs{display:flex;align-items:center;gap:2px}.timeframe-tabs{scrollbar-width:none}.timeframe-tabs::-webkit-scrollbar{display:none}.chart-mode-tabs button,.timeframe-tabs button{display:inline-flex;min-height:32px;align-items:center;gap:5px;border:0;border-radius:3px;padding:0 10px;background:transparent;color:var(--muted);cursor:pointer;font-size:10px}.chart-mode-tabs button.is-active,.timeframe-tabs button.is-active{background:rgb(215 180 106/9%);color:var(--gold-light)}.chart-mode-tabs span{display:grid;min-width:14px;height:14px;place-items:center;border-radius:50%;background:rgb(215 180 106/13%);font-family:var(--mono);font-size:8px}.historical-signal-strip{display:flex;min-height:41px;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:0 13px;background:rgb(215 180 106/3%)}.historical-signal-strip>div{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:8px}.historical-signal-strip>div strong{color:var(--green)}.historical-signal-strip ul{display:flex;gap:5px;margin:0;padding:0;list-style:none}.historical-signal-strip li{display:flex;gap:4px;border:1px solid var(--line);border-radius:3px;padding:4px 6px;font-family:var(--mono);font-size:7px}.historical-signal-strip li.is-win{color:var(--green)}.historical-signal-strip li.is-loss{color:var(--red)}.focused-trade-banner{display:flex;min-height:35px;align-items:center;gap:7px;border-top:1px solid rgb(215 180 106/22%);padding:0 12px;background:rgb(215 180 106/6%);color:var(--muted);font-size:8px}.focused-trade-banner strong{color:var(--gold-light);font-family:var(--mono)}.focused-trade-banner button{display:inline-flex;align-items:center;gap:4px;margin-left:auto;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:8px}.market-interpretation{padding:20px}.analysis-confidence{border:1px solid rgb(215 180 106/20%);border-radius:3px;padding:5px 7px;color:var(--gold);font-family:var(--mono);font-size:10px}.market-interpretation>p{margin:15px 0 12px;color:var(--muted-light);font-size:12px;line-height:1.75}.market-evidence-chips{display:flex;flex-wrap:wrap;gap:5px}.market-evidence-chips span{border:1px solid var(--line);border-radius:3px;padding:4px 7px;color:var(--muted);font-size:9px}.trade-panel{grid-area:trade;align-self:start;overflow:hidden}.trade-mode-tabs{display:grid;min-height:52px;border-bottom:1px solid var(--line)}.trade-mode-tabs button{position:relative;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:11px}.trade-mode-tabs button:after{position:absolute;right:12px;bottom:-1px;left:12px;height:1px;background:transparent;content:""}.trade-mode-tabs button.is-active{color:var(--gold-light)}.trade-mode-tabs button.is-active:after{background:var(--gold)}.trade-mode-content{padding:18px}.mode-intro{display:flex;align-items:center;gap:9px;padding-bottom:14px;border-bottom:1px solid var(--line)}.mode-icon{display:grid;width:33px;height:33px;flex:0 0 auto;place-items:center;border:1px solid rgb(215 180 106/22%);border-radius:50%;color:var(--gold)}.mode-intro>div{display:grid;gap:3px}.mode-intro strong{color:#e7e3da;font-size:12px}.mode-intro small{color:var(--muted);font-size:9px}.live-badge{margin-left:auto;border:1px solid rgb(119 200 154/25%);border-radius:3px;padding:3px 5px;color:var(--green);font-family:var(--mono);font-size:8px}.ai-verdict{display:grid;grid-template-columns:1fr auto;align-items:end;gap:2px 8px;margin:14px 0;border:1px solid;border-radius:4px;padding:14px}.ai-verdict.is-short{border-color:rgb(232 120 112/23%);background:rgb(232 120 112/6%);color:var(--red)}.ai-verdict.is-long{border-color:rgb(119 200 154/23%);background:rgb(119 200 154/6%);color:var(--green)}.ai-verdict>div{display:flex;align-items:center;gap:7px}.ai-verdict span{font-family:var(--display);font-size:20px}.ai-verdict strong{font-family:var(--mono);font-size:23px}.ai-verdict small{grid-column:2;color:var(--muted);font-size:9px;text-align:right}.probability-bars.compact{margin:0 0 15px}.trade-panel .probability-row{grid-template-columns:36px minmax(0,1fr) 32px;gap:9px;font-size:10px}.trade-panel .probability-row>div{height:5px}.trade-panel .probability-row b{font-size:10px}.recommendation-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin:0 0 16px;border:1px solid var(--line);border-radius:4px;background:var(--line)}.recommendation-levels>div{padding:12px 10px;background:#0b0d0b}.recommendation-levels dt{color:var(--muted);font-size:9px}.recommendation-levels dd{margin:7px 0 0;color:#e3e1d8;font-family:var(--mono);font-size:11px}.target-selector{display:grid;gap:5px;margin:0;border:0;padding:0}.target-selector legend{margin-bottom:7px;color:var(--muted-light);font-size:10px}.target-selector .pilot-radio-item{display:grid;min-height:54px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border:1px solid var(--line);border-radius:3px;padding:0 9px;cursor:pointer}.target-selector .pilot-radio-item.is-active{border-color:rgb(215 180 106/35%);background:rgb(215 180 106/5%)}.target-selector .pilot-radio-item>span{display:grid;gap:3px}.target-selector b{color:var(--muted-light);font-size:10px}.target-selector small{color:var(--muted);font-size:9px}.target-selector strong{color:var(--green);font-family:var(--mono);font-size:10px}.risk-reward-row{display:flex;align-items:center;justify-content:space-between;margin:13px 0;color:var(--muted);font-size:14px}.risk-reward-row strong{color:var(--gold-light);font-family:var(--mono);font-size:13px}.trade-disclaimer{margin:9px 0 0;color:rgb(239 238 233/24%);font-size:9px;line-height:1.6;text-align:center}.manual-symbol-field{display:grid;gap:6px;margin-top:14px}.manual-symbol-field>span{color:var(--muted-light);font-size:10px}.manual-symbol-field .pilot-select__trigger{width:100%;min-height:42px;border:1px solid var(--line-strong);border-radius:4px;outline:0;padding:0 11px;background:#0a0b09;color:#e9e6dd;cursor:pointer;font-family:var(--mono);font-size:11px}.manual-symbol-field .pilot-select__trigger:focus-visible,.manual-symbol-field .pilot-select__trigger[data-focus],.manual-symbol-field .pilot-select__trigger[data-state=open]{border-color:rgb(135 65 255/72%);box-shadow:0 0 0 2px rgb(135 65 255/12%)}.manual-symbol-field .pilot-select__trigger:disabled{cursor:not-allowed;opacity:55%}.manual-symbol-field>small{color:var(--muted);font-size:9px}.manual-quote{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:14px 0}.manual-quote button{display:grid;min-height:63px;gap:7px;border:1px solid;border-radius:4px;padding:10px;background:transparent;cursor:pointer;text-align:left}.manual-quote button:last-child{text-align:right}.manual-quote button span{font-size:9px;font-weight:800}.manual-quote button strong{font-family:var(--mono);font-size:13px}.manual-quote button.is-sell{border-color:rgb(232 120 112/26%);color:var(--red)}.manual-quote button.is-buy{border-color:rgb(119 200 154/26%);color:var(--green)}.manual-quote button.is-active{background:rgb(255 255 255/4%);box-shadow:inset 0 0 0 1px currentcolor}.manual-quote>i{position:absolute;bottom:-5px;left:50%;z-index:2;border:1px solid var(--line);border-radius:3px;padding:3px 5px;transform:translateX(-50%);background:#141612;color:var(--muted);font-family:var(--mono);font-size:8px;font-style:normal}.segmented-control{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;margin-bottom:13px;border:1px solid var(--line);border-radius:4px;padding:3px}.segmented-control button{min-height:31px;border:0;border-radius:2px;background:transparent;color:var(--muted);cursor:pointer;font-size:10px}.segmented-control button.is-active{background:rgb(215 180 106/9%);color:var(--gold-light)}.trade-form-grid{display:grid;gap:11px;margin-bottom:14px}.number-field{display:grid;gap:6px}.number-field>.number-field__label,.number-field>span{display:flex;align-items:center;gap:6px;color:var(--muted-light);font-size:10px}.number-field>.number-field__label small,.number-field>span small{color:var(--muted);font-size:9px}.number-field>.number-field__control{display:grid;min-height:40px;grid-template-columns:1fr 37px 37px;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px}.number-field input{min-width:0;border:0;outline:0;padding:0 10px;appearance:textfield;background:#0a0b09;color:#e9e6dd;font-family:var(--mono);font-size:12px}.number-field input::-webkit-inner-spin-button,.number-field input::-webkit-outer-spin-button{appearance:none}.number-field button{display:grid;place-items:center;border:0;border-left:1px solid var(--line);background:#11130f;color:var(--muted);cursor:pointer}.number-field button:hover{color:var(--gold-light)}.auto-mode{text-align:center}.auto-orbit{position:relative;display:grid;width:126px;height:126px;margin:10px auto 13px;place-items:center;border:1px solid var(--line);border-radius:50%}.auto-orbit:after,.auto-orbit:before{position:absolute;border:1px solid rgb(215 180 106/9%);border-radius:50%;content:""}.auto-orbit:before{inset:13px}.auto-orbit:after{inset:27px}.auto-orbit>div{position:relative;z-index:2;display:grid;width:52px;height:52px;place-items:center;border:1px solid rgb(215 180 106/25%);border-radius:50%;background:#141612;color:var(--gold)}.auto-orbit>i{position:absolute;width:5px;height:5px;border-radius:50%;background:#55574f}.auto-orbit>i:first-of-type{top:11px}.auto-orbit>i:nth-of-type(2){right:13px;bottom:28px}.auto-orbit>i:nth-of-type(3){bottom:25px;left:12px}.auto-orbit.is-running{border-color:rgb(119 200 154/26%);box-shadow:0 0 35px rgb(119 200 154/8%)}.auto-orbit.is-running>div{border-color:rgb(119 200 154/35%);color:var(--green)}.auto-orbit.is-running>i{background:var(--green);box-shadow:0 0 8px var(--green)}.auto-state{color:var(--muted);font-family:var(--mono);font-size:10px;letter-spacing:.06em}.auto-state.is-running{color:var(--green)}.auto-state.is-paused{color:var(--gold)}.auto-mode h3{margin:9px 0;color:#e5e1d8;font-family:var(--display);font-size:18px;font-weight:560}.auto-mode>p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.auto-copy-action-button{margin-top:8px}.cloud-host-card{display:flex;align-items:center;gap:10px;margin:14px 0;border:1px solid rgb(215 180 106/21%);border-radius:4px;padding:11px;background:rgb(215 180 106/5%);color:var(--gold);text-align:left}.cloud-host-card>div{display:grid;flex:1 1;gap:3px}.cloud-host-card strong{color:var(--gold-light);font-size:11px}.cloud-host-card small{color:var(--muted);font-size:9px}.social-auto-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0 0 13px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--line);text-align:left}.social-auto-metrics>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 6px;padding:9px;background:#0c0e0c}.social-auto-metrics svg{grid-row:1/3;color:var(--green)}.social-auto-metrics span{color:var(--muted);font-size:9px}.social-auto-metrics strong{overflow:hidden;color:#e3ded3;font-family:var(--mono);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.auto-checklist{display:grid;gap:8px;margin:0 0 15px;padding:0;color:var(--muted);font-size:9px;list-style:none;text-align:left}.auto-checklist li{display:flex;align-items:flex-start;gap:6px}.auto-checklist svg{flex:0 0 auto;color:var(--green)}.reasoning-section,.workspace-section{padding:66px 0 13px}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.section-title-row h2{margin:7px 0 0;color:#ece8de;font-family:var(--display);font-size:30px;font-weight:560;letter-spacing:-.03em}.section-title-row p{margin:7px 0 0;color:var(--muted);font-size:10px}.connected-account-chip{display:flex;min-height:37px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:4px;padding:0 7px 0 11px;color:var(--muted-light);font-family:var(--mono);font-size:8px}.connected-account-chip>i{width:6px;height:6px;border-radius:50%;background:var(--green)}.connected-account-chip button{min-height:25px;border:1px solid var(--line);border-radius:3px;background:transparent;color:var(--gold);cursor:pointer;font-size:8px}.connected-account-chip button:disabled{cursor:wait;opacity:55%}.account-empty-state{display:flex;min-height:350px;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--line);border-radius:5px;padding:38px;background:radial-gradient(circle at 50% 0,rgb(215 180 106/6%),transparent 36%),var(--panel);text-align:center}.account-empty-state>div:first-child{display:grid;width:64px;height:64px;margin-bottom:19px;place-items:center;border:1px solid rgb(215 180 106/24%);border-radius:50%;color:var(--gold)}.account-empty-state h3{max-width:580px;margin:12px 0 9px;color:#e8e4da;font-family:var(--display);font-size:23px;font-weight:560}.account-empty-state>p{max-width:650px;margin:0 0 20px;color:var(--muted);font-size:10px;line-height:1.75}.modal-risk-note,.profile-security-note,.reconnect-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:10px;border:1px solid rgb(215 180 106/20%);border-radius:4px;padding:10px 12px;background:rgb(215 180 106/5%);color:var(--gold-light);font-size:9px;line-height:1.6}.modal-risk-note svg,.reconnect-alert svg{flex:0 0 auto}.account-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:8px}.account-metric-grid article{min-height:102px;border:1px solid var(--line);border-radius:4px;padding:16px;background:var(--panel)}.account-metric-grid span{color:var(--muted);font-size:8px}.account-metric-grid strong{display:block;margin-top:9px;color:#e8e5dc;font-family:var(--mono);font-size:17px;font-weight:600}.account-metric-grid small{display:block;margin-top:7px;color:rgb(239 238 233/26%);font-size:7px}.account-table-card,.history-log-card{overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--panel)}.account-table-tabs{display:flex;min-height:45px;align-items:stretch;gap:4px;border-bottom:1px solid var(--line);padding:0 12px}.account-table-tabs button{position:relative;border:0;padding:0 13px;background:transparent;color:var(--muted);cursor:pointer;font-size:9px}.account-table-tabs button:after{position:absolute;right:10px;bottom:-1px;left:10px;height:1px;background:transparent;content:""}.account-table-tabs button.is-active{color:var(--gold-light)}.account-table-tabs button.is-active:after{background:var(--gold)}.account-table-tabs span{margin-left:4px;color:var(--muted);font-family:var(--mono)}.table-scroll{overflow-x:auto}.account-mobile-list,.history-mobile-list{display:none}.prototype-table{width:100%;min-width:980px;border-collapse:collapse}.prototype-table th{padding:12px 14px;border-bottom:1px solid var(--line);color:rgb(239 238 233/28%);font-size:7px;font-weight:700;letter-spacing:.08em;text-align:left;text-transform:uppercase;white-space:nowrap}.prototype-table td{padding:13px 14px;border-bottom:1px solid rgb(224 213 180/7%);color:var(--muted-light);font-family:var(--mono);font-size:8px;white-space:nowrap}.prototype-table tbody tr:last-child td{border-bottom:0}.prototype-table tbody tr{transition:background .12s ease}.prototype-table tbody tr:hover{background:rgb(215 180 106/2.5%)}.prototype-table td>strong{margin-right:7px;color:#e7e4db;font-weight:650}.prototype-table td>button,.table-row-actions button{border:1px solid var(--line);border-radius:3px;padding:4px 7px;background:transparent;color:var(--muted);cursor:pointer;font-size:7px}.prototype-table td>button:hover,.table-row-actions button:hover{border-color:rgb(215 180 106/32%);color:var(--gold-light)}.table-row-actions{display:flex;gap:5px}.table-row-actions button.is-danger,.table-row-actions button.is-danger:hover{border-color:rgb(232 120 112/30%);color:var(--red)}.prototype-table td.table-empty-cell{height:92px;color:var(--muted);text-align:center}.account-mobile-list{gap:9px;padding:12px}.account-mobile-card{border:1px solid var(--line);border-radius:5px;padding:15px;background:linear-gradient(145deg,rgb(var(--violet-glow-soft-rgb)/4%),transparent 48%),#0b0d0b}.account-mobile-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-mobile-card__header>div{display:flex;align-items:center;gap:8px}.account-mobile-card__header strong{color:#ebe8df;font-family:var(--mono);font-size:14px}.account-mobile-card__header>span{color:var(--muted);font-size:10px}.account-mobile-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;margin:14px 0 12px;border:1px solid var(--line);border-radius:4px;background:var(--line)}.account-mobile-card__details>div{min-width:0;padding:11px;background:#0a0b09}.account-mobile-card__details dt{color:var(--muted);font-size:9px}.account-mobile-card__details dd{overflow:hidden;margin:6px 0 0;color:var(--muted-light);font-family:var(--mono);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.account-mobile-card__action{width:100%;min-height:44px;border:1px solid rgb(232 120 112/30%);border-radius:4px;background:rgb(232 120 112/7%);color:var(--red);cursor:pointer;font-size:11px;font-weight:700}.account-mobile-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-mobile-card__actions button{min-height:44px;border:1px solid rgb(215 180 106/24%);border-radius:4px;background:rgb(215 180 106/6%);color:var(--gold-light);cursor:pointer;font-size:10px;font-weight:700}.account-mobile-card__actions button.is-danger{border-color:rgb(232 120 112/30%);background:rgb(232 120 112/7%);color:var(--red)}.side-chip{display:inline-flex;align-items:center;gap:2px;border:1px solid;border-radius:3px;padding:2px 5px;font-family:inherit;font-size:7px}.side-chip.is-buy{border-color:rgb(119 200 154/23%);background:rgb(119 200 154/6%);color:var(--green)}.side-chip.is-sell{border-color:rgb(232 120 112/23%);background:rgb(232 120 112/6%);color:var(--red)}.table-divider{padding:0 5px;color:rgb(239 238 233/17%)}.reasoning-section{padding-bottom:80px}.reasoning-timestamp{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-family:var(--mono);font-size:8px}.reasoning-grid{display:grid;grid-template-columns:minmax(300px,.76fr) minmax(500px,1.24fr);gap:9px}.feature-ledger,.reasoning-narrative{border:1px solid var(--line);border-radius:4px;padding:19px;background:var(--panel)}.feature-ledger .panel-heading>span{color:var(--muted);font-size:8px}.feature-bars{display:grid;gap:14px;margin-top:22px}.feature-bars>div{display:grid;grid-template-columns:95px minmax(0,1fr) 35px;align-items:center;gap:9px}.feature-bars span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.feature-bars>div>div{height:4px;overflow:hidden;border-radius:2px;background:rgb(255 255 255/5%)}.feature-bars i{display:block;height:100%}.feature-bars i.is-negative{background:var(--red)}.feature-bars i.is-positive{background:var(--green)}.feature-bars i.is-zero{background:rgb(255 255 255/38%)}.feature-bars b{font-family:var(--mono);font-size:8px;text-align:right}.feature-legend{display:flex;gap:14px;margin-top:22px;padding-top:13px;border-top:1px solid var(--line);color:var(--muted);font-size:7px}.feature-legend span{display:inline-flex;align-items:center;gap:5px}.feature-legend i{width:13px;height:3px}.feature-legend i.is-short{background:var(--red)}.feature-legend i.is-long{background:var(--green)}.reasoning-narrative{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0}.reasoning-narrative>div{display:grid;min-height:122px;grid-template-columns:31px 1fr;gap:10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px}.reasoning-narrative>div:nth-child(2n){border-right:0}.reasoning-narrative>div:nth-last-child(-n+2){border-bottom:0}.reasoning-narrative>div:last-child{grid-column:1/-1;border-right:0}.reasoning-narrative>div>span{color:rgb(215 180 106/33%);font-family:var(--display);font-size:20px}.reasoning-narrative h3{margin:0 0 7px;color:#e3e0d7;font-family:var(--display);font-size:14px;font-weight:560}.reasoning-narrative p{margin:0}.reasoning-narrative p,.risk-disclosure{color:var(--muted);font-size:8px;line-height:1.7}.risk-disclosure{display:flex;align-items:flex-start;gap:10px;margin-top:9px;border:1px solid rgb(232 120 112/16%);border-radius:4px;padding:12px 15px;background:rgb(232 120 112/3%)}.risk-disclosure svg{flex:0 0 auto;color:var(--red)}.risk-disclosure p{margin:0}.risk-disclosure strong{color:#d8948e}.product-footer{max-width:1660px}.mt5-connection-form{gap:16px;font-family:var(--marketing-font-family)}.mt5-connection-fields,.mt5-connection-form{display:flex;min-width:0;flex-direction:column}.mt5-connection-fields{gap:8px}.mt5-connection-field{display:flex;min-width:0;flex-direction:column;gap:4px}.mt5-connection-field>label{display:block;color:rgb(255 255 255/72%);font-family:".SF Compact","SF Compact",var(--marketing-font-family);font-size:14px;font-weight:var(--marketing-font-regular);line-height:21px}.mt5-connection-field .pilot-input,.mt5-connection-field .pilot-select__trigger{width:100%;height:48px;min-height:48px;border:.5px solid transparent;border-radius:8px;outline:0;padding:6px 16px;background:#2d2d2d;box-shadow:none;color:#fff;font-family:".SF Compact","SF Compact",var(--marketing-font-family);font-size:14px;font-weight:var(--marketing-font-medium);line-height:21px}.mt5-connection-field .pilot-select__trigger{gap:16px}.mt5-connection-field .pilot-input::placeholder{color:rgb(255 255 255/38%);opacity:100%}.mt5-connection-field .pilot-input[aria-invalid=true]{border-color:rgb(246 70 93/72%)}.mt5-connection-field__error{margin:0;color:#ff9cab;font-size:12px;line-height:18px}.mt5-connection-field .pilot-input:focus,.mt5-connection-field .pilot-input:hover:not(:disabled),.mt5-connection-field .pilot-select__trigger:focus-visible,.mt5-connection-field .pilot-select__trigger:hover:not(:disabled),.mt5-connection-field .pilot-select__trigger[data-focus],.mt5-connection-field .pilot-select__trigger[data-state=open]{border-color:rgb(157 99 255/70%);outline:0;box-shadow:none}.mt5-connection-field .pilot-select__trigger[data-state=open]{border-color:transparent}.mt5-connection-field .pilot-select__indicator{width:16px;height:16px;flex-basis:16px;color:rgb(255 255 255/72%)}.mt5-connection-field .pilot-select__indicator svg{width:16px;height:16px}.mt5-connection-select__content{display:flex;box-sizing:border-box;flex-direction:column;gap:12px;overflow:hidden;border:.5px solid rgb(255 255 255/20%);border-radius:8px;padding:16px;background:rgb(63 63 63/80%);box-shadow:4px 4px 12px rgb(0 0 0/25%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mt5-connection-select__content .pilot-select__item{min-height:21px;border-radius:0;padding:0;color:#fff;font-family:".SF Compact","SF Compact",var(--marketing-font-family);font-size:14px;font-weight:var(--marketing-font-regular);line-height:21px}.mt5-connection-select__content .pilot-select__item[data-highlighted],.mt5-connection-select__content .pilot-select__item[data-state=checked],.mt5-connection-select__content .pilot-select__item[data-state=checked][data-highlighted]{outline:0;background:transparent;color:#fff}.mt5-connection-select__content .pilot-select__item-indicator{display:inline-grid;width:14px;height:14px;flex:0 0 14px;border-radius:50%;background:#fff;color:#000315;place-items:center}.mt5-connection-select__content .pilot-select__item-indicator svg{width:8px;height:8px}.mt5-connection-agreement{display:flex;width:100%;min-height:24px;align-items:center;gap:8px;color:rgb(255 255 255/72%);font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px}.mt5-connection-agreement .pilot-checkbox__control{width:16px;height:16px;flex-basis:16px;border:1px solid rgb(255 255 255/72%);border-radius:2px;background:transparent;color:#000}.mt5-connection-agreement .pilot-checkbox__control[data-state=checked]{border-color:#8741ff;background:#8741ff}.mt5-connection-agreement .pilot-checkbox__indicator{width:6px;height:4px;border-width:0 0 1.5px 1.5px}.mt5-connection-agreement:has(input:focus-visible) .pilot-checkbox__control{outline:2px solid rgb(165 112 255/72%);outline-offset:3px}.mt5-connection-agreement .pilot-checkbox__label{display:flex;min-width:0;align-items:center;gap:4px}.mt5-connection-agreement--multiline{min-height:48px;align-items:flex-start}.mt5-connection-agreement--multiline .pilot-checkbox__control{margin-top:4px}.mt5-connection-agreement--multiline .pilot-checkbox__label{display:block;flex:1 1 auto}.mt5-connection-agreement a{color:#a570ff;font-weight:var(--marketing-font-medium);text-decoration:none}.mt5-connection-agreement a:hover{color:#bc92ff}.mt5-connection-actions{display:flex;flex-direction:column;gap:8px}.mt5-connection-dismiss,.mt5-connection-submit{display:flex;width:100%;height:48px;min-height:48px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px;cursor:pointer;font-family:var(--marketing-font-family);font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px;text-align:center}.mt5-connection-submit{background:#9d63ff;color:#000}.mt5-connection-submit:hover:not(:disabled){background:#aa78ff}.mt5-connection-submit:disabled{cursor:not-allowed;opacity:64%}.mt5-connection-dismiss{background:#242424;color:rgb(255 255 255/72%)}.mt5-connection-dismiss:hover:not(:disabled){background:#303030;color:#fff}.mt5-connection-dismiss:disabled{cursor:wait;opacity:64%}.mt-account-switcher-dialog{font-family:var(--marketing-font-family)}.mt-account-switcher{display:flex;min-width:0;flex-direction:column;gap:24px}.mt-account-switcher__list{display:grid;min-width:0;gap:16px}.mt-account-switcher__account{position:relative;display:flex;height:79px;min-width:0;overflow:hidden;border:.5px solid rgb(255 255 255/40%);border-radius:8px;background:transparent;transition:border-color .16s ease,background .16s ease}.mt-account-switcher__account:has(.mt-account-switcher__select:focus-visible){outline:2px solid rgb(157 99 255/76%);outline-offset:2px}.mt-account-switcher__select{display:flex;width:100%;height:78px;min-width:0;align-items:center;border-radius:8px;padding:16px 56px 16px 16px;color:#fff;text-align:left}.mt-account-switcher__select:hover:not(:disabled){background:rgb(255 255 255/4%)}.mt-account-switcher__remove:disabled,.mt-account-switcher__select:disabled{cursor:wait}.mt-account-switcher__account[data-current] .mt-account-switcher__select:disabled{cursor:default}.mt-account-switcher__account-copy{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:4px}.mt-account-switcher__account-title{display:flex;min-width:0;min-height:24px;align-items:center;gap:8px}.mt-account-switcher__account-title>strong{overflow:hidden;color:#fff;font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px;text-overflow:ellipsis;white-space:nowrap}.mt-account-switcher__running{display:inline-flex;max-width:180px;height:22px;justify-content:center;overflow:hidden;border-radius:4px;padding:2px 8px;background:rgb(0 192 135/12%);color:#00c087;text-overflow:ellipsis}.mt-account-switcher__account-meta,.mt-account-switcher__running{min-width:0;align-items:center;font-size:12px;font-weight:var(--marketing-font-regular);line-height:18px;white-space:nowrap}.mt-account-switcher__account-meta{display:flex;gap:4px;color:rgb(255 255 255/72%)}.mt-account-switcher__account-meta>span{overflow:hidden;text-overflow:ellipsis}.mt-account-switcher__account-meta>i{display:block;width:0;height:12px;flex:0 0;border-left:.5px solid rgb(255 255 255/40%)}.mt-account-switcher__remove{position:absolute;z-index:1;right:12px;top:50%;display:grid;width:24px;height:24px;place-items:center;border-radius:4px;color:rgb(255 255 255/72%);transform:translateY(-50%)}.mt-account-switcher__remove:hover:not(:disabled){background:rgb(246 70 93/12%);color:#ff9cab}.mt-account-switcher__remove:focus-visible{outline:2px solid rgb(157 99 255/76%);outline-offset:2px}.mt-account-switcher__state{position:absolute;top:0;right:0;display:inline-flex;height:18px;align-items:center;justify-content:center;border-radius:0 8px;padding:0 8px;font-size:12px;font-weight:var(--marketing-font-regular);line-height:18px;pointer-events:none}.mt-account-switcher__state--current{background:rgb(255 255 255/20%);color:rgb(255 255 255/80%)}.mt-account-switcher__state--switching{gap:4px;background:rgb(157 99 255/18%);color:#c7a5ff}.mt-account-switcher__state--switching svg{animation:route-loading-spin .8s linear infinite}@media (prefers-reduced-motion:reduce){.mt-account-switcher__state--switching svg{animation:none}}.mt-account-switcher__add{display:flex;width:100%;height:46px;align-items:center;justify-content:center;gap:8px;border:.5px dashed rgb(255 255 255/40%);border-radius:8px;padding:12px;color:rgb(255 255 255/72%);font-size:14px;font-weight:var(--marketing-font-medium);line-height:21px}.mt-account-switcher__add:hover:not(:disabled){border-color:rgb(157 99 255/72%);background:rgb(157 99 255/8%);color:#fff}.mt-account-switcher__add:disabled{cursor:not-allowed;opacity:56%}.mt-account-switcher__maximum{margin:-8px 0 0;color:rgb(255 255 255/48%);font-size:12px;line-height:18px;text-align:center}.mt-account-switcher__actions{display:flex;flex-direction:column;gap:8px}.mt-account-switcher__close{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;border-radius:8px;padding:10px;background:#242424;color:rgb(255 255 255/72%);font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px}.mt-account-switcher__close:hover:not(:disabled){background:#303030;color:#fff}.mt-account-switcher__close:disabled{cursor:wait;opacity:64%}.mt-account-removal-dialog{font-family:var(--marketing-font-family)}.mt-account-removal{display:grid;height:100%;min-height:0;grid-template-rows:minmax(0,1fr) auto;gap:16px;overflow:hidden;width:100%}.mt-account-removal__scroll-region{display:grid;min-height:0;align-content:start;gap:16px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-color:rgb(165 112 255/58%) transparent;scrollbar-gutter:stable;scrollbar-width:thin;touch-action:pan-y}.mt-account-removal__running-summary{margin:0;border:1px solid rgb(255 255 255/10%);border-radius:8px;padding:16px;background:rgb(255 255 255/4%);color:#fff;font-size:13px;font-weight:500;line-height:1.6}.mt-account-removal-details{display:grid;gap:12px;min-width:0}.profile-mt-removal .mt-account-removal-details{margin-bottom:24px}.mt-account-removal-details__manual-position-note,.mt-account-removal-details__position-summary,.mt-account-removal-details__settlement{margin:0;border-radius:8px;padding:12px 14px;color:rgb(255 255 255/72%);font-size:13px;line-height:1.6}.mt-account-removal-details__manual-position-note,.mt-account-removal-details__position-summary{border:1px solid rgb(255 255 255/10%);background:rgb(255 255 255/4%)}.mt-account-removal-details__settlement{display:grid;gap:16px;background:rgb(255 255 255/5%)}.mt-account-removal-details__settlement p{margin:0}.mt-account-removal-details__settlement strong{color:#fff;font-weight:500}.mt-account-removal-details__options{display:grid;gap:8px;min-width:0;margin:0;border:0;padding:0}.mt-account-removal-details__options legend{padding:0;color:#fff;font-size:14px;font-weight:500;line-height:1.5}.mt-account-removal-details__options>p{margin:0;color:rgb(255 255 255/64%);font-size:12px;line-height:1.5}.mt-account-removal-details__choices{display:grid;gap:8px}.mt-account-removal-details__option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;border:1px solid rgb(255 255 255/14%);border-radius:8px;padding:12px;background:#2d2d2d;cursor:pointer;transition:border-color .16s ease,background .16s ease}.mt-account-removal-details__option[data-state=checked]{border-color:#9d63ff;background:rgb(157 99 255/14%)}.mt-account-removal-details__option .pilot-radio-control{margin-top:3px;border-color:rgb(255 255 255/48%);background:transparent;color:#9d63ff}.mt-account-removal-details__option .pilot-radio-control[data-state=checked]{border-color:#9d63ff;box-shadow:inset 0 0 0 3px #2d2d2d;background:#9d63ff}.mt-account-removal-details__option>span{display:grid;min-width:0;gap:3px}.mt-account-removal-details__option strong{color:#fff;font-size:14px;font-weight:500;line-height:1.5}.mt-account-removal-details__option small{color:rgb(255 255 255/68%);font-size:12px;line-height:1.5}.mt-account-removal-details__option .mt-account-removal-details__close-emphasis{color:#fff;font-size:inherit;font-weight:500;line-height:inherit}.mt-account-removal-details__market-closed-warning{color:#ffb52e;font-weight:500}.mt-account-removal-details__option:has(input:focus-visible){outline:2px solid rgb(184 144 255/88%);outline-offset:3px}.mt-account-removal-details__option[aria-disabled=true]{cursor:not-allowed;opacity:55%}.mt-account-removal__actions{display:flex;gap:8px}.mt-account-removal__cancel,.mt-account-removal__confirm{display:flex;min-height:48px;flex:1 1;align-items:center;justify-content:center;border-radius:8px;padding:10px;font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px}.mt-account-removal__confirm{background:#f6465d;color:#fff}.mt-account-removal__confirm:hover:not(:disabled){background:#ff6075}.mt-account-removal__cancel{border:1px solid rgb(255 255 255/14%);background:transparent;color:rgb(255 255 255/80%)}.mt-account-removal__cancel:hover:not(:disabled){background:rgb(255 255 255/5%);color:#fff}.mt-account-removal__cancel:disabled,.mt-account-removal__confirm:disabled{cursor:wait;opacity:64%}@media (max-width:460px){.mt-account-switcher__select{padding-right:52px}.mt-account-switcher__account-meta,.mt-account-switcher__account-title{max-width:100%}.mt-account-switcher__account-meta{overflow:hidden}}.confirm-order-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:4px;background:var(--line)}.confirm-order-grid>div{padding:13px;background:#0b0d0b}.confirm-order-grid dt{color:var(--muted);font-size:9px}.confirm-order-grid dd{margin:7px 0 0;color:#e5e2d9;font-family:var(--mono);font-size:12px}.modal-actions{display:flex;gap:8px;margin-top:18px}.modal-actions>button{flex:1 1}.modal-trade-fields{margin-top:4px}.auto-config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.auto-config-grid label{display:grid;gap:7px;color:var(--muted-light);font-size:10px}.auto-config-grid label>span{display:grid;grid-template-columns:1fr auto;overflow:hidden;border:1px solid var(--line-strong);border-radius:4px;background:#0a0b09}.auto-config-grid input,.auto-config-grid select{height:42px;border:1px solid var(--line-strong);border-radius:4px;outline:0;padding:0 10px;background:#0a0b09;color:#e9e6dd;font-family:var(--mono);font-size:11px}.auto-config-grid label>span input{border:0}.auto-config-grid label>span i{display:grid;min-width:38px;place-items:center;border-left:1px solid var(--line);color:var(--muted);font-style:normal}.modal-risk-note{margin-top:14px}.modal-risk-note p{margin:0}.modal-helper-text{margin:14px 0 0;color:var(--muted);font-size:9px;line-height:1.65}.page-shell{padding-bottom:90px!important}.page-hero-row{display:flex;min-height:190px;align-items:end;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);padding:52px 0 28px}.page-hero-row h1{margin:8px 0 7px;color:#eeeadf;font-family:var(--display);font-size:44px;font-weight:560;letter-spacing:-.04em}.page-hero-row p{margin:0;color:var(--muted);font-size:11px}.history-log-card{margin-bottom:50px}.history-log-heading{display:flex;min-height:58px;align-items:center;border-bottom:1px solid var(--line);padding:0 18px}.history-log-heading h2{margin:0;color:#ebe8df;font-family:var(--display);font-size:18px;font-weight:560}.history-status-tabs{display:flex;min-height:48px;align-items:stretch;gap:6px;border-bottom:1px solid var(--line);padding:0 14px}.history-status-tabs button{position:relative;border:0;padding:0 15px;background:transparent;color:var(--muted);cursor:pointer;font-size:9px}.history-status-tabs button:after{position:absolute;right:11px;bottom:-1px;left:11px;height:1px;background:transparent;content:""}.history-status-tabs button.is-active{color:var(--gold-light)}.history-status-tabs button.is-active:after{background:var(--gold)}.history-filter-bar{display:grid;min-height:78px;grid-template-columns:minmax(360px,1fr) minmax(180px,230px) auto;align-items:end;gap:12px;border-bottom:1px solid var(--line);padding:13px 14px}.history-filter-group{display:grid;gap:6px}.history-filter-label{display:flex;min-height:14px;align-items:center;gap:5px;color:var(--muted);font-size:8px}.history-date-filter>div{display:grid;grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr);align-items:center;gap:8px}.history-date-filter label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.history-date-filter i{color:var(--muted);font-style:normal;font-size:9px}.history-filter-bar .pilot-select__trigger,.history-filter-bar input{width:100%;height:39px;border:1px solid var(--line);border-radius:4px;padding:0 9px;background:#0b0d0b;color:var(--muted-light);color-scheme:dark;font-size:9px}.history-filter-bar input:focus{border-color:rgb(215 180 106/46%);outline:0}.history-filter-bar .pilot-select__trigger{cursor:pointer}.history-filter-bar .pilot-select__trigger:focus-visible,.history-filter-bar .pilot-select__trigger[data-focus],.history-filter-bar .pilot-select__trigger[data-state=open]{border-color:rgb(135 65 255/72%);outline:0;box-shadow:0 0 0 2px rgb(135 65 255/12%)}.history-reset-button{display:inline-flex;min-width:76px;height:39px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:4px;background:transparent;color:var(--muted-light);cursor:pointer;font-size:9px}.history-reset-button:hover{border-color:rgb(215 180 106/38%);color:var(--gold-light)}.history-table{min-width:840px}.history-table td,.history-table th{padding-right:18px;padding-left:18px}.history-table td:first-child strong{color:#ebe8df;font-size:9px}.history-sort-button{display:inline-flex;align-items:center;gap:5px;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}.history-sort-button:hover{color:var(--gold-light)}.history-mobile-list{gap:9px;padding:12px}.history-mobile-card{display:grid;width:100%;gap:13px;border:1px solid var(--line);border-radius:5px;padding:15px;background:linear-gradient(145deg,rgb(var(--violet-glow-soft-rgb)/4%),transparent 48%),#0b0d0b;color:var(--muted-light)}.history-mobile-card__header,.history-mobile-card__header>div{display:flex;align-items:center}.history-mobile-card__header{justify-content:space-between;gap:12px}.history-mobile-card__header>div{gap:9px}.history-mobile-card__header strong{color:#ebe8df;font-family:var(--mono);font-size:14px}.history-mobile-card__header>strong{font-size:13px}.history-mobile-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:0;border-top:1px solid var(--line);padding-top:13px}.history-mobile-card__details>div{display:grid;min-width:0;gap:4px}.history-mobile-card__details dt{color:var(--muted);font-size:9px}.history-mobile-card__details dd{overflow:hidden;margin:0;color:var(--muted-light);font-family:var(--mono);font-size:10px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.history-empty{border-top:0}.history-pagination{display:grid;min-height:52px;grid-template-columns:1fr auto auto;align-items:center;gap:14px;border-top:1px solid var(--line);padding:7px 14px;color:var(--muted);font-size:7px}.history-page-size .pilot-select{min-width:104px}.history-page-size .pilot-select__trigger{height:32px;border:1px solid var(--line);border-radius:4px;padding:0 8px;background:#0b0d0b;color:var(--muted-light);color-scheme:dark;cursor:pointer;font-size:8px}.history-page-controls{display:flex;align-items:center;gap:4px}.history-page-controls button{display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid var(--line);border-radius:4px;padding:0;background:transparent;color:var(--muted-light);cursor:pointer;font-family:var(--mono);font-size:8px}.history-page-controls button.is-active{border-color:rgb(215 180 106/44%);background:rgb(215 180 106/8%);color:var(--gold-light)}.history-page-controls button:disabled{cursor:not-allowed;opacity:35%}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.table-empty{display:grid;min-height:250px;place-items:center;align-content:center;color:var(--muted);text-align:center}.table-empty h3{margin:13px 0 4px;color:var(--muted-light);font-family:var(--display);font-size:18px}.table-empty p{margin:0;font-size:9px}.profile-shell{max-width:1280px!important}.profile-user-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin-top:14px;border:1px solid var(--line);border-radius:5px;padding:18px 20px;background:var(--panel)}.profile-avatar{display:grid;width:53px;height:53px;place-items:center;border:1px solid rgb(215 180 106/27%);border-radius:50%;background:rgb(215 180 106/6%);color:var(--gold)}.profile-user-card>div:nth-child(2)>span{color:var(--muted);font-size:8px}.profile-user-card h2{margin:4px 0;color:#e8e4da;font-family:var(--display);font-size:20px;font-weight:560}.profile-user-card p{display:flex;align-items:center;gap:5px;margin:0;color:var(--green);font-size:8px}.slot-counter{border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);font-family:var(--mono);font-size:9px}.account-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.add-account-card,.bound-account-card,.locked-account-slot{min-height:235px;border:1px solid var(--line);border-radius:5px;padding:18px;background:var(--panel)}.bound-account-card__top{display:flex;align-items:center;justify-content:space-between}.bound-account-card__top>div{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgb(215 180 106/24%);border-radius:50%;color:var(--gold)}.bound-account-card>span{display:block;margin-top:20px;color:var(--muted);font-family:var(--mono);font-size:7px;letter-spacing:.09em}.bound-account-card h3{margin:7px 0 4px;color:#e8e4da;font-family:var(--mono);font-size:17px}.bound-account-card>p{margin:0;color:var(--muted);font-size:8px}.bound-account-card dl{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:17px 0}.bound-account-card dl>div{border-top:1px solid var(--line);padding-top:9px}.bound-account-card dt{color:var(--muted);font-size:7px}.bound-account-card dd{display:flex;align-items:center;gap:4px;margin:5px 0 0;color:var(--muted-light);font-size:8px}.bound-account-card__actions{display:grid;grid-template-columns:1fr auto;gap:6px}.bound-account-card__actions button{display:inline-flex;min-height:33px;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:3px;background:transparent;color:var(--muted);cursor:pointer;font-size:8px}.bound-account-card__actions button.is-primary{border-color:rgb(215 180 106/27%);color:var(--gold)}.bound-account-card__actions button.is-danger{color:var(--red)}.bound-account-card__actions button:disabled{cursor:default;opacity:65%}.bound-account-card__provider{display:flex;align-items:center;gap:5px;margin-top:10px!important;color:var(--green)!important}.provider-setup-steps{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:22px}.provider-setup-steps span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:9px}.provider-setup-steps span i{display:inline-grid;width:24px;height:24px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;font-family:var(--mono);font-size:8px;font-style:normal}.provider-setup-steps span.is-active{color:var(--gold-light)}.provider-setup-steps span.is-active i{border-color:rgb(215 180 106/45%);background:rgb(215 180 106/8%);color:var(--gold)}.provider-setup-steps b{height:1px;background:var(--line)}.provider-setup-note{border:1px solid rgb(119 200 154/24%);border-radius:5px;padding:13px;background:rgb(119 200 154/6%);color:#91d2aa}.provider-setup-note p{color:inherit;font-size:10px;line-height:1.6}.provider-setup-server{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;border:1px solid rgb(119 200 154/24%);border-radius:5px;padding:14px;background:rgb(119 200 154/5%);color:var(--green)}.provider-setup-server div{display:grid;gap:4px}.provider-setup-account span,.provider-setup-server span{color:var(--muted);font-size:8px}.provider-setup-account strong,.provider-setup-server strong{color:var(--muted-light);font-family:var(--mono);font-size:10px}.provider-setup-account{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--line)}.provider-setup-account>.pilot-select{background:#0a0b09}.provider-setup-account>svg{place-self:center end;margin-right:14px;color:var(--green)}.copy-current-positions-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid var(--line);border-radius:5px;padding:14px;background:rgb(255 255 255/1.5%);cursor:pointer}.history-page-size .pilot-select__trigger:focus-visible,.history-page-size .pilot-select__trigger[data-focus],.history-page-size .pilot-select__trigger[data-state=open]{border-color:rgb(135 65 255/72%);outline:0;box-shadow:0 0 0 2px rgb(135 65 255/12%)}.copy-current-positions-option>.pilot-switch__label{display:grid;gap:4px}.copy-current-positions-option strong{color:var(--text);font-size:10px;font-weight:650}.copy-current-positions-option small{color:var(--muted);font-size:8px;line-height:1.55}.copy-current-positions-option .pilot-switch__control{display:block;position:relative;width:42px;height:24px;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:999px;background:#30323a;cursor:pointer;transition:border-color .16s ease,background .16s ease}.copy-current-positions-option .pilot-switch__thumb{display:block;position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#f2efe6;transition:transform .16s ease}.copy-current-positions-option .pilot-switch__control[data-state=checked]{border-color:var(--gold);background:var(--gold)}.copy-current-positions-option .pilot-switch__control[data-state=checked] .pilot-switch__thumb{transform:translateX(18px)}.copy-current-positions-option:has(input:focus-visible) .pilot-switch__control{outline:2px solid rgb(215 180 106/70%);outline-offset:3px}.copy-current-positions-option[data-disabled]{cursor:not-allowed;opacity:55%}.provider-setup-agreement{display:flex;align-items:flex-start;gap:9px;border-top:1px solid var(--line);padding-top:13px}.provider-setup-agreement .pilot-checkbox__control{margin-top:2px}.provider-setup-agreement .pilot-checkbox__label{color:var(--muted-light);cursor:pointer;font-size:9px;line-height:1.6}.provider-setup-error{border:1px solid rgb(232 120 112/30%);border-radius:4px;padding:11px 13px;background:rgb(232 120 112/7%);color:#e2a09a;font-size:9px;line-height:1.6}.provider-setup-success{text-align:center}.provider-setup-success>span{display:grid;width:64px;height:64px;place-items:center;margin:0 auto;border:1px solid rgb(119 200 154/32%);border-radius:50%;background:rgb(119 200 154/7%);color:var(--green)}.provider-setup-success h3{margin:16px 0 7px;color:#ebe7dd;font-family:var(--display);font-size:24px;font-weight:560}.provider-setup-success>p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.provider-setup-success dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin:22px 0 12px;border:1px solid var(--line);border-radius:4px;background:var(--line);text-align:left}.provider-setup-success dl>div{min-width:0;padding:12px;background:#0a0b09}.provider-setup-success dt{color:var(--muted);font-size:8px}.provider-setup-success dd{overflow:hidden;margin:7px 0 0;color:var(--gold-light);font-family:var(--mono);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-setup-next{display:flex;align-items:flex-start;gap:9px;margin-bottom:18px;border:1px solid rgb(215 180 106/20%);border-radius:4px;padding:12px;background:rgb(215 180 106/5%);color:var(--gold);text-align:left}.provider-setup-next svg{flex:0 0 auto}.provider-setup-next p{margin:0;color:var(--muted-light);font-size:9px;line-height:1.6}.add-account-card{display:flex;align-items:center;justify-content:center;flex-direction:column;border-style:dashed;color:var(--muted);cursor:pointer}.add-account-card:hover{border-color:rgb(215 180 106/35%);background:rgb(215 180 106/3%)}.add-account-card>span{display:grid;width:43px;height:43px;margin-bottom:13px;place-items:center;border:1px solid var(--line-strong);border-radius:50%}.add-account-card strong{color:var(--muted-light);font-size:10px}.add-account-card small{margin-top:7px;font-size:8px}.locked-account-slot{display:none;min-height:70px;align-items:center;justify-content:center;gap:7px;color:rgb(239 238 233/20%);font-size:8px}.profile-agent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.profile-agent-grid article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;border:1px solid var(--line);border-radius:5px;padding:18px;background:var(--panel)}.profile-agent-grid article>div:nth-child(2)>span{color:var(--muted);font-family:var(--mono);font-size:7px}.profile-agent-grid h3{margin:3px 0;color:#e8e4da;font-family:var(--display);font-size:18px;font-weight:560}.profile-agent-grid p{margin:0;color:var(--muted);font-size:7px}.agent-run-state{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:8px}.agent-run-state i{width:6px;height:6px;border-radius:50%;background:#696b64}.agent-run-state.is-running{color:var(--green)}.agent-run-state.is-running i{background:var(--green);box-shadow:0 0 8px rgb(119 200 154/50%)}.profile-agent-grid dl{display:grid;grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:1px;margin:2px 0;background:var(--line)}.profile-agent-grid dl>div{padding:10px;background:#0b0d0b}.profile-agent-grid dt{color:var(--muted);font-size:7px}.profile-agent-grid dd{margin:6px 0 0;color:var(--gold-light);font-family:var(--mono);font-size:11px}.profile-agent-grid article>button{display:flex;min-height:34px;grid-column:1/-1;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:3px;background:transparent;color:var(--muted-light);cursor:pointer;font-size:8px}.password-field-wrap{display:flex;gap:8px}.password-field-wrap>input{flex:1 1;min-width:0;background:#0a0b09;color:#fff}.password-field-wrap>button{display:grid;width:46px;flex:0 0 46px;place-items:center;border:1px solid var(--line);border-radius:4px;background:transparent;color:var(--muted-light);cursor:pointer}.copy-strategy-select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:4px;padding:0 12px;background:#0a0b09;color:#fff;font-family:var(--mono);font-size:10px}.copy-strategy-select:focus-visible,.copy-strategy-select[data-focus],.copy-strategy-select[data-state=open]{border-color:rgb(135 65 255/72%);outline:2px solid rgb(135 65 255/15%)}.copy-strategy-select:disabled{cursor:not-allowed;opacity:58%}.field-help{color:var(--muted);font-size:8px;line-height:1.6}.subscription-card{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:20px;margin:66px 0 10px;border:1px solid rgb(215 180 106/25%);border-radius:5px;padding:24px;background:linear-gradient(100deg,rgb(215 180 106/8%),transparent 55%),var(--panel)}.subscription-icon{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgb(215 180 106/27%);border-radius:50%;color:var(--gold)}.subscription-copy h2{margin:5px 0;color:#eae6dc;font-family:var(--display);font-size:20px;font-weight:560}.subscription-copy p{margin:0;color:var(--muted);font-size:8px}.subscription-card ul{display:grid;gap:6px;margin:0;padding:0;color:var(--muted-light);font-size:8px;list-style:none}.subscription-card li{display:flex;align-items:center;gap:5px}.subscription-card li svg{color:var(--green)}.subscription-billing{grid-column:2/-1;display:flex;align-items:center;gap:5px;color:var(--muted);font-size:7px}.profile-security-note{align-items:center;margin:10px 0 80px}.profile-security-note>div{flex:1 1}.profile-security-note strong{color:var(--gold-light)}.profile-security-note p{margin:3px 0 0;color:var(--muted)}.profile-page{background:radial-gradient(circle at 34% 105%,rgb(94 43 239/38%),transparent 44%),radial-gradient(circle at 0 42%,rgb(39 25 133/32%),transparent 42%),radial-gradient(circle at 94% 0,rgb(34 23 104/24%),transparent 39%),#000316}.profile-page:before{z-index:0;background:radial-gradient(circle at 22% 82%,rgb(119 74 255/16%),transparent 30%),radial-gradient(circle at 86% 23%,rgb(81 61 255/9%),transparent 26%);filter:blur(58px);opacity:100%}.profile-page:after{z-index:0;opacity:23%}.profile-page .profile-stars-background{z-index:0;opacity:78%}.profile-page .site-header{position:relative;z-index:2;border-bottom-color:rgb(255 255 255/8%);background:rgb(0 3 22/78%);box-shadow:none}.profile-page main.profile-shell{z-index:1;width:min(100%,832px);padding-top:40px;padding-bottom:96px!important}.profile-figma-account-action,.profile-figma-identity,.profile-figma-mt-card,.profile-figma-plan{position:relative;z-index:1;font-family:"PingFang SC",var(--marketing-font-family)}.profile-figma-identity{display:flex;min-height:56px;align-items:center;gap:16px;margin-bottom:16px}.profile-figma-avatar{width:54px;height:54px;flex:0 0 54px;overflow:hidden;border-radius:50%;background:linear-gradient(180deg,#ff9d41,#da83ff)}.profile-figma-avatar img{display:block;width:54px;height:54px;object-fit:cover}.profile-figma-identity__copy{min-width:0}.profile-figma-identity h2{margin:0;color:#fff;font-family:inherit;font-size:22px;font-weight:500;letter-spacing:0}.profile-figma-identity h2,.profile-figma-identity p{overflow:hidden;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.profile-figma-identity p{margin:2px 0 0;color:rgb(255 255 255/72%);font-size:14px;font-weight:400}.profile-figma-mt-card{display:flex;flex-direction:column;gap:16px;overflow:clip;border-radius:12px;padding:16px;background:#191919}.profile-figma-mt-card__heading{display:flex;min-height:21px;align-items:center;justify-content:space-between;gap:4px}.profile-figma-mt-card__heading h2{min-width:0;flex:1 1;margin:0;font-weight:400}.profile-figma-mt-card .slot-counter,.profile-figma-mt-card__heading h2{color:rgb(255 255 255/72%);font-family:inherit;font-size:14px;line-height:1.5}.profile-figma-mt-card .slot-counter{display:inline-flex;flex:0 0 auto;border:0;border-radius:0;padding:0}.profile-figma-mt-card .slot-counter strong{color:rgb(255 255 255/87%);font:inherit;font-weight:400}.profile-figma-account-list{display:grid;gap:16px}.profile-page .bound-account-card.profile-figma-account{display:flex;width:100%;min-height:0;align-items:flex-start;gap:10px;border:.5px solid rgb(255 255 255/20%);border-radius:12px;padding:11.5px 15.5px;background:transparent}.profile-figma-account__content{display:flex;min-width:0;flex:1 0;flex-direction:column;gap:12px}.profile-figma-account__top{display:flex;width:100%;min-height:36px;align-items:center;justify-content:space-between;gap:8px}.profile-figma-account__title-group{display:flex;min-width:0;flex:1 0;align-items:center;gap:8px}.profile-figma-account__title-group h3{overflow:hidden;margin:0;color:#fff;font-family:inherit;font-size:16px;font-weight:500;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.profile-figma-account__statuses{display:inline-flex;min-width:0;flex:0 0 auto;align-items:center;gap:10px}.profile-figma-status{display:inline-flex;min-height:22px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:400;line-height:1.5;white-space:nowrap}.profile-figma-status--authorized,.profile-figma-status--auto{background:rgb(0 192 135/12%);color:#00c087}.profile-figma-account__unbind{display:inline-flex;width:60px;height:36px;flex:0 0 60px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:2px 16px;background:rgb(255 255 255/6%);color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5}.profile-figma-account__unbind:hover:not(:disabled){background:rgb(255 255 255/12%)}.profile-page .bound-account-card .profile-figma-account__metrics{display:flex;width:100%;align-items:center;gap:10px;margin:0}.profile-page .bound-account-card .profile-figma-account__metrics>div{display:flex;min-width:0;min-height:59px;flex:1 0;flex-direction:column;justify-content:center;gap:4px;border-top:0;border-radius:8px;padding:8px 12px;background:#2d2d2d}.profile-figma-account__metrics dt{color:rgb(255 255 255/72%);font-size:12px;font-weight:400}.profile-figma-account__metrics dd,.profile-figma-account__metrics dt{overflow:hidden;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.profile-figma-account__metrics dd{margin:0;color:rgb(255 255 255/87%);font-size:14px;font-weight:500}.profile-figma-account__metrics dd[data-tone=positive]{color:#00c087}.profile-figma-account__metrics dd[data-tone=negative]{color:#f6465d}.profile-figma-account-list__empty{display:flex;min-height:102px;align-items:center;justify-content:center;margin:0;border:.5px dashed rgb(255 255 255/20%);border-radius:12px;color:rgb(255 255 255/72%);font-size:14px;line-height:1.5;text-align:center}.profile-page .add-account-card.profile-figma-add-account{display:inline-flex;width:fit-content;height:40px;min-height:40px;align-items:center;justify-content:center;flex-direction:row;gap:4px;border:0;border-style:solid;border-radius:8px;padding:2px 16px;background:#9d63ff;color:#000;cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5}.profile-page .add-account-card.profile-figma-add-account:hover:not(:disabled){background:#ae7bff}.profile-page .add-account-card.profile-figma-add-account:disabled{cursor:not-allowed;opacity:55%}.profile-figma-add-account__icon{display:block;width:16px;height:16px;flex:0 0 16px}.profile-figma-plan{display:flex;flex-direction:column;gap:10px;margin-top:16px;border-radius:12px;padding:16px;background:#191919}.profile-figma-plan>span:first-child{color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:1.5}.profile-figma-plan>div{display:flex;min-height:25px;align-items:center;justify-content:space-between;gap:12px}.profile-figma-plan strong{min-width:0;flex:1 1;color:#fff;font-size:14px;font-weight:500;line-height:1.5}.profile-figma-plan b{flex:0 0 auto;border-radius:4px;padding:2px 6px;background:rgb(208 255 0/10%);color:#d0ff00;font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap}.profile-figma-plan__description{margin:-2px 0 0;color:rgb(255 255 255/48%);font-size:12px;font-weight:400;line-height:18px}.profile-figma-account-action{margin-top:16px;border-radius:12px;padding:16px;background:#191919}.profile-figma-account-action__button{display:flex;width:100%;min-height:29px;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:6px;padding:4px;background:transparent;color:#f6465d;cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;text-align:left}.profile-figma-account-action__button:hover:not(:disabled){background:rgb(246 70 93/8%)}.profile-figma-account-action__button.is-login{padding:8px 12px;background:#9d63ff;color:#000}.profile-figma-account-action__button.is-login:hover:not(:disabled){background:#ae7bff}.profile-figma-account-action__button:disabled{cursor:wait;opacity:55%}.profile-logout-dialog,.profile-mt-removal-dialog{font-family:"PingFang SC",var(--marketing-font-family)}.profile-mt-removal{width:100%}.profile-mt-removal__summary{display:grid;gap:10px;margin:0 0 16px;padding:14px 16px;border:1px solid rgb(255 255 255/12%);border-radius:10px;background:rgb(255 255 255/4%)}.profile-mt-removal__summary div{display:grid;grid-template-columns:minmax(88px,auto) 1fr;gap:16px}.profile-mt-removal__summary dd,.profile-mt-removal__summary dt{margin:0}.profile-mt-removal__summary dt{color:rgb(255 255 255/48%)}.profile-mt-removal__summary dd{overflow-wrap:anywhere;color:rgb(255 255 255/88%);text-align:right}.profile-mt-removal__warning{margin:0 0 24px;color:#ffbd66;font-size:13px;line-height:1.6}.profile-logout-confirmation,.profile-mt-removal__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.profile-logout-confirmation__cancel,.profile-logout-confirmation__confirm{display:flex;width:auto;height:48px;min-width:0;min-height:48px;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px 16px;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap}.profile-logout-confirmation__confirm{background:#9d63ff;color:#000}.profile-logout-confirmation__confirm:hover:not(:disabled){background:#ae7bff}.profile-logout-confirmation__cancel{background:#242424;color:rgb(255 255 255/72%)}.profile-logout-confirmation__cancel:hover:not(:disabled){background:#303030;color:#fff}.profile-mt-removal__cancel,.profile-mt-removal__confirm{display:flex;width:auto;height:48px;min-height:48px;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px 16px;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap}.profile-mt-removal__cancel{background:#242424;color:rgb(255 255 255/72%)}.profile-mt-removal__cancel:hover:not(:disabled){background:#2d2d2d;color:#fff}.profile-mt-removal__confirm{background:#9d63ff;color:#000}.profile-mt-removal__confirm:hover:not(:disabled){background:#ae7bff}.profile-logout-confirmation__cancel:disabled,.profile-logout-confirmation__confirm:disabled,.profile-mt-removal__cancel:disabled,.profile-mt-removal__confirm:disabled{cursor:wait;opacity:64%}@media (max-width:760px){.profile-page main.profile-shell{padding-top:28px}.profile-page .bound-account-card .profile-figma-account__metrics{flex-wrap:wrap}.profile-page .bound-account-card .profile-figma-account__metrics>div{flex-basis:calc(50% - 5px)}.profile-page .bound-account-card .profile-figma-account__metrics>div:last-child{flex-basis:100%}}@media (max-width:480px){.profile-page main.profile-shell{padding-right:16px;padding-left:16px}.profile-figma-identity h2{font-size:19px}.profile-figma-identity p{font-size:12px}.profile-figma-mt-card,.profile-page .bound-account-card.profile-figma-account{padding:12px}.profile-figma-account__title-group{flex-wrap:wrap;gap:5px 8px}.profile-figma-account__title-group h3{width:100%}.profile-page .bound-account-card .profile-figma-account__metrics{flex-flow:column nowrap;align-items:stretch}.profile-page .bound-account-card .profile-figma-account__metrics>div,.profile-page .bound-account-card .profile-figma-account__metrics>div:last-child{flex-basis:auto}.profile-figma-plan b{font-size:12px}}.not-found-page{display:flex;min-height:calc(100vh - 67px);align-items:center;justify-content:center;flex-direction:column;text-align:center}.not-found-page h1{margin:12px 0 7px;color:#ece8de;font-family:var(--display);font-size:44px;font-weight:560}.not-found-page p{margin:0 0 22px;color:var(--muted);font-size:11px}.route-loading{display:grid;min-height:100vh;place-items:center;align-content:center;gap:16px;background:var(--bg);color:var(--loading-accent)}.route-loading__spinner{width:40px;height:40px;border:3px solid rgb(var(--loading-accent-rgb)/20%);border-top-color:var(--loading-accent);border-radius:50%;filter:drop-shadow(0 0 8px rgb(var(--loading-accent-rgb)/36%));animation:route-loading-spin .8s linear infinite}.route-loading p{margin:0;color:var(--loading-accent);font-size:14px;font-weight:500}.route-error-page{min-height:100vh;background:radial-gradient(circle at 50% 30%,rgb(135 65 255/12%),transparent 42%),var(--bg)}.route-error-page>main{display:grid;min-height:calc(100vh - 160px);padding:48px 20px;place-items:center}.route-error-page main>section{display:flex;width:min(520px,100%);align-items:center;border:1px solid rgb(246 70 93/25%);border-radius:12px;padding:40px 32px;background:#191919;box-shadow:0 18px 60px rgb(0 0 0/28%);text-align:center;flex-direction:column}.route-error-page main>section>span{display:grid;width:44px;height:44px;border:1px solid rgb(246 70 93/48%);border-radius:50%;margin-bottom:18px;background:rgb(246 70 93/10%);color:#f6465d;font-size:24px;font-weight:600;place-items:center}.route-error-page h1{margin:0;color:#fff;font-size:24px;font-weight:500}.route-error-page p{margin:10px 0 24px;color:rgb(255 255 255/72%);font-size:14px;line-height:1.6}.route-error-page button{min-height:40px;border:0;border-radius:8px;padding:0 24px;background:linear-gradient(147deg,#c8a8ff 10%,#8741ff 67%);color:#000;cursor:pointer;font-size:14px}.route-transition-progress{position:fixed;z-index:6000;top:0;right:0;left:0;height:3px;overflow:hidden;background:rgb(135 65 255/18%);pointer-events:none}.route-transition-progress>span{display:block;width:42%;height:100%;animation:route-transition-progress .9s ease-in-out infinite;background:linear-gradient(90deg,transparent,#caff00 45%,#a36cff);box-shadow:0 0 14px rgb(202 255 0/55%);transform:translateX(-110%)}@keyframes route-loading-spin{to{transform:rotate(1turn)}}@keyframes route-transition-progress{to{transform:translateX(350%)}}@media (prefers-reduced-motion:reduce){.route-transition-progress>span{width:100%;animation:none;transform:none}}@media (max-width:1280px){.landing-hero{grid-template-columns:minmax(340px,.8fr) minmax(540px,1.2fr);gap:42px}.landing-thinking__flow{grid-template-columns:minmax(165px,1.15fr) 27px minmax(150px,1fr) 27px minmax(165px,1.1fr) 27px minmax(150px,1fr) 27px minmax(150px,1fr)}.landing-thinking-node{padding:22px 18px}.home-hero{grid-template-columns:minmax(340px,.78fr) minmax(560px,1.22fr);gap:40px}.cockpit-grid{grid-template-columns:minmax(200px,230px) minmax(0,1fr) minmax(300px,360px);gap:12px}.workflow-timeline article{grid-template-columns:76px 1fr;padding:0 25px}.workflow-icon{width:72px;height:72px}.workflow-timeline:before{top:36px}}@media (max-width:1024px){body.mobile-navigation-open{overflow:hidden;overscroll-behavior:none}.desktop-nav,.system-status{display:none}.mobile-nav-toggle{display:grid}.site-brand{position:relative;z-index:2}.site-header.is-mobile-language-open .site-brand{pointer-events:none;visibility:hidden}.site-header__actions>.language-switcher-menu{display:none}.mobile-nav-layer{position:absolute;z-index:1;top:0;right:0;left:0;display:block;height:100dvh;overflow:hidden;pointer-events:none;transition:visibility 0s linear .24s;visibility:hidden}.mobile-nav-layer.is-open{pointer-events:auto;transition-delay:0s;visibility:visible}.mobile-nav-backdrop{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;padding:0;background:rgb(2 0 12/64%);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;opacity:0;transition:opacity .22s ease}.mobile-nav-layer.is-open .mobile-nav-backdrop{opacity:100%}.mobile-nav{position:absolute;top:0;bottom:0;left:0;display:flex;width:min(246px,100%);max-height:none;gap:24px;flex-direction:column;overflow-y:auto;border-right:0;padding:calc(var(--mobile-navigation-offset) + 24px) 24px max(24px,env(safe-area-inset-bottom));background:#222;box-shadow:none;overscroll-behavior:contain;transform:translateX(-100%);transition:transform .24s ease}.mobile-nav-layer.is-open .mobile-nav{transform:translateX(0)}.landing-hero{min-height:0;grid-template-columns:1fr;padding-top:74px}.landing-hero__copy{max-width:740px}.landing-market-preview{width:min(100%,820px);margin:0 auto}.landing-thinking__flow{width:min(100%,720px);grid-template-columns:1fr;gap:0}.landing-thinking__arrow{min-height:48px}.landing-thinking__arrow svg{transform:rotate(90deg)}.landing-thinking-node{min-height:210px}.landing-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-agent-coming{grid-column:1/-1;min-height:300px}.landing-why__list article{grid-template-columns:55px 54px minmax(210px,.8fr) minmax(280px,1fr);gap:22px}.landing-footer{grid-template-columns:auto 1fr auto}.landing-footer__legal{grid-row:2;grid-column:1/-1;justify-content:center}.agents-hub__hero{grid-template-columns:1fr;gap:28px;padding:64px 0}.agents-hub__summary{width:fit-content}.agents-hub__filters,.agents-hub__toolbar{align-items:flex-start;flex-direction:column}.agents-hub__filters{width:100%}.agents-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agents-hub-coming{grid-column:1/-1;min-height:300px}.mobile-nav>a,.mobile-nav>button{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:7px;border:0;border-radius:8px;padding:0;background:transparent;color:#ffffffde;cursor:pointer;font-family:"PingFang SC",var(--marketing-font-family);font-size:18px;font-style:normal;font-weight:500;line-height:1.5;text-align:left;transition:background .16s ease,box-shadow .16s ease,color .16s ease}.mobile-nav>a.active{background:transparent;box-shadow:none;color:#fff}.mobile-nav>a:not(.active):hover,.mobile-nav>button:hover{background:rgb(255 255 255/6%);color:#fff}.mobile-nav>a:focus-visible,.mobile-nav>button:focus-visible{outline-color:rgb(200 168 255/88%);outline-offset:-2px}.mobile-nav__route-check{display:block;width:24px;height:24px;flex:0 0 24px}.mobile-nav__footer{display:flex;width:min(198px,100%);align-items:stretch;align-self:center;gap:24px;margin-top:auto;flex-direction:column}.mobile-nav .mobile-nav__guest-login,.mobile-nav .mobile-nav__guest-signup{width:100%;height:44px;min-height:44px;flex:0 0 44px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:0;color:#000;cursor:pointer;font-family:"PingFang SC",var(--marketing-font-family);font-style:normal;line-height:1.5;text-align:center}.mobile-nav .mobile-nav__guest-signup{background:#fff;color:#000000b8;font-size:14px;font-weight:400}.mobile-nav .mobile-nav__guest-login{background:linear-gradient(117.65deg,#c8a8ff 10.16%,#8741ff 67.19%);font-size:18px;font-weight:500}.mobile-nav .mobile-nav__guest-signup:hover{background:#fff;color:#000000b8;filter:brightness(.96)}.mobile-nav .mobile-nav__guest-login:hover{background:linear-gradient(117.65deg,#c8a8ff 10.16%,#8741ff 67.19%);color:#000;filter:brightness(1.06)}.mobile-nav .mobile-nav__language-trigger{display:flex;width:100%;height:24px;min-height:24px;flex:0 0 24px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:0;padding:0;background:transparent;color:#ffffffde;font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:400;letter-spacing:0;line-height:21px}.mobile-nav .mobile-nav__language-trigger img{display:block;width:18px;height:18px;flex:0 0 18px}.mobile-nav__language-view{position:absolute;inset:0;display:flex;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));background:#222;flex-direction:column}.mobile-nav__language-header{display:flex;min-height:24px;align-items:center;gap:8px}.mobile-nav .mobile-nav__language-back{display:grid;width:24px;height:24px;min-height:24px;flex:0 0 24px;place-items:center;border:0;border-radius:4px;padding:0;background:transparent;color:#ffffffde;cursor:pointer}.mobile-nav__language-header h2{margin:0;color:#fff;font-family:"PingFang SC",var(--marketing-font-family);font-size:18px;font-weight:500;line-height:24px}.mobile-nav__language-options{display:flex;gap:16px;margin-top:24px;flex-direction:column}.mobile-nav .mobile-nav__language-option{display:flex;width:100%;min-height:24px;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:4px;padding:0;background:transparent;color:#ffffffde;cursor:pointer;font-family:"PingFang SC",var(--marketing-font-family);font-size:16px;font-weight:400;line-height:24px;text-align:left}.mobile-nav .mobile-nav__language-option.is-selected{color:#8741ff;font-size:16px;font-weight:500}.mobile-nav__language-check{display:block;width:24px;height:24px;flex:0 0 24px}.home-hero{min-height:0;grid-template-columns:1fr;padding-top:74px}.home-hero__copy{max-width:720px}.hero-terminal{width:min(100%,800px);margin:0 auto}.agent-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-card--coming{grid-column:1/-1;min-height:300px}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-timeline{max-width:720px;grid-template-columns:1fr;gap:38px}.workflow-timeline:before{top:30px;bottom:30px;left:36px;width:1px;border-top:0;border-left:1px solid rgb(215 180 106/25%)}.workflow-timeline article{grid-template-columns:72px 1fr;padding:0}.workflow-number{left:-31px}.site-brand.is-context{min-width:min(360px,46vw)}.ticker-strip{grid-template-columns:1.4fr repeat(3,1fr)}.ticker-instrument small,.ticker-strip>div:last-child{display:none}.cockpit-grid{grid-template-areas:"market trade" "ranking trade";grid-template-columns:minmax(0,1fr) minmax(300px,340px)}.leaderboard-panel{grid-area:ranking}.market-column{grid-area:market}.trade-panel{grid-area:trade}.reasoning-grid{grid-template-columns:1fr}.subscription-card{grid-template-columns:auto 1fr auto}.subscription-card ul{grid-column:2/3}.subscription-card .gold-button{grid-row:1/3;grid-column:3}}@media (max-width:960px){.cockpit-grid{grid-template-areas:"market" "ranking" "trade";grid-template-columns:1fr}.trade-panel{width:100%}.trade-mode-content{max-width:620px;margin:0 auto}}@media (max-width:720px){.social-auto-metrics{grid-template-columns:1fr}.site-header{--mobile-navigation-offset:64px}.site-header__inner{min-height:64px;gap:10px;padding-right:max(15px,env(safe-area-inset-right));padding-left:max(15px,env(safe-area-inset-left))}.site-brand{min-height:44px;align-items:center}.header-login,.site-brand__tagline{display:none}.header-account__trigger,.header-profile-link,.header-register,.language-switcher{flex-shrink:0;min-height:44px;padding:0 12px;font-size:11px}.language-switcher{min-width:44px;padding:0 9px}.header-account__label{display:none}.header-account__trigger{min-width:44px;justify-content:center;padding:0 6px}.header-account__trigger>svg{display:none}.header-account__avatar{width:30px;height:30px}.header-account__menu{position:fixed;top:59px;right:max(15px,env(safe-area-inset-right))}.mobile-nav-toggle{flex:0 0 44px;width:44px;height:44px}.mobile-nav{padding-right:max(24px,env(safe-area-inset-right));padding-bottom:max(20px,env(safe-area-inset-bottom));padding-left:max(24px,env(safe-area-inset-left))}.mobile-nav>a,.mobile-nav>button{min-height:44px;font-size:18px}.home-hero,.home-section,.landing-hero,.landing-section{padding-right:max(18px,env(safe-area-inset-right));padding-left:max(18px,env(safe-area-inset-left))}.landing-hero{padding-top:58px;padding-bottom:72px}.landing-hero__copy h1{font-size:68px}.landing-hero__copy h2{font-size:30px}.landing-hero__copy>p{font-size:13px}.landing-hero__actions{display:grid;grid-template-columns:1fr}.landing-hero__actions>button{min-height:48px}.landing-hero__facts{display:grid;gap:10px}.landing-market-preview__chart{min-height:300px}.landing-market-preview__history{grid-template-columns:1fr}.landing-section{padding-top:82px;padding-bottom:82px}.landing-section-heading{align-items:flex-start;flex-direction:column;gap:15px}.landing-section-heading.is-centered{align-items:center}.landing-section-heading h2{font-size:34px}.landing-thinking-node{min-height:230px}.landing-agent-grid{grid-template-columns:1fr}.landing-agent-card,.landing-agent-coming{min-height:400px;padding:24px}.landing-agent-coming{grid-column:auto;min-height:290px}.landing-text-action{margin-right:auto}.landing-why__list article{min-height:0;grid-template-columns:42px 1fr;gap:10px 18px;padding:0}.landing-why__number{align-self:start;grid-row:1;grid-column:1;padding-top:18px}.landing-why__icon{grid-row:1;grid-column:2}.landing-why__list h3,.landing-why__list p{grid-column:2}.landing-why__list h3{margin-top:7px;font-size:21px}.landing-final-cta{min-height:390px;padding-right:18px;padding-left:18px}.landing-final-cta h2{font-size:43px}.landing-final-cta .gold-button{width:100%;max-width:360px;min-height:48px}.landing-footer{min-height:0;grid-template-columns:1fr;gap:14px;padding:30px max(18px,env(safe-area-inset-right)) max(30px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.landing-footer p{margin:0;text-align:left}.landing-footer__legal{grid-row:auto;grid-column:auto;flex-wrap:wrap;justify-content:flex-start}.agents-hub{padding-right:max(18px,env(safe-area-inset-right));padding-bottom:70px;padding-left:max(18px,env(safe-area-inset-left))}.agents-hub__hero{min-height:0;padding:52px 0}.agents-hub__hero h1{font-size:43px}.agents-hub__summary{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.agents-hub__summary>div{min-height:96px;padding:14px}.agents-hub__filters,.agents-segmented-filter,.agents-style-filter{width:100%}.agents-segmented-filter,.agents-style-filter{overflow-x:auto;overscroll-behavior-x:contain}.agents-segmented-filter button,.agents-style-filter button{min-height:44px;flex:1 0 auto}.agents-hub__grid{grid-template-columns:1fr}.agents-hub-card,.agents-hub-coming{min-height:0;padding:24px}.agents-hub-coming{min-height:280px;grid-column:auto}.agents-hub-card>button{min-height:46px}.agents-hub-empty{min-height:340px;padding:24px}.home-hero{padding-top:56px;padding-bottom:68px}.home-hero__copy h1{font-size:68px}.home-hero__copy h2{font-size:29px}.home-hero__copy>p{font-size:13px}.home-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero__actions>button{min-height:48px;padding:0 14px}.hero-proof{display:grid}.hero-terminal__body{grid-template-columns:1fr}.hero-market-chart{min-height:280px;border-right:0;border-bottom:1px solid var(--line)}.hero-terminal__features{grid-template-columns:1fr}.feature-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.section-heading h2{font-size:34px}.agent-card-grid{grid-template-columns:1fr}.risk-filter{width:100%;overflow-x:auto;overscroll-behavior-x:contain}.risk-filter button{min-height:44px;flex:1 0 auto;padding:0 12px}.agent-card--coming{grid-column:auto}.home-cta,.value-grid{grid-template-columns:1fr}.home-cta{width:calc(100% - 36px);padding:28px}.home-cta>svg{display:none}.home-cta h2{font-size:23px}.product-footer,.site-footer{min-height:130px;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px;padding:25px max(18px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.product-footer p,.site-footer p{margin:0;text-align:left}.product-page main{padding-right:max(12px,env(safe-area-inset-right));padding-left:max(12px,env(safe-area-inset-left))}.site-brand.is-context{min-width:0;gap:0}.site-brand__context-description,.site-brand__context-engine{display:none}.site-brand__context-risk{padding:2px 5px;font-size:8px}.ticker-strip{grid-template-columns:repeat(2,1fr)}.ticker-strip>div{min-height:45px;justify-content:center;padding:0 10px}.ticker-strip>div:first-child{grid-column:1/-1}.ticker-strip em,.ticker-strip span{font-size:10px}.ticker-strip strong{font-size:12px}.ticker-strip>div:first-child strong{font-size:24px}.ticker-strip>div:nth-child(4){display:none}.chart-toolbar{min-height:108px;align-items:flex-start;justify-content:center;flex-direction:column;gap:6px;padding:9px}.timeframe-tabs{width:100%;overflow-x:auto;overscroll-behavior-x:contain}.chart-mode-tabs{width:100%}.chart-mode-tabs button,.timeframe-tabs button{min-width:44px;min-height:44px;flex:0 0 auto;padding:0 13px;font-size:11px}.historical-signal-strip{align-items:flex-start;flex-direction:column;padding:9px 12px}.account-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-mode-tabs{min-height:52px}.segmented-control button,.trade-mode-tabs button{min-height:44px;font-size:11px}.number-field>.number-field__control{min-height:44px;grid-template-columns:1fr 44px 44px}.number-field>span,.target-selector legend{font-size:10px}.connected-account-chip{min-height:52px;padding:4px 4px 4px 11px}.connected-account-chip button{min-height:44px;padding:0 12px}.account-table-tabs{min-height:52px}.account-table-tabs button{min-height:44px;font-size:11px}.account-table-card .table-scroll{display:none}.account-mobile-list{display:grid}.section-title-row{align-items:flex-start;flex-direction:column}.reasoning-narrative{grid-template-columns:1fr}.reasoning-narrative>div{border-right:0;border-bottom:1px solid var(--line)!important}.reasoning-narrative>div:last-child{grid-column:auto;border-bottom:0!important}.feature-bars>div{grid-template-columns:75px minmax(0,1fr) 33px}.page-hero-row{min-height:160px;align-items:flex-start;flex-direction:column;padding-top:40px}.history-filter-bar{grid-template-columns:1fr}.history-filter-bar .pilot-select__trigger,.history-filter-bar input,.history-reset-button{height:44px}.history-status-tabs{min-height:52px}.history-status-tabs button{min-height:44px;font-size:11px}.history-log-card .table-scroll{display:none}.history-mobile-list{display:grid}.history-pagination{grid-template-columns:1fr auto;gap:8px}.history-page-controls{grid-column:1/-1;justify-self:end}.history-page-controls button,.history-page-size .pilot-select__trigger{min-width:44px;height:44px}.profile-user-card{grid-template-columns:auto 1fr}.profile-user-card .ghost-button{grid-column:1/-1;min-height:44px}.account-profile-grid,.profile-agent-grid{grid-template-columns:1fr}.bound-account-card__actions button,.profile-agent-grid article>button{min-height:44px;font-size:10px}.provider-setup-success dl{grid-template-columns:1fr}.provider-setup-server{align-items:flex-start}.subscription-card{grid-template-columns:auto 1fr}.subscription-billing,.subscription-card .gold-button,.subscription-card ul{grid-row:auto;grid-column:1/-1}.auto-config-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}[role=dialog] button:not(.auth-resend){min-height:44px}.auth-code-input,.auth-field__input,.auto-config-grid input,.auto-config-grid select,.form-select,.history-filter-bar .pilot-select__trigger,.history-filter-bar input,.number-field input,[role=dialog] .chakra-input{font-size:16px}}@media (max-width:360px){.site-header__inner{gap:6px;padding-right:max(10px,env(safe-area-inset-right));padding-left:max(10px,env(safe-area-inset-left))}.site-header__actions{gap:4px}.header-register{padding:0 8px}.site-header.is-marketing .header-register{display:none}.language-switcher{width:44px;padding:0}.language-switcher span{display:none}.home-hero__copy h1,.landing-hero__copy h1{font-size:60px}.landing-hero__copy h2{font-size:27px}.landing-market-preview__history dl{grid-template-columns:1fr}.landing-market-preview__history dl>div:not(:first-child){display:none}.landing-agent-card__top{align-items:flex-start;flex-wrap:wrap}.landing-agent-card__top .risk-chip{width:fit-content;margin-left:63px}.agents-hub-card__heading{align-items:flex-start;flex-wrap:wrap}.agents-hub-card__heading .agent-run-state{width:fit-content;margin-left:63px}.agents-hub-card__metrics{grid-template-columns:1fr}.home-hero__copy h2{font-size:26px}.account-mobile-card__details,.history-mobile-card__details,.home-hero__actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.landing-page,.site-header.is-marketing{font-family:var(--marketing-font-family);font-weight:var(--marketing-font-regular);--display:var(--marketing-font-family);--mono:var(--marketing-font-family)}.site-header.is-marketing{--mobile-navigation-offset:108px;position:fixed;top:0;right:0;left:0;z-index:1000;border:0;background:rgb(0 3 21/0);box-shadow:inset 0 -1px rgb(255 255 255/0);-webkit-backdrop-filter:blur(0) saturate(100%);backdrop-filter:blur(0) saturate(100%);transition:background-color .22s ease,box-shadow .22s ease}.site-header.is-marketing.is-scrolled{background:rgb(0 3 21/76%);box-shadow:inset 0 -1px rgb(255 255 255/9%),0 12px 36px rgb(0 0 0/16%);-webkit-backdrop-filter:blur(12px) saturate(115%);backdrop-filter:blur(12px) saturate(115%)}.site-header.is-marketing .site-header__inner{position:relative;width:min(100%,1920px);min-height:108px;justify-content:space-between;gap:0;padding:24px clamp(58px,6.25vw,120px)}.site-header.is-marketing .site-brand{align-items:center;gap:0}.site-brand__logo{height:56px}.allylo-wordmark,.site-brand__logo{display:block;width:180px;flex:0 0 auto}.allylo-wordmark{height:auto}.site-header.is-marketing .marketing-nav{position:absolute;left:50%;display:flex;height:60px;flex:0 0 auto;align-self:auto;align-items:center;gap:48px;margin-left:0;border:.5px solid rgb(255 255 255/20%);border-radius:999px;padding:16px 42px;background:rgb(255 255 255/8%);box-shadow:inset 0 1px rgb(255 255 255/4%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:translateX(-50%)}.site-header.is-marketing .marketing-nav a{height:27px;padding:0;color:#ffffffb8;font-family:var(--marketing-font-family);font-size:18px;font-weight:var(--marketing-font-medium);line-height:27px;white-space:nowrap}.site-header.is-marketing .marketing-nav a:after{display:none}.site-header.is-marketing .marketing-nav a:hover{color:#fff}.site-header.is-marketing .site-header__actions{flex:0 0 auto;gap:16px;margin-left:0}.header-account__signup{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:8px;padding:10px 24px;background:#242424;color:rgb(255 255 255/72%);font-family:var(--marketing-font-family);font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px;transition:background .16s ease,color .16s ease}.header-account__signup:hover{background:#34342d;color:#fff}.site-header.is-marketing .header-account__trigger.is-guest{min-width:0;height:44px;justify-content:center;border:0;border-radius:8px;padding:10px 24px;background:linear-gradient(140.25deg,#c8a8ff 10.16%,#8741ff 67.19%);box-shadow:inset 0 1px rgb(255 255 255/24%);color:#000;font-family:var(--marketing-font-family);font-size:18px;font-weight:var(--marketing-font-medium);line-height:27px}.site-header.is-marketing .header-account__trigger.is-guest:hover,.site-header.is-marketing .header-account__trigger.is-guest[aria-expanded=true]{border-color:#d7b7ff;color:#08000f}.header-account__marketing-label{white-space:nowrap}.site-header.is-marketing .language-switcher{min-width:auto;min-height:24px;gap:8px;border:0;padding:0;background:transparent;color:rgb(255 255 255/87%);font-family:var(--marketing-font-family);font-size:16px;font-weight:var(--marketing-font-regular);line-height:24px}.site-header.is-marketing .language-switcher__icon{width:24px;height:24px}.site-header.is-marketing .language-switcher:hover{color:#fff}.site-header.is-marketing .header-account__menu{top:calc(100% + 13px);border-color:rgb(167 115 255/25%);background:#101227;box-shadow:0 24px 70px rgb(0 0 0/58%)}.site-header.is-authenticated,.site-header.is-product{--mobile-navigation-offset:60px;position:sticky;top:0;right:auto;left:auto;border-bottom:0;background:rgb(3 0 18/94%);box-shadow:inset 0 -1px rgb(255 255 255/8%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:"PingFang SC",var(--marketing-font-family),-apple-system,blinkmacsystemfont,"Segoe UI",sans-serif}.site-header.is-authenticated.is-mt-unbound{box-shadow:inset 0 -1px rgb(255 255 255/8%);background:rgb(30 12 62/40%);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.site-header.is-authenticated.is-mt-unbound .site-header__inner{padding-right:40px}.site-header.is-authenticated .site-header__inner,.site-header.is-product .site-header__inner{width:100%;max-width:none;min-height:60px;gap:32px;padding:0 20px 0 23px}.site-header.is-authenticated .site-brand,.site-header.is-product .site-brand{width:104px;height:32px;min-height:0;align-items:center;gap:0}.site-header.is-authenticated .site-brand__logo,.site-header.is-product .site-brand__logo{width:104px;height:32px;object-fit:contain}.site-header.is-authenticated .desktop-nav,.site-header.is-product .desktop-nav{display:flex;height:60px;align-self:auto;align-items:center;gap:32px}.site-header.is-authenticated .desktop-nav a,.site-header.is-product .desktop-nav a{height:27px;padding:0;color:rgb(255 255 255/72%);font-family:inherit;font-size:18px;font-weight:500;line-height:27px;white-space:nowrap}.site-header.is-authenticated .desktop-nav a:after,.site-header.is-product .desktop-nav a:after{display:none}.site-header.is-authenticated .desktop-nav a.active,.site-header.is-authenticated .desktop-nav a:hover,.site-header.is-product .desktop-nav a.active,.site-header.is-product .desktop-nav a:hover{color:#fff}.site-header.is-authenticated .site-header__actions,.site-header.is-product .site-header__actions{min-width:0;gap:12px;margin-left:auto}.authenticated-header__metrics{display:flex;height:35px;align-items:center;gap:12px}.authenticated-header__metric{display:flex;min-width:0;align-items:flex-start;flex-direction:column;color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.authenticated-header__metric strong{color:#fff;font-family:var(--mono);font-size:13px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:20px}.authenticated-header__metric strong.is-positive{color:#00c087}.authenticated-header__metric strong.is-negative{color:#f6465d}.authenticated-header__account-label,.authenticated-header__metric small{color:rgb(255 255 255/72%);font-size:12px;font-weight:400;line-height:15px}.authenticated-header__divider{display:block;width:0;height:17px;flex:0 0;border-left:.5px solid rgb(255 255 255/38%)}.authenticated-header__metrics.is-mt-unbound .authenticated-header__metric--equity{width:20px}.authenticated-header__metrics.is-mt-unbound .authenticated-header__metric--pnl{width:40px}.authenticated-header__account-trigger{display:inline-flex;min-width:0;min-height:35px;align-items:flex-start;justify-content:flex-start;gap:0;border:0;padding:0;background:transparent;cursor:pointer;flex-direction:column;text-align:left}.authenticated-header__account-trigger:disabled{cursor:wait;opacity:55%}.authenticated-header__account-trigger.is-mt-unbound{width:118px}.authenticated-header__account-value{display:flex;max-width:150px;height:20px;align-items:center;gap:4px;color:#fff;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.authenticated-header__account-value>span{overflow:hidden;font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-overflow:ellipsis}.authenticated-header__account-value>svg{flex:0 0 16px;transition:transform .16s ease}.authenticated-header__account-trigger[aria-expanded=true] .authenticated-header__account-value>svg{transform:rotate(180deg)}.authenticated-header__account-trigger:hover .authenticated-header__account-value,.authenticated-header__account-trigger[aria-expanded=true] .authenticated-header__account-value{color:#fff}.site-header.is-authenticated .header-account{display:flex;height:35px;align-items:center}.site-header.is-authenticated .language-switcher{min-width:auto;min-height:21px;gap:4px;border:0;padding:0;background:transparent;color:rgb(255 255 255/72%);font-family:inherit;font-size:14px;font-weight:400;line-height:21px}.site-header.is-authenticated .language-switcher__icon{width:18px;height:18px}.site-header.is-authenticated.is-mt-unbound .language-switcher{min-height:24px;gap:8px;color:rgb(255 255 255/87%);font-family:Noto Sans SC,PingFang SC,sans-serif;font-size:16px;line-height:24px}.site-header.is-authenticated.is-mt-unbound .language-switcher__icon{width:24px;height:24px}.language-switcher__chevron{display:block;width:16px;height:16px;flex:0 0 16px;color:#fff}.site-header.is-authenticated .language-switcher:hover{color:#fff}.site-header.is-authenticated .header-account__menu{top:calc(100% + 12px);border-color:rgb(135 65 255/28%);background:#101227;box-shadow:0 24px 70px rgb(0 0 0/58%)}.site-header.is-authenticated .mobile-nav-toggle{border-color:rgb(255 255 255/16%);color:rgb(255 255 255/87%)}.marketing-page.landing-page{position:relative;isolation:isolate;min-height:100vh;background:#000315;color:#f8f7ff}.landing-page:before{position:absolute;z-index:-1;inset:0;background-image:radial-gradient(circle,rgb(255 255 255/65%) 0 1px,transparent 1.5px),radial-gradient(circle,rgb(153 119 255/46%) 0 1px,transparent 1.7px),radial-gradient(circle,rgb(255 255 255/30%) 0 .8px,transparent 1.4px);background-position:38px 73px,114px 31px,17px 123px;background-size:167px 179px,241px 257px,113px 137px;content:"";-webkit-mask-image:linear-gradient(180deg,transparent,#000 4%,#000 19%,transparent 28%,transparent 57%,#000 65%,transparent 84%,#000 91%,transparent);mask-image:linear-gradient(180deg,transparent,#000 4%,#000 19%,transparent 28%,transparent 57%,#000 65%,transparent 84%,#000 91%,transparent);opacity:28%;pointer-events:none}.landing-page main{position:relative;z-index:1}.landing-page .landing-hero{position:relative;isolation:isolate;display:block;width:100%;max-width:none;min-height:clamp(1060px,82vw,1570px);overflow:hidden;border:0;padding:clamp(182px,12vw,230px) 30px clamp(130px,10vw,190px)}.landing-hero__laser-layer{--landing-laser-edge-fade:clamp(64px,6vw,112px);position:absolute;z-index:0;top:-32px;left:0;width:100%;height:var(--landing-laser-height,clamp(680px,56vw,920px));overflow:hidden;opacity:94%;pointer-events:none;clip-path:inset(0 var(--landing-laser-clip-right,0) 0 var(--landing-laser-clip-left,0));mix-blend-mode:screen;-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 82%,transparent 100%),linear-gradient(to right,transparent 0,transparent var(--landing-laser-clip-left,0),#000 calc(var(--landing-laser-clip-left, 0) + var(--landing-laser-edge-fade)),#000 calc(100% - var(--landing-laser-clip-right, 0) - var(--landing-laser-edge-fade)),transparent calc(100% - var(--landing-laser-clip-right, 0)),transparent 100%);mask-image:linear-gradient(to bottom,#000 0,#000 82%,transparent 100%),linear-gradient(to right,transparent 0,transparent var(--landing-laser-clip-left,0),#000 calc(var(--landing-laser-clip-left, 0) + var(--landing-laser-edge-fade)),#000 calc(100% - var(--landing-laser-clip-right, 0) - var(--landing-laser-edge-fade)),transparent calc(100% - var(--landing-laser-clip-right, 0)),transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect}.landing-hero__laser-flow{position:absolute;inset:0;transform:translateX(clamp(56px,7.8125vw,80px))}.landing-hero:has(.laser-flow-container[data-laser-state=ready]) .landing-hero__beam{opacity:0;visibility:hidden}.landing-hero:not(:has(.laser-flow-container[data-laser-state=ready])) .landing-hero__beam{opacity:84%}.landing-hero__beam{position:absolute;top:-130px;left:67%;width:150px;height:690px;background:linear-gradient(90deg,transparent,rgb(125 67 235/11%) 21%,rgb(209 170 255/78%) 49%,rgb(119 62 224/13%) 77%,transparent);filter:blur(14px);opacity:84%;pointer-events:none}.landing-hero__beam:before{position:absolute;top:565px;left:-790px;width:910px;height:110px;border-radius:100% 0 0 100%;background:linear-gradient(180deg,transparent,rgb(165 106 255/62%) 55%,transparent);box-shadow:0 0 62px rgb(116 68 218/58%);content:"";filter:blur(10px)}.landing-hero__beam:after{position:absolute;top:42px;left:-100px;width:350px;height:600px;border-radius:50%;background:rgb(108 57 207/15%);content:"";filter:blur(80px)}.landing-stars-background{position:absolute;z-index:1;inset:0;overflow:hidden;contain:paint;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 84%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 84%,transparent)}.landing-stars-background__field{position:absolute;inset:-36px;transform:translate3d(var(--landing-stars-offset-x,0),var(--landing-stars-offset-y,0),0);transition:transform .42s cubic-bezier(.22,1,.36,1);will-change:transform}.landing-stars-background__layer{position:absolute;top:0;left:0;width:100%;height:2000px;animation:landing-stars-drift var(--landing-star-duration) linear infinite;opacity:var(--landing-star-opacity);will-change:transform}.landing-stars-background[data-active=false] .landing-stars-background__field,.landing-stars-background[data-active=false] .landing-stars-background__layer{will-change:auto}.landing-stars-background[data-active=false] .landing-stars-background__layer{animation-play-state:paused}.landing-stars-background__layer>i{position:absolute;top:0;left:50%;width:var(--landing-star-size);height:var(--landing-star-size);border-radius:50%;background:transparent;transform:translateX(-50%)}.landing-stars-background__layer>.is-repeat{top:2000px}@keyframes landing-stars-drift{0%{transform:translateZ(0)}to{transform:translate3d(0,-2000px,0)}}.landing-page .landing-hero__copy{position:relative;z-index:3;width:min(100%,1320px);margin:0 auto;text-align:center}.landing-page .landing-hero__copy h2{margin:0;color:#faf9ff;font-family:inherit;font-size:clamp(52px,4.8vw,78px);font-weight:var(--marketing-font-semibold);letter-spacing:-.045em;line-height:1.08}.landing-page .landing-hero__copy>p{max-width:1180px;margin:31px auto 0;color:rgb(242 239 251/76%);font-size:clamp(15px,1.28vw,22px);line-height:1.7}.landing-glow-button{position:relative;display:inline-flex;min-height:76px;align-items:center;justify-content:center;overflow:hidden;margin-top:58px;border:1px solid rgb(203 255 33/34%);border-radius:999px;padding:0 45px;background:radial-gradient(circle at 50% 125%,rgb(132 63 255/95%),transparent 48%),radial-gradient(circle at 82% 0,rgb(196 255 0/24%),transparent 42%),linear-gradient(180deg,rgb(31 32 59/98%),rgb(10 11 30/98%));box-shadow:inset 0 1px rgb(255 255 255/24%),inset 0 -18px 35px rgb(70 23 171/35%),0 0 28px rgb(132 78 255/34%),0 16px 45px rgb(0 0 0/38%);color:#caff00;cursor:pointer;font-size:clamp(20px,1.85vw,31px);font-weight:var(--marketing-font-medium);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.landing-glow-button:before{position:absolute;top:-45%;left:-12%;width:28%;height:190%;background:linear-gradient(90deg,transparent,rgb(255 255 255/30%),transparent);content:"";transform:rotate(20deg)}.landing-glow-button:hover{border-color:rgb(213 255 67/65%);box-shadow:inset 0 1px rgb(255 255 255/27%),inset 0 -18px 35px rgb(70 23 171/40%),0 0 45px rgb(132 78 255/48%),0 19px 48px rgb(0 0 0/40%);transform:translateY(-2px)}.landing-page .landing-hero .landing-glow-button{isolation:isolate;width:min(500px,100%);height:104px;min-height:104px;overflow:hidden;border:.85px solid transparent;padding:0;background:linear-gradient(#0e092c,#0e092c) padding-box,linear-gradient(100deg,#d0ff00,#000315 41.43%,#fff 60.05%,#999) border-box;box-shadow:inset 0 0 14.28px rgb(255 255 255/25%);color:#d0ff00;font-size:36px;font-weight:var(--marketing-font-medium);line-height:normal;transition:none}.landing-page .landing-hero .landing-glow-button:before{display:none}.landing-page .landing-hero .landing-glow-button:hover{border-color:transparent;box-shadow:inset 0 0 14.28px rgb(255 255 255/25%);transform:none}.landing-glow-button__art{position:absolute;z-index:0;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none}.landing-glow-button__glow{position:absolute;display:block;max-width:none;transition:opacity .18s ease;-webkit-user-select:none;user-select:none}.landing-glow-button__glow.is-default{opacity:100%}.landing-glow-button__glow.is-hover{opacity:0}.landing-page .landing-hero .landing-glow-button:focus-visible .landing-glow-button__glow.is-default,.landing-page .landing-hero .landing-glow-button:hover .landing-glow-button__glow.is-default{opacity:0}.landing-page .landing-hero .landing-glow-button:focus-visible .landing-glow-button__glow.is-hover,.landing-page .landing-hero .landing-glow-button:hover .landing-glow-button__glow.is-hover{opacity:100%}.landing-glow-button__glow.is-default.is-purple{top:7.8px;left:85.6px;width:328.1px;height:168.3px}.landing-glow-button__glow.is-default.is-lime{top:-103px;left:268px;width:414px;height:219px}.landing-glow-button__glow.is-hover.is-purple{top:-57px;left:-30px;width:559px;height:298px}.landing-glow-button__glow.is-hover.is-lime{top:-138px;left:216px;width:518px;height:274px}.landing-glow-button__label{position:relative;z-index:1}.landing-page .landing-market-preview-shell{position:relative;z-index:3;width:min(100%,1300px);height:auto;margin:clamp(118px,8vw,150px) auto 0}.landing-page .landing-market-preview-shell:before{position:absolute;z-index:0;top:6px;left:-4px;width:calc(100% + 4px);height:calc(100% + 9px);background:linear-gradient(180deg,#b386ff,rgb(191 153 255/40%));content:"";filter:blur(45px);pointer-events:none}.landing-page .landing-market-preview{position:relative;z-index:1;display:grid;width:100%;height:auto;grid-template-rows:auto auto;gap:16px;overflow:hidden;margin:0;border:.5px solid rgb(255 255 255/40%);border-radius:24px;padding:24px;background:#000315;box-shadow:none}.landing-page .landing-market-preview:before{display:none}.landing-market-preview__analysis{display:grid;min-height:0;grid-template-columns:minmax(0,921fr) minmax(290px,315fr);gap:16px}.landing-market-preview__analysis article,.landing-market-preview__analysis aside{position:relative;min-width:0;overflow:hidden;border:.5px solid rgb(255 255 255/40%);border-radius:12px;background:radial-gradient(ellipse 44% 155% at 103% -38%,rgb(135 65 255/48%),transparent 66%),radial-gradient(ellipse 31% 110% at -7% 118%,rgb(255 255 255/13%),transparent 58%),#000315}.landing-market-preview__analysis article{display:flex;flex-direction:column;gap:10px;padding:12px;background:#000315}.landing-analysis-artwork{position:absolute;z-index:0;inset:0;display:block;overflow:hidden;border-radius:inherit;pointer-events:none}.landing-analysis-artwork img{position:absolute;display:block;max-width:none;-webkit-user-select:none;user-select:none}.landing-analysis-artwork__stars{top:0;left:0;width:794px;height:151px}.landing-analysis-artwork__left-glow{top:19.5px;left:-45.5px;width:249px;height:177.5px;transform:scaleY(-1)}.landing-analysis-artwork__right-glow{top:-65.2px;right:-106.2px;width:549.018px;height:257.511px}.landing-analysis-artwork__top-glow{top:-460.5px;right:-340.5px;width:899px;height:696px}.landing-analysis-heading{position:relative;z-index:1;display:flex;min-width:0;min-height:41px;align-items:center;gap:8px}.landing-analysis-orb{position:relative;display:block;width:32px;height:32px;flex:0 0 32px}.landing-analysis-orb img{position:absolute;top:50%;left:50%;display:block;width:32px;height:32px;max-width:none;transform:translate(-50%,-50%)}.landing-analysis-status{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;justify-content:center;gap:2px}.landing-analysis-status p{display:flex;min-width:0;align-items:center;gap:4px;margin:0;line-height:1.5;white-space:nowrap}.landing-analysis-status p strong{color:#fff;font-size:14px;font-weight:var(--marketing-font-regular);line-height:21px}.landing-analysis-status p small{overflow:hidden;color:rgb(255 255 255/72%);font-size:12px;line-height:18px;text-overflow:ellipsis}.landing-analysis-status>span{display:flex;align-items:center;gap:2px;color:#d0ff00;font-size:12px;font-weight:var(--marketing-font-regular);line-height:18px;white-space:nowrap}.landing-inference-progress{display:inline-flex;width:22px;height:4px;flex:0 0 22px;align-items:center;justify-content:space-between}.landing-inference-progress>span{width:4px;height:4px;border-radius:1px;animation:landing-inference-sweep 1.2s ease-out infinite;background-color:rgb(208 255 0/12%)}.landing-inference-progress>span:nth-child(2){animation-delay:.3s}.landing-inference-progress>span:nth-child(3){animation-delay:.6s}.landing-inference-progress>span:nth-child(4){animation-delay:.9s}@keyframes landing-inference-sweep{0%{background-color:#d0ff00;box-shadow:0 0 5px rgb(208 255 0/70%);transform:scale(1)}32%{background-color:rgb(208 255 0/42%);box-shadow:0 0 2px rgb(208 255 0/24%);transform:scale(.92)}58%,to{background-color:rgb(208 255 0/12%);box-shadow:none;transform:scale(.82)}}.landing-analysis-summary{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;gap:4px}.landing-analysis-summary b,.landing-analysis-summary small{display:block;color:#fff;font-size:12px;line-height:18px}.landing-analysis-summary b{font-weight:var(--marketing-font-medium)}.landing-analysis-summary small{min-height:54px;color:rgb(255 255 255/72%);font-weight:var(--marketing-font-regular)}.landing-market-preview__analysis aside{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:12px}.landing-market-preview__analysis aside>small{position:relative;z-index:1;color:#fff;font-size:16px;font-weight:var(--marketing-font-medium);line-height:24px}.landing-market-preview__analysis aside>div{position:relative;z-index:1;display:flex;min-width:0;align-items:center;gap:4px}.landing-market-preview__analysis aside strong{min-width:0;flex:1 1 auto;color:#00c087;font-family:".SF Compact","SF Compact",var(--marketing-font-family);font-size:24px;font-weight:790;line-height:36px;white-space:nowrap}.landing-performance-sparkline{display:block;width:152px;height:86px;flex:0 0 152px}.landing-market-preview__content{position:relative;display:grid;height:clamp(360px,37.0833vw,534px);min-height:0;grid-template-rows:minmax(0,1fr);overflow:hidden;border:0;border-radius:12px;padding:0;background:#111419;box-shadow:inset 0 0 0 1px rgb(133 143 153/26%),inset 0 1px rgb(255 255 255/3%)}.landing-page .landing-market-preview__chart{position:relative;min-height:0;overflow:hidden;border:0;background:transparent}.landing-page .landing-section{position:relative;width:100%;max-width:none;margin:0}.landing-page .landing-section-heading{position:relative;z-index:4;margin:0 auto}.landing-page .landing-section-heading.is-centered{gap:0}.landing-page .landing-section-heading h2{max-width:1400px;margin:0;color:#f8f7ff;font-family:inherit;font-size:clamp(42px,4vw,66px);font-weight:var(--marketing-font-semibold);letter-spacing:-.04em;line-height:1.18}.landing-page .landing-section-heading.is-centered p{max-width:1200px;margin:25px auto 0;color:rgb(233 229 243/60%);font-size:clamp(15px,1.35vw,22px);line-height:1.65}.landing-page .landing-thinking{overflow:visible;border:0;padding:clamp(160px,11.46vw,220px) 28px clamp(96px,7.5vw,144px);background:#000315}@media (min-width:1025px){.landing-page .landing-thinking{margin-top:clamp(169.16px,calc(36.34px + 8.7843vw),205px)}}.landing-page .landing-thinking__orb{position:absolute;z-index:1;top:clamp(-155px,calc(343px - 28vw),9px);left:50%;display:block;width:746.68px;height:482.39px;object-fit:fill;pointer-events:none;transform:translateX(-50%)}.landing-page .landing-thinking__visual-slot{display:block;width:1355px;max-width:100%;height:auto;aspect-ratio:1355/966;margin:clamp(92px,6.4063vw,123px) auto 0}.landing-page .landing-thinking__visual-slot .landing-thinking__flow{width:100%;height:100%;margin:0}.landing-page .landing-thinking .landing-section-heading{width:min(100%,1138px)}.landing-page .landing-thinking .landing-section-heading h2{max-width:none;color:#fff;font-size:clamp(42px,3.227vw,60px);font-weight:var(--marketing-font-medium);letter-spacing:0;line-height:1.5}.landing-page .landing-thinking .landing-section-heading.is-centered p{max-width:none;margin-top:clamp(13px,.833vw,16px);color:rgb(255 255 255/72%);font-size:clamp(20px,1.613vw,30px);line-height:1.5}.landing-page .landing-thinking__flow{position:relative;z-index:2;display:block;width:1355px;max-width:100%;height:auto;aspect-ratio:1355/966;margin:123px auto 0;overflow:hidden;border:0;border-radius:clamp(56px,7.8125vw,150px);background:radial-gradient(ellipse 38% 65% at -4% 77%,rgb(83 42 169/38%),transparent 72%),rgb(0 3 21/90%);box-shadow:inset 0 0 0 .5px rgb(255 255 255/24%);container-type:inline-size}.landing-page .landing-thinking__flow:before{position:absolute;z-index:0;top:-14.2%;left:22.5%;width:58.5%;height:22%;border:1px solid rgb(0 0 0/32%);border-radius:0 0 clamp(46px,5cqw,82px) clamp(46px,5cqw,82px);background:rgb(0 1 12/68%);content:"";pointer-events:none}.landing-thinking-asset-frame{position:absolute;display:block;overflow:visible;pointer-events:none}.landing-thinking-agent-icon>img,.landing-thinking-asset-frame>img{position:absolute;display:block;max-width:none;-webkit-user-select:none;user-select:none}.landing-thinking__track-frame{z-index:1;top:27.7961%;left:9.1021%;width:calc(100% * 1190 / 1355);height:calc(100% * 401.67 / 966)}.landing-thinking__track{top:-.6224%;left:-.1401%;width:100.2801%;height:101.2448%}.landing-thinking__track.is-mobile{display:none}.landing-thinking__pulse{position:absolute;z-index:2;display:block;width:clamp(4px,.492cqw,8px);aspect-ratio:1;border-radius:50%;background:#ffdc25;box-shadow:0 0 clamp(5px,.615cqw,10px) rgb(255 220 37/88%),0 0 clamp(9px,1.107cqw,18px) rgb(255 183 0/34%);transform:translate(-50%,-50%)}.landing-thinking__pulse.is-one{top:28.536%;left:32.657%}.landing-thinking__pulse.is-two{top:29.194%;left:69.496%}.landing-thinking__pulse.is-three{top:46.053%;left:96.741%}.landing-thinking__pulse.is-four{top:64.474%;left:65.129%}.landing-thinking__connector-frame{z-index:2;top:20.1899%;width:calc(100% * 145.83 / 1355);height:calc(100% * 159.17 / 966)}.landing-thinking__connector-frame.is-leading{left:32.7183%}.landing-thinking__connector-frame.is-trailing{left:58.1181%}.landing-thinking__connector{top:-.79%;left:0;width:100%;height:101.58%}.landing-thinking-step{position:absolute;z-index:3;inset:0;margin:0;pointer-events:none}.landing-thinking-step strong{position:absolute;z-index:5;margin:0;color:rgb(234 231 245/72%);font-family:inherit;font-size:clamp(10px,1.476cqw,24px);font-weight:var(--marketing-font-regular);line-height:1.3;text-align:center;white-space:nowrap}.landing-thinking-step__marker{position:absolute;z-index:5;display:block;width:clamp(1px,.123cqw,2px);border-radius:999px;background:linear-gradient(180deg,transparent,rgb(89 79 173/44%) 22%,#5890ff 72%,transparent);box-shadow:0 0 8px rgb(83 112 255/18%)}.landing-thinking-step.is-sources .landing-thinking-step__art-frame{top:15.0395%;left:6.5731%;width:calc(100% * 216.67 / 1355);height:calc(100% * 243.2 / 966)}.landing-thinking-step.is-sources .landing-thinking-step__art{top:-60.61%;left:-68.03%;width:236.06%;height:221.22%}.landing-thinking-step.is-sources .landing-thinking-step__marker{top:38.323%;left:15.806%;height:7.895%}.landing-thinking-step.is-sources strong{top:48.191%;left:6.642%;text-align:left}.landing-thinking-step.is-engine .landing-thinking-step__art-frame{top:12.993%;left:39.052%;width:calc(100% * 296.67 / 1355);height:calc(100% * 296.67 / 966)}.landing-thinking-step.is-engine .landing-thinking-step__art{inset:0;width:100%;height:100%}.landing-thinking-step.is-engine .landing-thinking-step__marker{top:8.142%;left:49.877%;height:7.895%}.landing-thinking-step.is-engine strong{top:5.017%;left:50.062%;transform:translateX(-50%)}.landing-thinking-step.is-brain .landing-thinking-step__art-frame{top:20.641%;left:76.384%;width:calc(100% * 220 / 1355);height:calc(100% * 220 / 966)}.landing-thinking-step.is-brain .landing-thinking-step__art{inset:0;width:100%;height:100%}.landing-thinking-step.is-brain .landing-thinking-step__marker{top:11.843%;left:85.302%;height:7.895%}.landing-thinking-step.is-brain strong{top:6.661%;left:85.762%;transform:translateX(-50%)}.landing-thinking-agents__branches-frame{z-index:2;top:55.0173%;left:44.5572%;width:calc(100% * 486.67 / 1355);height:calc(100% * 196.65 / 966)}.landing-thinking-agents__branches{top:-.428%;left:-.0856%;width:100.1712%;height:100.856%}.landing-thinking-agents__list{position:absolute;z-index:4;inset:0}.landing-thinking-agents__list>span{position:absolute;display:flex;align-items:center;gap:clamp(3px,.369cqw,6px);color:#f8f7ff;white-space:nowrap}.landing-thinking-agents__list>span.is-argus{top:51.891%;left:71.033%}.landing-thinking-agents__list>span.is-mark{top:60.938%;left:73.309%}.landing-thinking-agents__list>span.is-hydra{top:67.27%;left:78.475%}.landing-thinking-agent-icon{position:relative;display:block;width:clamp(15px,calc(100cqw * 48.33 / 1355),48.33px);aspect-ratio:1;flex:0 0 auto;overflow:visible}.landing-thinking-agent-icon>img{inset:-1.7241%;width:103.4483%;height:103.4483%}.landing-thinking-agents__list b{font-size:clamp(11px,1.722cqw,28px);font-weight:var(--marketing-font-medium);line-height:1.15}.landing-thinking-step.is-agents .landing-thinking-step__marker{top:74.507%;left:83.641%;height:8.224%}.landing-thinking-step.is-agents strong{top:85.938%;left:84.256%;transform:translateX(-50%)}.landing-thinking-step.is-outcome .landing-thinking-step__art-frame{top:59.8273%;left:31.7036%;width:calc(100% * 200 / 1355);height:calc(100% * 200 / 966)}.landing-thinking-step.is-outcome .landing-thinking-step__art{inset:-30.2083%;width:160.4167%;height:160.4167%}.landing-thinking-step.is-outcome .landing-thinking-step__marker{top:83.306%;left:37.7%;height:7.895%}.landing-thinking-step.is-outcome strong{top:94.655%;left:37.823%;transform:translateX(-50%)}.landing-thinking__paths{position:absolute;z-index:1;inset:8% 4% 7%;width:92%;height:85%;overflow:visible}.landing-thinking__paths path{fill:none;stroke:url(#thinking-path);stroke-linecap:round;stroke-width:3}.landing-thinking__paths circle{fill:#ffdc25}.landing-page .landing-thinking-node{position:absolute;z-index:2;display:flex;width:230px;min-height:0;align-items:center;justify-content:center;overflow:visible;border:0;border-radius:0;padding:0;background:transparent;text-align:center}.landing-page .landing-thinking-node strong{position:absolute;color:rgb(234 231 245/61%);font-family:inherit;font-size:clamp(13px,1.15vw,19px);font-weight:var(--marketing-font-regular);line-height:1.3;white-space:nowrap}.landing-thinking-node__visual{position:relative;display:grid;place-items:center}.landing-page .landing-thinking-node.is-sources{top:21%;left:3.5%;width:290px;height:250px}.landing-page .landing-thinking-node.is-sources strong{bottom:-22px}.landing-market-constellation{width:240px;height:170px;background:linear-gradient(33deg,transparent 34%,rgb(111 145 213/46%) 34.5% 35%,transparent 35.5%),linear-gradient(145deg,transparent 43%,rgb(111 145 213/36%) 43.5% 44%,transparent 44.5%),linear-gradient(79deg,transparent 55%,rgb(111 145 213/34%) 55.5% 56%,transparent 56.5%);filter:drop-shadow(0 0 26px rgb(70 146 255/65%))}.landing-market-constellation i{position:absolute;width:8px;height:8px;border-radius:50%;background:#eef7ff;box-shadow:0 0 9px rgb(166 211 255/92%)}.landing-market-constellation i:first-child{top:25%;left:16%;background:#ff5f38}.landing-market-constellation i:nth-child(2){top:58%;left:7%}.landing-market-constellation i:nth-child(3){top:73%;left:43%;background:#ffb000}.landing-market-constellation i:nth-child(4){top:17%;right:18%}.landing-market-constellation i:nth-child(5){right:4%;bottom:19%}.landing-market-constellation i:nth-child(6){top:49%;left:53%;background:#345cff}.landing-page .landing-thinking-node.is-engine{top:8%;left:42%}.landing-page .landing-thinking-node.is-engine strong{top:-50px}.landing-feature-orb{width:164px;height:164px;border:1px solid rgb(207 190 255/35%);border-radius:50%;background:radial-gradient(circle,rgb(216 207 255/38%) 0 2px,transparent 3px) 0 0 /23px 23px,radial-gradient(circle at 35% 30%,rgb(157 129 255/24%),transparent 55%);box-shadow:inset 0 0 38px rgb(127 93 255/26%),0 0 34px rgb(128 91 255/31%);color:#e7dfff}.landing-brain-orb i,.landing-feature-orb i,.landing-profit-orb i{position:absolute;inset:18%;border:1px solid rgb(184 157 255/44%);border-radius:50%;transform:rotate(48deg) scaleX(1.42)}.landing-brain-orb i:nth-of-type(2),.landing-feature-orb i:nth-of-type(2),.landing-profit-orb i:nth-of-type(2){transform:rotate(-48deg) scaleX(1.42)}.landing-feature-orb i:nth-of-type(3){transform:rotate(90deg) scaleX(1.35)}.landing-page .landing-thinking-node.is-brain{top:9%;right:5.5%;border:0;background:transparent}.landing-page .landing-thinking-node.is-brain strong{top:-52px}.landing-brain-orb{width:196px;height:184px;border-radius:50%;background:radial-gradient(circle,rgb(136 98 229/20%),transparent 66%);color:rgb(234 228 252/74%)}.landing-brain-orb i{inset:20%;border-color:rgb(209 198 245/25%);transform:rotate(24deg) scaleX(1.5)}.landing-page .landing-thinking-node.is-agents{right:7%;bottom:7%;width:300px;height:260px}.landing-page .landing-thinking-node.is-agents strong{right:12px;bottom:-7px}.landing-agent-flow-list{display:grid;width:100%;gap:15px;text-align:left}.landing-agent-flow-list>span{display:flex;align-items:center;gap:10px;color:#f5f2ff;font-size:clamp(17px,1.5vw,25px);font-weight:var(--marketing-font-medium)}.landing-agent-flow-list i{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgb(83 196 205/23%);border-radius:7px;background:#01060f;color:#68c5ca;font-style:normal}.landing-agent-flow-list i.is-argus{border-color:rgb(107 111 255/40%);background:radial-gradient(circle at 40% 35%,#313778,#090b1d 74%);box-shadow:0 0 17px rgb(85 88 255/34%);color:#5a66ff}.landing-page .landing-thinking-node.is-outcome{bottom:5%;left:31%;border:0;background:transparent}.landing-page .landing-thinking-node.is-outcome strong{bottom:-17px}.landing-profit-orb{width:184px;height:184px;border:1px solid rgb(182 148 255/19%);border-radius:50%;background:radial-gradient(circle at 45% 38%,rgb(111 74 171/30%),#020316 69%);box-shadow:0 0 37px rgb(255 227 140/18%),inset 0 0 20px rgb(172 121 255/17%);color:#dcd1f4}.landing-profit-orb i{inset:24%;border:2px solid #9e65ff}.landing-page .landing-agents{min-height:clamp(1180px,82vw,1520px);overflow:hidden;padding:clamp(40px,3vw,56px) 28px 160px;background:radial-gradient(ellipse 30% 27% at 50% 72%,rgb(91 105 255/18%),transparent 70%),radial-gradient(ellipse 30% 42% at 0 63%,rgb(152 91 255/22%),transparent 72%),#000315}.landing-page .landing-agents__stars{z-index:1;opacity:46%;-webkit-mask-image:linear-gradient(180deg,transparent,#000 14%,#000 84%,transparent);mask-image:linear-gradient(180deg,transparent,#000 14%,#000 84%,transparent)}.landing-visual-filters{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.side-rays-container.landing-agents__side-rays{position:absolute;z-index:2;top:0;right:0;width:54%;height:88%;mix-blend-mode:screen;-webkit-mask-image:linear-gradient(180deg,transparent 0,rgb(0 0 0/8%) 4%,#000 18%,#000 78%,transparent),radial-gradient(ellipse 115% 92% at 100% 28%,#000 0,#000 42%,rgb(0 0 0/76%) 66%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,rgb(0 0 0/8%) 4%,#000 18%,#000 78%,transparent),radial-gradient(ellipse 115% 92% at 100% 28%,#000 0,#000 42%,rgb(0 0 0/76%) 66%,transparent 100%);-webkit-mask-composite:source-in,xor;mask-composite:intersect;opacity:92%}.landing-agents__perspective-grid{position:absolute;z-index:2;top:775.5px;left:calc(50% - min(20px, 1.0417vw));display:block;width:min(1630px,84.8958vw);max-width:none;height:min(400px,20.8333vw);pointer-events:none;transform:translateX(-50%)}.landing-style-funnel{position:relative;z-index:2;width:860px;max-width:100%;height:auto;aspect-ratio:860/483.951;margin:0 auto -202.353px;pointer-events:none}.landing-style-funnel>img{position:absolute;top:0;left:0;display:block;width:calc(100% * 888 / 860);max-width:none;height:auto;filter:url(#landing-funnel-remove-black) brightness(1.08) saturate(1.06);mix-blend-mode:screen;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 60%,rgb(0 0 0/78%) 74%,rgb(0 0 0/35%) 88%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 60%,rgb(0 0 0/78%) 74%,rgb(0 0 0/35%) 88%,transparent)}.landing-page .landing-agents .landing-section-heading{position:relative;z-index:3;width:min(100%,1300px);max-width:1300px;gap:16px}.landing-page .landing-agents .landing-section-heading h2{font-size:60px;font-weight:var(--marketing-font-medium);letter-spacing:0;line-height:90px}.landing-page .landing-agents .landing-section-heading.is-centered p{width:100%;max-width:1300px;min-height:90px;margin:0;color:rgb(255 255 255/72%);font-size:30px;line-height:45px}.landing-page .landing-agent-grid{position:relative;z-index:3;display:grid;width:min(100%,960px);grid-template-columns:repeat(3,304px);justify-content:center;gap:24px;margin:30px auto 0}.landing-page .landing-agent-card,.landing-page .landing-agent-coming{width:304px;height:430px;min-height:430px;overflow:hidden;border:.5px solid transparent;border-radius:20px;padding:20px;background:radial-gradient(ellipse 126px 126px at 90% 87%,rgb(97 53 218/60%),transparent 68%) padding-box,radial-gradient(ellipse 148px 126px at 94% 2%,rgb(91 68 168/54%),transparent 68%) padding-box,radial-gradient(ellipse 147px 210px at 1% 15%,rgb(9 66 152/65%),transparent 68%) padding-box,linear-gradient(#0c162f,#0c162f) padding-box,linear-gradient(135deg,rgb(80 141 216/80%),rgb(92 42 178/80%)) border-box;box-shadow:inset 0 -4px 6px rgb(255 255 255/25%)}.landing-page .landing-agent-catalog-skeleton,.landing-page .landing-agent-catalog-state{height:430px;min-height:430px;border:.5px solid rgb(113 105 184/64%);border-radius:20px;background:#0c162f}.landing-page .landing-agent-catalog-skeleton{position:relative;display:flex;width:304px;overflow:hidden;gap:18px;padding:24px 20px;flex-direction:column}.landing-page .landing-agent-catalog-skeleton:after{position:absolute;inset:0;background:linear-gradient(105deg,transparent 24%,rgb(255 255 255/8%) 44%,transparent 64%);content:"";transform:translateX(-100%);animation:landing-agent-skeleton-shimmer 1.6s ease-in-out infinite}.landing-page .landing-agent-catalog-skeleton i{display:block;height:18px;border-radius:999px;background:rgb(255 255 255/9%)}.landing-page .landing-agent-catalog-skeleton i:first-of-type{width:52px;height:52px;border-radius:12px}.landing-page .landing-agent-catalog-skeleton i:nth-of-type(2){width:66%;height:28px}.landing-page .landing-agent-catalog-skeleton i:nth-of-type(3){width:100%;height:116px;margin-top:12px;border-radius:12px}.landing-page .landing-agent-catalog-skeleton i:nth-of-type(4){width:100%;height:49px;margin-top:auto;border-radius:12px}.landing-page .landing-agent-catalog-state{display:flex;width:632px;grid-column:span 2;align-items:center;justify-content:center;gap:14px;padding:48px;flex-direction:column;text-align:center}.landing-page .landing-agent-catalog-state h3,.landing-page .landing-agent-catalog-state p{margin:0}.landing-page .landing-agent-catalog-state h3{color:#fff;font-size:24px;line-height:1.4}.landing-page .landing-agent-catalog-state p{max-width:420px;color:rgb(255 255 255/72%);font-size:14px;line-height:1.6}.landing-page .landing-agent-catalog-state button{min-width:132px;min-height:44px;margin-top:8px;border-radius:10px;background:#fff;color:#6f3bd2}@keyframes landing-agent-skeleton-shimmer{to{transform:translateX(100%)}}.landing-page .landing-agent-card{position:relative;display:flex;align-items:center;gap:24px;flex-direction:column;color:inherit;cursor:default;text-align:left}.landing-page .landing-agent-card:hover{border-color:rgb(145 114 255/75%);transform:translateY(-3px)}.landing-agent-card__content{position:relative;z-index:1;display:flex;width:260px;height:316px;flex:0 0 316px;gap:16px;flex-direction:column}.landing-agent-card__profile{display:flex;width:100%;height:192px;flex:0 0 192px;gap:16px;flex-direction:column}.landing-agent-card__meta{display:flex;width:260px;height:104px;flex:0 0 104px;gap:8px;flex-direction:column}.landing-agent-card__heading{display:flex;height:78px;flex:0 0 78px;gap:6px;flex-direction:column}.landing-agent-card__avatar{position:relative;display:block;width:36px;height:36px;flex:0 0 36px;overflow:hidden;border:.45px solid rgb(255 255 255/30%);border-radius:7.2px;background:#000002}.landing-agent-card__avatar img{position:absolute;top:50%;left:50%;display:block;width:70.2px;max-width:none;height:70.2px;transform:translate(-50%,-50%)}.landing-agent-card__identity{display:flex;height:36px;min-width:0;align-items:center;gap:8px;margin:0}.landing-agent-card__identity strong{flex:0 0 auto;color:#fff;font-size:24px;font-weight:600;line-height:36px}.landing-agent-card__identity small,.landing-agent-card__identity strong{font-family:Inter,Noto Sans SC,sans-serif;letter-spacing:0;white-space:nowrap}.landing-agent-card__identity small{min-width:0;flex:1 1 auto;overflow:hidden;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:21px;text-overflow:ellipsis}.landing-agent-card__chips{display:flex;width:fit-content;height:18px;align-self:flex-start;gap:8px;margin:0}.landing-agent-card__chips em{display:inline-flex;height:18px;align-items:center;justify-content:center;border:0;border-radius:4px;padding:0 6px;background:rgb(255 255 255/10%);color:rgb(255 255 255/72%);font-family:Inter,Noto Sans SC,sans-serif;font-size:12px;font-weight:400;font-style:normal;line-height:18px}.landing-agent-card__chips em:first-child{border-radius:4px}.landing-agent-card__chips em.is-aggressive{background:rgb(253 190 19/12%);color:#fdbe13}.landing-page .landing-agent-card.is-argus .landing-agent-card__chips em:first-child{width:72px}.landing-agent-card__chips em.is-balanced{background:rgb(39 178 218/12%);color:#27b2da}.landing-agent-card__chips em.is-conservative{background:rgb(62 141 218/12%);color:#6ca9e2}.landing-page .landing-agent-card__intro{display:block;width:260px;height:72px;min-height:72px;overflow:hidden;margin:0;color:rgb(255 255 255/72%);font-family:Noto Sans SC,Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px}.landing-agent-card__divider{position:relative;display:block;width:260px;height:0;flex:0 0}.landing-agent-card__divider:after{position:absolute;top:-.25px;left:0;width:100%;height:.5px;background:rgb(255 255 255/20%);content:""}.landing-page .landing-agent-card__result{display:flex;width:260px;height:92px;min-height:92px;align-items:center;gap:8px;margin:0;padding:0}.landing-agent-card__stats{display:flex;min-width:0;height:92px;flex:1 1 auto;gap:8px;flex-direction:column}.landing-agent-card__stats>span{display:flex;height:39px;flex:0 0 39px;flex-direction:column}.landing-agent-card__stats b{color:#fff;font-family:Inter,Noto Sans SC,sans-serif;font-size:14px;font-weight:500;line-height:21px}.landing-page .landing-agent-card__result small{color:rgb(255 255 255/72%);font-family:Inter,Noto Sans SC,sans-serif;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap}.landing-page .landing-agent-card.is-hydra .landing-agent-card__result strong,.landing-page .landing-agent-card__result strong{height:45px;color:#00c087;font-family:Inter,Noto Sans SC,sans-serif;font-size:30px;font-weight:700;line-height:45px;white-space:nowrap}.landing-agent-card__sparkline{display:block;width:120px;height:68.235px;flex:0 0 120px}.landing-page .landing-agent-card__open{position:relative;z-index:1;display:flex;width:263px;height:49px;min-height:49px;align-items:center;justify-content:center;gap:1px;border:0;border-radius:12px;background:#fff;color:#985bff;font-family:Inter,Noto Sans SC,sans-serif;font-size:16px;font-weight:500;line-height:24px;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.landing-page .landing-agent-card__open img{display:block;width:20px;height:20px}.landing-page .landing-agent-card__open:hover{background:#f8f5ff;box-shadow:0 0 18px rgb(152 91 255/24%)}.landing-page .landing-agent-card__open:active{transform:translateY(1px)}.landing-page .landing-agent-card.is-hydra .landing-agent-card__open{border:0;color:#985bff}.landing-page .landing-agent-coming{position:relative;border-style:solid;background:linear-gradient(#0c162f,#0c162f) padding-box,linear-gradient(135deg,rgb(80 141 216/80%),rgb(92 42 178/80%)) border-box;text-align:center}.landing-agent-coming__content,.landing-page .landing-agent-coming{display:flex;align-items:center;justify-content:center;flex-direction:column}.landing-agent-coming__content{width:118px;height:116px;gap:24px}.landing-agent-coming__sparkle{display:block;width:35px;height:38px;flex:0 0 38px}.landing-page .landing-agent-coming__copy{width:118px;height:54px;margin:0;color:#fff;font-family:Noto Sans SC,Inter,sans-serif;font-size:18px;font-weight:400;line-height:27px;text-align:center;white-space:nowrap}.landing-agent-coming__copy span{display:block}.landing-page .landing-why{min-height:700px;overflow:hidden;border:0;padding:0 40px;background:#000315}.landing-why__orb{position:absolute;z-index:1;top:0;left:50%;width:min(1000px,calc(100vw - 80px));height:auto;aspect-ratio:1000/558.416;opacity:80%;pointer-events:none;transform:translateX(-50%)}.landing-why__orb-mask{position:absolute;top:1.064%;left:.0074%;width:97.1708%;height:98.9325%;-webkit-mask-image:url(/_next/static/media/why-orb-mask.6e946be6.svg);mask-image:url(/_next/static/media/why-orb-mask.6e946be6.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;mask-type:alpha}.landing-why__orb-mask img{position:absolute;top:-29.033%;left:-14.323%;display:block;width:130.423%;max-width:none;height:129.032%;object-fit:cover}.landing-why__orb-outline{position:absolute;top:1.0745%;left:.522%;display:block;width:96.1341%;height:98.9255%}.landing-page .landing-why__content{position:relative;z-index:2;display:flex;width:min(100%,1300px);align-items:center;gap:60px;margin:230px auto 0;flex-direction:column}.landing-page .landing-why__heading{display:flex;align-items:center;justify-content:center;gap:24px;margin:0;color:#fff;font-family:PingFang SC,Inter,sans-serif;font-size:50px;font-weight:var(--marketing-font-medium);letter-spacing:0;line-height:75px}.landing-page .landing-why__heading>span{white-space:nowrap}.landing-page .landing-why .allylo-wordmark{width:300px;height:95.555px}.landing-page .landing-why__list{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,380px));align-items:center;justify-content:center;gap:80px;margin:0;border:0}.landing-page .landing-why__list article{display:flex;width:100%;min-height:0;align-items:center;gap:32px;border:0;flex-direction:column;text-align:center}.landing-why__platform{display:block;width:200px;height:200px;flex:0 0 200px;object-fit:contain}.landing-page .landing-why__copy{display:flex;width:100%;align-items:center;gap:4px;flex-direction:column}.landing-page .landing-why__list h3{width:100%;margin:0;color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:var(--marketing-font-medium);line-height:27px}.landing-page .landing-why__list p{width:100%;margin:0;color:rgb(255 255 255/72%);font-family:Inter,sans-serif;font-size:14px;font-weight:var(--marketing-font-regular);line-height:21px}.landing-page .landing-final-cta{isolation:isolate;min-height:clamp(480px,28vw,540px);border:0;padding:30px;background:transparent}@media (min-width:1025px){.landing-page .landing-final-cta{margin-top:clamp(64px,5vw,96px)}}.landing-page .landing-final-cta__glow{z-index:0;top:calc(50% - clamp(262px, 20.4688vw, 393px));right:auto;left:calc(50% - clamp(247.333px, 19.3229vw, 371px));width:clamp(800px,62.5vw,1200px);height:clamp(400px,31.25vw,600px);object-fit:contain}.landing-page .landing-final-cta h2{z-index:2;max-width:100%;margin:0;color:#fff;font-family:var(--marketing-font-family);font-size:clamp(53.333px,4.1667vw,80px);font-weight:var(--marketing-font-medium);letter-spacing:0;line-height:clamp(80px,6.25vw,120px);transform:scaleX(1.0286);transform-origin:center;white-space:nowrap;word-spacing:clamp(-12px,-.625vw,-8px)}.landing-page .landing-final-cta h2 span{background:linear-gradient(90deg,#d7c0fe,#985bff);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:inherit}.landing-page .landing-final-cta p{max-width:100%;margin:clamp(8px,.625vw,12px) 0 0;color:rgb(255 255 255/72%);font-size:clamp(13.333px,1.0417vw,20px);line-height:clamp(20px,1.5625vw,30px)}.landing-page .landing-final-cta .landing-glow-button,.landing-page .landing-final-cta p{z-index:2;font-family:var(--marketing-font-family);font-weight:var(--marketing-font-regular)}.landing-page .landing-final-cta .landing-glow-button{isolation:isolate;width:clamp(150.667px,11.7708vw,226px);height:clamp(45.333px,3.5417vw,68px);min-height:0;margin-top:clamp(16px,1.25vw,24px);border:clamp(.567px,.0443vw,.85px) solid rgb(255 255 255/40%);padding:0;background:rgb(135 65 255/10%);box-shadow:inset 0 0 clamp(9.52px,.7438vw,14.28px) rgb(255 255 255/25%);color:#fff;font-size:clamp(15.867px,1.2396vw,23.8px);line-height:normal;transition:background-color .18s ease,border-width .18s ease,box-shadow .18s ease}.landing-page .landing-final-cta .landing-glow-button:before{z-index:0;top:50%;left:50%;width:clamp(218.733px,17.0885vw,328.1px);height:clamp(112.2px,8.7656vw,168.3px);background:url(/_next/static/media/final-cta-button-glow.f1986b9e.svg) 50%/100% 100% no-repeat;pointer-events:none;transition:opacity .18s ease;transform:translate(-50.1%,-26.26%)}.landing-page .landing-final-cta .landing-glow-button:after{position:absolute;z-index:0;top:clamp(-11.47px,-.5974vw,-7.647px);left:clamp(-49.138px,-2.5593vw,-32.759px);width:clamp(212.759px,16.6218vw,319.139px);height:clamp(91.77px,7.1695vw,137.655px);background:url(/_next/static/media/final-cta-button-hover-glow.be2ea133.svg) 50%/100% 100% no-repeat;content:"";opacity:0;pointer-events:none;transition:opacity .18s ease}.landing-page .landing-final-cta .landing-glow-button:focus-visible,.landing-page .landing-final-cta .landing-glow-button:hover{border-width:clamp(.571px,.0446vw,.856px);border-color:rgb(255 255 255/40%);background:rgb(135 65 255/24%);box-shadow:inset 0 0 clamp(9.702px,.758vw,14.553px) rgb(255 255 255/44%);transform:none}.landing-page .landing-final-cta .landing-glow-button:focus-visible:before,.landing-page .landing-final-cta .landing-glow-button:hover:before{opacity:0}.landing-page .landing-final-cta .landing-glow-button:focus-visible:after,.landing-page .landing-final-cta .landing-glow-button:hover:after{opacity:100%}.landing-page .landing-footer{position:relative;z-index:3;display:flex;width:min(100%,1320px);min-height:190px;align-items:center;justify-content:space-between;gap:40px;margin:0 auto;padding:42px 28px 75px;color:rgb(236 232 245/46%);font-size:14px}.landing-page .landing-footer__legal{display:flex;gap:30px;color:rgb(236 232 245/46%)}.landing-page .landing-footer__legal a,.landing-page .landing-footer__legal span{white-space:nowrap}.landing-page .landing-footer__legal span{cursor:default}.landing-page .landing-footer__legal a{transition:color .16s ease}.landing-page .landing-footer__legal a:hover{color:rgb(255 255 255/78%)}@media (max-width:1280px){.site-header.is-marketing .site-header__inner{padding:24px 34px}.site-header.is-marketing .marketing-nav a{padding:0}.landing-page .landing-market-preview-shell{width:min(100%,1120px)}.landing-market-preview__analysis{grid-template-columns:minmax(0,1fr) 260px}.landing-page .landing-agent-grid{gap:18px}}@media (max-width:1024px){.site-header.is-marketing{--mobile-navigation-offset:86px}.site-header.is-marketing .site-header__inner{min-height:86px;padding:18px 34px}.site-header.is-marketing .marketing-nav{display:none}.site-header.is-marketing .site-brand__logo{width:156px;height:auto}.landing-page .landing-hero{min-height:0;padding-top:170px;padding-bottom:130px}.landing-page .landing-market-preview-shell{width:min(100%,880px)}.landing-page .landing-market-preview{grid-template-rows:auto auto}.landing-analysis-artwork__stars{height:100%}.landing-market-preview__analysis{grid-template-columns:minmax(0,1fr) 220px}.landing-market-preview__analysis article b,.landing-market-preview__analysis article>div>small{max-width:500px}.landing-page .landing-thinking{min-height:0;padding-top:130px}.landing-page .landing-thinking__visual-slot{margin-top:clamp(193px,calc(33.16vw - 46px),294px)}.landing-page .landing-thinking__flow{height:auto}.landing-page .landing-thinking-node.is-sources{left:1%;transform:scale(.82)}.landing-page .landing-thinking-node.is-engine{left:38%;transform:scale(.82)}.landing-page .landing-thinking-node.is-brain{right:1%;transform:scale(.82)}.landing-page .landing-thinking-node.is-agents{right:2%;transform:scale(.82)}.landing-page .landing-thinking-node.is-outcome{left:28%;transform:scale(.82)}.landing-page .landing-agent-grid{width:min(100%,632px);grid-template-columns:repeat(2,304px);justify-content:center;gap:24px}.landing-page .landing-agent-card,.landing-page .landing-agent-coming{height:430px;min-height:430px;padding:20px}.landing-page .landing-agent-coming{grid-column:1/-1;justify-self:center}.landing-page .landing-agents{min-height:0}.landing-agents__perspective-grid{display:none}.landing-page .landing-why{min-height:760px;padding-right:24px;padding-left:24px}.landing-page .landing-why__content{gap:52px;margin-top:210px}.landing-page .landing-why__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.landing-page .landing-why__list h3{margin-top:0}}@media (max-width:720px){.site-header.is-marketing{--mobile-navigation-offset:76px}.site-header.is-marketing .site-header__inner{min-height:76px;padding:16px max(16px,env(safe-area-inset-right)) 16px max(16px,env(safe-area-inset-left))}.site-header.is-marketing .site-brand{min-height:40px}.site-header.is-marketing .site-brand__logo{width:120px;height:auto}.site-header.is-marketing .site-header__actions{gap:8px}.site-header.is-marketing .header-account__menu{position:fixed;top:70px;right:max(12px,env(safe-area-inset-right));left:auto;width:min(220px,calc(100vw - 24px));max-height:calc(100dvh - 84px);overflow-y:auto;z-index:2000}.header-account__signup{min-height:44px;padding:10px 14px;font-size:13px;line-height:20px}.site-header.is-marketing .header-account__trigger.is-guest{min-width:68px;min-height:44px;padding:10px 14px;font-size:14px;line-height:20px}.site-header.is-marketing .language-switcher{min-width:44px;min-height:44px;padding:0 8px;font-size:14px;line-height:20px}.site-header.is-marketing .language-switcher__icon{width:20px;height:20px}.landing-page .landing-hero{padding:142px max(16px,env(safe-area-inset-right)) 100px max(16px,env(safe-area-inset-left))}.landing-hero__laser-layer{top:6px;left:-25%;width:150%;height:var(--landing-laser-height,610px);opacity:76%}.landing-hero__laser-flow{transform:none}.landing-page .landing-hero:has(.laser-flow-container[data-laser-state=ready]) .landing-hero__beam{opacity:0;visibility:hidden}.landing-page .landing-hero__copy h2{font-size:clamp(32px,9.5vw,40px)}.landing-page .landing-hero__copy>p{margin-top:22px;font-size:14px}.landing-glow-button{width:min(100%,360px);min-height:58px;margin-top:36px;padding:0 22px;font-size:17px}.landing-page .landing-hero .landing-glow-button{width:min(100%,360px);height:58px;min-height:58px;padding:0 22px;font-size:17px}.landing-hero__beam{left:77%;height:520px;opacity:64%}.landing-stars-background{opacity:82%}.landing-page .landing-market-preview-shell{width:100%;height:auto;margin-top:78px}.landing-page .landing-market-preview{height:auto;grid-template-rows:auto auto;gap:8px;border-width:.5px;border-radius:16px;padding:6px}.landing-market-preview__analysis{min-height:0;grid-template-columns:1fr;gap:8px;padding:0}.landing-market-preview__analysis article{padding:13px}.landing-analysis-artwork__left-glow{top:auto;bottom:-2.8vw;left:-5%;width:27%;height:auto}.landing-analysis-orb img{width:32px;height:32px}.landing-analysis-summary b,.landing-analysis-summary small{max-width:100%}.landing-market-preview__analysis aside{display:flex;min-height:0;align-items:center;justify-content:space-between;flex-direction:row;gap:10px;padding:12px 14px}.landing-market-preview__analysis aside>small{min-width:0;flex:1 1 auto;font-size:14px;line-height:21px}.landing-market-preview__analysis aside>div{flex:0 0 auto;gap:clamp(6px,2vw,8px)}.landing-market-preview__analysis aside strong{font-size:clamp(20px,5.64vw,22px);line-height:1.5}.landing-market-preview__analysis aside .landing-performance-sparkline{width:clamp(60px,19.5vw,76px);height:auto;flex-basis:clamp(60px,19.5vw,76px)}.landing-market-preview__content{height:300px;grid-template-rows:minmax(300px,1fr);padding:0}.landing-page .landing-market-preview__chart{min-height:300px}.landing-page .landing-section-heading h2{font-size:clamp(36px,10vw,47px)}.landing-page .landing-section-heading.is-centered p{margin-top:18px;font-size:14px}.landing-page .landing-thinking{min-height:0;padding:90px 0 0}.landing-page .landing-thinking .landing-section-heading{width:calc(100% - 32px)}.landing-page .landing-thinking .landing-section-heading h2{font-size:clamp(24px,7.5vw,30px);line-height:1.35}.landing-page .landing-thinking .landing-section-heading.is-centered p{margin-top:16px;font-size:14px;line-height:1.5}.landing-page .landing-thinking__orb{top:-30px;width:120vw;height:410px}.landing-page .landing-thinking__visual-slot{width:min(100%,375px);height:auto;aspect-ratio:375/476;margin:clamp(120px,calc(25.9vw + 9px),164px) auto 0}.landing-page .landing-thinking__visual-slot .landing-thinking__flow{display:block;width:100%;height:100%;margin:0;overflow:hidden;border:0;border-radius:0;padding:0;background:#000315;box-shadow:none}.landing-page .landing-thinking__flow:before{top:calc(100cqw * 9 / 375);left:0;width:100%;height:calc(100cqw * 458 / 375);border:.5px solid rgb(255 255 255/18%);border-radius:calc(100cqw * 34.594 / 375);background:rgb(24 24 24/20%);box-shadow:none;transform:none}.landing-page .landing-thinking__flow:after{display:none}.landing-thinking__track-frame{top:calc(100cqw * 107.404 / 375);left:calc(100cqw * 28 / 375);width:calc(100cqw * 325.986 / 375);height:calc(100cqw * 269.596 / 375);transform:rotate(180deg);transform-origin:center}.landing-thinking__track.is-desktop{display:none}.landing-thinking__track.is-mobile{top:-.37%;left:-.39%;display:block;width:100.7%;height:100.72%}.landing-thinking__pulse{width:calc(100cqw * 2.839 / 375);background:#ffcc12;box-shadow:0 0 calc(100cqw * 2.129 / 375) calc(100cqw * 1.065 / 375) rgb(255 235 145/25%),0 0 calc(100cqw * 4 / 375) rgb(255 204 18/45%)}.landing-thinking__pulse.is-one{top:calc(100cqw * 219.645 / 375);left:calc(100cqw * 52.549 / 375)}.landing-thinking__pulse.is-two{top:calc(100cqw * 222.129 / 375);left:calc(100cqw * 265.098 / 375)}.landing-thinking__pulse.is-three{display:none}.landing-thinking__pulse.is-four{top:calc(100cqw * 359.68 / 375);left:calc(100cqw * 202.485 / 375)}.landing-thinking__connector-frame{top:calc(100cqw * 183.096 / 375);width:calc(100cqw * 62.097 / 375);height:calc(100cqw * 67.773 / 375)}.landing-thinking__connector-frame.is-leading{left:calc(100cqw * 52.55 / 375)}.landing-thinking__connector-frame.is-trailing{left:calc(100cqw * 198.741 / 375)}.landing-thinking-step strong{color:rgb(255 255 255/70%);font-size:calc(100cqw * 12 / 375);font-weight:var(--marketing-font-regular);line-height:calc(100cqw * 18 / 375)}.landing-thinking-step__marker{width:calc(100cqw / 375);border-radius:0;background:linear-gradient(180deg,#000315,#4a406a 34.62%,#577fe2 65.38%,#000315);box-shadow:none}.landing-thinking-step.is-sources .landing-thinking-step__art-frame{top:calc(100cqw * 36.193 / 375);left:calc(100cqw * 64.865 / 375);width:calc(100cqw * 92.258 / 375);height:calc(100cqw * 103.555 / 375)}.landing-thinking-step.is-sources .landing-thinking-step__marker{top:calc(100cqw * 86 / 375);left:calc(100cqw * 167 / 375);width:calc(100cqw * 32 / 375);height:calc(100cqw / 375);background:linear-gradient(90deg,#000315,#4a406a 34.62%,#577fe2 65.38%,#000315)}.landing-thinking-step.is-sources strong{top:calc(100cqw * 77 / 375);left:calc(100cqw * 206 / 375);text-align:left}.landing-thinking-step.is-engine .landing-thinking-step__art-frame{top:calc(100cqw * 152.58 / 375);left:calc(100cqw * 89.452 / 375);width:calc(100cqw * 126.323 / 375);height:calc(100cqw * 126.323 / 375)}.landing-thinking-step.is-engine .landing-thinking-step__marker{top:calc(100cqw * 147 / 375);left:calc(100cqw * 183 / 375);width:calc(100cqw / 375);height:calc(100cqw * 32 / 375)}.landing-thinking-step.is-engine strong{top:calc(100cqw * 127 / 375);left:calc(100cqw * 157 / 375);transform:none}.landing-thinking-step.is-brain .landing-thinking-step__art-frame{top:calc(100cqw * 163.291 / 375);left:calc(100cqw * 271.388 / 375);width:calc(100cqw * 93.677 / 375);height:calc(100cqw * 93.677 / 375)}.landing-thinking-step.is-brain .landing-thinking-step__marker{top:calc(100cqw * 275 / 375);left:calc(100cqw * 279 / 375);width:calc(100cqw * 32 / 375);height:calc(100cqw / 375);background:linear-gradient(90deg,#000315,#4a406a 34.62%,#577fe2 65.38%,#000315)}.landing-thinking-step.is-brain strong{top:calc(100cqw * 267 / 375);left:calc(100cqw * 92 / 375);transform:none}.landing-thinking-agents__branches-frame{top:calc(100cqw * 318.518 / 375);left:calc(100cqw * 82.905 / 375);width:calc(100cqw * 207.226 / 375);height:calc(100cqw * 83.733 / 375)}.landing-thinking-agents__list>span{gap:calc(100cqw * 2.129 / 375)}.landing-thinking-agents__list>span.is-argus{top:calc(100cqw * 306.098 / 375);left:calc(100cqw * 236.549 / 375)}.landing-thinking-agents__list>span.is-mark{top:calc(100cqw * 344.775 / 375);left:calc(100cqw * 249.323 / 375)}.landing-thinking-agents__list>span.is-hydra{top:calc(100cqw * 372.098 / 375);left:calc(100cqw * 279.13 / 375)}.landing-thinking-agent-icon{width:calc(100cqw * 20.581 / 375)}.landing-thinking-agents__list b{font-size:calc(100cqw * 9.935 / 375);font-weight:var(--marketing-font-semibold);line-height:1.5}.landing-thinking-step.is-agents .landing-thinking-step__marker{top:calc(100cqw * 396 / 375);left:calc(100cqw * 272 / 375);width:calc(100cqw / 375);height:calc(100cqw * 20 / 375)}.landing-thinking-step.is-agents strong{top:calc(100cqw * 417 / 375);left:calc(100cqw * 226 / 375);transform:none}.landing-thinking-step.is-outcome .landing-thinking-step__art-frame{top:calc(100cqw * 343.42 / 375);left:calc(100cqw * 25.421 / 375);width:calc(100cqw * 85.161 / 375);height:calc(100cqw * 85.161 / 375)}.landing-thinking-step.is-outcome .landing-thinking-step__marker{top:calc(100cqw * 420 / 375);left:calc(100cqw * 103 / 375);width:calc(100cqw / 375);height:calc(100cqw * 20 / 375)}.landing-thinking-step.is-outcome strong{top:calc(100cqw * 439 / 375);left:calc(100cqw * 54 / 375);transform:none}.landing-thinking__paths{display:block;inset:4% 3% 3%;width:94%;height:93%;opacity:72%}.landing-thinking__paths path{stroke-width:1.5}.landing-page .landing-thinking-node,.landing-page .landing-thinking-node.is-agents,.landing-page .landing-thinking-node.is-brain,.landing-page .landing-thinking-node.is-engine,.landing-page .landing-thinking-node.is-outcome,.landing-page .landing-thinking-node.is-sources{position:absolute;min-height:0;height:auto;aspect-ratio:1;transform:none}.landing-page .landing-thinking-node.is-sources{top:2.5%;left:2.5%;width:35%}.landing-page .landing-thinking-node.is-engine{top:30%;left:27%;width:32%}.landing-page .landing-thinking-node.is-brain{top:31%;right:2.5%;width:32%}.landing-page .landing-thinking-node.is-agents{right:1.5%;bottom:12%;width:37%;height:28%;aspect-ratio:auto}.landing-page .landing-thinking-node.is-outcome{bottom:1.5%;left:1%;width:36%}.landing-page .landing-thinking-node strong,.landing-page .landing-thinking-node.is-agents strong,.landing-page .landing-thinking-node.is-brain strong,.landing-page .landing-thinking-node.is-engine strong,.landing-page .landing-thinking-node.is-outcome strong,.landing-page .landing-thinking-node.is-sources strong{inset:auto;width:max-content;max-width:210px;color:rgb(255 255 255/70%);font-size:clamp(10px,3.2vw,12px);font-weight:var(--marketing-font-regular);line-height:1.5}.landing-page .landing-thinking-node.is-sources strong{top:50%;left:134%}.landing-page .landing-thinking-node.is-engine strong{top:-18%;left:28%}.landing-page .landing-thinking-node.is-brain strong{top:92%;left:-125%}.landing-page .landing-thinking-node.is-agents strong{right:0;bottom:-20%}.landing-page .landing-thinking-node.is-outcome strong{bottom:-9%;left:35%}.landing-page .landing-thinking-node.is-sources .landing-market-constellation{width:88%;height:64%}.landing-page .landing-thinking-node.is-engine .landing-feature-orb{width:66%;height:66%}.landing-page .landing-thinking-node.is-brain .landing-brain-orb{width:78%;height:72%}.landing-page .landing-thinking-node.is-outcome .landing-profit-orb{width:74%;height:74%}.landing-agent-flow-list{width:88%;gap:6px}.landing-agent-flow-list>span{gap:6px;font-size:clamp(9px,2.9vw,11px)}.landing-agent-flow-list i{width:22px;height:22px;border-radius:4px}.landing-agent-flow-list svg{width:13px;height:13px}.landing-page .landing-agents{min-height:0;padding:48px 16px 0}.landing-page .landing-agents .landing-section-heading{width:100%;gap:12px}.landing-page .landing-agents .landing-section-heading h2{font-size:clamp(24px,7.5vw,30px);line-height:1.35}.landing-page .landing-agents .landing-section-heading.is-centered p{min-height:0;margin:0;font-size:14px;line-height:1.5}.landing-page .landing-agent-grid{width:min(100%,304px);grid-template-columns:304px;gap:20px;margin-top:35px}.landing-page .landing-agent-card{height:430px;min-height:430px;padding:20px}.landing-page .landing-agent-catalog-state{width:304px;grid-column:auto;padding:32px 24px}.landing-page .landing-agent-coming{height:430px;min-height:430px;grid-column:auto;justify-self:auto;padding:20px}.landing-page .landing-why{min-height:0;padding:110px 18px 40px}.landing-why__orb{top:45px;width:130vw;max-width:none;height:auto}.landing-page .landing-why__content{gap:24px;margin-top:0}.landing-page .landing-why__heading{align-items:center;gap:10px;flex-direction:column;font-size:36px;line-height:1.35}.landing-page .landing-why .allylo-wordmark{width:240px;height:auto}.landing-page .landing-why__list{width:min(100%,430px);grid-template-columns:1fr;gap:0;margin-top:0}.landing-page .landing-why__list h3{margin-top:0;font-size:19px}.landing-page .landing-why__list p{max-width:360px;font-size:13px}.landing-page .landing-final-cta{min-height:0;justify-content:flex-start;padding:48px 18px}.landing-page .landing-final-cta h2{max-width:560px;font-size:clamp(32px,10vw,40px);line-height:1.12;transform:none;white-space:normal;word-spacing:normal}.landing-page .landing-final-cta p{margin-top:25px;font-size:14px}.landing-page .landing-final-cta .landing-glow-button{width:auto;min-height:58px;margin-top:31px;padding:0 29px}.landing-page .landing-footer{min-height:0;align-items:flex-start;gap:24px;padding:35px 18px max(52px,env(safe-area-inset-bottom));flex-direction:column}.landing-page .landing-footer__legal{flex-wrap:wrap;gap:14px 22px}}@media (max-width:430px){.header-account__signup{display:none}.landing-page .landing-market-preview__chart{min-height:270px}.landing-market-preview__analysis article p{display:grid;gap:2px}}@media (max-width:340px){.landing-page .landing-hero__copy h2{font-size:clamp(34px,11.25vw,38px)}}@media (max-width:1280px){.site-header.is-authenticated .site-header__inner{min-height:60px;padding:0 20px 0 23px}.site-header.is-authenticated.is-mt-unbound .site-header__inner{padding-right:20px}}@media (max-width:1024px){.site-header.is-authenticated .site-header__inner{min-height:60px;gap:16px;padding:0 max(18px,env(safe-area-inset-right)) 0 max(18px,env(safe-area-inset-left))}.site-header.is-authenticated.is-mt-unbound .site-header__inner{padding-right:max(18px,env(safe-area-inset-right))}.site-header.is-authenticated .site-brand__logo{width:104px;height:32px}.site-header.is-authenticated .authenticated-header__metrics,.site-header.is-authenticated .desktop-nav{display:none}.site-header.is-authenticated .mobile-nav-toggle{display:grid;width:44px;height:44px;flex:0 0 44px}}@media (max-width:720px){.site-header.is-authenticated .site-header__inner{min-height:60px;gap:12px;padding:0 max(15px,env(safe-area-inset-right)) 0 max(15px,env(safe-area-inset-left))}.site-header.is-authenticated.is-mt-unbound .site-header__inner{padding-right:max(15px,env(safe-area-inset-right))}.site-header.is-authenticated .site-brand{width:104px;height:32px;min-height:0}.site-header.is-authenticated .site-header__actions{gap:8px}.site-header.is-authenticated .authenticated-header__account-trigger{min-height:35px;padding:0}.site-header.is-authenticated .header-account__menu{top:56px}.site-header.is-authenticated .language-switcher{min-width:auto;min-height:21px;padding:0;font-size:14px;line-height:21px}.site-header.is-authenticated .language-switcher__icon{width:18px;height:18px}.site-header.is-authenticated.is-mt-unbound .language-switcher{gap:4px;font-size:14px;line-height:21px}.site-header.is-authenticated.is-mt-unbound .language-switcher__icon{width:18px;height:18px}.site-header.is-authenticated.is-mt-unbound .language-switcher__chevron{display:none}}@media (max-width:380px){.site-header.is-authenticated .site-header__inner{gap:8px;padding-right:max(10px,env(safe-area-inset-right));padding-left:max(10px,env(safe-area-inset-left))}.site-header.is-authenticated .site-brand,.site-header.is-authenticated .site-brand__logo{width:94px;height:auto}.site-header.is-authenticated .site-header__actions{gap:6px}.site-header.is-authenticated .authenticated-header__account-value{max-width:64px}.site-header.is-authenticated .authenticated-header__account-label,.site-header.is-authenticated .language-switcher span{display:none}.site-header.is-authenticated .authenticated-header__account-trigger{min-height:20px;justify-content:center}.site-header.is-authenticated.is-mt-unbound .authenticated-header__account-trigger{width:72px}.site-header.is-authenticated .language-switcher{width:28px;min-width:28px}}@media (prefers-reduced-motion:reduce){.app-scroll-indicator{transition:none}.landing-inference-progress>span{animation:none}.landing-inference-progress>span:first-child{background-color:#d0ff00;box-shadow:0 0 3px rgb(208 255 0/50%)}.landing-hero__laser-layer{display:none}.landing-hero__beam{opacity:84%!important}.landing-stars-background__field{transform:none;transition:none}.landing-stars-background__layer{animation:none}.landing-glow-button,.landing-page .landing-agent-card{transform:none!important}}body:has(.cockpit-page){background:#000315}.cockpit-page{--gold:#d0ff00;--gold-light:#d0ff00;--gold-dark:#6e8600;--green:#00c087;--red:#f6465d;--line:rgb(255 255 255/12%);--line-strong:rgb(255 255 255/24%);--muted:rgb(255 255 255/38%);--muted-light:rgb(255 255 255/72%);--cockpit-viewport-workspace-height:calc(100dvh - 92px);background:#000315;background-size:auto;color:#fff;font-family:PingFang SC,\.SF Compact,SF Compact,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif}.cockpit-page:before{background:url(/_next/static/media/hub-stars.f548695b.jpg) top/100% 99.9031% no-repeat;filter:none;opacity:30%}.cockpit-page:after,.cockpit-page:before{position:fixed;inset:0 auto auto 50%;width:max(100%,1440px);height:auto;aspect-ratio:1440/1032;transform:translateX(-50%)}.cockpit-page:after{background:radial-gradient(ellipse 26.141% 72.721% at 106.058% 28.802%,#8741ff 0,rgb(135 65 255/0) 100%);filter:blur(20px);-webkit-mask-image:none;mask-image:none;opacity:40%}.cockpit-page main{width:100%;padding:0 16px}.cockpit-page .cockpit-layout{display:grid;grid-template:"workspace trade" var(--cockpit-viewport-workspace-height) "reasoning trade" auto /minmax(0,1fr) 342px;align-items:start;column-gap:16px;padding:16px 0}.cockpit-page .cockpit-layout>.reasoning-section-shell{grid-area:reasoning}.cockpit-page .cockpit-grid{grid-area:workspace;display:grid;height:var(--cockpit-viewport-workspace-height);min-height:0;grid-template-areas:"ranking market";grid-template-columns:273px minmax(0,1fr);align-items:stretch;gap:16px;padding:0}.cockpit-page .cockpit-layout .terminal-card{--terminal-card-border:linear-gradient(135deg,#fff,#323d01 25.16%,#8741ff 55.36%,#5c5c5c 73.27%,#6e8600 89.88%,#fff);position:relative;isolation:isolate;border:.5px solid rgb(255 255 255/40%);border-radius:12px;background:#000315;background-clip:padding-box;box-shadow:inset 0 4px 4px rgb(0 0 0/25%);-webkit-backdrop-filter:none;backdrop-filter:none}.cockpit-page .cockpit-layout .terminal-card:before{position:absolute;z-index:10;inset:-.5px;border-radius:inherit;padding:.5px;background:var(--terminal-card-border);content:"";pointer-events:none;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.cockpit-page .cockpit-grid .leaderboard-panel{position:relative;z-index:0;display:flex;height:717px;min-width:0;align-self:stretch;flex-direction:column;gap:10px;overflow:hidden;padding:16px 0;background:linear-gradient(rgb(0 3 21/72%),rgb(0 3 21/72%)),url(/_next/static/media/hub-stars.f548695b.jpg) 45% 0 /auto 1300px;background-clip:padding-box;box-shadow:none}.leaderboard-panel__decor,.leaderboard-panel__decor img{position:absolute;pointer-events:none}.leaderboard-panel__decor{z-index:-1;inset:0;overflow:hidden}.leaderboard-panel__beam.is-a{top:-120px;left:87px;width:123px;height:209px;opacity:80%;transform:rotate(22deg)}.leaderboard-panel__beam.is-b{top:-23px;left:149px;width:62px;height:121px;opacity:80%;transform:rotate(22deg)}.leaderboard-panel__beam.is-c{top:-140px;left:177px;width:133px;height:348px;opacity:80%;transform:rotate(10deg)}.leaderboard-panel__orb{top:-49px;left:147px;width:94px;height:94px;mix-blend-mode:plus-lighter;opacity:80%}.leaderboard-panel__bottom-glow{bottom:-252px;left:-62px;width:346px;height:331px}.cockpit-agent-summary,.cockpit-leaderboard-body{position:relative;z-index:1}.cockpit-agent-summary{display:flex;width:100%;height:43px;flex:0 0 43px;align-items:center;gap:8px;padding:0 14px}.cockpit-agent-summary__avatar{display:grid;width:40px;height:40px;flex:0 0 40px;overflow:hidden;place-items:center;border:.5px solid rgb(255 255 255/40%);border-radius:8px;background:#000002}.cockpit-agent-summary__avatar img{width:33px;height:33px;object-fit:cover}.cockpit-agent-summary__avatar.is-code{background:linear-gradient(145deg,#6d31ff,#17124d)}.cockpit-agent-summary__avatar.is-code b{color:#fff;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;letter-spacing:.04em}.cockpit-agent-summary__copy{display:flex;min-width:0;justify-content:center;flex-direction:column;gap:4px}.cockpit-agent-summary__copy>span{display:flex;min-width:0;align-items:center;gap:4px}.cockpit-agent-summary__copy strong{overflow:hidden;color:#fff;font-size:14px;font-weight:600;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-agent-summary__copy em{max-width:62px;border-radius:4px;padding:0 6px;background:rgb(0 170 255/20%);color:#0af;font-style:normal}.cockpit-agent-summary__copy em,.cockpit-agent-summary__copy small{overflow:hidden;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.cockpit-agent-summary__copy small{color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif}.network-status-badge{--network-status-color:15 230 0;--network-status-halo-color:13 192 0;display:inline-flex;height:29px;flex:0 0 auto;align-items:center;gap:2px;margin-left:auto;border-radius:99px;padding:4px 12px;background:rgb(var(--network-status-color)/20%);color:rgb(var(--network-status-color));font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:500;line-height:21px;white-space:nowrap}.network-status-badge.is-unstable{--network-status-color:255 221 0;--network-status-halo-color:255 221 0}.network-status-badge.is-disconnected{--network-status-color:255 32 61;--network-status-halo-color:255 32 61}.network-status-badge__signal{position:relative;display:block;width:16px;height:16px;flex:0 0 16px;overflow:hidden}.network-status-badge__signal i,.network-status-badge__signal:after,.network-status-badge__signal:before{position:absolute;top:50%;left:50%;border-radius:50%;content:"";transform:translate(-50%,-50%)}.network-status-badge__signal:before{width:9px;height:9px;background:rgb(var(--network-status-color)/73%);filter:blur(3.9px)}.network-status-badge__signal:after{width:12px;height:12px;background:rgb(var(--network-status-halo-color)/10%)}.network-status-badge__signal i{z-index:1;width:6px;height:6px;background:rgb(var(--network-status-color))}.cockpit-leaderboard-body{display:flex;min-height:0;flex:1 1;align-items:center;flex-direction:column;gap:15px}.cockpit-win-rate{display:flex;width:100%;height:83px;flex:0 0 83px;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px;padding:0 14px}.cockpit-leaderboard-body>h2,.cockpit-win-rate>span{margin:0;color:#fff;font-size:14px;font-weight:500;line-height:21px}.cockpit-win-rate>div{display:flex;width:100%;height:58px;align-items:center;gap:4px}.cockpit-win-rate strong{flex:1 1;color:#00c087;font-family:\.SF Compact,SF Compact,sans-serif;font-size:16px;font-weight:700;line-height:24px}.cockpit-win-rate strong.is-negative{color:#f6465d}.cockpit-win-rate img{width:102px;height:58px;object-fit:contain}.cockpit-win-rate .cockpit-performance-sparkline{width:102px;height:58px;flex:0 0 102px;overflow:visible}.cockpit-leaderboard-divider{width:204px;height:0;flex:0 0;border-top:.5px solid rgb(255 255 255/20%);background:none}.cockpit-leaderboard-body>h2{width:100%;flex:0 0 21px;padding:0 14px}.cockpit-page .leaderboard-list{display:flex;width:100%;min-height:0;flex:1 1;flex-direction:column;gap:10px;margin:0}.cockpit-page .leaderboard-list__status{display:grid;min-height:120px;flex:1 1;margin:0;place-items:center;color:rgb(255 255 255/54%);font-size:12px;text-align:center}.cockpit-page .leaderboard-list>div{display:grid;width:100%;min-height:36px;grid-template-columns:24px minmax(0,1fr) auto;flex:0 0 36px;align-items:center;gap:8px;border:0;padding:0 14px}.cockpit-page .leaderboard-list>div:not(:first-child){min-height:38px;flex-basis:38px}.cockpit-page .rank-avatar{position:relative;display:grid;width:24px;height:24px;overflow:hidden;place-items:center;border:.2px solid #d9d9d9;border-radius:4px;background:#8741ff;color:#d0ff00;font-family:Outfit,sans-serif;font-size:12px;font-weight:600}.cockpit-page .rank-avatar.is-medal{overflow:visible;border:0;background:transparent}.cockpit-page .rank-avatar img{position:absolute;top:-10px;left:-10px;width:44px;height:44px;max-width:none;object-fit:cover}.cockpit-page .leaderboard-list>div:nth-child(3) .rank-avatar img{top:-8px;left:-9px;width:42px;height:42px}.cockpit-page .leaderboard-list p{display:flex;min-width:0;align-items:flex-start;flex-direction:column;gap:0}.cockpit-page .leaderboard-list p strong{max-width:118px;color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:400;line-height:21px}.cockpit-page .leaderboard-list p small{overflow:hidden;max-width:118px;color:rgb(255 255 255/38%);font-size:10px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .leaderboard-list>div>b{color:#00c087;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:500;line-height:21px;white-space:nowrap}.cockpit-page .cockpit-agent-list-panel{grid-area:ranking;position:relative;isolation:isolate;display:flex;width:273px;height:717px;min-width:0;align-self:stretch;flex-direction:column;overflow:hidden;border:.5px solid rgb(255 255 255/40%);border-radius:12px;padding:16px}.cockpit-page .cockpit-agent-list-panel:before{position:absolute;z-index:10;inset:-.5px;border-radius:inherit;padding:.5px;background:linear-gradient(172.68deg,#fff,#323d01 25.16%,#8741ff 55.36%,#5c5c5c 73.27%,#6e8600 89.88%,#fff);content:"";pointer-events:none;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.cockpit-page .cockpit-agent-list-panel__scroll{display:flex;width:100%;min-height:0;flex:1 1 auto;flex-direction:column;gap:16px;overflow:hidden auto;scrollbar-color:rgb(255 255 255/22%) transparent;scrollbar-width:thin}.cockpit-page .cockpit-agent-list-panel__scroll::-webkit-scrollbar{width:4px}.cockpit-page .cockpit-agent-list-panel__scroll::-webkit-scrollbar-thumb{border-radius:99px;background:rgb(255 255 255/22%)}.cockpit-page .cockpit-agent-list__skeleton{display:flex;width:100%;height:96px;flex:0 0 96px;overflow:hidden;border:0;border-radius:8px;padding:12px 16px;background:#191919;flex-direction:column;gap:8px}.cockpit-page .cockpit-agent-list__skeleton-heading{display:flex;width:208px;height:44px;flex:0 0 44px;align-items:center;gap:6px}.cockpit-page .cockpit-agent-list__skeleton-identity{display:flex;width:162px;height:44px;flex:0 0 162px;justify-content:center;flex-direction:column;gap:4px}.cockpit-page .cockpit-agent-list__skeleton-block{display:block;flex:0 0 auto;border-radius:8px;background:linear-gradient(132deg,#2d2d2d,#505050 50%,#3f3f3f)}.cockpit-page .cockpit-agent-list__skeleton-block.is-avatar{width:40px;height:40px}.cockpit-page .cockpit-agent-list__skeleton-block.is-title{width:162px;height:24px}.cockpit-page .cockpit-agent-list__skeleton-block.is-meta{width:162px;height:16px}.cockpit-page .cockpit-agent-list__skeleton-block.is-performance{width:208px;height:20px}.cockpit-page .cockpit-loading-block{display:block;flex:0 0 auto;border-radius:8px;background:linear-gradient(132deg,#2d2d2d,#505050 50%,#3f3f3f)}.cockpit-page .cockpit-agent-list__card{position:relative;display:flex;width:100%;min-width:0;flex:0 0 auto;flex-direction:column;gap:8px;overflow:hidden;border:0;border-radius:8px;padding:12px 16px;background:#191919;color:inherit;text-decoration:none}.cockpit-page .cockpit-agent-list__card.is-selected{isolation:isolate;height:193px;background:linear-gradient(rgb(25 25 25/82%),rgb(25 25 25/82%)),url(/_next/static/media/hub-stars.f548695b.jpg) 45% 24% /auto 820px,#191919}.cockpit-page .cockpit-agent-list__card.is-selected:before{position:absolute;z-index:3;inset:0;border-radius:inherit;padding:.5px;background:linear-gradient(135deg,#fff,#323d01 25.16%,#8741ff 55.36%,#5c5c5c 73.27%,#6e8600 89.88%,#fff);content:"";pointer-events:none;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.cockpit-page .cockpit-agent-list__card.is-unselected{height:102px;transition:background-color .16s ease,transform .16s ease}.cockpit-page .cockpit-agent-list__card.is-unselected:hover{background:#222;transform:translateY(-1px)}.cockpit-page .cockpit-agent-list__card.is-unselected:focus-visible{outline:2px solid #d0ff00;outline-offset:-2px}.cockpit-agent-list__decor,.cockpit-agent-list__decor img{position:absolute;pointer-events:none}.cockpit-agent-list__decor img{max-width:none}.cockpit-agent-list__decor{z-index:-1;inset:0;overflow:hidden}.cockpit-agent-list__beam.is-a{top:-120px;left:87px;width:123px;height:209px;opacity:80%;transform:rotate(22deg)}.cockpit-agent-list__beam.is-b{top:-23px;left:149px;width:62px;height:121px;opacity:80%;transform:rotate(22deg)}.cockpit-agent-list__beam.is-c{top:-140px;left:177px;width:133px;height:348px;opacity:80%;transform:rotate(10deg)}.cockpit-agent-list__orb{top:-49px;left:147px;width:94px;height:94px;mix-blend-mode:plus-lighter;opacity:80%}.cockpit-agent-list__bottom-glow{top:74px;left:-111px;width:444px;height:420px}.cockpit-page .cockpit-agent-list__description,.cockpit-page .cockpit-agent-list__divider,.cockpit-page .cockpit-agent-list__heading,.cockpit-page .cockpit-agent-list__selected-performance{position:relative;z-index:1}.cockpit-page .cockpit-agent-list__heading{display:flex;width:100%;min-width:0;height:46px;flex:0 0 46px;align-items:center;gap:6px}.cockpit-page .cockpit-agent-list__avatar{position:relative;display:block;width:40px;height:40px;flex:0 0 40px;overflow:hidden;border:.5px solid rgb(255 255 255/40%);border-radius:8px;background:#000002}.cockpit-page .cockpit-agent-list__avatar img{position:absolute;display:block;max-width:none;object-fit:cover}.cockpit-page .cockpit-agent-list__avatar.is-atom img{top:50%;left:50%;width:78px;height:78px;border-radius:27px;transform:translate(-50%,-50%)}.cockpit-page .cockpit-agent-list__avatar.is-flower img{top:3px;left:3.5px;width:33px;height:33px}.cockpit-page .cockpit-agent-list__avatar.is-code{display:grid;color:rgb(255 255 255/72%);font-family:Outfit,sans-serif;font-size:12px;font-weight:600;letter-spacing:.06em;place-items:center}.cockpit-page .cockpit-agent-list__avatar.is-code>span{overflow:hidden;max-width:34px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.cockpit-page .cockpit-agent-list__identity{display:flex;min-width:0;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.cockpit-page .cockpit-agent-list__identity>div{display:flex;min-width:0;align-items:center;gap:4px}.cockpit-page .cockpit-agent-list__identity strong{overflow:hidden;max-width:104px;color:#fff;font-size:16px;font-weight:600;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .cockpit-agent-list__identity small{overflow:hidden;max-width:150px;color:rgb(255 255 255/72%);font-size:12px;font-weight:400;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .cockpit-agent-list__risk{display:inline-flex;height:18px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:4px;padding:0 6px;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap}.cockpit-page .cockpit-agent-list__risk.is-aggressive{background:rgb(253 190 19/12%);color:#fdbe13}.cockpit-page .cockpit-agent-list__risk.is-balanced{background:rgb(222 138 255/20%);color:#de8aff}.cockpit-page .cockpit-agent-list__risk.is-conservative{background:rgb(0 170 255/20%);color:#0af}.cockpit-page .cockpit-agent-list__risk.is-unknown{background:rgb(255 255 255/10%);color:rgb(255 255 255/72%)}.cockpit-page .cockpit-agent-list__description{display:-webkit-box;width:100%;height:36px;flex:0 0 36px;overflow:hidden;margin:0;color:rgb(255 255 255/72%);font-size:12px;font-weight:400;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cockpit-page .cockpit-agent-list__divider{width:100%;height:0;flex:0 0;border-top:.5px solid rgb(255 255 255/20%)}.cockpit-page .cockpit-agent-list__selected-performance{display:flex;width:100%;min-width:0;height:63px;flex:0 0 63px;align-items:center;gap:4px}.cockpit-page .cockpit-agent-list__selected-performance>div{display:flex;min-width:0;flex:1 1 auto;align-items:flex-start;flex-direction:column}.cockpit-page .cockpit-agent-list__selected-performance>div>strong{overflow:hidden;max-width:100%;color:#fff;font-size:14px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .cockpit-agent-list__compact-performance>span,.cockpit-page .cockpit-agent-list__selected-performance span{color:#fff;font-size:12px;font-weight:400;line-height:18px}.cockpit-page .cockpit-agent-list__compact-performance>strong,.cockpit-page .cockpit-agent-list__selected-performance b{color:#00c087;font-family:\.SF Compact,SF Compact,sans-serif;font-size:16px;font-weight:700;line-height:24px;white-space:nowrap}.cockpit-page .cockpit-agent-list__compact-performance .is-negative,.cockpit-page .cockpit-agent-list__selected-performance .is-negative{color:#f6465d}.cockpit-page .cockpit-agent-list__sparkline{display:block;width:102px;height:58px;flex:0 0 102px;overflow:visible;object-fit:contain}.cockpit-page .cockpit-agent-list__compact-performance{display:flex;width:100%;min-width:0;height:24px;flex:0 0 24px;align-items:center;justify-content:space-between;gap:8px}.cockpit-page .cockpit-agent-list__compact-performance>span{overflow:hidden;min-width:0;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .market-column{display:grid;height:717px;min-width:0;grid-template-rows:auto minmax(478px,1fr);align-self:stretch;gap:16px}.cockpit-page .market-column:has(>.market-trend-panel.is-loading){grid-template-rows:196px 505px}.cockpit-page .market-column:has(>.market-trend-panel.is-loading)>.chart-panel{height:505px}.cockpit-page .market-column.market-column--without-suggestions{grid-template-rows:minmax(717px,1fr)}.cockpit-page .market-column--without-suggestions .chart-panel{height:100%;min-height:717px}.cockpit-page .market-trend-panel{--terminal-card-border:linear-gradient(rgb(255 255 255/40%),rgb(255 255 255/40%));position:relative;z-index:0;display:flex;height:auto;max-height:223px;flex-direction:column;gap:10px;overflow:hidden;border-color:rgb(255 255 255/40%);padding:12px;background:#000315;background-clip:padding-box}.cockpit-page .market-trend-panel.is-loading{height:196px;min-height:196px}.market-trend-panel__decor,.market-trend-panel__decor img{position:absolute;pointer-events:none}.market-trend-panel__decor img{max-width:none}.market-trend-panel__decor{z-index:-1;inset:0}.market-trend-panel__decor .meteors{position:absolute;top:0;left:0;width:100%;height:223px;overflow:hidden;background:#000315;contain:paint}.market-trend-panel__decor .meteors__star{position:absolute;z-index:0;display:block;width:var(--star-size);height:var(--star-size);opacity:40%;transform:rotate(var(--star-rotation));animation:cockpit-star-frames 4s steps(10) infinite}.market-trend-panel__decor .meteors__star:after,.market-trend-panel__decor .meteors__star:before{position:absolute;background:#fff;clip-path:polygon(50% 0,59% 41%,100% 50%,59% 59%,50% 100%,41% 59%,0 50%,41% 41%);content:""}.market-trend-panel__decor .meteors__star:before{inset:0;background:rgb(255 255 255/50%);filter:blur(var(--star-blur))}.market-trend-panel__decor .meteors__star:after{top:25%;left:25%;width:50%;height:50%;filter:blur(var(--star-blur))}.market-trend-panel__decor .meteors__star--small{--star-size:5.63px;--star-blur:0.5px;--star-rotation:39.42deg}.market-trend-panel__decor .meteors__star--medium{--star-size:7.465px;--star-blur:0.75px;--star-rotation:-16.62deg}.market-trend-panel__decor .meteors__star--large{--star-size:9.998px;--star-blur:1px;--star-rotation:-17.07deg}.market-trend-panel__decor .meteors__item{position:absolute;z-index:1;display:block;width:2px;height:2px;border-radius:999px;background:#fff;box-shadow:0 0 2px rgb(255 255 255/92%),0 0 8px rgb(255 255 255/55%);opacity:0;transform:translate3d(-72px,-72px,0) rotate(45deg);will-change:transform,opacity;animation-name:cockpit-meteor-fall;animation-timing-function:linear;animation-iteration-count:infinite}.market-trend-panel__decor .meteors__item:before{position:absolute;top:50%;right:1px;width:var(--meteor-tail-length);height:1px;background:linear-gradient(90deg,transparent,rgb(255 255 255/68%));filter:blur(.2px);content:"";transform:translateY(-50%)}@keyframes cockpit-star-frames{0%,to{opacity:40%}50%{opacity:24%}}@keyframes cockpit-meteor-fall{0%{opacity:0;transform:translate3d(-72px,-72px,0) rotate(45deg)}8%{opacity:78%}42%{opacity:50%}70%,to{opacity:0;transform:translate3d(var(--meteor-travel),var(--meteor-travel),0) rotate(45deg)}}.market-trend-panel__decor .is-corner{bottom:0;left:0;width:204px;height:132px}.market-trend-panel__decor .is-streaks{top:-64.711px;right:-106.219px;width:549.019px;height:257.511px}.market-trend-panel__decor .is-purple{top:-458px;right:-340px;width:899px;height:696px}.market-trend-panel__header{position:relative;z-index:1;display:flex;width:100%;height:41px;flex:0 0 41px;align-items:center;gap:8px}.market-trend-panel__avatar{display:block;width:32px;height:32px;flex:0 0 32px;overflow:hidden}.market-trend-panel__avatar img{width:50px;height:42px;max-width:none;object-fit:contain;transform:translate(-9px,-5px)}.market-trend-panel__copy{display:flex;min-width:0;justify-content:center;flex-direction:column;gap:2px}.market-trend-panel__running,.market-trend-panel__title-line{display:flex;align-items:center;gap:4px;white-space:nowrap}.market-trend-panel__title-line strong{color:#fff;font-size:14px;font-weight:400;line-height:21px}.market-trend-panel__title-line small{color:rgb(255 255 255/72%);font-size:12px;line-height:18px}.market-trend-panel__running{color:#d0ff00;font-size:12px;line-height:18px}.market-trend-panel__running i{display:flex;width:22px;height:4px;align-items:center;gap:2px;font-style:normal}.market-trend-panel__running b{width:4px;height:4px;border-radius:1px;background:#d0ff00;box-shadow:0 0 4px rgb(208 255 0/64%);animation:cockpit-inference-pulse 1.2s ease-in-out infinite alternate}.market-trend-panel__running b:nth-child(2){animation-delay:.16s;opacity:66%}.market-trend-panel__running b:nth-child(3){animation-delay:.32s;opacity:32%}.market-trend-panel__running b:nth-child(4){animation-delay:.48s;opacity:16%}@keyframes cockpit-inference-pulse{to{opacity:20%;transform:translateY(-1px)}}.market-trend-panel__body{position:relative;z-index:1;display:flex;width:100%;height:auto;max-height:148px;min-height:0;flex:0 1 auto;flex-direction:column;overflow:hidden;color:rgb(255 255 255/72%);font-size:12px;line-height:18px}.market-trend-panel__loading{position:relative;z-index:1;display:flex;width:100%;height:121px;min-height:121px;flex:0 0 121px;flex-direction:column;gap:8px}.cockpit-page .market-trend-panel.is-loading .market-trend-panel__loading{width:calc(100% + 2px);margin-left:-1px}.market-trend-panel__skeleton-block{display:block;width:100%;flex:0 0 auto;border-radius:8px;background:linear-gradient(132deg,#2d2d2d,#505050 50%,#3f3f3f)}.market-trend-panel__skeleton-block.is-headline{height:31px}.market-trend-panel__skeleton-block.is-details{height:82px}.market-trend-panel__details{min-height:0;flex:1 1;overflow:hidden auto;padding-right:4px;scrollbar-color:rgb(255 255 255/24%) transparent;scrollbar-width:thin}.market-trend-panel__details::-webkit-scrollbar{width:4px}.market-trend-panel__details::-webkit-scrollbar-track{background:transparent}.market-trend-panel__details::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:rgb(255 255 255/24%)}.market-trend-panel__details:focus-visible{border-radius:4px;outline:1px solid rgb(208 255 0/72%);outline-offset:-1px}.market-trend-panel__body strong{display:block;overflow:hidden;color:#fff;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.market-trend-panel__details p{display:inline;margin:0}.market-trend-panel__details p:after{content:" "}.cockpit-page .cockpit-grid .chart-panel{position:relative;isolation:isolate;container:cockpit-quote/inline-size;display:flex;height:100%;min-height:478px;min-width:0;flex-direction:column;gap:10px;overflow:hidden;padding:16px;background:linear-gradient(rgb(0 3 21/42%),rgb(0 3 21/42%));background-clip:padding-box}.cockpit-page .cockpit-chart-loading-panel .chart-loading-indicator{z-index:2}.chart-panel__background{position:absolute;z-index:0;inset:0;overflow:hidden;background:linear-gradient(rgb(0 3 21/48%),rgb(0 3 21/48%)),url(/_next/static/media/hub-stars.f548695b.jpg) 45% 0 /auto 1300px;pointer-events:none}.chart-panel__kline-decoration{position:absolute;top:58px;left:0;width:631px;height:637px}.chart-panel__beam-group{position:absolute;top:-401.13px;left:-350.48px;width:671.957px;height:713.103px;opacity:60%;transform:rotate(-2.491deg);transform-origin:center}.chart-panel__beam-frame,.chart-panel__beam-turn,.chart-panel__beam-wrap{position:absolute;display:grid;place-items:center}.chart-panel__beam-frame--a{top:-51.96px;left:-173px;width:349.754px;height:256.138px}.chart-panel__beam-frame--b{top:-137.33px;left:-84.78px;width:266.216px;height:174.694px}.chart-panel__beam-frame--c{top:-339.19px;left:-336.83px;width:520.757px;height:494.884px}.chart-panel__beam-frame--orb{top:-104.46px;left:-160.12px;width:228.179px;height:228.179px;mix-blend-mode:plus-lighter}.chart-panel__beam-turn--a,.chart-panel__beam-turn--b{width:100%;height:100%;transform:rotate(-120.73deg)}.chart-panel__beam-turn--c{width:100%;height:100%;transform:rotate(-132.72deg)}.chart-panel__beam-turn--orb{width:100%;height:100%;transform:rotate(-142.71deg)}.chart-panel__beam-wrap--a{width:86.801px;height:355.278px}.chart-panel__beam-wrap--b{width:29.615px;height:292.087px}.chart-panel__beam-wrap--c{width:129.791px;height:588.946px}.chart-panel__beam-wrap--orb{width:162.82px;height:162.82px}.chart-panel__beam-wrap img{position:absolute;display:block;max-width:none}.chart-panel__beam-wrap--a img{top:-29.98px;left:-30px;width:146.801px;height:415.278px}.chart-panel__beam-wrap--b img{top:-20.01px;left:-20px;width:69.615px;height:332.087px}.chart-panel__beam-wrap--c img{top:-20.02px;left:-20px;width:169.791px;height:628.946px}.chart-panel__beam-wrap--orb img{top:-50px;left:-50px;width:262.82px;height:262.82px}.chart-panel__right-glow{position:absolute;top:-350px;right:-343px;display:block;width:740px;height:740px;max-width:none;opacity:50%}.cockpit-page .chart-panel>.cockpit-chart-workspace,.cockpit-page .chart-panel>.cockpit-quote-header{position:relative;z-index:1}.cockpit-quote-header{display:flex;width:100%;height:68px;flex:0 0 68px;align-items:center;gap:clamp(16px,1.6vw,28px)}.cockpit-quote-primary{display:flex;width:clamp(290px,42%,340px);height:68px;flex:0 0 clamp(290px,42%,340px);justify-content:center;flex-direction:column;gap:8px}.cockpit-quote-price,.cockpit-quote-symbol{display:flex;align-items:center}.cockpit-quote-symbol{gap:8px}.cockpit-quote-symbol>.instrument-icon{width:24px;height:24px;flex:0 0 24px}.cockpit-quote-symbol strong{color:#fff;font-size:16px;font-weight:500;line-height:24px}.cockpit-quote-price{align-items:baseline;font-family:var(--mono);gap:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.cockpit-quote-price strong{font-size:24px;font-weight:600;line-height:36px}.cockpit-quote-price span{font-size:14px;font-weight:500;line-height:21px}.cockpit-quote-price.positive{color:#00c087}.cockpit-quote-price.negative{color:#f6465d}.cockpit-quote-price.neutral{color:rgb(255 255 255/72%)}.cockpit-quote-stats{display:grid;min-width:0;height:68px;flex:1 1;grid-template-columns:minmax(84px,.95fr) minmax(84px,.95fr) minmax(168px,1.8fr);align-items:center;gap:clamp(10px,1.2vw,18px)}.cockpit-quote-stats>span{display:flex;min-width:0;justify-content:center;flex-direction:column;gap:4px;white-space:nowrap}.cockpit-quote-stats>span:last-child{min-width:168px}.cockpit-quote-stats small{color:rgb(255 255 255/38%);font-size:14px;line-height:21px}.cockpit-quote-stats strong{color:#fff;font-family:var(--mono);font-size:14px;font-weight:400;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:21px}.cockpit-chart-workspace{position:relative;display:flex;width:100%;height:auto;min-height:0;flex:1 1;flex-direction:column;overflow:hidden}@container cockpit-quote (width <= 690px){.cockpit-page .cockpit-quote-header{height:96px;flex:0 0 96px;align-items:stretch;flex-direction:column;gap:8px}.cockpit-page .cockpit-quote-primary{width:100%;min-width:0;height:40px;flex:0 0 40px;align-items:center;justify-content:space-between;flex-direction:row;gap:16px}.cockpit-page .cockpit-quote-price{min-width:0;justify-content:flex-end}.cockpit-page .cockpit-quote-stats{width:100%;height:48px;flex:0 0 48px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(168px,1.6fr);gap:12px}.cockpit-page .cockpit-quote-stats>span,.cockpit-page .cockpit-quote-stats>span:last-child{min-width:0;align-items:flex-start}}.cockpit-page .chart-toolbar{display:flex;width:100%;height:44px;min-height:44px;flex:0 0 44px;align-items:center;gap:8px;border-top:1px solid #1f2023;border-bottom:0;padding:0}.cockpit-page .timeframe-tabs{display:flex;min-width:0;height:44px;flex:1 1;align-items:center;gap:8px;overflow-x:auto}.cockpit-page .timeframe-tabs button{display:inline-flex;width:40px;height:44px;min-height:44px;flex:0 0 40px;align-items:center;justify-content:center;gap:2px;border-radius:0;padding:0 8px;background:transparent;color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:400;isolation:isolate;line-height:21px}.cockpit-page .timeframe-tabs button.is-active{color:#fff;font-weight:500}.cockpit-page .timeframe-tabs button.is-active:not(.timeframe-more){position:relative}.cockpit-page .timeframe-tabs button.is-active:not(.timeframe-more):before{position:absolute;z-index:-1;width:30px;height:30px;border-radius:999px;background:rgb(45 45 45/45%);content:""}.cockpit-page .timeframe-tabs button.is-active:not(.timeframe-more)>*{position:relative}.cockpit-page .timeframe-tabs button:disabled{cursor:not-allowed;opacity:32%}.cockpit-page .timeframe-tabs .timeframe-more{width:68px;flex-basis:68px}.cockpit-page .timeframe-tabs .timeframe-more img{width:16px;height:16px}.cockpit-page .chart-mode-tabs{display:grid;width:244px;height:32px;flex:0 0 244px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:hidden;border-radius:8px;padding:0;background:rgb(25 25 25/70%)}.cockpit-page .chart-mode-tabs button{display:flex;height:32px;min-height:32px;align-items:center;justify-content:center;border-radius:0;padding:4px;background:transparent;color:rgb(255 255 255/72%);font-size:12px;line-height:18px;white-space:nowrap}.cockpit-page .chart-mode-tabs button.is-active{margin:4px;height:24px;min-height:24px;border-radius:4px;padding:0;background:rgb(45 45 45/60%);color:#fff;font-weight:500}.cockpit-page .trading-chart-shell{flex:0 0 auto;background:transparent}.cockpit-page .trading-chart-shell.is-compact{height:auto;min-height:0;flex:1 1}.cockpit-page .trading-chart-shell.is-empty:before{background-image:linear-gradient(rgb(208 255 0/8%) 1px,transparent 0),linear-gradient(90deg,rgb(135 65 255/12%) 1px,transparent 0),radial-gradient(circle at 74% 4%,rgb(135 65 255/20%),transparent 54%);background-size:100% 48px,100px 100%,auto;-webkit-mask-image:none;mask-image:none}.cockpit-page .chart-state-overlay{padding:24px;background:rgb(0 3 21/18%)}.cockpit-page .chart-state-card{width:min(100%,360px);border:.5px solid rgb(255 255 255/28%);border-radius:12px;padding:18px 24px;background:rgb(0 3 21/86%);box-shadow:0 18px 60px rgb(0 0 0/32%)}.cockpit-page .chart-state-monogram{width:40px;height:40px;margin-bottom:4px;border-color:rgb(208 255 0/36%);color:#d0ff00}.cockpit-page .chart-state-eyebrow{margin-top:8px;color:#d0ff00}.cockpit-page .chart-state-card strong{margin-top:6px;color:#fff;font-family:inherit;font-size:16px;font-weight:500}.cockpit-page .chart-state-card p{margin-top:6px;color:rgb(255 255 255/72%);font-size:11px;line-height:1.5}.cockpit-page .chart-state-card button{min-height:36px;margin-top:12px;border-color:#8741ff;border-radius:8px;background:#8741ff;color:#fff}.cockpit-page .historical-signal-strip{position:absolute;z-index:5;top:44px;right:0;left:0;min-height:36px;border-color:rgb(135 65 255/24%);background:rgb(0 3 21/90%)}.cockpit-page .historical-signal-strip>div{min-width:0;font-size:10px}.cockpit-page .historical-signal-strip>div>svg{flex:0 0 auto}.cockpit-page .historical-signal-strip>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .historical-signal-strip.is-loading>div strong{color:rgb(255 255 255/52%)}.cockpit-page .historical-signal-strip.is-unavailable>div strong{color:#f6465d}.cockpit-page .historical-signal-strip.is-empty>div strong{color:rgb(255 255 255/52%)}.cockpit-page .focused-trade-banner{position:absolute;z-index:5;right:0;bottom:0;left:0;background:rgb(135 65 255/16%)}.cockpit-page .cockpit-layout>.trade-panel{grid-area:trade;background:transparent}.cockpit-page .cockpit-layout>.trade-panel:before{inset:0;border-radius:inherit}.cockpit-page .trade-panel{position:relative;display:flex;height:717px;min-width:0;align-self:stretch;flex-direction:column;gap:10px;overflow:hidden;padding:15.5px}.cockpit-page .cockpit-trade-loading{gap:0;padding-inline:15px;pointer-events:none}.cockpit-page .cockpit-trade-loading__visual{display:flex;width:100%;min-height:0;flex:1 1;flex-direction:column;gap:10px}.cockpit-page .cockpit-trade-loading__tabs{width:100%;height:44px;min-height:44px;flex:0 0 44px}.cockpit-page .cockpit-trade-loading__tabs>span{display:flex;min-width:0;min-height:36px;align-items:center;justify-content:center;overflow:hidden;border-radius:4px;padding:0 4px;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .cockpit-trade-loading__tabs>span.is-active{background:#2d2d2d;color:#fff;font-weight:500}.cockpit-page .cockpit-trade-loading__overview{display:flex;width:100%;height:99px;min-height:99px;flex:0 0 99px;flex-direction:column}.cockpit-page .cockpit-trade-loading__overview>span{height:15px;min-height:15px;color:rgb(255 255 255/72%);font-size:10px;line-height:15px}.cockpit-page .cockpit-trade-loading__overview>div{display:flex;height:40px;min-height:40px;align-items:center;gap:8px;margin-top:4px}.cockpit-page .cockpit-trade-loading__overview .is-action{width:102px;height:40px}.cockpit-page .cockpit-trade-loading__overview .is-zone{width:62px;height:24px}.cockpit-page .cockpit-trade-loading__overview .is-probability{width:100%;height:12px;margin-top:8px}.cockpit-page .cockpit-trade-loading__fields{display:grid;width:100%;height:149px;min-height:149px;flex:0 0 149px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,65px);gap:19px 8px}.cockpit-page .cockpit-trade-loading__field{display:flex;min-width:0;flex-direction:column;gap:4px}.cockpit-page .cockpit-trade-loading__field.is-wide{grid-column:1/-1}.cockpit-page .cockpit-trade-loading__field>span{height:21px;min-height:21px;overflow:hidden;color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:400;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .cockpit-trade-loading__field-block{width:100%;height:40px}.cockpit-page .cockpit-trade-loading__targets{display:flex;width:100%;height:158px;min-height:158px;flex:0 0 158px;flex-direction:column}.cockpit-page .cockpit-trade-loading__targets>span{height:18px;min-height:18px;color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:12px;font-weight:400;line-height:18px}.cockpit-page .cockpit-trade-loading__targets>div{display:flex;flex-direction:column;gap:8px;margin-top:4px}.cockpit-page .cockpit-trade-loading__target{width:100%;height:40px}.cockpit-page .cockpit-trade-loading__metrics{display:grid;width:100%;height:35px;min-height:35px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;margin-top:auto}.cockpit-page .cockpit-trade-loading__metrics>span{display:flex;min-width:0;flex-direction:column;gap:2px}.cockpit-page .cockpit-trade-loading__metrics>span:nth-child(2){align-items:center}.cockpit-page .cockpit-trade-loading__metrics>span:last-child{align-items:flex-end}.cockpit-page .cockpit-trade-loading__metrics small{height:15px;min-height:15px;overflow:hidden;color:rgb(255 255 255/72%);font-size:10px;font-weight:400;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .cockpit-trade-loading__metrics i{width:56px;height:18px;border-radius:6px}.cockpit-page .cockpit-trade-loading__submit{height:44px;min-height:44px;flex:0 0 44px;border-radius:8px;background:rgb(0 192 135/42%);box-shadow:inset 0 4px 4px rgb(0 0 0/25%);font-weight:500}.cockpit-page .cockpit-trade-loading__reset,.cockpit-page .cockpit-trade-loading__submit{display:flex;width:100%;align-items:center;justify-content:center;color:rgb(255 255 255/38%);font-size:14px;line-height:21px}.cockpit-page .cockpit-trade-loading__reset{height:21px;min-height:21px;flex:0 0 21px;font-weight:400}@media (min-width:1181px){.cockpit-page .cockpit-grid .cockpit-agent-list-panel,.cockpit-page .market-column{height:100%;min-height:0}.cockpit-page .market-column{grid-template-rows:auto minmax(0,1fr)}.cockpit-page .market-column:has(>.market-trend-panel.is-loading){grid-template-rows:196px minmax(0,1fr)}.cockpit-page .market-column:has(>.market-trend-panel.is-loading)>.chart-panel{height:auto;min-height:0}.cockpit-page .market-column.market-column--without-suggestions{grid-template-rows:minmax(0,1fr)}.cockpit-page .market-column--without-suggestions .chart-panel{min-height:0}.cockpit-page .cockpit-grid .chart-panel{height:auto;min-height:0}.cockpit-page .trade-panel[data-trade-mode=recommendation]{height:auto;min-height:717px}.cockpit-page .cockpit-layout>.trade-panel{align-self:start}.cockpit-page .cockpit-layout>.reasoning-section-shell{grid-area:reasoning;margin:10px 0 0;padding-right:0;padding-left:0}}.cockpit-page .trade-mode-tabs{display:grid;width:100%;height:44px;min-height:44px;flex:0 0 44px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;overflow:hidden;border:0;border-radius:8px;padding:4px;background:#191919;box-shadow:inset 0 0 3px rgb(0 0 0/25%)}.cockpit-page .trade-mode-tabs button{display:flex;overflow:hidden;min-width:0;min-height:36px;align-items:center;justify-content:center;border:0;border-radius:4px;padding:0 4px;background:transparent;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:21px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .trade-mode-tabs button:after{display:none}.cockpit-page .trade-mode-tabs button.is-active{background:#2d2d2d;color:#fff;font-weight:500}.cockpit-page .trade-mode-content{width:100%;min-height:0;max-width:none;flex:1 1;margin:0;padding:0;overflow-y:auto;scrollbar-width:none}.cockpit-page .trade-mode-content::-webkit-scrollbar{display:none}.cockpit-page .recommendation-mode{display:flex;flex-direction:column;gap:12px;overflow:hidden}.cockpit-page .recommendation-overview{position:relative;display:flex;height:116px;min-height:116px;flex-direction:column}.cockpit-page .recommendation-overview__label{height:15px;min-height:15px;margin-bottom:4px;color:rgb(255 255 255/72%);font-size:10px;line-height:15px}.cockpit-page .recommendation-direction{display:flex;height:36px;min-height:36px;min-width:0;align-items:center;gap:8px}.cockpit-page .recommendation-direction__main{display:flex;min-width:0;align-items:center;gap:4px}.cockpit-page .recommendation-direction__icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;overflow:hidden;border-radius:4px}.cockpit-page .recommendation-direction__icon img{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.cockpit-page .recommendation-direction.is-long .recommendation-direction__icon{background:rgb(0 192 135/12%)}.cockpit-page .recommendation-direction.is-short .recommendation-direction__icon{background:rgb(246 70 93/12%)}.cockpit-page .recommendation-direction.is-wait .recommendation-direction__icon{background:rgb(255 255 255/12%)}.cockpit-page .recommendation-direction strong{overflow:hidden;color:#00c087;font-size:24px;font-weight:500;line-height:36px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .recommendation-direction.is-short strong{color:#f6465d}.cockpit-page .recommendation-direction.is-wait strong{color:#fff}.cockpit-page .recommendation-direction__zone{overflow:hidden;padding:0;color:#00c087;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .recommendation-direction.is-short .recommendation-direction__zone{color:#f6465d}.cockpit-page .recommendation-direction.is-wait .recommendation-direction__zone{color:rgb(255 255 255/38%)}.cockpit-page .recommendation-confidence{display:flex;height:16px;min-height:16px;align-items:center;gap:8px;margin-top:8px;color:rgb(255 255 255/72%)}.cockpit-page .recommendation-confidence>span:first-child{font-size:10px;line-height:15px}.cockpit-page .recommendation-confidence strong{color:#ffbc20;font-family:\.SF Compact,SF Compact,sans-serif;font-size:10px;font-weight:400;line-height:15px;text-align:left}.cockpit-page .recommendation-confidence__ring,.cockpit-page .recommendation-confidence__ring svg{display:block;width:16px;height:16px}.cockpit-page .recommendation-confidence__track,.cockpit-page .recommendation-confidence__value{fill:none;stroke-width:3px}.cockpit-page .recommendation-confidence__track{stroke:rgb(255 255 255/24%)}.cockpit-page .recommendation-confidence__value{stroke:#ffbc20}.cockpit-page .recommendation-probability{display:flex;height:29px;min-height:29px;flex-direction:column;gap:8px;margin-top:8px}.cockpit-page .recommendation-probability>div{display:flex;width:100%;height:6px;overflow:hidden;border-radius:999px;background:rgb(255 255 255/38%)}.cockpit-page .recommendation-probability i{display:block;height:100%;min-width:0}.cockpit-page .recommendation-probability .is-long{background:#00c087;color:#00c087;border-radius:999px 0 0 999px}.cockpit-page .recommendation-probability .is-short{background:#f6465d;color:#f6465d;border-radius:0 999px 999px 0}.cockpit-page .recommendation-probability .is-wait{background:transparent;color:#fff}.cockpit-page .recommendation-probability p{display:flex;justify-content:space-between;margin:0;font-size:10px;line-height:15px}.cockpit-page .recommendation-probability p span{background:transparent!important}.cockpit-page .recommendation-fields{display:grid;height:156px;min-height:156px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,65px);gap:19px 8px;margin-bottom:7px}.cockpit-page .recommendation-entry-reference{display:flex;width:calc(50% - 4px);min-height:28px;align-items:center;gap:8px;border-left:2px solid rgb(255 188 32/72%);padding:0 0 0 8px;background:linear-gradient(90deg,rgb(255 188 32/8%),transparent 88%)}.cockpit-page .recommendation-entry-reference span,.cockpit-page .recommendation-entry-reference strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .recommendation-entry-reference span{min-width:0;color:rgb(255 255 255/38%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:15px}.cockpit-page .recommendation-entry-reference strong{flex:0 0 auto;color:#ffbc20;font-family:\.SF Compact,SF Compact,sans-serif;font-size:13px;font-weight:600;line-height:18px}.cockpit-page .recommendation-field{position:relative;display:flex;min-width:0;flex-direction:column;gap:4px}.cockpit-page .recommendation-field.is-wide{grid-column:1/-1}.cockpit-page .recommendation-field>span:first-child{color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:400;line-height:21px}.cockpit-page .recommendation-value-control{justify-content:space-between;border:0;border-radius:8px;padding:0 0 0 16px}.cockpit-page .recommendation-market-price,.cockpit-page .recommendation-value-control{display:flex;height:40px;min-height:40px;align-items:center;overflow:hidden;background:#2d2d2d;box-shadow:inset 0 4px 4px rgb(0 0 0/25%)}.cockpit-page .recommendation-market-price{border:.5px solid rgb(255 188 32/42%);border-radius:8px;padding:0 16px;color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .recommendation-value-control.is-invalid{outline:1px solid #f6465d;outline-offset:-1px}.cockpit-page .recommendation-value-control.is-invalid:focus-within{outline-width:2px;outline-offset:-2px}.cockpit-page .recommendation-value-control.is-disabled{cursor:not-allowed;opacity:52%}.cockpit-page .recommendation-value-control.is-disabled .pilot-input{cursor:not-allowed}.cockpit-page .recommendation-field__error,.cockpit-page .target-selector__error{color:#ff7184;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:15px}.cockpit-page .recommendation-field__error{position:absolute;z-index:1;top:calc(100% + 2px);right:0;left:0;display:block;height:15px;min-height:15px;overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .recommendation-field__error.is-placeholder{visibility:hidden}.cockpit-page .recommendation-value-control .pilot-input{width:0;height:100%;min-width:0;flex:1 1;border:0;outline:0;padding:0;appearance:textfield;background:transparent;overflow:hidden;color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .recommendation-value-control .pilot-input::-webkit-inner-spin-button,.cockpit-page .recommendation-value-control .pilot-input::-webkit-outer-spin-button{margin:0;appearance:none}.cockpit-page .recommendation-stepper{display:flex;width:32px;height:40px;flex:0 0 32px;align-items:center;justify-content:center;border-left:.5px solid rgb(255 255 255/12%);flex-direction:column}.cockpit-page .recommendation-stepper button{display:grid;width:100%;height:20px;min-height:20px;place-items:center}.cockpit-page .recommendation-stepper button:first-child{border-bottom:.5px solid rgb(255 255 255/12%)}.cockpit-page .recommendation-stepper button:hover{background:rgb(255 255 255/6%)}.cockpit-page .recommendation-stepper button:disabled,.cockpit-page .recommendation-stepper button:disabled:hover{cursor:not-allowed;background:transparent;opacity:38%}.cockpit-page .recommendation-stepper button img{width:16px;height:16px}.cockpit-page .recommendation-stepper button:last-child img{transform:rotate(180deg)}.cockpit-page .target-selector{display:flex;height:284px;min-height:284px;flex:0 0 284px;flex-direction:column;gap:4px;overflow:hidden;margin:0;border:0;padding:0}.cockpit-page .target-selector legend{height:18px;margin:0;color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:12px;font-weight:400;line-height:18px}.cockpit-page .target-selector .pilot-radio-group{display:flex;height:266px;min-height:266px;max-height:266px;flex:0 0 266px;flex-direction:column;gap:19px;overflow-y:auto;overscroll-behavior-y:auto;padding:0 4px 17px 0;scrollbar-color:rgb(255 255 255/24%) transparent;scrollbar-width:thin}.cockpit-page .target-selector .pilot-radio-group::-webkit-scrollbar{width:4px}.cockpit-page .target-selector .pilot-radio-group::-webkit-scrollbar-thumb{border-radius:999px;background:rgb(255 255 255/24%)}.cockpit-page .target-selector__empty{display:flex;min-height:0;flex:1 1;align-items:center;justify-content:center;margin:0;border:.5px dashed rgb(255 255 255/20%);border-radius:8px;padding:12px;color:rgb(255 255 255/48%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:12px;line-height:18px;text-align:center}.cockpit-page .target-selector .pilot-radio-item{position:relative;display:flex;min-height:48px;flex:0 0 48px;align-items:center;gap:4px;border:0;border-radius:8px;padding:8px;background:#2d2d2d;box-shadow:inset 0 4px 4px rgb(0 0 0/25%);cursor:pointer}.cockpit-page .target-selector .pilot-radio-item.is-active{min-height:48px;flex-basis:48px;border:0;background:#2d2d2d}.cockpit-page .target-selector .pilot-radio-item.is-disabled,.cockpit-page .target-selector .pilot-radio-item.is-window-invalid,.cockpit-page .target-selector .pilot-radio-item[data-disabled]{cursor:not-allowed;opacity:58%}.cockpit-page .target-selector .pilot-radio-item.is-disabled .pilot-radio-control img{filter:grayscale(1);opacity:55%}.cockpit-page .target-selector .pilot-radio-control{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border:0;border-radius:0;background:transparent;box-shadow:none}.cockpit-page .target-selector .pilot-radio-control img{width:16px;height:16px}.cockpit-page .target-selector .target-selector__copy{display:grid;min-width:0;flex:1 1;grid-template-columns:minmax(48px,max-content) minmax(0,1fr);align-items:center;gap:4px 8px}.cockpit-page .target-selector .pilot-radio-item:has(.target-selector__default) .target-selector__copy{padding-right:44px}.cockpit-page .target-selector__copy>span:first-child{display:flex;min-width:0;align-items:center;gap:4px;overflow:hidden;white-space:nowrap}.cockpit-page .target-selector b{color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:600;line-height:21px}.cockpit-page .target-selector small{overflow:hidden;color:rgb(255 255 255/72%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:15px;text-overflow:ellipsis}.cockpit-page .target-selector .target-selector__error{position:absolute;z-index:1;top:calc(100% + 2px);right:8px;left:36px;display:block;height:15px;min-height:15px;overflow:hidden;color:#ff7184;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .target-selector .target-selector__error.is-placeholder{visibility:hidden}.cockpit-page .target-selector__value{width:100%;height:32px;min-height:32px;min-width:0;border:.5px solid #515151;border-radius:4px;padding:0 0 0 16px;background:#2d2d2d}.cockpit-page .target-selector__value .recommendation-stepper{width:28px;height:32px;flex-basis:28px}.cockpit-page .target-selector__value .recommendation-stepper button{height:16px;min-height:16px}.cockpit-page .target-selector__default{background:rgb(208 255 0/12%);color:#d0ff00}.cockpit-page .target-selector__default,.cockpit-page .target-selector__window-state{position:absolute;top:0;right:0;height:15px;border-radius:0 8px;padding:0 8px;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:15px}.cockpit-page .target-selector__window-state{background:rgb(246 70 93/16%);color:#ff7184}.cockpit-page .risk-reward-row{display:grid;height:35px;min-height:35px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;margin:0;color:rgb(255 255 255/72%)}.cockpit-page .recommendation-estimate-basis{display:-webkit-box;height:30px;min-height:30px;overflow:hidden;margin:-4px 0 -8px;color:rgb(255 255 255/48%);font-size:10px;line-height:15px;text-align:right;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cockpit-page .risk-reward-row>span{display:flex;min-width:0;flex-direction:column;gap:2px}.cockpit-page .risk-reward-row>span:nth-child(2){align-items:center}.cockpit-page .risk-reward-row>span:last-child{align-items:flex-end}.cockpit-page .risk-reward-row small{font-size:12px;line-height:15px}.cockpit-page .risk-reward-row strong{color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:400;line-height:18px}.cockpit-page .risk-reward-row strong.negative{color:#f6465d}.cockpit-page .risk-reward-row strong.positive{color:#00c087}.cockpit-page .recommendation-submit{display:flex;width:100%;height:44px;min-height:44px;flex:0 0 44px;align-items:center;justify-content:center;border:0;border-radius:8px;background:#00c087;color:#fff;font-size:14px;font-weight:500;line-height:21px;box-shadow:inset 0 4px 4px rgb(0 0 0/25%);transition:background-color .16s ease,filter .16s ease,transform .16s ease}.cockpit-page .recommendation-submit.is-short{background:#f6465d}.cockpit-page .recommendation-submit.is-wait{background:#515151}.cockpit-page .recommendation-submit:hover{filter:brightness(1.08)}.cockpit-page .recommendation-submit:active{transform:translateY(1px)}.cockpit-page .recommendation-submit:disabled{cursor:not-allowed;filter:none;opacity:42%;transform:none}.cockpit-page .recommendation-execution-note{display:flex;width:100%;height:80px;min-height:80px;flex:0 0 80px;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:4px;overflow-y:auto;margin:0;color:rgb(255 255 255/58%);font-size:11px;line-height:16px;text-align:center;scrollbar-width:thin}.cockpit-page .recommendation-execution-note__message{display:block;width:100%;max-width:100%}.cockpit-page .recommendation-execution-note.is-placeholder{visibility:hidden}.cockpit-page .recommendation-execution-note__message.is-warning{color:#ffbc20}.cockpit-page .recommendation-reset{display:flex;width:100%;height:21px;min-height:21px;flex:0 0 21px;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:21px}.cockpit-page .recommendation-reset:disabled{cursor:not-allowed;opacity:38%}.cockpit-page .recommendation-reset:hover:not(:disabled){color:#fff;text-decoration:underline}.cockpit-page .manual-mode{display:flex;flex-direction:column;gap:12px;padding:0}.cockpit-page .manual-mode__header{display:flex;flex:0 0 auto;flex-direction:column;gap:4px}.cockpit-page .manual-mode__notice{display:flex;width:100%;height:32px;min-height:32px;min-width:0;align-items:center;gap:4px;overflow:hidden;border-radius:8px;padding:8px;background:rgb(255 255 255/20%);box-shadow:inset 0 4px 4px rgb(0 0 0/25%)}.cockpit-page .manual-mode__notice-icon{display:grid;width:16px;height:16px;flex:0 0 16px;place-items:center}.cockpit-page .manual-mode__notice-icon img{display:block;width:14.2222px;height:14.2222px}.cockpit-page .manual-mode__notice>span:last-child{overflow:hidden;color:#fff;font-size:10px;font-weight:400;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .manual-order-tabs{display:flex;width:100%;height:42px;min-height:42px;align-items:stretch;gap:16px;border-bottom:.5px solid rgb(255 255 255/12%)}.cockpit-page .manual-order-tabs button{display:flex;width:auto;height:42px;min-height:42px;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-radius:0;padding:8px 16px;background:transparent;color:rgb(255 255 255/72%);cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;line-height:21px;white-space:nowrap}.cockpit-page .manual-order-tabs button.is-active{flex-direction:column;justify-content:flex-start;gap:8px;padding:8px 16px 0;color:#d0ff00;font-size:16px;font-weight:500;line-height:24px}.cockpit-page .manual-order-tabs button.is-active:after{display:block;width:16px;height:2px;flex:0 0 2px;background:#d0ff00;content:""}.cockpit-page .manual-order-tabs button:focus-visible{outline:2px solid rgb(208 255 0/72%);outline-offset:-2px}.cockpit-page .manual-order-form{display:flex;width:100%;flex:0 0 auto;flex-direction:column;gap:24px}.cockpit-page .manual-order-form.is-pending{gap:19px}.cockpit-page .manual-order-availability{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid rgb(255 196 86/28%);border-radius:8px;padding:10px 12px;background:rgb(255 196 86/8%)}.cockpit-page .manual-order-availability.is-loading{border-color:rgb(157 99 255/34%);background:rgb(157 99 255/10%)}.cockpit-page .manual-order-availability__copy{display:flex;min-width:0;flex-direction:column;gap:2px}.cockpit-page .manual-order-availability__copy strong{color:rgb(255 255 255/88%);font-size:12px;font-weight:600;line-height:18px}.cockpit-page .manual-order-availability__copy>span{color:rgb(255 255 255/56%);font-size:11px;font-weight:400;line-height:16px}.cockpit-page .manual-order-availability>button{min-width:96px;min-height:32px;border:1px solid rgb(255 255 255/16%);border-radius:7px;padding:6px 10px;background:rgb(255 255 255/8%);color:rgb(255 255 255/84%);font-family:inherit;font-size:12px;font-weight:500;line-height:18px}.cockpit-page .manual-order-availability>button:hover:not(:disabled){border-color:rgb(208 255 0/45%);color:#d0ff00}.cockpit-page .manual-order-availability>button:disabled{cursor:not-allowed;opacity:48%}.cockpit-page .manual-order-status-slot{display:flex;width:100%;height:80px;min-height:80px;flex:0 0 80px;flex-direction:column;gap:8px;overflow-y:auto;scrollbar-width:thin}.cockpit-page .manual-order-status-slot.is-placeholder{visibility:hidden}.cockpit-page .market-closed-overlay{position:absolute;z-index:1000;inset:0;display:flex;align-items:center;justify-content:center;border-radius:inherit;padding:20px;background:rgb(0 0 0/80%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.cockpit-page .trade-panel>.market-closed-overlay{top:calc(15.5px + 44px + 10px)}.cockpit-page .market-closed-overlay__content{display:flex;max-width:100%;flex-direction:column;align-items:center;color:#fff;text-align:center}.cockpit-page .market-closed-overlay__icon{width:48px;height:48px;margin-bottom:16px;color:#ffa940;stroke-width:2.5}.cockpit-page .market-closed-overlay h3{margin:0 0 12px;color:#fff;font-size:24px;font-weight:600;line-height:32px}.cockpit-page .market-closed-overlay p{margin:0;color:#ccc;font-size:16px;font-weight:500;line-height:24px}.cockpit-page .auto-trading-active-overlay .market-closed-overlay__content{max-width:520px}.cockpit-page .auto-trading-active-overlay .market-closed-overlay__icon{color:#00c087}.cockpit-page .inference-paused-overlay h3{max-width:520px;margin:0}.cockpit-page .manual-order-fields{display:flex;margin:0;flex-direction:column;gap:19px}.cockpit-page .manual-order-field{position:relative;display:flex;min-width:0;flex:0 0 auto;flex-direction:column;gap:4px}.cockpit-page .manual-order-field>.number-field__label,.cockpit-page .manual-order-field>span{display:block;color:rgb(255 255 255/72%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:400;line-height:21px}.cockpit-page .manual-order-field>.number-field__label small,.cockpit-page .manual-order-field>span small{display:none}.cockpit-page .manual-order-field>.number-field__label{display:flex;align-items:center;gap:5px}.cockpit-page .manual-order-field>.number-field__label label{min-width:0}.cockpit-page .manual-order-field__tooltip-trigger{display:inline-grid;width:16px;height:16px;flex:0 0 16px;place-items:center;border:0;border-radius:50%;padding:0;background:transparent;color:rgb(255 255 255/48%);cursor:help}.cockpit-page .manual-order-field__tooltip-trigger:focus-visible,.cockpit-page .manual-order-field__tooltip-trigger:hover{color:rgb(255 255 255/88%)}.cockpit-page .manual-order-tooltip{max-width:min(280px,calc(100vw - 32px));border:1px solid rgb(255 255 255/14%);border-radius:6px;background:#202020;color:rgb(255 255 255/88%);font-family:\.SF Compact,SF Compact,sans-serif;font-size:12px;line-height:18px}.cockpit-page .manual-order-field>.number-field__control{display:flex;width:100%;height:40px;min-height:40px;grid-template-columns:none;align-items:center;gap:16px;overflow:hidden;border:0;border-radius:8px;padding:0;background:#2d2d2d;box-shadow:inset 0 4px 4px rgb(0 0 0/25%)}.cockpit-page .manual-order-field input{width:0;height:100%;min-width:0;flex:1 1;border:0;outline:0;padding:0 16px;appearance:textfield;background:transparent;color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .manual-order-field input::placeholder{color:rgb(255 255 255/38%);opacity:100%}.cockpit-page .manual-order-field input:disabled{cursor:not-allowed;opacity:48%}.cockpit-page .manual-order-field.is-invalid>.number-field__control{box-shadow:inset 0 4px 4px rgb(0 0 0/25%),inset 0 0 0 1px rgb(246 70 93/78%)}.cockpit-page .manual-order-field>.number-field__error{position:absolute;z-index:1;top:calc(100% + 2px);right:0;left:0;display:block;height:14px;min-height:14px;overflow:hidden;margin:0;color:#ff8d9d;font-family:\.SF Compact,SF Compact,sans-serif;font-size:10px;font-weight:400;line-height:14px;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .manual-order-field>.number-field__error.is-placeholder{visibility:hidden}.cockpit-page .manual-order-field input::-webkit-inner-spin-button,.cockpit-page .manual-order-field input::-webkit-outer-spin-button{margin:0;appearance:none}.cockpit-page .manual-order-field .number-field__stepper{display:flex;width:32px;height:40px;min-height:40px;flex:0 0 32px;flex-direction:column;border-left:.5px solid rgb(255 255 255/12%)}.cockpit-page .manual-order-field .number-field__stepper button{display:grid;width:100%;height:20px;min-height:20px;flex:0 0 20px;place-items:center;border:0;border-left:0;border-radius:0;padding:0;background:transparent;color:rgb(255 255 255/72%);cursor:pointer}.cockpit-page .manual-order-field .number-field__stepper button:first-child{border-bottom:.5px solid rgb(255 255 255/12%)}.cockpit-page .manual-order-field .number-field__stepper button:hover{background:rgb(255 255 255/6%)}.cockpit-page .manual-order-field .number-field__stepper button:disabled,.cockpit-page .manual-order-field .number-field__stepper button:disabled:hover{cursor:not-allowed;background:transparent;opacity:38%}.cockpit-page .manual-order-field .number-field__stepper button:focus-visible{outline:2px solid rgb(208 255 0/72%);outline-offset:-2px}.cockpit-page .manual-order-field .number-field__stepper img{display:block;width:16px;height:16px}.cockpit-page .manual-order-field .number-field__stepper button:last-child img{transform:rotate(180deg)}.cockpit-page .manual-order-direction{display:grid;width:100%;margin:0;border:0;padding:0}.cockpit-page .manual-order-direction [role=radiogroup]{display:grid;width:100%;height:40px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cockpit-page .manual-direction-option{display:flex;min-width:0;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:0 12px;background:transparent;font-family:\.SF Compact,SF Compact,sans-serif;font-size:16px;font-weight:600;line-height:24px;transition:box-shadow .16s ease,filter .16s ease,transform .16s ease}.cockpit-page .manual-direction-option.is-buy{border-color:#00c087;color:#00c087}.cockpit-page .manual-direction-option.is-sell{border-color:#f6465d;color:#f6465d}.cockpit-page .manual-direction-option.is-selected{color:#fff}.cockpit-page .manual-direction-option.is-buy.is-selected{background:#00c087}.cockpit-page .manual-direction-option.is-sell.is-selected{background:#f6465d}.cockpit-page .manual-order-submit{display:flex;width:100%;height:44px;min-height:44px;min-width:0;align-items:center;justify-content:center;border:0;border-radius:8px;color:#fff;font-family:\.SF Compact,SF Compact,sans-serif;font-size:16px;font-weight:600;line-height:24px;transition:filter .16s ease,transform .16s ease}.cockpit-page .manual-order-submit.is-buy{background:#00c087}.cockpit-page .manual-order-submit.is-sell{background:#f6465d}.cockpit-page .manual-order-submit.is-unselected{background:#515151}.cockpit-page .manual-direction-option:not(:disabled):hover,.cockpit-page .manual-order-submit:not(:disabled):hover{filter:brightness(1.08)}.cockpit-page .manual-direction-option:not(:disabled):active,.cockpit-page .manual-order-submit:not(:disabled):active{transform:translateY(1px)}.cockpit-page .manual-direction-option:disabled,.cockpit-page .manual-order-submit:disabled{cursor:not-allowed;opacity:55%}.cockpit-page .manual-order-actions{display:grid;width:100%;height:44px;min-height:44px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cockpit-page .manual-order-action{display:flex;height:44px;min-height:44px;min-width:0;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px;color:#fff;cursor:pointer;font-family:\.SF Compact,SF Compact,sans-serif;font-size:14px;font-weight:500;line-height:21px;box-shadow:inset 0 4px 4px rgb(0 0 0/25%);transition:filter .16s ease,transform .16s ease}.cockpit-page .manual-order-action.is-buy{background:#00c087}.cockpit-page .manual-order-action.is-sell{background:#f6465d}.cockpit-page .manual-order-action:not(:disabled):hover{filter:brightness(1.08)}.cockpit-page .manual-order-action:not(:disabled):active{transform:translateY(1px)}.cockpit-page .manual-order-action:disabled{cursor:not-allowed;opacity:55%}.cockpit-page .auto-mode{display:flex;min-height:0;flex-direction:column;gap:12px;overflow-y:auto;padding:0;text-align:left}.cockpit-page .auto-mode__cloud-host{display:flex;width:100%;min-height:96px;flex:0 0 auto;border:.5px solid rgb(135 65 255/50%);border-radius:12px;padding:12px;background:rgb(135 65 255/8%);box-shadow:inset 0 4px 4px rgb(0 0 0/25%)}.cockpit-page .auto-mode__cloud-copy{display:flex;width:min(100%,262px);flex-direction:column;gap:4px}.cockpit-page .auto-mode__cloud-host h3{margin:0;color:#ae7eff;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:15px;font-weight:500;line-height:22.5px}.cockpit-page .auto-mode__cloud-host p{margin:0;color:rgb(255 255 255/62%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:15px}.cockpit-page .auto-mode__cloud-host p strong{color:#d0ff00;font-weight:400}.cockpit-page .auto-mode__cloud-host.is-running{min-height:0}.cockpit-page .auto-mode__cloud-host.is-running .auto-mode__cloud-copy{width:100%}.cockpit-page .auto-mode__latest-execution{display:grid;gap:6px;margin-top:8px;border-radius:10px;padding:10px;background:#16161e}.cockpit-page .auto-mode__latest-execution-time{color:rgb(255 255 255/42%);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cockpit-page .auto-mode__latest-execution-order{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:4px 7px;color:rgb(255 255 255/62%);font-family:SF Compact,PingFang SC,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cockpit-page .auto-mode__latest-execution-order strong{color:#fff;font-weight:500}.cockpit-page .auto-mode__latest-execution-order strong.is-buy{color:#20c866}.cockpit-page .auto-mode__latest-execution-order strong.is-sell{color:#f6465d}.cockpit-page .auto-mode__latest-execution-empty{color:rgb(255 255 255/42%)}.cockpit-page .auto-mode__running-metrics{display:grid;flex:0 0 auto;overflow:hidden;margin:0;border-radius:10px;padding:0 10px;background:#16161e}.cockpit-page .auto-mode__running-metrics>div{display:grid;min-height:36px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:.5px solid rgb(255 255 255/8%)}.cockpit-page .auto-mode__running-metrics>div:last-child{border-bottom:0}.cockpit-page .auto-mode__running-metrics dd,.cockpit-page .auto-mode__running-metrics dt{margin:0;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:11px;line-height:1.45}.cockpit-page .auto-mode__running-metrics dt{color:rgb(255 255 255/48%)}.cockpit-page .auto-mode__running-metrics dd{color:rgb(255 255 255/68%);font-family:SF Compact,PingFang SC,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.cockpit-page .auto-mode__running-metrics dd.is-positive{color:#20d87a}.cockpit-page .auto-mode__running-metrics dd.is-negative{color:#f6465d}.cockpit-page .auto-mode__running-metrics.is-account{margin-top:0}.cockpit-page .auto-mode__same-lot-reference{display:flex;min-width:0;flex:0 0 auto;align-items:center;gap:3px;margin:0;padding:0 2px;color:rgb(255 255 255/42%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:1.5}.cockpit-page .auto-mode__same-lot-reference>span{min-width:0}.cockpit-page .auto-mode__same-lot-reference>strong{flex:0 0 auto;color:inherit;font-family:SF Compact,PingFang SC,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400}.cockpit-page .auto-mode__lot-ratio-help{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center;border:0;border-radius:50%;padding:0;background:transparent;color:rgb(255 255 255/38%);cursor:pointer;transition:color .16s ease,background .16s ease}.cockpit-page .auto-mode__lot-ratio-help:hover{background:rgb(157 99 255/12%);color:#ae7eff}.cockpit-page .auto-mode__lot-ratio-help:focus-visible{outline:2px solid rgb(184 144 255/88%);outline-offset:2px}.cockpit-page .auto-mode__copy-metrics{display:grid;flex:0 0 auto;gap:6px;margin:0}.cockpit-page .auto-mode__copy-metrics>div{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;border-radius:10px;padding:9px 12px;background:#16161e}.cockpit-page .auto-mode__copy-metrics dd,.cockpit-page .auto-mode__copy-metrics dt{margin:0;line-height:1.5}.cockpit-page .auto-mode__copy-metrics dt{color:rgb(255 255 255/58%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:11px;font-weight:400}.cockpit-page .auto-mode__copy-metrics dd{color:rgb(255 255 255/68%);font-family:SF Compact,PingFang SC,sans-serif;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400;text-align:right}.cockpit-page .auto-mode__copy-metrics>.is-copy-threshold dd,.cockpit-page .auto-mode__copy-metrics>.is-copy-threshold dt{color:#ffbc20}.cockpit-page .auto-mode__performance-fee-note{flex:0 0 auto;margin:0;color:rgb(255 255 255/46%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;font-weight:400;line-height:1.6}.cockpit-page .auto-mode__funding-caution{flex:0 0 auto;border-radius:10px;padding:12px;background:#17171f}.cockpit-page .auto-mode__funding-caution p{margin:0;color:rgb(255 255 255/62%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:11px;line-height:1.65}.cockpit-page .auto-mode__funding-caution strong{color:#ffbc20;font-weight:600}.cockpit-page .auto-mode__funding-caution strong.is-ratio{color:#fff}.cockpit-page .auto-mode__account-conflict{display:grid;flex:0 0 auto;gap:14px;border-radius:12px;padding:18px 12px;background:#16161e}.cockpit-page .auto-mode__account-conflict>strong{color:#fff;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:600;line-height:21px}.cockpit-page .auto-mode__account-conflict>p{margin:0;color:rgb(255 255 255/58%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:11px;font-weight:400;line-height:1.75}.cockpit-page .auto-mode__advanced{display:grid;flex:0 0 auto;border-top:.5px solid rgb(255 255 255/10%)}.cockpit-page .auto-mode__advanced-trigger{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;gap:8px;border:0;padding:9px 0;background:transparent;color:rgb(255 255 255/62%);cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:11px;line-height:1.5;text-align:left}.cockpit-page .auto-mode__advanced-trigger:focus-visible{border-radius:6px;outline:2px solid rgb(184 144 255/88%);outline-offset:2px}.cockpit-page .auto-mode__advanced-summary,.cockpit-page .auto-mode__advanced-summary>span{display:flex;align-items:center}.cockpit-page .auto-mode__advanced-summary{min-width:0;justify-content:flex-end;gap:10px;color:rgb(255 255 255/42%);text-align:right}.cockpit-page .auto-mode__advanced-summary>span{flex:0 0 auto;gap:2px}.cockpit-page .auto-mode__advanced-summary svg{transition:transform .16s ease}.cockpit-page .auto-mode__advanced-summary svg.is-open{transform:rotate(180deg)}.cockpit-page .auto-mode__advanced-options{min-width:0;margin:0;border:0;border-top:.5px solid rgb(255 255 255/10%);padding:12px 0 0}.cockpit-page .auto-mode__advanced-options legend{margin-bottom:10px;padding:0;color:rgb(255 255 255/58%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:11px;line-height:1.5}.cockpit-page .auto-mode__position-options{display:grid;gap:8px}.cockpit-page .auto-mode__position-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;border:1px solid rgb(255 255 255/12%);border-radius:10px;padding:12px;background:#17171f;cursor:pointer;transition:border-color .16s ease,background .16s ease}.cockpit-page .auto-mode__position-option[data-state=checked]{border-color:#9d63ff;background:rgb(157 99 255/12%)}.cockpit-page .auto-mode__position-option-control{width:16px;height:16px;margin-top:2px;border:2px solid rgb(255 255 255/46%);border-radius:50%;background:transparent}.cockpit-page .auto-mode__position-option-control[data-state=checked]{border-color:#a878ff;box-shadow:inset 0 0 0 3px #21192f;background:#a878ff}.cockpit-page .auto-mode__position-option>span:last-child{display:grid;min-width:0;gap:3px}.cockpit-page .auto-mode__position-option strong{color:#fff;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:12px;font-weight:600;line-height:1.5}.cockpit-page .auto-mode__position-option small{color:rgb(255 255 255/42%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:10px;line-height:1.55}.cockpit-page .auto-mode__position-option:has(input:focus-visible){outline:2px solid rgb(184 144 255/88%);outline-offset:2px}.cockpit-page .auto-mode__cloud-running-title{display:flex;align-items:center;gap:4px}.cockpit-page .auto-mode__ai-badge{display:inline-flex;min-width:24px;min-height:18px;align-items:center;justify-content:center;border-radius:2px;padding:0 6px;background:linear-gradient(94deg,#8741ff .82%,#af81ff 97.64%);color:#000315;font-family:SF Compact,PingFang SC,sans-serif;font-size:12px;font-weight:500;line-height:18px}.cockpit-page .auto-mode__primary{display:flex;width:100%;height:44px;min-height:44px;flex:0 0 44px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px;background:#8741ff;color:#fff;cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-align:center;box-shadow:inset 0 4px 4px rgb(0 0 0/25%);transition:filter .16s ease,transform .16s ease}.cockpit-page .auto-mode__primary:not(:disabled):hover{filter:brightness(1.08)}.cockpit-page .auto-mode__primary:not(:disabled):active{transform:translateY(1px)}.cockpit-page .auto-mode__primary:disabled{cursor:not-allowed;opacity:55%}.cockpit-page .auto-mode__primary.is-unavailable:disabled{background:#3d3d3d;color:rgb(255 255 255/45%);opacity:100%}.cockpit-page .auto-mode__primary.is-threshold-unmet:disabled{background:#24242a;box-shadow:none;color:rgb(255 255 255/36%);opacity:100%}.cockpit-page .auto-mode__primary.is-stop{background:rgb(255 255 255/38%)}.cockpit-page .auto-mode__primary.is-account-conflict{border:1px solid rgb(255 255 255/16%);background:#111118;box-shadow:none;color:rgb(255 255 255/66%)}.cockpit-page .auto-mode__details{display:flex;min-width:0;flex:0 0 auto;flex-direction:column;gap:8px}.cockpit-page .auto-mode__details h3{margin:0;color:#fff;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:500;line-height:21px}.cockpit-page .auto-mode__details .trade-disclaimer,.cockpit-page .auto-mode__details-copy,.cockpit-page .auto-mode__offer{margin:0;color:rgb(255 255 255/72%);font-size:10px;font-weight:400;line-height:15px}.cockpit-page .auto-mode__offer{display:flex;flex-direction:column;gap:2px}.cockpit-page .auto-mode__offer strong{color:#ae7eff;font-size:11px;font-weight:500}.cockpit-page .auto-mode__details .social-auto-metrics{margin:0}@media (max-width:1180px){.cockpit-page .cockpit-layout{grid-template:"workspace" auto "trade" auto "reasoning" auto/minmax(0,1fr);gap:16px}.cockpit-page .cockpit-grid{height:auto;min-height:717px;grid-template-areas:"ranking market";grid-template-columns:273px minmax(0,1fr)}.cockpit-page .trade-panel{width:min(100%,760px);height:auto;min-height:0;justify-self:center}.cockpit-page .trade-mode-content{min-height:0}}@media (max-width:820px){.cockpit-page main{padding:0 max(12px,env(safe-area-inset-right)) 0 max(12px,env(safe-area-inset-left))}.cockpit-page .cockpit-layout{gap:12px;padding:12px 0}.cockpit-page .cockpit-grid{grid-template-areas:"ranking" "market";grid-template-columns:minmax(0,1fr);gap:12px;padding:0}.cockpit-page .chart-panel,.cockpit-page .cockpit-agent-list-panel,.cockpit-page .market-column,.cockpit-page .market-trend-panel,.cockpit-page .trade-panel{width:100%}.cockpit-page .trade-panel{justify-self:stretch}.cockpit-page .cockpit-agent-list-panel{width:100%;height:auto;min-height:0}.cockpit-page .market-column.market-column--without-suggestions{height:478px;grid-template-rows:478px}.cockpit-page .market-column--without-suggestions .chart-panel{height:478px;min-height:478px}}@media (max-width:620px){.cockpit-page .market-column{height:auto;grid-template-rows:auto 582px}.cockpit-page .market-column:has(>.market-trend-panel.is-loading){height:794px;grid-template-rows:196px 582px}.cockpit-page .market-column:has(>.market-trend-panel.is-loading)>.chart-panel{height:582px;min-height:582px}.cockpit-page .chart-panel{height:582px;min-height:582px}.cockpit-page .market-column.market-column--without-suggestions{height:582px;grid-template-rows:582px}.cockpit-page .market-column--without-suggestions .chart-panel{height:582px;min-height:582px}.cockpit-page .cockpit-quote-header{width:100%;height:116px;min-height:116px;flex:0 0 116px;flex-direction:column;align-items:stretch;gap:8px;overflow:hidden;padding:0}.cockpit-page .cockpit-quote-primary{display:grid;width:100%;min-width:0;height:54px;flex:0 0 54px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0}.cockpit-page .cockpit-quote-price{min-width:0;justify-content:flex-end}.cockpit-page .cockpit-quote-price span{font-size:10px;line-height:15px}.cockpit-page .cockpit-quote-stats{display:grid;width:100%;height:46px;flex:0 0 46px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cockpit-page .cockpit-quote-stats>span,.cockpit-page .cockpit-quote-stats>span:last-child{min-width:0}.cockpit-page .cockpit-quote-stats>span:last-child{align-items:flex-end}.cockpit-page .cockpit-chart-workspace{height:auto;flex:1 1}.cockpit-page .chart-toolbar{display:grid;height:80px;min-height:80px;grid-template-columns:minmax(0,1fr);grid-template-rows:44px 32px;gap:4px;padding:0 4px 4px}.cockpit-page .timeframe-tabs{width:100%;height:44px;flex:none}.cockpit-page .chart-mode-tabs{width:100%;height:32px;flex:none}.cockpit-page .historical-signal-strip{top:80px}.cockpit-page .trade-panel{height:auto;min-height:0;padding:15.5px}.cockpit-page .trade-mode-content{min-height:0}}@media (max-width:420px){.cockpit-page .cockpit-quote-symbol strong{font-size:16px}.cockpit-page .cockpit-quote-price strong{font-size:22px}.cockpit-page .cockpit-quote-stats small,.cockpit-page .cockpit-quote-stats strong{font-size:14px}.cockpit-page .recommendation-direction strong{font-size:20px}}@media (prefers-reduced-motion:reduce){.cockpit-page .market-trend-panel__decor .meteors__item,.cockpit-page .market-trend-panel__decor .meteors__star,.cockpit-page .market-trend-panel__running i b{animation:none}.cockpit-page .market-trend-panel__decor .meteors__item{display:none}}.cockpit-page>.site-header{border-bottom:0;background:rgb(30 12 62/40%);box-shadow:inset 0 -1px rgb(255 255 255/8%);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.cockpit-page .account-risk-disclosure{display:flex;min-height:69px;align-items:center;margin-top:16px;color:rgb(255 255 255/38%)}.cockpit-page .account-risk-disclosure__content{display:flex;width:100%;flex-direction:column;gap:4px}.cockpit-page .account-risk-disclosure__heading{display:flex;min-height:16px;align-items:center;gap:4px;color:rgb(255 255 255/38%);font-size:10px;font-weight:500;line-height:15px}.cockpit-page .account-risk-disclosure__heading img{display:block;width:16px;height:16px;flex:0 0 16px}.cockpit-page .account-risk-disclosure p{margin:0;color:rgb(255 255 255/38%);font-size:10px;font-weight:400;line-height:15px}.cockpit-page .account-risk-disclosure__links{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:rgb(255 255 255/72%);font-size:10px;font-weight:500;line-height:15px}.cockpit-page .account-risk-disclosure__links a{transition:color .16s ease}.cockpit-page .account-risk-disclosure__links a:hover{color:#b894ff}.cockpit-page .reasoning-section-shell{position:relative;min-height:840px;margin:0 -16px;padding:0 16px 16px;background:transparent}.cockpit-page .reasoning-section-shell--account{min-height:759px;padding-bottom:16px}.cockpit-page .reasoning-section--figma{position:relative;min-height:840px;border:.5px solid rgb(255 255 255/20%);border-radius:12px;padding:16px;background:transparent;overflow:hidden}.cockpit-page .reasoning-section--figma.reasoning-section--account{min-height:759px}.cockpit-page .reasoning-section__semantic-title{position:absolute;left:-9999px;margin:0;white-space:nowrap}.cockpit-page .reasoning-tabs{display:flex;min-height:42px;align-items:end;gap:16px;border-bottom:.5px solid rgb(255 255 255/20%)}.cockpit-page .reasoning-tabs a{position:relative;display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:8px 16px;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:21px;text-decoration:none;white-space:nowrap}.cockpit-page .reasoning-tabs a:focus-visible,.cockpit-page .reasoning-tabs a:hover{color:#fff}.cockpit-page .reasoning-tabs a:focus-visible{outline:1px solid #d0ff00;outline-offset:-2px}.cockpit-page .reasoning-tabs a.is-active{align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:0;color:#d0ff00;font-size:16px;font-weight:500;line-height:24px}.cockpit-page .reasoning-tabs a.is-active i{display:block;width:16px;height:2px;margin:auto;background:#d0ff00}.cockpit-page .account-workspace-empty-state{display:none;width:100%;min-height:417px;height:417px;align-items:center;justify-content:center;flex-direction:column;gap:16px;margin-top:10px;padding:60px 0;text-align:center}.cockpit-page .reasoning-section--account .account-workspace-empty-state{display:flex}.cockpit-page .account-workspace,.cockpit-page .reasoning-section--account .reasoning-grid,.cockpit-page .reasoning-section--account-bound .account-workspace-empty-state{display:none}.cockpit-page .reasoning-section--account-bound .account-workspace{display:flex;width:100%;flex-direction:column;gap:16px;margin-top:10px}.cockpit-page .account-workspace__summary{display:grid;min-height:70px;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:.5px solid rgb(255 255 255/20%);border-radius:8px;background:#2d2d2d}.cockpit-page .account-workspace__metric{display:flex;min-width:0;min-height:69px;flex-direction:column;justify-content:center;gap:4px;border-right:.5px solid rgb(255 255 255/20%);padding:12px}.cockpit-page .account-workspace__metric:last-child{border-right:0}.cockpit-page .account-workspace__metric>span{overflow:hidden;color:rgb(255 255 255/72%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:12px;font-weight:400;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .account-workspace__metric>div>strong,.cockpit-page .account-workspace__metric>strong{display:block;overflow:hidden;color:#fff;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .account-workspace__metric .positive{color:#00c087}.cockpit-page .account-workspace__metric .negative{color:#f6465d}.cockpit-page .account-workspace__metric.is-account>div{display:flex;min-width:0;align-items:center;gap:4px}.cockpit-page .account-workspace__metric.is-account>div>strong{min-width:0;flex:1 1 auto}.cockpit-page .account-workspace__switch{display:inline-flex;width:auto;min-width:0;min-height:18px;flex:0 0 auto;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:#d0ff00;cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:12px;font-weight:500;line-height:18px}.cockpit-page .account-workspace__switch img{display:block;width:16px;height:16px}.cockpit-page .account-workspace__switch:hover:not(:disabled){color:#e4ff75}.cockpit-page .account-protection-price:focus-visible,.cockpit-page .account-workspace__switch:focus-visible,.cockpit-page .account-workspace__tabs button:focus-visible,.cockpit-page .figma-account-table__close:focus-visible{outline:1px solid #d0ff00;outline-offset:2px}.cockpit-page .account-workspace__tabs{display:flex;width:306px;min-height:44px;overflow:hidden;border-radius:8px;background:#191919}.cockpit-page .account-workspace__controls{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px}.cockpit-page .account-workspace__batch-close{min-height:36px;border:1px solid rgb(246 70 93/42%);border-radius:8px;padding:7px 16px;background:rgb(246 70 93/10%);color:#ff7084;cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:500}.cockpit-page .account-workspace__batch-close:hover:not(:disabled){border-color:rgb(246 70 93/68%);background:rgb(246 70 93/18%)}.cockpit-page .account-workspace__batch-close:disabled{cursor:not-allowed;opacity:45%}.cockpit-page .account-workspace__tabs button{display:flex;min-width:0;min-height:44px;flex:1 1;align-items:center;justify-content:center;border:0;padding:8px;background:transparent;color:rgb(255 255 255/72%);cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:21px;text-align:center;white-space:nowrap}.cockpit-page .account-workspace__tabs button.is-active{border-radius:8px;background:#2d2d2d;box-shadow:inset 0 0 0 4px #191919;color:#fff;font-weight:500}.cockpit-page .figma-account-table{--account-table-min-height:clamp(280px,36dvh,400px);display:flex;width:100%;min-height:var(--account-table-min-height);flex-direction:column;overflow:hidden;border:0;border-radius:0;background:transparent}.cockpit-page .figma-account-table__scroll{width:100%;max-height:568px;min-height:var(--account-table-min-height);flex:1 1 auto;overflow:auto;overscroll-behavior:contain auto}.cockpit-page .figma-account-table__table{width:100%;min-width:1080px;table-layout:fixed;border-collapse:collapse}.cockpit-page .figma-account-table__table td,.cockpit-page .figma-account-table__table th{box-sizing:border-box;width:11.111%;min-width:120px;padding:12px;border:0;border-bottom:.5px solid rgb(255 255 255/20%);color:rgb(255 255 255/87%);font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0;text-align:left;text-transform:none;vertical-align:middle;white-space:nowrap}.cockpit-page .figma-account-table__table th{position:sticky;z-index:2;top:0;height:48px;background:rgb(5 7 18/96%);color:rgb(255 255 255/72%);font-weight:400}.cockpit-page .figma-account-table__table td{height:52px}.cockpit-page .figma-account-table__table tbody tr{background:transparent}.cockpit-page .figma-account-table__table tbody tr:hover{background:rgb(255 255 255/3%)}.cockpit-page .figma-account-table__table tbody tr:last-child td{border-bottom-color:rgb(255 255 255/20%)}.cockpit-page .figma-account-table__table td>strong{margin:0;color:#fff;font-family:inherit;font-size:inherit;font-weight:400}.cockpit-page .figma-account-table__table .positive{color:#00c087}.cockpit-page .figma-account-table__table .negative{color:#f6465d}.cockpit-page .account-protection-price{display:inline-flex;width:fit-content;min-width:0;min-height:32px;align-items:center;gap:5px;border:0;border-radius:6px;padding:4px 6px;background:transparent;cursor:pointer;font:inherit;line-height:inherit;white-space:nowrap;transition:background .16s ease,color .16s ease}.cockpit-page .account-protection-price.is-stop-loss{color:#f6465d}.cockpit-page .account-protection-price.is-pending-price{color:rgb(255 255 255/87%)}.cockpit-page .account-protection-price.is-take-profit{color:#00c087}.cockpit-page .account-protection-price svg{flex:0 0 auto;opacity:58%;transition:opacity .16s ease}.cockpit-page .account-protection-price:not(.is-read-only):hover:not(:disabled){background:rgb(255 255 255/8%)}.cockpit-page .account-protection-price:focus-visible svg,.cockpit-page .account-protection-price:hover:not(:disabled) svg{opacity:100%}.cockpit-page .account-protection-price:disabled{cursor:not-allowed;opacity:52%}.cockpit-page .account-protection-price.is-read-only{cursor:default}.cockpit-page .account-protection-prices{display:flex;align-items:center;gap:2px}.cockpit-page .account-mobile-card__details .account-protection-price{min-height:44px;padding:6px 4px;font-size:10px}.cockpit-page .figma-account-symbol{display:flex;min-width:0;align-items:center;gap:8px}.cockpit-page .figma-account-symbol>.instrument-icon{width:24px;height:24px;flex:0 0 24px}.cockpit-page .figma-account-symbol strong{overflow:hidden;color:#fff;font-family:inherit;font-size:inherit;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .figma-account-table__close{display:inline-flex;width:64px;min-width:64px;min-height:32px;align-items:center;justify-content:center;gap:2px;border:0;border-radius:8px;padding:2px 8px;background:rgb(255 255 255/10%);color:#9d63ff;cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:500;line-height:21px;white-space:nowrap}.cockpit-page .figma-account-table__close img{display:block;width:16px;height:16px}.cockpit-page .figma-account-table__close:hover:not(:disabled){background:rgb(157 99 255/22%);color:#c8a8ff}.cockpit-page .figma-account-table__close:disabled{cursor:not-allowed;opacity:55%}.cockpit-page .figma-account-table__load-more{display:grid;min-width:1080px;min-height:52px;place-items:center}.cockpit-page .account-mobile-list__load-more button,.cockpit-page .figma-account-table__load-more button{min-height:36px;border:0;padding:6px 16px;background:transparent;color:rgb(255 255 255/48%);cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:12px}.cockpit-page .account-mobile-list__load-more button:hover,.cockpit-page .figma-account-table__load-more button:hover{color:rgb(255 255 255/72%)}.cockpit-page .account-mobile-list__load-more{display:grid;min-height:52px;place-items:center}.account-protection-form{display:grid;gap:16px}.account-protection-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-radius:8px;padding:4px;background:#16191f}.account-protection-tabs__item{display:flex;min-width:0;min-height:40px;align-items:center;justify-content:center;border-radius:6px;color:rgb(255 255 255/60%);cursor:pointer;font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:500;line-height:20px;text-align:center;transition:background-color .16s ease,color .16s ease}.account-protection-tabs__item[data-state=checked]{background:#393939;color:rgb(255 255 255/87%)}.account-protection-tabs__item:not([data-disabled]):hover{color:rgb(255 255 255/87%)}.account-protection-tabs__item[data-disabled]{cursor:not-allowed;opacity:45%}.account-protection-tabs__item:has(input:focus-visible){outline:2px solid rgb(157 99 255/80%);outline-offset:-2px}.account-protection-opposites{display:grid;gap:8px}.account-protection-opposite{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:10px 12px;background:rgb(255 255 255/3%);color:rgb(255 255 255/72%);cursor:pointer;font-size:12px}.account-protection-opposite.is-selected{border-color:rgb(157 99 255/72%);background:rgb(157 99 255/10%)}.account-protection-opposite__control{position:relative;width:14px;height:14px;border:1px solid rgb(255 255 255/38%);border-radius:50%}.account-protection-opposite.is-selected .account-protection-opposite__control{border-color:#9d63ff}.account-protection-opposite.is-selected .account-protection-opposite__control:after{position:absolute;inset:3px;border-radius:50%;background:#9d63ff;content:""}.account-protection-opposite__details{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px 12px}.account-protection-opposite__details strong{border-radius:4px;padding:2px 7px}.account-protection-opposite__details strong.is-buy{background:rgb(35 199 139/16%);color:#23c78b}.account-protection-opposite__details strong.is-sell{background:rgb(246 70 93/16%);color:#f6465d}.account-protection-estimate{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgb(255 255 255/9%);padding-top:10px;color:rgb(255 255 255/60%);font-size:13px}.account-protection-estimate strong,.account-protection-opposite>.is-positive,.account-protection-position-prices .is-positive strong{color:#23c78b}.account-protection-estimate strong.is-negative,.account-protection-opposite>.is-negative,.account-protection-position-prices .is-negative strong{color:#f6465d}.account-protection-empty{border:1px dashed rgb(255 255 255/12%);border-radius:8px;padding:20px;color:rgb(255 255 255/48%);text-align:center;font-size:13px}.account-protection-position-prices{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;color:rgb(255 255 255/60%);font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:400;line-height:21px}.account-protection-position-prices strong{color:rgb(255 255 255/87%);font-weight:500}.account-protection-fields{display:grid;gap:12px}.account-protection-modal .account-protection-field{display:flex;min-width:0;flex-direction:column;gap:4px}.account-protection-modal .account-protection-field>.number-field__label{display:flex;min-width:0;align-items:center;gap:6px;color:rgb(255 255 255/72%);font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:400;line-height:21px}.account-protection-modal .account-protection-field>.number-field__label label{min-width:0}.account-protection-modal .account-protection-field>.number-field__label small{color:rgb(255 255 255/38%);font-family:inherit;font-size:12px;line-height:18px}.account-protection-modal .account-protection-field>.number-field__control{display:flex;width:100%;height:40px;min-height:40px;grid-template-columns:none;align-items:center;gap:0;overflow:hidden;border:0;border-radius:8px;padding:0;background:#2d2d2d;box-shadow:inset 0 4px 4px rgb(0 0 0/25%);transition:box-shadow .16s ease}.account-protection-modal .account-protection-field>.number-field__control:focus-within{box-shadow:inset 0 4px 4px rgb(0 0 0/25%),inset 0 0 0 1px rgb(157 99 255/78%)}.account-protection-modal .account-protection-field input{width:0;height:100%;min-width:0;flex:1 1;border:0;outline:0;padding:0 16px;appearance:textfield;background:transparent;color:#fff;font-family:".SF Compact","SF Compact",var(--marketing-font-family);font-size:14px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.account-protection-modal .account-protection-field input::placeholder{color:rgb(255 255 255/38%);opacity:100%}.account-protection-modal .account-protection-field input::-webkit-inner-spin-button,.account-protection-modal .account-protection-field input::-webkit-outer-spin-button{margin:0;appearance:none}.account-protection-modal .account-protection-field .number-field__stepper{display:flex;width:32px;height:40px;min-height:40px;flex:0 0 32px;flex-direction:column;border-left:.5px solid rgb(255 255 255/12%)}.account-protection-modal .account-protection-field .number-field__stepper button{display:grid;width:100%;height:20px;min-height:20px;flex:0 0 20px;place-items:center;border:0;border-radius:0;padding:0;background:transparent;color:rgb(255 255 255/72%);cursor:pointer}.account-protection-modal .account-protection-field .number-field__stepper button:first-child{border-bottom:.5px solid rgb(255 255 255/12%)}.account-protection-modal .account-protection-field .number-field__stepper button:hover:not(:disabled){background:rgb(255 255 255/6%)}.account-protection-modal .account-protection-field .number-field__stepper button:focus-visible{outline:2px solid rgb(157 99 255/72%);outline-offset:-2px}.account-protection-modal .account-protection-field .number-field__stepper img{display:block;width:16px;height:16px}.account-protection-modal .account-protection-field .number-field__stepper button:last-child img{transform:rotate(180deg)}.account-protection-modal .account-protection-field.is-invalid>.number-field__control{box-shadow:inset 0 4px 4px rgb(0 0 0/25%),inset 0 0 0 1px rgb(246 70 93/78%)}.account-protection-modal .account-protection-field>.number-field__error{display:block;margin-top:-1px;color:#ff8d9d;font-family:"PingFang SC",var(--marketing-font-family);font-size:10px;font-weight:400;line-height:14px}.account-protection-modal .account-protection-field button:disabled,.account-protection-modal .account-protection-field input:disabled{cursor:not-allowed;opacity:38%}.account-protection-helper{margin:0;color:rgb(255 255 255/48%);font-family:"PingFang SC",var(--marketing-font-family);font-size:12px;font-weight:400;line-height:18px}.account-protection-modal .account-protection-actions{margin-top:0}.batch-close-form,.batch-close-options{display:grid;gap:10px}.batch-close-option{display:grid;min-height:58px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:12px;border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:9px 12px;background:rgb(255 255 255/3%);color:rgb(255 255 255/72%);cursor:pointer}.batch-close-option.is-selected{border-color:rgb(157 99 255/72%);background:rgb(157 99 255/10%)}.batch-close-option[data-disabled]{cursor:not-allowed;opacity:38%}.batch-close-option__control{position:relative;width:16px;height:16px;border:1px solid rgb(255 255 255/38%);border-radius:50%}.batch-close-option.is-selected .batch-close-option__control{border-color:#9d63ff}.batch-close-option.is-selected .batch-close-option__control:after{position:absolute;inset:3px;border-radius:50%;background:#9d63ff;content:""}.batch-close-option__copy{display:grid;min-width:0;gap:2px}.batch-close-option__copy strong{color:rgb(255 255 255/87%);font-size:14px;font-weight:500}.batch-close-market-note,.batch-close-option__copy small{color:rgb(255 255 255/48%);font-size:12px;line-height:18px}.batch-close-market-note{margin:0;border-radius:6px;padding:8px 10px;background:rgb(255 193 7/8%);color:#e5c56f}.batch-close-actions{margin-top:4px}.cockpit-page .figma-account-table__table .table-empty-cell{height:92px;color:rgb(255 255 255/72%);text-align:center}.cockpit-page .figma-account-table:has(.table-empty-cell) .figma-account-table__table{height:var(--account-table-min-height)}.cockpit-page .account-workspace-empty-state__copy{display:flex;width:min(100%,612px);flex-direction:column;align-items:center;gap:16px}.cockpit-page .account-workspace-empty-state h3,.cockpit-page .account-workspace-empty-state p{margin:0;color:rgb(255 255 255/72%)}.cockpit-page .account-workspace-empty-state h3{font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:16px;font-weight:500;line-height:24px}.cockpit-page .account-workspace-empty-state p{width:100%;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:21px}.cockpit-page .account-workspace-empty-state__action-wrap{display:flex;width:100%;justify-content:center}.cockpit-page .account-workspace-empty-state__action{display:inline-flex;min-width:132px;height:40px;min-height:40px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px 24px;background:linear-gradient(149.95deg,#c8a8ff 10.16%,#8741ff 67.19%);color:#000;cursor:pointer;font-family:PingFang SC,Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:21px;transition:filter .16s ease,transform .16s ease}.cockpit-page .account-workspace-empty-state__action:not(:disabled):hover{filter:brightness(1.07)}.cockpit-page .account-workspace-empty-state__action:not(:disabled):active{transform:translateY(1px)}.cockpit-page .account-workspace-empty-state__action:focus-visible{outline:2px solid #d0ff00;outline-offset:2px}.cockpit-page .account-workspace-empty-state__action:disabled{cursor:not-allowed;opacity:55%}.cockpit-page .reasoning-section--figma .reasoning-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:10px}.cockpit-page .reasoning-grid-shell{position:relative;isolation:isolate;margin-top:10px;border-radius:12px}.cockpit-page .reasoning-grid-shell>.reasoning-grid{margin-top:0}.cockpit-page .reasoning-analysis-empty-state{display:flex;width:100%;flex:1 1;align-items:center;justify-content:center;color:rgb(255 255 255/72%);text-align:center}.cockpit-page .reasoning-analysis-empty-state p{margin:0;font-size:14px;font-weight:400;line-height:21px}.cockpit-page .reasoning-section--figma .feature-ledger,.cockpit-page .reasoning-section--figma .reasoning-narrative{border:.5px solid rgb(255 255 255/20%);border-radius:12px;padding:12px;overflow:hidden}.cockpit-page .reasoning-section--figma .feature-ledger{align-self:start;background:transparent}.cockpit-page .reasoning-section--figma .feature-ledger.feature-ledger--empty{min-height:606px;align-self:stretch}.cockpit-page .feature-ledger__heading{display:flex;align-items:center;gap:8px}.cockpit-page .feature-ledger__heading h2,.cockpit-page .feature-ledger__heading p{margin:0}.cockpit-page .feature-ledger__heading h2{color:#fff;font-size:14px;font-weight:400;line-height:21px}.cockpit-page .feature-ledger__heading p{color:rgb(255 255 255/72%);font-size:12px;line-height:18px}.cockpit-page .reasoning-section--figma .feature-bars{gap:2px;margin-top:16px}.cockpit-page .reasoning-section--figma .feature-bars>div{grid-template-columns:180px minmax(0,1fr) 48px;min-height:18px;gap:13px}.cockpit-page .reasoning-section--figma .feature-bars b,.cockpit-page .reasoning-section--figma .feature-bars span{color:rgb(255 255 255/72%);font-family:inherit;font-size:12px;font-weight:400;line-height:18px}.cockpit-page .reasoning-section--figma .feature-bars>div>div{position:relative;display:block;height:8px;overflow:visible;border-radius:0;background:transparent}.cockpit-page .reasoning-section--figma .feature-bars i{position:absolute;top:0;height:8px;opacity:80%}.cockpit-page .reasoning-section--figma .feature-bars i.is-negative{right:50%;background:#f6465d}.cockpit-page .reasoning-section--figma .feature-bars i.is-positive{left:50%;background:#00c087}.cockpit-page .reasoning-section--figma .feature-bars i.is-zero{left:50%;background:rgb(255 255 255/38%)}.cockpit-page .reasoning-section--figma .feature-bars b{text-align:right;white-space:nowrap}.cockpit-page .reasoning-section--figma .feature-bars b.is-negative{color:#f6465d}.cockpit-page .reasoning-section--figma .feature-bars b.is-positive{color:#00c087}.cockpit-page .reasoning-section--figma .feature-bars b.is-zero{color:rgb(255 255 255/72%)}.cockpit-page .feature-more{display:flex;width:100%;min-height:18px;align-items:center;justify-content:space-between;gap:12px;margin-top:2px;border:0;padding:0;background:transparent;color:rgb(255 255 255/72%);cursor:pointer;font-family:inherit;font-size:12px;line-height:18px;list-style:none;text-align:left}.cockpit-page .feature-more::-webkit-details-marker{display:none}.cockpit-page .feature-more:focus-visible{border-radius:4px;outline:2px solid #d0ff00;outline-offset:3px}.cockpit-page .feature-more__summary{min-width:0}.cockpit-page .feature-more__summary b{color:#8741ff;font-family:inherit;font-size:inherit;font-weight:400}.cockpit-page .feature-more__action{display:inline-flex;flex:0 0 auto;align-items:center;gap:4px}.cockpit-page .feature-more__action img{width:16px;height:16px;object-fit:contain;transition:transform .16s ease}.cockpit-page .feature-more__collapse,.cockpit-page .feature-overview-disclosure[open] .feature-more__expand{display:none}.cockpit-page .feature-overview-disclosure[open] .feature-more__collapse{display:inline}.cockpit-page .feature-overview-disclosure[open] .feature-more__action img{transform:rotate(180deg)}.cockpit-page .reasoning-section--figma .feature-bars--overview{margin-top:12px;border-top:1px dashed rgb(255 255 255/12%);padding-top:12px}.cockpit-page .reasoning-section--figma .feature-bars--overview i{left:0;background:rgb(255 255 255/62%)}.cockpit-page .reasoning-section--figma .feature-bars--overview b{color:rgb(255 255 255/72%)}.cockpit-page .reasoning-section--figma .reasoning-narrative{display:grid;grid-template-columns:1fr;grid-template-rows:none;align-self:stretch;align-content:start;gap:16px;height:auto;min-height:606px;position:relative;isolation:isolate;background:transparent}.cockpit-page .reasoning-section--figma .reasoning-narrative>div,.cockpit-page .reasoning-section--figma .reasoning-narrative>div:last-child,.cockpit-page .reasoning-section--figma .reasoning-narrative>div:nth-child(2n){display:grid;min-height:0;grid-column:auto;grid-template-columns:auto minmax(0,1fr);gap:8px;border:0;padding:0;position:relative;z-index:1}.cockpit-page .reasoning-section--figma .reasoning-narrative__number{color:#fff;font-family:Inter,PingFang SC,sans-serif;font-size:18px;font-weight:600;line-height:27px}.cockpit-page .reasoning-narrative__heading{display:flex;min-width:0;align-items:center;gap:8px}.cockpit-page .reasoning-section--figma .reasoning-narrative__heading span{min-width:0;overflow:hidden;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .reasoning-section--figma .reasoning-narrative h2,.cockpit-page .reasoning-section--figma .reasoning-narrative p{margin:0}.cockpit-page .reasoning-section--figma .reasoning-narrative h2{overflow:hidden;color:#fff;font-size:16px;font-weight:500;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .reasoning-section--figma .reasoning-narrative p{margin-top:4px;color:rgb(255 255 255/72%);font-size:14px;line-height:21px}@media (max-width:1000px){.cockpit-page .reasoning-section--figma,.cockpit-page .reasoning-section--figma.reasoning-section--account,.cockpit-page .reasoning-section-shell,.cockpit-page .reasoning-section-shell--account{min-height:0}.cockpit-page .reasoning-section--figma .reasoning-grid{grid-template-columns:minmax(0,1fr)}.cockpit-page .reasoning-section--figma .feature-ledger.feature-ledger--empty{min-height:420px}.cockpit-page .reasoning-section--figma .reasoning-narrative{height:auto;min-height:0;grid-template-rows:none}.cockpit-page .account-workspace__summary{grid-template-columns:repeat(3,minmax(0,1fr))}.cockpit-page .account-workspace__metric:nth-child(3n){border-right:0}.cockpit-page .account-workspace__metric:nth-child(n+4){border-top:.5px solid rgb(255 255 255/20%)}}@media (max-width:820px){.cockpit-page .reasoning-section-shell{margin-right:-12px;margin-left:-12px;padding-right:12px;padding-left:12px}}@media (max-width:620px){.cockpit-page .account-risk-disclosure{min-height:0}.cockpit-page .reasoning-section-shell{margin-right:-12px;margin-bottom:0;margin-left:-12px;padding-right:12px;padding-bottom:12px;padding-left:12px}.cockpit-page .reasoning-section--figma{border-radius:10px;padding:12px}.cockpit-page .reasoning-tabs{gap:4px;overflow-x:auto}.cockpit-page .reasoning-tabs a{padding-right:12px;padding-left:12px}.cockpit-page .account-workspace-empty-state{min-height:360px;height:auto;padding:48px 0}.cockpit-page .reasoning-section--figma .feature-ledger.feature-ledger--empty{min-height:360px}.cockpit-page .account-workspace-empty-state__copy{width:min(100%,612px);padding:0 12px}.cockpit-page .reasoning-section--account-bound .account-workspace{gap:12px;margin-top:12px}.cockpit-page .account-workspace__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.cockpit-page .account-workspace__metric{min-height:68px;border-top:.5px solid rgb(255 255 255/20%)}.cockpit-page .account-workspace__metric:nth-child(-n+2){border-top:0}.cockpit-page .account-workspace__metric:nth-child(2n){border-right:0}.cockpit-page .account-workspace__metric:last-child{grid-column:1/-1}.cockpit-page .account-workspace__tabs{width:min(100%,306px)}.cockpit-page .figma-account-table,.cockpit-page .figma-account-table__scroll{max-height:none;min-height:0}.cockpit-page .reasoning-section--figma .reasoning-grid{gap:12px;margin-top:12px}.cockpit-page .reasoning-grid-shell{margin-top:12px}.cockpit-page .reasoning-grid-shell>.reasoning-grid{margin-top:0}.cockpit-page .reasoning-section--figma .feature-ledger,.cockpit-page .reasoning-section--figma .reasoning-narrative{border-radius:10px}.cockpit-page .reasoning-section--figma .feature-bars>div{grid-template-columns:144px minmax(0,1fr) 48px;gap:8px}.cockpit-page .feature-ledger__heading{align-items:flex-start;flex-direction:column;gap:2px}.cockpit-page .reasoning-section--figma .reasoning-narrative__heading span{overflow:visible;text-overflow:clip;white-space:normal}.cockpit-page .reasoning-section--figma .reasoning-narrative{gap:14px}.cockpit-page .reasoning-narrative__heading{align-items:flex-start;flex-direction:column;gap:2px}.cockpit-page .reasoning-section--figma .reasoning-narrative h2{white-space:normal}}.ai-auto-trading-close-dialog,.ai-auto-trading-dialog,.order-review-modal{border:0;border-radius:16px;background:#191919;box-shadow:0 24px 80px rgb(0 0 0/55%);font-family:".SF Compact","SF Compact",var(--marketing-font-family)}.ai-auto-trading-dialog{height:min(660px,calc(100dvh - 32px));max-width:425px;border:1px solid rgb(255 255 255/14%);border-radius:20px;padding:22px 24px;background:#101016;box-shadow:none;font-family:"PingFang SC",var(--marketing-font-family)}.ai-auto-trading-close-dialog,.order-review-modal{border-radius:12px}.ai-auto-trading-close-dialog,.lot-ratio-dialog,.order-review-modal{max-width:425px;padding:24px;box-shadow:none;font-family:"PingFang SC",var(--marketing-font-family)}.lot-ratio-dialog{border:1px solid rgb(255 255 255/14%);border-radius:16px;background:#101016}.lot-ratio-dialog h2{color:#fff;font-family:"PingFang SC",var(--marketing-font-family);font-size:22px;font-weight:600;line-height:1.5}.lot-ratio-help{display:grid;gap:16px}.lot-ratio-help__content{display:grid;gap:16px;border:1px solid rgb(255 255 255/8%);border-radius:12px;padding:16px;background:#15151d}.lot-ratio-help__content p{margin:0;color:rgb(214 214 230/67%);font-size:13px;line-height:1.65}.lot-ratio-help__acknowledge{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:10px 18px;background:#8741ff;color:#fff;cursor:pointer;font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:500;line-height:1.5;transition:background .16s ease}.lot-ratio-help__acknowledge:hover{background:#9d63ff}.lot-ratio-help__acknowledge:focus-visible{outline:2px solid rgb(208 184 255/94%);outline-offset:2px}.ai-auto-trading-close-dialog h2{font-size:22px}.ai-auto-trading-close-dialog h2,.ai-auto-trading-dialog h2{color:#fff;font-family:"PingFang SC",var(--marketing-font-family);font-weight:600;line-height:1.5}.ai-auto-trading-dialog h2{font-size:20px}.ai-auto-trading-close-dialog [id$=-description]{margin-top:0;color:rgb(255 255 255/72%);font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:400;line-height:1.5}.order-review-modal h2{font-size:22px;font-weight:600}.order-review-modal [id$=-description],.order-review-modal h2{font-family:"PingFang SC",var(--marketing-font-family);line-height:1.5}.order-review-modal [id$=-description]{margin-top:0;font-size:14px;font-weight:400}.ai-auto-trading-close-modal{display:grid;gap:16px}.ai-auto-trading-position-state{margin:0;color:rgb(255 255 255/72%);font-size:12px;line-height:1.5}.ai-auto-trading-open-position-summary,.ai-auto-trading-settlement-summary{margin:0;border-radius:8px;padding:16px;background:rgb(255 255 255/4%);color:rgb(255 255 255/64%);font-size:13px;line-height:1.7}.ai-auto-trading-open-position-summary{border:1px solid rgb(255 255 255/8%)}.ai-auto-trading-settlement-summary{display:grid;gap:16px}.ai-auto-trading-settlement-summary p{margin:0}.ai-auto-trading-settlement-summary strong{color:#fff;font-weight:500}.ai-auto-trading-unsubscribe-options{display:grid;gap:8px;min-width:0;margin:0;border:0;padding:0}.ai-auto-trading-unsubscribe-options legend{padding:0;color:#fff;font-size:14px;font-weight:500;line-height:1.5}.ai-auto-trading-unsubscribe-options>p{margin:0;color:rgb(255 255 255/72%);font-size:12px;line-height:1.5}.ai-auto-trading-unsubscribe-options__choices{display:grid;gap:8px}.ai-auto-trading-unsubscribe-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;border:1px solid rgb(255 255 255/14%);border-radius:8px;padding:12px;background:#2d2d2d;cursor:pointer;transition:border-color .16s ease,background .16s ease}.ai-auto-trading-unsubscribe-option[data-state=checked]{border-color:#9d63ff;background:rgb(157 99 255/14%)}.ai-auto-trading-unsubscribe-option .pilot-radio-control{margin-top:3px;border-color:rgb(255 255 255/48%);background:transparent;color:#9d63ff}.ai-auto-trading-unsubscribe-option .pilot-radio-control[data-state=checked]{border-color:#9d63ff;box-shadow:inset 0 0 0 3px #2d2d2d;background:#9d63ff}.ai-auto-trading-unsubscribe-option>span{display:grid;min-width:0;gap:3px}.ai-auto-trading-unsubscribe-option strong{color:#fff;font-size:14px;font-weight:500;line-height:1.5}.ai-auto-trading-unsubscribe-option small{color:rgb(255 255 255/72%);font-size:12px;line-height:1.5}.ai-auto-trading-unsubscribe-option .ai-auto-trading-close-emphasis{color:#fff;font-size:inherit;font-weight:500;line-height:inherit}.ai-auto-trading-unsubscribe-option .ai-auto-trading-market-closed-note{color:rgb(255 255 255/72%)}.ai-auto-trading-market-closed-note__warning{color:#ffb52e;font-weight:500}.ai-auto-trading-unsubscribe-option:has(input:focus-visible){outline:2px solid rgb(184 144 255/88%);outline-offset:3px}.ai-auto-trading-unsubscribe-option[aria-disabled=true]{cursor:not-allowed;opacity:55%}.ai-auto-trading-enable-modal{display:grid;height:100%;min-height:0;grid-template-rows:minmax(0,1fr) auto;gap:12px;overflow:hidden}.ai-auto-trading-scroll-region{display:grid;height:100%;min-height:0;max-height:100%;align-content:start;gap:12px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-color:rgb(165 112 255/58%) transparent;scrollbar-gutter:stable;scrollbar-width:thin;touch-action:pan-y}.ai-auto-trading-intro{border:1px solid rgb(255 255 255/8%);border-radius:16px;padding:14px 16px;background:#15151d}.ai-auto-trading-intro p{margin:0;color:rgb(214 214 230/62%);font-size:13px;line-height:1.65}.ai-auto-trading-summary{padding:0;background:transparent}.ai-auto-trading-summary__details{display:grid;margin:0}.ai-auto-trading-summary__details>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:42px;border-bottom:1px solid rgb(255 255 255/10%)}.ai-auto-trading-summary__details dt{color:rgb(210 210 228/58%);font-size:13px;line-height:1.5}.ai-auto-trading-summary__details dd{margin:0;color:#f5f5fb;font-size:13px;font-weight:500;line-height:1.5;text-align:right}.ai-auto-trading-balance-caution,.ai-auto-trading-manual-warning{margin-top:12px;border-radius:10px;padding:13px 16px;background:#15151d}.ai-auto-trading-balance-caution p,.ai-auto-trading-manual-warning p{margin:0;color:rgb(214 214 230/67%);font-size:13px;line-height:1.6}.ai-auto-trading-balance-caution strong{color:#ffbc20;font-weight:600}.ai-auto-trading-balance-caution strong.is-ratio{color:#fff}.ai-auto-trading-rules{overflow:clip;border-radius:10px;background:#15151d}.ai-auto-trading-rules__trigger{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;color:#fff}.ai-auto-trading-rules__trigger strong{font-size:13px;font-weight:600;line-height:1.5}.ai-auto-trading-rules__meta{display:flex;align-items:center;gap:8px;color:rgb(210 210 228/50%);font-size:12px;white-space:nowrap}.ai-auto-trading-rules__trigger svg{transition:transform .16s ease}.ai-auto-trading-rules__trigger svg.is-open{transform:rotate(180deg)}.ai-auto-trading-rules__list{display:grid;gap:4px;margin:0;border-top:1px solid rgb(255 255 255/8%);padding:12px 20px 14px 32px;color:rgb(214 214 230/68%);font-size:13px;line-height:1.5;list-style:disc outside}.ai-auto-trading-rules__list li::marker{color:#9d63ff;font-size:.8em}.ai-auto-trading-history-status{color:rgb(214 214 230/62%);font-size:12px;line-height:1.5}.ai-auto-trading-history-status.is-error{color:#ff7188}.ai-auto-trading-risk-acknowledgement{align-items:center;justify-self:start;gap:10px;color:rgb(225 225 238/72%);font-size:13px;line-height:1.5}.ai-auto-trading-risk-acknowledgement>input{width:20px!important;height:20px!important}.ai-auto-trading-risk-acknowledgement .pilot-checkbox__control{width:20px;height:20px;flex-basis:20px;border:2px solid rgb(210 210 228/58%);border-radius:6px;background:transparent}.ai-auto-trading-risk-acknowledgement .pilot-checkbox__control[data-state=checked]{border-color:#9d63ff;background:#9d63ff}.ai-auto-trading-risk-acknowledgement .pilot-checkbox__indicator{color:#101016}.ai-auto-trading-summary__head{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.ai-auto-trading-summary__head:after{position:absolute;top:0;bottom:0;left:50%;width:.5px;background:rgb(255 255 255/20%);content:"";transform:translateX(-.25px)}.ai-auto-trading-summary__head>div{display:grid;min-width:0;gap:8px}.ai-auto-trading-summary__head>div+div{border-left:0;padding-left:0}.ai-auto-trading-summary__head span,.ai-auto-trading-summary__margins dt{color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:1.5}.ai-auto-trading-summary__head strong{overflow:hidden;color:#fff;font-size:14px;font-weight:500;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.ai-auto-trading-summary__margins{display:grid;gap:12px;margin:12px 0 0;border-top:.5px solid rgb(255 255 255/20%);padding-top:11px}.ai-auto-trading-summary__margins>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.ai-auto-trading-summary__margins dt{min-width:0;flex:1 1 auto}.ai-auto-trading-summary__margins dd{flex:0 0 auto;margin:0;color:#fff;font-size:14px;font-weight:500;line-height:1.5;text-align:right}.ai-auto-trading-summary__margins dd.is-sufficient{color:#d0ff00}.ai-auto-trading-summary__margins dd.is-insufficient{color:#ff4d6d}.ai-auto-trading-summary__margins dd.is-minimum-only{color:#ffbc20}.ai-auto-trading-summary__tips{display:grid;gap:0;margin:12px 0 0;border-top:.5px solid rgb(255 255 255/20%);padding:7.5px 0 0 18px;color:rgb(255 255 255/72%);font-size:12px;font-weight:400;line-height:1.5}.ai-auto-trading-summary__tips li{margin:0}.ai-auto-trading-summary__tips li::marker{color:rgb(255 255 255/72%)}.ai-auto-trading-summary__tips.is-caution{color:#ffd36b}.ai-auto-trading-summary__tips.is-caution li::marker{color:#ffbc20}.ai-auto-trading-margin-warning{display:grid;gap:6px;margin-top:16px;border-radius:10px;padding:14px 16px;background:rgb(138 37 56/32%);color:#ff4d6d}.ai-auto-trading-margin-warning strong{font-size:17px;font-weight:500;line-height:1.5}.ai-auto-trading-margin-warning p{margin:0;color:rgb(255 116 136/90%);font-size:14px;line-height:1.5}.ai-auto-trading-copy-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border-radius:8px;padding:16px;background:#2d2d2d;cursor:pointer}.ai-auto-trading-copy-option>.pilot-switch__label{display:grid;min-width:0;gap:4px}.ai-auto-trading-copy-option strong{color:#fff;font-size:14px;font-weight:400;line-height:1.5}.ai-auto-trading-copy-option small{color:rgb(255 255 255/72%);font-size:12px;font-weight:400;line-height:1.5}.ai-auto-trading-copy-option .pilot-switch__control{display:block;position:relative;width:32px;height:20px;flex:0 0 auto;border:0;border-radius:99px;background:#606060;transition:background .16s ease}.ai-auto-trading-copy-option .pilot-switch__thumb{display:block;position:absolute;top:4px;left:4px;width:12px;height:12px;border-radius:50%;background:#fff;transition:transform .16s ease}.ai-auto-trading-copy-option .pilot-switch__control[data-state=checked]{background:#8741ff}.ai-auto-trading-copy-option .pilot-switch__control[data-state=checked] .pilot-switch__thumb{transform:translateX(12px)}.ai-auto-trading-copy-option:has(input:focus-visible) .pilot-switch__control{outline:2px solid rgb(184 144 255/88%);outline-offset:3px}.ai-auto-trading-copy-option[data-disabled]{cursor:not-allowed;opacity:55%}.ai-auto-trading-error{display:flex;align-items:flex-start;gap:10px;border-radius:10px;padding:13px 15px;background:rgb(138 37 56/32%);color:#ff7188;font-size:14px;line-height:1.5}.ai-auto-trading-error svg{flex:0 0 auto;margin-top:2px}.ai-auto-trading-actions,.order-review-actions{display:grid;gap:10px}.ai-auto-trading-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-auto-trading-enable-modal .ai-auto-trading-actions{gap:10px}.ai-auto-trading-close-modal .ai-auto-trading-actions{gap:8px}.ai-auto-trading-cancel,.ai-auto-trading-confirm,.order-review-cancel,.order-review-continue{display:flex;width:100%;min-height:54px;align-items:center;justify-content:center;border:0;border-radius:10px;padding:12px 18px;cursor:pointer;font-family:".SF Compact","SF Compact",var(--marketing-font-family);font-size:19px;font-weight:600;line-height:1.35}.ai-auto-trading-confirm,.order-review-continue{background:#9d63ff;color:#070707}.ai-auto-trading-confirm:hover:not(:disabled),.order-review-continue:hover:not(:disabled){background:#ad79ff}.order-review-continue.cancel-pending-confirm{background:#f6465d;color:#fff}.order-review-continue.cancel-pending-confirm:hover:not(:disabled){background:#ff6075}.ai-auto-trading-cancel,.order-review-cancel{background:#242424;color:rgb(255 255 255/72%)}.ai-auto-trading-cancel:hover:not(:disabled),.order-review-cancel:hover:not(:disabled){background:#313131;color:#fff}.ai-auto-trading-cancel:disabled,.ai-auto-trading-confirm:disabled,.order-review-cancel:disabled,.order-review-continue:disabled{cursor:not-allowed;opacity:55%}.ai-auto-trading-enable-modal .ai-auto-trading-cancel,.ai-auto-trading-enable-modal .ai-auto-trading-confirm{height:42px;min-height:42px;border-radius:8px;padding:10px;font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;font-weight:500;line-height:1.5}.ai-auto-trading-enable-modal .ai-auto-trading-confirm{background:#8741ff;color:#000}.ai-auto-trading-enable-modal .ai-auto-trading-confirm:hover:not(:disabled){background:#975eff}.ai-auto-trading-enable-modal .ai-auto-trading-cancel{border:1px solid rgb(255 255 255/18%);background:transparent}.ai-auto-trading-close-modal .ai-auto-trading-cancel,.ai-auto-trading-close-modal .ai-auto-trading-confirm{height:48px;min-height:48px;border-radius:8px;padding:10px;font-family:"PingFang SC",var(--marketing-font-family);font-size:16px;font-weight:500;line-height:1.5}.ai-auto-trading-close-modal .ai-auto-trading-confirm{color:#000}.ai-auto-trading-close-modal.has-open-positions .ai-auto-trading-confirm{background:#f8575f;color:#fff}.ai-auto-trading-close-modal.has-open-positions .ai-auto-trading-confirm:hover:not(:disabled){background:#ff6870}.ai-auto-trading-close-modal.has-open-positions .ai-auto-trading-cancel{border:1px solid rgb(255 255 255/14%);background:transparent}.ai-auto-trading-close-summary{display:grid;gap:8px;margin:0;border-radius:8px;padding:16px;background:#2d2d2d}.ai-auto-trading-no-position-summary{gap:16px}.ai-auto-trading-no-position-summary .ai-auto-trading-position-state{font-size:14px}.ai-auto-trading-no-position-summary strong{color:#fff;font-weight:500}.ai-auto-trading-close-summary>div{display:flex;min-width:0;align-items:center;gap:8px}.ai-auto-trading-close-summary dt{min-width:0;flex:1 1 auto;color:rgb(255 255 255/72%);font-size:14px;font-weight:400;line-height:1.5}.ai-auto-trading-close-summary dd{display:flex;min-width:0;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:0;margin:0;color:#fff;font-size:14px;font-weight:500;line-height:1.5;text-align:right;white-space:nowrap}.ai-auto-trading-close-summary dd.is-running i{display:grid;width:16px;height:16px;flex:0 0 16px;place-items:center}.ai-auto-trading-close-summary dd.is-running i:after{width:6px;height:6px;border-radius:50%;background:#d0ff00;content:""}.order-review-summary{display:grid;gap:8px;margin:0;border-radius:8px;padding:16px;background:#2d2d2d}.order-review-summary>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.order-review-summary dt{color:rgb(255 255 255/72%);font-weight:400}.order-review-summary dd,.order-review-summary dt{font-family:"PingFang SC",var(--marketing-font-family);font-size:14px;line-height:1.5}.order-review-summary dd{margin:0;color:#fff;font-weight:500;text-align:right}.order-review-summary dd.is-buy{color:#00c087}.order-review-summary dd.is-sell{color:#f6465d}.order-review-actions{gap:8px;margin-top:16px}.order-review-cancel,.order-review-continue{height:48px;min-height:48px;border-radius:8px;padding:10px;font-family:"PingFang SC",var(--marketing-font-family);font-size:16px;font-weight:500;line-height:1.5}@media (max-width:620px){.ai-auto-trading-dialog{border-radius:14px;padding:18px 16px}.lot-ratio-dialog{border-radius:14px;padding:20px 16px}.lot-ratio-help__content{gap:14px;padding:14px}.ai-auto-trading-intro{padding:12px 14px}.ai-auto-trading-balance-caution p,.ai-auto-trading-intro p,.ai-auto-trading-manual-warning p,.ai-auto-trading-risk-acknowledgement,.ai-auto-trading-rules__list,.ai-auto-trading-summary__details dd,.ai-auto-trading-summary__details dt{font-size:13px}.ai-auto-trading-summary__details>div{gap:10px}.ai-auto-trading-rules__trigger{padding:12px 14px}.ai-auto-trading-rules__trigger strong{font-size:13px}.ai-auto-trading-rules__meta{gap:6px;font-size:12px}.ai-auto-trading-actions{grid-template-columns:1fr}.ai-auto-trading-copy-option small,.ai-auto-trading-copy-option strong,.ai-auto-trading-summary__head span,.ai-auto-trading-summary__head strong,.ai-auto-trading-summary__margins dt{font-size:14px}.order-review-modal{border-radius:12px;padding:24px}.order-review-modal h2{font-size:22px}.order-review-modal [id$=-description]{font-size:14px}.order-review-summary{padding:16px}.order-review-summary dd,.order-review-summary dt{font-size:14px}.order-review-cancel,.order-review-continue{min-height:48px;font-size:16px}}.legal-page{min-height:100vh;background:radial-gradient(circle at 18% -8%,rgb(134 76 244/16%),transparent 28%),radial-gradient(circle at 92% 24%,rgb(82 48 153/9%),transparent 24%),#000315;color:#f5f2fb;font-family:var(--marketing-font-family)}.legal-main{width:min(100%,1240px);margin:0 auto;padding:84px 28px 104px}.legal-hero{max-width:780px}.legal-hero__eyebrow{display:block;margin-bottom:18px;color:#b38bff;font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.16em}.legal-hero h1{margin:0;color:#fff;font-family:var(--display);font-size:clamp(44px,5vw,68px);font-weight:550;letter-spacing:-.045em;line-height:1.06}.legal-hero p{max-width:620px;margin:22px 0 0;color:rgb(255 255 255/56%);font-size:14px;line-height:1.8}.legal-document-tabs{display:flex;gap:8px;margin:48px 0 52px;border-bottom:1px solid rgb(255 255 255/10%)}.legal-document-tabs a{position:relative;min-width:104px;padding:0 14px 16px;color:rgb(255 255 255/48%);font-size:14px;text-align:center;transition:color .16s ease}.legal-document-tabs a:after{position:absolute;right:14px;bottom:-1px;left:14px;height:2px;border-radius:999px;background:#9d63ff;box-shadow:0 0 16px rgb(157 99 255/64%);content:"";opacity:0;transform:scaleX(.5);transition:opacity .16s ease,transform .16s ease}.legal-document-tabs a.is-active,.legal-document-tabs a:hover{color:#fff}.legal-document-tabs a.is-active:after{opacity:100%;transform:scaleX(1)}.legal-layout{display:grid;grid-template-columns:minmax(190px,238px) minmax(0,1fr);align-items:start;gap:clamp(34px,5vw,70px)}.legal-toc{position:sticky;top:108px;max-height:calc(100vh - 132px);padding-right:12px;overflow:auto;scrollbar-color:rgb(157 99 255/30%) transparent;scrollbar-width:thin}.legal-toc strong{display:block;margin-bottom:18px;color:rgb(255 255 255/74%);font-size:12px;font-weight:600;letter-spacing:.08em}.legal-toc ol{display:grid;gap:2px;margin:0;padding:0;list-style:none}.legal-toc a{display:block;border-left:1px solid rgb(255 255 255/10%);padding:7px 0 7px 13px;color:rgb(255 255 255/40%);font-size:11px;line-height:1.5;transition:border-color .16s ease,color .16s ease}.legal-toc a:hover{border-color:#9d63ff;color:rgb(255 255 255/82%)}.legal-article{min-width:0;border:1px solid rgb(255 255 255/9%);border-radius:22px;padding:clamp(30px,4.2vw,58px);background:rgb(11 12 34/72%);box-shadow:0 30px 90px rgb(0 0 0/28%),inset 0 1px rgb(255 255 255/3%)}.legal-section{scroll-margin-top:110px}.legal-section+.legal-section{margin-top:44px;border-top:1px solid rgb(255 255 255/8%);padding-top:44px}.legal-section h2{margin:0 0 22px;color:rgb(255 255 255/92%);font-size:clamp(19px,1.8vw,24px);font-weight:600;letter-spacing:-.02em;line-height:1.45}.legal-section__body{display:grid;gap:15px}.legal-section p{margin:0;color:rgb(255 255 255/64%);font-size:14px;line-height:1.95;overflow-wrap:anywhere}.legal-section p.legal-section__list-item{padding-left:2em;color:rgb(255 255 255/58%)}.legal-back-to-top{display:inline-flex;align-items:center;gap:7px;margin-top:52px;border:1px solid rgb(255 255 255/10%);border-radius:999px;padding:9px 14px;color:rgb(255 255 255/54%);font-size:12px;transition:border-color .16s ease,color .16s ease}.legal-back-to-top:hover{border-color:rgb(157 99 255/50%);color:#fff}.legal-footer{display:flex;width:min(100%,1240px);min-height:112px;align-items:center;justify-content:space-between;gap:28px;margin:0 auto;border-top:1px solid rgb(255 255 255/8%);padding:28px;color:rgb(255 255 255/34%);font-size:11px}.legal-footer nav{display:flex;flex-wrap:wrap;gap:22px}.legal-footer a{transition:color .16s ease}.legal-footer a:hover{color:rgb(255 255 255/76%)}@media (max-width:900px){.legal-main{padding-top:64px}.legal-layout{grid-template-columns:1fr}.legal-toc{position:static;max-height:none;border:1px solid rgb(255 255 255/8%);border-radius:14px;padding:20px;background:rgb(11 12 34/46%);overflow:visible}.legal-toc ol{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}}@media (max-width:600px){.legal-main{padding:48px 18px 72px}.legal-hero h1{font-size:42px}.legal-hero p{font-size:13px}.legal-document-tabs{margin:38px 0}.legal-document-tabs a{min-width:0;flex:1 1}.legal-toc{padding:18px 16px}.legal-toc ol{grid-template-columns:1fr}.legal-article{border-radius:16px;padding:26px 20px}.legal-section+.legal-section{margin-top:34px;padding-top:34px}.legal-section h2{margin-bottom:18px;font-size:19px}.legal-section__body{gap:13px}.legal-section p{font-size:13px;line-height:1.9}.legal-section p.legal-section__list-item{padding-left:1em}.legal-footer{min-height:0;align-items:flex-start;padding:30px 18px max(42px,env(safe-area-inset-bottom));flex-direction:column}}.instrument-icon{position:relative;isolation:isolate;display:inline-block;flex:0 0 auto;overflow:visible;vertical-align:middle}.instrument-icon-glyph{display:block;width:100%;height:100%;border-radius:50%}.instrument-icon-pair-glyph{position:absolute;display:block;width:68.75%;height:68.75%}.instrument-icon-pair-glyph-base{top:0;left:0;z-index:1}.instrument-icon-pair-glyph-quote{right:0;bottom:0;z-index:2}.laser-flow-container{position:relative;pointer-events:none}.laser-flow-container,.laser-flow-container canvas,.side-rays-container{width:100%;height:100%}.side-rays-container{position:relative;overflow:hidden;pointer-events:none}.side-rays-container canvas{display:block;width:100%;height:100%}body:has(.agent-hub-design),html:has(.agent-hub-design){background:#000315}html:has(.agent-hub-design){overflow-y:scroll;scrollbar-gutter:stable}.agent-hub-design{position:relative;isolation:isolate;min-height:100vh;min-height:100svh;overflow:visible;background:#000315;color:#fff;font-family:"PingFang SC",var(--marketing-font-family),-apple-system,blinkmacsystemfont,"Segoe UI",sans-serif}.agent-hub-design__background{position:absolute;z-index:-1;inset:0;overflow:hidden;pointer-events:none}.agent-hub-design__stars{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:30%}.agent-hub-design__side-glow{position:absolute;top:-444.5px;left:calc(50% + 580px);width:455px;height:1484px;max-width:none;transform:rotate(14.06deg);transform-origin:center}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated){--mobile-navigation-offset:60px;position:sticky;top:0;z-index:10;height:60px;border:0;background:rgb(30 12 62/40%);box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-family:"PingFang SC",var(--marketing-font-family),-apple-system,blinkmacsystemfont,"Segoe UI",sans-serif}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-header__inner{position:relative;width:100%;max-width:none;height:60px;min-height:60px;gap:0;padding:0 40px 0 23px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-brand{width:104px;height:32px;min-height:0;align-items:center;gap:0;transform:translateY(-1px)}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-brand__logo{display:block;width:104px;height:32px;object-fit:contain}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .desktop-nav{position:absolute;top:0;left:201px;display:flex;height:60px;align-self:auto;align-items:center;gap:32px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .desktop-nav a{height:27px;padding:0;color:rgb(255 255 255/72%);font-family:inherit;font-size:18px;font-weight:500;line-height:27px;white-space:nowrap}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .desktop-nav a:after{display:none}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .desktop-nav a.active,.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .desktop-nav a:hover{color:#fff}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-header__actions{gap:12px;margin-left:auto}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__login,.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__register{display:inline-flex;height:44px;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:0 24px;cursor:pointer;font-family:inherit;font-weight:500;white-space:nowrap;transition:filter .14s ease,transform .14s ease}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__register{min-width:80px;background:#242424;color:rgb(255 255 255/72%);font-size:16px;line-height:24px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__login{min-width:84px;background:linear-gradient(135deg,#c8a8ff,#8741ff);color:#000;font-size:18px;line-height:27px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__login:hover,.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__register:hover{filter:brightness(1.08)}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__login:active,.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__register:active{transform:translateY(1px)}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .language-switcher{width:43px;min-width:43px;height:21px;min-height:21px;justify-content:center;gap:4px;border:0;border-radius:0;padding:0;background:transparent;color:rgb(255 255 255/72%);font-family:inherit;font-size:14px;font-weight:400;letter-spacing:0;line-height:21px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .language-switcher__icon{width:18px;height:18px;flex:0 0 18px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .language-switcher:hover{color:#fff}.agent-hub-design__content{position:relative;z-index:1;display:flex;width:min(1000px,calc(100% - 40px));align-items:stretch;gap:16px;margin-left:max(20px,calc((100% - 1040px) / 2));padding:32px 0 40px;flex-direction:column}.agent-hub-design__intro{display:flex;height:53px;align-items:flex-start;justify-content:center;gap:2px;flex-direction:column}.agent-hub-design__description,.agent-hub-design__identity h2,.agent-hub-design__identity p,.agent-hub-design__intro h1,.agent-hub-design__intro p,.agent-hub-design__performance p,.agent-hub-design__performance span{margin:0}.agent-hub-design__intro h1{color:#fff;font-size:22px;font-weight:500;line-height:1.5}.agent-hub-design__intro p{color:rgb(255 255 255/72%);font-size:12px;font-weight:400;line-height:1.5}.agent-hub-design__style-filter{display:flex;width:346px;height:44px;align-items:center;overflow:hidden;border-radius:8px;padding:4px;background:#191919}.agent-hub-design__style-filter button{display:flex;min-width:0;height:36px;flex:1 1 auto;align-items:center;justify-content:center;border:0;border-radius:4px;padding:8px;background:transparent;color:rgb(255 255 255/72%);cursor:pointer;font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap}.agent-hub-design__style-filter button.is-active{background:#2d2d2d;color:#fff;font-weight:500}.agent-hub-design__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.agent-hub-design__card{display:flex;min-width:0;height:241px;align-items:stretch;gap:8px;overflow:hidden;border-radius:8px;padding:12px 16px;background:#191919;flex-direction:column}.agent-hub-design__card-heading{display:flex;min-width:0;height:46px;flex:0 0 46px;align-items:center;gap:6px}.agent-hub-design__avatar{position:relative;display:block;width:40px;height:40px;flex:0 0 40px;overflow:hidden;border:.5px solid rgb(255 255 255/40%);border-radius:8px;background:#000002}.agent-hub-design__avatar img{position:absolute;display:block;max-width:none;object-fit:cover}.agent-hub-design__avatar.is-atom img{top:50%;left:50%;width:78px;height:78px;border-radius:27px;transform:translate(-50%,-50%)}.agent-hub-design__avatar.is-flower img{top:3px;left:3.5px;width:33px;height:33px}.agent-hub-design__avatar.is-code{display:grid;color:rgb(255 255 255/72%);font-size:12px;font-weight:600;letter-spacing:.06em;place-items:center}.agent-hub-design__avatar.is-code>span{overflow:hidden;max-width:34px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.agent-hub-design__identity{display:flex;min-width:0;flex:1 1 auto;align-items:flex-start;justify-content:center;gap:4px;flex-direction:column}.agent-hub-design__name-row{display:flex;width:100%;min-width:0;align-items:center;gap:4px}.agent-hub-design__identity h2{overflow:hidden;color:#fff;font-size:16px;font-weight:600;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.agent-hub-design__risk-tag{display:inline-flex;min-width:0;height:18px;align-items:center;justify-content:center;border-radius:4px;padding:0 6px;font-size:12px;font-weight:400;line-height:1.5;white-space:nowrap}.agent-hub-design__card.is-aggressive .agent-hub-design__risk-tag{background:rgb(253 190 19/12%);color:#fdbe13}.agent-hub-design__card.is-balanced .agent-hub-design__risk-tag{background:rgb(222 138 255/20%);color:#de8aff}.agent-hub-design__card.is-conservative .agent-hub-design__risk-tag{background:rgb(0 170 255/20%);color:#0af}.agent-hub-design__card.is-unknown .agent-hub-design__risk-tag{background:rgb(255 255 255/10%);color:rgb(255 255 255/72%)}.agent-hub-design__running-tag{display:inline-flex;height:22px;flex:0 0 auto;align-items:center;justify-content:center;margin-left:auto;border-radius:4px;padding:2px 8px;background:#00c0871f;color:#00c087;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap}.agent-hub-design__identity p{line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.agent-hub-design__description,.agent-hub-design__identity p{overflow:hidden;color:rgb(255 255 255/72%);font-size:12px;font-weight:400}.agent-hub-design__description{display:-webkit-box;min-width:0;height:36px;flex:0 0 36px;line-height:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.agent-hub-design__divider{display:block;width:100%;height:1px;flex:0 0 1px}.agent-hub-design__performance{display:flex;min-width:0;height:63px;flex:0 0 63px;align-items:center;gap:4px}.agent-hub-design__performance>div{display:flex;min-width:0;flex:1 1 auto;align-items:flex-start;flex-direction:column}.agent-hub-design__performance p{color:#fff;font-size:14px;font-weight:500;line-height:1.5}.agent-hub-design__performance span{color:#fff;font-size:12px;font-weight:400;line-height:1.5}.agent-hub-design__performance strong{font-family:".SF Compact","SF Compact","SF Compact Text",var(--marketing-font-family),sans-serif;font-size:16px;font-weight:790;line-height:1.5;white-space:nowrap}.agent-hub-design__performance strong.is-positive{color:#00c087}.agent-hub-design__performance strong.is-negative{color:#f6465d}.agent-hub-design__sparkline{display:block;width:102px;height:58px;flex:0 0 102px;overflow:visible}.agent-hub-design__sparkline.is-empty{opacity:0}.agent-hub-design__card-action{display:flex;min-width:0;height:40px;flex:0 0 40px;align-items:center;justify-content:flex-end}.agent-hub-design__card-action button{display:inline-flex;height:40px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:0 24px;background:linear-gradient(147.091deg,#c8a8ff 10.156%,#8741ff 67.187%);color:#000;cursor:pointer;font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap;transition:filter .14s ease,transform .14s ease}.agent-hub-design__card-action button:hover{filter:brightness(1.08)}.agent-hub-design__card-action button:active{transform:translateY(1px)}.agent-hub-design__card-action button:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:55%}.agent-hub-design button:focus-visible{outline-color:#d0ff00}.agent-hub-design__empty{display:flex;min-height:241px;align-items:center;justify-content:center;border:1px solid rgb(255 255 255/12%);border-radius:8px;padding:32px;background:#191919;text-align:center;flex-direction:column}.agent-hub-design__empty h2{margin:0;color:#fff;font-size:18px;font-weight:500}.agent-hub-design__empty p{max-width:440px;margin:8px 0 0;color:rgb(255 255 255/72%);font-size:12px;line-height:1.5}.agent-hub-design__empty.is-loading{min-height:241px}.agent-hub-design__loader{width:28px;height:28px;border:2px solid rgb(255 255 255/14%);border-top:2px solid var(--loading-accent);border-radius:50%;margin-bottom:14px;filter:drop-shadow(0 0 8px rgb(var(--loading-accent-rgb)/36%));animation:agent-hub-loader .7s linear infinite}.agent-hub-design__empty.is-loading p{margin-bottom:0}.agent-hub-design__empty.is-error{border-color:rgb(246 70 93/25%)}.agent-hub-design__empty.is-error button{min-height:36px;border:1px solid rgb(255 255 255/16%);border-radius:6px;margin-top:18px;padding:0 18px;background:#2d2d2d;color:#fff;cursor:pointer;font-size:13px}@keyframes agent-hub-loader{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.agent-hub-design__loader{animation:none}}@media (max-width:1040px){.agent-hub-design__content{margin-right:auto;margin-left:auto}}@media (max-width:1024px){.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-header__inner{gap:16px;padding-right:max(18px,env(safe-area-inset-right));padding-left:max(18px,env(safe-area-inset-left))}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .desktop-nav{display:none}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .mobile-nav-toggle{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-color:rgb(255 255 255/16%);color:#fff}}@media (max-width:920px){.agent-hub-design__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-hub-design__card{height:241px}}@media (max-width:620px){.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-header__inner{height:60px;min-height:60px;gap:10px;padding-right:max(15px,env(safe-area-inset-right));padding-left:max(15px,env(safe-area-inset-left))}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .agent-hub-header__register{display:none}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .site-header__actions{gap:8px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .mobile-nav-toggle{width:44px;height:44px;flex-basis:44px}.agent-hub-design__content{width:calc(100% - 32px);padding-top:28px;padding-bottom:max(32px,env(safe-area-inset-bottom))}.agent-hub-design__intro{height:auto;min-height:53px}.agent-hub-design__style-filter{width:100%;height:44px;padding-top:0;padding-bottom:0}.agent-hub-design__style-filter button{height:44px;padding-right:5px;padding-left:5px;font-size:13px}.agent-hub-design__grid{grid-template-columns:1fr}.agent-hub-design__card{height:241px}.agent-hub-design__side-glow{right:-280px;left:auto}}@media (max-width:360px){.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .language-switcher{width:28px;min-width:28px}.agent-hub-design>.site-header.is-agent-hub:not(.is-authenticated) .language-switcher span{display:none}.agent-hub-design__content{width:calc(100% - 24px)}.agent-hub-design__style-filter button{font-size:12px}.agent-hub-design__card{padding-right:12px;padding-left:12px}}@media (prefers-reduced-motion:reduce){.agent-hub-design__card-action button{transition:none}}body:has(.history-figma-page),html:has(.history-figma-page){background:#000315}.history-figma-page.product-page{position:relative;isolation:isolate;min-height:100vh;min-height:100svh;overflow-x:clip;background:#000315;color:#fff;font-family:"PingFang SC",var(--marketing-font-family),-apple-system,blinkmacsystemfont,"Segoe UI",sans-serif}.history-figma-page.product-page:after,.history-figma-page.product-page:before{display:none}.history-figma-page__background{position:absolute;z-index:-1;inset:0;overflow:hidden;background:#000315;pointer-events:none}.history-figma-page__background:after{position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 3 21/20%),rgb(0 3 21/48%)),radial-gradient(circle at 50% 18%,transparent 20%,rgb(0 3 21/38%) 100%);content:""}.history-figma-page__background img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:38%}.history-figma-page>.site-header{position:sticky;z-index:1000;top:0;border-bottom:0;background:rgb(30 12 62/40%);box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.history-figma-page .history-figma-page__content{display:flex;width:min(calc(100% - 48px),1200px);min-height:543px;flex-direction:column;gap:16px;margin:32px auto 96px;padding:0}.history-figma-page__title-row{display:flex;min-height:33px;align-items:center}.history-figma-page__title-row h1{margin:0;color:#fff;font-family:inherit;font-size:22px;font-weight:500;letter-spacing:0;line-height:33px}.history-figma-page .history-status-tabs{display:grid;width:272px;height:52px;min-height:52px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;border:0;border-radius:10px;padding:6px;background:#191919}.history-figma-page .history-status-tabs button{display:flex;min-width:0;min-height:0;align-items:center;justify-content:center;border:0;border-radius:6px;padding:0 12px;background:transparent;color:rgb(255 255 255/72%);cursor:pointer;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;text-align:center;white-space:nowrap;transition:background .16s ease,color .16s ease}.history-figma-page .history-status-tabs button:after{display:none}.history-figma-page .history-status-tabs button.is-active{background:#2d2d2d;color:#fff;font-weight:500}.history-figma-page .history-status-tabs button:hover:not(.is-active){color:#fff}.history-figma-page .history-reset-button:focus-visible,.history-figma-page .history-sort-button:focus-visible,.history-figma-page .history-status-tabs button:focus-visible{outline:2px solid rgb(208 255 0/72%);outline-offset:2px}.history-figma-page .history-log-card{display:flex;height:620px;overflow:hidden;min-width:0;min-height:620px;flex-direction:column;gap:16px;margin:0;border:0;border-radius:12px;padding:16px;background:#191919}.history-figma-page .history-filter-bar{display:flex;height:36px;align-items:center;gap:16px;border:0;padding:0}.history-figma-page .history-filter-group{display:flex;min-width:0;align-items:center;gap:12px}.history-figma-page .history-filter-label{display:block;min-height:0;color:#fff;font-family:inherit;font-size:14px;font-weight:400;line-height:21px;white-space:nowrap}.history-figma-page__date-inputs{display:flex;min-width:0;align-items:center;gap:12px}.history-figma-page__date-picker{position:relative;display:block;width:149px;min-width:149px}.history-figma-page__date-input,.history-figma-page__date-trigger{width:100%;height:36px}.history-figma-page__date-input{position:relative;display:block}.history-figma-page .history-figma-page__date-trigger{display:flex;width:100%;height:100%;min-width:0;align-items:center;border:0;border-radius:8px;padding:0 40px 0 16px;background:#2d2d2d;color:rgb(255 255 255/87%);cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;line-height:21px;text-align:left;outline:0}.history-figma-page__date-trigger>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-figma-page__date-trigger>img{position:absolute;top:10px;right:16px;width:16px;height:16px;pointer-events:none}.history-figma-page__date-picker[data-state=open] .history-figma-page__date-trigger,.history-figma-page__date-trigger:focus-visible{box-shadow:0 0 0 2px rgb(135 65 255/32%)}body .history-figma-page__date-picker-positioner{z-index:1000}body .history-figma-page__date-picker-content{display:flex;width:276px;min-width:276px;flex-direction:column;border:1px solid rgb(255 255 255/16%);border-radius:10px;padding:12px;background:#202020;box-shadow:0 12px 28px rgb(0 0 0/46%);color:rgb(255 255 255/87%)}body .history-figma-page__date-picker-view{display:grid;gap:8px}body .history-figma-page__date-picker-view[hidden]{display:none}body .history-figma-page__date-picker-header{display:grid;min-height:28px;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:4px}body .history-figma-page__date-picker-content [data-part=next-trigger],body .history-figma-page__date-picker-content [data-part=prev-trigger],body .history-figma-page__date-picker-content [data-part=view-trigger]{display:inline-flex;min-width:0;min-height:28px;align-items:center;justify-content:center;border:0;border-radius:6px;padding:0;background:transparent;color:rgb(255 255 255/87%);cursor:pointer}body .history-figma-page__date-picker-content [data-part=view-trigger]{padding:0 8px;font-family:inherit;font-size:13px;font-weight:500;line-height:20px}body .history-figma-page__date-picker-content [data-part=next-trigger]:hover,body .history-figma-page__date-picker-content [data-part=prev-trigger]:hover,body .history-figma-page__date-picker-content [data-part=view-trigger]:hover{background:#2d2d2d}body .history-figma-page__date-picker-content [data-part=next-trigger]:focus-visible,body .history-figma-page__date-picker-content [data-part=prev-trigger]:focus-visible,body .history-figma-page__date-picker-content [data-part=table-cell-trigger]:focus-visible,body .history-figma-page__date-picker-content [data-part=view-trigger]:focus-visible{outline:2px solid rgb(135 65 255/72%);outline-offset:1px}body .history-figma-page__date-picker-content [data-part=table]{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}body .history-figma-page__date-picker-content [data-part=table-header]{height:25px;color:rgb(255 255 255/48%);font-family:inherit;font-size:11px;font-weight:400;line-height:16px;text-align:center}body .history-figma-page__date-picker-content [data-part=table-cell]{height:32px;padding:1px;text-align:center}body .history-figma-page__date-picker-content [data-part=table-cell-trigger]{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:0;border-radius:6px;padding:0;background:transparent;color:rgb(255 255 255/87%);cursor:pointer;font-family:inherit;font-size:13px;font-weight:400;line-height:20px}body .history-figma-page__date-picker-content [data-part=table-cell-trigger]:hover{background:#2d2d2d}body .history-figma-page__date-picker-content [data-part=table-cell-trigger][data-selected]{background:#8741ff;color:#fff}body .history-figma-page__date-picker-content [data-part=table-cell-trigger][data-disabled],body .history-figma-page__date-picker-content [data-part=table-cell-trigger][data-outside-range]{color:rgb(255 255 255/32%)}body .history-figma-page__date-picker-content [data-part=table-cell-trigger][data-disabled]{cursor:not-allowed}body .history-figma-page__date-picker-content [data-part=table-cell-trigger][data-today]{box-shadow:inset 0 0 0 1px rgb(255 255 255/38%)}.history-figma-page__date-separator{color:rgb(255 255 255/87%);font-family:inherit;font-size:14px;font-weight:400;line-height:21px}.history-figma-page .history-account-filter{flex:0 0 auto}.history-figma-page__account-control{position:relative;width:164px;height:36px}.history-figma-page__account-control>.pilot-select{width:100%;height:100%}.history-figma-page .pilot-select__trigger.history-figma-page__account-select{width:100%;min-height:36px;height:36px;border:0;border-radius:8px;padding:5px 16px;background:#2d2d2d;color:rgb(255 255 255/87%);font-family:inherit;font-size:14px;font-weight:400;line-height:21px}.history-figma-page__account-select [data-part=value-text]{display:block;min-width:0;max-width:calc(100% - 24px);height:21px;overflow:hidden;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.history-figma-page .pilot-select__trigger.history-figma-page__account-select:hover:not(:disabled){border:0;background:#2d2d2d}.history-figma-page .pilot-select__trigger.history-figma-page__account-select:focus-visible,.history-figma-page .pilot-select__trigger.history-figma-page__account-select[data-focus],.history-figma-page .pilot-select__trigger.history-figma-page__account-select[data-state=open]{border:0;outline:0;box-shadow:0 0 0 1px rgb(255 255 255/24%)}.history-figma-page__account-select .pilot-select__indicator{display:none}.history-figma-page__account-select-icon{position:absolute;z-index:2;top:10px;right:16px;width:16px;height:16px;display:grid;place-items:center;pointer-events:none}.history-figma-page__account-select-icon>img{display:block;width:9px;height:5px}body .history-figma-page__account-select-content{overflow-y:auto;border:0;border-radius:8px;padding:4px;background:#2d2d2d;box-shadow:0 8px 24px rgb(0 0 0/36%);scrollbar-color:rgb(255 255 255/24%) #2d2d2d}body .history-figma-page__account-select-content .pilot-select__item{min-height:36px;gap:8px;border-radius:4px;padding:5px 12px;color:rgb(255 255 255/87%);font-family:inherit;font-size:14px;font-weight:400;line-height:21px;text-overflow:ellipsis;white-space:nowrap}body .history-figma-page__account-select-content .pilot-select__item[data-highlighted],body .history-figma-page__account-select-content .pilot-select__item[data-state=checked],body .history-figma-page__account-select-content .pilot-select__item[data-state=checked][data-highlighted]{background:#3a3a3a;color:#fff}body .history-figma-page__account-select-content .pilot-select__item-indicator{display:none}.history-figma-page .history-reset-button{display:inline-flex;width:70px;min-width:70px;height:36px;min-height:36px;align-items:center;justify-content:center;border:0;border-radius:8px;padding:0 16px;background:#2d2d2d;color:rgb(255 255 255/72%);cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;line-height:21px;transition:background .16s ease,color .16s ease}.history-figma-page .history-reset-button:hover{border:0;background:#383838;color:#fff}.history-figma-page .history-records-scroll{position:relative;flex:1 1 auto;width:100%;min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:rgb(255 255 255/28%) #191919;scrollbar-gutter:stable}.history-figma-page .table-scroll{position:relative;width:100%;min-width:0;overflow:visible}.history-figma-page .history-table{width:100%;min-width:968px;border-collapse:collapse;table-layout:fixed}.history-figma-page .history-table.is-closed{min-width:1140px}.history-figma-page .history-figma-page__symbol-column{width:130px}.history-figma-page .history-figma-page__direction-column{width:100px}.history-figma-page .history-figma-page__time-column{width:160px}.history-figma-page .history-figma-page__pnl-column{width:190px}.history-figma-page .history-table td,.history-figma-page .history-table th{overflow:hidden;border-bottom:.5px solid rgb(255 255 255/20%);padding:0 12px;color:rgb(255 255 255/87%);font-family:inherit;font-size:14px;font-weight:400;letter-spacing:0;line-height:21px;text-align:left;text-overflow:ellipsis;text-transform:none;vertical-align:middle;white-space:nowrap}.history-figma-page .history-table th{position:sticky;z-index:1;top:0;height:38px;background:#191919;color:rgb(255 255 255/72%)}.history-figma-page .history-table td{height:52px}.history-figma-page .history-table td:first-child,.history-figma-page .history-table td:nth-child(2),.history-figma-page .history-table th:first-child,.history-figma-page .history-table th:nth-child(2){position:sticky;background:#191919}.history-figma-page .history-table td:first-child,.history-figma-page .history-table th:first-child{z-index:2;left:0}.history-figma-page .history-table td:nth-child(2),.history-figma-page .history-table th:nth-child(2){z-index:2;left:130px;box-shadow:10px 0 14px -14px rgb(0 0 0/88%)}.history-figma-page .history-table th:nth-child(-n+2){z-index:3}.history-figma-page .history-table tbody tr:last-child td{border-bottom:.5px solid rgb(255 255 255/20%)}.history-figma-page .history-table tbody tr:hover{background:rgb(255 255 255/2%)}.history-figma-page .history-table tbody tr:hover td:nth-child(-n+2){background:#1e1e1e}.history-figma-page__symbol-cell{display:inline-flex;min-width:0;align-items:center;gap:8px;vertical-align:middle}.history-figma-page__symbol-cell>.instrument-icon{width:24px;height:24px;flex:0 0 24px}.history-figma-page .history-mobile-card .history-figma-page__symbol-cell>strong,.history-figma-page .history-table td .history-figma-page__symbol-cell>strong{overflow:hidden;margin:0;color:#fff;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.history-figma-page__side{display:inline-flex;align-items:center;gap:2px;font-family:inherit;font-size:14px;font-weight:400;line-height:21px}.history-figma-page__side-icon{display:inline-grid;width:16px;height:16px;flex:0 0 16px;place-items:center;overflow:hidden}.history-figma-page__side-icon>img{display:block;width:10.3333px;height:12.6667px}.history-figma-page__side.is-buy .history-figma-page__side-icon>img{transform:rotate(180deg)}.history-figma-page__side.is-buy{color:#00c087}.history-figma-page__side.is-sell{color:#f6465d}.history-figma-page .history-sort-button,.history-figma-page__table-heading{display:inline-flex;min-width:0;align-items:center;border:0;padding:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}.history-figma-page .history-sort-button{cursor:pointer}.history-figma-page .history-sort-button:hover{color:#fff}.history-figma-page__price-cell>small,.history-figma-page__price-cell>span{display:block}.history-figma-page__price-cell>span{height:21px;line-height:21px}.history-figma-page__price-cell>small{height:18px;font-family:inherit;font-size:12px;font-weight:400;line-height:18px}.history-figma-page .history-figma-page__positive,.history-figma-page .history-table td.history-figma-page__positive{color:#00c087}.history-figma-page .history-figma-page__negative,.history-figma-page .history-table td.history-figma-page__negative{color:#f6465d}.history-figma-page .history-figma-page__neutral,.history-figma-page .history-table td.history-figma-page__neutral{color:rgb(255 255 255/38%)}.history-figma-page .history-mobile-list{display:none}.history-figma-page .history-empty{position:absolute;z-index:4;inset:38px 0 0;min-height:0;border:0;padding:20px;background:#191919;color:rgb(255 255 255/48%)}.history-figma-page .history-empty h2{margin:13px 0 4px;color:rgb(255 255 255/87%);font-family:inherit;font-size:18px;font-weight:500;line-height:27px}.history-figma-page .history-empty.is-no-records h2{margin-top:0}.history-figma-page .history-empty p{color:rgb(255 255 255/48%);font-family:inherit;font-size:12px;line-height:18px}.history-figma-page .history-loading-spinner{width:25px;height:25px;border:2px solid rgb(255 255 255/18%);border-top:2px solid var(--loading-accent);border-radius:50%;filter:drop-shadow(0 0 8px rgb(var(--loading-accent-rgb)/36%));animation:history-loading-spin .8s linear infinite}@keyframes history-loading-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.history-figma-page .history-loading-spinner{animation:none}}.history-figma-page .history-infinite-scroll-sentinel{display:flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-top:.5px solid rgb(255 255 255/20%);padding-top:12px;color:rgb(255 255 255/48%);font-family:inherit;font-size:12px}.history-figma-page .history-infinite-scroll-sentinel.is-loading{color:rgb(255 255 255/72%)}@media (max-width:900px){.history-figma-page .history-filter-bar{height:auto;flex-wrap:wrap}}@media (max-width:760px){.history-figma-page .history-figma-page__content{width:min(calc(100% - 32px),520px);min-height:0;margin-top:24px;margin-bottom:48px}.history-figma-page__title-row h1{font-size:22px}.history-figma-page .history-status-tabs{width:min(100%,272px)}.history-figma-page .history-log-card{height:620px;min-height:0;gap:16px;border-radius:12px;padding:16px}.history-figma-page .history-filter-bar{align-items:stretch;flex-direction:column;gap:12px}.history-figma-page .history-filter-group{width:100%}.history-figma-page .history-date-filter{align-items:flex-start;flex-direction:column;gap:8px}.history-figma-page__date-inputs{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px}.history-figma-page__date-picker{width:100%;min-width:0}.history-figma-page .history-account-filter{justify-content:space-between}.history-figma-page__account-control{flex:1 1 auto}.history-figma-page .history-reset-button{width:100%}.history-figma-page .history-log-card .table-scroll{display:none}.history-figma-page .history-mobile-list{display:grid;gap:10px}.history-figma-page .history-records-scroll{overflow-x:hidden}.history-figma-page .history-empty{inset-block-start:0}.history-figma-page .history-mobile-card{display:grid;width:100%;gap:14px;border:.5px solid rgb(255 255 255/20%);border-radius:8px;padding:14px;background:#202020;color:rgb(255 255 255/87%)}.history-figma-page .history-mobile-card__header,.history-figma-page .history-mobile-card__header>div{display:flex;min-width:0;align-items:center}.history-figma-page .history-mobile-card__header{justify-content:space-between;gap:12px}.history-figma-page .history-mobile-card__header>div{gap:10px}.history-figma-page .history-mobile-card__header>strong{flex:0 0 auto;font-family:inherit;font-size:14px;font-weight:400;line-height:21px}.history-figma-page .history-mobile-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;border-top:.5px solid rgb(255 255 255/20%);padding-top:12px}.history-figma-page .history-mobile-card__details>div{display:grid;min-width:0;gap:4px}.history-figma-page .history-mobile-card__details dt{color:rgb(255 255 255/48%);font-family:inherit;font-size:12px;line-height:18px}.history-figma-page .history-mobile-card__details dd{overflow:hidden;margin:0;color:rgb(255 255 255/87%);font-family:inherit;font-size:13px;font-weight:400;line-height:20px;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:380px){.history-figma-page .history-date-filter>.history-figma-page__date-inputs{display:flex;width:100%;min-width:0;align-items:stretch;flex-direction:column;gap:8px}.history-figma-page .history-figma-page__date-input,.history-figma-page .history-figma-page__date-picker,.history-figma-page .history-figma-page__date-trigger{width:100%;min-width:0}.history-figma-page__date-separator{display:none}.history-figma-page .history-mobile-card__details{grid-template-columns:1fr}}