.ff-home{--brand:#4B47F5;--brand-deep:#3A33C9;--brand-dark:#232063;--brand-300:#7C78F9;--brand-200:#A5A0F7;--brand-100:#E8E7FD;--brand-50:#F5F4FE;--n-900:#111A2E;--n-800:#1E2A44;--n-700:#34425E;--n-600:#5A6B86;--n-500:#8595A8;--n-400:#B7C2D0;--n-300:#D9E0E8;--n-200:#F3F6F9;--ink:#1B2230;--text-1:#1E2430;--text-2:#4A5568;--text-weak:#8595A8;--placeholder:#C8D0DA;--teal:#3FA88F;--teal-bg:#E6F4F0;--danger:#D9534F;--danger-bg:#FBECEB;--bg-warm:#FBFAF8;--bg-gray:#F3F6F9;--bg-ink:#111A2E;--line:#E6EAF0;--line-soft:#EEF1F5;--sh-sm:0 1px 2px rgba(17,26,46,.05);--sh-md:0 2px 8px rgba(17,26,46,.05),0 18px 50px -22px rgba(17,26,46,.22);--sh-card:0 1px 2px rgba(17,26,46,.04),0 8px 24px -16px rgba(17,26,46,.18);--maxw:1240px;--pad:56px;--r-shell:20px;--r-card:14px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;color:var(--text-1);background:var(--bg-warm);line-height:1.6;font-size:17px;letter-spacing:.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.ff-home *{box-sizing:border-box;margin:0;padding:0}.ff-home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}.ff-home a{color:inherit;text-decoration:none}.ff-home ::selection{background:var(--brand-100);color:var(--brand-dark)}.ff-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;font-family:inherit;font-weight:600;cursor:pointer;border:none;transition:transform .12s,box-shadow .2s,background .2s}.ff-home .btn:active{transform:translateY(1px)}.ff-home .btn-primary{background:var(--brand);color:#fff;box-shadow:0 6px 18px -6px rgba(75,71,245,.6)}.ff-home .btn-primary:hover{background:var(--brand-deep);box-shadow:0 8px 22px -6px rgba(75,71,245,.7)}.ff-home .btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:var(--sh-sm)}.ff-home .btn-ghost:hover{border-color:var(--n-400);background:#fff}.ff-home .btn-sm{padding:9px 18px;font-size:14.5px;border-radius:10px}.ff-home .btn-md{padding:14px 26px;font-size:16px;border-radius:12px}.ff-home .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--brand);letter-spacing:.02em;margin-bottom:22px;white-space:nowrap}.ff-home .eyebrow:before{content:"";width:18px;height:1.5px;background:var(--brand);opacity:.6}.ff-home .hero{position:relative;overflow:hidden;background:#fff}.ff-home .hero:before{content:"";position:absolute;top:-180px;right:-160px;width:760px;height:760px;background:radial-gradient(circle at center,rgba(124,120,249,.13),rgba(124,120,249,0) 62%);pointer-events:none}.ff-home .hero-grid{display:grid;grid-template-columns:46fr 54fr;gap:48px;align-items:center;padding:84px 0 104px;position:relative}.ff-home .hero-copy{max-width:600px}.ff-home .h1{font-size:42px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--ink);word-break:keep-all}.ff-home .h1 .l1,.ff-home .h1 .l2{display:block;white-space:nowrap}.ff-home .hero-sub{margin-top:26px;font-size:19px;line-height:1.7;color:var(--text-2)}.ff-home .hero-sub b{font-weight:500;color:var(--text-1)}.ff-home .hero-cta{display:flex;align-items:center;gap:14px;margin-top:36px;flex-wrap:wrap}.ff-home .text-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:15.5px;color:var(--brand);cursor:pointer}.ff-home .text-link .arr{transition:transform .2s}.ff-home .text-link:hover .arr{transform:translateX(4px)}.ff-home .hero-note{margin-top:18px;font-size:14px;color:var(--text-weak)}.ff-home .trust{display:flex;align-items:center;gap:0;margin-top:40px;padding-top:26px;border-top:1px solid var(--line);font-size:14px;color:var(--text-2);flex-wrap:wrap}.ff-home .trust span{display:inline-flex;align-items:center}.ff-home .trust span:not(:last-child):after{content:"";width:1px;height:13px;background:var(--n-300);margin:0 18px}.ff-home .trust b{font-weight:500}.ff-home .canvas{position:relative}.ff-home .shell{background:#fff;border:1px solid var(--line);border-radius:var(--r-shell);box-shadow:var(--sh-md);overflow:hidden}.ff-home .shell-bar{display:flex;align-items:center;gap:0;padding:0 16px;height:52px;border-bottom:1px solid var(--line-soft);background:#fff}.ff-home .dots{display:flex;gap:7px;margin-right:18px}.ff-home .dots i{width:10px;height:10px;border-radius:50%;background:var(--n-300)}.ff-home .tabs{display:flex;gap:4px}.ff-home .tab{position:relative;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;font-size:14px;font-weight:500;color:var(--text-weak);cursor:pointer;border-radius:9px;white-space:nowrap;transition:color .18s,background .18s}.ff-home .tab:hover{color:var(--text-2)}.ff-home .tab.active{color:var(--brand);background:var(--brand-50);font-weight:600}.ff-home .tab svg{width:15px;height:15px}.ff-home .tab-hint{margin-left:auto;font-size:12px;color:var(--text-weak);display:flex;align-items:center;gap:6px;opacity:0;transition:opacity .3s}.ff-home .tab-hint.show{opacity:1}.ff-home .tab-hint .pulse{width:6px;height:6px;border-radius:50%;background:var(--brand-300);animation:ffblink 1.4s infinite}@keyframes ffblink{0%,to{opacity:.3}50%{opacity:1}}.ff-home .shell-body{position:relative;padding:22px;min-height:472px;display:grid}.ff-home .panel{grid-area:1/1;visibility:hidden}.ff-home .panel.active{visibility:visible}.ff-home .panel.entering{animation:fffade .3s ease}@keyframes fffade{0%{transform:translateY(7px)}to{transform:none}}.ff-home .io-label{font-size:11.5px;font-weight:600;letter-spacing:.06em;color:var(--text-weak);text-transform:uppercase;margin-bottom:9px}.ff-home .input-box{border:1px solid var(--line);border-radius:12px;padding:14px 15px;background:var(--bg-warm)}.ff-home .input-task{font-size:15.5px;font-weight:500;color:var(--text-1);line-height:1.5}.ff-home .input-foot{display:flex;align-items:center;gap:8px;margin-top:12px}.ff-home .file-chip{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-2);background:#fff;border:1px solid var(--line);border-radius:8px;padding:5px 10px}.ff-home .file-chip .ic{width:14px;height:14px;color:var(--brand)}.ff-home .input-go{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:var(--brand);color:#fff}.ff-home .input-go svg{width:16px;height:16px}.ff-home .proc{display:flex;align-items:center;gap:9px;margin:16px 2px;font-size:13px;color:var(--text-2)}.ff-home .proc .check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--teal-bg);color:var(--teal)}.ff-home .proc .check svg{width:11px;height:11px}.ff-home .proc b{font-weight:500;color:var(--text-1)}.ff-home .res-label{display:flex;align-items:center;justify-content:space-between;margin:18px 2px 12px}.ff-home .res-label .t{font-size:13px;font-weight:600;color:var(--text-1)}.ff-home .res-label .meta{font-size:12px;color:var(--text-weak)}.ff-home .res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ff-home .rcard{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--sh-sm);transition:border-color .2s,transform .2s}.ff-home .rcard:hover{border-color:var(--brand-200);transform:translateY(-2px)}.ff-home .rcard-h{display:flex;align-items:center;gap:7px;padding:11px 12px 9px;font-size:12.5px;font-weight:600;color:var(--text-1)}.ff-home .rcard-h .tag-ic{width:15px;height:15px;color:var(--brand)}.ff-home .rcard-b{padding:0 12px 13px;font-size:11.5px;line-height:1.6;color:var(--text-2)}.ff-home .rcard-img{height:74px;margin:0 12px 11px;border-radius:8px;position:relative;overflow:hidden;background:linear-gradient(135deg,#2a3a52,#46577a)}.ff-home .rcard-img .ph{position:absolute;inset:0;display:flex;align-items:flex-end;padding:8px;font-size:10.5px;color:rgba(255,255,255,.92);font-weight:500}.ff-home .rcard-img .ph:before{content:"";position:absolute;right:9px;top:9px;width:20px;height:20px;border:1.5px solid rgba(255,255,255,.5);border-radius:50%}.ff-home .rcard-img .ph:after{content:"";position:absolute;right:13px;top:13px;width:9px;height:9px;background:rgba(255,255,255,.65);border-radius:50%}.ff-home .script-line{display:flex;gap:7px;margin-bottom:5px}.ff-home .script-line span:first-child{color:var(--brand);font-weight:600;flex-shrink:0}.ff-home .shell-foot{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid var(--line-soft)}.ff-home .save-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;white-space:nowrap;background:var(--brand);color:#fff;font-size:13.5px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px -7px rgba(75,71,245,.6)}.ff-home .save-btn svg{width:15px;height:15px}.ff-home .foot-meta{margin-left:auto;font-size:12px;color:var(--text-weak)}.ff-home .skeleton{position:absolute;inset:22px;display:none;flex-direction:column;gap:14px;background:#fff;z-index:5}.ff-home .skeleton.show{display:flex}.ff-home .sk{border-radius:10px;background:linear-gradient(90deg,#F1F3F7 25%,#E7EBF1 37%,#F1F3F7 63%);background-size:400% 100%;animation:ffshimmer 1.3s infinite}@keyframes ffshimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.ff-home .code-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:12px;background:#fff;box-shadow:var(--sh-sm)}.ff-home .code-h{display:flex;align-items:center;gap:8px;padding:10px 13px;border-bottom:1px solid var(--line-soft);font-size:12.5px;font-weight:600;color:var(--text-1)}.ff-home .code-h .dot{width:7px;height:7px;border-radius:50%}.ff-home .code-body{padding:10px 14px;font-family:JetBrains Mono,monospace;font-size:11.5px;line-height:1.55;color:var(--n-700);background:#FBFCFE;white-space:pre;overflow-x:auto}.ff-home .code-body .k{color:var(--brand-deep)}.ff-home .code-body .s{color:var(--teal)}.ff-home .code-body .c{color:var(--text-weak)}.ff-home .code-body .e{color:var(--danger)}.ff-home .explain{font-size:13px;line-height:1.65;color:var(--text-2)}.ff-home .explain b{color:var(--text-1);font-weight:600}.ff-home .qa-row{display:grid;grid-template-columns:1fr 188px;gap:14px;margin-top:16px}.ff-home .qa-badge{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--teal);background:var(--teal-bg);border-radius:8px;padding:6px 11px;margin-bottom:14px}.ff-home .qa-badge .ld{display:inline-flex;gap:3px}.ff-home .qa-badge .ld i{width:4px;height:4px;border-radius:50%;background:var(--teal);animation:ffblink 1.2s infinite}.ff-home .qa-badge .ld i:nth-child(2){animation-delay:.2s}.ff-home .qa-badge .ld i:nth-child(3){animation-delay:.4s}.ff-home .qa-ans{font-size:13.5px;line-height:1.75;color:var(--text-2)}.ff-home .qa-ans p{margin-bottom:10px}.ff-home .qa-ans b{color:var(--text-1);font-weight:600}.ff-home .qa-ans .pill{display:inline-block;font-size:11px;font-weight:600;color:var(--brand-deep);background:var(--brand-50);border-radius:6px;padding:1px 8px;margin-right:4px}.ff-home .qa-docs{border:1px solid var(--line);border-radius:12px;padding:13px;background:var(--bg-warm);align-self:start}.ff-home .qa-docs-h{font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--text-weak);margin-bottom:11px;text-transform:uppercase}.ff-home .doc{display:flex;align-items:flex-start;gap:9px;padding:9px;border-radius:9px;background:#fff;border:1px solid var(--line);margin-bottom:8px;cursor:pointer;transition:border-color .18s}.ff-home .doc:hover{border-color:var(--teal)}.ff-home .doc .di{flex-shrink:0;width:26px;height:26px;border-radius:7px;background:var(--teal-bg);color:var(--teal);display:flex;align-items:center;justify-content:center}.ff-home .doc .di svg{width:14px;height:14px}.ff-home .doc .dn{font-size:11.5px;font-weight:500;color:var(--text-1);line-height:1.4}.ff-home .doc .dt{font-size:10.5px;color:var(--text-weak);margin-top:2px}.ff-home .section{padding:120px 0;position:relative}.ff-home .sec-gray{background:var(--bg-gray)}.ff-home .sec-warm{background:var(--bg-warm)}.ff-home .sec-white{background:#fff}.ff-home .sec-ink{background:var(--bg-ink);color:#fff}.ff-home .sec-bluegray{background:#EEF2F7}.ff-home .sec-lilac{background:linear-gradient(180deg,#F4F3FB,#EDECF7)}.ff-home .sec-final{background:linear-gradient(170deg,#F5F4FE,#EDEBFC 55%,#E8E7FD)}.ff-home .sec-head{max-width:760px;margin-bottom:60px}.ff-home .sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.ff-home .h2{font-size:42px;line-height:1.18;font-weight:600;letter-spacing:-.015em;color:var(--ink);text-wrap:balance}.ff-home .sec-ink .h2{color:#fff}.ff-home .sec-sub{margin-top:18px;font-size:18px;line-height:1.65;color:var(--text-2)}.ff-home .sec-ink .sec-sub{color:#A9B4C6}.ff-home .sec-foot-link{margin-top:36px}.ff-home .sec-ink .text-link{color:var(--brand-300)}.ff-home .duo{display:grid;grid-template-columns:1fr 1fr;gap:28px}.ff-home .duo-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--sh-card);display:flex;flex-direction:column}.ff-home .duo-tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--brand);margin-bottom:14px}.ff-home .duo-tag .di{width:30px;height:30px;border-radius:9px;background:var(--brand-50);display:flex;align-items:center;justify-content:center}.ff-home .duo-tag .di svg{width:16px;height:16px}.ff-home .duo-h{font-size:23px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.ff-home .duo-desc{margin-top:12px;font-size:15.5px;line-height:1.7;color:var(--text-2)}.ff-home .duo-visual{margin:26px 0 22px;flex:1}.ff-home .mini-wb{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--bg-warm)}.ff-home .mini-wb-bar{display:flex;gap:6px;padding:11px 13px;border-bottom:1px solid var(--line-soft);background:#fff}.ff-home .mini-wb-bar i{width:8px;height:8px;border-radius:50%;background:var(--n-300)}.ff-home .mini-wb-body{padding:14px}.ff-home .wb-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}.ff-home .wb-chip{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:11.5px;font-weight:500;color:var(--text-2);background:#fff;border:1px solid var(--line);border-radius:7px;padding:5px 9px}.ff-home .wb-chip svg{width:12px;height:12px;color:var(--brand)}.ff-home .wb-flow{display:flex;flex-direction:column;gap:8px}.ff-home .wb-step{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--text-2);padding:9px 11px;background:#fff;border:1px solid var(--line);border-radius:9px}.ff-home .wb-step .num{flex-shrink:0;width:18px;height:18px;border-radius:5px;background:var(--brand-50);color:var(--brand);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.ff-home .wb-step.done .num{background:var(--teal-bg);color:var(--teal)}.ff-home .wb-step b{color:var(--text-1);font-weight:500}.ff-home .mini-agents{display:flex;flex-direction:column;gap:10px}.ff-home .mini-ag{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:border-color .2s,transform .2s;cursor:pointer}.ff-home .mini-ag:hover{border-color:var(--brand-200);transform:translateX(3px)}.ff-home .mini-ag.sel{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-50)}.ff-home .mini-ag .agi{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:var(--brand-50);color:var(--brand);display:flex;align-items:center;justify-content:center}.ff-home .mini-ag .agi svg{width:19px;height:19px}.ff-home .mini-ag .agt{font-size:13.5px;font-weight:600;color:var(--ink)}.ff-home .mini-ag .agd{font-size:11.5px;color:var(--text-weak);margin-top:2px}.ff-home .mini-ag .agr{margin-left:auto;font-size:11px;color:var(--brand);opacity:0;transition:opacity .2s}.ff-home .mini-ag.sel .agr,.ff-home .mini-ag:hover .agr{opacity:1}.ff-home .mini-form{margin-top:10px;padding:13px;border:1px dashed var(--brand-200);border-radius:11px;background:var(--brand-50);font-size:12px;color:var(--text-2);display:flex;align-items:center;gap:8px}.ff-home .mini-form svg{width:14px;height:14px;color:var(--brand)}.ff-home .task-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:56px}.ff-home .task-tag{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:500;color:var(--text-1);white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 18px;box-shadow:var(--sh-sm);transition:border-color .2s,transform .2s}.ff-home .task-tag:hover{border-color:var(--brand-200);transform:translateY(-2px)}.ff-home .task-tag .tic{width:18px;height:18px;color:var(--brand)}.ff-home .task-tag.code .tic{font-family:JetBrains Mono,monospace;font-weight:600;font-size:14px}.ff-home .task-ui{max-width:1000px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--r-shell);box-shadow:var(--sh-md);overflow:hidden}.ff-home .task-ui-bar{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid var(--line-soft)}.ff-home .task-ui-bar .dots{margin-right:6px}.ff-home .task-ui-bar .title{font-size:13.5px;font-weight:600;color:var(--text-1)}.ff-home .task-ui-bar .who{margin-left:auto;font-size:12px;color:var(--text-weak)}.ff-home .task-ui-body{display:grid;grid-template-columns:1.1fr 1fr;gap:0}.ff-home .tub-left{padding:22px;border-right:1px solid var(--line-soft)}.ff-home .tub-right{padding:22px;background:var(--bg-warm)}.ff-home .tub-flow{display:flex;flex-direction:column;gap:11px}.ff-home .tub-row{display:flex;align-items:flex-start;gap:11px}.ff-home .tub-row .ts{flex-shrink:0;width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.ff-home .tub-row .ts.ok{background:var(--teal-bg);color:var(--teal)}.ff-home .tub-row .ts.ai{background:var(--brand-50);color:var(--brand)}.ff-home .tub-row .tt{font-size:13.5px;font-weight:500;color:var(--text-1)}.ff-home .tub-row .td{font-size:12px;color:var(--text-weak);margin-top:2px;line-height:1.55}.ff-home .data-file{display:flex;align-items:center;gap:9px;margin-top:10px;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:12.5px;color:var(--text-2)}.ff-home .data-file svg{width:15px;height:15px;color:var(--teal)}.ff-home .report-h{font-size:12px;font-weight:600;color:var(--text-weak);letter-spacing:.04em;text-transform:uppercase;margin-bottom:13px}.ff-home .report-title{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:14px}.ff-home .kpi-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.ff-home .kpi{background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px 13px}.ff-home .kpi .kl{font-size:11px;color:var(--text-weak)}.ff-home .kpi .kv{font-size:19px;font-weight:700;color:var(--ink);margin-top:3px}.ff-home .kpi .kv .u{font-size:12px;font-weight:500;color:var(--text-weak)}.ff-home .chart{height:74px;display:flex;align-items:flex-end;gap:8px;padding:0 2px}.ff-home .chart .bar{flex:1;background:linear-gradient(180deg,var(--brand-300),var(--brand));border-radius:5px 5px 0 0;min-height:14px}.ff-home .report-note{font-size:12px;color:var(--text-2);line-height:1.6;margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.ff-home .report-note b{color:var(--text-1);font-weight:600}.ff-home .sec-ink .sec-head .h2{color:#fff}.ff-home .ind-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:48px;position:relative;z-index:2}.ff-home .ind-tag{font-size:13.5px;font-weight:500;color:#C3CDDC;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 16px;white-space:nowrap}.ff-home .ind-tag.more{color:var(--brand-300);border-color:rgba(124,120,249,.4);background:rgba(124,120,249,.1)}.ff-home .hub-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.5}.ff-home .hub-bg svg{position:absolute;top:6%;left:50%;transform:translateX(-50%);width:680px;height:300px}.ff-home .agent-wall{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:980px;margin:0 auto;position:relative;z-index:2}.ff-home .agent-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:26px;backdrop-filter:blur(4px)}.ff-home .ac-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.ff-home .ac-ic{flex-shrink:0;width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,var(--brand),var(--brand-300));display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px -6px rgba(75,71,245,.6)}.ff-home .ac-ic svg{width:23px;height:23px;color:#fff}.ff-home .ac-name{font-size:18px;font-weight:600;color:#fff;letter-spacing:-.01em}.ff-home .ac-one{font-size:13px;color:#A9B4C6;margin-top:5px;line-height:1.5}.ff-home .ac-beta{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--brand-200);background:rgba(124,120,249,.15);border:1px solid rgba(124,120,249,.3);border-radius:7px;padding:4px 9px}.ff-home .ac-beta:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand-300)}.ff-home .ac-flow{display:flex;flex-direction:column;gap:9px;margin-bottom:22px}.ff-home .ac-line{display:flex;align-items:center;gap:10px;padding:11px 13px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:11px;font-size:12.5px;color:#C3CDDC}.ff-home .ac-line .ali{flex-shrink:0;width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center}.ff-home .ac-line .ali svg{width:13px;height:13px}.ff-home .ac-line.knw .ali{background:rgba(63,168,143,.18);color:#5FC4AC}.ff-home .ac-line.knw{color:#9FD9CB;border-color:rgba(63,168,143,.25)}.ff-home .ac-line .ali.inp{background:rgba(255,255,255,.1);color:#C3CDDC}.ff-home .ac-line .ali.out{background:rgba(124,120,249,.2);color:var(--brand-200)}.ff-home .ac-line b{color:#fff;font-weight:500}.ff-home .ac-foot{display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.ff-home .ac-role{font-size:12px;color:#8595A8}.ff-home .ac-view{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;font-size:13px;font-weight:600;color:#fff;white-space:nowrap;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:9px 18px;cursor:pointer;transition:background .2s}.ff-home .ac-view:hover{background:rgba(255,255,255,.14)}.ff-home .ac-view svg{width:14px;height:14px}.ff-home .more-line{margin-top:36px;font-size:14px;color:#8595A8}.ff-home .dark-link,.ff-home .more-line{text-align:center;position:relative;z-index:2}.ff-home .dark-link{margin-top:40px}.ff-home .case-grid{display:grid;grid-template-columns:300px 1fr;gap:36px;align-items:stretch}.ff-home .steps-nav{display:flex;flex-direction:column;gap:6px}.ff-home .step-item{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:13px;cursor:pointer;border:1px solid transparent;transition:background .2s,border-color .2s}.ff-home .step-item:hover{background:#fff}.ff-home .step-item.active{background:#fff;border-color:var(--line);box-shadow:var(--sh-card)}.ff-home .step-item .sn{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:var(--bg-gray);color:var(--text-weak);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.ff-home .step-item.active .sn{background:var(--brand);color:#fff}.ff-home .step-item.done .sn{background:var(--teal-bg);color:var(--teal)}.ff-home .step-item .st{font-size:15px;font-weight:500;color:var(--text-2)}.ff-home .step-item.active .st{color:var(--ink);font-weight:600}.ff-home .step-state{margin-top:14px;padding:14px 16px;background:var(--brand-50);border-radius:12px;font-size:12.5px;color:var(--brand-deep);line-height:1.6}.ff-home .step-state b{font-weight:600}.ff-home .case-win{background:#fff;border:1px solid var(--line);border-radius:var(--r-shell);box-shadow:var(--sh-md);overflow:hidden;display:flex;flex-direction:column;min-height:480px}.ff-home .cw-bar{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--line-soft)}.ff-home .cw-bar .dots{margin-right:4px}.ff-home .cw-bar .ct{font-size:13px;font-weight:600;color:var(--text-1)}.ff-home .cw-bar .cstat{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:7px}.ff-home .cw-bar .cstat.draft{color:var(--brand);background:var(--brand-50)}.ff-home .cw-bar .cstat.review{color:#B7791F;background:#FDF6E3}.ff-home .cw-body{padding:24px;flex:1}.ff-home .cw-pane{display:none;animation:fffade .3s ease}.ff-home .cw-pane.active{display:block}.ff-home .pane-label{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-weak);margin-bottom:14px}.ff-home .inquiry{font-size:13.5px;line-height:1.8;color:var(--text-2);background:var(--bg-warm);border:1px solid var(--line);border-radius:12px;padding:16px 18px}.ff-home .inquiry .from{display:block;font-size:12px;color:var(--text-weak);margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.ff-home .inquiry .from b{color:var(--text-1);font-weight:600}.ff-home .inquiry mark{background:var(--brand-50);color:var(--brand-deep);padding:1px 5px;border-radius:4px;font-weight:600}.ff-home .hit-list{display:flex;flex-direction:column;gap:10px}.ff-home .hit{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fff}.ff-home .hit .hi{flex-shrink:0;width:32px;height:32px;border-radius:9px;background:var(--teal-bg);color:var(--teal);display:flex;align-items:center;justify-content:center}.ff-home .hit .hi svg{width:16px;height:16px}.ff-home .hit .hn{font-size:13px;font-weight:600;color:var(--ink)}.ff-home .hit .hd{font-size:11.5px;color:var(--text-weak);margin-top:2px}.ff-home .hit .hb{margin-left:auto;font-size:11px;font-weight:600;color:var(--teal);background:var(--teal-bg);border-radius:6px;padding:3px 9px}.ff-home .rule-tbl{border:1px solid var(--line);border-radius:12px;overflow:hidden}.ff-home .rule-tbl .rr{display:grid;grid-template-columns:1.4fr 1fr 1fr;font-size:12.5px}.ff-home .rule-tbl .rr.h{background:var(--bg-gray);font-weight:600;color:var(--text-1)}.ff-home .rule-tbl .rr>div{padding:11px 14px;border-bottom:1px solid var(--line-soft)}.ff-home .rule-tbl .rr:last-child>div{border-bottom:none}.ff-home .rule-tbl .rr .em{color:var(--brand-deep);font-weight:600}.ff-home .quote-doc{border:1px solid var(--line);border-radius:12px;overflow:hidden}.ff-home .quote-doc .qh{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;background:var(--bg-warm);border-bottom:1px solid var(--line);font-size:13px;font-weight:600;color:var(--ink)}.ff-home .quote-doc .qh .tag{font-size:10.5px;font-weight:600;color:var(--text-weak);border:1px solid var(--line);border-radius:6px;padding:2px 8px}.ff-home .quote-row{display:grid;grid-template-columns:1.6fr .8fr .7fr 1fr;padding:11px 16px;font-size:12.5px;border-bottom:1px solid var(--line-soft)}.ff-home .quote-row.h{font-weight:600;color:var(--text-1);background:#fff}.ff-home .quote-row .a{text-align:right}.ff-home .quote-total{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;font-size:13px;font-weight:700;color:var(--ink);background:var(--bg-warm)}.ff-home .review-box{display:flex;align-items:flex-start;gap:13px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--bg-warm)}.ff-home .review-box .rv{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#FDF6E3;color:#B7791F;display:flex;align-items:center;justify-content:center}.ff-home .review-box .rv svg{width:18px;height:18px}.ff-home .review-box .rt{font-size:13.5px;font-weight:600;color:var(--ink)}.ff-home .review-box .rd{font-size:12px;color:var(--text-2);margin-top:4px;line-height:1.6}.ff-home .review-acts{display:flex;gap:10px;margin-top:16px}.ff-home .case-foot{margin-top:32px;text-align:center;font-size:13.5px;color:var(--text-weak)}.ff-home .loop{max-width:1000px;margin:0 auto 50px;position:relative}.ff-home .loop-row{display:flex;align-items:stretch;justify-content:space-between;gap:0}.ff-home .loop-node{flex:1;flex-direction:column;text-align:center}.ff-home .loop-node,.ff-home .loop-node .ln-ic{display:flex;align-items:center;position:relative}.ff-home .loop-node .ln-ic{width:56px;height:56px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--sh-card);justify-content:center;margin-bottom:14px;z-index:2}.ff-home .loop-node .ln-ic svg{width:25px;height:25px;color:var(--brand)}.ff-home .loop-node.k .ln-ic{border-color:rgba(63,168,143,.4)}.ff-home .loop-node.k .ln-ic svg{color:var(--teal)}.ff-home .loop-node .ln-t{font-size:14.5px;font-weight:600;color:var(--ink)}.ff-home .loop-arrow{display:flex;align-items:center;justify-content:center;padding-top:14px;color:var(--n-400);flex-shrink:0;width:40px}.ff-home .loop-arrow svg{width:20px;height:20px}.ff-home .loop-line{position:absolute;top:28px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,var(--teal) 0,var(--brand-200) 100%);opacity:.3;z-index:1}.ff-home .loop-cap{text-align:center;font-size:15px;color:var(--text-2);max-width:620px;margin:0 auto}.ff-home .loop-cap b{color:var(--text-1);font-weight:600}.ff-home .cap-tags{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:980px;margin:56px auto 0}.ff-home .cap-tag{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--sh-sm)}.ff-home .cap-tag .ct-h{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--ink);margin-bottom:10px}.ff-home .cap-tag .ct-h .cti{width:34px;height:34px;border-radius:10px;background:var(--brand-50);color:var(--brand);display:flex;align-items:center;justify-content:center}.ff-home .cap-tag .ct-h .cti svg{width:17px;height:17px}.ff-home .cap-tag.knw .ct-h .cti{background:var(--teal-bg);color:var(--teal)}.ff-home .cap-tag .ct-d{font-size:13px;line-height:1.65;color:var(--text-2)}.ff-home .res-grid7{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.ff-home .spec-line{display:flex;flex-wrap:wrap;gap:0;margin:28px 0 8px;font-size:14.5px;color:var(--text-1);font-weight:500}.ff-home .spec-line span{display:inline-flex;align-items:center;white-space:nowrap}.ff-home .spec-line span:not(:last-child):after{content:"";width:1px;height:14px;background:var(--n-300);margin:0 16px}.ff-home .res-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.ff-home .api-link{margin-top:22px}.ff-home .api-text-link{font-size:13px;color:var(--text-weak);font-weight:500;transition:color .18s;cursor:pointer}.ff-home .api-text-link:hover{color:var(--brand)}.ff-home .acct{position:relative;width:100%;aspect-ratio:1/.92;max-width:440px;margin:0 auto}.ff-home .acct svg.lines{position:absolute;inset:0;width:100%;height:100%}.ff-home .acct .center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:148px;height:148px;border-radius:50%;background:#fff;border:1px solid var(--brand-200);box-shadow:0 18px 50px -18px rgba(75,71,245,.35);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3}.ff-home .acct .center .cv{font-size:13px;font-weight:600;color:var(--ink);line-height:1.4}.ff-home .acct .center .cv .em{display:block;font-size:11px;font-weight:500;color:var(--brand);margin-top:4px}.ff-home .acct .center .ring{position:absolute;inset:-10px;border-radius:50%;border:1px dashed var(--brand-200);opacity:.5}.ff-home .acct .node{position:absolute;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 14px;box-shadow:var(--sh-card);z-index:2;white-space:nowrap}.ff-home .acct .node .ni{width:30px;height:30px;border-radius:8px;background:var(--brand-50);color:var(--brand);display:flex;align-items:center;justify-content:center}.ff-home .acct .node .ni svg{width:16px;height:16px}.ff-home .acct .node .nt{font-size:12.5px;font-weight:600;color:var(--text-1)}.ff-home .acct .n-top{top:0;left:50%;transform:translateX(-50%)}.ff-home .acct .n-bottom{bottom:0;left:50%;transform:translateX(-50%)}.ff-home .acct .n-left{left:0;top:50%;transform:translateY(-50%)}.ff-home .acct .n-right{right:0;top:50%;transform:translateY(-50%)}.ff-home .final{text-align:center;max-width:680px;margin:0 auto;padding:40px 0}.ff-home .final .h2{font-size:48px}.ff-home .final .sec-sub{margin-top:20px;font-size:19px}.ff-home .final-cta{display:flex;gap:14px;justify-content:center;margin-top:40px;flex-wrap:wrap}@media (max-width:1100px){.ff-home{--pad:32px}.ff-home .hero-grid{grid-template-columns:1fr;gap:44px;padding:60px 0 72px}.ff-home .hero-copy{max-width:none}.ff-home .h1{font-size:46px}}@media (max-width:980px){.ff-home .section{padding:84px 0}.ff-home .h2{font-size:34px}.ff-home .case-grid,.ff-home .duo,.ff-home .res-grid7,.ff-home .task-ui-body{grid-template-columns:1fr}.ff-home .case-grid{gap:20px}.ff-home .case-win{min-height:auto}.ff-home .tub-left{border-right:none;border-bottom:1px solid var(--line-soft)}.ff-home .agent-wall,.ff-home .cap-tags{grid-template-columns:1fr}.ff-home .agent-wall{max-width:480px}.ff-home .hub-bg{display:none}.ff-home .steps-nav{flex-direction:row;flex-wrap:wrap;gap:8px}.ff-home .step-item{flex:1;min-width:140px}.ff-home .step-state{display:none}}@media (max-width:680px){.ff-home{--pad:20px}.ff-home .section{padding:64px 0}.ff-home .h1{font-size:34px;word-break:normal}.ff-home .h1 .l1,.ff-home .h1 .l2{white-space:normal}.ff-home .hero-sub{font-size:17px}.ff-home .qa-row,.ff-home .res-grid{grid-template-columns:1fr}.ff-home .shell-body{min-height:auto;padding:18px}.ff-home .tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;gap:8px}.ff-home .trust span:not(:last-child):after{margin:0 12px}.ff-home .h2{font-size:28px}.ff-home .final .h2{font-size:34px}.ff-home .loop-row{flex-direction:column;gap:0}.ff-home .loop-node{flex-direction:row;gap:14px;text-align:left;padding:8px 0}.ff-home .loop-node .ln-ic{margin-bottom:0;width:46px;height:46px}.ff-home .loop-arrow{width:46px;padding:4px 0;transform:rotate(90deg)}.ff-home .loop-line{display:none}.ff-home .quote-row,.ff-home .rule-tbl .rr{font-size:11.5px}.ff-home .acct{max-width:300px;aspect-ratio:auto;height:auto;display:flex;flex-direction:column}.ff-home .acct svg.lines{display:none}.ff-home .acct .center{position:static;transform:none;width:100%;border-radius:14px;height:auto;padding:18px;margin-bottom:14px}.ff-home .acct .center .ring{display:none}.ff-home .acct .node{position:static;transform:none;width:100%;margin-bottom:10px;justify-content:flex-start}}