*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--bg: #05050e;--bg2: #09091a;--accent: #4f6ef7;--accent2: #7c5ef7;--glow: rgba(79,110,247,.32);--glow2: rgba(124,94,247,.22);--text: #eeeef8;--muted: rgba(238,238,248,.45);--border: rgba(255,255,255,.08);--glass: rgba(255,255,255,.04);--glass2: rgba(255,255,255,.08);--nav-h: 52px;--radius-nav: 20px;--radius-btn: 13px;--radius-card: 22px;--ease-spring: cubic-bezier(.16,1,.3,1)}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.auth-pending{visibility:hidden}.nav-shell{position:fixed;top:16px;left:50%;transform:translate(-50%);width:calc(100% - 48px);max-width:1300px;z-index:999;animation:shellDrop .65s var(--ease-spring) both}@keyframes shellDrop{0%{opacity:0;transform:translate(-50%) translateY(-24px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.navbar{position:relative;display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);padding:0 16px 0 14px;background:#ffffff24;backdrop-filter:blur(28px) saturate(200%) brightness(1.08);-webkit-backdrop-filter:blur(28px) saturate(200%) brightness(1.08);border:1px solid rgba(255,255,255,.24);border-radius:22px;box-shadow:0 8px 32px #0000001a,0 1px #ffffff94 inset,0 0 0 1px #ffffff1a inset,0 0 80px #c8dcff1a,inset 0 -1px 1px #ffffff1f;transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}.navbar.scrolled{background:#ffffff38;border-color:#ffffff52;box-shadow:0 12px 48px #00000024,0 1px #ffffffa6 inset,0 0 80px #c8dcff24,inset 0 -1px 1px #ffffff2e}.logo{display:flex;align-items:center;gap:0;text-decoration:none;flex-shrink:0}.logo-img{height:24px;width:auto;display:block;filter:brightness(0) invert(0);transition:opacity .2s ease}.logo:hover .logo-img{opacity:.82}.logo-img{filter:brightness(0) invert(0)}.logo-mark,.logo-name{display:none}.nav-links{display:flex;align-items:center;gap:2px;list-style:none}.nav-links a{display:inline-block;padding:6px 11px;font-size:12.5px;font-weight:500;color:#000000b8;text-decoration:none;border-radius:12px;transition:color .2s,background .2s;letter-spacing:.05px}.nav-links a:hover{color:#000;background:#ffffff1a}.nav-right{display:flex;align-items:center;gap:10px}.btn-get{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:12.5px;font-weight:700;color:#fff;text-decoration:none;background:#000;border:none;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap;letter-spacing:.1px;box-shadow:0 2px 12px #00000059;transition:transform .22s var(--ease-spring),box-shadow .22s ease}.btn-get:hover{transform:translateY(-1.5px);box-shadow:0 6px 24px #00000073}.btn-get .arrow{display:inline-flex;align-items:center;transition:transform .2s var(--ease-spring)}.btn-get:hover .arrow{transform:translate(3px)}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:#000;border:1px solid rgba(255,255,255,.15);border-radius:13px;cursor:pointer;padding:0 10px;transition:background .2s,border-color .2s,box-shadow .2s;flex-shrink:0;box-shadow:0 2px 12px #0000004d}.burger:hover{background:#1a1a1a;border-color:#ffffff38;box-shadow:0 4px 18px #0006}.burger span{display:block;height:1.5px;background:#fff;border-radius:2px;transition:all .32s var(--ease-spring)}.burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mob-menu{display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;background:#ffffffc7;backdrop-filter:blur(28px) saturate(200%) brightness(1.04);-webkit-backdrop-filter:blur(28px) saturate(200%) brightness(1.04);border:1px solid rgba(255,255,255,.32);border-radius:20px;padding:14px;flex-direction:column;gap:3px;box-shadow:0 20px 60px #00000024,inset 0 1px #ffffffb3,inset 0 -1px #fff3,0 0 0 1px #ffffff1a inset;opacity:0;visibility:hidden;transform:translateY(-12px) scale(.97);pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),visibility 0s linear .3s}.mob-menu.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:all;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}.mob-menu a{display:block;padding:12px 15px;font-size:14.5px;font-weight:500;color:#000000b8;text-decoration:none;border-radius:13px;transition:all .18s}.mob-menu a:hover{color:#000000e6;background:#ffffff85}.mob-menu .btn-get{margin-top:6px;width:100%;padding:13px;font-size:14.5px;border-radius:14px;justify-content:center;color:#fff}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:130px 20px 80px;overflow:hidden;text-align:center}.hero-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-video-wrap video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;z-index:1;background:transparent}.hero-body{position:relative;z-index:2;max-width:720px;width:100%}.badge{display:inline-flex;align-items:center;gap:0;background:#ffffffeb;border:1px solid rgba(255,255,255,.25);border-radius:100px;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#111;margin-bottom:28px;animation:riseUp .8s var(--ease-spring) .1s both;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 12px #0000001a}.badge-dark{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#0a0a1a;color:#fff;border-radius:100px 0 0 100px}.badge-dark svg{width:14px;height:14px;fill:#f5c542;stroke:#f5c542;stroke-width:1.5}.badge-light{display:inline-flex;align-items:center;gap:6px;padding:7px 16px 7px 10px;color:#333;font-weight:600;letter-spacing:.5px}.badge-light svg{width:14px;height:14px;stroke:#555;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.headline{font-size:clamp(32px,6.5vw,58px);font-weight:800;line-height:1.1;letter-spacing:-2px;color:#fff;margin-bottom:12px;animation:riseUp .85s var(--ease-spring) .2s both}.headline em{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;letter-spacing:-1px;color:#92003a}.subhead{font-size:clamp(14px,2vw,16px);font-weight:400;line-height:1.65;color:var(--muted);max-width:480px;margin:0 auto 36px;animation:riseUp .85s var(--ease-spring) .32s both}.prompt-wrap{max-width:680px;margin:0 auto;animation:riseUp .85s var(--ease-spring) .44s both}.prompt-card{background:#fffffffa;border:1px solid rgba(255,255,255,.4);border-radius:14px;padding:16px 16px 12px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 8px 32px #00000026,0 0 0 1px #fff3 inset,0 2px 8px #00000014;transition:border-color .25s ease,box-shadow .25s ease;text-align:left}.prompt-card:focus-within{border-color:#4f6ef759;box-shadow:0 8px 32px #00000026,0 0 0 3px #4f6ef70f,0 0 40px #4f6ef70f,inset 0 .5px #fff3}.prompt-ta{width:100%;background:transparent;border:none;outline:none;resize:none;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:400;color:#1a1a2e;line-height:1.55;min-height:50px;caret-color:var(--accent)}.prompt-ta::-moz-placeholder{color:transparent}.prompt-ta::placeholder{color:transparent}.prompt-ta-wrap{position:relative}#promptPlaceholder{position:absolute;top:0;left:0;pointer-events:none;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:400;color:#1a1a2e52;line-height:1.55;white-space:nowrap;overflow:hidden;opacity:1;transition:opacity .45s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prompt-bar{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.prompt-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prompt-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .18s ease;padding:0}.prompt-icon-btn:hover{background:#0000000f}.prompt-icon-btn svg{width:18px;height:18px;stroke:#666;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.prompt-icon-btn:hover svg{stroke:#333}.prompt-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;color:#555;background:#00000008;border:1px solid rgba(0,0,0,.05);border-radius:10px;cursor:pointer;letter-spacing:.2px;transition:all .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prompt-btn:hover{color:#111;background:#00000014;border-color:#0000001a}.prompt-btn svg{width:15px;height:15px;stroke:#666;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.prompt-btn:hover svg{stroke:#333}.model-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:700;color:#444;background:#4f6ef70f;border:1px solid rgba(79,110,247,.12);border-radius:10px;cursor:pointer;letter-spacing:.2px;transition:all .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.model-pill:hover{background:#4f6ef724;border-color:#4f6ef740}.model-pill .ai-dot{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#e8a87c,#c8956c);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;letter-spacing:.5px}.send-btn{width:38px;height:38px;flex-shrink:0;background:#000;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0000004d;transition:transform .2s var(--ease-spring),box-shadow .2s ease}.send-btn:hover{transform:translateY(-1.5px) scale(1.05);box-shadow:0 8px 22px #0006}.send-btn.active{background:#000;box-shadow:0 0 20px #00000080,0 4px 20px #00000059;animation:sendGlow 1.5s ease-in-out infinite}@keyframes sendGlow{0%,to{box-shadow:0 0 12px #00000073,0 4px 16px #0000004d}50%{box-shadow:0 0 22px #000000a6,0 4px 22px #00000080}}.send-btn.active svg{stroke:#fff;filter:none}.send-btn svg{width:16px;height:16px;stroke:#fff;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.model-dropdown{display:none;position:absolute;bottom:calc(100% + 8px);left:0;background:#fff;border:1px solid #e4e4e0;border-radius:12px;padding:6px;min-width:160px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;z-index:100;animation:modelPop .2s var(--ease-spring) both}@keyframes modelPop{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.model-dropdown.open{display:block}.model-dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;cursor:pointer;transition:background .15s ease;font-size:12px;font-weight:600;color:#444}.model-dropdown-item:hover{background:#4f6ef714}.model-dropdown-item .ai-dot{width:20px;height:20px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff}.model-dropdown-item.selected{background:#4f6ef71f;color:#4f6ef7}@keyframes riseUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 860px){.nav-links{display:none}.burger{display:flex}}@media (max-width: 600px){.btn-get{display:none}.hero{padding-top:108px;padding-bottom:60px}.headline{letter-spacing:-1.5px}.prompt-actions .prompt-btn:nth-child(n+3){display:none}.model-pill{font-size:11px;padding:5px 10px}}@media (max-width: 420px){.prompt-btn{display:none}.prompt-btn:first-child{display:inline-flex}}.features{background:#f2f2ee;padding:88px 20px 96px}.features-inner{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#fff;margin-bottom:14px}.section-heading{font-size:clamp(28px,5vw,52px);font-weight:800;letter-spacing:-1.5px;color:#111118;line-height:1.1;margin-bottom:12px}.section-heading em{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;color:transparent;background:linear-gradient(120deg,#4f6ef7,#7c5ef7);-webkit-background-clip:text;background-clip:text;letter-spacing:-1px}.section-sub{font-size:15px;font-weight:400;color:#888;line-height:1.65;max-width:480px;margin-bottom:56px}.feat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feat-card{background:#fff;border:1px solid #e4e4e0;border-radius:22px;overflow:hidden;box-shadow:0 1px 4px #0000000d,0 4px 16px #0000000a;transition:transform .28s var(--ease-spring),box-shadow .28s ease;display:flex;flex-direction:column}.feat-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000f}.rhythm-mockup{position:relative;width:100%;height:192px}.rhythm-model{position:absolute;display:flex;align-items:center;gap:6px;padding:6px 10px 6px 7px;background:#fff;border:1px solid #e6e6e2;border-radius:11px;box-shadow:0 2px 10px #0000000f;font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-weight:600;color:#333;white-space:nowrap;animation-name:rhythmFloat,rhythmModelFade;animation-duration:6.5s,6.5s;animation-timing-function:var(--ease-spring),ease-in-out;animation-iteration-count:infinite,infinite}.rhythm-model-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--accent),var(--accent2))}.rhythm-model-logo{width:14px;height:14px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover;display:block}.rhythm-m1{top:6%;left:2%;animation-delay:0s,0s}.rhythm-m2{top:1%;left:50%;animation-delay:.3s,.3s}.rhythm-m3{top:24%;left:80%;animation-delay:.6s,.6s}.rhythm-m4{top:56%;left:82%;animation-delay:.9s,.9s}.rhythm-m5{top:82%;left:58%;animation-delay:1.2s,1.2s}.rhythm-m6{top:84%;left:22%;animation-delay:1.5s,1.5s}.rhythm-m7{top:58%;left:0%;animation-delay:1.8s,1.8s}.rhythm-m8{top:24%;left:0%;animation-delay:2.1s,2.1s}.rhythm-m9{top:0%;left:26%;animation-delay:2.4s,2.4s}@keyframes rhythmFloat{0%,to{transform:translate(0);opacity:.92}25%{transform:translate(3px,-4px);opacity:1}50%{transform:translate(-2px,3px);opacity:.85}75%{transform:translate(2px,2px);opacity:1}}@keyframes rhythmModelFade{0%,66%{opacity:1}80%{opacity:0}to{opacity:0}}.rhythm-lines{position:absolute;inset:0;width:100%;height:100%}.rhythm-line{stroke:url(#rhythmLineGrad);stroke-width:1;fill:none;opacity:0;stroke-dasharray:4 5;animation:rhythmLineIn 6.5s ease-in-out infinite}.rhythm-line1{animation-delay:.2s}.rhythm-line2{animation-delay:.6s}.rhythm-line3{animation-delay:1s}.rhythm-line4{animation-delay:1.4s}.rhythm-line5{animation-delay:1.8s}.rhythm-line6{animation-delay:2.2s}.rhythm-line7{animation-delay:2.6s}.rhythm-line8{animation-delay:3s}@keyframes rhythmLineIn{0%{opacity:0}55%{opacity:0}70%{opacity:.55}90%{opacity:.32}to{opacity:0}}.rhythm-note{position:absolute;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent2));border-radius:50%;box-shadow:0 0 0 4px #4f6ef724,0 4px 14px #4f6ef759;offset-path:path("M 20 18 C 90 6, 170 30, 190 46 C 210 62, 150 78, 120 96 C 90 114, 40 118, 30 100 C 20 82, 60 60, 100 66 C 140 72, 150 100, 110 100");offset-rotate:0deg;animation:rhythmNoteMove 6.5s cubic-bezier(.45,.05,.55,.95) infinite}@keyframes rhythmNoteMove{0%{offset-distance:0%;opacity:1;transform:scale(1)}62%{offset-distance:100%;opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(.4)}to{opacity:0;transform:scale(.4)}}.rhythm-result{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);display:flex;align-items:center;gap:6px;padding:8px 14px 8px 10px;background:#0a0a0a;border-radius:12px;box-shadow:0 8px 24px #00000038;opacity:0;animation:rhythmResultIn 6.5s ease-in-out infinite}.rhythm-result-icon{width:16px;height:16px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--accent),var(--accent2));display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px}.rhythm-result-text{font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;color:#fff;letter-spacing:.2px;white-space:nowrap}@keyframes rhythmResultIn{0%,68%{opacity:0;transform:translate(-50%,-50%) scale(.55)}82%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}92%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}.feat-visual{position:relative;height:240px;background:#f9f9f7;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #ebebea;background-image:radial-gradient(circle,#d4d4d0 1px,transparent 1px);background-size:18px 18px}.feat-visual-inner{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;padding:24px}.feat-text{padding:20px 22px 22px;flex:1}.feat-title-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.feat-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;flex-shrink:0;color:#444}.feat-icon svg{width:14px;height:14px;stroke:#555;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.feat-title{font-size:16px;font-weight:700;color:#111;letter-spacing:-.2px}.feat-desc{font-size:13.5px;font-weight:400;color:#888;line-height:1.62}.wf-mockup{position:relative;width:100%;max-width:260px;height:152px}.wf-stage{position:absolute;top:50%;left:50%;width:100%;opacity:0}.wf-file-card{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:1px solid #ebebea;border-radius:14px;box-shadow:0 6px 20px #0000000d}.wf-file-icon{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#4f6ef714;color:#4f6ef7}.wf-file-icon svg{width:15px;height:15px}.wf-file-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.wf-file-name{font-size:11px;font-weight:600;color:#222}.wf-progress-track{width:100%;height:3px;border-radius:2px;background:#eee;overflow:hidden}.wf-progress-fill{height:100%;width:0%;border-radius:2px;background:linear-gradient(90deg,#4f6ef7,#7c5ef7)}.wf-think-card{display:flex;align-items:center;gap:9px;padding:12px 16px;background:#fff;border:1px solid #ebebea;border-radius:999px;box-shadow:0 6px 20px #0000000d;width:-moz-fit-content;width:fit-content;margin:0 auto}.wf-think-avatar{width:22px;height:22px;border-radius:50%;background:#111;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wf-think-dots{display:flex;gap:4px;align-items:center}.wf-think-dots span{width:4px;height:4px;border-radius:50%;background:#999;opacity:.3}.wf-tasks{display:flex;flex-direction:column;gap:7px;align-items:center}.wf-task-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #ebebea;border-radius:10px;font-size:10.5px;font-weight:600;color:#333;box-shadow:0 4px 14px #0000000a;opacity:0}.wf-task-check{width:13px;height:13px;border-radius:50%;background:#22c55e;color:#fff;font-size:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wf-response-card{padding:13px 15px;background:#fff;border:1px solid #ebebea;border-radius:14px;box-shadow:0 8px 24px #0000000f}.wf-response-head{display:flex;align-items:center;gap:8px;margin-bottom:9px}.wf-response-avatar{width:20px;height:20px;border-radius:50%;background:#111;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wf-response-label{font-size:10.5px;font-weight:700;color:#222}.wf-response-line{height:6px;border-radius:3px;background:#eee;margin-bottom:6px}.wf-response-line.l1{width:100%}.wf-response-line.l2{width:88%}.wf-response-line.l3{width:62%;margin-bottom:0}.research-mockup{width:100%;max-width:260px;background:#fff;border:1px solid #e8e8e4;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000012}.research-header{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid #f0f0ed;background:#fafaf8}.research-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.research-bar{flex:1;height:7px;background:#e8e8e4;border-radius:4px}.research-body{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.research-line{height:7px;border-radius:4px;background:#ebebea}.research-line.highlight{background:linear-gradient(90deg,#4f6ef7,#7c5ef7);width:70%;opacity:.7}.research-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#4f6ef71a;border-radius:6px;font-size:9px;font-weight:700;color:#4f6ef7;letter-spacing:.3px;margin-top:4px;align-self:flex-start}.vision-mockup{position:relative;width:200px;height:150px}.vision-img-frame{width:100%;height:100%;border-radius:12px;background:linear-gradient(135deg,#e8eaf0,#d4d8e8);border:1px solid #dde0e8;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.vision-scan-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#4f6ef7,transparent);animation:scanMove 2.5s ease-in-out infinite;opacity:.8}@keyframes scanMove{0%{top:10%}50%{top:85%}to{top:10%}}.vision-corner{position:absolute;width:16px;height:16px;border-color:#4f6ef7;border-style:solid;opacity:.7}.vision-corner.tl{top:8px;left:8px;border-width:2px 0 0 2px}.vision-corner.tr{top:8px;right:8px;border-width:2px 2px 0 0}.vision-corner.bl{bottom:8px;left:8px;border-width:0 0 2px 2px}.vision-corner.br{bottom:8px;right:8px;border-width:0 2px 2px 0}.vision-tag{position:absolute;bottom:-10px;right:-10px;background:#111;color:#fff;font-size:9px;font-weight:700;padding:4px 9px;border-radius:20px;letter-spacing:.3px;white-space:nowrap}.vision-img-placeholder{width:64px;height:64px;opacity:.15}.memory-mockup{position:relative;width:220px;height:150px}.memory-node{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:700;letter-spacing:.2px;white-space:nowrap}.memory-edge{position:absolute;height:1px;background:#c8c8c4;transform-origin:left center}.code-mockup{width:100%;max-width:270px;background:#1a1a2e;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #00000040}.code-topbar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#14142a;border-bottom:1px solid rgba(255,255,255,.06)}.code-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.code-filename{font-size:10px;font-weight:600;color:#fff6;letter-spacing:.2px}.code-body{padding:12px 14px;display:flex;flex-direction:column;gap:5px}.code-line{display:flex;align-items:center;gap:10px}.code-ln{font-size:10px;color:#fff3;font-family:monospace;width:12px;text-align:right;flex-shrink:0}.code-text{font-family:monospace;font-size:10.5px;color:#ffffffbf}.code-kw{color:#7c5ef7}.code-fn{color:#5ea8ff}.code-str{color:#8bde8b}.code-cmt{color:#ffffff47;font-style:italic}.multi-mockup{display:flex;flex-direction:column;gap:8px;width:100%;max-width:250px}.model-row{display:flex;align-items:center;gap:10px;padding:9px 14px;background:#fff;border:1px solid #e8e8e4;border-radius:12px;box-shadow:0 1px 6px #0000000f}.model-row-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.model-row-name{font-size:11.5px;font-weight:700;color:#222;flex:1}.model-row-badge{font-size:9px;font-weight:700;padding:2px 7px;border-radius:20px;letter-spacing:.3px;text-transform:uppercase}.file-mockup{width:100%;max-width:250px;background:#fff;border:1px solid #e4e4e0;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000012}.file-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #f0f0ed}.file-icon-box{width:30px;height:36px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-icon-box svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.file-meta{display:flex;flex-direction:column;gap:3px}.file-name{font-size:11px;font-weight:700;color:#222}.file-size{font-size:9.5px;color:#aaa}.file-body{padding:12px 16px;display:flex;flex-direction:column;gap:7px}.file-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.file-bar-wrap{flex:1;height:5px;background:#f0f0ee;border-radius:3px;overflow:hidden}.file-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#4f6ef7,#7c5ef7)}.file-label{font-size:9.5px;font-weight:600;color:#bbb;width:50px}.file-pct{font-size:9.5px;font-weight:700;color:#555}.fast-mockup{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:230px}.fast-ring-wrap{position:relative;width:90px;height:90px}.fast-ring-wrap svg{width:90px;height:90px;transform:rotate(-90deg)}.fast-ring-bg{fill:none;stroke:#ebebea;stroke-width:6}.fast-ring-arc{fill:none;stroke:url(#fastGrad);stroke-width:6;stroke-linecap:round;stroke-dasharray:220;stroke-dashoffset:44;animation:arcFill 1.6s var(--ease-spring) .3s both}@keyframes arcFill{0%{stroke-dashoffset:220}to{stroke-dashoffset:44}}.fast-ring-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.fast-ring-num{font-size:18px;font-weight:800;color:#111;letter-spacing:-1px;line-height:1}.fast-ring-unit{font-size:9px;font-weight:600;color:#aaa}.fast-tokens{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.fast-token{padding:4px 10px;background:#fff;border:1px solid #e4e4e0;border-radius:20px;font-size:10px;font-weight:700;color:#555;box-shadow:0 1px 4px #0000000d}.model-logo-wrap{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1)}.model-row:hover .model-logo-wrap{transform:scale(1.1) translateY(-1px)}.model-logo-openai{background:#f5f5f5;padding:2px}.model-logo-claude{background:#d977571a}.model-logo-google,.model-logo-llama{background:#f5f5f5;padding:2px}.stocks-mockup{width:100%;max-width:295px;background:#fff;border:1px solid #e4e4e0;border-radius:13px;overflow:visible;box-shadow:0 4px 22px #0000001a,0 1px 4px #0000000d;position:relative}.st-topbar{display:flex;align-items:center;gap:5px;padding:6px 10px;background:#fafaf8;border-bottom:1px solid #eeeeeb;border-radius:13px 13px 0 0}.st-symbol{font-size:10px;font-weight:800;color:#111;letter-spacing:.3px}.st-cur-price{font-size:10px;font-weight:700;color:#111;letter-spacing:-.2px;transition:color .2s}.st-chg{font-size:8.5px;font-weight:800;border-radius:4px;padding:1px 5px;transition:all .3s}.st-chg-up{color:#15803d;background:#dcfce7}.st-chg-down{color:#b91c1c;background:#fee2e2}.st-ai-pill{margin-left:auto;font-size:7px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;border-radius:20px;padding:2px 7px;border:1px solid currentColor;transition:all .4s ease;flex-shrink:0}.st-chart-wrap{position:relative;background:#fff;overflow:hidden}#stocksChart{display:block;width:100%;height:88px}.st-signal{position:absolute;font-size:6.5px;font-weight:800;padding:2px 6px;border-radius:3px;letter-spacing:.4px;pointer-events:none;opacity:0;transition:opacity .35s ease;bottom:12px}.st-signal-buy{color:#15803d;background:#dcfce7;border:1px solid #86efac;left:28px}.st-signal-sell{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;right:28px}.st-bottom{display:flex;align-items:stretch;border-top:1px solid #eeeeeb}.st-pnl-box{display:flex;flex-direction:column;justify-content:center;gap:2px;padding:5px 10px;border-right:1px solid #eeeeeb;min-width:68px;flex-shrink:0}.st-pnl-label{font-size:6.5px;font-weight:700;color:#bbb;letter-spacing:1.2px;text-transform:uppercase}.st-pnl-val{font-size:11.5px;font-weight:800;letter-spacing:-.4px;transition:all .3s;line-height:1}.st-pnl-green{color:#15803d}.st-pnl-red{color:#b91c1c}.st-trending{flex:1;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:4px 8px}.st-tick-row{display:flex;align-items:center;gap:5px;opacity:0;transform:translate(-6px);animation:stTickIn 3.5s cubic-bezier(.16,1,.3,1) infinite}.st-tick-row:nth-child(1){animation-delay:0s}.st-tick-row:nth-child(2){animation-delay:.35s}.st-tick-row:nth-child(3){animation-delay:.7s}@keyframes stTickIn{0%{opacity:0;transform:translate(-6px)}14%{opacity:1;transform:translate(0)}84%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(4px)}}.st-tick-sym{font-size:8px;font-weight:800;color:#333;width:28px;flex-shrink:0;letter-spacing:.1px}.st-tick-bar-wrap{flex:1;height:3px;background:#f0f0ee;border-radius:2px;overflow:hidden}.st-tick-bar{height:100%;border-radius:2px;animation:stBarGlow 2.5s ease-in-out infinite}@keyframes stBarGlow{0%,to{opacity:.75}50%{opacity:1}}.st-tick-pct{font-size:7.5px;font-weight:800;width:27px;text-align:right;flex-shrink:0}.st-sentiment-row{display:flex;align-items:center;gap:6px;padding:4px 10px 5px;background:#fafaf8;border-top:1px solid #eeeeeb;border-radius:0 0 13px 13px}.st-sent-label{font-size:6.5px;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.7px;white-space:nowrap;flex-shrink:0}.st-sent-track{display:flex;flex:1;height:5px;border-radius:3px;overflow:hidden;gap:1px}.st-sb-bull{background:#15803d;border-radius:3px 0 0 3px}.st-sb-neut{background:#f59e0b}.st-sb-bear{background:#dc2626;border-radius:0 3px 3px 0}.st-sent-pct{font-size:7.5px;font-weight:800;color:#15803d;flex-shrink:0;white-space:nowrap;transition:color .3s}@media (max-width: 700px){.feat-grid{grid-template-columns:1fr}.feat-visual{height:200px}.trusted-stat-row{gap:24px}.t-stat-divider{display:none}}@media (max-width: 480px){.trusted-logos{gap:8px 6px}.t-logo{font-size:12px;padding:8px 14px}}[data-reveal]{opacity:0;transform:translateY(40px) scale(.96);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}[data-reveal].revealed{opacity:1;transform:translateY(0) scale(1)}[data-reveal]:nth-child(1){transition-delay:0s}[data-reveal]:nth-child(2){transition-delay:.08s}[data-reveal]:nth-child(3){transition-delay:.16s}[data-reveal]:nth-child(4){transition-delay:.24s}[data-reveal]:nth-child(5){transition-delay:.32s}[data-reveal]:nth-child(6){transition-delay:.4s}[data-reveal]:nth-child(7){transition-delay:.48s}[data-reveal]:nth-child(8){transition-delay:.56s}.feat-card{transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1),border-color .3s ease}.feat-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 20px 60px #0000001f,0 4px 12px #00000014;border-color:#d4d4d0}.feat-visual-inner{transition:transform .5s cubic-bezier(.16,1,.3,1)}.feat-card:hover .feat-visual-inner{transform:scale(1.04)}.wf-s1{animation:wfFile 9s cubic-bezier(.16,1,.3,1) infinite}.wf-s2{animation:wfThink 9s cubic-bezier(.16,1,.3,1) infinite}.wf-s3{animation:wfTasks 9s cubic-bezier(.16,1,.3,1) infinite}.wf-s4{animation:wfReply 9s cubic-bezier(.16,1,.3,1) infinite}@keyframes wfFile{0%{opacity:0;transform:translate(-50%,-58%) scale(.96)}4%{opacity:1;transform:translate(-50%,-50%) scale(1)}19%{opacity:1;transform:translate(-50%,-50%) scale(1)}26%{opacity:0;transform:translate(-50%,-46%) scale(.98)}to{opacity:0}}.wf-progress-fill{animation:wfProgress 9s cubic-bezier(.4,0,.2,1) infinite}@keyframes wfProgress{0%{width:0%}4%{width:0%}17%{width:100%}to{width:100%}}@keyframes wfThink{0%{opacity:0}24%{opacity:0;transform:translate(-50%,-54%) scale(.96)}28%{opacity:1;transform:translate(-50%,-50%) scale(1)}42%{opacity:1;transform:translate(-50%,-50%) scale(1)}48%{opacity:0;transform:translate(-50%,-46%) scale(.98)}to{opacity:0}}.wf-think-dots span{animation:wfDot 1s ease-in-out infinite}.wf-think-dots span:nth-child(1){animation-delay:0s}.wf-think-dots span:nth-child(2){animation-delay:.15s}.wf-think-dots span:nth-child(3){animation-delay:.3s}@keyframes wfDot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes wfTasks{0%{opacity:0}46%{opacity:0;transform:translate(-50%,-56%) scale(.97)}50%{opacity:1;transform:translate(-50%,-50%) scale(1)}68%{opacity:1;transform:translate(-50%,-50%) scale(1)}74%{opacity:0;transform:translate(-50%,-46%) scale(.98)}to{opacity:0}}.wf-task-chip{animation:wfChipIn 9s cubic-bezier(.16,1,.3,1) infinite}.wf-t1{animation-delay:0s}.wf-t2{animation-delay:.12s}.wf-t3{animation-delay:.24s}@keyframes wfChipIn{0%{opacity:0;transform:translateY(6px)}53%{opacity:0;transform:translateY(6px)}58%{opacity:1;transform:translateY(0)}73%{opacity:1;transform:translateY(0)}78%{opacity:0;transform:translateY(-4px)}to{opacity:0}}@keyframes wfReply{0%{opacity:0}72%{opacity:0;transform:translate(-50%,-56%) scale(.94)}78%{opacity:1;transform:translate(-50%,-50%) scale(1)}96%{opacity:1;transform:translate(-50%,-50%) scale(1.015)}to{opacity:0;transform:translate(-50%,-52%) scale(.98)}}.wf-response-line{animation:wfLineGrow .5s cubic-bezier(.16,1,.3,1) both;transform-origin:left center}.wf-response-line.l1{animation-delay:6.9s}.wf-response-line.l2{animation-delay:7.05s}.wf-response-line.l3{animation-delay:7.2s}@keyframes wfLineGrow{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.vision-scan-line{animation:scanSweep 3s ease-in-out infinite}@keyframes scanSweep{0%{top:8%;opacity:0}10%{opacity:.8}45%{top:85%;opacity:.8}55%{top:85%;opacity:0}60%{top:8%;opacity:0}70%{opacity:.8}to{top:85%;opacity:.8}}.vision-corner{animation:cornerGlow 2s ease-in-out infinite}.vision-corner.tl{animation-delay:0s}.vision-corner.tr{animation-delay:.5s}.vision-corner.bl{animation-delay:1s}.vision-corner.br{animation-delay:1.5s}@keyframes cornerGlow{0%,to{opacity:.5;border-color:#4f6ef7}50%{opacity:1;border-color:#7c5ef7;box-shadow:0 0 8px #4f6ef74d}}.vision-tag{animation:tagBounce 2s ease-in-out infinite}@keyframes tagBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.memory-mockup svg circle[fill="url(#nodeGrad)"]{animation:nodeBreathe 3s ease-in-out infinite}@keyframes nodeBreathe{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.08);opacity:1}}.memory-mockup svg line{animation:lineFlow 2s linear infinite;stroke-dasharray:4 4}.memory-mockup svg line[stroke-dasharray="3 3"]{animation:dashScroll 1.5s linear infinite}@keyframes lineFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-8}}@keyframes dashScroll{0%{stroke-dashoffset:0}to{stroke-dashoffset:-6}}.memory-mockup svg text{animation:textFade 3s ease-in-out infinite}@keyframes textFade{0%,to{opacity:.7}50%{opacity:1}}.code-mockup{position:relative;overflow:hidden}.code-line{opacity:0;animation:codeType 5s cubic-bezier(.16,1,.3,1) infinite}.code-line:nth-child(1){animation-delay:.2s}.code-line:nth-child(2){animation-delay:.6s}.code-line:nth-child(3){animation-delay:1s}.code-line:nth-child(4){animation-delay:1.4s}.code-line:nth-child(5){animation-delay:1.8s}.code-line:nth-child(6){animation-delay:2.2s}@keyframes codeType{0%{opacity:0;transform:translate(-15px);filter:blur(2px)}12%{opacity:1;transform:translate(0);filter:blur(0)}88%{opacity:1;transform:translate(0);filter:blur(0)}to{opacity:0;transform:translate(10px);filter:blur(1px)}}.code-line:last-child .code-text:after{content:"|";display:inline-block;color:#4f6ef7;font-weight:300;margin-left:2px;animation:cursorBlink .8s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.model-row{opacity:0;transform:translate(-20px);animation:modelSlide 4s cubic-bezier(.16,1,.3,1) infinite}.model-row:nth-child(1){animation-delay:.2s}.model-row:nth-child(2){animation-delay:.6s}.model-row:nth-child(3){animation-delay:1s}.model-row:nth-child(4){animation-delay:1.4s}@keyframes modelSlide{0%{opacity:0;transform:translate(-20px)}15%{opacity:1;transform:translate(0)}85%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.model-row-badge{animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 #4f6ef700}50%{box-shadow:0 0 0 3px #4f6ef71a}}.file-bar-fill{transform-origin:left;animation:barGrow 3s cubic-bezier(.16,1,.3,1) infinite}.file-row:nth-child(1) .file-bar-fill{animation-delay:.2s}.file-row:nth-child(2) .file-bar-fill{animation-delay:.6s}.file-row:nth-child(3) .file-bar-fill{animation-delay:1s}@keyframes barGrow{0%{transform:scaleX(0)}30%{transform:scaleX(1)}70%{transform:scaleX(1);opacity:1}to{transform:scaleX(1);opacity:.6}}.file-row{opacity:0;animation:fileRowAppear 3s ease-out infinite}.file-row:nth-child(1){animation-delay:0s}.file-row:nth-child(2){animation-delay:.3s}.file-row:nth-child(3){animation-delay:.6s}@keyframes fileRowAppear{0%{opacity:0;transform:translateY(5px)}20%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:.7}}.fast-ring-arc{animation:arcSpin 3s cubic-bezier(.16,1,.3,1) infinite;transform-origin:center}@keyframes arcSpin{0%{stroke-dashoffset:220;transform:rotate(-90deg)}40%{stroke-dashoffset:44;transform:rotate(-90deg)}60%{stroke-dashoffset:44;transform:rotate(-90deg)}to{stroke-dashoffset:220;transform:rotate(270deg)}}.fast-ring-num{animation:numCount 3s ease-out infinite}@keyframes numCount{0%{opacity:0;transform:scale(.8)}30%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1)}to{opacity:.8;transform:scale(.95)}}.fast-token{opacity:0;animation:tokenPop 3s cubic-bezier(.16,1,.3,1) infinite}.fast-token:nth-child(1){animation-delay:.8s}.fast-token:nth-child(2){animation-delay:1.1s}.fast-token:nth-child(3){animation-delay:1.4s}@keyframes tokenPop{0%{opacity:0;transform:translateY(8px) scale(.9)}20%{opacity:1;transform:translateY(0) scale(1)}80%{opacity:1;transform:translateY(0) scale(1)}to{opacity:.7;transform:translateY(-4px) scale(.98)}}.deploy-mockup{width:100%;max-width:280px;position:relative;padding:8px}.deploy-pipeline{position:relative;display:flex;flex-direction:column;gap:6px}.dp-stage{display:flex;align-items:center;gap:6px}.dp-stage-top{justify-content:center}.dp-stage-bottom{gap:8px}.dp-box{display:flex;align-items:center;gap:5px;padding:5px 8px;background:#fff;border:1px solid #e4e4e0;border-radius:8px;box-shadow:0 1px 4px #0000000a;font-size:9px;font-weight:700;color:#444;position:relative}.dp-box-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dp-box-icon svg{width:14px;height:14px;display:block}.dp-box-text{white-space:nowrap;line-height:1}.dp-check{width:14px;height:14px;border-radius:50%;background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;color:#22c55e;flex-shrink:0;margin-left:2px;opacity:0;transform:scale(.6)}.dp-arrow{position:relative;width:32px;height:2px;flex-shrink:0}.dp-arrow-track{position:absolute;inset:0;background:#f0f0ee;border-radius:1px}.dp-arrow-fill{position:absolute;inset:0;width:0%;background:linear-gradient(90deg,#4f6ef7,#7c5ef7);border-radius:1px}.dp-branch{display:flex;align-items:center;justify-content:center;gap:0;height:16px;position:relative}.dp-branch-line{width:60px;height:2px;background:#f0f0ee;border-radius:1px;position:relative;overflow:hidden}.dp-branch-fill{position:absolute;inset:0;width:0%;background:linear-gradient(90deg,#4f6ef7,#7c5ef7);border-radius:1px}.dp-branch-node{width:12px;height:12px;border-radius:50%;border:2px solid #e0e0e0;position:relative;flex-shrink:0;margin:0 4px}.dp-branch-pulse{position:absolute;inset:2px;border-radius:50%;background:#4f6ef7;opacity:0;transform:scale(0)}.dp-track{flex:1;background:#fafaf8;border:1px solid #e8e8e4;border-radius:8px;padding:6px;display:flex;flex-direction:column;gap:4px;min-width:0}.dp-progress{width:100%}.dp-progress-bar{width:100%;height:3px;background:#e8e8e4;border-radius:2px;overflow:hidden}.dp-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#4f6ef7,#7c5ef7);border-radius:2px}.dp-steps{display:flex;align-items:center;gap:2px}.dp-step{flex:1;text-align:center;padding:2px 3px;border-radius:3px;background:#f0f0ee;font-size:7px;font-weight:700;color:#bbb;line-height:1;transition:none}.dp-domain{padding:4px 6px;background:#fff;border:1px solid #e4e4e0;border-radius:5px;opacity:0;transform:translateY(4px) scale(.98)}.dp-domain-url{font-size:8px;font-weight:800;color:#15803d;letter-spacing:-.1px;line-height:1.2;font-family:Courier New,monospace;margin-bottom:2px}.dp-domain-tags{display:flex;gap:2px}.dp-dtag{font-size:6px;font-weight:700;padding:1px 3px;border-radius:2px;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;line-height:1}.dp-live{display:flex;align-items:center;justify-content:center;gap:4px;padding:2px 6px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:7px;font-weight:800;color:#15803d;opacity:0;transform:scale(.85);align-self:center}.dp-live-dot{width:5px;height:5px;border-radius:50%;background:#22c55e;position:relative}.dp-live-dot:after{content:"";position:absolute;inset:-2px;border-radius:50%;border:1px solid #22c55e;animation:dpLivePulse 2s ease-out infinite}@keyframes dpLivePulse{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}.dp-confetti{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.dp-cf{position:absolute;width:3px;height:3px;border-radius:50%;opacity:0;top:60%}.c1{background:#4f6ef7;left:20%}.c2{background:#7c5ef7;left:25%}.c3{background:#22c55e;left:30%}.c4{background:#f59e0b;left:70%}.c5{background:#ef4444;left:75%}.c6{background:#4f6ef7;left:80%}.c7{background:#7c5ef7;left:35%}.c8{background:#22c55e;left:65%}.dp-box-project{animation:dpFadeIn 6s cubic-bezier(.16,1,.3,1) infinite}.dp-arrow-fill{animation:dpArrowFlow 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.4s}.dp-box-github{animation:dpFadeIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.5s}.dp-box-github .dp-check{animation:dpCheckPop 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.8s}.dp-bl-left .dp-branch-fill{animation:dpBranchFlow 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1s}.dp-bl-right .dp-branch-fill{animation:dpBranchFlow 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.1s}.dp-branch-pulse{animation:dpBranchPulse 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1s}.dp-box-vercel{animation:dpFadeIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.2s}.dp-box-vercel .dp-check{animation:dpCheckPop 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.5s}.dp-fill-v{animation:dpProgress 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.3s}.dp-s-v1{animation:dpStep1 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.3s}.dp-s-v2{animation:dpStep2 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.3s}.dp-s-v3{animation:dpStep3 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.3s}.dp-s-v4{animation:dpStep4 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.3s}.dp-domain-v{animation:dpDomainIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:2.8s}.dp-track:nth-child(1) .dp-live{animation:dpLiveIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:3s}.dp-box-render{animation:dpFadeIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.4s}.dp-box-render .dp-check{animation:dpCheckPop 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.7s}.dp-fill-r{animation:dpProgress 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.5s}.dp-s-r1{animation:dpStep1 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.5s}.dp-s-r2{animation:dpStep2 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.5s}.dp-s-r3{animation:dpStep3 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.5s}.dp-s-r4{animation:dpStep4 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.5s}.dp-domain-r{animation:dpDomainIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:3s}.dp-track:nth-child(2) .dp-live{animation:dpLiveIn 6s cubic-bezier(.16,1,.3,1) infinite;animation-delay:3.2s}.c1{animation:dpConfetti 6s ease-out infinite;animation-delay:3s}.c2{animation:dpConfetti 6s ease-out infinite;animation-delay:3.05s}.c3{animation:dpConfetti 6s ease-out infinite;animation-delay:3.1s}.c4{animation:dpConfetti 6s ease-out infinite;animation-delay:3.15s}.c5{animation:dpConfetti 6s ease-out infinite;animation-delay:3.2s}.c6{animation:dpConfetti 6s ease-out infinite;animation-delay:3.25s}.c7{animation:dpConfetti 6s ease-out infinite;animation-delay:3.3s}.c8{animation:dpConfetti 6s ease-out infinite;animation-delay:3.35s}@keyframes dpFadeIn{0%,8%{opacity:0;transform:translateY(6px) scale(.96)}14%{opacity:1;transform:translateY(0) scale(1)}88%{opacity:1;transform:translateY(0) scale(1)}94%,to{opacity:0;transform:translateY(-4px) scale(.98)}}@keyframes dpArrowFlow{0%,6%{width:0%}14%{width:100%}88%{width:100%;opacity:1}94%,to{width:100%;opacity:0}}@keyframes dpCheckPop{0%,12%{opacity:0;transform:scale(.6)}18%{opacity:1;transform:scale(1.15)}22%{transform:scale(1)}88%{opacity:1;transform:scale(1)}94%,to{opacity:0;transform:scale(.85)}}@keyframes dpBranchFlow{0%,16%{width:0%}24%{width:100%}88%{width:100%;opacity:1}94%,to{width:100%;opacity:0}}@keyframes dpBranchPulse{0%,15%{opacity:0;transform:scale(0)}22%{opacity:1;transform:scale(1)}88%{opacity:1;transform:scale(1)}94%,to{opacity:0;transform:scale(.5)}}@keyframes dpProgress{0%,20%{width:0%}28%{width:25%}40%{width:50%}52%{width:75%}64%{width:100%}88%{width:100%;opacity:1}94%,to{width:100%;opacity:0}}@keyframes dpStep1{0%,22%{background:#f0f0ee;color:#bbb}26%{background:#eef2ff;color:#4f6ef7}32%{background:#f0fdf4;color:#15803d}88%{background:#f0fdf4;color:#15803d}94%,to{background:#f0f0ee;color:#bbb}}@keyframes dpStep2{0%,32%{background:#f0f0ee;color:#bbb}36%{background:#eef2ff;color:#4f6ef7}42%{background:#f0fdf4;color:#15803d}88%{background:#f0fdf4;color:#15803d}94%,to{background:#f0f0ee;color:#bbb}}@keyframes dpStep3{0%,42%{background:#f0f0ee;color:#bbb}46%{background:#eef2ff;color:#4f6ef7}52%{background:#f0fdf4;color:#15803d}88%{background:#f0fdf4;color:#15803d}94%,to{background:#f0f0ee;color:#bbb}}@keyframes dpStep4{0%,52%{background:#f0f0ee;color:#bbb}56%{background:#eef2ff;color:#4f6ef7}62%{background:#f0fdf4;color:#15803d}88%{background:#f0fdf4;color:#15803d}94%,to{background:#f0f0ee;color:#bbb}}@keyframes dpDomainIn{0%,44%{opacity:0;transform:translateY(4px) scale(.98)}50%{opacity:1;transform:translateY(0) scale(1)}88%{opacity:1;transform:translateY(0) scale(1)}94%,to{opacity:0;transform:translateY(-4px) scale(.98)}}@keyframes dpLiveIn{0%,48%{opacity:0;transform:scale(.85)}54%{opacity:1;transform:scale(1.05)}58%{transform:scale(1)}88%{opacity:1;transform:scale(1)}94%,to{opacity:0;transform:scale(.9)}}@keyframes dpConfetti{0%,48%{opacity:0;transform:translate(0) scale(0)}50%{opacity:1;transform:translate(var(--dx, -15px),var(--dy, -25px)) scale(1)}65%{opacity:1;transform:translate(var(--dx, -15px),var(--dy, -25px)) scale(.5)}80%,to{opacity:0;transform:translate(var(--dx, -15px),var(--dy, -25px)) scale(0)}}.deploy-cloud-svg{animation:cloudFloat 4s ease-in-out infinite}@keyframes cloudFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.02)}}.deploy-particle{animation:particleRise 2s ease-out infinite}@keyframes particleRise{0%{opacity:0;transform:translateY(0) scale(.3)}20%{opacity:.9}80%{opacity:.9;transform:translateY(-35px) scale(.6)}to{opacity:0;transform:translateY(-45px) scale(.1)}}.deploy-arrow{animation:arrowFlow 2s ease-in-out infinite}@keyframes arrowFlow{0%,to{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.deploy-plat{animation:platGlow 3s ease-in-out infinite}.deploy-plat.vercel{animation-delay:0s}.deploy-plat.render{animation-delay:1.5s}@keyframes platGlow{0%,to{box-shadow:0 0 #4f6ef700}50%{box-shadow:0 0 12px 2px #4f6ef714}}.deploy-dot{animation:deployPulse 2s ease-in-out infinite}@keyframes deployPulse{0%,to{opacity:1;box-shadow:0 0 6px #4ade8099;transform:scale(1)}50%{opacity:.6;box-shadow:0 0 16px #4ade80e6;transform:scale(1.2)}}.deploy-status-text{animation:statusShimmer 3s ease-in-out infinite}@keyframes statusShimmer{0%,to{opacity:.8}50%{opacity:1}}.apikeys-mockup{width:100%;max-width:268px;background:#fff;border:1px solid #e4e4e0;border-radius:16px;overflow:visible;box-shadow:0 2px 14px #00000012,0 1px 3px #0000000a;position:relative}.apk-header{display:flex;align-items:center;gap:7px;padding:9px 12px;background:#fafaf8;border-bottom:1px solid #f0f0ed;border-radius:16px 16px 0 0}.apk-header-icon{width:16px;height:16px;border-radius:5px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #4f6ef74d;animation:apkIconPulse 3s ease-in-out infinite}@keyframes apkIconPulse{0%,to{box-shadow:0 2px 6px #4f6ef74d}50%{box-shadow:0 2px 12px #4f6ef78c}}.apk-header-title{font-size:9.5px;font-weight:700;color:#111;flex:1;letter-spacing:.1px}.apk-header-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:7.5px;font-weight:700;color:#15803d;flex-shrink:0;opacity:0;animation:apkBadgeReveal 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:2.2s}@keyframes apkBadgeReveal{0%{opacity:0;transform:scale(.88);filter:blur(2px)}10%{opacity:1;transform:scale(1);filter:blur(0)}60%{opacity:1;transform:scale(1);box-shadow:0 0 0 2px #22c55e1f,0 0 8px #22c55e1a}75%{box-shadow:0 0 #22c55e00}88%{opacity:1}to{opacity:0;transform:scale(.96)}}.apk-badge-dot{width:5px;height:5px;background:#22c55e;border-radius:50%;flex-shrink:0;animation:apkStatusPulse 1.6s ease-in-out infinite}@keyframes apkStatusPulse{0%,to{opacity:.55;transform:scale(.85);box-shadow:0 0 #22c55e00}50%{opacity:1;transform:scale(1);box-shadow:0 0 0 3px #22c55e2e}}.apk-rows{padding:7px 8px;display:flex;flex-direction:column;gap:4px;overflow:hidden;border-radius:0}.apk-row{display:flex;align-items:center;gap:7px;padding:6px 9px;background:#fdfdfc;border:1px solid #eeeeed;border-radius:9px;opacity:0;transition:box-shadow .3s ease,border-color .3s ease,transform .45s cubic-bezier(.16,1,.3,1);cursor:default;position:relative;overflow:hidden}.apk-row.r1{animation:apkRowSlide 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.05s}.apk-row.r2{animation:apkRowSlide 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.45s}.apk-row.r3{animation:apkRowSlide 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.85s}.apk-row.r4{animation:apkRowSlide 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:1.25s}@keyframes apkRowSlide{0%{opacity:0;transform:translateY(10px) scale(.97)}10%{opacity:1;transform:translateY(0) scale(1)}82%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.98)}}.apk-provider-logo{width:18px;height:18px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;animation:apkLogoFloat 4s ease-in-out infinite}.apk-row.r1 .apk-provider-logo{animation-delay:0s;animation-duration:4.2s}.apk-row.r2 .apk-provider-logo{animation-delay:-1s;animation-duration:3.8s}.apk-row.r3 .apk-provider-logo{animation-delay:-2s;animation-duration:4.5s}.apk-row.r4 .apk-provider-logo{animation-delay:-.5s;animation-duration:3.6s}@keyframes apkLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2.5px)}}.apk-logo-claude{background:#d9775714}.apk-logo-openai,.apk-logo-gemma{background:#f9f9f9}.apk-logo-kimi{background:#000;border-radius:4px;overflow:hidden}.apk-row-name{font-size:9.5px;font-weight:700;color:#222;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.apk-row-key{font-family:Courier New,Courier,monospace;font-size:7.5px;color:#c4c4be;letter-spacing:.15px;flex-shrink:0;overflow:hidden;white-space:nowrap;max-width:0;opacity:0;animation:apkKeyType 8s cubic-bezier(.16,1,.3,1) infinite}.apk-row.r1 .apk-row-key{animation-delay:.6s}.apk-row.r2 .apk-row-key{animation-delay:1s}.apk-row.r3 .apk-row-key{animation-delay:1.4s}.apk-row.r4 .apk-row-key{animation-delay:1.8s}@keyframes apkKeyType{0%{max-width:0;opacity:0}12%{max-width:0;opacity:0}22%{max-width:72px;opacity:1}80%{max-width:72px;opacity:1}90%{max-width:72px;opacity:0}to{max-width:0;opacity:0}}.apk-row-check{width:15px;height:15px;border-radius:50%;background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;font-size:7px;color:#22c55e;font-weight:700;flex-shrink:0;opacity:0;animation:apkCheckGlow 8s ease-in-out infinite}.apk-row.r1 .apk-row-check{animation-delay:.9s}.apk-row.r2 .apk-row-check{animation-delay:1.3s}.apk-row.r3 .apk-row-check{animation-delay:1.7s}.apk-row.r4 .apk-row-check{animation-delay:2.1s}@keyframes apkCheckGlow{0%,11%{opacity:0;transform:scale(.6)}18%{opacity:1;transform:scale(1.12);box-shadow:0 0 0 3px #22c55e2e,0 0 8px #22c55e26}24%{transform:scale(1);box-shadow:none}80%{opacity:1;transform:scale(1)}92%{opacity:0;transform:scale(.88)}to{opacity:0}}.apk-flow-divider{height:1px;background:#ebebea;position:relative;overflow:hidden;opacity:0;animation:apkDividerFade 8s ease-in-out infinite;animation-delay:1.6s}@keyframes apkDividerFade{0%,8%{opacity:0}16%{opacity:1}84%{opacity:1}to{opacity:0}}.apk-flow-divider:after{content:"";position:absolute;top:0;left:-80%;width:80%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(79,110,247,0) 20%,rgba(79,110,247,.95) 50%,rgba(124,94,247,.7) 65%,transparent 100%);animation:apkLineTravel 1.6s linear infinite}@keyframes apkLineTravel{to{left:160%}}.apk-footer{display:flex;align-items:center;justify-content:space-between;padding:6px 12px 7px;background:#fafaf8;border-top:1px solid #f0f0ed;border-radius:0 0 16px 16px}.apk-footer-hub{display:flex;align-items:center;gap:5px;font-size:8.5px;font-weight:700;color:#555;opacity:0;animation:apkFooterReveal 8s ease-in-out infinite;animation-delay:1.9s}@keyframes apkFooterReveal{0%,9%{opacity:0;transform:translate(-5px)}18%{opacity:1;transform:translate(0)}84%{opacity:1}to{opacity:0}}.apk-footer-badge{font-size:7.5px;font-weight:700;color:#4f6ef7;background:#4f6ef712;border:1px solid rgba(79,110,247,.12);padding:2px 7px;border-radius:8px;opacity:0;animation:apkFooterBadge 8s ease-in-out infinite;animation-delay:2.1s}@keyframes apkFooterBadge{0%,11%{opacity:0;transform:scale(.9)}20%{opacity:1;transform:scale(1);box-shadow:0 0 0 2.5px #4f6ef71a,0 0 8px #4f6ef714}28%{box-shadow:none}84%{opacity:1}to{opacity:0}}.apk-row:hover{border-color:#4f6ef738;box-shadow:0 3px 12px #4f6ef714;transform:translateY(-1.5px) scale(1.01)}@keyframes apkDotGlow{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.social-proof{position:relative;background:#fff;padding:100px 20px 120px;overflow:hidden}.sp-inner{max-width:1240px;margin:0 auto;position:relative;z-index:1}.sp-header{text-align:center;margin-bottom:64px;position:relative;z-index:2}.sp-label{font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:#bbb;margin-bottom:20px;display:block}.sp-heading{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(32px,6vw,52px);font-weight:800;letter-spacing:-2px;color:#111118;line-height:1.1;margin-bottom:16px}.sp-heading span{font-weight:400;color:#555}.sp-subtitle{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;font-size:clamp(24px,4vw,38px);color:#111118;line-height:1.2;letter-spacing:-.5px}.sp-subtitle em{font-style:italic;color:#888}.sp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative}.sp-card{background:#fff;border:1px solid #e8e8e4;border-radius:14px;padding:22px 24px 20px;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1),border-color .3s ease;position:relative;animation:spFloat 6s ease-in-out infinite}.sp-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px #0000001a,0 4px 12px #0000000f;border-color:#d4d4d0;z-index:10}.sp-card[data-float="1"]{animation-delay:0s;animation-duration:6.5s}.sp-card[data-float="2"]{animation-delay:-1s;animation-duration:7s}.sp-card[data-float="3"]{animation-delay:-2s;animation-duration:5.5s}.sp-card[data-float="4"]{animation-delay:-.5s;animation-duration:6.8s}.sp-card[data-float="5"]{animation-delay:-1.5s;animation-duration:7.2s}.sp-card[data-float="6"]{animation-delay:-3s;animation-duration:6.2s}.sp-card[data-float="7"]{animation-delay:-2.5s;animation-duration:5.8s}.sp-card[data-float="8"]{animation-delay:-.8s;animation-duration:7.5s}.sp-card[data-float="9"]{animation-delay:-1.8s;animation-duration:6s}.sp-card[data-float="10"]{animation-delay:-3.5s;animation-duration:7s}@keyframes spFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sp-card-pop{border-color:#e0e0dc;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a}.sp-close{position:absolute;top:12px;right:14px;width:22px;height:22px;border:none;background:transparent;color:#ccc;font-size:18px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.sp-close:hover{background:#f4f4f0;color:#888}.sp-card-hdr{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sp-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0;text-shadow:0 1px 2px rgba(0,0,0,.15)}.sp-meta{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.sp-name{font-size:12.5px;font-weight:700;color:#111;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-role{font-size:11px;font-weight:500;color:#aaa}.sp-social{width:18px;height:18px;color:#ccc;flex-shrink:0;transition:color .2s ease}.sp-card:hover .sp-social{color:#4f6ef7}.sp-quote{font-size:13px;font-weight:400;color:#555;line-height:1.65;margin-bottom:14px}.sp-handle{font-size:10px;font-weight:600;color:#ccc;letter-spacing:.8px;text-transform:uppercase}@media (max-width: 900px){.sp-grid{grid-template-columns:repeat(2,1fr)}.sp-card[data-float="7"],.sp-card[data-float="8"],.sp-card[data-float="9"],.sp-card[data-float="10"]{display:none}}@media (max-width: 640px){.sp-grid{grid-template-columns:1fr;gap:14px}.sp-card{animation:none}.sp-card[data-float="5"],.sp-card[data-float="6"]{display:none}.social-proof{padding:72px 16px 80px}}@media (max-width: 480px){.sp-grid{gap:12px}.sp-card{padding:18px 18px 16px}.sp-heading{letter-spacing:-1px}}@media (min-width: 1024px){.features{padding:108px 40px 116px}.features-inner{max-width:1240px}.feat-grid{grid-template-columns:repeat(3,1fr);gap:20px}.feat-card:first-child{grid-column:span 2}.feat-card:first-child{flex-direction:row;align-items:stretch}.feat-card:first-child .feat-visual{width:55%;height:auto;flex-shrink:0;border-bottom:none;border-right:1px solid #ebebea}.feat-card:first-child .feat-text{padding:32px 28px;display:flex;flex-direction:column;justify-content:center;gap:12px}.feat-card:first-child .feat-title-row{margin-bottom:0}.feat-card:first-child .feat-title{font-size:18px}.feat-card:first-child .feat-desc{font-size:14px;line-height:1.7}.feat-card:last-child{grid-column:span 2;flex-direction:row-reverse;align-items:stretch}.feat-card:last-child .feat-visual{width:55%;height:auto;flex-shrink:0;border-bottom:none;border-left:1px solid #ebebea}.feat-card:last-child .feat-text{padding:32px 28px;display:flex;flex-direction:column;justify-content:center;gap:12px}.feat-card:last-child .feat-title{font-size:18px}.feat-card:last-child .feat-desc{font-size:14px;line-height:1.7}.feat-visual{height:260px}.feat-text{padding:24px 26px 26px}.feat-icon{width:32px;height:32px}.feat-icon svg{width:16px;height:16px}.section-sub{font-size:16px;max-width:560px;margin-bottom:64px}}@media (min-width: 1024px){.pshowcase{padding:120px 40px 128px}.pshowcase-inner{max-width:1240px}.ps-header{margin-bottom:72px}.ps-sub{font-size:17px;max-width:520px}}@media (min-width: 1100px){.social-proof{padding:120px 40px 140px}.sp-inner{max-width:1240px}.sp-grid{grid-template-columns:repeat(3,1fr);gap:20px}.sp-card[data-float="7"],.sp-card[data-float="8"],.sp-card[data-float="9"]{display:block}.sp-quote{font-size:13.5px;line-height:1.68}}@media (min-width: 1024px){.testimonials{padding:108px 40px 116px}.testimonials-inner{max-width:1240px}.testi-grid{grid-template-columns:repeat(3,1fr);gap:20px}.testi-quote{font-size:13.5px;line-height:1.7}.testi-name{font-size:13.5px}}@media (min-width: 1024px){.use-cases{padding:108px 40px 116px}.use-cases-inner{max-width:1240px}.uc-grid{grid-template-columns:repeat(3,1fr);gap:20px}.uc-card{padding:32px 28px;gap:16px}.uc-icon{width:56px;height:56px;border-radius:16px}.uc-icon svg{width:24px;height:24px}}@media (min-width: 1024px){.faq{padding:120px 40px 140px}.faq-inner{max-width:960px}.faq-trigger{font-size:18px;padding:26px 4px}.faq-answer p{font-size:15.5px;line-height:1.72}.faq-heading{font-size:clamp(40px,5.5vw,64px)}}@media (min-width: 1024px){.hero-body{max-width:820px}.prompt-wrap{max-width:740px}.subhead{max-width:540px}}@media (min-width: 1024px){.footer-inner{max-width:1240px}}@media (min-width: 1200px){.section-heading{font-size:56px}.section-sub{font-size:16.5px}.ps-heading{font-size:56px}}.pricing-overlay{position:fixed;inset:0;z-index:9999;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(30px);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),visibility 0s linear .45s}.pricing-overlay.po-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}.po-scroll{position:absolute;inset:0;z-index:2;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.po-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}.po-video-wrap video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.po-video-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#05050eb8,#09091a99,#05050ebf);z-index:1}.po-content{position:relative;min-height:100%;padding:80px 20px;display:flex;flex-direction:column;align-items:center}.po-close{position:fixed;top:22px;right:22px;z-index:10;width:42px;height:42px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .2s,transform .2s var(--ease-spring);color:#eeeef8e6}.po-close:hover{background:#fff3;transform:scale(1.08)}.po-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.po-hero{text-align:center;margin-bottom:64px;max-width:700px}.po-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#4f6ef7f2;background:#4f6ef71f;border:1px solid rgba(79,110,247,.25);border-radius:100px;padding:6px 16px;margin-bottom:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.po-hero-title{font-size:clamp(32px,6vw,58px);font-weight:800;line-height:1.1;letter-spacing:-2px;color:#eeeef8;margin-bottom:18px;animation:none}.po-hero-title em{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;background:linear-gradient(135deg,#a0b4ff,#c4a8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.po-hero-sub{font-size:16px;font-weight:400;line-height:1.7;color:#eeeef89e;max-width:500px;margin:0 auto}.po-toggle-wrap{display:flex;align-items:center;gap:14px;margin-bottom:52px}.po-toggle-label{font-size:13px;font-weight:500;color:#eeeef88c}.po-toggle-label.active{color:#eeeef8}.po-cards{display:grid;grid-template-columns:1fr;gap:22px;width:100%;max-width:1060px;margin-bottom:80px}@media (min-width: 760px){.po-cards{grid-template-columns:repeat(3,1fr)}}.po-card{position:relative;background:#ffffff0f;border:1px solid rgba(255,255,255,.11);border-radius:24px;padding:36px 30px;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);box-shadow:0 8px 40px #00000047,inset 0 1px #ffffff1f;transition:transform .3s var(--ease-spring),box-shadow .3s ease,border-color .3s ease;overflow:hidden}.po-card:before{content:"";position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 60%);pointer-events:none}.po-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000061,inset 0 1px #ffffff2e;border-color:#ffffff2e}.po-card.po-popular{background:#4f6ef724;border-color:#4f6ef761;box-shadow:0 8px 40px #4f6ef738,0 0 0 1px #4f6ef740,inset 0 1px #ffffff26}.po-card.po-popular:hover{box-shadow:0 24px 64px #4f6ef752,0 0 0 1px #4f6ef759,inset 0 1px #fff3}.po-card.po-popular:after{content:"";position:absolute;top:-40px;left:50%;transform:translate(-50%);width:160px;height:160px;background:radial-gradient(circle,rgba(79,110,247,.35) 0%,transparent 70%);pointer-events:none;filter:blur(20px)}.po-card.po-max{background:#7c5ef71f;border-color:#7c5ef752;box-shadow:0 8px 40px #7c5ef72e,0 0 0 1px #7c5ef733,inset 0 1px #ffffff24}.po-card.po-max:hover{box-shadow:0 24px 64px #7c5ef747,0 0 0 1px #7c5ef74d,inset 0 1px #fff3}.po-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:20px}.po-badge-popular{background:linear-gradient(135deg,#4f6ef74d,#7c5ef74d);border:1px solid rgba(79,110,247,.45);color:#a0b4ff}.po-badge-ultimate{background:linear-gradient(135deg,#7c5ef747,#c4a8ff33);border:1px solid rgba(124,94,247,.4);color:#c4a8ff}.po-card-name{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#eeeef873;margin-bottom:8px}.po-card-desc{font-size:13.5px;color:#eeeef87a;line-height:1.55;margin-bottom:24px}.po-card-price{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.po-price-curr{font-size:20px;font-weight:700;color:#eeeef8b3;margin-top:4px}.po-price-amount{font-size:clamp(40px,7vw,52px);font-weight:800;letter-spacing:-2px;color:#eeeef8;line-height:1}.po-price-period{font-size:13px;color:#eeeef866;font-weight:500}.po-price-free{font-size:clamp(40px,7vw,52px);font-weight:800;letter-spacing:-2px;color:#eeeef8;line-height:1;margin-bottom:6px}.po-divider{width:100%;height:1px;background:#ffffff14;margin:24px 0}.po-features{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:11px}.po-features li{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#eeeef8bf;line-height:1.45}.po-features li .po-check{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#4f6ef72e;border:1px solid rgba(79,110,247,.3);display:flex;align-items:center;justify-content:center}.po-card.po-popular .po-features li .po-check{background:#4f6ef740;border-color:#4f6ef773}.po-card.po-max .po-features li .po-check{background:#7c5ef738;border-color:#7c5ef766}.po-features li .po-check svg{width:10px;height:10px;stroke:#7a9bff;stroke-width:2.8;fill:none}.po-card.po-max .po-features li .po-check svg{stroke:#b49eff}.po-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;border-radius:14px;cursor:pointer;transition:transform .22s var(--ease-spring),box-shadow .22s ease,background .22s;text-decoration:none;letter-spacing:.1px;border:none}.po-cta-free{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#eeeef8}.po-cta-free:hover{background:#ffffff29;transform:translateY(-2px)}.po-cta-popular{background:linear-gradient(135deg,#4f6ef7,#7c5ef7);color:#fff;box-shadow:0 6px 28px #4f6ef76b}.po-cta-popular:hover{transform:translateY(-2px);box-shadow:0 10px 36px #4f6ef78c}.po-cta-max{background:linear-gradient(135deg,#7c5ef7,#a78bfa);color:#fff;box-shadow:0 6px 28px #7c5ef761}.po-cta-max:hover{transform:translateY(-2px);box-shadow:0 10px 36px #7c5ef785}.po-faq{width:100%;max-width:680px;margin-bottom:60px}.po-faq-title{font-size:clamp(26px,4vw,36px);font-weight:800;letter-spacing:-1px;color:#eeeef8;text-align:center;margin-bottom:36px}.po-faq-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:12px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;transition:border-color .2s}.po-faq-item.po-faq-open{border-color:#4f6ef74d}.po-faq-q{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;font-family:Plus Jakarta Sans,sans-serif;font-size:14.5px;font-weight:600;color:#eeeef8e0;gap:14px;transition:color .2s}.po-faq-q:hover{color:#eeeef8}.po-faq-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#4f6ef726;border:1px solid rgba(79,110,247,.25);display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease-spring),background .2s}.po-faq-open .po-faq-icon{transform:rotate(45deg);background:#4f6ef747}.po-faq-icon svg{width:12px;height:12px;stroke:#7a9bff;stroke-width:2.4;fill:none}.po-faq-a{max-height:0;overflow:hidden;padding:0 22px;font-size:13.5px;color:#eeeef88c;line-height:1.7;transition:max-height .38s cubic-bezier(.16,1,.3,1),padding .28s ease}.po-faq-open .po-faq-a{max-height:200px;padding:0 22px 18px}@keyframes poCardIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.po-overlay-open .po-card:nth-child(1){animation:poCardIn .55s var(--ease-spring) .12s both}.po-overlay-open .po-card:nth-child(2){animation:poCardIn .55s var(--ease-spring) .22s both}.po-overlay-open .po-card:nth-child(3){animation:poCardIn .55s var(--ease-spring) .32s both}@keyframes poHeroIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.po-overlay-open .po-hero{animation:poHeroIn .5s var(--ease-spring) .05s both}@media (max-width: 760px){.po-content{padding:72px 16px 60px}.po-cards{gap:16px}.po-card{padding:28px 22px}}.models-overlay{position:fixed;inset:0;z-index:9998;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(30px);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),visibility 0s linear .45s}.models-overlay.mo-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}.mo-scroll{position:absolute;inset:0;z-index:2;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mo-video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}.mo-video-wrap video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mo-video-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#05050ec7,#09091aa8,#05050ecc);z-index:1}.mo-content{position:relative;min-height:100%;padding:80px 20px 100px;display:flex;flex-direction:column;align-items:center}.mo-close{position:fixed;top:22px;right:22px;z-index:10;width:42px;height:42px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .2s,transform .2s var(--ease-spring);color:#eeeef8e6}.mo-close:hover{background:#fff3;transform:scale(1.08)}.mo-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.mo-hero{text-align:center;margin-bottom:60px;max-width:760px}.mo-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#a0b4fff2;background:#4f6ef71f;border:1px solid rgba(79,110,247,.28);border-radius:100px;padding:6px 16px;margin-bottom:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mo-hero-title{font-size:clamp(30px,6vw,56px);font-weight:800;line-height:1.1;letter-spacing:-2px;color:#eeeef8;margin-bottom:18px}.mo-hero-title em{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;background:linear-gradient(135deg,#a0b4ff,#c4a8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mo-hero-sub{font-size:16px;font-weight:400;line-height:1.7;color:#eeeef899;max-width:560px;margin:0 auto}.mo-cards{display:grid;grid-template-columns:1fr;gap:20px;width:100%;max-width:1120px;margin-bottom:80px;opacity:0;transform:translateY(32px);transition:opacity .55s var(--ease-spring) .08s,transform .55s var(--ease-spring) .08s}.mo-overlay-open .mo-cards{opacity:1;transform:translateY(0)}@media (min-width: 640px){.mo-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.mo-cards{grid-template-columns:repeat(3,1fr)}}.mo-card{position:relative;background:#ffffff0e;border:1px solid rgba(255,255,255,.11);border-radius:24px;padding:34px 28px 30px;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);box-shadow:0 8px 40px #00000047,inset 0 1px #ffffff1f;transition:transform .3s var(--ease-spring),box-shadow .3s ease,border-color .3s ease;overflow:hidden}.mo-card:before{content:"";position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.055) 0%,transparent 60%);pointer-events:none}.mo-card:hover{transform:translateY(-7px);box-shadow:0 22px 64px #00000061,inset 0 1px #ffffff2e;border-color:#fff3}.mo-card.mo-blue{border-color:#4f6ef74d;box-shadow:0 8px 40px #4f6ef72e,inset 0 1px #ffffff1f}.mo-card.mo-blue:hover{box-shadow:0 22px 64px #4f6ef747,inset 0 1px #ffffff2e;border-color:#4f6ef773}.mo-card.mo-green{border-color:#34d39947;box-shadow:0 8px 40px #34d39926,inset 0 1px #ffffff1f}.mo-card.mo-green:hover{box-shadow:0 22px 64px #34d3993d,inset 0 1px #ffffff2e;border-color:#34d39973}.mo-card.mo-purple{border-color:#a78bfa4d;box-shadow:0 8px 40px #a78bfa2e,inset 0 1px #ffffff1f}.mo-card.mo-purple:hover{box-shadow:0 22px 64px #a78bfa47,inset 0 1px #ffffff2e;border-color:#a78bfa73}.mo-card.mo-orange{border-color:#fb923c47;box-shadow:0 8px 40px #fb923c26,inset 0 1px #ffffff1f}.mo-card.mo-orange:hover{box-shadow:0 22px 64px #fb923c3d,inset 0 1px #ffffff2e;border-color:#fb923c73}.mo-card.mo-gold{border-color:#facc1547;box-shadow:0 8px 40px #facc1524,inset 0 1px #ffffff1f}.mo-card.mo-gold:hover{box-shadow:0 22px 64px #facc1538,inset 0 1px #ffffff2e;border-color:#facc1573}.mo-card.mo-rose{border-color:#fb718547;box-shadow:0 8px 40px #fb718529,inset 0 1px #ffffff1f}.mo-card.mo-rose:hover{box-shadow:0 22px 64px #fb718542,inset 0 1px #ffffff2e;border-color:#fb718573}.mo-card.mo-blue:after{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(79,110,247,.3) 0%,transparent 70%);pointer-events:none;filter:blur(22px)}.mo-card.mo-green:after{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(52,211,153,.25) 0%,transparent 70%);pointer-events:none;filter:blur(22px)}.mo-card.mo-purple:after{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%);pointer-events:none;filter:blur(22px)}.mo-card.mo-orange:after{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(251,146,60,.25) 0%,transparent 70%);pointer-events:none;filter:blur(22px)}.mo-card.mo-gold:after{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(250,204,21,.22) 0%,transparent 70%);pointer-events:none;filter:blur(22px)}.mo-card.mo-rose:after{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(251,113,133,.28) 0%,transparent 70%);pointer-events:none;filter:blur(22px)}.mo-icon-wrap{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}.mo-icon-wrap svg{width:26px;height:26px;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.mo-card.mo-blue .mo-icon-wrap{background:#4f6ef72e}.mo-card.mo-blue .mo-icon-wrap svg{stroke:#a0b4fff2}.mo-card.mo-green .mo-icon-wrap{background:#34d39929}.mo-card.mo-green .mo-icon-wrap svg{stroke:#6ee7b7f2}.mo-card.mo-purple .mo-icon-wrap{background:#a78bfa2e}.mo-card.mo-purple .mo-icon-wrap svg{stroke:#c4a8fff2}.mo-card.mo-orange .mo-icon-wrap{background:#fb923c29}.mo-card.mo-orange .mo-icon-wrap svg{stroke:#fdba74f2}.mo-card.mo-gold .mo-icon-wrap{background:#facc1524}.mo-card.mo-gold .mo-icon-wrap svg{stroke:#fde047f2}.mo-card.mo-rose .mo-icon-wrap{background:#fb718529}.mo-card.mo-rose .mo-icon-wrap svg{stroke:#fda4aff2}.mo-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.mo-card-name{font-size:19px;font-weight:800;color:#eeeef8;letter-spacing:-.4px;line-height:1.2}.mo-card-badge{display:inline-flex;align-items:center;gap:4px;font-size:9.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;padding:4px 10px;border-radius:100px;white-space:nowrap;flex-shrink:0;margin-top:3px}.mo-badge-pro{background:#a78bfa38;color:#c4a8fff2;border:1px solid rgba(167,139,250,.35)}.mo-badge-new{background:#34d3992e;color:#6ee7b7f2;border:1px solid rgba(52,211,153,.3)}.mo-badge-adv{background:#fb71852e;color:#fda4aff2;border:1px solid rgba(251,113,133,.3)}.mo-card-desc{font-size:13.5px;font-weight:400;color:#eeeef88c;line-height:1.6;margin-bottom:18px}.mo-divider{height:1px;background:#ffffff1a;margin-bottom:18px}.mo-features{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:22px}.mo-features li{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;color:#eeeef8bf;line-height:1.4}.mo-check{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mo-check svg{width:10px;height:10px;stroke-width:2.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.mo-card.mo-blue .mo-check{background:#4f6ef738}.mo-card.mo-blue .mo-check svg{stroke:#a0b4fff2}.mo-card.mo-green .mo-check{background:#34d3992e}.mo-card.mo-green .mo-check svg{stroke:#6ee7b7f2}.mo-card.mo-purple .mo-check{background:#a78bfa38}.mo-card.mo-purple .mo-check svg{stroke:#c4a8fff2}.mo-card.mo-orange .mo-check{background:#fb923c2e}.mo-card.mo-orange .mo-check svg{stroke:#fdba74f2}.mo-card.mo-gold .mo-check{background:#facc1529}.mo-card.mo-gold .mo-check svg{stroke:#fde047f2}.mo-card.mo-rose .mo-check{background:#fb71852e}.mo-card.mo-rose .mo-check svg{stroke:#fda4aff2}.mo-best-for{font-size:11.5px;font-weight:600;letter-spacing:.5px;color:#eeeef861;text-transform:uppercase;margin-bottom:4px}.mo-best-for-val{font-size:12.5px;font-weight:500;color:#eeeef899;line-height:1.5}.mo-bottom{text-align:center;max-width:560px;padding:56px 32px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.11);border-radius:28px;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);box-shadow:0 8px 40px #0000003d,inset 0 1px #ffffff1a;opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease-spring) .15s,transform .5s var(--ease-spring) .15s}.mo-overlay-open .mo-bottom{opacity:1;transform:translateY(0)}.mo-bottom-title{font-size:clamp(22px,4vw,32px);font-weight:800;letter-spacing:-1px;color:#eeeef8;margin-bottom:12px;line-height:1.2}.mo-bottom-text{font-size:15px;font-weight:400;color:#eeeef88c;line-height:1.65;margin-bottom:28px;max-width:400px;margin-left:auto;margin-right:auto}.mo-bottom-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border:none;border-radius:14px;cursor:pointer;letter-spacing:.2px;text-decoration:none;box-shadow:0 6px 24px #4f6ef761,0 0 0 1px #4f6ef759;transition:transform .25s var(--ease-spring),box-shadow .25s ease,opacity .2s}.mo-bottom-btn:hover{transform:translateY(-2.5px);box-shadow:0 14px 40px #4f6ef780,0 0 0 1px #4f6ef773}@keyframes moHeroIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.mo-overlay-open .mo-hero{animation:moHeroIn .5s var(--ease-spring) .05s both}@media (max-width: 640px){.mo-content{padding:72px 16px 60px}.mo-cards{gap:14px}.mo-card{padding:26px 20px}}.secdash-mockup{width:100%;max-width:268px;background:#fff;border:1px solid #e4e4e0;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000012}.secdash-header{display:flex;align-items:center;gap:7px;padding:9px 12px;background:#fafaf8;border-bottom:1px solid #f0f0ed}.secdash-hdr-icon{width:16px;height:16px;border-radius:5px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #4f6ef74d;animation:secdashIconPulse 3s ease-in-out infinite}.secdash-hdr-icon svg{width:9px;height:9px;stroke:#fff;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}@keyframes secdashIconPulse{0%,to{box-shadow:0 2px 6px #4f6ef74d}50%{box-shadow:0 2px 12px #4f6ef78c}}.secdash-hdr-title{font-size:9.5px;font-weight:700;color:#111;flex:1;letter-spacing:.1px}.secdash-secured-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:7.5px;font-weight:700;color:#15803d;flex-shrink:0;opacity:0;animation:secdashBadgeReveal 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:2.4s}.secdash-secured-dot{width:5px;height:5px;background:#22c55e;border-radius:50%;flex-shrink:0;animation:secdashDotPulse 1.6s ease-in-out infinite}@keyframes secdashDotPulse{0%,to{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1);box-shadow:0 0 0 3px #22c55e2e}}@keyframes secdashBadgeReveal{0%{opacity:0;transform:scale(.88);filter:blur(2px)}10%{opacity:1;transform:scale(1);filter:blur(0);box-shadow:0 0 0 2px #22c55e1f,0 0 8px #22c55e1a}18%{box-shadow:none}84%{opacity:1}to{opacity:0;transform:scale(.96)}}.secdash-keyfield{display:flex;align-items:center;gap:6px;padding:6px 10px;border-bottom:1px solid #f0f0ed;background:#fdfdfc}.secdash-key-label{font-size:7px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#bbb;flex-shrink:0}.secdash-key-value{flex:1;display:flex;align-items:center;gap:4px;background:#f5f5f3;border:1px solid #e8e8e4;border-radius:6px;padding:4px 8px;position:relative;overflow:hidden;min-width:0}.secdash-key-value:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(79,110,247,.08) 42%,rgba(124,94,247,.12) 58%,transparent 100%);background-size:200% 100%;animation:secdashKeyShimmer 2.8s linear infinite}@keyframes secdashKeyShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.secdash-key-ico{width:9px;height:9px;stroke:#4f6ef7;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;position:relative;z-index:1}.secdash-key-text{font-family:Courier New,monospace;font-size:9px;font-weight:700;color:#555;letter-spacing:.8px;white-space:nowrap;overflow:hidden;max-width:0;opacity:0;animation:secdashKeyReveal 8s cubic-bezier(.16,1,.3,1) infinite;animation-delay:.5s;position:relative;z-index:1}@keyframes secdashKeyReveal{0%{max-width:0;opacity:0}10%{max-width:0;opacity:0}22%{max-width:110px;opacity:1}78%{max-width:110px;opacity:1}90%{max-width:110px;opacity:0}to{max-width:0;opacity:0}}.secdash-enc-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;background:#4f6ef712;border:1px solid rgba(79,110,247,.14);border-radius:5px;font-size:7px;font-weight:700;color:#4f6ef7;letter-spacing:.2px;flex-shrink:0;opacity:0;animation:secdashEncTag 8s ease-in-out infinite;animation-delay:1.2s}@keyframes secdashEncTag{0%,8%{opacity:0;transform:scale(.88)}16%{opacity:1;transform:scale(1);box-shadow:0 0 0 2px #4f6ef71a}24%{box-shadow:none}80%{opacity:1}to{opacity:0}}.secdash-shield-area{position:relative;height:82px;display:flex;align-items:center;justify-content:center}.secdash-ring-svg{position:absolute;width:74px;height:74px;transform:rotate(-90deg)}.secdash-ring-bg{fill:none;stroke:#ebebea;stroke-width:5}.secdash-ring-arc{fill:none;stroke:url(#secdashGrad);stroke-width:5;stroke-linecap:round;stroke-dasharray:176;stroke-dashoffset:176;animation:secdashArc 8s cubic-bezier(.16,1,.3,1) infinite}@keyframes secdashArc{0%{stroke-dashoffset:176;opacity:.3}14%{stroke-dashoffset:0;opacity:1}68%{stroke-dashoffset:0;opacity:1}86%{stroke-dashoffset:176;opacity:.3}to{stroke-dashoffset:176;opacity:.3}}.secdash-lock{position:absolute;width:17px;height:17px;background:#fff;border:1px solid #e4e4e0;border-radius:5px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000012;opacity:0;animation:secdashLockFloat 8s ease-in-out infinite}.secdash-lock svg{width:8px;height:8px;stroke:#4f6ef7;stroke-width:2.5;fill:none;stroke-linecap:round}.secdash-lock-t{top:1px;left:50%;transform:translate(-50%);animation-delay:.8s}.secdash-lock-r{right:10px;top:50%;transform:translateY(-50%);animation-delay:1.1s;animation-name:secdashLockFloatY}.secdash-lock-b{bottom:1px;left:50%;transform:translate(-50%);animation-delay:1.4s}.secdash-lock-l{left:10px;top:50%;transform:translateY(-50%);animation-delay:1.7s;animation-name:secdashLockFloatY}@keyframes secdashLockFloat{0%,6%{opacity:0;transform:translate(-50%) scale(.7) translateY(4px)}16%{opacity:1;transform:translate(-50%) scale(1) translateY(0);box-shadow:0 0 0 3px #4f6ef714}24%{box-shadow:none}44%{transform:translate(-50%) scale(1) translateY(-2.5px)}68%{transform:translate(-50%) scale(1) translateY(0)}82%{opacity:1}94%{opacity:0;transform:translate(-50%) scale(.9)}to{opacity:0}}@keyframes secdashLockFloatY{0%,6%{opacity:0;transform:translateY(-50%) scale(.7)}16%{opacity:1;transform:translateY(-50%) scale(1);box-shadow:0 0 0 3px #4f6ef714}24%{box-shadow:none}44%{transform:translateY(calc(-50% - 2px)) scale(1)}68%{transform:translateY(-50%) scale(1)}82%{opacity:1}94%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0}}.secdash-shield-center{position:relative;z-index:2;width:38px;height:38px;display:flex;align-items:center;justify-content:center;animation:secdashShieldFloat 4s ease-in-out infinite}@keyframes secdashShieldFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3.5px)}}.secdash-shield-center svg{width:28px;height:28px;stroke:url(#secdashGrad);stroke-width:1.8;fill:#4f6ef714;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 6px rgba(79,110,247,.22))}.secdash-status-list{display:flex;flex-direction:column;gap:3px;padding:5px 8px 8px;border-top:1px solid #f0f0ed}.secdash-srow{display:flex;align-items:center;gap:7px;padding:5px 9px;background:#fdfdfc;border:1px solid #eeeeed;border-radius:8px;opacity:0;transition:box-shadow .3s ease,border-color .3s ease;animation:secdashRowSlide 8s cubic-bezier(.16,1,.3,1) infinite}.secdash-srow-1{animation-delay:.1s}.secdash-srow-2{animation-delay:.38s}.secdash-srow-3{animation-delay:.66s}.secdash-srow-4{animation-delay:.94s}@keyframes secdashRowSlide{0%{opacity:0;transform:translateY(10px) scale(.97)}10%{opacity:1;transform:translateY(0) scale(1)}82%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.98)}}.secdash-srow-check{width:14px;height:14px;border-radius:50%;background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;animation:secdashCheckGlow 8s ease-in-out infinite}.secdash-srow-1 .secdash-srow-check{animation-delay:.48s}.secdash-srow-2 .secdash-srow-check{animation-delay:.76s}.secdash-srow-3 .secdash-srow-check{animation-delay:1.04s}.secdash-srow-4 .secdash-srow-check{animation-delay:1.32s}@keyframes secdashCheckGlow{0%,6%{opacity:0;transform:scale(.6)}16%{opacity:1;transform:scale(1.12);box-shadow:0 0 0 3px #22c55e2e,0 0 8px #22c55e1f}24%{transform:scale(1);box-shadow:none}82%{opacity:1}95%{opacity:0;transform:scale(.88)}to{opacity:0}}.secdash-srow-check svg{width:7px;height:7px;stroke:#22c55e;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.secdash-srow-label{font-size:9px;font-weight:700;color:#222;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.secdash-srow-tag{font-size:7px;font-weight:700;padding:1px 5px;border-radius:4px;border:1px solid;letter-spacing:.2px;flex-shrink:0;opacity:0;animation:secdashTagAppear 8s ease-in-out infinite}.secdash-srow-1 .secdash-srow-tag{animation-delay:.7s}.secdash-srow-2 .secdash-srow-tag{animation-delay:.98s}.secdash-srow-3 .secdash-srow-tag{animation-delay:1.26s}.secdash-srow-4 .secdash-srow-tag{animation-delay:1.54s}@keyframes secdashTagAppear{0%,8%{opacity:0;transform:scale(.85)}18%{opacity:1;transform:scale(1)}82%{opacity:1}95%{opacity:0}to{opacity:0}}.pshowcase{position:relative;background:#f8f8f5;padding:96px 20px 100px;overflow:hidden;border-top:1px solid #e7e7e4}.ps-bg-image{position:absolute;inset:0;background-image:var(--cherry-bg);background-size:cover;background-position:center 30%;filter:blur(22px) saturate(.55) brightness(1.18);transform:scale(1.08);z-index:0;opacity:.22}.ps-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#f8f8f5e0,#f8f8f5d1 40%,#f8f8f5e6);z-index:0}.pshowcase-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.ps-header{text-align:center;margin-bottom:60px}.ps-eyebrow{font-size:10px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#aaa;margin-bottom:16px;display:block}.ps-heading{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(30px,5vw,52px);font-weight:800;letter-spacing:-1.8px;color:#111118;line-height:1.08;margin-bottom:16px}.ps-heading em{font-family:"Instrument Serif",serif;font-style:italic;font-weight:400;color:transparent;background:linear-gradient(120deg,#4f6ef7,#7c5ef7);-webkit-background-clip:text;background-clip:text;letter-spacing:-1px}.ps-sub{font-size:15.5px;font-weight:400;color:#888;line-height:1.65;max-width:460px;margin:0 auto}.ps-mockup-wrap{position:relative;margin-bottom:48px;border-radius:20px;box-shadow:0 0 0 1px #e7e7e4,0 24px 64px #0000001a,0 4px 16px #0000000f}.ps-mockup{position:relative;background:#fff;border-radius:20px;overflow:hidden}.ps-chrome{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#f4f4f1;border-bottom:1px solid #e7e7e4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ps-tls{display:flex;align-items:center;gap:6px;flex-shrink:0}.ps-tl{width:11px;height:11px;border-radius:50%;display:block}.ps-chrome-nav{display:flex;align-items:center;gap:3px;flex-shrink:0}.ps-chrome-nav-btn{width:22px;height:22px;background:transparent;border:none;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#bbb;transition:all .15s;padding:0}.ps-chrome-nav-btn:hover{background:#e8e8e4;color:#666}.ps-chrome-nav-btn svg{width:12px;height:12px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.ps-urlbar{flex:1;display:flex;align-items:center;gap:6px;padding:5px 11px;background:#fff;border:1px solid #e7e7e4;border-radius:8px;font-size:11px;font-weight:500;color:#888;max-width:320px;margin:0 auto}.ps-urlbar svg{width:11px;height:11px;stroke:#4ade80;stroke-width:2.5;fill:none;flex-shrink:0}.ps-url-text{color:#555;font-weight:600}.ps-chrome-actions{display:flex;align-items:center;gap:6px}.ps-deploy-chrome-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border:none;border-radius:7px;cursor:pointer;letter-spacing:.1px;box-shadow:0 2px 10px #4f6ef747;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease;white-space:nowrap}.ps-deploy-chrome-btn:hover{transform:translateY(-1px);box-shadow:0 5px 18px #4f6ef759}.ps-live-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;box-shadow:0 0 7px #4ade80e6;animation:livePip 2.4s ease-in-out infinite;flex-shrink:0}@keyframes livePip{0%,to{opacity:1;box-shadow:0 0 6px #4ade80cc}50%{opacity:.65;box-shadow:0 0 14px #4ade80}}.ps-app-tabs{display:flex;align-items:center;gap:2px;padding:0 16px;border-bottom:1px solid #ebebea;background:#fafaf8;height:38px;flex-shrink:0}.ps-app-tab{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:11.5px;font-weight:600;color:#aaa;border-radius:7px;cursor:pointer;transition:all .15s;border:1px solid transparent;letter-spacing:.05px}.ps-app-tab svg{width:12px;height:12px;stroke:currentColor;stroke-width:1.8;fill:none}.ps-app-tab:hover{color:#555;background:#f0f0ec}.ps-app-tab-active{color:#222!important;background:#fff!important;border-color:#e7e7e4!important;box-shadow:0 1px 4px #0000000f}.ps-app-body{display:flex;height:470px;overflow:hidden}.ps-sidebar{width:46px;flex-shrink:0;background:#f7f7f4;border-right:1px solid #ebebea;display:flex;flex-direction:column;align-items:center;padding:12px 0 10px;gap:3px}.ps-sb-logo{width:26px;height:26px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border-radius:7px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 2px 10px #4f6ef74d;flex-shrink:0}.ps-sb-logo svg{width:13px;height:13px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round}.ps-sb-nav{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.ps-sb-btn{width:32px;height:32px;background:transparent;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#bbb;transition:all .18s}.ps-sb-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.ps-sb-btn:hover{color:#555;background:#eeeeea}.ps-sb-active{color:#4f6ef7!important;background:#4f6ef71a!important}.ps-sb-bottom{margin-top:auto}.ps-chat-panel{width:290px;flex-shrink:0;background:#fff;border-right:1px solid #ebebea;display:flex;flex-direction:column;overflow:hidden}.ps-chat-hdr{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #ebebea;flex-shrink:0;background:#fafaf8}.ps-proj-sel{display:flex;align-items:center;gap:6px;cursor:pointer}.ps-proj-ico{width:16px;height:16px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ps-proj-ico svg{width:10px;height:10px;stroke:#fff;stroke-width:2;fill:none}.ps-proj-name{font-size:12px;font-weight:700;color:#222;letter-spacing:-.1px;white-space:nowrap}.ps-chevron-d{width:12px;height:12px;stroke:#bbb;stroke-width:2;fill:none}.ps-hdr-acts{display:flex;align-items:center;gap:1px}.ps-ico-btn{width:26px;height:26px;background:transparent;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#bbb;transition:all .15s}.ps-ico-btn svg{width:12px;height:12px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round}.ps-ico-btn:hover{color:#555;background:#f0f0ec}.ps-msgs{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:12px;scrollbar-width:none}.ps-msgs::-webkit-scrollbar{display:none}.ps-msg-u{display:flex;justify-content:flex-end}.ps-bubble{background:linear-gradient(135deg,#4f6ef7,#7c5ef7);color:#fff;padding:8px 12px;border-radius:14px 14px 3px;font-size:11.5px;font-weight:500;line-height:1.45;max-width:85%;box-shadow:0 2px 10px #4f6ef740}.ps-msg-ai{display:flex;gap:7px;align-items:flex-start}.ps-ai-badge-wrap{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-top:1px}.ps-ai-av{width:22px;height:22px;background:#f0f0ec;border:1px solid #e4e4e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#444}.ps-vtag{font-size:9px;font-weight:700;padding:1.5px 5px;background:#f0f0ec;border:1px solid #e4e4e0;border-radius:4px;color:#aaa;letter-spacing:.2px}.ps-ai-body{flex:1;min-width:0}.ps-edit-row{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#f7f7f4;border:1px solid #e7e7e4;border-radius:8px;font-size:10.5px;font-weight:600;color:#666;cursor:pointer;margin-bottom:5px;transition:all .15s}.ps-edit-row:hover{background:#f0f0ec;border-color:#ddd}.ps-edit-row svg{stroke:#aaa;stroke-width:2;fill:none}.ps-ai-sub{font-size:10.5px;color:#aaa;font-style:italic;line-height:1.4}.ps-thinking-row{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;color:#aaa;margin-bottom:5px}.ps-think-dots{display:flex;gap:3px;align-items:center}.ps-think-dots span{width:4px;height:4px;background:#ccc;border-radius:50%;animation:thinkPop 1.3s ease-in-out infinite}.ps-think-dots span:nth-child(2){animation-delay:.18s}.ps-think-dots span:nth-child(3){animation-delay:.36s}@keyframes thinkPop{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.25)}}.ps-planning-txt{font-size:10px;color:#bbb;font-style:italic;line-height:1.45}.ps-input-bar{flex-shrink:0;padding:8px 10px 11px;border-top:1px solid #ebebea;display:flex;align-items:center;gap:5px;background:#fafaf8}.ps-input-field{flex:1;font-family:Plus Jakarta Sans,sans-serif;font-size:11px;color:#333;background:#fff;border:1px solid #e7e7e4;border-radius:9px;padding:6px 10px;outline:none;display:flex;align-items:center;gap:5px}.ps-input-placeholder{color:#bbb;font-size:10.5px;font-style:italic}.ps-tool-grp{display:flex;align-items:center;gap:1px}.ps-tool-btn{width:26px;height:26px;background:transparent;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ccc;transition:all .15s}.ps-tool-btn svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.ps-tool-btn:hover{color:#666;background:#f0f0ec}.ps-model-sel{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#fff;border:1px solid #e7e7e4;border-radius:7px;cursor:pointer;transition:all .15s;white-space:nowrap}.ps-model-sel:hover{border-color:#ccc;background:#f7f7f4}.ps-mdl-ico{width:14px;height:14px;background:#d97757;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;color:#fff;flex-shrink:0}.ps-mdl-name{font-size:9.5px;font-weight:600;color:#888;white-space:nowrap}.ps-model-sel svg{stroke:#ccc;stroke-width:2;fill:none;flex-shrink:0}.ps-send-btn{width:28px;height:28px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border:none;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 2px 8px #4f6ef747;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s}.ps-send-btn:hover{transform:scale(1.07);box-shadow:0 4px 14px #4f6ef761}.ps-send-btn svg{width:12px;height:12px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.ps-code-panel{flex:1;display:flex;min-width:0;overflow:hidden}.ps-ftree{width:148px;flex-shrink:0;background:#f7f7f4;border-right:1px solid #ebebea;overflow-y:auto;scrollbar-width:none;padding:10px 0}.ps-ftree::-webkit-scrollbar{display:none}.ps-ft-hdr{font-size:8.5px;font-weight:700;letter-spacing:1.5px;color:#bbb;text-transform:uppercase;padding:0 12px 8px}.ps-ft-item{display:flex;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:500;color:#aaa;cursor:pointer;white-space:nowrap;transition:all .13s}.ps-ft-item svg{width:11px;height:11px;stroke:currentColor;stroke-width:1.8;fill:none;flex-shrink:0}.ps-ft-item:hover{color:#444;background:#f0f0ec}.ps-ft-dir{color:#888}.ps-ft-dir svg{stroke:#d4a847}.ps-ft-file svg{stroke:#bbb}.ps-ft-active{color:#222!important;background:#4f6ef70f!important}.ps-ft-active svg{stroke:#4f6ef7!important}.ps-ft-ind{padding-left:24px}.ps-editor{flex:1;display:flex;flex-direction:column;background:#fff;min-width:0;overflow:hidden}.ps-ed-tabs{display:flex;align-items:stretch;border-bottom:1px solid #ebebea;flex-shrink:0;height:34px;background:#f7f7f4}.ps-ed-tab{display:flex;align-items:center;gap:5px;padding:0 14px;font-size:11px;font-weight:500;color:#bbb;cursor:pointer;white-space:nowrap;border-right:1px solid #ebebea;transition:all .13s}.ps-ed-tab:hover{color:#555;background:#f0f0ec}.ps-ed-tab-a{color:#222!important;background:#fff!important;border-bottom:1.5px solid #4f6ef7}.ps-tab-modified{width:5px;height:5px;background:#f5a623;border-radius:50%}.ps-ed-body{flex:1;overflow-y:auto;scrollbar-width:none;padding:10px 0;font-family:SF Mono,Fira Code,Consolas,monospace;background:#fff}.ps-ed-body::-webkit-scrollbar{display:none}.ps-cline{display:flex;align-items:center;min-height:20px;transition:background .1s}.ps-cline:hover{background:#f9f9f7}.ps-cline-hi{background:#4f6ef70a!important;border-left:2px solid #4f6ef7}.ps-ln{width:38px;text-align:right;font-size:10.5px;color:#ddd;font-family:monospace;padding-right:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.ps-tok{font-size:11px;color:#333;white-space:pre;letter-spacing:.01em}.tk-kw{color:#7c5ef7}.tk-fn{color:#2060cc}.tk-str{color:#1c7a3c}.tk-cmt{color:#aaa;font-style:italic}.tk-op{color:#888}.ps-ed-footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:8px 15px;border-top:1px solid #ebebea;background:#f7f7f4}.ps-deploy-live{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:11.5px;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 12px #4f6ef747;letter-spacing:.1px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.ps-deploy-live:hover{transform:translateY(-1.5px);box-shadow:0 6px 20px #4f6ef761}.ps-dl-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;box-shadow:0 0 6px #4ade80cc;animation:livePip 2.4s ease-in-out infinite;flex-shrink:0}.ps-ed-status{display:flex;align-items:center;gap:12px;font-size:9.5px;color:#bbb;font-weight:500}.ps-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ps-fc{background:#fff;border:1px solid #e7e7e4;border-radius:14px;padding:22px 20px 20px;display:flex;flex-direction:column;gap:10px;transition:all .26s cubic-bezier(.16,1,.3,1);cursor:default;box-shadow:0 1px 4px #0000000a,0 4px 16px #00000008}.ps-fc:hover{background:#fdfdfc;border-color:#d4d4d0;transform:translateY(-3px);box-shadow:0 8px 28px #00000017,0 2px 8px #0000000d}.ps-fc-ico{width:36px;height:36px;background:#f4f4f1;border:1px solid #e4e4e0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ps-fc-ico svg{width:17px;height:17px;stroke:#555;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.ps-fc-title{font-size:12.5px;font-weight:700;color:#111;letter-spacing:-.2px;margin-bottom:4px}.ps-fc-desc{font-size:12px;font-weight:400;color:#888;line-height:1.58}.ps-fc-dots{display:flex;align-items:center;gap:5px}.ps-dot-sm{width:10px;height:10px;border-radius:50%;display:block;flex-shrink:0;opacity:.8}.ps-fc-tags{display:flex;flex-wrap:wrap;gap:4px}.ps-fc-tags span{font-size:9.5px;font-weight:700;padding:2.5px 8px;background:#f4f4f1;border:1px solid #e4e4e0;border-radius:5px;color:#888;letter-spacing:.2px}.ps-reveal{opacity:0;transform:translateY(28px);transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1)}.ps-reveal.ps-in{opacity:1;transform:translateY(0)}@media (max-width: 920px){.ps-ftree{width:120px}.ps-chat-panel{width:255px}}@media (max-width: 760px){.ps-feat-grid{grid-template-columns:repeat(2,1fr)}.ps-ftree,.ps-ed-status,.ps-urlbar{display:none}.ps-chat-panel{width:230px}}@media (max-width: 580px){.ps-code-panel{display:none}.ps-chat-panel{width:100%;border-right:none}.pshowcase{padding:72px 16px 64px}.ps-chrome-actions{display:none}.ps-app-body{height:400px}}@media (max-width: 460px){.ps-feat-grid{grid-template-columns:1fr;gap:10px}.ps-sidebar{display:none}}.cr-app{background:#fff;min-height:100%;display:flex;flex-direction:column;overflow-y:auto}.cr-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border-bottom:1px solid #ebebea;flex-shrink:0}.cr-logo-row{display:flex;align-items:center;gap:7px}.cr-logo-icon{width:22px;height:22px;background:linear-gradient(135deg,#4f6ef7,#7c5ef7);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cr-logo-name{font-size:12px;font-weight:800;letter-spacing:-.2px;color:#111;white-space:nowrap}.cr-logo-accent{color:#d97757;font-weight:700}.cr-header-menu{color:#888;cursor:pointer;display:flex;align-items:center}.cr-tabs-wrap{display:flex;align-items:center;gap:0;padding:0 6px;border-bottom:1px solid #ebebea;background:#fafaf8;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.cr-tabs-wrap::-webkit-scrollbar{display:none}.cr-tab{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 8px 6px;font-size:9px;font-weight:600;color:#aaa;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:all .15s;flex-shrink:0;min-width:42px}.cr-tab svg{opacity:.5}.cr-tab:hover{color:#555}.cr-tab-active{color:#111!important;border-bottom-color:#111!important;font-weight:700!important}.cr-tab-active svg{opacity:1!important}.cr-section-title{display:flex;align-items:center;gap:6px;padding:10px 14px 6px;font-size:12px;font-weight:700;color:#111;letter-spacing:-.1px;flex-shrink:0}.cr-see-all{font-size:10px;font-weight:500;color:#4f6ef7;cursor:pointer}.cr-nav-arrows{display:flex;gap:4px;margin-left:auto}.cr-arrow{width:16px;height:16px;background:#fff;border:1px solid #e8e8e4;border-radius:50%;font-size:12px;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;padding:0;transition:all .13s}.cr-arrow:hover{background:#f4f4f0}.cr-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:4px 12px 10px;flex-shrink:0}.cr-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #00000012;border:1px solid #ededea;transition:transform .2s,box-shadow .2s;cursor:pointer}.cr-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001a}.cr-card-img{position:relative;height:80px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding-bottom:4px}.cr-car-svg{width:90px;height:45px;position:absolute;bottom:4px;left:50%;transform:translate(-50%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.cr-badge{position:absolute;top:6px;left:7px;background:#ffffffeb;color:#333;font-size:7.5px;font-weight:700;padding:2px 6px;border-radius:20px;letter-spacing:.2px;backdrop-filter:blur(6px)}.cr-heart{position:absolute;top:5px;right:7px;font-size:14px;color:#fffc;cursor:pointer;transition:color .15s;line-height:1}.cr-heart:hover{color:#ef4444}.cr-card-info{padding:7px 9px 8px}.cr-card-name{font-size:10.5px;font-weight:700;color:#111;letter-spacing:-.1px;display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:2px}.cr-card-rating{font-size:9.5px;font-weight:600;color:#555;white-space:nowrap;flex-shrink:0}.cr-card-meta{font-size:9px;color:#aaa;font-weight:500;margin-bottom:4px}.cr-card-price{font-size:10px;color:#555}.cr-card-price strong{font-size:12.5px;font-weight:800;color:#111}@media (max-width: 580px){#psPreviewPanel{height:400px!important}.cr-cards-grid{grid-template-columns:1fr 1fr;gap:8px;padding:4px 10px 10px}.cr-card-img{height:70px}}@media (max-width: 380px){.cr-cards-grid{grid-template-columns:1fr}}.cr-card-img img{transition:transform .4s ease}.cr-card:hover .cr-card-img img{transform:scale(1.06)}.cr-card-img{position:relative;height:88px}.cr-rating-star{color:#f59e0b;margin-right:2px}.ps-model-has-dd{position:relative}.ps-model-dropdown{position:absolute;bottom:calc(100% + 6px);left:0;min-width:175px;background:#fff;border:1px solid #e4e4e0;border-radius:12px;box-shadow:0 8px 28px #00000024;overflow:hidden;display:none;flex-direction:column;z-index:200}.ps-model-has-dd.ps-mdl-open .ps-model-dropdown{display:flex}.ps-model-opt{display:flex;align-items:center;gap:7px;padding:8px 12px;font-size:10.5px;font-weight:600;color:#555;cursor:pointer;transition:background .13s;white-space:nowrap}.ps-model-opt:hover{background:#f4f4f1;color:#111}.ps-model-opt-active{color:#d97757!important;background:#d977570d!important}.ps-model-opt-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.testimonials{background:#f2f2ee;padding:88px 20px 96px;border-top:1px solid #e4e4e0}.testimonials-inner{max-width:1200px;margin:0 auto}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 960px){.testi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.testi-grid{grid-template-columns:1fr}}.testi-card{background:#fff;border:1px solid #e4e4e0;border-radius:22px;padding:24px;box-shadow:0 1px 4px #0000000d,0 4px 16px #00000008;display:flex;flex-direction:column;gap:14px;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease}.testi-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000017}.testi-header-row{display:flex;align-items:center;gap:12px}.testi-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0;color:#fff}.testi-meta{flex:1}.testi-name{font-size:12.5px;font-weight:700;color:#111;letter-spacing:-.1px}.testi-role{font-size:11px;color:#aaa;font-weight:500}.testi-platform{width:26px;height:26px;border-radius:7px;background:#f4f4f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testi-platform svg{width:13px;height:13px;fill:#888}.testi-quote{font-size:12.5px;font-weight:400;color:#444;line-height:1.68}.testi-handle{font-size:10px;font-weight:700;color:#ccc;letter-spacing:.8px;text-transform:uppercase}.use-cases{background:#fff;padding:88px 20px 96px;border-top:1px solid #e4e4e0}.use-cases-inner{max-width:1200px;margin:0 auto}.uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 760px){.uc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.uc-grid{grid-template-columns:1fr}}.uc-card{background:#f9f9f7;border:1px solid #e4e4e0;border-radius:22px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;cursor:default;transition:all .28s cubic-bezier(.16,1,.3,1)}.uc-card:hover{background:#fff;border-color:#c8c8c4;transform:translateY(-4px);box-shadow:0 12px 40px #00000017}.uc-icon{width:50px;height:50px;background:#111;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.uc-icon svg{width:22px;height:22px;stroke:#fff;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.uc-title{font-size:18px;font-weight:800;color:#111;letter-spacing:-.3px}.uc-desc{font-size:13.5px;font-weight:400;color:#888;line-height:1.65;flex:1}.uc-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:#4f6ef712;border:1px solid rgba(79,110,247,.14);border-radius:100px;font-size:10.5px;font-weight:700;color:#4f6ef7;letter-spacing:.3px;align-self:flex-start}.uc-card-wide{grid-column:span 2}@media (max-width: 760px){.uc-card-wide{grid-column:span 1}}.faq{position:relative;background:#fff;padding:100px 20px 120px;overflow:hidden}.faq-inner{max-width:900px;margin:0 auto;position:relative;z-index:1}.faq-heading{font-family:Poppins,sans-serif;font-size:clamp(36px,5.5vw,56px);font-weight:400;letter-spacing:-1.5px;color:#111118;text-align:center;line-height:1.1;margin-bottom:14px}.faq-subtitle{font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:#bbb;text-align:center;margin-bottom:64px}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #e8e8e4;overflow:hidden}.faq-item:first-child{border-top:1px solid #e8e8e4}.faq-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 4px;background:none;border:none;cursor:pointer;text-align:left;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:600;color:#111118;letter-spacing:-.3px;transition:color .25s ease;-webkit-tap-highlight-color:transparent}.faq-trigger:hover{color:#4f6ef7}.faq-trigger:focus-visible{outline:2px solid rgba(79,110,247,.3);outline-offset:4px;border-radius:6px}.faq-q{flex:1;padding-right:16px;line-height:1.35}.faq-chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;color:#999;transition:transform .4s cubic-bezier(.16,1,.3,1),color .25s ease}.faq-chevron svg{width:18px;height:18px;display:block}.faq-item.open .faq-chevron{transform:rotate(180deg);color:#4f6ef7}.faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-panel{grid-template-rows:1fr}.faq-answer{overflow:hidden;padding:0 4px}.faq-answer p{font-size:15px;font-weight:400;color:#666;line-height:1.7;margin-bottom:12px;padding-bottom:0}.faq-answer p:last-child{margin-bottom:28px}.faq-link{color:#4f6ef7;text-decoration:none;font-weight:600;transition:opacity .2s ease}.faq-link:hover{opacity:.75;text-decoration:underline}@media (max-width: 640px){.faq{padding:72px 16px 80px}.faq-heading{font-size:clamp(30px,7vw,42px);letter-spacing:-1px}.faq-subtitle{font-size:10px;letter-spacing:2.5px;margin-bottom:44px}.faq-trigger{font-size:15.5px;padding:20px 2px}.faq-answer p{font-size:14px;line-height:1.65}.faq-answer p:last-child{margin-bottom:22px}}.footer-section{position:relative;background:#fff;overflow:hidden;border-top:1px solid #f0f0ed}.footer-inner{max-width:1240px;margin:0 auto;padding:80px 24px 40px;position:relative;z-index:2}.footer-top{margin-bottom:56px}.footer-logo-wrap{display:flex;align-items:center;gap:10px;margin-bottom:18px}.footer-logo-img{width:32px;height:32px;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.footer-logo-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.footer-logo-text{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:700;color:#111118;letter-spacing:-.5px}.footer-desc{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:400;color:#888;line-height:1.6;max-width:320px}.footer-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 80px;margin-bottom:64px}.footer-col-title{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;color:#111118;letter-spacing:-.2px;margin-bottom:20px}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-link-list a{font-family:Plus Jakarta Sans,sans-serif;font-size:14.5px;font-weight:400;color:#888;text-decoration:none;transition:color .25s ease,transform .2s ease;display:inline-block}.footer-link-list a:hover{color:#111118;transform:translate(2px)}.footer-divider{height:1px;background:#f0f0ed;margin-bottom:32px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-copyright{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:400;color:#bbb;line-height:1.6}.footer-copyright strong{color:#999;font-weight:500}.footer-socials{display:flex;align-items:center;gap:14px}.footer-social-link{width:36px;height:36px;border-radius:10px;background:#f8f8f7;border:1px solid #f0f0ed;display:flex;align-items:center;justify-content:center;color:#bbb;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.footer-social-link:hover{background:#111118;border-color:#111118;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.footer-social-link svg{width:16px;height:16px;fill:currentColor}.footer-bg-text{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(80px,14vw,200px);font-weight:800;letter-spacing:-6px;color:#f5f5f3;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;z-index:1}@media (max-width: 640px){.footer-inner{padding:56px 20px 32px}.footer-links-grid{grid-template-columns:1fr 1fr;gap:36px 40px;margin-bottom:48px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-bg-text{bottom:-10px;font-size:clamp(60px,18vw,140px);letter-spacing:-4px}}@media (max-width: 420px){.footer-links-grid{grid-template-columns:1fr;gap:28px}.footer-desc,.footer-link-list a{font-size:14px}}
