@charset "UTF-8";html{--gap: 3px;--selected-color: #5cb1ff;--red-color: #ff2424;--app-bg: #202020;--font-color: #ffffff;--second-font-color: #ababab;--about-font-color: #d1d1d1;--button-bg: #252525;--button-font: #ffffff;--button-selected-bg: #003ec8;--button-selected-font: #ffffff;--button-disabled-bg: #252525;--button-disabled-font: #606060;--dialog-background: #333333;--border-color: #383838;--surface-raised: #171d24;--shadow-soft: 0 8px 24px rgba(0, 0, 0, .22);--focus-ring: rgba(92, 177, 255, .24);--control-radius: 3px;background-color:var(--app-bg)}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:12px;color:var(--font-color);background-color:var(--app-bg)}*::-webkit-scrollbar{display:none}*{scrollbar-width:none}*:focus{outline:none}a{color:var(--font-color);text-decoration:underline}a:visited{color:var(--font-color)}a:hover{color:var(--font-color);text-decoration:none}button{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px;color:var(--button-font);background-color:var(--button-bg);border:1px solid var(--border-color);border-radius:var(--control-radius);box-shadow:inset 0 1px #ffffff08;padding:4px 6px;line-height:1.1;transition:color .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}button:disabled,button:disabled:hover{cursor:not-allowed;color:var(--button-disabled-font);background-color:var(--button-disabled-bg);border-color:var(--border-color);box-shadow:none;transform:none}@media (hover: hover) and (pointer: fine){button:hover,button:focus:hover{color:var(--button-selected-font);background-color:var(--button-selected-bg);border-color:var(--button-selected-bg);box-shadow:var(--shadow-soft)}}button:focus{color:var(--button-font);background-color:var(--button-bg)}button:focus-visible{box-shadow:0 0 0 3px var(--focus-ring)}button:active{transform:translateY(1px)}input,textarea,select{border:1px solid var(--border-color);border-radius:var(--control-radius);background-color:var(--surface-raised);color:var(--font-color);padding:3px;outline:none;box-sizing:border-box;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}input:focus,textarea:focus,select:focus{border:1px solid var(--border-color);box-shadow:0 0 0 3px var(--focus-ring)}input[type=range],input[type=range]:focus,input[type=range]:focus-visible,input[type=range]:active{outline:none;box-shadow:none}::selection{background:var(--button-selected-bg);color:var(--button-selected-font)}#title,#about,#comparison,#features{display:block}body>#title,body>#about,body>#comparison,body>#features,body>.langs{width:100%;max-width:1920px;margin-right:auto;margin-left:auto;box-sizing:border-box}#title{padding:0 20px}#features,#features *{box-sizing:border-box}#features{grid-template-columns:1fr;grid-auto-rows:min-content;gap:28px;padding:28px 20px 60px;max-width:none;margin:0;background:radial-gradient(900px 500px at 80% -10%,rgba(0,200,160,.12),transparent 60%),radial-gradient(700px 420px at -10% 10%,rgba(255,80,80,.12),transparent 60%)}.features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:min-content;gap:24px}.features .merged2{grid-column:span 2}@media screen and (max-width: 1150px){.features{grid-template-columns:1fr}.features .merged2{grid-column:span 1}}#features .feature-heading{display:flex;align-items:center;gap:10px;margin-bottom:8px}#features .feature-heading svg{flex:none;color:#aeb8c2}#features .feature{height:100%;width:100%;display:grid;grid-template-columns:1fr min-content;grid-template-rows:auto;gap:16px;background:linear-gradient(180deg,#ffffff09,#ffffff05);border:1px solid rgba(255,255,255,.06);border-radius:16px;box-shadow:0 10px 30px #00000047,inset 0 0 0 1px #ffffff05}#features .feature.w100{width:100%;max-width:unset}#features .feature.w100 .desc{line-height:2em;font-size:2em}#features .feature.merged2{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1)}#features .feature .desc ol{margin:0}#features .feature .desc ol li{margin-bottom:8px}#features .feature .desc ol li:last-child{margin-bottom:0}#features .feature img{height:auto;max-height:520px;width:auto;border-radius:12px;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 24px #0000004d}#features .feature img.feature-preview{width:220px;max-width:220px;height:auto;max-height:none;object-fit:cover;cursor:zoom-in;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 26px #00000059;margin:22px 24px}@media screen and (min-width: 1150px) and (max-width: 1600px){#features .feature{grid-template-columns:1fr;grid-template-rows:auto auto}#features .feature img{height:auto;width:100%}}@media screen and (max-width: 790px){#features .feature{grid-template-columns:1fr;grid-template-rows:auto auto}#features .feature img{height:auto;width:100%}}#features .feature .desc{display:flex;flex-flow:column nowrap;gap:18px;font-size:1.55em;line-height:1.5em;padding:22px 24px}#features .feature .desc#whitelist{gap:10px}@media (min-width: 640px){#features img:not(.feature-preview){height:520px;width:auto}}.features-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:999}.features-lightbox.is-open{display:flex}.features-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.features-lightbox__content{position:relative;z-index:1;max-width:min(92vw,1200px);max-height:90vh;padding:10px;border-radius:14px;background:#141414e6;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #0009}.features-lightbox__content img{display:block;max-width:100%;max-height:82vh;height:auto;width:auto}.features-lightbox__close{position:absolute;top:6px;right:6px;width:28px;height:28px;border:none;background:transparent;color:var(--inactive-element);display:grid;place-items:center;cursor:pointer;padding:0;z-index:2;pointer-events:auto}.features-lightbox__close:hover{color:var(--warning-color)}.features-lightbox__close svg{display:block;width:20px;height:20px;pointer-events:none}#authHelp{position:absolute;top:50%;left:100%;transform:translate(8px,-50%);border:1px solid --border-color;border-radius:50%;padding:2px 5px;font-size:12px;cursor:pointer}#about,.about-content{font-size:1.5em;line-height:1.5em;color:var(--about-font-color)}#about img,.about-content img{width:100%;height:auto}#about img.icon,.about-content img.icon{width:auto;height:12px;margin-bottom:-3px}#about #about-android-apk-link img.icon,.about-content #about-android-apk-link img.icon{height:16px}#about h2,#about h3,#about h4,#about h5,#about span,.about-content h2,.about-content h3,.about-content h4,.about-content h5,.about-content span{color:var(--font-color)}#about span,.about-content span{font-weight:700}#comparison,.comparison-content{color:var(--about-font-color);font-size:16px;line-height:1.35}#comparison h2,.comparison-content h2{margin:0 0 18px;color:var(--font-color);font-size:28px;line-height:1.2}#comparison .comparison-table-wrap,.comparison-content .comparison-table-wrap{overflow-x:auto;border:1px solid var(--border-color)}#comparison table,.comparison-content table{width:100%;min-width:980px;border-collapse:collapse;background:var(--dialog-background)}#comparison th,#comparison td,.comparison-content th,.comparison-content td{padding:10px 12px;border:1px solid var(--border-color);vertical-align:top;text-align:left}#comparison th,.comparison-content th{position:sticky;top:0;z-index:1;color:var(--button-selected-font);background:var(--button-selected-bg)}#comparison tbody tr:nth-child(2n),.comparison-content tbody tr:nth-child(2n){background:#ffffff08}#comparison td:first-child,#comparison th:first-child,.comparison-content td:first-child,.comparison-content th:first-child{min-width:290px;color:var(--font-color)}#whitelist{gap:10px;cursor:pointer}#whitelist #ru{display:none}#whitelist span{text-decoration:underline dashed;text-underline-offset:5px}#whitelist span:hover{text-decoration:underline solid}.langs{display:none}.landing-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:minmax(210px,1fr) auto auto;align-items:center;gap:18px;width:100%;max-width:1920px;margin-right:auto;margin-left:auto;padding:10px 20px;box-sizing:border-box;border-bottom:1px solid var(--border-color);background:color-mix(in srgb,var(--dialog-background) 94%,transparent);box-shadow:0 8px 24px #0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-header .landing-brand{display:inline-flex;align-items:center;gap:10px;width:max-content;max-width:100%;color:var(--font-color);font-size:24px;font-weight:600;letter-spacing:-.04em;text-decoration:none}.landing-header .landing-brand img{width:38px;height:38px;object-fit:contain}.landing-header .landing-brand em{color:#2ee6ae;font-style:normal}.landing-header .landing-nav,.landing-header .landing-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.landing-header .landing-nav button,.landing-header .landing-nav a,.landing-header .landing-language-menu summary,.landing-header .app-link{border:0;border-radius:var(--surface-radius, 6px);padding:9px 11px;color:var(--font-color);background:transparent;font:inherit;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer}.landing-header .landing-nav button:hover,.landing-header .landing-nav a:hover,.landing-header .landing-language-menu summary:hover,.landing-header .landing-language-menu[open] summary{background:var(--button-bg)}.landing-header .app-link{padding:10px 14px;color:var(--button-selected-font);background:var(--button-selected-bg);font-weight:600}.landing-header .landing-language-menu{position:relative}.landing-header .landing-language-menu summary{display:flex;align-items:center;gap:7px;list-style:none}.landing-header .landing-language-menu summary::-webkit-details-marker{display:none}.landing-header .landing-language-menu summary svg{width:18px;height:18px}.landing-header .landing-language-menu summary:after{content:"";width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-2px) rotate(45deg)}.landing-header .landing-language-menu[open] summary:after{transform:translateY(2px) rotate(225deg)}.landing-header .landing-language-menu ul{position:absolute;top:calc(100% + 8px);right:0;display:grid;gap:3px;min-width:210px;margin:0;padding:7px;border:1px solid var(--border-color);border-radius:8px;background:var(--dialog-background);box-shadow:0 18px 50px #00000073;list-style:none}.landing-header .landing-language-menu a{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;padding:9px 10px;border-radius:5px;color:var(--font-color);font-size:14px;text-decoration:none}.landing-header .landing-language-menu a:hover,.landing-header .landing-language-menu a[aria-current=page]{background:var(--button-bg)}.landing-header .landing-language-menu a .landing-language-flag{font-size:19px;line-height:1}@media screen and (max-width: 860px){.landing-header{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:8px 10px 10px}.landing-header .landing-nav{grid-column:1/-1;grid-row:2;flex-wrap:wrap;justify-content:center;gap:2px}.landing-header .landing-actions{grid-column:2;grid-row:1}.landing-header .landing-nav button,.landing-header .landing-nav a{padding:7px 8px;font-size:14px}.landing-header .app-link{padding:9px 11px;font-size:14px}}@media screen and (max-width: 520px){.landing-header .landing-brand{gap:7px;font-size:18px}.landing-header .landing-brand img{width:30px;height:30px}.landing-header .landing-language-current{display:none}.landing-header .landing-language-menu summary{padding:8px}}@media screen and (max-width: 390px){.landing-header .landing-nav{justify-content:flex-start}.landing-header .landing-brand span{display:none}}#landing-main{position:relative;overflow:hidden}#landing-main .landing-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(460px,.96fr);align-items:center;gap:clamp(36px,6vw,92px);width:100%;max-width:1920px;margin:0 auto;padding:70px 28px 76px;box-sizing:border-box}#landing-main .landing-hero:before{content:"";position:absolute;top:-360px;left:-420px;width:820px;height:820px;border-radius:50%;background:radial-gradient(circle,rgba(255,45,77,.13),transparent 68%);pointer-events:none}#landing-main .hero-copy,#landing-main .product-visual{position:relative;z-index:1;min-width:0}#landing-main .landing-eyebrow{display:flex;align-items:center;gap:9px;color:#9faab7;font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}#landing-main .landing-eyebrow span{width:24px;height:1px;background:#2ee6ae;box-shadow:0 0 12px #2ee6aebf}#landing-main h1{max-width:780px;margin:22px 0 8px;font-size:clamp(43px,5.2vw,74px);font-weight:680;letter-spacing:-.045em;line-height:.99;text-wrap:balance}#landing-main .title-suffix{max-width:720px;margin:0 0 25px;color:#d9dfe6;font-size:clamp(21px,2.2vw,31px);font-weight:520;letter-spacing:-.025em;line-height:1.2;text-wrap:balance}#landing-main .hero-lead{max-width:690px;margin:0;color:#b8c0ca;font-size:clamp(17px,1.45vw,21px);line-height:1.6}#landing-main .hero-actions{display:flex;flex-flow:row wrap;align-items:center;gap:12px;margin-top:34px}#landing-main .hero-actions a,#landing-main .hero-actions button{min-height:46px;padding:0 18px;border-radius:7px;box-sizing:border-box;font-size:15px;font-weight:650;line-height:46px;text-decoration:none}#landing-main .hero-actions .primary{color:#07120f;background:#2ee6ae;box-shadow:0 10px 34px #2ee6ae33}#landing-main .hero-actions .primary:hover,#landing-main .hero-actions .primary:visited{color:#07120f}#landing-main .hero-actions .primary:hover{background:#53efbd}#landing-main .hero-actions .secondary{border:1px solid rgba(255,255,255,.12);color:#fff;background:#ffffff0b}#landing-main .hero-actions .text-link{padding:0 7px;color:#abb5c1;font-weight:500}#landing-main .hero-actions .text-link span{margin-left:4px;color:#2ee6ae}#landing-main .hero-note{display:flex;align-items:center;gap:8px;margin-top:17px;color:#818d99;font-size:13px}#landing-main .hero-note span{color:#2ee6ae}#landing-main .market-tags{display:flex;flex-flow:row wrap;gap:8px;margin-top:34px}#landing-main .market-tags span{padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:4px;color:#727f8d;background:#ffffff06;font-size:10px;font-weight:700;letter-spacing:.08em}#landing-main .product-visual{perspective:1200px}#landing-main .visual-glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;border-radius:50%;background:radial-gradient(circle at 55% 45%,rgba(35,215,164,.17),transparent 42%),radial-gradient(circle at 30% 70%,rgba(52,119,255,.14),transparent 45%);filter:blur(30px)}#landing-main .terminal-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:linear-gradient(145deg,#181f26f7,#0c1015fc);box-shadow:0 40px 90px #00000085,inset 0 1px #ffffff0d;transform:rotateY(-3deg) rotateX(1deg)}#landing-main .terminal-head{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;border-bottom:1px solid rgba(255,255,255,.07)}#landing-main .terminal-symbol,#landing-main .market-live{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.05em}#landing-main .terminal-symbol i,#landing-main .market-live i{width:7px;height:7px;border-radius:50%;background:#2ee6ae;box-shadow:0 0 10px #2ee6aecc}#landing-main .terminal-symbol small{padding:4px 6px;border-radius:3px;color:#8e99a5;background:#ffffff0d;font-size:8px}#landing-main .market-live{color:#7d8995;font-size:9px;text-transform:uppercase}#landing-main .terminal-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid rgba(255,255,255,.06)}#landing-main .terminal-metrics>div{display:grid;grid-template-columns:1fr auto;gap:5px;padding:14px 16px;border-right:1px solid rgba(255,255,255,.06)}#landing-main .terminal-metrics>div:last-child{border-right:0}#landing-main .terminal-metrics span{grid-column:1/-1;color:#66727e;font-size:8px;font-weight:700;letter-spacing:.08em}#landing-main .terminal-metrics strong{font-size:14px}#landing-main .terminal-metrics em{color:#2ee6ae;font-size:10px;font-style:normal}#landing-main .terminal-metrics small{color:#707b87;font-size:9px}#landing-main .terminal-chart{position:relative;height:300px;background:linear-gradient(rgba(255,255,255,.012),transparent)}#landing-main .terminal-chart svg{width:100%;height:100%}#landing-main .terminal-chart .grid-lines{fill:none;stroke:#ffffff0b;stroke-width:1}#landing-main .terminal-chart .chart-area{fill:url(#landing-chart-fill)}#landing-main .terminal-chart .chart-line{fill:none;stroke:#2ee6ae;stroke-width:2.2;filter:drop-shadow(0 0 5px rgba(46,230,174,.45))}#landing-main .terminal-chart .chart-level{fill:none;stroke:#ff5568b3;stroke-width:1.3;stroke-dasharray:5 5}#landing-main .price-label,#landing-main .liquidity-label{position:absolute;right:8px;padding:4px 7px;border-radius:3px;font-size:9px}#landing-main .price-label{top:19px;color:#061510;background:#2ee6ae;font-weight:700}#landing-main .liquidity-label{top:82px;color:#ff8c9a;background:#ff445b24}#landing-main .signal-card{position:absolute;right:18px;bottom:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:min(330px,100% - 36px);padding:12px;border:1px solid rgba(46,230,174,.2);border-radius:9px;box-sizing:border-box;background:#0c1317e0;box-shadow:0 16px 38px #00000061;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#landing-main .signal-card .signal-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#2ee6ae;background:#2ee6ae1c;font-size:17px}#landing-main .signal-card div:nth-child(2){display:flex;flex-direction:column;gap:3px}#landing-main .signal-card span,#landing-main .signal-card em{color:#7b8793;font-size:8px;font-style:normal;text-transform:uppercase}#landing-main .signal-card strong{font-size:11px}#landing-main .strategy-profile,#landing-main .landing-capabilities,#landing-main .landing-task-links,#landing-main .all-features-heading{width:100%;max-width:1920px;margin:0 auto;padding-right:28px;padding-left:28px;box-sizing:border-box}#landing-main .strategy-profile{padding-top:104px;padding-bottom:88px;background:radial-gradient(900px 500px at 90% 15%,rgba(46,230,174,.065),transparent 65%),radial-gradient(700px 440px at 5% 70%,rgba(52,119,255,.07),transparent 65%)}#landing-main .profile-heading{max-width:920px;margin-bottom:44px}#landing-main .profile-heading h2{margin:18px 0 16px;font-size:clamp(32px,4vw,52px);font-weight:650;letter-spacing:-.035em;line-height:1.08;text-wrap:balance}#landing-main .profile-heading p{max-width:800px;margin:0;color:#9ca8b4;font-size:17px;line-height:1.65}#landing-main .profile-heading .profile-custom-note{position:relative;margin-top:12px;padding-left:17px;color:#7f8b96;font-size:13px;line-height:1.5}#landing-main .profile-heading .profile-custom-note:before{content:"→";position:absolute;left:0;color:#2ee6ae}#landing-main .profile-step{margin:30px 0 14px;color:#cbd2da;font-size:14px;font-weight:650}#landing-main .strategy-tabs,#landing-main .risk-tabs{display:grid;gap:12px}#landing-main .strategy-tabs button,#landing-main .risk-tabs button{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-width:0;padding:18px;border:1px solid rgba(255,255,255,.075);border-radius:11px;box-sizing:border-box;color:#dce2e8;background:#ffffff06;box-shadow:none;text-align:left}#landing-main .strategy-tabs button:hover,#landing-main .strategy-tabs button:focus,#landing-main .risk-tabs button:hover,#landing-main .risk-tabs button:focus{color:#fff;border-color:#ffffff26;background:#ffffff0b;box-shadow:none}#landing-main .strategy-tabs button[aria-selected=true],#landing-main .risk-tabs button[aria-selected=true]{border-color:#2ee6ae7a;color:#fff;background:linear-gradient(145deg,#2ee6ae1f,#2ee6ae09);box-shadow:inset 0 0 0 1px #2ee6ae0d,0 12px 30px #0000002e}#landing-main .strategy-tabs button[aria-selected=true]:before,#landing-main .risk-tabs button[aria-selected=true]:before{background:#2ee6ae;box-shadow:0 0 10px #2ee6aeb3}#landing-main .strategy-tabs button strong,#landing-main .risk-tabs button strong{font-size:15px;font-weight:650;line-height:1.3}#landing-main .strategy-tabs button span,#landing-main .risk-tabs button span{margin-top:7px;color:#828e9a;font-size:12px;font-weight:400;line-height:1.45}#landing-main .strategy-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}#landing-main .strategy-tabs button{min-height:112px}#landing-main .risk-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}#landing-main .risk-tabs button{position:relative;min-height:86px;padding-left:43px}#landing-main .risk-tabs button:before{content:"";position:absolute;top:21px;left:19px;width:9px;height:9px;border:1px solid #687581;border-radius:50%;background:transparent}#landing-main .profile-summary{margin-top:22px;overflow:hidden;border:1px solid rgba(255,255,255,.095);border-radius:15px;background:linear-gradient(145deg,#151c23f5,#0c1116fa);box-shadow:0 28px 70px #00000047}#landing-main .summary-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.07)}#landing-main .summary-head>span{color:#75818d;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}#landing-main .summary-head strong{display:flex;align-items:center;gap:8px;font-size:13px}#landing-main .summary-head strong b{padding:6px 9px;border-radius:5px;color:#dce5e2;background:#2ee6ae14;font-weight:600}#landing-main .summary-head strong i{color:#55616c;font-style:normal}#landing-main .strategy-panels article{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:50px;padding:32px 34px}#landing-main .strategy-panels article[hidden]{display:none}#landing-main .profile-result-copy>span{color:#2ee6ae;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}#landing-main .profile-result-copy h3{max-width:540px;margin:12px 0 22px;font-size:clamp(23px,2.2vw,32px);font-weight:620;letter-spacing:-.025em;line-height:1.2}#landing-main .profile-tags,#landing-main .risk-tags{display:flex;flex-wrap:wrap;gap:7px}#landing-main .profile-tags span,#landing-main .risk-tags span{padding:6px 8px;border:1px solid rgba(255,255,255,.07);border-radius:5px;color:#8d99a5;background:#ffffff06;font-size:10px}#landing-main .profile-tools h4{margin:0 0 13px;color:#77838e;font-size:10px;letter-spacing:.09em;text-transform:uppercase}#landing-main .profile-tools ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}#landing-main .profile-tools li{position:relative;padding-left:19px;color:#c3cbd3;font-size:13px;line-height:1.5}#landing-main .profile-tools li:before{content:"✓";position:absolute;left:0;color:#2ee6ae}#landing-main .risk-panels{border-top:1px solid rgba(255,255,255,.065);background:#ffffff05}#landing-main .risk-panels article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:20px 34px}#landing-main .risk-panels article[hidden]{display:none}#landing-main .risk-panels p{margin:0;color:#9da8b2;font-size:13px;line-height:1.55}#landing-main .profile-footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:17px 22px;border-top:1px solid rgba(255,255,255,.065)}#landing-main .profile-footer p{max-width:780px;margin:0;color:#697580;font-size:11px;line-height:1.5}#landing-main .profile-footer a{flex:none;color:#2ee6ae;font-size:13px;font-weight:650;text-decoration:none}#landing-main .profile-footer a span{margin-left:5px}#landing-main .landing-capabilities{padding-top:96px;padding-bottom:78px}#landing-main .landing-task-links{padding-top:86px;padding-bottom:72px;border-top:1px solid rgba(255,255,255,.055);background:radial-gradient(760px 420px at 12% 35%,rgba(52,119,255,.065),transparent 68%),radial-gradient(820px 460px at 92% 65%,rgba(46,230,174,.055),transparent 68%)}#landing-main .task-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}#landing-main .task-link-grid>a{position:relative;display:grid;grid-template-rows:auto auto 1fr auto;min-height:230px;padding:24px;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:13px;box-sizing:border-box;color:#e5ebef;background:linear-gradient(145deg,#ffffff0b,#ffffff05);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}#landing-main .task-link-grid>a:after{content:"";position:absolute;right:-44px;bottom:-54px;width:150px;height:150px;border-radius:50%;background:#2ee6ae0b}#landing-main .task-link-grid>a:hover,#landing-main .task-link-grid>a:focus-visible{border-color:#2ee6ae4d;color:#fff;background:linear-gradient(145deg,#2ee6ae13,#ffffff05);transform:translateY(-3px)}#landing-main .task-link-grid strong{margin-top:25px;font-size:20px;font-weight:630;letter-spacing:-.015em}#landing-main .task-link-grid p{margin:11px 0 22px;color:#919da8;font-size:14px;line-height:1.65}#landing-main .task-link-grid em{position:relative;z-index:1;align-self:end;color:#2ee6ae;font-size:12px;font-style:normal;font-weight:650}#landing-main .task-link-grid em span{margin-left:4px}#landing-main .task-link-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(46,230,174,.18);border-radius:8px;color:#2ee6ae;background:#2ee6ae13;font-size:12px;font-weight:750;letter-spacing:-.02em}#landing-main .section-heading{max-width:920px;margin-bottom:44px}#landing-main .section-heading h2,#landing-main .all-features-heading h2{margin:18px 0 16px;font-size:clamp(32px,4vw,52px);font-weight:650;letter-spacing:-.035em;line-height:1.08;text-wrap:balance}#landing-main .section-heading p,#landing-main .all-features-heading p{max-width:800px;margin:0;color:#9ca8b4;font-size:17px;line-height:1.65}#landing-main .capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}#landing-main .capability-grid article{position:relative;min-height:220px;padding:24px;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:13px;box-sizing:border-box;background:linear-gradient(145deg,#ffffff0b,#ffffff05);transition:transform .18s ease,border-color .18s ease,background .18s ease}#landing-main .capability-grid article:hover{border-color:#2ee6ae36;background:linear-gradient(145deg,#2ee6ae0e,#ffffff05);transform:translateY(-3px)}#landing-main .capability-grid h3{margin:38px 0 12px;font-size:20px;font-weight:630;letter-spacing:-.015em}#landing-main .capability-grid p{margin:0;color:#919da8;font-size:14px;line-height:1.65}#landing-main .feature-number{color:#52606d;font-size:11px;font-weight:700;letter-spacing:.08em}#landing-main .feature-line{position:absolute;bottom:0;left:24px;width:38px;height:2px;background:#2ee6ae;box-shadow:0 0 12px #2ee6ae80}#landing-main .all-features-heading{padding-top:76px;padding-bottom:10px}@media screen and (max-width: 1050px){#landing-main .landing-hero{grid-template-columns:1fr;gap:58px;padding-top:58px}#landing-main .product-visual{width:min(760px,100%);margin:0 auto}#landing-main .terminal-card{transform:none}#landing-main .capability-grid,#landing-main .strategy-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}#landing-main .strategy-panels article{grid-template-columns:1fr;gap:28px}}@media screen and (max-width: 640px){#landing-main .landing-hero{min-height:0;padding:46px 16px 58px}#landing-main h1{margin-top:17px;font-size:clamp(38px,11.5vw,54px);line-height:1.02}#landing-main .title-suffix{margin-bottom:21px;font-size:clamp(19px,6vw,24px)}#landing-main .hero-lead{font-size:16px}#landing-main .hero-actions{align-items:stretch}#landing-main .hero-actions .primary,#landing-main .hero-actions .secondary{flex:1 1 150px;justify-content:center;text-align:center}#landing-main .hero-actions .text-link{flex-basis:100%;width:max-content}#landing-main .product-visual{width:calc(100% + 8px);margin-left:-4px}#landing-main .terminal-metrics>div{padding:11px 9px}#landing-main .terminal-metrics strong{font-size:12px}#landing-main .terminal-chart{height:235px}#landing-main .landing-capabilities{padding:72px 16px 52px}#landing-main .landing-task-links{padding:64px 16px 52px}#landing-main .strategy-profile{padding:72px 16px 58px}#landing-main .profile-heading{margin-bottom:34px}#landing-main .profile-heading h2{font-size:32px}#landing-main .profile-heading p{font-size:15px}#landing-main .strategy-tabs,#landing-main .risk-tabs{grid-template-columns:1fr}#landing-main .strategy-tabs button,#landing-main .risk-tabs button{min-height:0}#landing-main .summary-head{align-items:flex-start;flex-direction:column;gap:10px}#landing-main .summary-head strong{flex-wrap:wrap}#landing-main .strategy-panels article{padding:25px 20px}#landing-main .risk-panels article{grid-template-columns:1fr;gap:14px;padding:19px 20px}#landing-main .profile-footer{align-items:flex-start;flex-direction:column;gap:13px;padding:17px 20px 20px}#landing-main .section-heading{margin-bottom:30px}#landing-main .section-heading h2,#landing-main .all-features-heading h2{font-size:32px}#landing-main .section-heading p,#landing-main .all-features-heading p{font-size:15px}#landing-main .capability-grid,#landing-main .task-link-grid{grid-template-columns:1fr}#landing-main .capability-grid article{min-height:190px}#landing-main .task-link-grid>a{min-height:205px}#landing-main .all-features-heading{padding:58px 16px 8px}}@media (prefers-reduced-motion: reduce){#landing-main .capability-grid article,#landing-main .task-link-grid>a{transition:none}}
