:root{--bg:#f6f5fc;--surface:#fff;--surface-soft:#f1effb;--border:#e8e6f3;--border-strong:#d9d5ec;--ink:#0d0a1c;--ink-soft:#161232;--text:#14112b;--text-soft:#3a3658;--muted:#6c6886;--muted-soft:#989aae;--brand:#6d4cff;--brand-strong:#5a3cff;--brand-dark:#4929d8;--brand-soft:#ede9ff;--brand-tint:#f4f1ff;--brand-rgb:109 76 255;--accent:#f4b740;--accent-deep:#e09a18;--accent-pink:#ec4899;--accent-orange:#ff7a3a;--accent-green:#1fad6c;--accent-amber:#d99300;--accent-blue:#2563eb;--font-display:var(--font-display,"Space Grotesk", sans-serif);--font-mono:var(--font-mono,"Space Mono", monospace);--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-2xl:36px;--shadow-sm:0 1px 2px #14112b0a, 0 1px 3px #14112b0d;--shadow-md:0 12px 30px -10px #14112b1f, 0 3px 8px #14112b0d;--shadow-lg:0 34px 70px -24px #4929d84d, 0 12px 28px -14px #14112b24;--container:1360px;--container-pad:40px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);letter-spacing:-.011em;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-feature-settings:"cv11", "ss01";margin:0;font-size:16px;line-height:1.6}body:before{content:"";z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}h1,h2,h3,h4{color:var(--text);font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-weight:600;line-height:1.08}.eyebrow,.hero__badge,.fshow__eyebrow,.fshow__row-eyebrow,.proof__eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em}p{color:var(--muted);margin:0}ul{margin:0;padding:0;list-style:none}.site{overflow-x:clip}.container{width:min(calc(100% - (var(--container-pad) * 2)), var(--container));margin:0 auto}.btn{letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:50px;padding:0 22px;font-size:15px;font-weight:600;transition:transform .15s,background .15s,color .15s,box-shadow .15s,border-color .15s;display:inline-flex}.btn--primary{color:#fff;background:linear-gradient(135deg,#4b22ff 0%,#642cff 54%,#3215de 100%);box-shadow:0 10px 26px #4e2cff47}.btn--primary:hover{background:linear-gradient(135deg,#421dff 0%,#5730ff 54%,#2810c7 100%);transform:translateY(-1px)}.btn--outline{color:var(--text);border-color:var(--border);background:#fff}.btn--outline:hover{border-color:var(--brand);color:var(--brand)}.btn--light{color:var(--text);background:#fff}.btn--light:hover{background:#f4f1ff}.btn--lg{min-width:170px;height:66px;padding:0 30px;font-size:16px}.brand{color:var(--text);letter-spacing:-.02em;align-items:center;gap:12px;font-size:34px;font-weight:800;display:inline-flex}.brand__mark{width:40px;height:40px;display:inline-flex}.brand__mark svg{width:100%;height:100%}.brand__image{object-fit:contain;width:auto;height:44px;display:block}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:42px;height:96px;display:flex}.site-nav{align-items:center;gap:42px;display:flex}.site-nav a{color:var(--text-soft);align-items:center;gap:6px;font-size:15px;font-weight:700;transition:color .15s;display:inline-flex}.site-nav a:hover{color:var(--brand)}.site-nav a.is-active{color:var(--brand);position:relative}.site-nav a.is-active:after{content:"";background:var(--brand);border-radius:2px;height:2px;position:absolute;bottom:-32px;left:0;right:0}.site-nav__dropdown svg{opacity:.6;width:10px;height:10px}.site-header__actions{align-items:center;gap:16px;display:flex}.site-header__signin{color:var(--text);margin-right:6px;font-size:15px;font-weight:700}.site-header__signin:hover{color:var(--brand)}.hero{padding:44px 0 30px;position:relative;overflow:hidden}.hero__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero__glow{display:none}.hero__glow--a{background:radial-gradient(circle,#6d4cff2e,#0000 70%);width:480px;height:480px;top:-120px;left:-120px}.hero__glow--b{background:radial-gradient(circle,#e879f929,#0000 70%);width:600px;height:600px;top:60px;right:-160px}.hero__inner{z-index:1;grid-template-columns:minmax(0,590px) minmax(0,1fr);align-items:start;gap:26px;display:grid;position:relative}.hero__copy{padding-top:4px}.hero__badge{background:var(--brand-tint);color:var(--brand);border:1px solid #e2dcff;border-radius:999px;align-items:center;gap:6px;padding:12px 18px;font-size:14px;font-weight:600;display:inline-flex}.hero__badge svg{width:16px;height:16px;color:var(--brand)}.hero__accent{color:var(--brand);white-space:nowrap}.hero p{color:var(--text-soft);max-width:575px;font-size:20px;line-height:1.78}.hero__cta{gap:26px;margin:40px 0 30px;display:flex}.hero__pills{flex-wrap:wrap;gap:8px;display:flex}.hero__pill{border:1px solid var(--border);color:var(--text);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:11px;font-size:11px;font-weight:600;display:inline-flex}.hero__pill svg{width:14px;height:14px}.hero__visual{width:100%;position:relative}.hero__visual img{width:100%;height:auto;display:block}.hero-mockup{height:740px;margin-top:-2px;position:relative}.hero-mockup__help{width:min(100%,705px);height:370px;color:var(--text);background:#fff;border:1px solid #e1e2ee;border-radius:12px;position:absolute;top:0;right:0;overflow:hidden;box-shadow:0 20px 46px #1f195421}.hero-mockup__help-bar{height:48px;color:var(--text);background:#fff;border-bottom:1px solid #edeef6;justify-content:space-between;align-items:center;padding:0 18px;font-size:9px;display:flex}.hero-mockup__brand{align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.hero-mockup__brand-dot{background:linear-gradient(135deg,#6d4cff,#3115d8);border-radius:4px;width:15px;height:15px}.hero-mockup__help-nav{color:var(--text);gap:28px;font-size:8px;font-weight:700;display:inline-flex}.hero-mockup__help-avatar{background:linear-gradient(135deg,#ffe2bd,#7b4dff);border-radius:50%;width:18px;height:18px}.hero-mockup__help-body{background:radial-gradient(360px 150px at 88% 44%,#ffffff57,#0000 66%),linear-gradient(115deg,#050b4e 0%,#151180 42%,#6d31ff 72%,#c8a7ff 100%);min-height:226px;padding:36px 18px 0;position:relative;overflow:hidden}.hero-mockup__help-body:before,.hero-mockup__help-body:after{content:"";border-top:1px solid #ffffff40;border-bottom:0;border-left:0;border-right:1px solid #ffffff40;position:absolute;right:-28px;transform:rotate(-10deg)}.hero-mockup__help-body:before{border-radius:50%;width:330px;height:95px;top:42px}.hero-mockup__help-body:after{border-radius:50%;width:290px;height:80px;top:78px}.hero-mockup__help-title{z-index:1;color:#fff;font-size:18px;font-weight:600;line-height:1.35;position:relative}.hero-mockup__help-heading{text-align:center;color:#fff;z-index:1;width:370px;font-size:22px;font-weight:700;position:absolute;top:48px;left:242px}.hero-mockup__help-heading span{color:#ffffff9e;margin-top:9px;font-size:6px;font-weight:500;display:block}.hero-mockup__help-search{z-index:2;width:325px;height:36px;color:var(--muted);background:#fff;border-radius:6px;align-items:center;gap:10px;padding:0 14px;font-size:8px;display:flex;position:absolute;top:104px;left:174px;box-shadow:0 8px 22px #070c4929}.hero-mockup__help-search svg{width:12px;height:12px}.hero-mockup__help-tiles{z-index:2;grid-template-columns:repeat(3,1fr);gap:12px;display:grid;position:absolute;bottom:0;left:20px;right:104px}.hero-mockup__help-tile{min-height:78px;color:var(--text);background:#fff;border-radius:7px 7px 0 0;align-items:center;gap:0;padding:17px 16px;font-size:10px;display:flex;box-shadow:0 10px 24px #1511541f}.hero-mockup__help-tile strong{margin-bottom:7px;font-size:10px;display:block}.hero-mockup__help-tile span{color:var(--muted);font-size:8px}.hero-mockup__help-tile-icon{display:none}.hero-mockup__editor{z-index:2;background:#fff;border-radius:10px;width:500px;position:absolute;top:278px;left:-58px;overflow:hidden;box-shadow:0 24px 56px #0f0d2e1f,0 0 0 1px #0f0d2e14}.hero-mockup__editor-bar{border-bottom:1px solid var(--border);background:#fff}.hero-mockup__editor-lights{gap:6px;padding:20px 16px 0;display:flex}.hero-mockup__editor-lights span{background:#e6e4ee;border-radius:50%;width:9px;height:9px}.hero-mockup__editor-lights span:first-child{background:#ff6058}.hero-mockup__editor-lights span:nth-child(2){background:#ffbd2e}.hero-mockup__editor-lights span:nth-child(3){background:#28c941}.hero-mockup__editor-tabs{color:var(--muted);justify-content:flex-start;align-items:center;gap:13px;padding:4px 86px 14px;font-size:10.5px;display:flex}.hero-mockup__editor-tab{align-items:center;gap:4px;font-weight:500;display:inline-flex}.hero-mockup__editor-share{color:var(--text-soft);margin-left:auto;font-size:10px}.hero-mockup__editor-avatars{align-items:center;display:inline-flex}.hero-mockup__editor-avatars span,.hero-mockup__editor-avatars em{background:linear-gradient(135deg,#ffd2a6,#3b2d85);border:1px solid #fff;border-radius:50%;width:18px;height:18px;margin-left:-5px}.hero-mockup__editor-avatars em{color:var(--text);background:#f4f1ff;justify-content:center;align-items:center;font-size:8px;font-style:normal;display:inline-flex}.hero-mockup__editor-toolbar{border-top:1px solid var(--border);color:var(--muted);background:#fcfbff;gap:9px;padding:12px 155px;font-size:10.5px;font-weight:600;display:flex}.hero-mockup__editor-toolbar span{border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.hero-mockup__editor-toolbar span:hover{background:var(--brand-tint);color:var(--brand)}.hero-mockup__editor-body{grid-template-columns:140px minmax(0,1fr);min-height:405px;display:grid}.hero-mockup__editor-side{border-right:1px solid var(--border);background:#fafaff;padding:25px 13px;font-size:10.5px}.hero-mockup__editor-side ul li{color:var(--text-soft);border-radius:6px;align-items:center;gap:6px;margin-bottom:4px;padding:9px 10px;display:flex}.hero-mockup__editor-side ul li:before{content:"";background:#e6e3f3;border-radius:3px;width:12px;height:12px}.hero-mockup__editor-side ul li:first-child{background:var(--brand-tint);font-weight:600;color:var(--brand)!important}.hero-mockup__editor-side ul li:first-child:before{background:var(--brand)!important}.hero-mockup__editor-content{padding:24px 20px}.hero-mockup__editor-breadcrumb{color:var(--muted-soft);font-size:10px}.hero-mockup__editor-content h4{margin:28px 0 12px;font-size:21px}.hero-mockup__editor-content p{color:var(--muted);margin-bottom:30px;font-size:11px}.hero-mockup__editor-section strong{color:var(--text);margin-bottom:6px;font-size:12px;display:block}.hero-mockup__editor-section li{color:var(--muted);align-items:center;gap:6px;margin-bottom:4px;font-size:10.5px;display:flex}.hero-mockup__editor-section li:before{content:"";background:var(--brand);border-radius:50%;width:4px;height:4px}.hero-mockup__assistant{z-index:3;background:#fff;border-radius:10px;width:262px;padding:22px 16px 20px;position:absolute;top:282px;right:-10px;box-shadow:0 24px 50px #0f0d2e1f,0 0 0 1px #0f0d2e12}.hero-mockup__assistant-head{align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.hero-mockup__assistant-dot{background:var(--brand);border-radius:4px;width:16px;height:16px}.hero-mockup__assistant-time{color:var(--brand);background:var(--brand-tint);border-radius:999px;margin-left:auto;padding:3px 7px;font-size:9px;font-weight:700}.hero-mockup__assistant-question{background:#f2f0f8;border-radius:8px;margin:24px 0 10px;padding:13px 12px;font-size:11px;font-weight:700}.hero-mockup__assistant-answer{color:var(--muted);border:1px solid #eeeef5;border-radius:8px;padding:12px;font-size:11px;line-height:1.5}.hero-mockup__assistant-suggestions{border:1px solid #eeeef5;border-top:0;border-radius:0 0 8px 8px;flex-wrap:wrap;gap:6px;margin:-1px 0 16px;padding:0 12px 12px;display:flex}.hero-mockup__assistant-suggestions span{background:var(--brand-tint);color:var(--brand);border-radius:7px;align-items:center;gap:6px;padding:8px 10px;font-size:10px;font-weight:600;display:inline-flex}.hero-mockup__assistant-suggestions svg{width:12px;height:12px}.hero-mockup__assistant-actions{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:16px;display:grid}.hero-mockup__assistant-actions span{height:40px;color:var(--text-soft);background:#f6f5fb;border-radius:8px;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.hero-mockup__assistant-input{border:1px solid var(--border);color:var(--muted-soft);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 8px 10px 12px;font-size:10.5px;display:flex}.hero-mockup__assistant-input button{background:var(--brand);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:27px;height:27px;display:inline-flex}.hero-mockup__assistant-input button svg{width:11px;height:11px}.trust{padding:14px 0 46px}.trust__label{text-align:center;color:var(--text-soft);margin-bottom:46px;font-size:19px;font-weight:800}.trust__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;display:flex}.trust-logo{color:var(--text);opacity:.85;align-items:center;gap:10px;font-size:17px;font-weight:800;display:inline-flex}.trust-logo svg{width:20px;height:20px}.trust-logo--pink{color:#ec4899}.trust-logo__square{background:var(--text);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex}.features{padding:20px 0 70px}.features__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 17px;display:grid}.feature{background:#fff;border:1px solid #e5e6ef;border-radius:10px;min-height:305px;padding:24px 16px;transition:border-color .2s,transform .2s,box-shadow .2s}.feature:hover{box-shadow:var(--shadow-md);border-color:#d6d2ec;transform:translateY(-2px)}.feature__icon{border-radius:12px;justify-content:center;align-items:center;width:52px;height:64px;margin-bottom:31px;display:flex}.feature__icon svg{width:32px;height:32px}.feature h3{margin-bottom:20px;font-size:15px;font-weight:800;line-height:1.3}.feature p{color:var(--text-soft);font-size:13px;line-height:2}.solution__head{text-align:center;max-width:760px;margin:0 auto 32px}.solution__head h2{letter-spacing:-.025em;margin-bottom:14px;font-size:42px;line-height:1.12}.solution__accent{color:var(--brand)}.solution__head p{color:var(--muted);font-size:16px;line-height:1.6}.solution__chips{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:44px;display:flex}.solution__chip{border:1px solid var(--border-strong);color:var(--text);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;align-items:center;gap:9px;padding:11px 18px;font-size:13.5px;font-weight:600;display:inline-flex}.solution__chip svg{width:17px;height:17px}.solution__panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.panel{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;padding:30px 30px 0;overflow:hidden}.panel__head{text-align:center;margin-bottom:26px}.panel__head h3{letter-spacing:-.02em;margin-bottom:8px;font-size:23px}.panel__head p{color:var(--muted);max-width:420px;margin:0 auto;font-size:14px;line-height:1.55}.authoring{background:#fff;border:1px solid #e7e6f1;border-bottom:0;border-radius:12px 12px 0 0;grid-template-columns:150px minmax(0,1fr);min-height:300px;font-size:11px;display:grid;overflow:hidden;box-shadow:0 -1px #0f0d2e05}.authoring__pages{background:#fbfaff;border-right:1px solid #ecebf4;flex-direction:column;padding:14px 12px;display:flex}.authoring__pages-head{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;font-weight:700;display:flex}.authoring__add{background:var(--brand-tint);width:20px;height:20px;color:var(--brand);border-radius:6px;justify-content:center;align-items:center;font-size:14px;line-height:1;display:inline-flex}.authoring__nav{flex-direction:column;flex:1;gap:2px;display:flex}.authoring__nav li{color:var(--text-soft);border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-weight:500;display:flex}.authoring__nav li.is-active{background:var(--brand-tint);color:var(--brand);font-weight:600}.authoring__nav-badge{background:var(--brand);color:#fff;border-radius:999px;margin-left:auto;padding:1px 6px;font-size:8px;font-weight:700}.authoring__newpage{text-align:left;color:var(--brand);margin-top:12px;padding:7px 9px;font-size:11px;font-weight:600}.authoring__doc{flex-direction:column;display:flex}.authoring__doc-bar{border-bottom:1px solid #ecebf4;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.authoring__crumb{color:var(--muted);font-size:11px;font-weight:600}.authoring__crumb em{color:var(--muted-soft);margin:0 4px;font-style:normal}.authoring__doc-actions{align-items:center;gap:12px;display:inline-flex}.authoring__saved{color:var(--muted-soft);font-size:11px}.authoring__publish{background:var(--brand);color:#fff;border-radius:7px;padding:6px 14px;font-size:11px;font-weight:600}.authoring__toolbar{color:var(--muted);border-bottom:1px solid #ecebf4;align-items:center;gap:4px;padding:9px 16px;font-size:11px;font-weight:600;display:flex}.authoring__toolbar span{border-radius:5px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 4px;display:inline-flex}.authoring__toolbar em{background:#e5e4ef;width:1px;height:16px;margin:0 3px}.authoring__content{flex:1;padding:18px 18px 8px}.authoring__content h4{margin-bottom:8px;font-size:19px}.authoring__content>p{color:var(--text-soft);margin-bottom:14px;font-size:12px;line-height:1.6}.authoring__ai{background:linear-gradient(#f6f3ff 0%,#fbfaff 100%);border:1px solid #e2dcff;border-radius:10px;padding:14px}.authoring__ai-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.authoring__ai-icon{background:var(--brand);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.authoring__ai-icon svg{width:12px;height:12px}.authoring__ai-head strong{font-size:12px;font-weight:700}.authoring__ai-badge{background:var(--brand-tint);color:var(--brand);border-radius:999px;padding:2px 7px;font-size:8px;font-weight:700}.authoring__ai-task{color:var(--text-soft);margin-bottom:8px;font-size:11px}.authoring__ai-result{color:var(--text);font-size:11.5px;font-weight:500;line-height:1.55}.authoring__foot{color:var(--muted-soft);border-top:1px solid #ecebf4;justify-content:space-between;align-items:center;padding:12px 16px;font-size:11px;display:flex}.authoring__suggest{color:var(--text-soft);align-items:center;gap:6px;font-weight:600;display:inline-flex}.authoring__suggest em{background:var(--brand);color:#fff;border-radius:999px;padding:2px 7px;font-size:9px;font-style:normal;font-weight:700}.experience{padding-bottom:0;position:relative}.experience__center{border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 -1px #0f0d2e05}.experience__center-bar{background:#0a1033;border-bottom:1px solid #ffffff14;align-items:center;padding:12px 16px;display:flex}.experience__brand{color:#fff;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.experience__brand-dot{background:linear-gradient(135deg,#6d4cff,#3115d8);border-radius:5px;width:16px;height:16px}.experience__hero{text-align:center;background:radial-gradient(420px 200px at 30% 0,#6d4cff73,#0000 70%),linear-gradient(160deg,#0a1033 0%,#141a52 55%,#2a1e86 100%);padding:34px 24px 40px}.experience__hero h4{color:#fff;margin-bottom:18px;font-size:24px}.experience__search{max-width:320px;color:var(--muted);background:#fff;border-radius:10px;align-items:center;gap:10px;margin:0 auto 18px;padding:11px 16px;font-size:12px;display:flex;box-shadow:0 10px 24px #070c4947}.experience__search svg{width:13px;height:13px}.experience__search svg circle,.experience__search svg path{stroke:var(--muted-soft)}.experience__cats{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.experience__cats span{color:#ffffffeb;background:#ffffff1f;border-radius:999px;padding:6px 12px;font-size:10.5px;font-weight:600}.experience__assistant{width:232px;color:var(--text);background:#fff;border:1px solid #ececf3;border-radius:12px;padding:14px;position:absolute;top:24px;right:0;box-shadow:0 24px 50px #0f0d2e33}.experience__assistant-head{border-bottom:1px solid var(--border);align-items:center;gap:7px;margin-bottom:12px;padding-bottom:10px;display:flex}.experience__assistant-head strong{font-size:12px}.experience__assistant-dot{background:linear-gradient(135deg,#6d4cff,#3115d8);border-radius:5px;width:16px;height:16px}.experience__assistant-badge{background:var(--brand-tint);color:var(--brand);border-radius:999px;padding:2px 7px;font-size:8px;font-weight:700}.experience__assistant-close{color:var(--muted-soft);margin-left:auto;font-size:15px;line-height:1}.experience__bubble{border-radius:10px;max-width:92%;margin-bottom:9px;padding:9px 11px;font-size:11px;line-height:1.5}.experience__bubble--user{background:var(--brand);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.experience__bubble--bot{color:var(--text-soft);background:#f4f3fa;border-bottom-left-radius:4px}.experience__bubble-link{color:var(--brand);margin-top:6px;font-size:10.5px;font-weight:600;display:block}.experience__code{color:#c9d2ff;background:#0c1130;border-radius:8px;margin:8px 0 0;padding:10px;font-size:9px;line-height:1.7;overflow:hidden}.experience__code code{flex-direction:column;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.experience__code i{color:#c9d2ff66;margin-right:8px;font-style:normal}.experience__code b{color:#c792ea;font-weight:400}.experience__code u{color:#c3e88d;text-decoration:none}.templates{padding:60px 0}.templates__head{text-align:center;margin-bottom:36px}.templates__head h2{letter-spacing:-.02em;margin-bottom:8px;font-size:30px}.templates__head p{color:var(--muted);font-size:15px}.templates__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.template-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;padding:14px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.template-card:hover{box-shadow:var(--shadow-md);border-color:#d6d2ec;transform:translateY(-2px)}.template-card__preview{background:#f4f3fa;border-radius:10px;gap:8px;height:92px;margin-bottom:16px;padding:12px;display:flex;overflow:hidden}.template-card__shot{background:#fff;border:1px solid #e9e8f2;border-radius:6px;flex-direction:column;flex:1;gap:5px;padding:8px;display:flex;box-shadow:0 4px 10px #0f0d2e0d}.template-card__shot--alt{opacity:.92;transform:translateY(8px)}.template-card__shot-bar{background:#d9d6ea;border-radius:3px;width:60%;height:6px;margin-bottom:2px}.template-card__shot-line{background:#ececf3;border-radius:2px;height:3.5px}.template-card__shot-line:nth-child(2){width:100%}.template-card__shot-line:nth-child(3){width:85%}.template-card__shot-line:nth-child(4){width:70%}.template-card__meta{align-items:flex-start;gap:12px;padding:4px 4px 8px;display:flex}.template-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.template-card__icon svg{width:22px;height:22px}.template-card__meta strong{margin-bottom:4px;font-size:14px;font-weight:700;display:block}.template-card__meta span{color:var(--muted);font-size:12px;line-height:1.5}.stats{padding:10px 0 70px}.stats__inner{color:#fff;background:linear-gradient(135deg,#5a3cff 0%,#6d4cff 55%,#7c5cff 100%);border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));padding:34px 24px;display:grid;box-shadow:0 20px 50px #6d4cff52}.stat{align-items:center;gap:16px;padding:0 28px;display:flex;position:relative}.stat+.stat:before{content:"";background:#ffffff38;width:1px;height:52px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.stat__icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex}.stat__icon svg{width:26px;height:26px}.stat strong{letter-spacing:-.02em;font-size:30px;font-weight:800;line-height:1;display:block}.stat__label{color:#fff;margin-top:7px;font-size:14px;font-weight:700;display:block}.stat__sub{color:#ffffffc7;margin-top:3px;font-size:11.5px;display:block}.pricing{padding:50px 0 90px}.pricing__inner{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;display:grid}.pricing__plans{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.plan{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:10px;padding:26px 22px;display:flex;position:relative}.plan--featured{border:2px solid var(--brand);padding-top:44px;box-shadow:0 18px 36px #6d4cff2e}.plan__badge{background:var(--brand);color:#fff;letter-spacing:.01em;border-radius:14px 14px 0 0;justify-content:center;align-items:center;height:30px;font-size:11px;font-weight:700;display:flex;position:absolute;top:0;left:0;right:0}.plan__name{font-size:16px;font-weight:700}.plan__tagline{color:var(--muted);font-size:11.5px}.plan__price{align-items:baseline;gap:4px;margin-top:6px;display:flex}.plan__amount{letter-spacing:-.02em;font-size:28px;font-weight:800}.plan__per{color:var(--muted);font-size:12px}.plan__billed{color:var(--muted-soft);font-size:11px}.plan ul{flex-direction:column;flex:1;gap:7px;margin:6px 0 10px;display:flex}.plan ul li{color:var(--text-soft);align-items:center;gap:8px;font-size:12px;display:flex}.plan ul li svg{flex-shrink:0;width:14px;height:14px}.plan__cta{width:100%;height:38px;font-size:13px}.pricing__faq h3{margin-bottom:16px;font-size:18px}.pricing__faq ul{flex-direction:column;gap:10px;display:flex}.pricing__faq details{border:1px solid var(--border);background:#fff;border-radius:10px;padding:0 16px;transition:border-color .15s}.pricing__faq details[open]{border-color:var(--border-strong)}.pricing__faq summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:13.5px;font-weight:600;list-style:none;display:flex}.pricing__faq summary::-webkit-details-marker{display:none}.pricing__faq-chevron{width:14px;height:14px;color:var(--muted-soft);flex-shrink:0;transition:transform .2s}.pricing__faq details[open] .pricing__faq-chevron{transform:rotate(180deg)}.pricing__faq details p{color:var(--muted);padding:0 0 14px;font-size:12.5px;line-height:1.55}.pricing__faq-link{color:var(--brand);align-items:center;gap:6px;margin-top:16px;font-size:13px;font-weight:600;display:inline-flex}.pricing__faq-link svg{width:14px;height:14px}.pricing-page{padding:64px 0 90px}.pricing-page__head{text-align:center;max-width:640px;margin:0 auto 36px}.pricing-page__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--brand);margin-bottom:10px;font-size:12px;font-weight:700;display:inline-block}.pricing-page__head h1{letter-spacing:-.02em;margin-bottom:10px;font-size:34px}.pricing-page__head p{color:var(--muted);font-size:15px}.pricing-toggle{border:1px solid var(--border);background:#fff;border-radius:999px;gap:4px;margin-top:22px;padding:4px;display:inline-flex}.pricing-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.pricing-toggle button.is-active{background:var(--brand);color:#fff}.pricing-toggle__save{opacity:.85;font-size:10.5px;font-weight:700}.addons{text-align:center;margin-top:56px}.addons h2{letter-spacing:-.01em;font-size:22px}.addons__sub{color:var(--muted);margin-top:6px;font-size:13px}.addons__grid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.addon{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:6px;padding:20px;display:flex}.addon strong{font-size:14px}.addon__price{letter-spacing:-.02em;font-size:18px;font-weight:800}.addon p{color:var(--muted);font-size:12px;line-height:1.5}@media (max-width:900px){.pricing__plans,.addons__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.pricing__plans,.addons__grid{grid-template-columns:minmax(0,1fr)}}.cta-banner__inner{color:#fff;background:linear-gradient(135deg,#6d4cff 0%,#8c6cff 60%,#a984ff 100%);border-radius:20px;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:32px;padding:30px 44px;display:grid;box-shadow:0 20px 50px #6d4cff52}.cta-banner__copy h2{color:#fff;letter-spacing:-.02em;margin-bottom:6px;font-size:26px}.cta-banner__copy p{color:#ffffffd9;font-size:13.5px}.cta-banner__actions{gap:10px;display:flex}.site-footer{color:#fff;background:#0f0d2e;padding:60px 0 40px}.site-footer__inner{grid-template-columns:1.6fr 1fr 1fr 1fr .8fr 1.8fr;gap:40px;display:grid}.site-footer__brand .brand,.site-footer__brand .brand__text{color:#fff}.site-footer__brand .brand__image{filter:brightness(0)invert();opacity:.95}.site-footer__brand p{color:#fff9;margin-top:12px;font-size:12px}.site-footer__addr{margin-top:4px!important}.site-footer__social{gap:10px;margin-top:16px;display:flex}.site-footer__social-icon{background:#ffffff14;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.site-footer__social-icon svg{width:14px;height:14px}.site-footer__col{flex-direction:column;gap:10px;display:flex}.site-footer__col strong{color:#fff;margin-bottom:4px;font-size:13px;font-weight:700}.site-footer__col a{color:#ffffffa6;font-size:12.5px}.site-footer__newsletter{flex-direction:column;gap:14px;display:flex}.site-footer__newsletter strong{color:#ffffffd9;max-width:280px;font-size:13px;font-weight:600;line-height:1.4}.site-footer__form{gap:8px;display:flex}.site-footer__form input{color:#fff;background:#ffffff0f;border:1px solid #fff3;border-radius:8px;flex:1;height:38px;padding:0 12px;font-size:13px}.site-footer__form input::placeholder{color:#ffffff80}.site-footer__form .btn{height:38px}nextjs-portal{display:none!important}@media (max-width:1180px){:root{--container-pad:32px}.site-header__inner{gap:22px}.site-nav{gap:20px}.brand{font-size:28px}.brand__mark{width:34px;height:34px}.hero__inner{grid-template-columns:minmax(400px,500px) minmax(0,1fr);gap:28px}.hero h1{font-size:48px}.hero p{font-size:18px}.hero-mockup{transform-origin:100% 0;height:640px;transform:scale(.86)}.solution__head h2{font-size:36px}.templates__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){:root{--container-pad:24px}.hero__inner{grid-template-columns:1fr}.hero__copy{max-width:720px}.hero h1{font-size:50px}.hero-mockup{width:min(100%,705px);height:640px;margin:20px auto 0;transform:none}.hero__visual{width:min(100%,760px);margin:16px auto 0}.hero-mockup__editor{left:0}.hero-mockup__assistant{right:0}.features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solution__panels{grid-template-columns:1fr}.templates__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing__inner{grid-template-columns:1fr}.pricing__plans{grid-template-columns:repeat(2,minmax(0,1fr))}.stats__inner{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}.stat:nth-child(odd):before{display:none}.site-footer__inner{grid-template-columns:1fr 1fr}.site-nav{display:none}}@media (max-width:720px){:root{--container-pad:18px}.site-header__inner{height:78px}.site-header__signin{display:none}.brand{font-size:24px}.brand__mark{width:30px;height:30px}.btn{height:44px;padding:0 16px}.hero{padding:32px 0 24px}.hero h1{font-size:39px}.hero__accent{white-space:normal}.hero p{font-size:16px;line-height:1.65}.hero__cta{flex-wrap:wrap;gap:12px;margin:28px 0 20px}.btn--lg{min-width:148px;height:52px;padding:0 20px}.hero__pills{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero__pill{justify-content:center;padding:12px 10px}.hero-mockup{flex-direction:column;gap:14px;height:auto;display:flex}.hero-mockup__help,.hero-mockup__editor,.hero-mockup__assistant{width:100%;position:relative;inset:auto}.hero-mockup__help{height:342px}.hero-mockup__help-nav{display:none}.hero-mockup__help-body{min-height:214px;padding:30px 16px 0}.hero-mockup__help-title{font-size:15px}.hero-mockup__help-heading{width:min(72%,320px);font-size:18px;top:42px;left:50%;transform:translate(-38%)}.hero-mockup__help-search{width:min(78%,300px);top:102px;left:50%;transform:translate(-44%)}.hero-mockup__help-tiles{gap:8px;left:14px;right:14px}.hero-mockup__help-tile{min-height:68px;padding:12px 10px}.hero-mockup__editor{border-radius:10px}.hero-mockup__editor-tabs{flex-wrap:wrap;padding:8px 14px 12px}.hero-mockup__editor-toolbar{flex-wrap:wrap;padding:10px 14px}.hero-mockup__editor-body{grid-template-columns:112px minmax(0,1fr);min-height:320px}.hero-mockup__editor-content h4{margin-top:20px;font-size:18px}.hero-mockup__editor-content{min-width:0;overflow:hidden}.hero-mockup__editor-content h4,.hero-mockup__editor-content p{overflow-wrap:anywhere}.hero-mockup__assistant{padding:18px 14px}.trust{padding-top:24px}.trust__label{margin-bottom:26px;font-size:16px}.trust__row{justify-content:center}.features__grid{grid-template-columns:1fr}.feature{min-height:auto}.solution__head h2{font-size:28px}.solution__chip{padding:9px 14px;font-size:12.5px}.panel{padding:22px 18px 0}.experience__assistant{width:100%;margin-top:14px;position:relative;top:auto;right:auto}.templates__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing__plans{grid-template-columns:1fr}.stats__inner{grid-template-columns:1fr;row-gap:22px;padding:28px 24px}.stat{padding:0}.stat:before{display:none}.cta-banner__inner{text-align:center;grid-template-columns:1fr}.cta-banner__mascot{display:none}.cta-banner__actions{justify-content:center}.site-footer__inner{grid-template-columns:1fr}}.site-footer__social-icon{transition:background .15s}.site-footer__social-icon:hover{background:#ffffff2e}.legal{background:radial-gradient(900px 360px at 50% -120px, #6d4cff14, transparent 70%), var(--bg);padding:72px 0 96px}.legal__inner{max-width:820px}.legal__head{border-bottom:1px solid var(--border);margin-bottom:40px;padding-bottom:28px}.legal__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--brand);margin-bottom:14px;font-size:13px;font-weight:700;display:inline-block}.legal__head h1{letter-spacing:-.02em;font-size:42px}.legal__updated{color:var(--muted);margin-top:12px;font-size:15px}.legal__body{flex-direction:column;gap:16px;display:flex}.legal__body h2{margin-top:22px;font-size:22px}.legal__body p{color:var(--text-soft);font-size:16px;line-height:1.7}.legal__body ul{flex-direction:column;gap:10px;padding-left:20px;list-style:outside;display:flex}.legal__body li{color:var(--text-soft);font-size:16px;line-height:1.6}.legal__body a{color:var(--brand);text-underline-offset:2px;font-weight:600;text-decoration:underline}.legal__body a.btn{color:#fff;margin-top:8px;text-decoration:none}.legal__body a.btn--outline{color:var(--text)}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:12px;display:grid}.contact-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:6px;padding:22px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.contact-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-card strong{font-size:17px}.contact-card span{color:var(--muted);font-size:14.5px;line-height:1.55}.contact-card__email{margin-top:8px;font-size:14.5px;font-weight:600;color:var(--brand)!important}@media (max-width:720px){.legal{padding:48px 0 64px}.legal__head h1{font-size:32px}.contact-grid{grid-template-columns:1fr}}.hero3d{perspective:1200px;justify-content:center;align-items:center;width:100%;min-height:600px;display:flex;position:relative}.hero3d__glow{z-index:0;pointer-events:none;filter:blur(8px);background:radial-gradient(closest-side at 38% 40%,#6d4cff47,#0000 70%),radial-gradient(closest-side at 70% 65%,#ec489938,#0000 72%),radial-gradient(closest-side at 60% 20%,#2563eb29,#0000 70%);position:absolute;inset:-12%}.hero3d__canvas-wrap{z-index:1;pointer-events:none;position:absolute;inset:-8% -2% -10% 2%}.hero3d__canvas{display:block;width:100%!important;height:100%!important}.hero3d__float{z-index:2;width:min(100%,600px);transform-style:preserve-3d;position:relative}.hero3d__frame{border:1px solid var(--border);transform-style:preserve-3d;will-change:transform;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 30px 70px #4929d838,0 8px 22px #0f0d2e14}.hero3d__frame-chrome{display:block}.hero3d__frame-bar{border-bottom:1px solid var(--border);background:#f7f6ff;align-items:center;gap:12px;padding:11px 14px;display:flex}.hero3d__lights{gap:6px;display:inline-flex}.hero3d__lights i{background:#d9d6ec;border-radius:50%;width:10px;height:10px}.hero3d__lights i:first-child{background:#ff6058}.hero3d__lights i:nth-child(2){background:#ffbd2e}.hero3d__lights i:nth-child(3){background:#28c941}.hero3d__url{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.hero3d__shot{width:100%;height:auto;display:block}.hero3d__tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);color:var(--text);white-space:nowrap;background:#ffffffeb;border-radius:12px;align-items:center;gap:7px;padding:9px 13px;font-size:12.5px;font-weight:700;display:inline-flex;position:absolute;transform:translateZ(60px);box-shadow:0 12px 30px #0f0d2e1f}.hero3d__tag svg{width:14px;height:14px;color:var(--brand)}.hero3d__pulse{background:var(--accent-green);border-radius:50%;width:9px;height:9px;animation:2s ease-out infinite hero3d-pulse;box-shadow:0 0 #1fad6c80}@keyframes hero3d-pulse{0%{box-shadow:0 0 #1fad6c80}70%{box-shadow:0 0 0 8px #1fad6c00}to{box-shadow:0 0 #1fad6c00}}.authoring__caret{vertical-align:-.15em;background:var(--brand);width:2px;height:1em;margin-left:1px;animation:1s step-end infinite caret-blink;display:inline-block}@keyframes caret-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.authoring__publish.is-ready{transition:box-shadow .3s;box-shadow:0 0 0 3px #6d4cff2e}.proof{padding:96px 0 40px}.proof__head{text-align:center;max-width:680px;margin:0 auto 52px}.proof__eyebrow{background:var(--brand-tint);color:var(--brand);letter-spacing:.02em;text-transform:uppercase;border:1px solid #e2dcff;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.proof__head h2{margin-bottom:14px;font-size:40px;font-weight:800}.proof__head p{color:var(--text-soft);font-size:18px}.proof__stage{flex-wrap:wrap;align-items:stretch;gap:26px;display:flex}.proof__primary{flex:1.6 440px}.proof__side{flex-direction:column;flex:300px;gap:26px;display:flex}.proof__side-item{flex-direction:column;display:flex}.proof__frame{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px #4929d829,0 6px 18px #0f0d2e0f}.proof__frame--sm{border-radius:14px}.proof__bar{border-bottom:1px solid var(--border);background:#f7f6ff;align-items:center;gap:12px;padding:10px 14px;display:flex}.proof__lights{gap:6px;display:inline-flex}.proof__lights i{background:#d9d6ec;border-radius:50%;width:9px;height:9px}.proof__lights i:first-child{background:#ff6058}.proof__lights i:nth-child(2){background:#ffbd2e}.proof__lights i:nth-child(3){background:#28c941}.proof__url{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.proof__tab{color:var(--brand);background:var(--brand-tint);border-radius:6px;margin-left:auto;padding:4px 9px;font-size:11px;font-weight:700}.proof__shot{width:100%;height:auto;display:block}.proof__caption{color:var(--muted);text-align:center;margin-top:14px;font-size:14.5px;font-weight:600;display:block}@media (max-width:1024px){.hero3d{min-height:440px}.proof__head h2{font-size:32px}}@media (max-width:720px){.hero3d{min-height:360px}.hero3d__tag--ai{left:2px}.hero3d__tag--sync{right:2px}.proof{padding:64px 0 24px}.proof__head h2{font-size:27px}.proof__stage{gap:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.authoring__caret,.hero3d__pulse{animation:none}.hero3d__canvas-wrap{display:none}}.feature{transition:transform .18s,box-shadow .18s,border-color .18s}.feature:hover{border-color:#e2dcff;transform:translateY(-4px);box-shadow:0 18px 40px #4929d81f}.fshow{padding:100px 0 60px}.fshow__head{text-align:center;max-width:720px;margin:0 auto}.fshow__eyebrow{background:var(--brand-tint);color:var(--brand);letter-spacing:.02em;text-transform:uppercase;border:1px solid #e2dcff;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.fshow__head h2{margin-bottom:14px;font-size:40px;font-weight:800}.fshow__head p{color:var(--text-soft);font-size:18px}.fshow__rows{flex-direction:column;gap:96px;margin-top:72px;display:flex}.fshow__row{grid-template-columns:1fr 1.12fr;align-items:center;gap:60px;display:grid}.fshow__row--rev .fshow__copy{order:2}.fshow__row--rev .fshow__media{order:1}.fshow__row-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--brand);margin-bottom:12px;font-size:13px;font-weight:800;display:inline-block}.fshow__copy h3{margin-bottom:14px;font-size:30px;font-weight:800;line-height:1.15}.fshow__copy p{color:var(--text-soft);font-size:17px;line-height:1.7}.fshow__bullets{flex-direction:column;gap:12px;margin-top:22px;display:flex}.fshow__bullets li{color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.fshow__bullets li svg{flex:none;width:16px;height:16px}.fshow__frame{border:1px solid var(--border);background:#fff;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 26px 64px #4929d829,0 6px 18px #0f0d2e0f}.fshow__frame:hover{transform:translateY(-6px);box-shadow:0 36px 80px #4929d838}.fshow__bar{border-bottom:1px solid var(--border);background:#f7f6ff;align-items:center;gap:12px;padding:10px 14px;display:flex}.fshow__lights{gap:6px;display:inline-flex}.fshow__lights i{background:#d9d6ec;border-radius:50%;width:9px;height:9px}.fshow__lights i:first-child{background:#ff6058}.fshow__lights i:nth-child(2){background:#ffbd2e}.fshow__lights i:nth-child(3){background:#28c941}.fshow__url{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.fshow__tab{color:var(--brand);background:var(--brand-tint);border-radius:6px;margin-left:auto;padding:4px 9px;font-size:11px;font-weight:700}.fshow__shot{width:100%;height:auto;display:block}@media (max-width:900px){.fshow{padding:64px 0 32px}.fshow__head h2{font-size:28px}.fshow__rows{gap:56px;margin-top:48px}.fshow__row,.fshow__row--rev{grid-template-columns:1fr;gap:28px}.fshow__row--rev .fshow__copy,.fshow__row--rev .fshow__media{order:initial}.fshow__copy h3{font-size:24px}}.gitsync-section{padding:30px 0 90px}.gitsync-section__head{text-align:center;max-width:720px;margin:0 auto 44px}.gitsync-section__head h2{letter-spacing:-.025em;margin-bottom:14px;font-size:40px;font-weight:800;line-height:1.12}.gitsync-section__head p{color:var(--text-soft);font-size:18px;line-height:1.6}.gitsync-section__stage{max-width:1060px;margin:0 auto}.gitsync{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:18px;overflow:hidden}.gitsync__bar{border-bottom:1px solid var(--border);background:#f7f6ff;align-items:center;gap:12px;padding:11px 16px;display:flex}.gitsync__lights{gap:6px;display:inline-flex}.gitsync__lights i{background:#d9d6ec;border-radius:50%;width:10px;height:10px}.gitsync__lights i:first-child{background:#ff6058}.gitsync__lights i:nth-child(2){background:#ffbd2e}.gitsync__lights i:nth-child(3){background:#28c941}.gitsync__url{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600}.gitsync__screen{color:var(--text);background:#f6f7f9;flex-direction:column;gap:18px;padding:28px 30px 30px;display:flex}.gs-head{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:26px;display:grid}.gs-head__intro h3{letter-spacing:-.02em;color:var(--ink);margin-bottom:8px;font-size:26px;font-weight:800}.gs-head__intro p{color:var(--muted);max-width:440px;font-size:13px;line-height:1.6}.gs-config{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;gap:12px;padding:15px 16px;display:flex}.gs-config__icon{background:var(--brand-tint);width:34px;height:34px;color:var(--brand);border-radius:9px;flex:none;place-items:center;display:grid}.gs-config__icon svg{width:19px;height:19px}.gs-config__title{color:var(--ink);align-items:center;gap:8px;margin-bottom:5px;font-size:13px;font-weight:700;display:flex}.gs-config__pill{color:var(--brand);background:var(--brand-tint);border-radius:999px;padding:2px 9px;font-size:10.5px;font-weight:700}.gs-config__body p{color:var(--muted);font-size:11.5px;line-height:1.5}.gs-conn{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;align-items:center;gap:16px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.gs-conn__avatar{border:1px solid var(--border);background:#fff;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;display:grid}.gs-conn__avatar svg{width:26px;height:26px}.gs-conn__main{flex:1;min-width:0}.gs-conn__repo{color:var(--ink);align-items:center;gap:7px;margin-bottom:9px;font-size:16px;font-weight:700;display:inline-flex}.gs-conn__repo svg{width:14px;height:14px;color:var(--muted-soft)}.gs-conn__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;font-size:12px;display:flex}.gs-conn__meta>span{align-items:center;gap:5px;display:inline-flex}.gs-conn__meta svg{width:13px;height:13px}.gs-conn__provider svg{color:#1b1f24}.gs-status{color:var(--accent-green);font-weight:600}.gs-status i{background:currentColor;border-radius:50%;width:7px;height:7px;display:inline-block}.gs-status.is-syncing{color:var(--brand)}.gs-status.is-syncing i{animation:1s ease-in-out infinite gs-pulse}.gs-conn__change{flex:none}.gs-conn__progress{background:linear-gradient(90deg, var(--brand), #9d7bff);transform-origin:0;opacity:0;width:100%;height:3px;transition:transform .1s linear;position:absolute;bottom:0;left:0;transform:scaleX(0)}.gs-conn__progress[data-on=true]{opacity:1}.gs-btn{white-space:nowrap;border:1px solid #0000;border-radius:10px;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.gs-btn svg{width:15px;height:15px}.gs-btn--primary{background:var(--brand);color:#fff;box-shadow:0 8px 18px -8px rgba(var(--brand-rgb), .65)}.gs-btn--ghost{color:var(--text);border-color:var(--border-strong);background:#fff}.gs-btn--danger{color:#e5484d;border-color:#f1cace}.gs-actions{flex-wrap:wrap;gap:12px;display:flex}.gs-ico{display:inline-flex}.gs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.gs-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:18px 20px}.gs-card__title{color:var(--ink);font-size:14px;font-weight:700}.gs-card__titlerow{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.gs-card__shield{color:var(--muted-soft);display:inline-flex}.gs-card__shield svg{width:18px;height:18px}.gs-card__sub{color:var(--muted);margin:6px 0 14px;font-size:12px;line-height:1.5}.gs-webhook{gap:10px;display:flex}.gs-webhook__input{min-width:0;font-family:var(--font-mono);color:var(--text-soft);border:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;background:#f6f7f9;border-radius:9px;flex:1;align-items:center;padding:9px 12px;font-size:11.5px;display:flex;overflow:hidden}.gs-webhook__copy{flex:none}.gs-policy{justify-content:space-between;align-items:center;padding:9px 0;display:flex}.gs-policy+.gs-policy{border-top:1px solid var(--border)}.gs-policy__k{color:var(--muted);font-size:13px}.gs-policy__v{color:var(--text);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.gs-policy__i{color:var(--muted-soft);display:inline-flex}.gs-policy__i svg{width:14px;height:14px}.gs-note{background:var(--brand-tint);border:1px solid #e3ddff;border-left:3px solid var(--brand);border-radius:12px;align-items:flex-start;gap:12px;padding:15px 16px;display:flex}.gs-note__icon{color:var(--brand);flex:none;margin-top:1px;display:inline-flex}.gs-note__icon svg{width:18px;height:18px}.gs-note__body{flex:1;min-width:0}.gs-note__body strong{color:var(--ink);margin-bottom:3px;font-size:13px;font-weight:700;display:block}.gs-note__body p{color:var(--text-soft);font-size:11.5px;line-height:1.55}.gs-note__learn{background:#fff;flex:none;align-self:center}.gs-note__close{color:var(--muted-soft);flex:none;font-size:18px;line-height:1}.gs-runs{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:18px 20px 6px}.gs-runs__head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.gs-runs__head strong{color:var(--ink);font-size:15px;font-weight:700}.gs-runs__all{color:var(--brand);font-size:12.5px;font-weight:600}.gs-runs__table{width:100%}.gs-runs__cols,.gs-row{grid-template-columns:1.15fr 1.05fr 1fr .6fr 1fr .75fr;align-items:center;gap:12px;display:grid}.gs-runs__cols{color:var(--muted);border-bottom:1px solid var(--border);padding:11px 0;font-size:12px;font-weight:500}.gs-row{color:var(--text);border-bottom:1px solid var(--border);font-size:13px;overflow:hidden}.gs-row:last-child{border-bottom:0}.gs-row>span{align-items:center;gap:6px;padding:13px 0;display:flex}.gs-run-status{color:var(--accent-green);font-weight:600}.gs-run-status i{background:currentColor;border-radius:50%;flex:none;width:8px;height:8px}.gs-run-status__label{background:#1fad6c1a;border-radius:999px;padding:2px 8px;font-size:12px;font-style:normal}.gs-run-status--green{color:var(--accent-green)}.gs-run-status--green i{background:var(--accent-green)}.gs-run-status--amber{color:var(--accent-green)}.gs-run-status--amber i{background:var(--accent-amber)}.gs-run-status--blue{color:var(--brand)}.gs-run-status--blue i{background:var(--brand)}.gs-run-status--blue .gs-run-status__label{background:rgba(var(--brand-rgb), .1)}.gs-run-action{color:var(--text-soft)}.gs-run-action svg{width:14px;height:14px;color:var(--muted-soft);flex:none}.gs-run-commit{font-family:var(--font-mono);color:var(--brand);font-size:12px}.gs-run-commit svg{width:12px;height:12px}.gs-runs__foot{text-align:center;color:var(--muted);padding:14px 0 12px;font-size:12px}.gs-spin{transform-origin:50%;animation:.9s linear infinite gs-spin}@keyframes gs-spin{to{transform:rotate(360deg)}}@keyframes gs-pulse{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:900px){.gitsync-section{padding:12px 0 56px}.gitsync-section__head h2{font-size:28px}.gitsync__screen{gap:14px;padding:20px 16px 22px}.gs-head{grid-template-columns:1fr;gap:16px}.gs-head__intro h3{font-size:22px}.gs-grid{grid-template-columns:1fr}.gs-conn{flex-wrap:wrap}.gs-conn__change{order:3}.gs-runs__cols,.gs-row{grid-template-columns:1.2fr 1fr 1fr .8fr;font-size:12px}.gs-runs__cols span:nth-child(3),.gs-runs__cols span:nth-child(4),.gs-row>span:nth-child(3),.gs-row>span:nth-child(4){display:none}}.site-header{z-index:50;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:none;padding:16px 0;position:sticky;top:0}.site-header__inner{-webkit-backdrop-filter:blur(18px)saturate(1.4);border:1px solid var(--border);background:#ffffffb8;border-radius:999px;gap:28px;height:62px;padding:0 12px 0 22px;box-shadow:0 10px 30px -14px #14112b29,inset 0 1px #fff9}.site-header__signin{font-size:14px;font-weight:500}.brand{letter-spacing:-.03em;font-size:26px;font-family:var(--font-display)}.btn{font-family:var(--font-sans);letter-spacing:-.01em;cursor:pointer;border-radius:12px;font-weight:600}.btn--primary:hover{background:linear-gradient(#8a6eff 0%,#6d4cff 45%,#5230e6 100%);transform:translateY(-2px);box-shadow:inset 0 1px #ffffff52,0 18px 36px -10px #5a3cff99}.btn--outline{border-color:var(--border-strong);background:#fff}.btn--lg{border-radius:14px;height:58px}.hero__inner{grid-template-columns:minmax(0,536px) minmax(0,1fr);gap:32px}.hero h1{letter-spacing:-.035em;margin:24px 0 26px;font-size:clamp(40px,4.5vw,56px);font-weight:600;line-height:1.03}.hero__accent{white-space:normal;color:#0000;background:linear-gradient(110deg,#6d4cff 0%,#9a7bff 55%,#ec7bb8 100%);-webkit-background-clip:text;background-clip:text}.hero__badge{border-color:var(--border);box-shadow:var(--shadow-sm);color:var(--brand-dark);background:#ffffffb3;padding:8px 14px;font-size:11px;font-weight:700}.hero p{color:var(--text-soft);font-size:18px;line-height:1.7}.hero__pill{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-soft);background:#ffffffb3;border-radius:10px;font-size:10.5px}.features,.templates,.pricing{padding-top:56px;padding-bottom:56px}.fshow__eyebrow,.proof__eyebrow{padding:7px 13px;font-size:11px}.fshow__row-eyebrow{font-size:11px}.fshow__head h2,.templates__head h2,.solution__head h2{letter-spacing:-.03em;font-size:clamp(30px,3.6vw,44px)}.fshow__copy h3{letter-spacing:-.025em}.features__grid{gap:16px}.feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 1px 2px #14112b08}.feature:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(#6d4cff29,#0000 40%);padding:1px;transition:opacity .2s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.feature:hover:after{opacity:1}.feature h3{font-family:var(--font-display);letter-spacing:-.02em;font-size:17px}.feature__icon{border-radius:12px}.template-card{border-radius:var(--radius-lg)}.plan{border-radius:var(--radius-xl);border-color:var(--border)}.plan--featured{border-color:var(--brand);box-shadow:var(--shadow-lg)}.plan__name{font-family:var(--font-display)}.plan__amount{font-family:var(--font-display);letter-spacing:-.03em}.solution{background:radial-gradient(130% 120% at 18% -10%, #211652 0%, var(--ink-soft) 48%, var(--ink) 100%);margin-top:40px;padding:92px 0;position:relative;overflow:hidden}.solution:before{content:"";pointer-events:none;background:radial-gradient(46% 55% at 82% 12%,#6d4cff59,#0000 62%),radial-gradient(40% 50% at 6% 96%,#ec7bb82e,#0000 60%);position:absolute;inset:0}.solution .container{z-index:1;position:relative}.solution__head h2{color:#fff}.solution__accent{color:#0000;background:linear-gradient(100deg,#b9a6ff,#ec7bb8);-webkit-background-clip:text;background-clip:text}.solution__head p{color:#ffffffa8}.solution__chip{color:#ffffffdb;background:#ffffff0f;border:1px solid #ffffff21}.solution__chip svg path,.solution__chip svg circle{stroke:#b9a6ff}.panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0b;border:1px solid #ffffff1a}.panel__head h3{color:#fff}.panel__head p{color:#ffffff9e}.cta-banner{padding:24px 0 64px}.cta-banner__inner{border-radius:var(--radius-2xl);background:linear-gradient(135deg,#6d4cff 0%,#4929d8 52%,#241663 100%);padding:54px 56px;position:relative;overflow:hidden;box-shadow:0 40px 80px -28px #4929d88c}.cta-banner__inner:before{content:"";pointer-events:none;background:radial-gradient(40% 80% at 85% 10%,#ffffff2e,#0000 60%);position:absolute;inset:0}.cta-banner__copy{z-index:1;position:relative}.cta-banner h2{color:#fff;letter-spacing:-.03em;font-size:clamp(28px,3.4vw,40px)}.cta-banner p{color:#ffffffd1}.cta-banner__actions{z-index:1;position:relative}.site-footer{background:var(--ink);color:#ffffff9e;border-top:1px solid #ffffff14;margin-top:0}.site-footer .brand__text{color:#fff}.site-footer__brand p,.site-footer__addr{color:#ffffff80}.site-footer__col strong,.site-footer__newsletter strong{color:#fff}.site-footer__col a{color:#ffffff94;transition:color .15s}.site-footer__col a:hover{color:#fff}.site-footer__social-icon{background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px}.hero{padding:40px 0 56px}.features,.templates,.pricing,.fshow{padding-top:104px;padding-bottom:104px}.solution{padding:104px 0}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--brand);margin-bottom:18px;font-size:11px;font-weight:700;display:inline-block}.eyebrow--amber{color:var(--accent-deep)}.eyebrow--amber:before{content:"";background:var(--accent);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:8px;display:inline-block}.grad-text{color:#0000;background:linear-gradient(100deg,#6d4cff 0%,#9a7bff 55%,#ec7bb8 100%);-webkit-background-clip:text;background-clip:text}.features__head{text-align:center;max-width:720px;margin:0 auto 48px}.features__head h2{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(30px,3.6vw,46px)}.features__head p{color:var(--text-soft);font-size:18px}.features__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:16px;display:grid}.feature{flex-direction:column;gap:14px;padding:24px;display:flex}.feature__text{flex-direction:column;gap:8px;display:flex}.feature--wide{grid-column:span 2}.feature--lg{background:radial-gradient(120% 120% at 100% 0%, #6d4cff1a, transparent 55%), var(--surface);grid-area:span 2/span 2;justify-content:space-between;padding:32px}.feature--lg .feature__icon{width:60px;height:60px}.feature--lg .feature__icon svg{width:30px;height:30px}.feature--lg h3{font-size:24px}.feature--lg p{max-width:44ch;font-size:15.5px}@media (max-width:1180px) and (min-width:901px){.features__grid{grid-template-columns:repeat(2,1fr)}.feature--lg{grid-row:span 1}}@media (max-width:900px){.features__grid{grid-template-columns:1fr}.feature--lg,.feature--wide{grid-area:auto}.features,.templates,.pricing,.fshow,.solution{padding-top:68px;padding-bottom:68px}}.hero3d__glow{filter:blur(16px);background:radial-gradient(closest-side at 42% 42%,#6d4cff57,#0000 70%),radial-gradient(closest-side at 74% 66%,#ec7bb838,#0000 72%),radial-gradient(closest-side at 58% 18%,#2563eb1f,#0000 70%)}.hero3d__frame{border-radius:18px;position:relative;box-shadow:inset 0 1.5px #ffffffa6,0 44px 96px -30px #4929d86b,0 16px 40px -22px #14112b33}.hero3d__frame:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff29,#0000 20%);position:absolute;inset:0}.hero3d__tag{border-radius:14px;padding:11px 15px;font-size:13px;box-shadow:0 16px 36px -12px #14112b38}.hero3d__tag svg{width:16px;height:16px}.hero3d__tag--ai{top:-18px;left:-26px}.hero3d__tag--sync{bottom:-20px;right:-20px}.fshow__media{position:relative}.fshow__media:before{content:"";z-index:-1;pointer-events:none;filter:blur(14px);background:radial-gradient(closest-side at 62% 42%,#6d4cff33,#0000 72%);position:absolute;inset:-14% -10%}.fshow__row--rev .fshow__media:before{background:radial-gradient(closest-side at 38% 42%,#ec7bb82e,#0000 72%)}.fshow__frame{border-radius:18px;box-shadow:inset 0 1.5px #fff9,0 44px 86px -34px #4929d84d,0 14px 32px -18px #14112b24}.fshow__frame:hover{transform:translateY(-6px)scale(1.008)}.plan__badge{background:linear-gradient(180deg, #ffce5c, var(--accent) 60%, var(--accent-deep));color:#3a2a06;box-shadow:0 8px 20px -8px #e09a1899}.cta-banner__mascot svg{width:52px;height:52px}.hero__badge--mono{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;padding:9px 16px;font-size:11.5px;font-weight:700}.hero__checks{flex-wrap:wrap;gap:22px;margin-top:4px;display:flex}.hero__checks span{color:var(--text-soft);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.hero__checks svg{width:17px;height:17px;color:var(--accent-green);flex:none}.hero__cta .btn--outline{background:#fff}.hstats__bar{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;grid-template-columns:repeat(5,1fr);padding:22px 6px;display:grid}.hstat{align-items:center;gap:13px;padding:6px 20px;display:flex;position:relative}.hstat+.hstat:before{content:"";background:var(--border);width:1px;height:44px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hstat__icon{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.hstat__body strong{letter-spacing:-.02em;font-size:25px;font-weight:800;line-height:1.05;display:block}.hstat__body span{color:var(--muted);margin-top:4px;font-size:11.5px;line-height:1.35;display:block}.hero__visual--compose{display:block;position:relative}.hhero{min-height:706px;margin:16px 16px 28px 2px;font-size:11px;position:relative}.hhero__editor{border:1px solid var(--border);width:80%;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;position:relative;overflow:hidden}.hhero__bar{border-bottom:1px solid var(--border);background:#fcfcfe;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.hhero__crumb{color:var(--muted);align-items:center;gap:6px;font-size:11.5px;font-weight:600;display:inline-flex}.hhero__back{color:var(--muted-soft);font-size:15px}.hhero__doc-pill{color:var(--text);align-items:center;gap:6px;font-weight:700;display:inline-flex}.hhero__doc-pill i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:4px;width:14px;height:14px}.hhero__chev{color:var(--muted-soft);font-size:9px}.hhero__crumb em{color:var(--muted-soft);margin:0 2px;font-style:normal}.hhero__bar-actions{align-items:center;gap:9px;display:inline-flex}.hhero__saved{color:var(--accent-green);align-items:center;gap:5px;font-size:10.5px;font-weight:600;display:inline-flex}.hhero__saved i{background:currentColor;border-radius:50%;width:6px;height:6px}.hhero__publish{background:var(--brand);color:#fff;border-radius:8px;padding:6px 12px;font-size:10.5px;font-weight:700}.hhero__avatar{background:linear-gradient(135deg,#ffd27a,#ff9b6a);border-radius:50%;width:22px;height:22px}.hhero__editor-body{grid-template-columns:148px minmax(0,1fr);min-height:430px;display:grid}.hhero__pages{border-right:1px solid var(--border);background:#fbfaff;padding:13px 11px}.hhero__pages-head{letter-spacing:.08em;color:var(--muted-soft);justify-content:space-between;align-items:center;margin-bottom:9px;font-size:9.5px;font-weight:700;display:flex}.hhero__pages-head span{color:var(--brand);font-size:13px}.hhero__pages ul{flex-direction:column;gap:1px;list-style:none;display:flex}.hhero__pages li{color:var(--text-soft);border-radius:6px;align-items:center;gap:6px;padding:6px 8px;font-size:11px;font-weight:500;display:flex}.hhero__pages li.is-active{background:var(--brand-tint);color:var(--brand);font-weight:700}.hhero__dot{background:var(--brand);border-radius:50%;flex:none;width:5px;height:5px}.hhero__toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:3px;margin-bottom:14px;padding-bottom:11px;display:flex}.hhero__toolbar span{color:var(--muted);border-radius:5px;padding:3px 5px;font-size:10px;font-weight:700}.hhero__toolbar em{background:var(--border);width:1px;height:13px;margin:0 2px}.hhero__doc h4{color:var(--ink);margin-bottom:8px;font-size:18px;font-weight:800}.hhero__doc>p{color:var(--text-soft);max-width:330px;margin-bottom:12px;font-size:11.5px;line-height:1.6}.hhero__callout{background:#eef4ff;border:1px solid #dbe6ff;border-radius:10px;gap:9px;margin-bottom:14px;padding:11px 13px;display:flex}.hhero__callout-icon{color:#2563eb;font-size:12px;line-height:1.4}.hhero__callout strong{color:#1e3a8a;margin-bottom:2px;font-size:11.5px;display:block}.hhero__callout span{color:#3b5bb5;font-size:10.5px;line-height:1.5}.hhero__doc h5{color:var(--ink);margin-bottom:9px;font-size:13px;font-weight:700}.hhero__benefits{flex-direction:column;gap:7px;list-style:none;display:flex}.hhero__benefits li{color:var(--text-soft);padding-left:20px;font-size:11px;position:relative}.hhero__benefits li:before{content:"✓";color:var(--accent-green);font-weight:800;position:absolute;top:0;left:0}.hhero__help{border:1px solid var(--border);z-index:1;background:#fff;border-radius:16px;width:298px;position:absolute;top:56px;right:0;overflow:hidden;box-shadow:0 26px 56px -20px #4929d86b}.hhero__help-top{color:#fff;background:linear-gradient(155deg,#7b5cff,#5a39ff);padding:15px 16px 18px}.hhero__help-brand{opacity:.92;font-size:11px;font-weight:600}.hhero__help-top h5{margin:6px 0 12px;font-size:17px;font-weight:800}.hhero__help-search{color:var(--muted-soft);z-index:1;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:-18px;padding:9px 12px;font-size:10.5px;display:flex;position:relative;box-shadow:0 8px 18px #14112b29}.hhero__help-search svg{width:14px;height:14px;color:var(--brand);flex:none}.hhero__help-tiles{grid-template-columns:1fr 1fr;gap:8px;padding:28px 14px 14px;display:grid}.hhero__help-tile{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:9px;flex-direction:column;gap:2px;padding:9px 10px;display:flex}.hhero__help-tile-ico{width:17px;height:17px;color:var(--brand);margin-bottom:3px}.hhero__help-tile strong{color:var(--ink);font-size:10.5px;font-weight:700}.hhero__help-tile em{color:var(--muted-soft);font-size:9px;font-style:normal}.hhero__assistant{border:1px solid var(--border);width:300px;box-shadow:var(--shadow-lg);z-index:2;background:#fff;border-radius:16px;padding:13px;position:absolute;top:258px;right:78px}.hhero__assistant-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.hhero__assistant-brand{color:var(--ink);align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.hhero__assistant-brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:5px;width:16px;height:16px}.hhero__assistant-new{color:var(--brand);background:var(--brand-tint);border-radius:999px;padding:3px 9px;font-size:10px;font-weight:600}.hhero__msg{border-radius:10px;margin-bottom:8px;padding:9px 11px;font-size:11px;line-height:1.5}.hhero__msg--user{background:var(--brand);color:#fff;border-bottom-right-radius:3px;width:fit-content;max-width:82%;margin-left:auto}.hhero__msg--bot{color:var(--text);background:#f5f5fb;border-bottom-left-radius:3px}.hhero__msg--bot p{margin:0}.hhero__answer-ghost{color:#0000}.hhero__code{font-family:var(--font-mono);color:#c8e1ff;white-space:nowrap;text-overflow:ellipsis;background:#1f1d2b;border-radius:7px;margin:8px 0;padding:7px 9px;font-size:10px;display:block;overflow:hidden}.hhero__bot-more{color:var(--muted);margin:0 0 8px;font-size:10.5px}.hhero__bot-more a{color:var(--brand);font-weight:600}.hhero__sources{border-top:1px solid var(--border);flex-direction:column;gap:3px;padding-top:8px;display:flex}.hhero__sources span{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-soft);font-size:9px;font-weight:700}.hhero__sources a{color:var(--brand);font-size:10.5px}.hhero__caret{vertical-align:middle;width:0;height:11px;display:inline-block;position:relative}.hhero__caret:after{content:"";background:var(--brand);border-radius:1px;width:2px;height:100%;animation:1s step-end infinite hhero-blink;position:absolute;top:0;left:0}.hhero__msg--user .hhero__caret:after{background:#fff}@keyframes hhero-blink{50%{opacity:0}}.hhero__ask{border:1px solid var(--border);color:var(--muted-soft);background:#f5f5fb;border-radius:9px;justify-content:space-between;align-items:center;margin-top:10px;padding:8px 11px;font-size:11px;display:flex}.hhero__ask-send{background:var(--brand);color:#fff;border-radius:6px;place-items:center;width:18px;height:18px;font-size:11px;display:grid}.hhero__stream{position:relative}.hhero__stream-extras{transition:opacity .45s}.hhero__stream-extras.is-hidden{opacity:0}.hhero__pages li{transition:background-color .25s,color .25s}.hhero__pages li .hhero__dot{opacity:0;transition:opacity .25s}.hhero__pages li.is-active .hhero__dot{opacity:1}.hhero__help-ph{align-items:center;gap:2px;min-width:0;display:inline-flex}.hhero__help-ph-stack{display:inline-grid}.hhero__help-ph-stack>span{white-space:nowrap;grid-area:1/1}.hhero__help-ph-b{opacity:0}.hhero__help-caret{background:var(--brand);border-radius:1px;width:1.5px;height:11px;display:none}@media (prefers-reduced-motion:no-preference){.hhero__help-ph-a{animation:7s ease-in-out infinite hhero-ph-a}.hhero__help-ph-b{animation:7s ease-in-out infinite hhero-ph-b}.hhero__help-caret{animation:1.1s step-end infinite hhero-blink;display:inline-block}}@keyframes hhero-ph-a{0%,42%{opacity:1}50%,92%{opacity:0}to{opacity:1}}@keyframes hhero-ph-b{0%,42%{opacity:0}50%,92%{opacity:1}to{opacity:0}}.hhero__doc-caret{vertical-align:text-bottom;background:var(--brand);border-radius:1px;width:1.5px;height:12px;margin-left:1.5px;display:none}@media (prefers-reduced-motion:no-preference){.hhero__doc-caret{animation:1.1s step-end infinite hhero-blink;display:inline-block}}.hhero__saved-swap{display:inline-grid}.hhero__saved-swap>span{white-space:nowrap;grid-area:1/1}.hhero__saved-b{opacity:0;color:var(--muted)}@media (prefers-reduced-motion:no-preference){.hhero__saved i{animation:2.6s ease-in-out infinite hhero-dot-pulse}.hhero__saved-a{animation:6s ease-in-out infinite hhero-saved-a}.hhero__saved-b{animation:6s ease-in-out infinite hhero-saved-b}.hhero__publish{animation:3.2s ease-in-out infinite hhero-publish-glow}}@keyframes hhero-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}@keyframes hhero-saved-a{0%,12%{opacity:0}22%,to{opacity:1}}@keyframes hhero-saved-b{0%,12%{opacity:1}22%,to{opacity:0}}@keyframes hhero-publish-glow{0%,to{box-shadow:0 0 #7b5cff00}50%{box-shadow:0 0 0 4px #7b5cff29}}@media (prefers-reduced-motion:no-preference){.hhero__editor{animation:.7s cubic-bezier(.22,1,.36,1) both hhero-rise}.hhero__help{animation:.6s .12s both hhero-fade,7s ease-in-out .7s infinite hhero-float}.hhero__assistant{animation:.6s .24s both hhero-fade,8s ease-in-out -4s infinite hhero-float}}@keyframes hhero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hhero-fade{0%{opacity:0}to{opacity:1}}@keyframes hhero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hhero__help-tile{transition:transform .18s,box-shadow .18s}.hhero__help-tile:hover{transform:translateY(-3px);box-shadow:0 12px 24px -12px #4929d866}@media (max-width:980px){.hstats__bar{grid-template-columns:repeat(2,1fr);gap:10px 0}.hstat:nth-child(odd):before{display:none}.hhero{min-height:620px;margin:12px 0 28px}.hhero__editor{width:100%}.hhero__help{width:250px;top:44px;right:0}.hhero__assistant{width:268px;top:218px;right:0}}@media (max-width:560px){.hstats__bar{grid-template-columns:1fr}.hstat:before{display:none!important}}.pill-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:var(--brand);background:var(--brand-tint);border:1px solid #e2dcff;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:11.5px;font-weight:700;display:inline-flex}.fpage-hero{padding:40px 0 36px;position:relative;overflow:hidden}.fpage-hero__inner{z-index:1;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start;gap:44px;padding-top:6px;display:grid;position:relative}.fpage-hero__copy h1,.fpage-hero__copy h2{font-family:var(--font-display);letter-spacing:-.03em;margin:20px 0 18px;font-size:47px;font-weight:700;line-height:1.07}.fpage-hero__copy p{color:var(--text-soft);max-width:480px;margin-bottom:24px;font-size:18px;line-height:1.6}.fpage-hero__pills span{color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;display:inline-flex}.fpage-hero__visual{position:relative}.fd{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;font-size:11px;overflow:hidden}.fd__top{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:9px 13px;display:flex}.fd__brand{color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.fd__brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:6px;width:18px;height:18px}.fd__search{border:1px solid var(--border);color:var(--muted-soft);background:#f6f6fb;border-radius:9px;flex:1;align-items:center;gap:8px;padding:7px 11px;font-size:10.5px;display:flex}.fd__search svg{width:13px;height:13px}.fd__search em{border:1px solid var(--border);background:#fff;border-radius:4px;margin-left:auto;padding:2px 5px;font-size:9px;font-style:normal}.fd__top-right{align-items:center;gap:10px;display:inline-flex}.fd__bell{border:1.4px solid var(--muted-soft);border-radius:50%;width:15px;height:15px}.fd__avatar{background:linear-gradient(135deg,#9d7bff,#6d4cff);border-radius:50%;width:22px;height:22px}.fd__body{grid-template-columns:130px minmax(0,1fr);min-height:350px;display:grid}.fd__nav{border-right:1px solid var(--border);background:#fbfaff;flex-direction:column;gap:2px;padding:12px 10px;display:flex}.fd__nav-item{color:var(--text-soft);border-radius:7px;align-items:center;gap:8px;padding:7px 9px;font-size:11px;font-weight:600;display:flex}.fd__nav-item svg{width:15px;height:15px}.fd__nav-item.is-active{background:var(--brand-tint);color:var(--brand)}.fd__nav-team{color:var(--muted-soft);margin-top:auto;padding:8px 9px;font-size:10px}.fd__h{color:var(--ink);margin-bottom:11px;font-size:15px;font-weight:800}.fd__stats{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:11px;display:grid}.fd__stat{border:1px solid var(--border);border-radius:10px;padding:9px 10px}.fd__stat-label{color:var(--muted);font-size:9.5px}.fd__stat strong{color:var(--ink);letter-spacing:-.02em;margin:3px 0 2px;font-size:18px;font-weight:800;display:block}.fd__stat-delta{color:var(--accent-green);font-size:9px;font-weight:700}.fd__stat-delta em{color:var(--muted-soft);font-style:normal;font-weight:500}.fd__grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.fd__card{border:1px solid var(--border);border-radius:10px;padding:11px 12px}.fd__card-h{color:var(--ink);margin-bottom:10px;font-size:11.5px;font-weight:700}.fd__card-h--row{justify-content:space-between;align-items:center;display:flex}.fd__pill{color:var(--muted);background:#f4f4f9;border-radius:6px;padding:3px 7px;font-size:9px;font-weight:600}.fd__link{color:var(--brand);font-size:10px;font-weight:600}.fd__health-row{align-items:center;gap:12px;display:flex}.fd__donut{flex:none;width:86px;height:86px;position:relative}.fd__donut-svg{width:86px;height:86px;animation:.7s cubic-bezier(.22,1,.36,1) fd-pop;transform:rotate(-90deg)}@keyframes fd-pop{0%{opacity:.25;transform:rotate(-90deg)scale(.82)}to{opacity:1;transform:rotate(-90deg)scale(1)}}.fd__donut-track{fill:none;stroke:#eef0f7;stroke-width:4px}.fd__donut-seg{fill:none;stroke-width:4px}.fd__donut-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fd__donut-center strong{color:var(--ink);font-size:18px;font-weight:800;line-height:1}.fd__donut-center span{color:var(--muted);font-size:9px}.fd__legend{flex-direction:column;flex:1;gap:6px;list-style:none;display:flex}.fd__legend li{color:var(--text-soft);align-items:center;gap:6px;font-size:10px;display:flex}.fd__legend li i{border-radius:2px;flex:none;width:8px;height:8px}.fd__legend li b{color:var(--ink);margin-left:auto;font-weight:700}.fd__legend li em{color:var(--muted-soft);text-align:right;width:26px;font-style:normal}.fd__line-svg{width:100%;height:62px;display:block}.fd__line{fill:none;stroke:var(--brand);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:1.4s forwards fd-draw}.fd__line-area{fill:#6d4cff14;stroke:none}@keyframes fd-draw{to{stroke-dashoffset:0}}.fd__line-x{color:var(--muted-soft);justify-content:space-between;margin-top:5px;font-size:8.5px;display:flex}.fd__review ul{flex-direction:column;gap:8px;list-style:none;display:flex}.fd__review li{align-items:center;gap:8px;display:flex}.fd__review-doc{background:#eef0f7;border-radius:3px;flex:none;width:18px;height:20px}.fd__review-body{flex:1;min-width:0}.fd__review-body strong{color:var(--ink);font-size:10.5px;font-weight:700;display:block}.fd__review-body span{color:var(--muted-soft);font-size:9px}.fd__tag{white-space:nowrap;border-radius:999px;padding:3px 7px;font-size:8.5px;font-weight:700}.fd__tag--amber{color:#9a6b00;background:#fff3d6}.fd__tag--red{color:#c81e3e;background:#ffe0e4}.fd__status ul{flex-direction:column;gap:9px;list-style:none;display:flex}.fd__status li{align-items:center;gap:8px;font-size:10px;display:flex}.fd__status-dot{border-radius:50%;flex:none;width:8px;height:8px}.fd__status-label{width:54px;color:var(--text-soft)}.fd__status-track{background:#eef0f7;border-radius:3px;flex:1;height:6px;overflow:hidden}.fd__status-fill{height:100%;width:var(--w);animation:1.2s forwards fd-bar;display:block}@keyframes fd-bar{0%{width:0}to{width:var(--w)}}.fd__status-val{color:var(--ink);text-align:right;width:60px;font-weight:600}.fcard{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:22px 20px 46px;transition:transform .18s,box-shadow .18s;position:relative}.fcard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.fcard__icon{border-radius:12px;place-items:center;width:44px;height:44px;margin-bottom:14px;display:grid}.fcard h3{color:var(--ink);margin-bottom:8px;font-size:17px;font-weight:800}.fcard p{color:var(--muted);margin-bottom:14px;font-size:13px;line-height:1.55}.fcard ul{flex-direction:column;gap:8px;list-style:none;display:flex}.fcard li{color:var(--text);align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.fcard li svg{width:15px;height:15px;color:var(--accent-green);flex:none}.fcard__arrow{color:var(--brand);position:absolute;bottom:16px;right:18px}.fcta__inner{background:var(--surface-soft);border:1px solid var(--border);border-radius:20px;align-items:center;gap:20px;padding:24px 28px;display:flex}.fcta__spark{background:var(--brand);color:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.fcta__copy{flex:1}.fcta__copy h2{color:var(--ink);margin-bottom:4px;font-size:22px;font-weight:800}.fcta__actions{flex:none;gap:12px;display:flex}.fcta__actions .btn--outline{background:#fff}@media (max-width:1000px){.fpage-hero__inner{grid-template-columns:1fr;gap:30px}.fpage-hero__copy h1,.fpage-hero__copy h2{font-size:34px}.fcards__grid,.fd__stats{grid-template-columns:repeat(2,1fr)}.fcta__inner{text-align:center;flex-direction:column}}@media (max-width:600px){.fcards__grid{grid-template-columns:1fr}}.aap-hero{padding:40px 0 30px;position:relative;overflow:hidden}.aap-hero__inner{z-index:1;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);align-items:start;gap:44px;padding-top:6px;display:grid;position:relative}.aap-hero__copy h1,.aap-hero__copy h2{font-family:var(--font-display);letter-spacing:-.03em;margin:22px 0 18px;font-size:50px;font-weight:700;line-height:1.05}.aap-hero__copy p{color:var(--text-soft);max-width:430px;margin-bottom:26px;font-size:18px;line-height:1.6}.aap-hero__cta{align-items:center;gap:22px;display:flex}.link-play{color:var(--text);align-items:center;gap:9px;font-size:15px;font-weight:700;display:inline-flex}.link-play__icon{border:1.5px solid var(--border-strong);width:30px;height:30px;color:var(--brand);border-radius:50%;place-items:center;padding-left:2px;font-size:8px;display:grid}.aiq{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;font-size:11px;overflow:hidden}.aiq__head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:11px 14px;display:flex}.aiq__brand{color:var(--ink);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.aiq__brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:5px;width:16px;height:16px}.aiq__online{color:var(--accent-green);align-items:center;gap:5px;font-size:10px;font-weight:600;display:inline-flex}.aiq__online b{background:currentColor;border-radius:50%;width:6px;height:6px}.aiq__head-icons{color:var(--muted-soft);align-items:center;gap:10px;margin-left:auto;display:inline-flex}.aiq__head-icons svg{width:14px;height:14px}.aiq__close{font-size:15px}.aiq__cols{grid-template-columns:minmax(0,1fr) 198px;display:grid}.aiq__chat{border-right:1px solid var(--border);flex-direction:column;display:flex}.aiq__body{flex-direction:column;flex:1;gap:11px;min-height:250px;padding:14px;display:flex}.aiq__user{background:var(--brand);color:#fff;border-radius:12px 12px 4px;align-self:flex-end;max-width:80%;padding:9px 13px;font-size:11.5px;font-weight:500}.aiq__bot{gap:9px;display:flex}.aiq__bot-ico{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:7px;flex:none;width:22px;height:22px}.aiq__bot-content{flex:1;min-width:0}.aiq__bot-content>p{color:var(--text);margin:0 0 8px;font-size:11.5px;line-height:1.6}.aiq__caret{background:var(--brand);vertical-align:middle;width:2px;height:11px;margin-left:1px;animation:1s step-end infinite hhero-blink;display:inline-block}.aiq__steps{flex-direction:column;gap:5px;margin:0 0 8px;padding-left:18px;display:flex}.aiq__steps li{color:var(--text-soft);font-size:11px;line-height:1.5}.aiq__sources{border-top:1px solid var(--border);flex-direction:column;gap:5px;padding-top:9px;display:flex}.aiq__sources-h{color:var(--ink);font-size:11px;font-weight:700}.aiq__source{align-items:center;gap:7px;font-size:10.5px;display:flex}.aiq__source-doc{background:var(--brand-tint);border:1px solid #e2dcff;border-radius:2px;flex:none;width:12px;height:14px}.aiq__source-t{color:var(--brand);font-weight:600}.aiq__source em{color:var(--muted-soft);margin-left:auto;font-size:9.5px;font-style:normal}.aiq__foot{border-top:1px solid var(--border);background:#fcfcfe;justify-content:space-between;align-items:center;gap:8px;padding:9px 14px;display:flex}.aiq__conf{color:var(--muted);font-size:10px}.aiq__conf b{color:var(--accent-green);font-weight:700}.aiq__foot-actions{gap:6px;display:inline-flex}.aiq__chip{border:1px solid var(--border-strong);color:var(--text);background:#fff;border-radius:7px;padding:5px 8px;font-size:9.5px;font-weight:600}.aiq__chip--primary{background:var(--brand);color:#fff;border-color:var(--brand)}.aiq__chip--icon{padding:5px 7px}.aiq__actions{background:#fbfaff;flex-direction:column;gap:8px;padding:13px 12px;display:flex}.aiq__actions-h{color:var(--ink);margin-bottom:2px;font-size:10.5px;font-weight:700}.aiq__action{border:1px solid var(--border);background:#fff;border-radius:9px;align-items:center;gap:8px;padding:8px 9px;display:flex}.aiq__action-ico{background:var(--brand-tint);border-radius:6px;flex:none;width:22px;height:22px}.aiq__action-body{flex-direction:column;min-width:0;display:flex}.aiq__action-body strong{color:var(--brand);font-size:10.5px;font-weight:700}.aiq__action-body em{color:var(--muted-soft);font-size:9px;font-style:normal}.aap-flow{padding:14px 0 28px}.aap-flow__row{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;align-items:center;padding:20px 18px;display:flex}.aap-step-wrap{flex:1;align-items:center;display:flex}.aap-step{flex:1;align-items:flex-start;gap:12px;display:flex}.aap-step__icon{background:var(--brand-tint);border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.aap-step__icon svg{width:22px;height:22px}.aap-step__body strong{color:var(--ink);margin-bottom:4px;font-size:13.5px;font-weight:700;display:block}.aap-step__body span{color:var(--muted);font-size:11.5px;line-height:1.45}.aap-step__arrow{color:var(--brand);opacity:.45;flex:none;padding:0 14px;font-size:18px}.aap-values{padding:14px 0 18px}.aap-values__grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.aap-value{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;align-items:flex-start;gap:14px;padding:22px;display:flex}.aap-value__icon{border-radius:13px;flex:none;place-items:center;width:46px;height:46px;display:grid}.aap-value__icon svg{width:24px;height:24px}.aap-value h3{color:var(--ink);margin-bottom:6px;font-size:16px;font-weight:800}.aap-value p{color:var(--muted);font-size:13px;line-height:1.55}.aap-analytics{padding:22px 0 80px}.aap-analytics__grid{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;grid-template-columns:.82fr 1fr 1fr 1.05fr;gap:24px;padding:26px;display:grid}.aap-analytics__intro h2{color:var(--ink);letter-spacing:-.02em;margin-bottom:10px;font-size:23px;font-weight:800}.aap-analytics__intro p{color:var(--muted);margin-bottom:18px;font-size:13.5px;line-height:1.55}.aap-metric__label{color:var(--ink);font-size:12.5px;font-weight:700}.aap-metric__head{align-items:baseline;gap:10px;margin:6px 0 14px;display:flex}.aap-metric__head strong{color:var(--ink);letter-spacing:-.02em;font-size:25px;font-weight:800}.aap-metric__delta{font-size:10.5px;font-weight:700}.aap-metric__delta.up{color:var(--accent-green)}.aap-metric__delta.down{color:#ff2f64}.aap-metric__delta em{color:var(--muted-soft);font-style:normal;font-weight:500}.aap-topics{flex-direction:column;display:flex}.aap-topics__head{color:var(--muted-soft);border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:8px;font-size:10px;display:flex}.aap-topics__row{border-bottom:1px solid var(--border);color:var(--text-soft);justify-content:space-between;align-items:center;padding:8px 0;font-size:12px;display:flex}.aap-topics__row:last-child{border-bottom:0}.aap-topics__row b{color:var(--ink)}.chart{gap:6px;display:flex}.chart__y{color:var(--muted-soft);flex-direction:column;justify-content:space-between;padding:2px 0 18px;font-size:8.5px;display:flex}.chart__plot{flex:1;min-width:0}.chart__svg{width:100%;height:88px;display:block}.chart__grid{stroke:#eef0f7;stroke-width:1px}.chart__line{stroke-dasharray:1;stroke-dashoffset:1px;animation:1.5s forwards fd-draw}.chart__x{color:var(--muted-soft);justify-content:space-between;margin-top:6px;font-size:8.5px;display:flex}.chart__bars{align-items:flex-end;gap:3px;height:88px;display:flex}.chart__bar{height:var(--h);transform-origin:bottom;border-radius:3px 3px 0 0;flex:1;animation:.65s backwards chart-grow}@keyframes chart-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media (max-width:1000px){.aap-hero__inner{grid-template-columns:1fr;gap:30px}.aap-hero__copy h1,.aap-hero__copy h2{font-size:34px}.aap-flow__row{flex-direction:column;align-items:stretch;gap:16px}.aap-step__arrow{display:none}.aap-values__grid{grid-template-columns:1fr}.aap-analytics__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.aap-analytics__grid{grid-template-columns:1fr}}.tpage{padding:28px 0 80px}.tpage__layout{grid-template-columns:234px minmax(0,1fr);align-items:start;gap:28px;display:grid}.tfilter{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:18px 16px;position:sticky;top:20px}.tfilter__h{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:var(--muted-soft);margin-bottom:14px;font-size:10px;font-weight:700;display:block}.tfilter__group{border-bottom:1px solid var(--border);margin-bottom:15px;padding-bottom:15px}.tfilter__group:last-of-type{border-bottom:0}.tfilter__label{color:var(--ink);align-items:center;gap:5px;margin-bottom:9px;font-size:12.5px;font-weight:700;display:flex}.tfilter__info{color:var(--muted-soft);font-size:10px}.tfilter__radio,.tfilter__check{width:100%;color:var(--text-soft);text-align:left;cursor:pointer;align-items:center;gap:8px;padding:5px 0;font-size:12px;display:flex}.tfilter__radio em,.tfilter__check em{color:var(--muted-soft);margin-left:auto;font-size:11px;font-style:normal}.tfilter__dot{border:1.5px solid var(--border-strong);border-radius:50%;flex:none;width:14px;height:14px}.tfilter__radio.is-active{color:var(--brand);font-weight:600}.tfilter__radio.is-active .tfilter__dot{border-color:var(--brand);background:radial-gradient(circle, var(--brand) 0 3.5px, #fff 4px)}.tfilter__box{border:1.5px solid var(--border-strong);border-radius:4px;flex:none;width:14px;height:14px}.tfilter__toggle{color:var(--text-soft);cursor:pointer;align-items:center;gap:9px;font-size:12px;display:flex}.tfilter__switch{background:var(--border-strong);border-radius:999px;flex:none;width:30px;height:17px;transition:background .18s;position:relative}.tfilter__switch i{background:#fff;border-radius:50%;width:13px;height:13px;transition:left .18s;position:absolute;top:2px;left:2px}.tfilter__switch.is-on{background:var(--brand)}.tfilter__switch.is-on i{left:15px}.tfilter__clear{border:1px solid var(--border-strong);width:100%;color:var(--text-soft);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:6px;margin-top:4px;padding:9px;font-size:12px;font-weight:600;display:flex}.tpage__head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.tpage__head h1{letter-spacing:-.02em;max-width:440px;margin-bottom:10px;font-size:30px;font-weight:800;line-height:1.15}.tpage__head p{color:var(--muted);max-width:430px;font-size:14.5px;line-height:1.55}.tpage__controls{flex:none;align-items:center;gap:12px;display:flex}.tpage__search{border:1px solid var(--border-strong);color:var(--muted-soft);background:#fff;border-radius:10px;align-items:center;gap:8px;min-width:200px;padding:9px 13px;font-size:12.5px;display:flex}.tpage__search svg{width:14px;height:14px}.tpage__sort{color:var(--muted);white-space:nowrap;font-size:12.5px}.tpage__sort b{color:var(--text);font-weight:600}.tpage__pills{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.tpill{color:var(--text-soft);border:1px solid var(--border-strong);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:6px;padding:8px 13px;font-size:12.5px;font-weight:600;display:inline-flex}.tpill.is-active{background:var(--brand);color:#fff;border-color:var(--brand)}.tpage__grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.tcard{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:14px;transition:transform .18s,box-shadow .18s}.tcard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.tcard__preview{border:1px solid var(--border);border-radius:11px;height:120px;margin-bottom:13px;overflow:hidden}.tcard__meta{align-items:center;gap:9px;margin-bottom:8px;display:flex}.tcard__icon{border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.tcard__icon svg{width:17px;height:17px}.tcard__meta strong{color:var(--ink);font-size:15px;font-weight:800}.tcard p{color:var(--muted);margin-bottom:12px;font-size:12.5px;line-height:1.5}.tcard__tags{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px;display:flex}.tcard__tag{color:var(--text-soft);background:var(--surface-soft);border-radius:6px;padding:4px 8px;font-size:10.5px;font-weight:600}.tcard__ai{color:var(--accent-green);font-size:10.5px;font-weight:700}.tcard__actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.tcard__actions .btn{justify-content:center;padding:9px;font-size:12.5px}.tcard__actions .btn--outline{background:#fff}.tp{flex-direction:column;width:100%;height:100%;font-size:7px;display:flex;overflow:hidden}.tp--light{color:var(--text);background:#fbfbfe}.tp--dark{color:#fff;background:#171529}.tp--grad{color:#fff;background:linear-gradient(150deg,#2a1d6b,#6d4cff)}.tp--grad-blue{background:linear-gradient(150deg,#18204a,#3858c9)}.tp__bar{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:6px 9px;display:flex}.tp--dark .tp__bar,.tp--grad .tp__bar{border-color:#ffffff1f}.tp__brand{color:var(--ink);align-items:center;gap:4px;font-size:8px;font-weight:800;display:inline-flex}.tp__brand--light{color:#fff}.tp__dot{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:3px;width:9px;height:9px}.tp__tabs{gap:5px;display:inline-flex}.tp__tabs b{background:#0000001f;border-radius:2px;width:14px;height:3px}.tp__tabs--light b{background:#fff6}.tp__chip{background:#ffffff24;border-radius:3px;padding:2px 4px;font-size:7px}.tp__split{flex:1;grid-template-columns:28px 1fr;min-height:0;display:grid}.tp__nav{border-right:1px solid #0000000f;flex-direction:column;gap:4px;padding:7px 5px;display:flex}.tp__nav i{background:#0000001a;border-radius:2px;height:3px}.tp__nav--dark{border-color:#ffffff1a}.tp__nav--dark i{background:#ffffff2e}.tp__main{min-width:0;padding:8px 9px}.tp__title{color:var(--ink);margin-bottom:5px;font-size:9px;font-weight:800;line-height:1.2;display:block}.tp__title--light{color:#fff}.tp-lines{flex-direction:column;gap:3px;display:flex}.tp-lines i{background:#0000001a;border-radius:2px;width:80%;height:2.5px}.tp-lines i:nth-child(2){width:60%}.tp-lines--wide i{width:95%}.tp__cards{grid-template-columns:1fr 1fr;gap:5px;margin-top:7px;display:grid}.tp__cards span{background:#6d4cff14;border:1px solid #6d4cff1f;border-radius:4px;height:20px}.tp__code{font-family:var(--font-mono);color:#cdd6ff;background:#00000059;border-radius:4px;flex-direction:column;gap:3px;margin-top:5px;padding:6px;font-size:6.5px;display:flex}.tp__code em{color:#9d7bff;font-style:normal}.tp__code-ok{color:#3ddc91}.tp__center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;display:flex}.tp__hero-title{font-size:11px;font-weight:800}.tp__search{color:#fffc;background:#ffffff2e;border-radius:5px;align-items:center;width:82%;padding:5px 7px;font-size:7px;display:flex}.tp__chips{gap:4px;display:flex}.tp__chips b{background:#ffffff29;border-radius:4px;padding:3px 6px;font-size:6.5px;font-weight:600}.tp__muted-light{color:#ffffffb3;font-size:7px}.tp__rel{margin-top:6px;display:block}.tp__rel b{color:var(--brand);margin-bottom:3px;font-size:7.5px;display:block}.tp__badge{color:#fff;background:var(--brand);vertical-align:middle;border-radius:4px;margin-left:3px;padding:2px 5px;font-size:6.5px;font-weight:700}.tp__wave{display:inline-block}.tp-caret{vertical-align:middle;background:currentColor;width:1px;height:7px;margin-left:1px;animation:1s step-end infinite hhero-blink;display:inline-block}.tp-caret--light{background:#fff}.tp-pulse{animation:1.6s ease-in-out infinite tp-pulse}@keyframes tp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.92)}}.fdocs{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:12px;font-size:8px;overflow:hidden}.fdocs__bar{color:#fff;background:#1a1830;align-items:center;gap:12px;padding:9px 12px;display:flex}.fdocs__tabs{color:#fff9;gap:12px;font-size:9px;display:inline-flex}.fdocs__tabs b{font-weight:600}.fdocs__tabs b.is-active{color:#fff}.fdocs__search{color:#ffffff80;background:#ffffff1a;border-radius:5px;margin-left:auto;padding:4px 8px;font-size:8px}.fdocs__body{grid-template-columns:92px 1fr 116px;min-height:200px;display:grid}.fdocs__nav{border-right:1px solid var(--border);color:var(--text-soft);flex-direction:column;gap:8px;padding:14px 12px;font-size:10px;display:flex}.fdocs__nav .is-active{color:var(--brand);font-weight:700}.fdocs__doc{padding:14px 16px}.fdocs__h{color:var(--ink);margin-bottom:5px;font-size:14px;font-weight:800;display:block}.fdocs__sub{color:var(--muted);margin-bottom:12px;font-size:9.5px;display:block}.fdocs__steps{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.fdocs__step{border:1px solid var(--border);color:var(--text);background:#faf9ff;border-radius:8px;flex-direction:column;gap:6px;padding:10px 9px;font-size:9px;font-weight:600;animation:4.2s ease-in-out infinite fdocs-step;display:flex}.fdocs__step b{background:var(--brand-tint);width:18px;height:18px;color:var(--brand);border-radius:50%;place-items:center;font-size:9px;font-weight:800;display:grid}@keyframes fdocs-step{0%,66%,to{border-color:var(--border);box-shadow:none}18%,48%{border-color:var(--brand);box-shadow:0 0 0 2px #6d4cff1f}}.fdocs__next{color:var(--ink);margin-bottom:7px;font-size:11px;font-weight:700;display:block}.fdocs__link{color:var(--brand);border-bottom:1px solid var(--border);padding:5px 0;font-size:9.5px;display:block}.fdocs__toc{border-left:1px solid var(--border);color:var(--muted);flex-direction:column;gap:7px;padding:14px 12px;font-size:9px;display:flex}.fdocs__toc-h{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-soft);font-size:8px;font-weight:700}.fdocs__feedback{color:var(--text-soft);margin-top:8px;font-size:8.5px}.tfeatured{background:var(--surface-soft);border:1px solid var(--border);border-radius:20px;grid-template-columns:.85fr 1.15fr;align-items:center;gap:30px;margin-top:36px;padding:30px;display:grid}.tfeatured__eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:var(--brand);font-size:10.5px;font-weight:700}.tfeatured__title{align-items:center;gap:11px;margin:12px 0;display:flex}.tfeatured__title strong{color:var(--ink);font-size:22px;font-weight:800}.tfeatured__copy>p{color:var(--muted);margin-bottom:16px;font-size:14px;line-height:1.6}.tfeatured__copy ul{flex-direction:column;gap:9px;margin-bottom:20px;list-style:none;display:flex}.tfeatured__copy li{color:var(--text);align-items:center;gap:9px;font-size:13.5px;font-weight:600;display:flex}.tfeatured__copy li svg{width:16px;height:16px;color:var(--accent-green);flex:none}.tfeatured__actions{gap:12px;display:flex}.tfeatured__actions .btn--outline{background:#fff}@media (max-width:1040px){.tpage__layout{grid-template-columns:1fr}.tfilter{position:static}.tpage__grid{grid-template-columns:repeat(2,1fr)}.tpage__head{flex-direction:column}.tfeatured{grid-template-columns:1fr}}@media (max-width:640px){.tpage__grid{grid-template-columns:1fr}}.pp{padding:32px 0 80px}.pp-head{text-align:center;max-width:720px;margin:0 auto 36px}.pp-head h1,.pp-head h2{font-family:var(--font-display);letter-spacing:-.03em;margin:18px 0 14px;font-size:46px;font-weight:700;line-height:1.08}.pp-head p{color:var(--text-soft);font-size:17px;line-height:1.55}.pp-billing{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.pp-toggle{border:1px solid var(--border-strong);background:#fff;border-radius:10px;padding:4px;display:inline-flex}.pp-toggle button{color:var(--muted);cursor:pointer;border-radius:7px;padding:8px 20px;font-size:13.5px;font-weight:600}.pp-toggle button.is-active{background:var(--brand-tint);color:var(--brand)}.pp-save{color:var(--muted);font-size:13px}.pp-save b{color:var(--accent-green);font-weight:700}.pp-plans{grid-template-columns:repeat(4,1fr);align-items:start;gap:18px;margin-bottom:42px;display:grid}.pp-plan{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;flex-direction:column;padding:26px 22px;display:flex;position:relative}.pp-plan--featured{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 26px 56px -22px #4929d88c}.pp-plan__badge{color:#fff;background:#fff3;border-radius:999px;padding:5px 11px;font-size:10.5px;font-weight:700;position:absolute;top:16px;right:16px}.pp-plan__name{font-size:19px;font-weight:800}.pp-plan__tag{color:var(--muted);margin-bottom:18px;font-size:13px}.pp-plan--featured .pp-plan__tag{color:#fffc}.pp-plan__price{align-items:baseline;gap:2px;margin-bottom:4px;display:flex}.pp-plan__price sup{font-size:20px;font-weight:700;position:relative;top:-16px}.pp-plan__price b{letter-spacing:-.03em;font-size:46px;font-weight:800;line-height:1}.pp-plan__price span{color:var(--muted);font-size:15px}.pp-plan--featured .pp-plan__price span{color:#fffc}.pp-plan__billed{color:var(--muted-soft);margin-bottom:20px;font-size:12.5px}.pp-plan--featured .pp-plan__billed{color:#ffffffbf}.pp-plan ul{flex-direction:column;flex:1;gap:11px;margin-bottom:24px;list-style:none;display:flex}.pp-plan li{color:var(--text);align-items:center;gap:10px;font-size:13.5px;font-weight:500;display:flex}.pp-plan--featured li{color:#fff}.pp-check{flex:none;width:18px;height:18px}.pp-check__bg{fill:var(--brand)}.pp-plan--green .pp-check__bg{fill:var(--accent-green)}.pp-plan--featured .pp-check__bg{fill:#ffffff47}.pp-plan__cta{justify-content:center;width:100%}.pp-cta--light{color:var(--brand);background:#fff;font-weight:700}.pp-compare{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;margin-bottom:30px;padding:4px 24px 10px}.pp-compare__row{border-bottom:1px solid var(--border);grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;align-items:center;padding:13px 0;display:grid}.pp-compare__row:last-child{border-bottom:0}.pp-compare__row--head{border-bottom:1px solid var(--border-strong)}.pp-compare__feature{color:var(--text);align-items:center;gap:9px;font-size:13.5px;font-weight:600;display:flex}.pp-compare__feature svg{flex:none;width:18px;height:18px}.pp-compare__row--head .pp-compare__feature{color:var(--muted);font-weight:700}.pp-compare__plan{color:var(--ink);text-align:center;flex-direction:column;align-items:center;gap:3px;font-size:14px;font-weight:700;display:flex}.pp-compare__plan em{color:var(--brand);background:var(--brand-tint);border-radius:999px;padding:2px 7px;font-size:8.5px;font-style:normal;font-weight:700}.pp-compare__cell{color:var(--text-soft);text-align:center;font-size:13px}.pp-compare__cell.is-featured{color:var(--brand);font-weight:700}.pp-trust{background:var(--surface-soft);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(4,1fr);padding:22px 10px;display:grid}.pp-trust__item{align-items:center;gap:13px;padding:6px 22px;display:flex;position:relative}.pp-trust__item+.pp-trust__item:before{content:"";background:var(--border-strong);width:1px;height:40px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.pp-trust__icon{border:1px solid var(--border);background:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.pp-trust__icon svg{width:22px;height:22px}.pp-trust__item strong{color:var(--ink);font-size:14px;font-weight:700;display:block}.pp-trust__item span{color:var(--muted);font-size:12px}@media (max-width:1000px){.pp-plans{grid-template-columns:repeat(2,1fr)}.pp-compare{overflow-x:auto}.pp-compare__row{grid-template-columns:1.4fr repeat(4,minmax(72px,1fr))}.pp-trust{grid-template-columns:repeat(2,1fr);gap:16px 0}.pp-trust__item:nth-child(odd):before{display:none}}@media (max-width:600px){.pp-plans{grid-template-columns:1fr}.pp-head h1,.pp-head h2{font-size:32px}}.faq{padding:30px 0 70px}.faq__hero{text-align:center;max-width:760px;margin:0 auto 30px}.faq__hero h1,.faq__hero h2{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:14px;font-size:46px;font-weight:700;line-height:1.08}.faq__hero p{color:var(--text-soft);margin-bottom:24px;font-size:17px}.faq__search{border:1.5px solid var(--brand-soft);max-width:610px;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;align-items:center;gap:11px;margin:0 auto;padding:15px 18px;display:flex}.faq__search svg{width:18px;height:18px;color:var(--brand);flex:none}.faq__search input{color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:15px}.faq__search input::placeholder{color:var(--muted-soft)}.faq__search em{color:var(--muted-soft);border:1px solid var(--border);border-radius:6px;padding:3px 8px;font-size:12px;font-style:normal}.faq__panel{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:24px;grid-template-columns:232px minmax(0,1fr) 268px;align-items:start;gap:24px;padding:26px;display:grid}.faq__cats{flex-direction:column;gap:3px;display:flex}.faq__cat{width:100%;color:var(--text-soft);text-align:left;cursor:pointer;border-radius:11px;align-items:center;gap:11px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.faq__cat-ico{color:var(--muted);display:inline-flex}.faq__cat-ico svg{width:18px;height:18px}.faq__cat-count{color:var(--muted-soft);background:var(--surface-soft);text-align:center;border-radius:999px;min-width:24px;margin-left:auto;padding:2px 9px;font-size:12px;font-weight:700}.faq__cat.is-active{background:var(--brand-tint);color:var(--brand)}.faq__cat.is-active .faq__cat-ico{color:var(--brand)}.faq__cat.is-active .faq__cat-count{background:var(--brand);color:#fff}.faq__tour{background:var(--surface-soft);border:1px solid var(--border);border-radius:14px;margin-top:16px;padding:16px}.faq__tour-ico{background:var(--brand-tint);width:30px;height:30px;color:var(--brand);border-radius:9px;justify-content:center;align-items:center;margin-bottom:9px;font-size:14px;display:inline-flex}.faq__tour strong{color:var(--ink);margin-bottom:3px;font-size:13.5px;display:block}.faq__tour a{color:var(--brand);font-size:13px;font-weight:600}.faq__list{flex-direction:column;gap:12px;display:flex}.faq__item{border:1px solid var(--border);background:#fff;border-radius:13px;transition:box-shadow .18s,border-color .18s}.faq__item.is-open{border-color:var(--brand-soft);box-shadow:var(--shadow-sm)}.faq__q{text-align:left;cursor:pointer;align-items:center;gap:13px;width:100%;padding:16px 18px;display:flex}.faq__q-ico{background:var(--brand-tint);width:34px;height:34px;color:var(--brand);border-radius:10px;flex:none;place-items:center;display:grid}.faq__q-ico svg{width:19px;height:19px}.faq__q-text{color:var(--ink);flex:1;font-size:15px;font-weight:700}.faq__q-chev{width:18px;height:18px;color:var(--muted-soft);flex:none;transition:transform .2s}.faq__item.is-open .faq__q-chev{color:var(--brand);transform:rotate(180deg)}.faq__a{color:var(--muted);padding:0 18px 18px 65px;font-size:14px;line-height:1.6}.faq__help{background:var(--surface-soft);border:1px solid var(--border);text-align:center;border-radius:16px;padding:24px 20px}.faq__help-icon{background:linear-gradient(135deg, var(--brand), #8b6cff);border-radius:15px;place-items:center;width:54px;height:54px;margin-bottom:14px;display:inline-grid}.faq__help-icon svg{width:28px;height:28px}.faq__help>strong{color:var(--ink);margin-bottom:6px;font-size:18px;font-weight:800;display:block}.faq__help>p{color:var(--muted);margin-bottom:16px;font-size:13px;line-height:1.5}.faq__help-cta{justify-content:center;width:100%;margin-bottom:16px}.faq__help-links{border-top:1px solid var(--border);flex-direction:column;gap:9px;margin-bottom:16px;padding-top:16px;display:flex}.faq__help-links a{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:11px 14px;font-size:13.5px;font-weight:600;display:flex}.faq__help-resp{color:var(--muted-soft);font-size:12px}.faq__help-resp span{margin-bottom:4px;display:block}.faq__help-resp b{color:var(--accent-green);font-weight:700}.faq__note{color:var(--muted);justify-content:center;align-items:center;gap:9px;margin-top:24px;font-size:13.5px;display:flex}.faq__note svg{width:17px;height:17px;color:var(--muted-soft)}.faq__note a{color:var(--brand);font-weight:600}@media (max-width:1000px){.faq__panel{grid-template-columns:1fr}.faq__hero h1,.faq__hero h2{font-size:32px}}#features,#ai-agents,#templates,#pricing,#faq{scroll-margin-top:96px}.tpage__head h2{letter-spacing:-.02em;max-width:540px;margin:12px 0 10px;font-size:30px;font-weight:800;line-height:1.15}.tpage__grid{grid-template-columns:repeat(3,1fr)}.tpage__grid .tcard__preview{height:168px}@media (max-width:1040px){.tpage__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tpage__grid{grid-template-columns:1fr}}:root{--bg:#f8f9fd;--container:1418px;--container-pad:60px;--border:#e4e7ef;--shadow-md:0 18px 42px -24px #0f172a3d, 0 4px 14px #0f172a0f;--shadow-lg:0 34px 74px -34px #0f172a57, 0 14px 28px -20px #0f172a2e}body{background:radial-gradient(900px 360px at 70% 18%,#6d4cff0d,#0000 62%),linear-gradient(#fff 0%,#f7f9fd 58%,#f8f9fd 100%)}button[aria-label="Open documentation assistant"],button[aria-label="Close documentation assistant"]{display:none!important}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e3e5eb;padding:0;position:sticky;top:0}.site-header__inner{height:68px;box-shadow:none;background:0 0;border:0;border-radius:0;gap:38px;padding:0}.brand{letter-spacing:-.03em;gap:12px;font-size:32px;font-weight:800}.brand__mark{width:40px;height:40px}.brand__image{height:44px}.site-nav{gap:40px}.site-nav a{color:#05071a;font-size:15.5px;font-weight:500}.site-header__actions{gap:26px}.site-header__signin{color:#05071a;margin:0;font-size:15.5px;font-weight:500}.site-header__actions .btn{border-radius:8px;min-width:114px;height:48px;padding:0 21px;font-size:16px;font-weight:600}.btn--primary{background:linear-gradient(#7f62ff 0%,#6d4cff 56%,#5a37ee 100%);box-shadow:0 12px 22px -9px #4f37e69e,inset 0 1px #ffffff52}.btn--outline{border-color:#e2e5ed;box-shadow:0 10px 24px -18px #0f172a66}.hero{padding:56px 0 18px;overflow:visible}.hero__inner{grid-template-columns:minmax(0,550px) minmax(0,1fr);align-items:start;gap:26px}.hero__copy{width:550px;max-width:100%;padding-top:0}.hero__badge--mono{color:#5c3bff;box-shadow:none;letter-spacing:.12em;background:#eee8ff;border:0;border-radius:999px;padding:7px 18px;font-size:12px;font-weight:800}.hero h1{width:610px;max-width:calc(100vw - (var(--container-pad) * 2));color:#080b1f;letter-spacing:0;margin:27px 0 19px;font-size:clamp(48px,4vw,59px);font-weight:800;line-height:1.08}.hero__accent{color:#6d4cff;background:0 0;-webkit-background-clip:initial;background-clip:initial}.hero p{color:#3f4568;letter-spacing:0;max-width:505px;font-size:21px;line-height:1.44}.hero__cta{gap:18px;margin:34px 0 30px}.hero__cta .btn--lg{border-radius:8px;min-width:158px;height:55px;padding:0 26px;font-size:16px}.hero__cta .btn--outline{color:#080b1f;background:#fff;min-width:162px}.hero__cta svg{width:22px;height:22px}.hero__checks{gap:24px;margin-top:0}.hero__checks span{color:#46506d;gap:10px;font-size:14px;font-weight:500}.hero__checks svg{background:#cdefdc;border-radius:999px;width:19px;height:19px;padding:3px}.hero__checks svg path{stroke:#19a762}.hhero{min-height:594px;margin:-14px -29px 0 0;font-size:10.5px}.hhero__editor{border-color:#dfe3ec;border-radius:15px;width:100%;box-shadow:0 34px 76px -38px #0f172a61,0 12px 24px -20px #0f172a38}.hhero__bar{background:#fff;min-height:54px;padding:12px 18px}.hhero__crumb{gap:8px}.hhero__publish{text-align:center;background:#6d4cff;border-radius:5px;min-width:70px;padding:8px 13px}.hhero__avatar{background:radial-gradient(circle at 50% 35%,#1d2545 0 18%,#0000 19%),radial-gradient(circle at 50% 74%,#1d2545 0 30%,#0000 31%),linear-gradient(135deg,#ffce86,#9a66ff);width:24px;height:24px}.hhero__editor-body{grid-template-columns:154px minmax(0,1fr);min-height:479px}.hhero__pages{padding:17px 12px}.hhero__doc{padding:16px 26px}.hhero__toolbar{flex-wrap:nowrap;gap:13px;margin:-16px -26px 30px;padding:15px 27px}.hhero__toolbar span{padding:0}.hhero__doc h4{letter-spacing:-.02em;margin-bottom:15px;font-size:24px}.hhero__doc>p{max-width:456px;margin-bottom:28px;font-size:11.5px}.hhero__callout{background:#fff;border-color:#dfe4ef;border-radius:5px;max-width:239px;margin-bottom:31px;padding:14px 12px}.hhero__callout strong{color:#101426}.hhero__callout span{color:#56617d}.hhero__doc h5{margin-bottom:15px;font-size:16px;font-weight:800}.hhero__benefits{gap:11px}.hhero__benefits li{font-size:11.5px}.hhero__help{border-radius:8px;width:380px;top:113px;right:0;box-shadow:0 26px 62px -26px #2e217a94}.hhero__help-top{background:linear-gradient(157deg,#1c158f 0%,#4a24d9 48%,#8c5cf5 100%);padding:14px 32px 12px}.hhero__help-brand{font-size:11px;font-weight:700}.hhero__help-top h5{margin:5px 0 10px;font-size:17px}.hhero__help-search{border-radius:7px;min-height:36px;margin-bottom:0}.hhero__help-tiles{gap:8px;padding:11px 13px 12px}.hhero__help-tile{min-height:36px;box-shadow:none;border-radius:5px;grid-template-rows:auto auto;grid-template-columns:17px minmax(0,1fr);column-gap:9px;padding:6px 10px;display:grid}.hhero__help-tile-ico{grid-row:1/3;margin:1px 0 0}.hhero__help-tile strong{font-size:10px}.hhero__help-tile em{font-size:8.5px}.hhero__assistant{border-radius:8px;width:315px;padding:11px 13px 12px;top:320px;right:116px;box-shadow:0 25px 56px -24px #0f172a61}.hhero__assistant-head{margin-bottom:10px}.hhero__assistant-brand{font-size:10.5px}.hhero__assistant-new{color:#3e3d92;background:0 0;padding:0;font-size:10px}.hhero__msg{margin-bottom:7px;padding:7px 10px;font-size:9.5px}.hero .hhero__answer{color:#2f3856;letter-spacing:0;font-size:10.5px;line-height:1.5}.hero .hhero__bot-more{color:#6c6886;font-size:10.5px;line-height:1.35}.hero .hhero__sources a{font-size:10px;line-height:1.25}.hhero__msg--user{color:#4d35dc;background:#eee9ff}.hhero__msg--bot{background:#f8f8fb}.hhero__code{background:#080b1f;border-radius:4px;margin:7px 0;padding:6px 8px}.hhero__ask{background:#fff;border-radius:5px;margin-top:8px;padding:7px 10px}.hstats{padding:0 0 40px}.hstats__bar{border-color:#e3e6ee;border-radius:10px;min-height:130px;padding:17px 16px;box-shadow:0 18px 44px -28px #0f172a52,0 8px 22px -18px #0f172a38}.hstat{gap:18px;padding:6px 28px}.hstat+.hstat:before{background:#e3e6ee;height:96px}.hstat__icon{border-radius:50%;width:56px;height:56px}.hstat__icon svg{width:28px;height:28px}.hstat__body strong{font-size:28px;font-weight:800}.hstat__body span{color:#0e1530;margin-top:7px;font-size:12px;font-weight:700;line-height:1.42}.fpage-hero{margin:0 auto;padding:8px 0 33px}.fpage-hero .container{background:#ffffffd1;border:1px solid #e8ebf2;border-radius:32px 32px 0 0;padding:32px 22px}.fpage-hero__copy .pill-eyebrow{color:#6d4cff;letter-spacing:.1em;background:0 0;border:0;padding:0;font-size:11px}.fpage-hero__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;display:grid}.fpage-card{background:#fff;border:1px solid #e6e9f0;border-radius:14px;gap:16px;min-height:118px;padding:21px 17px;display:flex;box-shadow:0 10px 28px -24px #0f172a47}.fpage-card__icon{border-radius:50%;flex:none;place-items:center;width:50px;height:50px;display:grid}.fpage-card__icon svg{width:28px;height:28px}.fpage-card h3{color:#101426;letter-spacing:0;margin:2px 0 6px;font-size:14px;font-weight:800}.fpage-card p{color:#47516d;font-size:12px;line-height:1.45}@media (max-width:1180px){:root{--container-pad:32px}.site-header__inner{gap:24px}.site-nav{gap:22px}.hero__inner{grid-template-columns:minmax(0,480px) minmax(0,1fr);gap:30px}.hero h1{font-size:50px}.hhero{margin-right:0}.hhero__help{width:330px;right:0}.hhero__assistant{right:48px}.hstat{padding:6px 16px}}@media (max-width:1024px){:root{--container-pad:24px}.site-nav{display:none}.hero{padding-top:42px}.hero__inner,.fpage-hero__inner{grid-template-columns:1fr}.hhero{min-height:620px;margin:10px 0 0}.hhero__editor{width:100%}.fpage-hero__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){:root{--container-pad:18px}.site-header__inner{height:68px}.site-header__actions{gap:12px}.site-header__signin{display:none}.brand{gap:10px;font-size:26px}.brand__mark{width:34px;height:34px}.brand__image{height:36px}.hero{padding:34px 0 8px}.hero h1{font-size:40px}.hero p{font-size:17px}.hero__cta{flex-wrap:wrap}.hero__checks{grid-template-columns:1fr;gap:11px;display:grid}.hhero{flex-direction:column;gap:14px;min-height:0;display:flex}.hhero__editor,.hhero__help,.hhero__assistant{width:100%;position:relative;inset:auto}.hhero__editor-body{grid-template-columns:112px minmax(0,1fr);min-height:380px}.hhero__toolbar{gap:9px;overflow:hidden}.hstats__bar,.fpage-hero__cards{grid-template-columns:1fr}.hstat:before{display:none!important}.fpage-hero .container{border-radius:24px 24px 0 0}}.fpage-hero{margin:0;padding:6px 0 0;position:relative;overflow:visible}.fpage-hero .container{background:0 0;border:0;border-radius:0;width:min(100% - 180px,1334px);padding:0}.fpage-hero__inner{grid-template-columns:minmax(0,520px) minmax(0,1fr);align-items:start;gap:72px;display:grid}.fpage-hero__copy{padding-top:36px}.fpage-hero__copy .pill-eyebrow{color:#5b39ff;letter-spacing:.12em;background:#eee9ff;border:0;border-radius:9px;align-items:center;gap:9px;height:30px;padding:0 14px;font-size:11px;font-weight:800;display:inline-flex}.fpage-hero__copy .pill-eyebrow svg{width:15px;height:15px}.fpage-hero__copy h2{color:#11142b;letter-spacing:-.02em;max-width:650px;margin:29px 0 18px;font-size:51px;font-weight:800;line-height:1.17}.fpage-hero__copy p{color:#57607d;letter-spacing:0;max-width:510px;margin:0 0 25px;font-size:18px;line-height:1.55}.fpage-hero__pills{flex-wrap:wrap;gap:16px;display:flex}.fpage-hero__pills span{min-height:34px;box-shadow:none;color:#4e5875;background:#ffffffd1;border:1px solid #e4e7ef;border-radius:7px;align-items:center;gap:10px;padding:0 13px;font-size:12px;font-weight:500;display:inline-flex}.fpage-hero__pills svg{width:18px;height:18px}.fpage-hero__visual{height:486px;position:relative}.fd{transform-origin:100% 0;border-color:#dfe4ee;border-radius:17px;width:951px;font-size:10px;position:absolute;top:0;right:0;transform:scale(.78);box-shadow:0 34px 76px -36px #0f172a57,0 12px 26px -20px #0f172a2e}.fd__top{padding:11px 26px}.fd__brand{min-width:108px;font-size:13px}.fd__search{background:#fff;border-radius:7px;max-width:330px;margin:0 auto;padding:6px 10px}.fd__bell{border-color:#1f2740;position:relative}.fd__bell:after{content:"";background:#ff2f64;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:-4px;right:-2px}.fd__avatar{background:radial-gradient(circle at 50% 35%,#1d2545 0 18%,#0000 19%),radial-gradient(circle at 50% 74%,#1d2545 0 30%,#0000 31%),linear-gradient(135deg,#ffce86,#9a66ff);width:24px;height:24px}.fd__body{grid-template-columns:140px minmax(0,1fr);min-height:430px}.fd__nav{background:#fbfbff;padding:15px 12px}.fd__nav-item{border-radius:5px;padding:8px 10px;font-size:10.5px}.fd__main{padding:18px 18px 14px}.fd__h{margin-bottom:12px;font-size:18px}.fd__stats{gap:12px;margin-bottom:14px}.fd__stat{border-radius:8px;min-height:75px;padding:12px 14px}.fd__stat strong{font-size:23px}.fd__grid{gap:13px}.fd__card{border-radius:10px;min-height:142px;padding:13px 14px}.fd__donut,.fd__donut-svg{width:104px;height:104px}.fd__donut-center strong{font-size:24px}.fd__line-svg{height:84px}.fcards{padding:8px 0 18px}.fcards .container,.fcta .container{width:min(100% - 180px,1334px)}.fcards__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 14px;display:grid}.fcard{background:#ffffffdb;border-color:#dfe4ee;border-radius:8px;grid-template-rows:auto 1fr;grid-template-columns:58px minmax(0,1fr);column-gap:14px;height:154px;min-height:0;padding:14px 18px 12px 16px;display:grid;box-shadow:0 10px 24px -24px #0f172a33}.fcard:hover{transform:none;box-shadow:0 10px 24px -24px #0f172a33}.fcard__icon{border-radius:9px;grid-row:1/3;width:54px;height:54px;margin:0}.fcard__icon svg{width:31px;height:31px}.fcard h3{letter-spacing:-.01em;margin:2px 0 7px;font-size:16.5px;line-height:1.15}.fcard p{color:#56617d;margin:0 0 9px;font-size:10.5px;line-height:1.38}.fcard ul{grid-column:1/3;gap:5px;padding-left:2px}.fcard li{color:#12172d;gap:9px;font-size:10px;font-weight:500}.fcard li svg{width:12px;height:12px}.fcard li svg path{stroke:#0b1021}.fcard__arrow{bottom:15px;right:20px}.fcard__arrow svg{width:15px;height:15px}.fcta{padding:18px 0 76px}.fcta__inner{background:#ffffffdb;border-color:#dfe4ee;border-radius:8px;align-items:center;gap:18px;min-height:81px;padding:17px 25px;display:flex;box-shadow:0 10px 24px -24px #0f172a33}.fcta__spark{color:#6d4cff;background:0 0;border-radius:0;width:45px;height:45px}.fcta__spark svg{width:36px;height:36px}.fcta__copy h2{color:#11142b;margin:0 0 4px;font-size:16px;font-weight:800}.fcta__copy p{color:#56617d;font-size:12px}.fcta__actions{gap:20px;margin-left:auto}.fcta__actions .btn{border-radius:6px;min-width:148px;height:45px}@media (max-width:1180px){.fpage-hero .container,.fcards .container,.fcta .container{width:min(100% - 64px,1334px)}.fpage-hero__inner{grid-template-columns:1fr;gap:30px}.fpage-hero__visual{height:auto}.fd{width:100%;position:relative;transform:none}.fpage-hero__copy{padding-top:0}.fcards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.fpage-hero .container,.fcards .container,.fcta .container{width:min(100% - 36px,1334px)}.fpage-hero{padding-top:44px}.fpage-hero__copy h2{font-size:36px}.fd__body,.fd__stats,.fd__grid,.fcards__grid{grid-template-columns:1fr}.fd__nav{display:none}.fcard{grid-template-columns:58px minmax(0,1fr)}.fcta__inner{flex-wrap:wrap}.fcta__actions{width:100%;margin-left:0}.fcta__actions .btn{flex:1;min-width:0}}#features{scroll-margin-top:68px}.site:has(#features:target) .site-nav a[href="/#features"]{color:var(--brand);position:relative}.site:has(#features:target) .site-nav a[href="/#features"]:after{content:"";background:var(--brand);border-radius:2px;height:2px;position:absolute;bottom:-23px;left:0;right:0}.seo-guides{background:#fff;padding:42px 0 88px}.seo-guides__head{max-width:760px;margin-bottom:28px}.seo-guides__head h2{margin-top:16px;font-size:clamp(34px,4vw,52px)}.seo-guides__head p{color:var(--text-soft);margin-top:16px;font-size:18px}.seo-guides__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.seo-guide-card,.seo-related__card{border:1px solid var(--border);background:var(--surface);min-height:220px;box-shadow:var(--shadow-sm);border-radius:8px;flex-direction:column;gap:14px;padding:24px;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.seo-guide-card:hover,.seo-related__card:hover{border-color:rgba(var(--brand-rgb), .42);box-shadow:var(--shadow-md);transform:translateY(-2px)}.seo-guide-card span,.seo-related .pill-eyebrow{color:var(--brand)}.seo-guide-card span{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.seo-guide-card strong,.seo-related__card strong{color:var(--ink);font-family:var(--font-display);font-size:22px;line-height:1.12}.seo-guide-card p,.seo-related__card span{color:var(--muted);font-size:15px;line-height:1.65}.seo-page{background:var(--bg)}.seo-hero{padding:72px 0 48px}.seo-hero__inner{grid-template-columns:minmax(0,.88fr) minmax(420px,1fr);align-items:center;gap:46px;display:grid}.seo-hero__copy h1{letter-spacing:0;margin-top:20px;font-size:clamp(42px,5vw,72px)}.seo-hero__copy p{max-width:700px;color:var(--text-soft);margin-top:24px;font-size:20px;line-height:1.75}.seo-hero__actions{flex-wrap:wrap;gap:16px;margin-top:34px;display:flex}.seo-hero__visual{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:8px;overflow:hidden}.seo-hero__visual img{width:100%;height:auto;display:block}.seo-highlights{padding:10px 0 58px}.seo-highlights__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.seo-highlight{border:1px solid var(--border);background:#fff;border-radius:8px;gap:12px;min-height:112px;padding:20px;display:flex}.seo-highlight span{background:var(--brand);border-radius:50%;flex:none;width:10px;height:10px;margin-top:8px}.seo-highlight p{color:var(--text);font-weight:700;line-height:1.45}.seo-content{background:#fff;padding:72px 0}.seo-content__grid{gap:28px;display:grid}.seo-section{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:80px minmax(0,1fr);gap:30px;padding:34px;display:grid}.seo-section__num{color:var(--brand);font-family:var(--font-mono);font-size:18px;font-weight:700}.seo-section h2{font-size:clamp(28px,3vw,42px)}.seo-section p{max-width:920px;color:var(--text-soft);margin-top:16px;font-size:17px}.seo-section ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.seo-section li{color:var(--text);padding-left:22px;font-weight:650;position:relative}.seo-section li:before{content:"";background:var(--brand);border-radius:50%;width:8px;height:8px;position:absolute;top:11px;left:0}.seo-workflow{padding:78px 0}.seo-workflow__inner{grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);align-items:start;gap:36px;display:grid}.seo-workflow__head h2,.seo-faq h2{margin-top:16px;font-size:clamp(30px,3.4vw,46px)}.seo-workflow ol{gap:12px;margin:0;padding:0;list-style:none;display:grid}.seo-workflow li{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:16px;padding:18px 20px;display:flex}.seo-workflow li span{background:linear-gradient(135deg, var(--brand), var(--brand-dark));border-radius:50%;flex:none;width:24px;height:24px}.seo-workflow li p{color:var(--text);font-weight:750}.seo-faq{background:#fff;padding:74px 0}.seo-faq__grid{grid-template-columns:minmax(240px,.45fr) minmax(0,1fr);gap:36px;display:grid}.seo-faq__items{gap:16px;display:grid}.seo-faq__item{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:24px}.seo-faq__item h3{font-size:22px}.seo-faq__item p{color:var(--text-soft);margin-top:10px}.seo-related{padding:72px 0 92px}.seo-related__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.seo-related__card{min-height:190px}@media (max-width:1080px){.seo-guides__grid,.seo-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-hero__inner{grid-template-columns:1fr}.seo-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.seo-guides__grid,.seo-related__grid,.seo-highlights__grid,.seo-section ul,.seo-workflow__inner,.seo-faq__grid{grid-template-columns:1fr}.seo-section{grid-template-columns:1fr;gap:14px;padding:24px}.seo-hero__actions .btn{width:100%}}.nav-mega{align-items:center;display:inline-flex;position:relative}.nav-mega__trigger{color:#05071a;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:15.5px;font-weight:500;display:inline-flex}.nav-mega__trigger:hover,.nav-mega.is-open .nav-mega__trigger{color:var(--brand)}.nav-mega__chev{width:11px;height:11px;transition:transform .2s}.nav-mega.is-open .nav-mega__chev{transform:rotate(180deg)}.nav-mega__panel{opacity:0;visibility:hidden;pointer-events:none;z-index:60;width:720px;max-width:min(720px,100vw - 48px);padding-top:14px;transition:opacity .18s,transform .18s;position:absolute;top:100%;left:0;transform:translateY(6px)}.nav-mega.is-open .nav-mega__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-mega__card{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:2px 16px;padding:18px;display:grid}.nav-mega__col{flex-direction:column;display:flex}.nav-mega__col-h{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:var(--brand);padding:4px 10px 0;font-size:10.5px;font-weight:700}.nav-mega__col-sub{color:var(--muted-soft);padding:1px 10px 8px;font-size:10px}.nav-mega__item{border-radius:10px;align-items:flex-start;gap:11px;padding:9px 10px;text-decoration:none;transition:background .14s;display:flex}.nav-mega__item:hover{background:var(--brand-tint)}.nav-mega__item-ico{background:var(--brand-tint);width:31px;height:31px;color:var(--brand);border-radius:9px;flex:none;place-items:center;transition:background .14s;display:grid}.nav-mega__item:hover .nav-mega__item-ico{background:#fff}.nav-mega__item-ico svg{width:17px;height:17px}.nav-mega__item-body{flex-direction:column;min-width:0;display:flex}.nav-mega__item-label{color:var(--ink);font-size:13.5px;font-weight:700;line-height:1.25}.nav-mega__item-hook{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.3}.nav-mega__foot{border-top:1px solid var(--border);grid-column:1/-1;justify-content:flex-end;margin-top:8px;padding:12px 10px 2px;display:flex}.nav-mega__viewall{color:var(--brand);align-items:center;gap:6px;font-size:12.5px;font-weight:700;text-decoration:none;display:inline-flex}.nav-mega__viewall:hover{color:var(--brand-strong)}@media (prefers-reduced-motion:reduce){.nav-mega__chev,.nav-mega__panel,.nav-mega__item,.nav-mega__item-ico,.nav-mega__item-ext{transition:none}}.vai{min-height:540px;font-size:11px;position:relative}.vai__chip{z-index:3;color:var(--brand);box-shadow:var(--shadow-md);background:#fff;border:1px solid #e2dcff;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:11px;font-weight:700;animation:6s ease-in-out infinite vai-float;display:inline-flex;position:absolute;top:2px;left:4px}.vai__chip i{background:var(--brand);border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite vai-pulse}.vai__viewer{border:1px solid var(--border);width:88%;box-shadow:var(--shadow-md);background:#fff;border-radius:16px;margin-top:30px;position:relative;overflow:hidden}.vai__viewer-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.vai__file{color:var(--ink);align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.vai__file i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:4px;flex:none;width:14px;height:14px}.vai__tools{gap:6px;display:inline-flex}.vai__tools em{background:var(--border-strong);border-radius:50%;width:9px;height:9px}.vai__canvas{background:linear-gradient(#faf9ff,#f1eefe);padding:18px 20px;position:relative}.vai__canvas svg{width:100%;height:auto;display:block}.vai__scan{background:linear-gradient(#6d4cff38,#6d4cff00);border-top:1.5px solid #6d4cff80;height:34px;animation:3.6s ease-in-out infinite vai-scan;position:absolute;top:0;left:0;right:0}.vai-edge{stroke:#c7bdf2;stroke-width:1.4px;fill:none}.vai-node{fill:#fff;stroke:var(--brand);stroke-width:1.3px}.vai-node--alt{fill:var(--brand-tint)}.vai-label{fill:var(--ink);font-size:8.5px;font-weight:700;font-family:var(--font-display)}.vai-det{transform-box:fill-box;transform-origin:50%;animation:.4s backwards vai-pop}.vai-det__box{fill:#6d4cff14;stroke:var(--brand);stroke-width:1.4px;stroke-dasharray:4 3}.vai-det__tag-bg{fill:var(--brand)}.vai-det__tag{fill:#fff;font-size:7.5px;font-weight:700;font-family:var(--font-display)}.vai__assistant{z-index:2;border:1px solid var(--border);width:300px;max-width:70%;box-shadow:var(--shadow-lg);background:#fff;border-radius:14px;padding:13px;animation:7s ease-in-out infinite vai-float;position:absolute;bottom:6px;right:0}.vai__assistant-head{align-items:center;gap:10px;margin-bottom:11px;display:flex}.vai__brand{color:var(--ink);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.vai__brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:5px;width:16px;height:16px}.vai__live{color:var(--accent-green);align-items:center;gap:5px;margin-left:auto;font-size:10px;font-weight:600;display:inline-flex}.vai__live b{background:currentColor;border-radius:50%;width:6px;height:6px}.vai__q{background:var(--brand);color:#fff;border-radius:12px 12px 4px;align-self:flex-end;width:fit-content;max-width:90%;margin:0 0 10px auto;padding:9px 13px;font-size:11.5px;font-weight:500}.vai__a{gap:9px;display:flex}.vai__a-ico{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:7px;flex:none;width:22px;height:22px}.vai__a-body{flex:1;min-width:0}.vai__a-body>p{color:var(--text);margin:0 0 9px;font-size:11.5px;line-height:1.6}.vai__caret{vertical-align:middle;background:var(--brand);width:2px;height:11px;margin-left:1px;animation:1s step-end infinite hhero-blink;display:inline-block}.vai__cite{background:var(--brand-tint);border:1px solid #e2dcff;border-radius:10px;align-items:center;gap:9px;padding:8px 10px;animation:.4s backwards vai-pop;display:flex}.vai__cite-ico{background:#fff;border:1px solid #e2dcff;border-radius:5px;flex:none;place-items:center;width:30px;height:24px;display:grid}.vai__cite-ico svg{width:18px;height:15px}.vai__cite-body{flex-direction:column;min-width:0;display:flex}.vai__cite-body strong{color:var(--brand);font-size:10.5px;font-weight:700}.vai__cite-body em{color:var(--muted-soft);font-size:9px;font-style:normal}@keyframes vai-scan{0%{opacity:0;transform:translateY(-34px)}12%{opacity:1}50%{opacity:1;transform:translateY(170px)}62%{opacity:0}to{opacity:0;transform:translateY(170px)}}@keyframes vai-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes vai-pulse{50%{opacity:.35}}@keyframes vai-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (max-width:1024px){.vai{min-height:460px}.vai__viewer{width:100%}.vai__assistant{width:280px}}@media (max-width:560px){.vai__assistant{width:100%;max-width:100%;margin-top:12px;position:static}}@media (prefers-reduced-motion:reduce){.vai__scan,.vai__chip,.vai__chip i,.vai__assistant,.vai-det,.vai__cite{animation:none}.vai__scan{opacity:0}}.vtypes-sec{padding:30px 0 18px}.vtypes-sec__grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:44px;display:grid}.vtypes-sec__intro h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:16px 0 14px;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.08}.vtypes-sec__intro p{color:var(--text-soft);max-width:440px;margin-bottom:24px;font-size:17px;line-height:1.6}.vtypes{grid-template-columns:1fr 1fr;gap:16px;display:grid}.vtype{border:1px solid var(--border);min-height:150px;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;padding:18px;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex}.vtype__ico{background:var(--surface-soft);width:42px;height:42px;color:var(--muted);border-radius:12px;place-items:center;transition:background .25s,color .25s;display:grid}.vtype__ico svg{width:22px;height:22px}.vtype__label{color:var(--ink);margin:13px 0 0;font-size:14.5px;font-weight:800}.vtype__insight{color:var(--text-soft);opacity:0;margin-top:7px;font-size:12.5px;line-height:1.45;transition:opacity .3s,transform .3s;transform:translateY(4px)}.vtype__badge{color:var(--accent-green);opacity:0;margin-top:auto;padding-top:10px;font-size:10.5px;font-weight:700;transition:opacity .3s}.vtype.is-active{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint), var(--shadow-md);transform:translateY(-2px)}.vtype.is-active .vtype__ico{background:var(--brand-tint);color:var(--brand)}.vtype.is-active .vtype__insight{opacity:1;transform:translateY(0)}.vtype.is-active .vtype__badge{opacity:1}@media (max-width:1000px){.vtypes-sec__grid{grid-template-columns:1fr;gap:30px}}@media (max-width:460px){.vtypes{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.vtype,.vtype__ico,.vtype__insight,.vtype__badge{transition:none}}.feat-hero{padding:54px 0 22px;position:relative;overflow:hidden}.feat-hero__copy{z-index:1;text-align:center;max-width:820px;margin:0 auto;position:relative}.feat-hero__copy .hero__badge--mono{display:inline-block}.feat-hero__copy h1{font-family:var(--font-display);color:#080b1f;letter-spacing:-.01em;margin:22px 0 0;font-size:clamp(40px,4.4vw,58px);font-weight:800;line-height:1.07}.feat-hero__copy h1 .hero__accent{color:var(--brand);background:0 0;-webkit-background-clip:initial;background-clip:initial}.feat-hero__copy p{color:#3f4568;max-width:640px;margin:20px auto 0;font-size:clamp(17px,2vw,21px);line-height:1.5}.feat-hero__cta{flex-wrap:wrap;justify-content:center;gap:18px;margin:32px 0 22px;display:flex}.feat-hero__checks{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.feat-hero__checks span{color:#46506d;align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex}.feat-hero__checks svg{background:#cdefdc;border-radius:999px;flex:none;width:19px;height:19px;padding:3px}.feat-hero__checks svg path{stroke:#19a762}.feat-stage{z-index:1;max-width:1080px;margin:44px auto 0;position:relative}@media (max-width:760px){.feat-hero__cta .btn{flex:auto}.feat-hero__checks{grid-template-columns:1fr;justify-items:center;gap:11px;display:grid}.feat-stage{margin-top:30px}}.anad{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;overflow:hidden}.anad__bar{border-bottom:1px solid var(--border);background:#fbfaff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.anad__brand{color:var(--ink);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.anad__brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:5px;width:16px;height:16px}.anad__range{color:var(--muted);border:1px solid var(--border);border-radius:8px;padding:4px 9px;font-size:11px}.anad__stats{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.anad__stat{background:#fff;flex-direction:column;gap:3px;padding:14px 16px;display:flex}.anad__stat-label{color:var(--muted);font-size:11px}.anad__stat strong{color:var(--ink);letter-spacing:-.02em;font-size:24px;font-weight:800}.anad__stat-delta{font-size:10.5px;font-weight:700}.anad__stat-delta.up{color:var(--accent-green)}.anad__grid{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.anad__card{background:#fff;padding:14px 16px}.anad__card-h{color:var(--ink);margin-bottom:10px;font-size:11.5px;font-weight:700;display:block}.anad__queries{padding:8px 16px 16px}.anad__queries-head{color:var(--muted-soft);border-bottom:1px solid var(--border);justify-content:space-between;padding:8px 0;font-size:10px;display:flex}.anad__queries-row{color:var(--text-soft);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:9px 0;font-size:12px;display:flex}.anad__queries-row:last-child{border-bottom:0}.anad__queries-row b{color:var(--ink)}@media (max-width:560px){.anad__grid,.anad__stats{grid-template-columns:1fr}}.sup{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);font-size:11px;display:grid;overflow:hidden}.sup__chat{border-right:1px solid var(--border);flex-direction:column;display:flex}.sup__chat-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:11px 14px;display:flex}.sup__brand{color:var(--ink);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.sup__brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:5px;width:16px;height:16px}.sup__online{color:var(--accent-green);align-items:center;gap:5px;margin-left:auto;font-size:10px;font-weight:600;display:inline-flex}.sup__online b{background:currentColor;border-radius:50%;width:6px;height:6px}.sup__chat-body{flex-direction:column;gap:10px;min-height:320px;padding:14px;display:flex}.sup__user{background:var(--brand);color:#fff;border-radius:12px 12px 4px;align-self:flex-end;max-width:85%;padding:9px 13px;font-size:11.5px;font-weight:500;animation:.35s backwards sup-rise}.sup__bot{gap:9px;animation:.4s backwards sup-rise;display:flex}.sup__bot-ico{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:7px;flex:none;width:22px;height:22px}.sup__bot-content{flex:1;min-width:0}.sup__bot-content>p{color:var(--text);margin:0 0 8px;font-size:11.5px;line-height:1.6}.sup__bot-content>p b{color:var(--ink);font-weight:700}.sup__cite{color:var(--brand);background:var(--brand-tint);border:1px solid #e2dcff;border-radius:7px;align-items:center;gap:5px;padding:4px 8px;font-size:10px;font-weight:600;display:inline-flex}.sup__ticket{background:#fff7e0;border:1px solid #f4e0a8;border-radius:10px;padding:10px 12px;animation:.4s backwards sup-rise}.sup__ticket-h{color:#8a6d12;align-items:center;gap:7px;font-size:11.5px;font-weight:700;display:flex}.sup__ticket-ctx{color:#a07d1a;margin-top:4px;font-size:10.5px;display:block}.sup__route{background:#fbfaff;flex-direction:column;padding:14px;display:flex}.sup__route-h{color:var(--ink);margin-bottom:12px;font-size:11px;font-weight:700}.sup__grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.sup__int{text-align:center;color:var(--muted-soft);border:1px solid var(--border);opacity:.5;background:#fff;border-radius:10px;place-items:center;padding:12px 6px;font-size:10.5px;font-weight:700;transition:opacity .25s,border-color .25s,color .25s,box-shadow .25s,transform .25s;display:grid}.sup__int.is-on{opacity:1;color:var(--ink);border-color:#d9d0fb}.sup__int.is-routed{color:var(--brand);border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);transform:translateY(-2px)}.sup__routed{color:var(--brand);background:var(--brand-tint);opacity:0;border:1px solid #e2dcff;border-radius:8px;margin-top:12px;padding:8px 10px;font-size:10.5px;font-weight:700;transition:opacity .3s}.sup__routed.is-in{opacity:1}@keyframes sup-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:620px){.sup{grid-template-columns:1fr}.sup__chat{border-right:0;border-bottom:1px solid var(--border)}}@media (prefers-reduced-motion:reduce){.sup__user,.sup__bot,.sup__ticket,.sup__int,.sup__routed{transition:none;animation:none}}.feat-hero__code{font-family:var(--font-mono);background:var(--brand-tint);color:var(--brand);border-radius:6px;padding:2px 7px;font-size:.84em}.term{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:start;gap:16px;display:grid}.term__win{box-shadow:var(--shadow-lg);background:#0e0b1f;border:1px solid #241d44;border-radius:14px;overflow:hidden}.term__bar{background:#181232;border-bottom:1px solid #241d44;align-items:center;gap:10px;padding:10px 14px;display:flex}.term__lights{gap:6px;display:inline-flex}.term__lights i{border-radius:50%;width:10px;height:10px}.term__lights i:first-child{background:#ff6058}.term__lights i:nth-child(2){background:#ffbd2e}.term__lights i:nth-child(3){background:#28c941}.term__title{font-family:var(--font-mono);color:#9c95c4;font-size:11px}.term__body{min-height:230px;font-family:var(--font-mono);padding:16px;font-size:12.5px;line-height:1.85}.term__line{align-items:center;gap:8px;display:flex}.term__prompt{color:#9d7bff}.term__line--cmd span:not(.term__prompt){color:#ece9ff}.term__line--out{color:#6fe0a8}.term__line--ok{color:#6b6494;font-style:italic}.term__caret{background:#ece9ff;width:8px;height:15px;animation:1s step-end infinite hhero-blink;display:inline-block}.term__mcp{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:14px;flex-direction:column;padding:14px;display:flex}.term__mcp-h{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.term__mcp-title{color:var(--ink);font-size:12px;font-weight:700}.term__mcp-status{color:var(--accent-green);align-items:center;gap:5px;font-size:10px;font-weight:600;display:inline-flex}.term__mcp-status b{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite vai-pulse}.term__code{border:1px solid var(--border);font-family:var(--font-mono);color:var(--text);background:#faf9ff;border-radius:10px;margin:0;padding:12px;font-size:11px;line-height:1.55;overflow-x:auto}.term__code code{white-space:pre}.term__tools{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.term__tools span{font-family:var(--font-mono);color:var(--brand);background:var(--brand-tint);border-radius:6px;padding:4px 8px;font-size:10px}@media (max-width:760px){.term{grid-template-columns:1fr}}.rev{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;font-size:11px;overflow:hidden}.rev__bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 16px;display:flex}.rev__doc{color:var(--ink);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.rev__doc i{background:var(--brand-tint);border:1px solid #e2dcff;border-radius:3px;width:14px;height:16px}.rev__ver{color:var(--brand);background:var(--brand-tint);border-radius:6px;padding:3px 8px;font-size:10.5px;font-weight:700}.rev__steps{align-items:flex-start;padding:22px 18px 6px;display:flex}.rev__step-wrap{flex:1;align-items:flex-start;display:flex}.rev__step-wrap:last-child{flex:none}.rev__step{flex-direction:column;flex:none;align-items:center;gap:7px;width:64px;display:flex}.rev__step-dot{width:30px;height:30px;color:var(--muted-soft);border:1.5px solid var(--border-strong);background:#f1eefb;border-radius:50%;place-items:center;font-size:11px;font-weight:700;transition:background .3s,color .3s,border-color .3s,box-shadow .3s;display:grid}.rev__step-label{color:var(--muted);text-align:center;font-size:10px;font-weight:600}.rev__step.is-done .rev__step-dot{background:var(--accent-green);color:#fff;border-color:var(--accent-green)}.rev__step.is-active .rev__step-dot{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-tint)}.rev__step.is-done .rev__step-label,.rev__step.is-active .rev__step-label{color:var(--ink)}.rev__step-bar{background:var(--border-strong);flex:1;height:2px;margin:14px 2px 0;transition:background .3s}.rev__step-bar.is-done{background:var(--accent-green)}.rev__status{border-radius:10px;align-items:center;gap:8px;margin:6px 16px 0;padding:10px 12px;font-size:12px;font-weight:600;display:flex}.rev__status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.rev__status--draft{color:#6c6886;background:#f1effb}.rev__status--review{color:#d99300;background:#fff7e0}.rev__status--approved{color:#1fad6c;background:#e6f7ee}.rev__status--published{color:var(--brand);background:var(--brand-tint)}.rev__history{padding:16px}.rev__history-h{color:var(--ink);margin-bottom:10px;font-size:11px;font-weight:700;display:block}.rev__history-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 0;display:flex}.rev__history-row:last-child{border-bottom:0}.rev__history-v{font-family:var(--font-mono);color:var(--brand);background:var(--brand-tint);border-radius:6px;flex:none;padding:3px 7px;font-size:10px;font-weight:700}.rev__history-body{flex-direction:column;display:flex}.rev__history-body strong{color:var(--ink);font-size:11.5px;font-weight:700}.rev__history-body span{color:var(--muted-soft);font-size:10px}.brandsite{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;overflow:hidden}.brandsite__bar{border-bottom:1px solid var(--border);background:#f7f6ff;align-items:center;gap:12px;padding:10px 14px;display:flex}.brandsite__lights{gap:6px;display:inline-flex}.brandsite__lights i{background:var(--border-strong);border-radius:50%;width:10px;height:10px}.brandsite__url{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:7px;align-items:center;gap:7px;padding:4px 12px;font-size:11px;display:inline-flex}.brandsite__lock{border:1.4px solid var(--accent-green);border-radius:2px;width:9px;height:9px}.brandsite__page{padding-bottom:18px}.brandsite__nav{justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.brandsite__logo{color:var(--ink);align-items:center;gap:9px;font-size:15px;font-weight:800;display:inline-flex}.brandsite__logo i{background:var(--bc);border-radius:6px;width:22px;height:22px;transition:background .4s}.brandsite__nav-links{gap:14px;display:inline-flex}.brandsite__nav-links em{background:#eceaf6;border-radius:4px;width:36px;height:8px}.brandsite__hero{text-align:center;background:var(--bs);border-radius:14px;flex-direction:column;align-items:center;gap:9px;margin:0 20px;padding:30px 26px;transition:background .4s;display:flex}.brandsite__hero strong{color:var(--ink);font-size:20px;font-weight:800}.brandsite__hero-sub{color:var(--muted);font-size:12px}.brandsite__search{width:min(360px,82%);color:var(--muted-soft);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #14112b0f;border-radius:10px;margin-top:6px;padding:10px 14px;font-size:11.5px}.brandsite__tiles{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 20px 0;display:grid}.brandsite__tile{color:var(--ink);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:14px;font-size:12px;font-weight:600;display:flex}.brandsite__tile b{background:var(--bc);opacity:.85;border-radius:5px;width:18px;height:18px;transition:background .4s}.brandsite__swatches{border-top:1px solid var(--border);background:#fbfaff;justify-content:center;gap:12px;padding:16px;display:flex}.brandsite__swatch{opacity:.4;border-radius:50%;width:20px;height:20px;transition:opacity .3s,transform .3s,box-shadow .3s}.brandsite__swatch.is-active{opacity:1;transform:scale(1.15);box-shadow:0 0 0 2px #fff,0 0 0 4px #14112b1a}@media (max-width:560px){.brandsite__tiles{grid-template-columns:1fr}.brandsite__nav-links{display:none}}@media (prefers-reduced-motion:reduce){.term__caret,.term__mcp-status b{animation:none}.rev__step-dot,.rev__step-bar,.brandsite__logo i,.brandsite__hero,.brandsite__tile b,.brandsite__swatch{transition:none}}.adm{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;flex-direction:column;font-size:11px;display:flex;overflow:hidden}.adm__head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:11px 14px;display:flex}.adm__brand{color:var(--ink);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.adm__brand i{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:5px;width:16px;height:16px}.adm__tag{color:var(--muted);border:1px solid var(--border);border-radius:7px;margin-left:auto;padding:3px 8px;font-size:10px}.adm__body{flex-direction:column;gap:11px;min-height:300px;padding:14px;display:flex}.adm__user{background:var(--brand);color:#fff;border-radius:12px 12px 4px;align-self:flex-end;max-width:85%;padding:9px 13px;font-size:11.5px;font-weight:500}.adm__bot{gap:9px;display:flex}.adm__bot-ico{background:linear-gradient(135deg, var(--brand), #9d7bff);border-radius:7px;flex:none;width:22px;height:22px}.adm__bot-content{flex:1;min-width:0}.adm__bot-content>p{color:var(--text);margin:0 0 9px;font-size:11.5px;line-height:1.6}.adm__plan{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.adm__task{color:var(--text);border:1px solid var(--border);background:#faf9ff;border-radius:9px;align-items:center;gap:9px;padding:8px 10px;font-size:11px;animation:.3s backwards adm-rise;display:flex}.adm__task-mark{border-radius:50%;flex:none;place-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:grid}.adm__task--done{color:var(--ink)}.adm__task--done .adm__task-mark{background:var(--accent-green);color:#fff}.adm__task--running{color:var(--muted)}.adm__spin{border:2px solid var(--brand-tint);border-top-color:var(--brand);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite adm-spin}.adm__summary{color:var(--accent-green);background:#e6f7ee;border:1px solid #bfe9d2;border-radius:9px;margin-top:10px;padding:9px 11px;font-size:11px;font-weight:700;animation:.4s backwards adm-rise}.adm__foot{border-top:1px solid var(--border);background:#fcfcfe;justify-content:space-between;align-items:center;gap:8px;padding:9px 14px;display:flex}.adm__approve{color:var(--muted);font-size:10px}.adm__chip{color:var(--text);border:1px solid var(--border-strong);background:#fff;border-radius:7px;padding:4px 8px;font-size:9.5px;font-weight:600}@keyframes adm-spin{to{transform:rotate(360deg)}}@keyframes adm-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.adm__task,.adm__summary,.adm__spin{animation:none}}.nav-mega__panel--mini{width:320px;max-width:min(320px,100vw - 48px)}.nav-mega__card--mini{padding:10px;display:block}.nav-mega__item-ext{width:15px;height:15px;color:var(--muted-soft);flex:none;align-self:center;margin-left:auto;transition:color .14s,transform .14s}.nav-mega__item:hover .nav-mega__item-ext{color:var(--brand);transform:translate(1px,-1px)}.blog-hero{padding:92px 0 36px;position:relative;overflow:hidden}.blog-hero__inner{z-index:1;max-width:760px;position:relative}.blog-hero h1{letter-spacing:-.035em;margin:18px 0 16px;font-size:clamp(36px,5vw,60px);line-height:1.02}.blog-hero p{color:var(--text-soft);max-width:620px;font-size:18px}.blog-main{padding:28px 0 12px}.blog-featured{margin-bottom:56px}.blog-featured .pill-eyebrow{margin-bottom:16px;display:inline-flex}.blog-section-head{margin:8px 0 22px}.blog-section-head h2{letter-spacing:-.02em;font-size:clamp(22px,2.6vw,30px)}.blog-list{flex-direction:column;gap:26px;display:flex}.blog-filter{flex-wrap:wrap;gap:8px;display:flex}.blog-filter__chip{color:var(--text-soft);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:8px 15px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.blog-filter__chip:hover{border-color:var(--border-strong);color:var(--text)}.blog-filter__chip.is-active{color:#fff;background:var(--brand);border-color:var(--brand)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-4px)}.blog-card__cover{aspect-ratio:16/9;position:relative;overflow:hidden}.blog-card__cover-img,.blog-card__cover-art{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.blog-card__cover-art{place-items:center;display:grid}.blog-card__cover-mark{font-family:var(--font-mono);letter-spacing:.08em;color:#ffffffeb;font-size:30px;font-weight:700}.blog-card__body{flex-direction:column;flex:1;gap:9px;padding:20px 20px 22px;display:flex}.blog-card__meta{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.blog-card__tag{letter-spacing:.01em;color:var(--brand);background:var(--brand-tint);border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.blog-card__dot{color:var(--muted-soft)}.blog-card__title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);font-size:18.5px;font-weight:700;line-height:1.28}.blog-card__desc{color:var(--text-soft);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-card__foot{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:8px;display:flex}.blog-card__date{color:var(--muted);font-size:12.5px}.blog-card__cta{color:var(--brand);align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.blog-card__cta svg{width:14px;height:14px}.blog-card--featured{grid-template-columns:1.05fr 1fr;display:grid}.blog-card--featured .blog-card__cover{aspect-ratio:auto;min-height:280px}.blog-card--featured .blog-card__body{justify-content:center;gap:12px;padding:34px 36px}.blog-card--featured .blog-card__title{font-size:clamp(22px,2.5vw,30px)}.blog-card--featured .blog-card__desc{-webkit-line-clamp:3;line-clamp:3;font-size:15.5px}.blog-card--featured .blog-card__cover-mark{font-size:46px}.blog-empty{color:var(--muted);padding:40px 0;font-size:15px}.blog-post__head{padding:84px 0 8px}.blog-post__head-inner{max-width:1040px}.blog-post__back{color:var(--muted);margin-bottom:22px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.blog-post__back:hover{color:var(--brand)}.blog-post__tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.blog-post__head h1{letter-spacing:-.032em;max-width:18ch;font-size:clamp(30px,4.4vw,50px);line-height:1.06}.blog-post__lede{color:var(--text-soft);max-width:680px;margin-top:18px;font-size:19px;line-height:1.5}.blog-post__byline{align-items:center;gap:12px;margin-top:26px;display:flex}.blog-post__avatar{width:42px;height:42px;font-family:var(--font-display);color:#fff;background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);text-transform:uppercase;border-radius:50%;place-items:center;font-size:17px;font-weight:700;display:grid}.blog-post__byline-text{flex-direction:column;gap:2px;display:flex}.blog-post__byline-text strong{color:var(--ink);font-size:14.5px}.blog-post__byline-text span{color:var(--muted);font-size:13px}.blog-post__cover{aspect-ratio:21/9;border-radius:var(--radius-xl);object-fit:cover;width:100%;max-width:1040px;margin:38px auto 0;display:block}.blog-post__cover--art{background-position:50%;background-size:cover}.blog-post__body{max-width:1040px;padding:0}.blog-post__layout{margin-top:48px}.blog-post__main{min-width:0}@media (min-width:1024px){.blog-post__layout{grid-template-columns:minmax(0,1fr) 248px;align-items:start;gap:64px;display:grid}}.blog-post__aside{margin-top:8px}.blog-aside__inner{position:sticky;top:96px}.blog-toc__title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:12px;font-size:12px;font-weight:700;display:block}.blog-toc ul{border-left:2px solid var(--border);flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.blog-toc li{line-height:1.35}.blog-toc a{color:var(--text-soft);border-left:2px solid #0000;margin-left:-2px;padding:4px 0 4px 14px;font-size:14px;text-decoration:none;transition:color .15s,border-color .15s;display:block}.blog-toc a:hover{color:var(--brand);border-left-color:var(--brand)}.blog-toc__sub a{color:var(--muted);padding-left:26px;font-size:13.5px}.blog-share{margin-top:28px}.blog-share__links{flex-direction:column;gap:8px;display:flex}.blog-share__links a{color:var(--text-soft);font-size:14px;text-decoration:none}.blog-share__links a:hover{color:var(--brand)}@media (max-width:1023px){.blog-post__aside{border-top:1px solid var(--border);margin-top:40px;padding-top:28px}.blog-aside__inner{flex-wrap:wrap;gap:32px 64px;display:flex;position:static}.blog-toc{display:none}.blog-share{margin-top:0}}.blog-prose{color:var(--text);max-width:720px;margin-top:0;font-size:17.5px;line-height:1.75}.blog-prose>*+*{margin-top:1.35em}.blog-prose h2{letter-spacing:-.02em;margin-top:2em;margin-bottom:.1em;font-size:clamp(24px,3vw,32px);line-height:1.2}.blog-prose h3{letter-spacing:-.015em;margin-top:1.6em;font-size:21px}.blog-prose p{color:var(--text-soft)}.blog-prose strong{color:var(--ink);font-weight:700}.blog-prose a{color:var(--brand);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1.5px}.blog-prose a:hover{color:var(--brand-strong)}.blog-prose ul,.blog-prose ol{color:var(--text-soft);padding-left:1.4em}.blog-prose li{margin-top:.5em}.blog-prose li::marker{color:var(--brand)}.blog-prose blockquote{border-left:3px solid var(--brand);color:var(--ink-soft);margin-left:0;padding:4px 0 4px 22px;font-size:19px;font-style:italic}.blog-prose code{font-family:var(--font-mono);background:var(--surface-soft);border:1px solid var(--border);border-radius:6px;padding:.12em .4em;font-size:.86em}.blog-prose pre{background:var(--ink);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:18px 20px;overflow-x:auto}.blog-prose pre code{color:#e7e3ff;background:0 0;border:0;padding:0;font-size:13.5px}.blog-prose img{border-radius:var(--radius-md);width:100%}.blog-prose table{border-collapse:collapse;width:100%;font-size:15px}.blog-prose th,.blog-prose td{border:1px solid var(--border);text-align:left;padding:10px 12px}.blog-prose th{background:var(--surface-soft);color:var(--ink);font-weight:700}.blog-figure{margin:0}.blog-figure figcaption{color:var(--muted);text-align:center;margin-top:8px;font-size:13px}.blog-callout{border-radius:var(--radius-md);border:1px solid;padding:16px 18px;font-size:16px;line-height:1.6}.blog-callout p{color:inherit;margin:0}.blog-callout--info{color:var(--ink-soft);background:#f4f1ff;border-color:#ddd4ff}.blog-callout--tip{color:#11623f;background:#e6f7ee;border-color:#bfe9d2}.blog-callout--warn{color:#7a5800;background:#fff7e0;border-color:#f3e0a8}.blog-post__cta{background:var(--brand-tint);border:1px solid var(--brand-soft);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:56px;padding:24px 28px;display:flex}.blog-post__cta strong{color:var(--ink);font-size:17px;display:block}.blog-post__cta span{color:var(--text-soft);font-size:14px}.blog-related{border-top:1px solid var(--border);margin-top:64px;padding:64px 0 24px}@media (max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-card--featured{grid-template-columns:1fr}.blog-card--featured .blog-card__cover{aspect-ratio:16/9;min-height:200px}}@media (max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-post__cta{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.blog-card{transition:none}}
