:root{--navy:#070914;--navy2:#0d1020;--ink:#111426;--muted:#70758b;--line:#e7e9f1;--purple:#6f5cff;--purple2:#9b6fff;--blue:#2aa8ff;--green:#1cb98b;--surface:#fff;--soft:#f6f7fb;--shadow:0 26px 70px rgba(19,21,44,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",Inter,Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.landing{overflow:hidden}.landing h1,.landing h2,.landing h3{font-family:"Segoe UI",Inter,Arial,sans-serif;letter-spacing:-.045em}.announcement{height:34px;color:#d8d9e8;background:#090b17;display:flex;gap:10px;align-items:center;justify-content:center;font-size:11.5px;border-bottom:1px solid rgba(255,255,255,.07)}.announcement>span{font-size:9px;letter-spacing:.12em;padding:3px 7px;border:1px solid rgba(153,131,255,.35);color:#bcb0ff;background:rgba(117,93,255,.13);border-radius:20px}.announcement a{color:#fff;display:inline-flex;align-items:center;gap:4px;font-weight:600}.landing-nav{height:76px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand{display:flex;align-items:center;gap:8px;font-family:"Segoe UI",Inter,Arial,sans-serif;letter-spacing:-.04em}.brand b{font-size:20px}.brand em{font-size:9px;font-style:normal;letter-spacing:.07em;color:#7b6cff;background:#f0eeff;padding:3px 5px;border-radius:4px;margin-left:-4px}.logo-mark{width:29px;height:29px;border-radius:9px;display:inline-grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#8a74ff,#5343e9);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25),0 6px 18px rgba(111,92,255,.24)}.logo-mark span{width:12px;height:14px;border:2.2px solid white;border-top-color:transparent;border-radius:7px 7px 8px 8px;transform:rotate(-26deg);position:absolute}.logo-mark i{width:3px;height:3px;border-radius:50%;background:white;position:absolute;top:6px;right:7px}.logo-mark.small{width:24px;height:24px;border-radius:7px}.logo-mark.small span{width:10px;height:12px;border-width:2px}.logo-mark.small i{right:5px;top:5px}.nav-links{display:flex;gap:34px;margin-left:110px}.nav-links a,.nav-right>a:first-child{font-size:13px;color:#555a6c;font-weight:500;transition:.2s}.nav-links a:hover,.nav-right>a:first-child:hover{color:#111426}.nav-right{display:flex;align-items:center;gap:22px}.nav-cta{height:39px;padding:0 17px;border-radius:10px;background:#111321;color:#fff!important;display:flex;align-items:center;gap:7px;font-size:12px!important;box-shadow:0 8px 20px rgba(17,19,33,.15);transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(17,19,33,.22)}.menu-btn,.mobile-login,.mobile-cta{display:none}

.hero{position:relative;padding:96px 0 96px;text-align:center}.hero:before{content:"";position:absolute;top:-80px;left:50%;width:850px;height:500px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(105,82,255,.095),transparent 68%);pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.orb-a{width:380px;height:380px;left:-360px;top:160px;background:radial-gradient(circle,rgba(64,177,255,.08),transparent 70%)}.orb-b{width:420px;height:420px;right:-390px;top:60px;background:radial-gradient(circle,rgba(124,89,255,.09),transparent 70%)}.hero-copy{position:relative;z-index:2}.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid #e4e2f2;background:rgba(255,255,255,.7);border-radius:30px;padding:7px 11px;color:#5f587d;font-size:11px;box-shadow:0 8px 30px rgba(44,37,89,.05);backdrop-filter:blur(8px)}.pill svg:first-child{color:#7461ff}.hero h1{font-size:clamp(46px,5.3vw,76px);line-height:1.035;margin:26px auto 23px;font-weight:600;max-width:1000px}.hero h1 span,.section-heading h2 span,.dark-heading h2 span,.showcase-copy h2 span,.center-heading h2 span{background:linear-gradient(100deg,#6554e9,#9b66d9 43%,#258cd7);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:630px;margin:0 auto;font-size:17px;line-height:1.7;color:#6d7185}.hero-actions{display:flex;justify-content:center;gap:11px;margin-top:31px}.btn{height:49px;border-radius:12px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:600;transition:.25s}.btn.primary{background:linear-gradient(135deg,#7260ff,#5c4de6);color:#fff;box-shadow:0 12px 25px rgba(91,73,224,.25),inset 0 1px rgba(255,255,255,.3)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(91,73,224,.34)}.btn.secondary{background:#fff;border:1px solid #dedfe7;box-shadow:0 5px 15px rgba(16,18,38,.04)}.btn.secondary:hover{border-color:#b9b4dc}.hero-note{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:17px;color:#8a8e9e;font-size:10px}.hero-note span{display:flex;align-items:center;gap:5px}.hero-note svg{color:#5dceae}
.reveal{opacity:0;transform:translateY(16px);animation:reveal .7s forwards cubic-bezier(.2,.75,.25,1)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.36s}@keyframes reveal{to{opacity:1;transform:none}}.scroll-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s,transform .8s cubic-bezier(.2,.75,.25,1)}.scroll-reveal.visible{opacity:1;transform:none}
.hero-product-wrap{position:relative;width:min(1010px,94%);margin:83px auto 0;text-align:left}.hero-product-glow{position:absolute;inset:-50px;background:radial-gradient(ellipse at center,rgba(111,90,255,.19),transparent 66%);filter:blur(24px)}.hero-product{height:560px;background:#fbfbfd;border:1px solid rgba(110,102,159,.21);border-radius:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 48px 100px rgba(31,27,69,.18),0 2px 8px rgba(22,21,45,.08);z-index:1}.hero-product:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px rgba(255,255,255,.9);pointer-events:none}.mini-sidebar{width:176px;border-right:1px solid #e8e8ee;background:#f7f7fa;padding:17px 13px;display:flex;flex-direction:column}.mini-logo{height:38px;padding:0 8px}.mini-nav{display:flex;align-items:center;gap:9px;height:33px;padding:0 10px;color:#7a7d8a;font-size:10px;border-radius:7px}.mini-nav.active{color:#5f50df;background:#edeafd;font-weight:600}.mini-nav svg{stroke-width:1.8}.mini-spacer{flex:1}.mini-profile{padding:11px 5px 0;border-top:1px solid #e4e4e9;display:flex;align-items:center;gap:7px}.mini-profile>span{width:25px;height:25px;background:linear-gradient(145deg,#c7b5ff,#876cdb);color:#fff;border-radius:8px;display:grid;place-items:center;font-size:8px}.mini-profile div{display:flex;flex-direction:column}.mini-profile b{font-size:8px}.mini-profile small{font-size:6px;color:#999}.mini-main{flex:1;min-width:0}.mini-header{height:54px;border-bottom:1px solid #eaeaef;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:9px;font-weight:600}.mini-header small{color:#999;font-size:inherit}.mini-actions{display:flex;align-items:center;gap:11px}.mini-actions button{background:#f7f7fa;border:1px solid #e8e8ed;border-radius:5px;color:#999;font-size:7px;height:23px;display:flex;align-items:center;gap:5px}.mini-actions i{width:25px;height:25px;border-radius:50%;background:#f4f3f8;position:relative}.mini-actions i:after{content:"";position:absolute;width:4px;height:4px;background:#ff5f75;border-radius:50%;right:2px;top:2px}.mini-actions span{padding:7px 10px;color:white;background:#6e5dea;border-radius:6px;font-size:7px}.mini-content{padding:27px 26px}.mini-welcome{display:flex;justify-content:space-between;align-items:flex-end}.eyebrow{font-size:7px;letter-spacing:.12em;color:#8a8d9a}.mini-welcome h3{font-size:22px;margin:6px 0 4px;letter-spacing:-.04em}.mini-welcome p{margin:0;color:#8a8d9b;font-size:9px}.mini-new{display:flex;align-items:center;gap:5px;border:0;color:white;background:linear-gradient(135deg,#7866fb,#6553e4);border-radius:7px;padding:8px 12px;font-size:8px;box-shadow:0 5px 12px rgba(105,84,230,.22)}.metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:21px}.mini-card{background:white;border:1px solid #eaebf0;border-radius:9px;box-shadow:0 2px 4px rgba(22,20,44,.025)}.mini-card.metric{height:91px;padding:13px}.mini-card.metric>span{font-size:8px;color:#737684;display:flex;justify-content:space-between}.mini-card.metric .up{font-size:6px;color:#1ca278;background:#eaf8f4;border-radius:8px;padding:2px 4px}.mini-card.metric strong{display:block;font-size:19px;margin-top:9px;line-height:1}.mini-card.metric strong span{font-size:10px;color:#858898}.mini-card.metric small{font-size:6px;color:#a2a4ae}.mini-grid{display:grid;grid-template-columns:1.65fr .8fr;gap:11px;margin-top:11px}.performance{height:238px;padding:14px;position:relative}.card-title{display:flex;justify-content:space-between}.card-title>div{display:flex;flex-direction:column}.card-title b{font-size:9px}.card-title small{font-size:6px;color:#989aa5;margin-top:2px}.card-title button{height:20px;font-size:6px;color:#777;background:white;border:1px solid #e6e6ec;border-radius:5px}.hero-chart{width:100%;height:150px;overflow:visible;margin-top:15px}.grid-line{stroke:#f0f0f4;stroke-width:1}.chart-pop{position:absolute;top:84px;right:50px;background:#151727;color:#fff;border-radius:5px;padding:6px 8px;display:flex;flex-direction:column;box-shadow:0 5px 15px rgba(0,0,0,.18)}.chart-pop b{font-size:6px}.chart-pop span{font-size:5px;color:#b7b9c5}.activity{padding:14px}.live-dot{width:6px;height:6px;border-radius:50%;background:#25ba8c;box-shadow:0 0 0 3px #dff8f0}.activity-item{display:flex;align-items:center;gap:7px;padding:12px 0;border-bottom:1px solid #f0f0f3}.activity-item .icon{width:26px;height:26px;border-radius:7px;display:grid;place-items:center}.icon.purple{color:#715cea;background:#efedff}.icon.blue{color:#2697df;background:#e9f6ff}.icon.green{color:#20a47d;background:#e7f8f2}.activity-item div{display:flex;flex-direction:column;flex:1}.activity-item b{font-size:7px}.activity-item small,.activity-item em{font-size:5px;color:#9b9da7;font-style:normal}.floating-chip{position:absolute;z-index:4;background:rgba(255,255,255,.92);border:1px solid rgba(214,211,232,.9);box-shadow:0 18px 50px rgba(25,22,65,.15);backdrop-filter:blur(15px);border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:9px}.floating-chip>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px}.floating-chip div{display:flex;flex-direction:column}.floating-chip b{font-size:9px}.floating-chip small{font-size:6px;color:#9295a5}.floating-chip>svg{margin-left:10px;color:#1fb489}.chip-one{right:-32px;top:74px}.chip-one>span{color:#715fec;background:#efedff}.chip-two{left:-38px;bottom:64px}.chip-two>span{color:#209ce3;background:#e9f7ff}
.trust{padding:38px 0 104px;text-align:center}.trust>p{font-size:9px;letter-spacing:.16em;color:#a2a4af;font-weight:600}.trust>div{margin-top:29px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;color:#787b88;filter:grayscale(1);opacity:.75}.trust b{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:14px;display:flex;align-items:center;gap:6px}.trust svg{width:15px}.logo-glyph{width:16px;height:16px;border:4px double;border-radius:50%}.hex{width:15px;height:15px;border:2px solid;transform:rotate(45deg);display:inline-block}
.section{padding:120px 0}.section-kicker{display:flex;align-items:center;gap:7px;color:#6858df;font-size:9px;letter-spacing:.16em;font-weight:700}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px}.section-heading h2,.dark-heading h2,.showcase-copy h2,.center-heading h2,.faq-intro h2{font-size:clamp(36px,4.3vw,55px);line-height:1.12;margin:0;font-weight:600}.section-heading>p{max-width:400px;color:#7b7f91;font-size:14px;line-height:1.7;margin:0 0 4px}.feature-bento{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:60px}.feature-card{border:1px solid #e6e7ef;border-radius:19px;padding:30px 32px;background:linear-gradient(145deg,#fff,#fbfbfe);position:relative;overflow:hidden;min-height:420px;box-shadow:0 10px 35px rgba(34,35,65,.035)}.feature-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 80%,rgba(112,92,255,.07),transparent 40%);pointer-events:none}.feature-card.automate{grid-column:1/-1;min-height:360px}.feature-icon{width:40px;height:40px;border:1px solid #e6e3fa;background:#f2f0ff;color:#6b59e7;border-radius:11px;display:grid;place-items:center}.feature-icon svg{width:18px}.feature-card h3{font-size:21px;margin:20px 0 8px}.feature-card>p{font-size:13px;color:#7b7e90;line-height:1.6;max-width:360px;margin:0}.knowledge-visual{position:relative;height:235px;margin-top:18px}.knowledge-visual:before{content:"";position:absolute;left:50%;top:52%;width:230px;height:150px;transform:translate(-50%,-50%);border:1px dashed #d9d6eb;border-radius:50%}.knowledge-visual .core{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:18px;background:white;display:grid;place-items:center;border:1px solid #e1dff0;box-shadow:0 10px 30px rgba(74,57,171,.15)}.knowledge-visual .core .logo-mark{width:33px;height:33px}.knowledge-visual .node{position:absolute;border:1px solid #e5e5ed;background:rgba(255,255,255,.93);border-radius:9px;padding:7px 10px;display:flex;align-items:center;gap:7px;font-size:9px;box-shadow:0 7px 18px rgba(27,26,50,.07)}.knowledge-visual .node i{font-style:normal;width:18px;height:18px;border-radius:5px;display:grid;place-items:center;background:#f2f1f7;font-weight:700}.n0{left:8%;top:25%}.n1{right:5%;top:19%}.n2{left:1%;bottom:19%}.n3{right:0;bottom:16%}.n4{left:42%;bottom:2%}.copilot-visual{margin:39px -8px 0 25px;border:1px solid #e3e4eb;border-radius:14px;background:#fff;box-shadow:0 25px 50px rgba(32,31,69,.08);padding:17px;transform:rotate(-1deg)}.ask-row{display:flex;gap:10px;align-items:flex-start}.ask-row>span{width:27px;height:27px;background:#f2f0ff;border-radius:8px;display:grid;place-items:center}.ask-row p{margin:2px 0;font-size:10px;line-height:1.5;background:#f6f6f9;padding:9px 11px;border-radius:3px 10px 10px 10px}.answer-row{display:flex;gap:10px;margin-top:16px;color:#6b59e7}.answer-row>div{flex:1}.answer-row i{height:6px;border-radius:5px;background:#ececf1;display:block;margin:5px 0}.answer-row i.short{width:63%}.source-pills{margin:12px 0 0 24px;display:flex;gap:6px}.source-pills span{padding:4px 7px;border:1px solid #e9e8ef;border-radius:20px;font-size:6px;color:#858796}.workflow-visual{height:145px;margin-top:42px;display:flex;align-items:center;justify-content:center}.workflow-visual>div{width:170px;height:112px;border:1px solid #e5e5ec;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#fff;box-shadow:0 13px 30px rgba(28,29,55,.06)}.workflow-visual>i{width:85px;border-top:1px dashed #c9c7d8;position:relative}.workflow-visual>i:after{content:"›";position:absolute;right:-1px;top:-10px;color:#aaa6be}.wf-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center}.wf-icon svg{width:15px}.wf-icon.violet{background:#f0edff;color:#725fe8}.wf-icon.blue{background:#eaf6ff;color:#2698e0}.wf-icon.green{background:#e8f8f2;color:#20a77e}.workflow-visual b{font-size:9px}
.dark-section{background:#080a15;color:#fff;padding:125px 0;position:relative;overflow:hidden}.dark-section:before{content:"";position:absolute;width:750px;height:750px;left:50%;top:250px;transform:translateX(-50%);background:radial-gradient(circle,rgba(112,83,255,.16),transparent 65%)}.section-kicker.light{color:#9b8bff}.dark-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px}.dark-heading p{max-width:420px;color:#9da0b2;line-height:1.7;font-size:14px}.workflow-stage{position:relative;margin-top:65px;border:1px solid #282b3b;background:#10121f;border-radius:18px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.35)}.stage-top{height:58px;border-bottom:1px solid #292b39;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:10px}.stage-top>span{display:flex;align-items:center;gap:8px}.stage-top>span i{width:7px;height:7px;background:#29c396;border-radius:50%;box-shadow:0 0 0 3px rgba(41,195,150,.1)}.stage-top button{border:1px solid #343646;background:transparent;color:#b6b8c8;border-radius:7px;font-size:8px;padding:7px 10px;margin-left:7px}.stage-top button.publish{background:#6d5be9;border-color:#6d5be9;color:white}.stage-canvas{height:430px;position:relative;background-image:radial-gradient(#2e3041 1px,transparent 1px);background-size:21px 21px}.stage-canvas:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 20%,#10121f 90%);pointer-events:none}.connections{position:absolute;inset:0;width:100%;height:100%;z-index:1}.connections path{fill:none;stroke:#534b8c;stroke-width:1.4;stroke-dasharray:4 4}.workflow-node{position:absolute;z-index:2;width:225px;height:83px;border:1px solid #323444;background:rgba(22,24,39,.95);border-radius:11px;display:flex;align-items:center;padding:13px;gap:11px;box-shadow:0 13px 30px rgba(0,0,0,.25)}.workflow-node.trigger{left:3%;top:153px}.workflow-node.research{left:33%;top:58px}.workflow-node.feedback{left:33%;top:247px}.workflow-node.deliver{right:3%;top:153px;border-color:#514694;box-shadow:0 0 0 1px rgba(116,95,255,.15),0 13px 30px rgba(0,0,0,.25)}.node-icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center}.node-icon svg{width:15px}.node-icon.violet{background:#2d274c;color:#8b75ff}.node-icon.blue{background:#192f45;color:#48b4ff}.node-icon.amber{background:#3d3023;color:#e9a948}.node-icon.green{background:#19372f;color:#39d2a5}.workflow-node div{display:flex;flex-direction:column}.workflow-node small{font-size:6px;letter-spacing:.12em;color:#73778d}.workflow-node b{font-size:9px;margin:3px 0}.workflow-node em{font-size:7px;color:#777b91;font-style:normal}.workflow-node>i{position:absolute;width:8px;height:8px;background:#6d5be9;border:2px solid #151725;border-radius:50%;right:-5px}.workflow-node.deliver>i{left:-5px}.run-chip{position:absolute;z-index:3;bottom:28px;left:50%;transform:translateX(-50%);padding:7px 11px;border:1px solid #313344;border-radius:20px;background:#171928;color:#a2a5b6;font-size:7px;display:flex;gap:6px;align-items:center}.workflow-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #242633;margin-top:54px;padding-top:45px}.workflow-stats div{display:flex;flex-direction:column;align-items:center;border-right:1px solid #242633}.workflow-stats div:last-child{border:0}.workflow-stats strong{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:30px;letter-spacing:-.04em}.workflow-stats span{color:#808494;font-size:9px;margin-top:5px}
.showcase{display:grid;grid-template-columns:.8fr 1.4fr;align-items:center;gap:85px}.showcase-copy h2{margin:20px 0}.showcase-copy>p{color:#777b8d;font-size:14px;line-height:1.75}.showcase-copy ul{list-style:none;padding:0;margin:30px 0}.showcase-copy li{display:flex;gap:12px;margin:20px 0}.showcase-copy li>span{width:27px;height:27px;flex:0 0 auto;border-radius:8px;background:#efedff;color:#6c5be6;display:grid;place-items:center}.showcase-copy li svg{width:13px}.showcase-copy li div{display:flex;flex-direction:column}.showcase-copy li b{font-size:11px}.showcase-copy li small{font-size:9px;color:#898c9a;margin-top:4px;line-height:1.5}.text-link{font-size:11px;color:#5f4fdb;font-weight:600;display:inline-flex;align-items:center;gap:7px}.text-link svg{width:14px}.showcase-ui{position:relative}.showcase-ui:before{content:"";position:absolute;inset:-80px;background:radial-gradient(circle,rgba(102,83,255,.16),transparent 66%)}.showcase-window{position:relative;display:flex;height:475px;border:1px solid #dedfe7;background:#f8f8fb;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);transform:perspective(1500px) rotateY(-3deg) rotateX(1deg)}.sw-sidebar{width:58px;border-right:1px solid #e5e5eb;display:flex;flex-direction:column;align-items:center;padding:18px 0;gap:17px}.sw-sidebar>span{width:21px;height:21px;border-radius:6px;background:#e8e8ee}.sw-sidebar>span.on{background:#eae6ff;box-shadow:inset 3px 0 #6e5bea}.sw-sidebar>i{flex:1}.sw-main{padding:25px;flex:1;min-width:0}.sw-head{display:flex;justify-content:space-between;align-items:flex-end}.sw-head small{font-size:7px;color:#999}.sw-head h4{font-size:16px;margin:3px 0}.sw-head button{font-size:7px;background:#fff;border:1px solid #dddfe7;border-radius:6px;padding:7px 9px}.sw-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.sw-kpis>div{border:1px solid #e5e6ed;background:#fff;border-radius:8px;padding:11px;display:flex;flex-direction:column;position:relative}.sw-kpis span{font-size:6px;color:#818492}.sw-kpis b{font-size:16px;margin-top:7px}.sw-kpis em{position:absolute;right:8px;bottom:10px;color:#1da67f;font-style:normal;font-size:6px}.sw-chart{height:188px;border:1px solid #e5e6ed;background:#fff;border-radius:9px;padding:12px;margin-top:8px}.sw-chart>div{display:flex;flex-direction:column}.sw-chart b,.sw-bottom b{font-size:8px}.sw-chart small{font-size:6px;color:#999;margin-top:2px}.sw-chart .hero-chart{height:120px;margin-top:4px}.sw-bottom{display:grid;grid-template-columns:1.4fr 1fr;gap:8px;margin-top:8px}.sw-bottom>div{height:93px;border:1px solid #e5e6ed;background:#fff;border-radius:8px;padding:10px}.sw-bottom p{display:flex;justify-content:space-between;font-size:6px;padding:5px 0;margin:0;border-bottom:1px solid #f0f0f3}.sw-bottom p i{font-style:normal;color:#999}.bars{height:58px;display:flex;align-items:flex-end;gap:7px;padding-top:8px}.bars i{width:10px;background:linear-gradient(#7764ef,#a89cf1);border-radius:2px 2px 0 0}
.quote-section{padding:110px 0;background:#f5f5f9;text-align:center}.quote-section .logo-mark{margin-bottom:30px}.quote-section blockquote{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:clamp(24px,3vw,39px);line-height:1.42;letter-spacing:-.035em;max-width:900px;margin:0 auto;color:#292c3b}.quote-person{margin-top:30px;display:flex;justify-content:center;align-items:center;gap:10px}.quote-person>span{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#b09eec,#7d64cb);display:grid;place-items:center;color:white;font-size:10px}.quote-person div{display:flex;flex-direction:column;text-align:left}.quote-person b{font-size:10px}.quote-person small{font-size:8px;color:#898c99}
.center-heading{text-align:center}.center-heading .section-kicker{justify-content:center}.center-heading h2{margin:19px 0 12px}.center-heading p{font-size:13px;color:#7c7f90}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px;align-items:stretch}.price-card{border:1px solid #e3e4eb;border-radius:17px;padding:31px;background:#fff;position:relative}.price-card.featured{border-color:#7968ee;box-shadow:0 22px 60px rgba(84,68,184,.15);transform:translateY(-10px)}.popular{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#715ee9;color:#fff;font-size:7px;letter-spacing:.13em;padding:5px 10px;border-radius:20px}.plan{font-size:8px;letter-spacing:.15em;color:#6c5ae5;font-weight:700}.price-card h3{font-size:27px;margin:16px 0 7px}.price-card h3 small{font-size:9px;color:#888c9a;font-weight:400;letter-spacing:0}.price-card>p{font-size:10px;color:#818492;height:32px}.price-btn{height:43px;border:1px solid #dfe0e8;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:600;margin:23px 0;background:#fff}.featured .price-btn{background:#6e5be8;color:white;border-color:#6e5be8;box-shadow:0 8px 18px rgba(99,79,222,.21)}.price-btn svg{width:13px}.price-card ul{list-style:none;padding:22px 0 0;margin:0;border-top:1px solid #ececf1}.price-card li{font-size:9px;display:flex;align-items:center;gap:8px;margin:13px 0}.price-card li svg{width:13px;color:#2ab18a}.pricing-foot{text-align:center!important;font-size:9px!important;color:#8a8d9b;margin-top:28px!important}.pricing-foot a{color:#6453db}.testimonials{background:#fbfbfd;max-width:none;width:100%;padding-inline:max(24px,calc((100% - 1180px)/2))}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:48px}.testimonial{background:#fff;border:1px solid #e7e8ee;border-radius:15px;padding:25px}.stars{color:#7a66ec;font-size:10px;letter-spacing:2px}.testimonial blockquote{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:13px;line-height:1.7;margin:17px 0 25px;color:#343746}.testimonial>div:last-child{display:flex;align-items:center;gap:9px}.testimonial>div:last-child>span{width:32px;height:32px;border-radius:50%;background:#e9e5fa;color:#6e58db;display:grid;place-items:center;font-size:8px}.testimonial p{display:flex;flex-direction:column;margin:0}.testimonial b{font-size:9px}.testimonial small{font-size:7px;color:#90939f}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:110px}.faq-intro h2{margin:20px 0}.faq-intro p{font-size:10px;color:#898c9b;margin:30px 0 5px}.faq-intro a{font-size:10px;color:#624fdb;font-weight:600;display:flex;align-items:center;gap:6px}.faq-intro a svg{width:13px}.faq-item{border-bottom:1px solid #e5e6ec}.faq-item button{width:100%;border:0;background:none;padding:22px 0;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:12px;font-weight:600}.faq-item button svg{width:16px;color:#8a8c99;transition:.3s}.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-item>div>p{overflow:hidden;margin:0;color:#777b8c;font-size:11px;line-height:1.7}.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div>p{margin:0 0 24px}.faq-item.open button svg{transform:rotate(180deg);color:#6c58e3}
.final-cta{background:#090b17;color:#fff;text-align:center;padding:115px 0;position:relative;overflow:hidden}.cta-orb{position:absolute;inset:-200px;background:radial-gradient(circle at center,rgba(110,80,255,.22),transparent 45%)}.final-cta .shell{position:relative}.final-cta .logo-mark{width:39px;height:39px;border-radius:12px}.final-cta h2{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-.05em;margin:25px 0 14px}.final-cta h2 span{color:#9a8cff}.final-cta p{color:#969aaa;font-size:13px}.final-cta>div>div{display:flex;justify-content:center;gap:10px;margin-top:29px}.dark-outline{border:1px solid #373949;color:#fff}.final-cta small{display:block;color:#666a7d;font-size:8px;margin-top:16px}footer{background:#060710;color:#fff}.footer-main{display:flex;justify-content:space-between;padding:75px 0 55px}.footer-brand .brand em{background:#242038}.footer-brand>p{font-size:9px;color:#737687;margin:14px 0 25px}.soc{display:flex;gap:8px}.soc a{width:28px;height:28px;border:1px solid #252633;border-radius:7px;color:#8f92a1;display:grid;place-items:center;font-size:10px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:80px}.footer-links>div{display:flex;flex-direction:column;gap:13px}.footer-links b{font-size:7px;letter-spacing:.14em;color:#616475;margin-bottom:3px}.footer-links a{font-size:9px;color:#9699a7}.footer-links a:hover{color:#fff}.footer-links a span{color:#9b8aff;background:#28233d;border-radius:8px;padding:1px 5px;font-size:6px}.footer-bottom{height:65px;border-top:1px solid #1c1e29;display:flex;align-items:center;color:#5f6272;font-size:8px}.footer-bottom .status{margin-left:auto;display:flex;align-items:center;gap:6px}.status i{width:5px;height:5px;border-radius:50%;background:#2cc295;box-shadow:0 0 0 3px rgba(44,194,149,.08)}.footer-bottom button{margin-left:30px;border:0;background:none;color:#707382;display:flex;align-items:center;gap:4px;font-size:8px}.footer-bottom svg{width:10px}

/* Dashboard */
.dashboard-shell{height:100vh;display:flex;background:#f7f8fb;color:#171929;overflow:hidden;font-family:"Segoe UI",Inter,Arial,sans-serif}.dashboard-sidebar{width:238px;flex:0 0 auto;background:#0c0e18;color:#fff;padding:18px 13px 14px;display:flex;flex-direction:column;border-right:1px solid #222331;z-index:30}.sidebar-head{height:37px;display:flex;align-items:center;justify-content:space-between;padding:0 7px}.sidebar-head>a{display:flex}.sidebar-head>button{display:none;background:none;border:0;color:white}.dash-brand{display:flex;align-items:center;gap:7px;font-family:"Segoe UI",Inter,Arial,sans-serif}.dash-brand b{font-size:16px}.dash-brand em{font-size:7px;font-style:normal;color:#a99dff;background:#28243a;padding:2px 4px;border-radius:3px;margin-left:-3px}.workspace-switch{height:51px;margin:15px 0 13px;border:1px solid #282a38;background:#151722;color:#fff;border-radius:9px;padding:0 9px;display:flex;align-items:center;text-align:left}.workspace-switch>span{width:27px;height:27px;border-radius:7px;background:linear-gradient(135deg,#806af0,#5e4bc9);display:grid;place-items:center;font-size:9px}.workspace-switch div{display:flex;flex-direction:column;margin-left:8px;flex:1}.workspace-switch b{font-size:9px}.workspace-switch small{font-size:7px;color:#737687;margin-top:1px}.workspace-switch svg{width:12px;color:#737687}.dashboard-sidebar nav{display:flex;flex-direction:column;gap:3px}.dashboard-sidebar nav button,.sidebar-help{height:38px;border:0;background:transparent;color:#858898;border-radius:7px;display:flex;align-items:center;gap:10px;padding:0 10px;font-size:9px;text-align:left;transition:.2s}.dashboard-sidebar nav button:hover,.dashboard-sidebar nav button.active{background:#1b1b2a;color:#fff}.dashboard-sidebar nav button.active{box-shadow:inset 2px 0 #7b68f2}.dashboard-sidebar nav svg,.sidebar-help svg{width:15px;stroke-width:1.7}.dashboard-sidebar nav em{margin-left:auto;font-size:6px;color:#5f6271;font-style:normal;border:1px solid #343542;padding:2px 4px;border-radius:3px}.sidebar-spacer{flex:1}.sidebar-usage{margin:0 6px 14px;padding:12px;background:#151722;border:1px solid #272936;border-radius:9px}.sidebar-usage>div{display:flex;justify-content:space-between;font-size:7px;color:#a3a5b2}.sidebar-usage i{height:3px;background:#2c2e3b;border-radius:5px;display:block;margin:9px 0 6px;overflow:hidden}.sidebar-usage i em{display:block;width:74%;height:100%;background:linear-gradient(90deg,#705dee,#28a7ff)}.sidebar-usage small{font-size:6px;color:#5e6171}.sidebar-help{width:100%;border-bottom:1px solid #222432;border-radius:0}.sidebar-user{display:flex;align-items:center;padding:13px 6px 0}.sidebar-user>span{width:29px;height:29px;border-radius:8px;background:linear-gradient(145deg,#baa5ff,#7962cc);display:grid;place-items:center;font-size:8px}.sidebar-user>div{display:flex;flex-direction:column;margin-left:8px;min-width:0;flex:1}.sidebar-user b{font-size:8px}.sidebar-user small{font-size:6px;color:#686b7b;text-overflow:ellipsis;overflow:hidden}.sidebar-user svg{width:13px;color:#6e7181}.dashboard-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh}.dashboard-topbar{height:62px;flex:0 0 auto;background:rgba(255,255,255,.93);border-bottom:1px solid #e4e6ed;display:flex;align-items:center;padding:0 24px;backdrop-filter:blur(12px);z-index:10}.breadcrumbs{display:flex;align-items:center;gap:7px;font-size:9px}.breadcrumbs span{color:#9699a6}.breadcrumbs svg{width:11px;color:#b5b7c0}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.search-button{width:190px;height:32px;border:1px solid #e0e2e9;background:#f8f8fa;color:#9a9da9;border-radius:8px;display:flex;align-items:center;gap:7px;padding:0 8px;text-align:left;font-size:8px}.search-button svg{width:13px}.search-button span{flex:1}.search-button em{font-style:normal;font-size:6px;border:1px solid #dfe0e6;padding:2px 4px;border-radius:3px}.notification{width:32px;height:32px;border:1px solid #e0e2e9;background:#fff;border-radius:8px;display:grid;place-items:center;position:relative}.notification svg{width:14px}.notification i{position:absolute;width:5px;height:5px;background:#ff5a75;border:1px solid #fff;border-radius:50%;right:5px;top:5px}.create-button{height:32px;border:0;background:#171928;color:#fff;border-radius:8px;padding:0 10px;display:flex;align-items:center;gap:5px;font-size:8px}.create-button svg{width:12px}.dash-mobile-menu{display:none;border:0;background:none}.dashboard-content{padding:30px 32px 40px;overflow:auto;flex:1}.dash-title-row{display:flex;align-items:flex-end;justify-content:space-between}.dash-title-row h1{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:25px;letter-spacing:-.04em;margin:4px 0}.dash-title-row p{font-size:9px;color:#8b8e9c;margin:0}.dash-date{font-size:7px;letter-spacing:.13em;color:#858898}.dash-primary{height:34px;border:0;color:#fff;background:linear-gradient(135deg,#7764ef,#604fd6);border-radius:8px;padding:0 12px;font-size:8px;font-weight:600;display:flex;align-items:center;gap:6px;box-shadow:0 7px 14px rgba(95,78,210,.2)}.dash-primary svg{width:13px}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:23px}.dashboard-card{background:#fff;border:1px solid #e4e6ed;border-radius:11px;box-shadow:0 2px 4px rgba(22,23,45,.02)}.kpi{height:118px;padding:14px}.kpi>div{display:flex;justify-content:space-between;align-items:center}.kpi>div>span{font-size:8px;color:#787b89}.kpi-icon{width:26px;height:26px;border-radius:7px;display:grid;place-items:center}.kpi-icon svg{width:12px}.kpi-icon.purple{background:#efedff;color:#735fe9}.kpi-icon.blue{background:#eaf6ff;color:#259ce3}.kpi-icon.green{background:#e9f8f3;color:#24a47e}.kpi-icon.amber{background:#fff5e6;color:#dc942b}.kpi>b{font-size:21px;display:block;margin:8px 0 4px}.kpi>b span{font-size:11px;color:#8b8e9c}.kpi p{font-size:6px;color:#9a9daa;margin:0}.kpi p em{font-style:normal;color:#1ca27b}.kpi p svg{width:8px;vertical-align:middle}.dash-row{display:grid;gap:11px;margin-top:11px}.dash-row.large{grid-template-columns:1.65fr .75fr}.chart-card{height:333px;padding:17px 18px}.card-head{display:flex;justify-content:space-between;align-items:flex-start}.card-head>div{display:flex;flex-direction:column}.card-head b{font-size:9px}.card-head small{font-size:7px;color:#989aa6;margin-top:3px}.card-head>button{height:25px;border:1px solid #e1e3ea;background:#fff;border-radius:6px;color:#767987;font-size:7px;padding:0 8px;display:flex;align-items:center;gap:5px}.card-head>button svg{width:10px}.chart-total{display:flex;align-items:center;gap:8px;margin-top:16px}.chart-total b{font-size:19px}.chart-total span{font-size:6px;color:#1ca47b;background:#edf9f5;border-radius:9px;padding:3px 5px}.chart-total svg{width:8px;vertical-align:middle}.dash-chart{height:220px;width:100%;overflow:visible}.chart-grid path{stroke:#eef0f4;stroke-width:1}.chart-labels{font-size:8px;fill:#a0a3af}.live-card{padding:17px 16px}.live{font-size:6px;color:#26a980;display:flex;align-items:center;gap:4px}.live i{width:5px;height:5px;background:#23be8f;border-radius:50%;box-shadow:0 0 0 3px #e5f8f2}.live-item{height:56px;border-bottom:1px solid #eff0f4;display:flex;align-items:center;gap:8px}.live-item>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center}.live-item>span svg{width:12px}.live-item>span.purple{color:#735eea;background:#efedff}.live-item>span.blue{color:#269de4;background:#e8f6ff}.live-item>span.green{color:#20a57d;background:#e8f8f3}.live-item>span.amber{color:#d8922a;background:#fff4e5}.live-item>div{display:flex;flex-direction:column;flex:1}.live-item b{font-size:7px}.live-item small,.live-item em{font-size:6px;color:#979aa8;font-style:normal}.view-activity{border:0;background:none;color:#6554da;font-size:7px;font-weight:600;margin-top:11px;display:flex;align-items:center;gap:5px}.view-activity svg{width:10px}.dash-row.bottom{grid-template-columns:1.65fr .75fr}.workflows-card,.team-card{height:225px;padding:17px 18px}.card-head button:has(.lucide-more-horizontal){border:0}.workflow-line{display:flex;align-items:center;gap:9px;margin-top:15px}.workflow-line>span{width:26px;height:26px;border-radius:7px;display:grid;place-items:center}.workflow-line>span svg{width:11px}.workflow-line>span.purple{color:#705ce6;background:#efedff}.workflow-line>span.blue{color:#239de4;background:#e9f6ff}.workflow-line>span.green{color:#1ea77e;background:#e8f8f3}.workflow-line>div{flex:1}.workflow-line b{display:block;font-size:7px}.workflow-line>div>i{display:block;height:3px;background:#f0f0f4;border-radius:3px;margin-top:6px}.workflow-line>div>i em{height:100%;display:block;border-radius:3px}.workflow-line>div>i em.purple{background:#7664ec}.workflow-line>div>i em.blue{background:#38a7e8}.workflow-line>div>i em.green{background:#34b28e}.workflow-line>small{font-size:6px;color:#989aa7}.team-card{position:relative}.team-card .card-head button{border:0;color:#6654da}.adoption-ring{width:94px;height:94px;border-radius:50%;margin:19px auto 0;background:conic-gradient(#7764eb 0 84%,#eff0f5 84%);display:grid;place-items:center;position:relative}.adoption-ring:before{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.adoption-ring div{z-index:1;text-align:center}.adoption-ring b{font-size:16px;display:block}.adoption-ring small{font-size:6px;color:#999}.avatar-stack{position:absolute;left:17px;bottom:15px;display:flex}.avatar-stack span{width:21px;height:21px;border-radius:50%;background:#e7e3f7;border:2px solid white;display:grid;place-items:center;font-size:5px;margin-left:-4px;color:#6552c3}.avatar-stack span:first-child{margin-left:0}
.chat-content{padding:0}.chat-page{min-height:calc(100vh - 62px);display:flex;flex-direction:column;align-items:center;padding:42px 24px 24px;background:radial-gradient(circle at 50% 15%,rgba(113,91,255,.07),transparent 25%)}.chat-heading{text-align:center}.ai-orb{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#836eff,#5a4bd7);display:grid;place-items:center;color:#fff;margin:auto;box-shadow:0 12px 25px rgba(101,82,217,.25)}.ai-orb svg{width:18px}.chat-heading h1{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:24px;margin:13px 0 4px}.chat-heading p{font-size:9px;color:#888b99}.chat-thread{width:min(700px,100%);margin-top:28px}.message{display:flex;gap:10px;margin:18px 0}.message.user{justify-content:flex-end}.message>div{max-width:82%}.message p{margin:0;border:1px solid #e4e5ed;background:#fff;border-radius:4px 12px 12px 12px;padding:12px 14px;font-size:10px;line-height:1.65}.message.user p{background:#151725;color:#fff;border-color:#151725;border-radius:12px 12px 4px 12px}.ai-avatar{width:27px;height:27px;border-radius:8px;background:#eeeaff;color:#6e59e3;display:grid;place-items:center;flex:0 0 auto}.ai-avatar svg{width:13px}.message small{margin-top:7px;color:#8e919e;font-size:6px;display:flex;align-items:center;gap:4px}.message small svg{width:9px}.prompt-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:min(640px,100%);margin:auto 0 17px}.prompt-grid button{height:48px;border:1px solid #e1e3ea;background:#fff;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 12px;font-size:8px;text-align:left;color:#555967}.prompt-grid button:hover{border-color:#8f82df;box-shadow:0 7px 17px rgba(79,66,160,.07)}.prompt-grid svg{width:12px;color:#745fe8}.prompt-grid svg:last-child{margin-left:auto;color:#afb1bb}.chat-input{width:min(720px,100%);height:66px;border:1px solid #dadce5;background:#fff;border-radius:14px;box-shadow:0 14px 40px rgba(27,28,59,.09);display:flex;align-items:center;padding:0 10px;position:relative}.chat-input button{width:34px;height:34px;border:0;background:none;display:grid;place-items:center;color:#8a8d9b}.chat-input button svg{width:15px}.chat-input input{border:0;outline:0;flex:1;font-size:10px}.chat-input .send{background:#6856de;color:#fff;border-radius:8px}.chat-input>span{position:absolute;bottom:-17px;left:50%;transform:translateX(-50%);font-size:6px;color:#9a9ca8}
.dash-title-row.compact{align-items:center}.project-toolbar{display:flex;justify-content:space-between;margin:25px 0 13px}.searchbox{height:32px;width:220px;border:1px solid #e0e2e9;background:#fff;border-radius:8px;display:flex;align-items:center;padding:0 9px}.searchbox svg{width:13px;color:#9ca0ad}.searchbox input{border:0;outline:0;font-size:8px;padding-left:7px;min-width:0;width:100%}.project-toolbar>div:last-child{display:flex;gap:7px}.project-toolbar button,.table-head>button{height:32px;border:1px solid #e0e2e9;background:#fff;border-radius:8px;font-size:7px;color:#747786;display:flex;align-items:center;gap:5px;padding:0 9px}.project-toolbar button svg{width:11px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.project-card{padding:18px;min-height:210px}.project-top{display:flex;justify-content:space-between}.project-top>span{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#fff}.project-top svg{width:15px}.project-top button,.project-foot button{border:0;background:none;color:#9295a3}.project-card h3{font-family:"Segoe UI",Inter,Arial,sans-serif;font-size:12px;margin:18px 0 6px;letter-spacing:-.02em}.project-card>p{font-size:8px;color:#888b99;margin:0}.project-meta{display:flex;gap:13px;margin-top:20px;font-size:7px;color:#8c8f9c}.project-status{display:flex;align-items:center;gap:4px}.project-status i{width:5px;height:5px;border-radius:50%;background:#23b88b}.project-status.draft i{background:#e4a33d}.project-status.paused i{background:#99a0af}.project-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eff0f4;margin-top:17px;padding-top:12px}.project-foot>div{display:flex}.project-foot>div span{width:22px;height:22px;border-radius:50%;background:#e9e5f8;border:2px solid white;display:grid;place-items:center;font-size:5px;color:#6755bf;margin-left:-4px}.project-foot>div span:first-child{margin-left:0}.project-foot button svg{width:13px}.team-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:23px 0 11px}.team-summary>div{height:90px;padding:15px;display:flex;align-items:center;gap:12px}.team-summary>div>svg{width:18px;color:#6e5be1}.team-summary>div>div{display:flex;flex-direction:column}.team-summary b{font-size:18px}.team-summary span{font-size:7px;color:#8b8e9c}.team-summary em{margin-left:auto;font-size:6px;color:#9295a2;font-style:normal}.team-summary em.positive{color:#1fa17b}.people-table{overflow:hidden}.table-head{height:58px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9eaf0}.table-head>button svg{width:10px}.table-row{min-height:57px;padding:0 16px;display:grid;grid-template-columns:2fr .8fr .8fr 30px;align-items:center;border-bottom:1px solid #eff0f4;font-size:8px;color:#747786}.table-row.labels{min-height:34px;background:#fafafd;color:#9a9daa;font-size:6px}.person{display:flex;align-items:center;gap:9px}.person>span{width:29px;height:29px;border-radius:8px;background:#ebe7fa;color:#6b57c8;display:grid;place-items:center;font-size:7px}.person>div{display:flex;flex-direction:column}.person b{font-size:8px;color:#272a38}.person small{font-size:6px;color:#9699a7;margin-top:2px}.role{display:flex;align-items:center;gap:3px}.role svg{width:9px}.table-row .online{color:#1ea57d}.table-row>button{border:0;background:none;color:#9699a6}.table-row>button svg{width:13px}.billing-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.current-plan,.usage-card{height:270px;padding:21px}.plan-head{display:flex;justify-content:space-between}.plan-head>div>span{font-size:6px;letter-spacing:.14em;color:#6e5be0}.plan-head h2{font-size:24px;font-family:"Segoe UI",Inter,Arial,sans-serif;margin:6px 0 3px}.plan-head p{font-size:8px;color:#898c9a}.plan-badge{height:25px;background:#efedff;color:#6e5bde;border-radius:7px;padding:0 8px;display:flex;align-items:center;gap:5px;font-size:7px;font-weight:700}.plan-badge svg{width:11px}.plan-price{margin-top:25px;padding-top:18px;border-top:1px solid #eceef2}.plan-price b{font-size:26px}.plan-price span{font-size:8px;color:#888b99}.plan-price em{float:right;font-size:7px;color:#999ba7;font-style:normal;margin-top:12px}.plan-actions{display:flex;gap:8px;margin-top:25px}.plan-actions>button:last-child{border:1px solid #e0e2e8;background:#fff;border-radius:8px;font-size:7px;color:#777a89}.usage-card .card-head a{font-size:7px;color:#6553d8}.usage-line{margin-top:18px}.usage-line>div{display:flex;justify-content:space-between;font-size:7px}.usage-line>div b small{color:#9a9ca8;font-weight:400}.usage-line>i{height:4px;background:#eff0f4;border-radius:3px;display:block;margin:7px 0 4px;overflow:hidden}.usage-line>i em{display:block;height:100%;background:linear-gradient(90deg,#705ce7,#36a7ea)}.usage-line>small{font-size:6px;color:#9a9daa}.invoices{margin-top:12px;padding:18px}.invoices .card-head{margin-bottom:10px}.invoices .card-head button{border:0;color:#6654d8}.invoice-row{height:61px;border-top:1px solid #eff0f4;display:grid;grid-template-columns:35px 1fr 100px 70px 70px;align-items:center;font-size:8px}.invoice-icon{width:27px;height:27px;border-radius:7px;background:#f0edff;color:#725fe5;display:grid;place-items:center}.invoice-icon svg{width:12px}.invoice-row>div{display:flex;flex-direction:column}.invoice-row small{font-size:6px;color:#9598a5;margin-top:2px}.invoice-row em{font-size:6px;font-style:normal;color:#1ba17a;background:#eaf8f3;padding:4px 8px;border-radius:10px;justify-self:start}.invoice-row button{border:0;background:none;color:#6250d5;font-size:7px}.settings-layout{display:grid;grid-template-columns:175px 1fr;gap:20px;margin-top:24px}.settings-layout>aside{display:flex;flex-direction:column}.settings-layout>aside button{height:37px;border:0;background:transparent;text-align:left;padding:0 10px;border-radius:7px;color:#777a89;font-size:8px}.settings-layout>aside button.active{background:#eeecfd;color:#6956db;font-weight:600}.settings-layout>div{display:flex;flex-direction:column;gap:12px}.settings-card{padding:20px}.setting-head{border-bottom:1px solid #eceef2;padding-bottom:16px}.setting-head h3{font-size:12px;margin:0 0 5px}.setting-head p{font-size:7px;color:#898c9a;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:18px}.form-grid label{font-size:7px;font-weight:600;color:#4e5160}.form-grid input,.form-grid select,.url-input{height:34px;border:1px solid #dde0e7;border-radius:7px;width:100%;margin-top:6px;padding:0 9px;font-size:8px;color:#343746;background:#fff;outline:0}.url-input{display:flex;align-items:center;padding:0}.url-input span{height:100%;display:flex;align-items:center;padding:0 8px;background:#f6f7f9;border-right:1px solid #e1e3e9;color:#999ba8}.url-input input{margin:0;border:0;height:100%}.toggle-row{min-height:57px;border-bottom:1px solid #eff0f3;display:flex;align-items:center}.toggle-row:last-child{border:0}.toggle-row>div{display:flex;flex-direction:column;flex:1}.toggle-row b{font-size:8px}.toggle-row span{font-size:7px;color:#9194a1;margin-top:3px}.toggle-row>button{width:32px;height:18px;border:0;border-radius:12px;background:#d8dae2;padding:2px;transition:.2s}.toggle-row>button i{display:block;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.2s}.toggle-row>button.on{background:#6e5be1}.toggle-row>button.on i{transform:translateX(14px)}.dash-backdrop{display:none}

@media(max-width:980px){.nav-links{margin-left:20px;gap:20px}.hero-product{height:500px}.mini-sidebar{width:145px}.feature-bento{gap:12px}.workflow-node{width:190px}.showcase{gap:35px}.footer-links{gap:35px}.dashboard-kpis{grid-template-columns:1fr 1fr}.dash-row.large,.dash-row.bottom{grid-template-columns:1fr}.chart-card{height:350px}.live-card{min-height:300px}.projects-grid{grid-template-columns:1fr 1fr}.dashboard-content{padding:25px 22px}.search-button{width:130px}.search-button span{display:none}}
@media(max-width:760px){.shell{width:min(100% - 32px,1180px)}.announcement{font-size:9px;padding:0 12px;text-align:center}.announcement>a{display:none}.landing-nav{height:66px}.nav-links{position:absolute;top:60px;left:0;right:0;margin:0;background:rgba(255,255,255,.98);border:1px solid #e5e5eb;border-radius:13px;box-shadow:0 20px 50px rgba(20,21,43,.12);padding:18px;display:flex;flex-direction:column;gap:6px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.25s}.nav-links.open{opacity:1;pointer-events:auto;transform:none}.nav-links a{padding:10px}.mobile-login,.mobile-cta{display:flex!important}.nav-right{display:none}.menu-btn{display:grid;place-items:center;border:0;background:none}.menu-btn svg{width:21px}.hero{padding:75px 0}.hero h1{font-size:43px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch;margin-inline:auto;width:min(320px,100%)}.hero-product-wrap{width:110%;margin-left:-5%;margin-top:60px}.hero-product{height:390px;border-radius:11px}.mini-sidebar{display:none}.mini-content{padding:19px 15px}.metrics-row{gap:6px}.mini-grid{gap:6px}.activity{display:none}.mini-grid{grid-template-columns:1fr}.performance{height:200px}.chip-one{right:-5px;top:55px}.chip-two{left:-5px;bottom:25px}.floating-chip{transform:scale(.8)}.trust{padding-bottom:70px}.trust>div{flex-wrap:wrap;gap:25px;justify-content:center}.trust b{font-size:12px}.section{padding:85px 0}.section-heading,.dark-heading{display:block}.section-heading>p,.dark-heading p{margin-top:20px}.feature-bento{grid-template-columns:1fr;margin-top:40px}.feature-card.automate{grid-column:auto}.feature-card{min-height:400px;padding:25px}.workflow-visual>div{width:110px}.workflow-visual>i{width:28px}.dark-section{padding:90px 0}.workflow-stage{overflow-x:auto}.stage-canvas{min-width:750px}.stage-top{min-width:750px}.workflow-stats{grid-template-columns:1fr 1fr;gap:25px}.workflow-stats div:nth-child(2){border:0}.workflow-stats strong{font-size:25px}.showcase{grid-template-columns:1fr;gap:55px}.showcase-window{height:400px;transform:none}.pricing-grid,.testimonial-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.faq{grid-template-columns:1fr;gap:40px}.footer-main{display:block}.footer-links{margin-top:50px;grid-template-columns:1fr 1fr;gap:35px}.dashboard-sidebar{position:fixed;inset:0 auto 0 0;transform:translateX(-100%);transition:.25s}.dashboard-sidebar.open{transform:none}.sidebar-head>button{display:block}.dash-mobile-menu{display:grid;place-items:center;margin-right:10px}.dash-backdrop{display:block;position:fixed;inset:0;background:rgba(4,5,12,.5);z-index:25;backdrop-filter:blur(2px)}.dashboard-content{padding:22px 16px 35px}.topbar-actions .search-button{display:none}.dashboard-kpis{grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:1fr 1fr}.team-summary{grid-template-columns:1fr}.billing-grid{grid-template-columns:1fr}.settings-layout{grid-template-columns:1fr}.settings-layout>aside{flex-direction:row;overflow:auto}.settings-layout>aside button{white-space:nowrap}.table-row{grid-template-columns:1.6fr .8fr .8fr 25px}.chat-page{padding-inline:16px}}
@media(max-width:520px){.hero h1{font-size:36px}.hero h1 br{display:none}.hero-note{gap:10px}.hero-product{height:340px}.mini-header{padding:0 12px}.mini-content{padding:13px 10px}.mini-welcome h3{font-size:16px}.mini-welcome p{display:none}.mini-card.metric{height:75px;padding:8px}.mini-card.metric strong{font-size:15px}.performance{height:175px}.hero-chart{height:110px}.floating-chip{display:none}.feature-card.automate{min-height:350px}.workflow-visual{transform:scale(.8);margin-inline:-45px}.showcase-window{height:330px}.sw-main{padding:15px}.sw-kpis>div:nth-child(3){display:none}.sw-kpis{grid-template-columns:1fr 1fr}.sw-bottom{display:none}.quote-section{padding:80px 0}.footer-links{gap:30px}.footer-bottom{flex-wrap:wrap;height:auto;padding:20px 0;gap:10px}.footer-bottom .status{margin-left:0}.footer-bottom button{margin-left:auto}.dashboard-kpis{grid-template-columns:1fr}.dash-title-row{align-items:flex-start}.dash-title-row .dash-primary{margin-left:10px;flex:0 0 auto}.dash-row.large,.dash-row.bottom{display:block}.chart-card{height:315px;margin-bottom:11px;padding:14px}.dash-chart{height:195px}.live-card{margin-bottom:11px}.projects-grid{grid-template-columns:1fr}.project-toolbar{gap:7px}.project-toolbar .searchbox{width:100%}.project-toolbar>div:last-child button:nth-child(-n+2){display:none}.team-summary>div{height:75px}.people-table{overflow-x:auto}.table-head,.table-row{min-width:620px}.billing-grid{display:block}.current-plan,.usage-card{margin-bottom:11px;height:auto}.plan-price em{float:none;display:block}.invoice-row{grid-template-columns:35px 1fr 70px}.invoice-row>em,.invoice-row>button{display:none}.form-grid{grid-template-columns:1fr}.prompt-grid{grid-template-columns:1fr}.prompt-grid button:nth-child(n+3){display:none}.dashboard-topbar{padding:0 14px}.create-button{padding:0 8px}.create-button>svg:last-child{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal,.scroll-reveal{opacity:1;transform:none}}
