:root{--black:#050507;--bg:#050507;--surface-1:#ffffff08;--surface-2:#ffffff0d;--surface-3:#ffffff14;--border:#ffffff0f;--border-hover:#ffffff24;--text-1:#fff;--text-2:#ffffff8c;--text-3:#ffffff4d;--white:#fff;--gray-1:#e5e5e5;--gray-2:#a0a0a0;--gray-3:#666;--gray-4:#333;--gradient-white:linear-gradient(135deg,#fff 0%,silver 50%,#777 100%);--gradient-text:linear-gradient(90deg,#fff,#ccc,#888);--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--mono:"JetBrains Mono","Fira Code",monospace;--ease:cubic-bezier(.4,0,.2,1);--spring:cubic-bezier(.34,1.56,.64,1);--r-sm:8px;--r-md:14px;--r-lg:20px;--r-xl:28px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#050505;overflow:hidden scroll}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:#050505}html::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}body{font-family:var(--font);color:var(--text-1);-webkit-font-smoothing:antialiased;background:#050505;margin:0;padding:0;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}body:before{content:"";z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px;position:fixed;inset:0}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{padding:120px 0;position:relative;overflow:hidden}section:after{content:"";pointer-events:none;z-index:0;filter:blur(140px);opacity:0;border-radius:50%;width:600px;height:400px;position:absolute}#capabilities:after{opacity:1;background:#120c1c66;top:30%;right:-150px}#architecture:after{opacity:1;background:#0a0f1959;top:50%;left:-200px}.rv{opacity:0;transition:opacity .7s var(--ease),transform .7s var(--ease);transform:translateY(36px)}.rv.vis{opacity:1;transform:none}.rv-d1{transition-delay:80ms}.rv-d2{transition-delay:.16s}.rv-d3{transition-delay:.24s}.rv-d4{transition-delay:.32s}.rv-d5{transition-delay:.4s}.label{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--gray-2);align-items:center;gap:10px;margin-bottom:18px;font-size:.72rem;display:flex}.label:before{content:"";background:var(--gray-2);width:20px;height:1px}.heading{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.1}.subheading{color:var(--text-2);max-width:560px;font-size:1.05rem;line-height:1.7}.grad{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.divider{background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px}.glass{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--r-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .4s var(--ease),background .4s var(--ease),transform .4s var(--ease);position:relative;overflow:hidden}.glass:hover{border-color:var(--border-hover);background:var(--surface-2)}.nav{z-index:1000;width:100%;transition:padding .4s var(--ease),background .4s var(--ease);padding:20px 0;position:fixed;top:0;left:0}.nav.stuck{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#050507e0;padding:12px 0}.nav .container{justify-content:space-between;align-items:center;display:flex}.nav__logo{align-items:center;gap:10px;font-size:1.2rem;font-weight:700;display:flex}.nav__mark{background:var(--gradient-white);color:#000;border-radius:10px;place-items:center;width:34px;height:34px;font-size:.85rem;font-weight:800;display:grid}.nav__links{gap:32px;display:flex}.nav__links a{color:var(--text-2);font-size:.85rem;transition:color .25s;position:relative}.nav__links a:hover{color:var(--text-1)}.nav__links a:after{content:"";background:var(--white);width:0;height:1px;transition:width .25s var(--ease);position:absolute;bottom:-3px;left:0}.nav__links a:hover:after{width:100%}.nav__cta{background:var(--white);color:#000;border-radius:100px;padding:9px 22px;font-size:.82rem;font-weight:600;transition:transform .25s,box-shadow .25s}.nav__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ffffff26}.nav__burger{flex-direction:column;gap:5px;padding:4px;display:none}.nav__burger span{background:var(--text-1);width:20px;height:1.5px;transition:transform .3s var(--ease),opacity .3s;border-radius:1px}.nav__burger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__burger.open span:nth-child(2){opacity:0}.nav__burger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav__mobile-menu{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:999;background:#050507f5;flex-direction:column;justify-content:center;align-items:center;gap:32px;width:100%;height:100vh;display:none;position:fixed;top:0;left:0}.nav__mobile-menu.open{display:flex}.nav__mobile-menu a{color:var(--text-2);font-size:1.2rem;transition:color .25s}.nav__mobile-menu a:hover{color:var(--text-1)}.nav__mobile-menu .btn-main{margin-top:16px}.hero{background:#000;flex-direction:column;align-items:flex-start;min-height:100dvh;padding:0 24px 0 128px;display:flex;position:relative;overflow:hidden}@media (max-width:1280px){.hero{padding-left:96px}}@media (max-width:1024px){.hero{padding-left:64px}}.hero__particles{z-index:0;position:absolute;inset:0}.hero__grid{display:none}.hero__orb{filter:blur(120px);opacity:0;pointer-events:none;background:#fff;border-radius:50%;position:absolute}.hero__orb--1{width:500px;height:500px;animation:18s ease-in-out infinite float;top:10%;left:15%}.hero__orb--2{width:400px;height:400px;animation:22s ease-in-out 3s infinite float;bottom:15%;right:10%}@keyframes float{0%,to{opacity:0;transform:translate(0)scale(1)}50%{opacity:0;transform:translate(30px,40px)scale(1.12)}}.hero__inner{z-index:2;flex-direction:column;width:100%;max-width:720px;margin-top:auto;margin-bottom:48px;display:flex;position:relative}.hero__text{max-width:720px}.hero__pill{background:var(--surface-1);border:1px solid var(--border);font-size:clamp(.6rem,.8vw,.75rem);font-family:var(--mono);color:var(--text-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:7px 18px;animation:.7s ease-out fadeDown;display:inline-flex}.hero__pill-dot{background:var(--white);border-radius:50%;width:6px;height:6px;animation:2.5s infinite blink;box-shadow:0 0 6px #fff6}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}.hero__title{letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(1.6rem,3.5vw,4.4rem);font-weight:800;line-height:1.04;animation:.9s ease-out .15s both fadeUp}.hero__title span{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.hero__desc{color:var(--text-2);max-width:480px;margin-bottom:36px;font-size:clamp(.8rem,1.1vw,1.05rem);line-height:1.7;animation:.9s ease-out .3s both fadeUp}.hero__btns{align-items:center;gap:14px;animation:.9s ease-out .45s both fadeUp;display:flex}.btn-main{background:var(--gradient-white);color:#000;border-radius:100px;padding:clamp(10px,1.1vw,15px) clamp(22px,2.4vw,34px);font-size:clamp(.78rem,.9vw,.92rem);font-weight:600;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.btn-main:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ffffff26}.btn-ghost{border:1px solid var(--border-hover);background:var(--surface-1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;padding:clamp(10px,1.1vw,15px) clamp(22px,2.4vw,34px);font-size:clamp(.78rem,.9vw,.92rem);font-weight:600;transition:background .25s,border-color .25s,transform .25s}.btn-ghost:hover{background:var(--surface-2);border-color:#ffffff38;transform:translateY(-2px)}.hero__viz{aspect-ratio:1;justify-self:center;width:100%;max-width:420px;animation:1s ease-out .5s both fadeUp;position:relative}.orbit{border:1px solid #ffffff0f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit--1{width:38%;height:38%;animation:20s linear infinite spin}.orbit--2{width:62%;height:62%;animation:30s linear infinite reverse spin}.orbit--3{width:86%;height:86%;animation:40s linear infinite spin}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.orbit__node{background:#ffffffb3;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;box-shadow:0 0 12px #ffffff4d}.orbit--1 .orbit__node{top:0;left:50%;transform:translate(-50%)}.orbit--2 .orbit__node:first-child{top:50%;left:0;transform:translateY(-50%)}.orbit--2 .orbit__node:nth-child(2){top:50%;left:auto;right:0;transform:translateY(-50%)}.orbit--3 .orbit__node:first-child{top:0;left:30%;transform:translate(-50%)}.orbit--3 .orbit__node:nth-child(2){inset:auto 0 10% auto}.orbit--3 .orbit__node:nth-child(3){top:auto;bottom:0;left:50%;transform:translate(-50%)}.orbit__center{background:var(--surface-2);border:1px solid var(--border-hover);width:64px;height:64px;color:var(--white);z-index:2;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit__lines{width:100%;height:100%;animation:60s linear infinite reverse spin;position:absolute;inset:0}.hero__stats{z-index:4;justify-content:flex-start;gap:clamp(20px,3.5vw,48px);padding-bottom:64px;animation:.9s ease-out .6s both fadeUp;display:flex;position:relative}.hero__stat{text-align:left}.hero__stat-val{font-size:clamp(1.3rem,1.6vw,2rem);font-weight:700;font-family:var(--mono);background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__stat-lbl{text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-top:2px;font-size:clamp(.58rem,.6vw,.72rem)}.hero__spline-bg{z-index:1;pointer-events:none;height:100dvh;position:absolute;top:0;left:0;right:0;overflow:hidden}.hero__spline-fade--left{z-index:2;pointer-events:none;background:linear-gradient(90deg,#000 38%,#0009 70%,#0000 100%);width:55%;display:none;position:absolute;top:0;bottom:0;left:0}@media (min-width:769px){.hero__spline-fade--left{display:block}}.hero__spline-fade--bottom{z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#000 70%);height:200px;position:absolute;bottom:0;left:0;right:0}.hero__spline-fade--top{z-index:2;pointer-events:none;background:linear-gradient(#000 20%,#0000 100%);height:120px;position:absolute;top:0;left:0;right:0}.hero__spline-clip{aspect-ratio:1440/900;pointer-events:none;height:100%;position:absolute;top:0;right:0;overflow:hidden}@media (max-width:1280px){.hero__spline-clip{aspect-ratio:1200/900}}@media (max-width:1024px){.hero__spline-clip{aspect-ratio:1000/900}}.hero__spline-iframe{pointer-events:none;border:none;width:100%;height:100%;position:absolute;top:0;left:0}.nav__logo-img{object-fit:contain;filter:drop-shadow(0 4px 24px #050505a3);width:auto;height:32px}.nav__logo-img--icon{display:none}.nav__logo-border{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;padding:6px 16px;display:inline-flex;position:relative;overflow:hidden}.nav__logo-border-inner{z-index:2;align-items:center;display:flex;position:relative}.animation-border{z-index:1;background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:40px;height:140%;animation:3s linear infinite border;position:absolute;top:-20%;left:0}.animation-border-reverse{z-index:1;background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:40px;height:140%;animation:3s linear infinite border-reverse;position:absolute;bottom:-20%;right:0}@keyframes border{0%{left:-40px}to{left:100%}}@keyframes border-reverse{0%{right:-40px}to{right:100%}}.footer__logo-img{object-fit:contain;filter:drop-shadow(0 4px 24px #050505a3);width:auto;height:24px}.guide__install{max-width:680px;margin:36px auto 0}.guide__install-card{padding:10px 10px 10px 20px}.guide__install-row{align-items:center;gap:12px;display:flex}.guide__install-cmd-wrap{flex:1;min-width:0}.guide__install-cmd{font-family:var(--mono);color:var(--text-2);-webkit-user-select:all;user-select:all;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:500;display:block;overflow:hidden}.guide__install-tabs{border:1px solid var(--border);background:var(--surface-1);border-radius:6px;flex-shrink:0;display:flex;overflow:hidden}.guide__install-tab{font-family:var(--mono);color:var(--text-3);cursor:pointer;background:0 0;border:none;padding:5px 12px;font-size:.65rem;font-weight:600;transition:color .2s,background .2s}.guide__install-tab:not(:last-child){border-right:1px solid var(--border)}.guide__install-tab--active{color:var(--white);background:#ffffff1a}.guide__install-tab:hover:not(.guide__install-tab--active){color:var(--text-2)}.guide__install-link{font-family:var(--mono);color:var(--gray-3);white-space:nowrap;border:1px solid var(--border);background:0 0;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:5px 10px;font-size:.65rem;font-weight:600;transition:color .25s,border-color .25s;display:inline-flex}.guide__install-link:hover{color:var(--white);border-color:var(--border-hover)}@media (max-width:600px){.guide__install-card{padding:12px}.guide__install-row{flex-wrap:wrap;gap:8px}.guide__install-cmd-wrap{flex-basis:100%;order:3}.guide__install-cmd{font-size:.68rem}}.guide{padding-bottom:0}.guide__steps{align-items:stretch;gap:0;margin-top:60px;display:flex}.guide__step{flex-direction:column;flex:1;gap:16px;padding:28px 24px;display:flex}.guide__step-header{align-items:flex-start;gap:16px;display:flex}.guide__step-title{margin-bottom:6px;font-size:1.05rem;font-weight:700}.guide__step-desc{color:var(--text-2);min-height:60px;font-size:.78rem;line-height:1.65}.guide__step-desc code{font-family:var(--mono);background:var(--surface-2);border:1px solid var(--border);color:var(--gray-1);border-radius:5px;padding:2px 7px;font-size:.72rem}.guide__code{border-radius:var(--r-md);border:1px solid var(--border);background:#00000080;flex-direction:column;flex:1;display:flex;overflow:hidden}.guide__code-bar{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:10px 14px;display:flex}.guide__code-dot{border-radius:50%;width:7px;height:7px}.guide__code-dot:first-child{background:#ffffff59}.guide__code-dot:nth-child(2){background:#fff3}.guide__code-dot:nth-child(3){background:#ffffff1a}.guide__code-lang{font-family:var(--mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-left:auto;font-size:.6rem}.guide__code-body{font-family:var(--mono);color:var(--gray-2);white-space:pre-wrap;word-break:break-all;flex:1;margin:0;padding:16px 18px;font-size:.72rem;line-height:1.8;overflow-x:auto}.guide__code-body .t-fn{color:var(--white);font-weight:600}.guide__code-body .t-str{color:#b4e6b4b3}.guide__footnote{color:var(--text-3);margin-top:auto;padding-top:8px;font-size:.7rem;line-height:1.6}.guide__link{color:var(--gray-2);font-family:var(--mono);text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline #ffffff26;text-decoration:underline #ffffff26;transition:color .25s,text-decoration-color .25s}.guide__link:hover{color:var(--white);text-decoration-color:#fff6}.guide__highlight{color:var(--gray-1);font-weight:500}.guide__connector{flex-shrink:0;justify-content:center;align-items:center;padding-top:42px;display:flex}.guide__progress{justify-content:space-between;align-items:center;max-width:800px;margin:48px auto 0;padding:0 60px;display:flex;position:relative}.guide__progress-line{background:linear-gradient(90deg,#ffffff0f,#ffffff26,#ffffff0f);height:1px;position:absolute;top:50%;left:60px;right:60px}.guide__progress-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);border-radius:2px;width:0;height:3px;animation:3s ease-in-out infinite progress-sweep;position:absolute;top:-1px;left:0}@keyframes progress-sweep{0%{width:0;left:0}50%{width:30%}to{width:0;left:100%}}.guide__progress-dot{z-index:1;background:#050505;border:2px solid #fff3;border-radius:50%;width:12px;height:12px;position:relative}.guide__progress-dot:after{content:"";opacity:0;background:#fff6;border-radius:50%;animation:3s ease-in-out infinite dot-pulse;position:absolute;inset:2px}.guide__progress-dot--1:after{animation-delay:0s}.guide__progress-dot--2:after{animation-delay:1s}.guide__progress-dot--3:after{animation-delay:2s}@keyframes dot-pulse{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.guide__cursor{color:#b4e6b4cc;font-weight:300;animation:.7s step-end infinite guideBlink}@keyframes guideBlink{0%,to{opacity:1}50%{opacity:0}}.t-prompt{color:#b4e6b4b3;-webkit-user-select:none;user-select:none;font-weight:700}.t-comment{color:#ffffff40;font-style:italic}.t-op{color:#fff6}.guide__step-result{font-size:.75rem;font-family:var(--mono);color:#b4e6b4b3;border-radius:var(--r-sm);background:#b4e6b40a;border:1px solid #b4e6b41a;align-items:center;gap:8px;margin-top:auto;padding:10px 14px;display:flex}.guide__check{color:#b4e6b4e6;font-size:.85rem;font-weight:700}.guide__step-num{background:var(--surface-2);border:1px solid var(--border-hover);width:36px;min-width:36px;height:36px;color:var(--white);border-radius:50%;place-items:center;display:grid}.guide__code-body--key{line-height:2}.guide__backtest{border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-1);flex-direction:column;flex:1;display:flex;overflow:hidden}.guide__bt-bar{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:10px 14px;display:flex}.guide__bt-header{justify-content:space-between;align-items:flex-start;gap:10px;padding:16px 16px 0;display:flex}.guide__bt-title{font-family:var(--mono);color:var(--gray-1);font-size:.75rem;font-weight:700}.guide__bt-sub{font-family:var(--mono);color:var(--text-3);margin-top:3px;font-size:.62rem}.guide__bt-badge{font-family:var(--mono);color:#b4e6b4cc;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;background:#b4e6b40f;border:1px solid #b4e6b41f;border-radius:4px;padding:3px 10px;font-size:.6rem;font-weight:700}.guide__bt-stats{grid-template-columns:repeat(3,1fr);gap:2px;padding:14px 16px;display:grid}.guide__bt-stat{background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.guide__bt-stat-lbl{font-family:var(--mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;font-size:.55rem}.guide__bt-stat-val{font-family:var(--mono);color:var(--gray-1);font-size:.82rem;font-weight:700}.guide__bt-stat-sub{font-family:var(--mono);color:var(--text-3);font-size:.58rem}.guide__bt-charts{grid-template-columns:1fr 1fr;gap:12px;padding:0 16px 16px;display:grid}.guide__bt-chart{flex-direction:column;gap:6px;display:flex}.guide__bt-chart-title{font-family:var(--mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-size:.62rem}.guide__bt-svg{border-radius:4px;width:100%;height:50px}.guide__evolve{border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-1);flex-direction:column;flex:1;display:flex;overflow:hidden}.guide__evolve-bar{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:10px 14px;display:flex}.guide__evolve-body{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex}.guide__evolve-trade{background:#ffffff06;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:14px;padding:16px;display:flex}.guide__evolve-trade-header{font-family:var(--mono);border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding-bottom:12px;font-size:.78rem;display:flex}.guide__evolve-trade-icon{color:#b4e6b4cc;background:#b4e6b40f;border:1px solid #b4e6b41f;border-radius:8px;place-items:center;width:28px;min-width:28px;height:28px;display:grid}.guide__evolve-trade-label{color:var(--gray-1);font-weight:600}.guide__evolve-trade-badge{color:#22c55e;background:#22c55e14;border:1px solid #22c55e2e;border-radius:6px;margin-left:auto;padding:4px 12px;font-size:.78rem;font-weight:700}.guide__evolve-metrics{flex-direction:column;gap:10px;display:flex}.guide__evolve-metric{align-items:center;gap:12px;display:flex}.guide__evolve-metric-label{font-family:var(--mono);color:var(--text-2);text-transform:uppercase;letter-spacing:.06em;min-width:48px;font-size:.65rem;font-weight:600}.guide__evolve-metric-bar-wrap{background:#ffffff0f;border-radius:3px;flex:1;height:6px;overflow:hidden}.guide__evolve-metric-bar{background:linear-gradient(90deg,#ffffff26,#ffffff4d);border-radius:3px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.guide__evolve-metric-bar--green{background:linear-gradient(90deg,#22c55e4d,#22c55e99)}.guide__evolve-metric-bar--blue{background:linear-gradient(90deg,#3b82f64d,#3b82f699)}.guide__evolve-metric-val{font-family:var(--mono);color:var(--text-1);text-align:right;min-width:76px;font-size:.65rem;font-weight:500}.guide__evolve-metric-val--green{color:#22c55ee6}.guide__evolve-suggest{font-family:var(--mono);color:#facc15bf;background:#facc150a;border:1px solid #facc151f;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.72rem;line-height:1.5;display:flex}.guide__evolve-suggest svg{color:#facc15cc;min-width:12px}.guide__evolve-suggest strong{color:#facc15;font-weight:700}.guide__evolve-timeline{background:#ffffff04;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:0;margin-top:auto;padding:12px 8px;display:flex;position:relative}.guide__evolve-timeline:before{content:"";background:linear-gradient(90deg,#22c55e4d,#22c55e4d 40%,#3b82f64d 60%,#3b82f626);border-radius:1px;height:2px;position:absolute;top:24px;left:48px;right:48px}.guide__evolve-version{z-index:1;flex-direction:column;flex:1;align-items:center;gap:10px;display:flex;position:relative}.guide__evolve-version-dot{background:#ffffff1a;border:2px solid #ffffff26;border-radius:50%;width:14px;height:14px;transition:all .3s}.guide__evolve-version--done .guide__evolve-version-dot{background:#22c55e80;border-color:#22c55e99;box-shadow:0 0 10px #22c55e40}.guide__evolve-version--active .guide__evolve-version-dot{background:#3b82f680;border-color:#3b82f6b3;width:16px;height:16px;animation:2s ease-in-out infinite evolvePulse;box-shadow:0 0 12px #3b82f659}@keyframes evolvePulse{0%,to{box-shadow:0 0 8px #3b82f633}50%{box-shadow:0 0 18px #3b82f680}}.guide__evolve-version-info{flex-direction:column;align-items:center;gap:3px;display:flex}.guide__evolve-version-tag{font-family:var(--mono);color:var(--gray-2);font-size:.75rem;font-weight:700}.guide__evolve-version--done .guide__evolve-version-tag{color:#22c55ee6}.guide__evolve-version--active .guide__evolve-version-tag{color:#3b82f6}.guide__evolve-version-desc{font-family:var(--mono);color:var(--text-3);text-align:center;white-space:nowrap;font-size:.62rem}.guide__chat{border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-1);flex-direction:column;display:flex;overflow:hidden}.guide__chat-bar{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:10px 14px;display:flex}.guide__chat-body{flex-direction:column;gap:14px;min-height:180px;padding:16px;display:flex}.guide__chat-body--compact{min-height:80px}.guide__chat-msg{align-items:flex-start;gap:10px;display:flex}.guide__chat-msg--user{justify-content:flex-end}.guide__chat-avatar{text-transform:uppercase;letter-spacing:.04em;border-radius:50%;place-items:center;width:28px;min-width:28px;height:28px;font-size:.55rem;font-weight:700;display:grid}.guide__chat-avatar--user{color:var(--text-2);background:#ffffff1a;order:2}.guide__chat-avatar--ai{border:1px solid var(--border);background:#ffffff0f;overflow:hidden}.guide__chat-ai-logo{object-fit:contain;width:16px;height:16px}.guide__chat-bubble{border-radius:12px;max-width:85%;padding:10px 14px;font-size:.78rem;line-height:1.6}.guide__chat-bubble--user{color:var(--text-1);background:#ffffff14;border-bottom-right-radius:4px}.guide__chat-bubble--ai{color:#fffc;font-family:var(--mono);white-space:pre-line;background:#b4e6b40a;border:1px solid #b4e6b414;border-bottom-left-radius:4px;font-size:.72rem}@media (max-width:1024px){.guide__steps{flex-direction:column;gap:16px}.guide__connector{padding:8px 0;transform:rotate(90deg)}}.ask-agent{overflow:visible}.ask-agent__scene{width:100%;max-width:680px;margin:48px auto 0;padding:0 24px;position:relative}.ask-agent__glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff0a 0%,#ffffff03 40%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ask-agent__cards{z-index:2;flex-direction:column;gap:10px;display:flex;position:relative}.ask-row{align-items:flex-start;gap:12px;display:flex}.ask-row--left{justify-content:flex-start}.ask-row--right{justify-content:flex-end}.ask-card{cursor:pointer;background:linear-gradient(64.85deg,#d1d1d100 -1.42%,#e6e6e659 51.35%,#d1d1d100 104.12%);border-radius:12px;flex:none;max-width:340px;padding:1px;transition:transform .3s;position:relative;overflow:hidden}.ask-card:before{content:"";background:linear-gradient(90deg,#d1d1d100 0%,#d1d1d17a 50%,#d1d1d100 100%);width:128px;height:1px;position:absolute;top:0;left:59px}.ask-card:after{content:"";background:linear-gradient(90deg,#d1d1d100 0%,#d1d1d17a 50%,#d1d1d100 100%);width:128px;height:1px;position:absolute;top:0;left:0}.ask-card__inner{background:radial-gradient(67.05% 67.05% at 50% 100%,#3a3a3a 0%,#0a0a0a 100%);border-radius:11px;width:100%;padding:10px 14px}.ask-row:hover .ask-card{transform:translateY(-2px)}.ask-card__text{color:#999;margin-bottom:4px;font-size:.78rem;font-weight:400;line-height:1.4}.ask-row:hover .ask-card__text{color:var(--text-1)}.ask-card__tag{font-size:.55rem;font-family:var(--mono);color:#5d5d5d;text-transform:uppercase;letter-spacing:.1em}.ask-card__answer{opacity:0;width:0;min-width:0;transition:width .4s var(--ease),opacity .35s var(--ease),padding .4s var(--ease);font-family:var(--mono);color:var(--gray-2);white-space:normal;word-break:break-word;background:radial-gradient(67.05% 67.05% at 50% 100%,#4f4f4f 0%,#050505 100%);border:1px solid #e6e6e626;border-radius:16px;flex-shrink:0;padding:0;font-size:.72rem;line-height:1.7;overflow:hidden}.ask-card__answer.typing{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:#e6e6e640;width:280px;padding:10px 14px}.ask-card__answer .answer-cursor{background:var(--gray-2);vertical-align:text-bottom;width:6px;height:13px;margin-left:2px;animation:.6s step-end infinite answerBlink;display:inline-block}@keyframes answerBlink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.ask-agent__scene{padding:0 16px}.ask-card{max-width:100%}.ask-card__answer.typing{width:100%}.ask-row{flex-direction:column}}.marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 0;position:relative;overflow:hidden}.marquee:before,.marquee:after{content:"";z-index:2;width:120px;position:absolute;top:0;bottom:0}.marquee:before{background:linear-gradient(90deg,#050505,#0000);left:0}.marquee:after{background:linear-gradient(-90deg,#050505,#0000);right:0}.marquee__title{text-align:center;font-size:.72rem;font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);margin-bottom:28px}.marquee__track{gap:64px;width:max-content;animation:30s linear infinite scroll;display:flex}.marquee__track:hover{animation-play-state:paused}.marquee__item{color:var(--text-3);white-space:nowrap;align-items:center;gap:10px;font-size:1.1rem;font-weight:600;transition:color .3s;display:flex}.marquee__item:hover{color:var(--text-2)}.marquee__item:before{content:"";background:var(--gray-4);border-radius:50%;width:6px;height:6px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.caps__tabs{background:var(--surface-1);border:1px solid var(--border);border-radius:100px;gap:6px;width:fit-content;margin-top:56px;margin-bottom:32px;padding:5px;display:flex}.caps__tab{color:var(--text-2);transition:all .3s var(--ease);border-radius:100px;padding:10px 24px;font-size:.82rem;font-weight:600}.caps__tab.active{background:var(--white);color:#000}.caps__tab:not(.active):hover{color:var(--text-1);background:var(--surface-2)}.caps__panels{position:relative}.caps__panel{animation:.4s ease-out fadeTab;display:none}.caps__panel.active{display:block}@keyframes fadeTab{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.caps__panel-grid{grid-template-columns:5fr 7fr;gap:24px;display:grid}.caps__info{padding:36px 32px}.caps__info-tag{background:var(--surface-2);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-2);border-radius:100px;margin-bottom:20px;padding:5px 14px;font-size:.68rem;display:inline-flex}.caps__info-title{letter-spacing:-.02em;margin-bottom:12px;font-size:1.5rem;font-weight:700}.caps__info-desc{color:var(--text-2);margin-bottom:24px;font-size:.85rem;line-height:1.7}.caps__info-list{flex-direction:column;gap:8px;display:flex}.caps__info-list li{color:var(--text-2);align-items:center;gap:10px;font-size:.8rem;display:flex}.caps__info-list li:before{content:"";background:var(--gray-3);border-radius:50%;flex-shrink:0;width:4px;height:4px}.caps__visual{justify-content:center;align-items:center;padding:28px;display:flex}.dash{border-radius:var(--r-md);border:1px solid var(--border);background:#0006;width:100%;overflow:hidden}.dash__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.dash__title{color:var(--text-2);font-size:.75rem;font-weight:600}.dash__live{font-size:.65rem;font-family:var(--mono);color:var(--text-3);align-items:center;gap:6px;display:flex}.dash__live-dot{background:var(--white);border-radius:50%;width:5px;height:5px;animation:2s infinite blink}.dash__metrics{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.dash__metric{text-align:center;border-right:1px solid var(--border);padding:14px 18px}.dash__metric:last-child{border-right:none}.dash__metric-val{font-size:1.3rem;font-weight:700;font-family:var(--mono);color:var(--white)}.dash__metric-lbl{color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:.6rem}.dash__chart{border-bottom:1px solid var(--border);height:90px;padding:12px 18px}.dash__chart svg{width:100%;height:100%}.dash__rows{flex-direction:column;gap:6px;padding:10px 18px;display:flex}.dash__row{font-size:.72rem;font-family:var(--mono);align-items:center;gap:10px;display:flex}.dash__row-dot{background:#ffffff4d;border-radius:50%;width:5px;height:5px}.dash__row-name{color:var(--text-2);width:72px}.dash__row-bar{background:#ffffff0f;border-radius:2px;flex:1;height:3px;overflow:hidden}.dash__row-fill{width:0%;height:100%;transition:width 1.2s var(--ease);background:linear-gradient(90deg,#ffffff80,#ffffff26);border-radius:2px}.dash__row-val{color:var(--text-1);text-align:right;width:24px;font-weight:600}.chat-mock{border-radius:var(--r-md);border:1px solid var(--border);background:#0006;width:100%;overflow:hidden}.chat-mock__header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 18px;display:flex}.chat-mock__avatar{background:var(--gradient-white);color:#000;border-radius:8px;place-items:center;width:32px;height:32px;font-size:.7rem;font-weight:800;display:grid}.chat-mock__name{font-size:.78rem;font-weight:600}.chat-mock__status{color:var(--text-3);font-size:.62rem}.chat-mock__messages{flex-direction:column;gap:14px;padding:18px;display:flex}.chat-msg{max-width:88%}.chat-msg--user{align-self:flex-end}.chat-msg--bot{align-self:flex-start}.chat-msg__bubble{border-radius:14px;padding:12px 16px;font-size:.78rem;line-height:1.6}.chat-msg--user .chat-msg__bubble{color:var(--text-1);background:#ffffff1a;border-bottom-right-radius:4px}.chat-msg--bot .chat-msg__bubble{background:var(--surface-1);border:1px solid var(--border);color:var(--text-2);border-bottom-left-radius:4px}.chat-msg__parsed{color:var(--text-1);margin-bottom:8px;font-size:.72rem;font-weight:600}.chat-msg__code{font-family:var(--mono);color:var(--gray-2);background:#0000004d;border-radius:8px;flex-direction:column;gap:2px;margin-bottom:10px;padding:10px 14px;font-size:.68rem;display:flex}.chat-msg__status-line{color:var(--gray-2);font-size:.68rem;font-family:var(--mono);align-items:center;gap:6px;display:flex}.chat-msg__check{color:var(--white);display:flex}.agent-monitor{flex-direction:column;gap:10px;width:100%;display:flex}.agent-card{border-radius:var(--r-md);border:1px solid var(--border);background:#0006;padding:16px 18px}.agent-card__head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.agent-card__name{font-size:.82rem;font-weight:600;font-family:var(--mono)}.agent-card__badge{font-size:.62rem;font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;border-radius:100px;padding:3px 10px}.agent-card__badge--live{color:var(--white);background:#ffffff1a}.agent-card__badge--idle{color:var(--text-3);background:#ffffff0a}.agent-card__row{color:var(--text-3);justify-content:space-between;padding:4px 0;font-size:.72rem;display:flex}.agent-card__row span:last-child{color:var(--text-2);font-family:var(--mono)}.agent-card__pos{font-weight:600;color:var(--white)!important}.agent-card__bar{background:#ffffff0f;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.agent-card__bar-fill{background:linear-gradient(90deg,#ffffff80,#ffffff26);border-radius:2px;height:100%}.id-card{border-radius:var(--r-md);border:1px solid var(--border);background:#0006;width:100%;overflow:hidden}.id-card__header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:18px 20px;display:flex}.id-card__avatar{background:var(--surface-2);border:1px solid var(--border);width:40px;height:40px;color:var(--gray-2);border-radius:10px;place-items:center;display:grid}.id-card__name{font-size:.85rem;font-weight:600;font-family:var(--mono)}.id-card__hash{color:var(--text-3);font-size:.65rem;font-family:var(--mono);margin-top:2px}.id-card__verified{font-size:.65rem;font-family:var(--mono);color:var(--gray-2);border:1px solid var(--border);border-radius:100px;align-items:center;gap:5px;margin-left:auto;padding:4px 10px;display:flex}.id-card__stats{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 20px;display:grid}.id-card__stat{text-align:center}.id-card__stat-ring{width:48px;height:48px;margin:0 auto 6px}.id-card__stat-ring svg{width:100%;height:100%}.id-card__stat-val{font-size:.85rem;font-weight:700;font-family:var(--mono)}.id-card__stat-lbl{color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.6rem}.id-card__proofs{flex-direction:column;gap:6px;padding:14px 20px;display:flex}.id-card__proof{color:var(--text-3);font-size:.72rem;font-family:var(--mono);justify-content:space-between;align-items:center;display:flex}.id-card__proof-badge{color:var(--text-3);background:#ffffff0f;border-radius:100px;padding:2px 8px;font-size:.6rem}.arch-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:56px;display:grid}.arch-card{text-align:center;color:var(--gray-2);transition:color .4s,border-color .4s,transform .4s var(--ease);cursor:default;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;display:flex}.arch-card:hover{color:var(--white);transform:translateY(-4px)}.arch-card__icon{background:var(--surface-2);border:1px solid var(--border);width:44px;height:44px;color:var(--gray-2);border-radius:12px;place-items:center;margin-bottom:4px;transition:border-color .3s,color .3s;display:grid}.arch-card:hover .arch-card__icon{border-color:var(--border-hover);color:var(--white)}.arch-card__name{font-size:.85rem;font-weight:600}.arch-card__desc{color:var(--text-3);font-size:.68rem;line-height:1.4}.arch-card--center{border-color:var(--border-hover);background:var(--surface-2)}.arch-card--center .arch-card__icon{border-color:var(--border-hover);background:#ffffff14}.arch-flow{margin-top:32px;padding:0 40px;position:relative}.arch-flow__line{background:linear-gradient(90deg,#0000,#ffffff1f,#fff3,#ffffff1f,#0000);height:1px;position:relative}.arch-flow__line:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);border-radius:2px;width:60px;height:3px;animation:4s ease-in-out infinite arch-sweep;position:absolute;top:-1px;left:0}@keyframes arch-sweep{0%{left:0}to{left:calc(100% - 60px)}}.arch-flow__labels{justify-content:space-between;margin-top:12px;display:flex}.arch-flow__labels span{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);font-size:.6rem}.data-sources{margin-top:48px}.data-sources__label{font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-3);text-align:center;margin-bottom:16px;font-size:.65rem}.data-sources__grid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.data-src{color:var(--text-2);font-size:.75rem;font-family:var(--mono);border-radius:100px;align-items:center;gap:8px;padding:10px 18px;display:flex}.data-src svg{color:var(--gray-3)}#competitive{padding-bottom:80px}#competitive .label:before{background:var(--gray-2)}.comp__table-wrap{margin-top:48px;padding:32px;overflow-x:auto}.comp__table{border-collapse:collapse;width:100%;font-size:.88rem}.comp__th-cap{text-align:left;font-size:.72rem;font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--border);width:30%;padding:12px 16px}.comp__th{text-align:center;font-size:.72rem;font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--border);padding:12px 16px}.comp__row td{border-bottom:1px solid #ffffff08;padding:14px 16px;transition:background .2s}.comp__row:hover td{background:#ffffff05}.comp__row--alt td{background:#ffffff04}.comp__row--highlight .comp__cap{color:var(--white)}.comp__row--total td{border-top:2px solid #ffffff1f;padding-top:18px}.comp__cap{color:var(--text-2);font-size:.88rem}.comp__cap-hl{background:linear-gradient(90deg,#e0e0e0,#a0a0a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.comp__cap-total{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.92rem;font-weight:800}.comp__cell{text-align:center}.comp__check{color:#fffc;font-size:1rem;font-weight:600}.comp__check--big{color:var(--white);text-shadow:0 0 12px #ffffff4d;font-size:1.2rem;font-weight:900}.comp__cross{color:#fff3;font-size:.88rem}.comp__partial{color:#fff6;font-size:.78rem;font-style:italic}.faq__list{flex-direction:column;gap:8px;max-width:780px;margin-top:56px;margin-left:auto;margin-right:auto;display:flex}.faq__item{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-1);transition:border-color .3s;overflow:hidden}.faq__item:hover,.faq__item.open{border-color:var(--border-hover)}.faq__q{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;padding:18px 22px;font-size:.88rem;font-weight:600;display:flex}.faq__icon{flex-shrink:0;width:20px;height:20px;margin-left:16px;position:relative}.faq__icon:before,.faq__icon:after{content:"";background:var(--text-2);transition:transform .3s var(--ease);border-radius:1px;position:absolute}.faq__icon:before{width:12px;height:1.5px;top:50%;left:4px;transform:translateY(-50%)}.faq__icon:after{width:1.5px;height:12px;top:4px;left:50%;transform:translate(-50%)}.faq__item.open .faq__icon:after{transform:translate(-50%)rotate(90deg)}.faq__a{max-height:0;transition:max-height .4s var(--ease);overflow:hidden}.faq__item.open .faq__a{max-height:300px}.faq__a-inner{color:var(--text-2);padding:0 22px 18px;font-size:.82rem;line-height:1.7}.cta{text-align:center;padding:120px 0 80px;position:relative}.cta__glow{filter:blur(180px);opacity:.04;pointer-events:none;background:#fff;width:500px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer{border-top:1px solid var(--border);padding:32px 0 28px}.footer .container{justify-content:space-between;align-items:center;display:flex}.footer__brand{align-items:center;gap:8px;display:flex}.footer__mark{background:var(--gradient-white);color:#000;border-radius:6px;place-items:center;width:24px;height:24px;font-size:.55rem;font-weight:800;display:grid}.footer__name{font-size:.88rem;font-weight:600}.footer__copy{color:var(--text-3);font-size:.75rem}.footer__links{gap:28px;display:flex}.footer__links a{color:var(--text-3);font-size:.75rem;transition:color .25s}.footer__links a:hover{color:var(--text-1)}.mouse-glow{pointer-events:none;z-index:0;opacity:0;background:radial-gradient(circle,#ffffff08,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.mouse-glow.active{opacity:1}@media (max-width:1280px){.hero__title{font-size:clamp(2.2rem,4.5vw,3.6rem)}.hero__desc{font-size:.95rem}.hero__pill{margin-bottom:24px;font-size:.7rem}.btn-main,.btn-ghost{padding:12px 28px;font-size:.85rem}.hero__stat-val{font-size:1.7rem}}@media (max-width:1024px){.hero__inner{max-width:100%}.hero__title{margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.8rem)}.hero__desc{margin-bottom:24px;font-size:.88rem}.hero__pill{margin-bottom:20px;padding:5px 14px;font-size:.65rem}.hero__stats{gap:32px}.hero__stat-val{font-size:1.5rem}.hero__stat-lbl{font-size:.65rem}.btn-main,.btn-ghost{padding:11px 24px;font-size:.82rem}.hero__inner{margin-bottom:36px}.hero__text{max-width:480px}.caps__panel-grid{grid-template-columns:1fr}.arch-grid{grid-template-columns:repeat(2,1fr);gap:12px}.arch-flow{padding:0 20px}.guide__steps{flex-direction:column;gap:16px}.guide__connector{padding:8px 0;transform:rotate(90deg)}}@media (max-width:768px){section{padding:80px 0}.heading{font-size:clamp(1.6rem,6vw,2.4rem)}.subheading{font-size:.92rem}.nav__links,.nav__cta{display:none}.nav__burger{display:flex}.nav__logo-border--desktop{display:none}.nav__logo-img--icon{display:block}.hero__spline-bg{height:60dvh}.hero{text-align:left;align-items:flex-start;min-height:100dvh;padding:0 20px}.hero__inner{max-width:100%;margin-bottom:28px}.hero__text{max-width:100%}.hero__title{margin-bottom:14px;font-size:clamp(1.6rem,7vw,2.4rem)}.hero__desc{max-width:100%;margin-bottom:20px;font-size:.85rem}.hero__pill{margin-bottom:16px;padding:4px 12px;font-size:.6rem}.hero__stats{flex-wrap:wrap;justify-content:flex-start;gap:20px}.hero__stat{min-width:80px}.hero__stat-val{font-size:1.3rem}.hero__stat-lbl{font-size:.6rem}.btn-main,.btn-ghost{padding:10px 20px;font-size:.8rem}.hero__btns{flex-direction:column;width:100%}.btn-main,.btn-ghost{text-align:center;width:100%}.guide__steps{flex-direction:column;gap:16px}.guide__connector{display:none}.guide__step{padding:20px 18px}.guide__code-body{font-size:.65rem}.ask-agent__glow{width:300px;height:300px}.caps__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;overflow-x:auto}.caps__tabs::-webkit-scrollbar{display:none}.caps__tab{white-space:nowrap;padding:8px 18px;font-size:.78rem}.caps__info{padding:24px 20px}.caps__visual{padding:20px 16px}.arch-grid{grid-template-columns:repeat(2,1fr);gap:10px}.arch-card{padding:20px 14px}.arch-flow__labels{gap:8px}.faq__q{padding:16px 18px;font-size:.82rem}.faq__a-inner{padding:0 18px 16px;font-size:.78rem}.cta{padding:60px 0 32px}.cta .hero__btns{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.footer .container{text-align:center;flex-direction:column;gap:20px}.footer__links{flex-wrap:wrap;justify-content:center;gap:20px}.marquee{padding:40px 0}.marquee__item{font-size:.9rem}.data-sources__grid{gap:8px}.data-src{padding:8px 14px;font-size:.7rem}}@media (max-width:480px){.container{padding:0 16px}section{padding:60px 0}.hero{padding:100px 16px 40px}.hero__title{font-size:clamp(1.7rem,9vw,2.4rem)}.hero__pill{padding:5px 12px;font-size:.65rem}.hero__stat-val{font-size:1.4rem}.hero__stats{gap:16px}.heading{font-size:clamp(1.4rem,7vw,2rem)}.label{font-size:.65rem}.guide__step-title{font-size:.95rem}.guide__step-desc{font-size:.72rem}.ask-card__text{font-size:.8rem}.caps__tabs{border-radius:var(--r-md);gap:4px;padding:4px}.caps__tab{padding:8px 14px;font-size:.72rem}.caps__info-title{font-size:1.2rem}.caps__info-desc{font-size:.8rem}.caps__info-list li{font-size:.75rem}.faq__q{padding:14px 16px;font-size:.78rem}.cta{padding:48px 0 24px}.marquee__title{font-size:.65rem}}
