.ai-intro-module{--ink: #15181c;--muted: #8a9099;--body: #f3f2ee;--line: #e8e6e0;--brand: #1083b6;--card: #fff;--pos: #3fa662;--posbg: #e9f6ee;--neg: #d94b42;--negbg: #fbeceb;--neu: #c3c7cc;--own: #3f8fbf;--comp: #e0a53e;--third: #8a7fd6}.ai-intro-module *{box-sizing:border-box;margin:0;padding:0}.ai-intro-module{font-family:var(--font-sans);color:var(--ink);background:var(--body);line-height:1.6;padding:52px 0 100px;-webkit-font-smoothing:antialiased}.ai-intro-module .wrap{max-width:1160px;margin:0 auto;padding:0 32px}.ai-intro-module .center{margin-bottom:42px}.ai-intro-module .htitle{font-size:30px;font-weight:800;letter-spacing:-.5px}.ai-intro-module .grid{display:grid;grid-template-columns:.54fr 1.46fr;gap:36px;align-items:stretch}.ai-intro-module .tabs{display:flex;flex-direction:column;gap:12px;height:100%}.ai-intro-module .tab{flex:1;display:flex;flex-direction:column;justify-content:center;border-radius:14px;padding:18px 20px;cursor:pointer;transition:all .22s;border:1px solid transparent;position:relative}.ai-intro-module .tab:hover{background:#fff}.ai-intro-module .tab.on{background:#fff;border-color:var(--line);box-shadow:0 14px 36px -24px #0000003d}.ai-intro-module .tab.on:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;border-radius:3px;background:var(--brand)}.ai-intro-module .tab .tt{font-size:16.5px;font-weight:800;display:flex;align-items:center;gap:10px;margin-bottom:6px;letter-spacing:-.2px}.ai-intro-module .tab .ic{width:18px;height:18px;flex-shrink:0;stroke:#565c63;stroke-width:1.8;fill:none}.ai-intro-module .tab.on .ic{stroke:var(--brand)}.ai-intro-module .tab .tn{font-size:11.5px;color:var(--brand);font-weight:600;margin-bottom:7px;padding-left:28px}.ai-intro-module .tab .td{font-size:12.5px;color:#7a8089;line-height:1.6;padding-left:28px}.ai-intro-module .tab:not(.on){opacity:.72}.ai-intro-module .stage{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:0 30px 66px -40px #00000052;position:relative}.ai-intro-module .win{display:flex;align-items:center;gap:8px;padding:12px 18px;border-bottom:1px solid #f2f1ee;background:#faf9f6;border-radius:16px 16px 0 0}.ai-intro-module .win .d{width:10px;height:10px;border-radius:50%;background:#e2e4e7}.ai-intro-module .win .d1{background:#f0625d}.ai-intro-module .win .d2{background:#f5b94d}.ai-intro-module .win .d3{background:#52b56a}.ai-intro-module .win .wt{font-size:12px;color:var(--muted);margin-left:auto;font-weight:500}.ai-intro-module .win .cap{font-size:11px;color:#b3b8bf;font-weight:500;margin-right:2px}.ai-intro-module .conv{padding:26px 30px 30px;position:relative;overflow:hidden;border-radius:0 0 16px 16px}.ai-intro-module .u{display:flex;justify-content:flex-end;margin-bottom:20px}.ai-intro-module .u .bub{background:transparent;color:#15181c;font-size:14px;font-weight:500;padding:0;border-radius:0;max-width:80%;box-shadow:none}.ai-intro-module .ai{display:flex;gap:13px}.ai-intro-module .ai .av{width:30px;height:30px;border-radius:7px;background:var(--ink);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;letter-spacing:.5px}.ai-intro-module .ai .msg{flex:1;font-size:13.5px;color:#3a3f45;line-height:1.95;padding-top:2px;min-width:0}.ai-intro-module .lead{margin-bottom:16px}.ai-intro-module .li{margin-bottom:15px;padding-left:2px;border-radius:8px;transition:background .35s}.ai-intro-module .li.cur{background:#f4f9fc}.ai-intro-module .rk{display:inline-flex;align-items:center;justify-content:center;min-width:23px;height:20px;background:#f0f1f3;border-radius:6px;font-size:11.5px;font-weight:700;color:#565c63;margin-right:9px;vertical-align:middle;transition:all .3s}.ai-intro-module .li.cur .rk{background:var(--brand);color:#fff}.ai-intro-module .nm{font-weight:700;color:var(--ink);border-radius:4px;padding:0 3px;transition:all .3s}.ai-intro-module .li.cur .nm{color:var(--brand)}.ai-intro-module .mine{display:inline-flex;align-items:center;font-size:10px;color:var(--brand);background:#eaf4f9;border:1px solid #cfe6f1;border-radius:20px;padding:1px 8px;margin-left:8px;vertical-align:middle;font-weight:600}.ai-intro-module .sub{color:#6b7178;font-size:12.5px;margin-top:4px;padding-left:32px;line-height:1.8}.ai-intro-module .w{border-radius:4px;padding:0 3px;transition:all .3s}.ai-intro-module .stage[data-v=senti] .li.cur .w.pos{background:var(--posbg);color:#2f8048}.ai-intro-module .stage[data-v=senti] .li.cur .w.neg{background:var(--negbg);color:#b83c34}.ai-intro-module .cursor{position:absolute;left:150px;width:18px;height:18px;opacity:0;transition:top .55s cubic-bezier(.4,0,.2,1),opacity .3s;z-index:9;pointer-events:none;filter:drop-shadow(0 2px 3px rgba(0,0,0,.3))}.ai-intro-module .cursor.show{opacity:1}.ai-intro-module .pop{position:absolute;background:#fff;border:1px solid #ececec;border-radius:13px;box-shadow:0 18px 44px -20px #0000004d;right:22px;width:244px;padding:14px 16px;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .3s,transform .3s,top .55s cubic-bezier(.4,0,.2,1);z-index:6}.ai-intro-module .pop .ph{font-size:12.5px;color:var(--ink);font-weight:700;margin-bottom:12px}.ai-intro-module .stage[data-v=vis] .pop.vis,.ai-intro-module .stage[data-v=senti] .pop.senti,.ai-intro-module .stage[data-v=src] .pop.src.in{opacity:1;transform:translateY(0)}.ai-intro-module .frow3{display:flex;justify-content:space-between;gap:8px}.ai-intro-module .frow3 .fk{font-size:10.5px;color:var(--muted);margin-bottom:3px}.ai-intro-module .frow3 .fv{font-size:20px;font-weight:800;color:var(--brand);letter-spacing:-.5px}.ai-intro-module .bar3{display:flex;gap:0;height:12px;border-radius:6px;overflow:hidden;margin-bottom:9px}.ai-intro-module .bar3 i{display:block;height:100%;transition:width .45s}.ai-intro-module .lg{display:flex;gap:11px;font-size:11px;color:#5b6068;flex-wrap:wrap}.ai-intro-module .lg span{display:flex;align-items:center;gap:5px}.ai-intro-module .cdot{width:8px;height:8px;border-radius:2px}.ai-intro-module .tagrow{display:flex;flex-wrap:wrap;gap:6px;padding-top:11px;border-top:1px solid #f2f2f2;margin-top:11px}.ai-intro-module .tagrow .tl{font-size:11px;color:var(--muted);width:100%;margin-bottom:2px}.ai-intro-module .chip{font-size:11px;border-radius:20px;padding:2px 9px}.ai-intro-module .chip.pos{color:#2f8048;background:var(--posbg)}.ai-intro-module .chip.neg{color:#b83c34;background:var(--negbg)}.ai-intro-module .pop.src{left:178px;right:auto;width:228px}.ai-intro-module .pop.src .cbar{display:flex;gap:0;height:14px;border-radius:5px;overflow:hidden;margin-bottom:9px}.ai-intro-module .pop.src .cbar i{display:block;height:100%;transition:width .45s cubic-bezier(.3,.7,.3,1)}.ai-intro-module .pop.src .subnote{font-size:10px;color:#b3b8bf;margin-top:9px;line-height:1.5}.ai-intro-module .srcentry{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:11.5px;color:#6b7178;background:#f5f4f0;border:1px solid #ececea;border-radius:9px;padding:7px 13px}.ai-intro-module .srcentry svg{width:13px;height:13px;stroke:#8a9099;stroke-width:1.9;fill:none}.ai-intro-module .srcbox{position:absolute;right:14px;background:#fff;border:1px solid #ececec;border-radius:13px;box-shadow:0 18px 44px -20px #00000047;width:248px;padding:12px 14px;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .3s,transform .3s,top .3s;z-index:6;overflow-y:auto}.ai-intro-module .stage[data-v=src] .srcbox.in{opacity:1;transform:translateY(0)}.ai-intro-module .stage[data-v=src] .srcentry.active{background:#eaf4f9;border-color:#cfe6f1;color:var(--brand);box-shadow:0 0 0 3px #1083b61f}.ai-intro-module .stage[data-v=src] .srcentry.active svg{stroke:var(--brand)}.ai-intro-module .srcbox .sph{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.ai-intro-module .srcbox .sph b{font-size:12px;color:var(--ink);font-weight:700}.ai-intro-module .srcbox .ssub{font-size:10px;color:var(--muted);margin-bottom:8px}.ai-intro-module .scard{display:flex;gap:9px;padding:8px 0;border-bottom:1px solid #f4f3f0}.ai-intro-module .scard:last-child{border-bottom:none}.ai-intro-module .scard .ico{width:22px;height:22px;border-radius:50%;background:#f2f1ed;border:1px solid #ececea;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#8a9099;flex-shrink:0}.ai-intro-module .scard .sc{flex:1;min-width:0}.ai-intro-module .scard .meta{font-size:10px;color:var(--muted);margin-bottom:2px}.ai-intro-module .scard .htxt{font-size:11px;color:var(--ink);font-weight:600;line-height:1.4;margin-bottom:5px}.ai-intro-module .scard .foot{display:flex;align-items:center;gap:7px}.ai-intro-module .stype{font-size:9.5px;color:#fff;border-radius:20px;padding:2px 7px;flex-shrink:0;transition:background .35s}.ai-intro-module .stype.own{background:var(--own)}.ai-intro-module .stype.third{background:var(--third)}.ai-intro-module .stype.comp{background:var(--comp)}.ai-intro-module .scnt{font-size:10px;color:#565c63;font-weight:600}.ai-intro-module .scard .num{width:15px;height:15px;border-radius:50%;background:#eceef0;color:#8a9099;font-size:8.5px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto}@media(max-width:880px){.ai-intro-module{padding:36px 0 72px}.ai-intro-module .grid{grid-template-columns:1fr;gap:20px;align-items:stretch}.ai-intro-module .htitle{font-size:24px}.ai-intro-module .tabs{height:auto}.ai-intro-module .tab{flex:none}.ai-intro-module .cursor{display:none}.ai-intro-module .pop{right:12px;width:210px}.ai-intro-module .pop.src{width:220px}.ai-intro-module .srcbox{width:220px;right:12px}.ai-intro-module .frow3 .fv{font-size:18px}}@media(prefers-reduced-motion:reduce){.ai-intro-module .cursor,.ai-intro-module .pop,.ai-intro-module .srcbox,.ai-intro-module .bar3 i,.ai-intro-module .cbar i{transition:none!important}}.geo-base-module{--ink:#15181c;--muted:#8a9099;--body:#efeee9;--line:#e8e6e0;--brand:#1083b6;--card:#fff;--arrow:#9fb3bc}.geo-base-module *{box-sizing:border-box;margin:0;padding:0}.geo-base-module{font-family:var(--font-sans);color:var(--ink);background:var(--body);line-height:1.6;padding:62px 0 96px;-webkit-font-smoothing:antialiased}.geo-base-module .wrap{max-width:1160px;margin:0 auto;padding:0 32px}.geo-base-module .head{margin-bottom:38px}.geo-base-module .htitle{font-size:30px;font-weight:800;letter-spacing:-.5px}.geo-base-module .flow{display:flex;align-items:stretch;gap:0}.geo-base-module .fnode{flex:1;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 15px 17px;box-shadow:0 14px 40px -32px #0000004d;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;display:flex;flex-direction:column}.geo-base-module .fnode.lit{opacity:1;transform:translateY(0)}.geo-base-module .ftag{font-size:11px;font-weight:700;color:var(--brand);letter-spacing:1px;margin-bottom:8px}.geo-base-module .fh{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:11px}.geo-base-module .cardnote{font-size:11px;color:#8a9099;line-height:1.5}.geo-base-module .cardnote.pin{margin-top:auto;padding-top:10px}.geo-base-module .farrow{flex:0 0 44px;display:flex;align-items:center;justify-content:center}.geo-base-module .farrow svg{width:42px;height:16px}.geo-base-module .qstack{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:13px}.geo-base-module .qlayer{font-size:14px;font-weight:800;color:var(--brand);background:#eaf4f9;border:1px solid #cfe6f1;border-radius:8px;text-align:center;padding:6px 0}.geo-base-module .qlayer.q1{width:100%}.geo-base-module .qlayer.q2{width:62%;opacity:.82}.geo-base-module .catcards{display:flex;flex-direction:column;gap:6px}.geo-base-module .catcard{background:#fff;border:1px solid var(--line);border-radius:8px;padding:7px 10px;box-shadow:0 6px 16px -16px #0000004d;display:flex;align-items:center;gap:9px}.geo-base-module .catname{font-size:11.5px;font-weight:700;color:var(--ink);flex-shrink:0}.geo-base-module .catstub{flex:1;height:6px;border-radius:3px;background:#e6eaec}.geo-base-module .elist{display:flex;flex-direction:column;gap:7px}.geo-base-module .enode{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:6px 10px 6px 6px;box-shadow:0 8px 22px -20px #0000004d}.geo-base-module .elogo{width:26px;height:26px;border-radius:6px;object-fit:contain;flex-shrink:0;background:#fff}.geo-base-module .ename{font-size:12.5px;font-weight:600;color:var(--ink)}.geo-base-module .nmid{display:flex;align-items:flex-start;justify-content:center;margin-top:14px}.geo-base-module .nstack{display:flex;flex-direction:column;align-items:center;gap:11px;width:100%}.geo-base-module .nlayer{font-size:13px;font-weight:800;color:var(--brand);background:#eaf4f9;border:1px solid #cfe6f1;border-radius:8px;padding:5px 0;text-align:center}.geo-base-module .nlayer.l4{width:100%}.geo-base-module .nlayer.l3{width:82%;opacity:.86}.geo-base-module .nlayer.l2{width:64%;opacity:.72}.geo-base-module .nlayer.l1{width:46%;opacity:.6}.geo-base-module .nwhy{display:flex;flex-direction:column;gap:7px;margin-bottom:2px}.geo-base-module .nwhy-item{font-size:11.5px;color:#6b7178;line-height:1.5;display:flex;align-items:center;gap:8px}.geo-base-module .nwhy-item:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--brand);flex-shrink:0}.geo-base-module .anspairs{display:flex;flex-direction:column;gap:7px;margin-bottom:11px}.geo-base-module .anspair{background:#f6f8f9;border:1px solid #e7edf0;border-radius:8px;padding:7px 9px}.geo-base-module .al{font-size:11px;color:#565c63;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.geo-base-module .al b{color:var(--ink);font-weight:700}.geo-base-module .mnote{border-top:1px dashed #d9dcd6;padding-top:10px}.geo-base-module .mnh{font-size:11px;color:#6b7178;margin-bottom:8px}.geo-base-module .mnh b{color:var(--ink);font-weight:700}.geo-base-module .mrow{display:flex;align-items:baseline;gap:7px;font-size:11px;margin-bottom:5px}.geo-base-module .mrow:last-child{margin-bottom:0}.geo-base-module .mlayer{color:var(--ink);font-weight:700;flex-shrink:0;width:46px}.geo-base-module .mmetrics{color:#7a8089;line-height:1.45}.geo-base-module .ret{position:relative;height:62px;margin-top:3px;opacity:0;transition:opacity .55s ease}.geo-base-module .ret.lit{opacity:1}.geo-base-module .retsvg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.geo-base-module .freqcard{position:absolute;left:50%;top:46px;transform:translate(-50%,-50%);z-index:2;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--brand);background:var(--card);border:1px solid #cfe6f1;border-radius:10px;padding:8px 16px;white-space:nowrap;box-shadow:0 10px 28px -22px #0000004d}.geo-base-module .freqcard svg{width:14px;height:14px;stroke:var(--brand);stroke-width:1.9;fill:none}@media(max-width:900px){.geo-base-module{padding:44px 0 64px}.geo-base-module .htitle{font-size:24px}.geo-base-module .flow{flex-direction:column}.geo-base-module .farrow{flex-basis:auto;transform:rotate(90deg);padding:2px 0}.geo-base-module .ret{display:none}}@media(prefers-reduced-motion:reduce){.geo-base-module .fnode,.geo-base-module .ret{transition:none!important}}.geo-hero-visual{--ink:#15181c;--muted:#8a9099;--body:#f3f2ee;--line:#e8e6e0;--brand:#1083b6;--brand2:#0c6b96;--card:#fff;--pos:#16a34a;--neg:#e0574d;--c1:#e0a13a;--c2:#1083b6;--c3:#4ba36e;--c4:#8b5cf6;--own:#1083b6;--comp:#e0a13a;--third:#8b5cf6}.geo-hero-visual *{box-sizing:border-box;margin:0;padding:0}.geo-hero-visual{font-family:var(--font-sans);color:var(--ink);background:var(--body);-webkit-font-smoothing:antialiased}.geo-hero-visual .win{position:relative;background:var(--card);border:1px solid #e9e8e4;border-radius:14px;box-shadow:0 40px 90px -50px #14181c80,0 8px 24px -16px #14181c29;overflow:hidden;opacity:0;transform:translateY(14px)}.geo-hero-visual.in .win{animation:winIn .8s .1s cubic-bezier(.2,.7,.2,1) forwards}@keyframes winIn{to{opacity:1;transform:translateY(0)}}.geo-hero-visual .wbar{display:flex;align-items:center;gap:7px;padding:9px 13px;border-bottom:1px solid #f0efec;background:#fbfbfa}.geo-hero-visual .tl{width:10px;height:10px;border-radius:50%}.geo-hero-visual .tl.r{background:#f0625a}.geo-hero-visual .tl.y{background:#f5be4f}.geo-hero-visual .tl.g{background:#4fc16a}.geo-hero-visual .wtitle{font-size:11px;color:#8a9099;margin-left:8px;font-weight:600}.geo-hero-visual .fbar{display:flex;align-items:center;gap:8px;padding:8px 13px;border-bottom:1px solid #f2f1ee}.geo-hero-visual .chip{display:inline-flex;align-items:center;gap:5px;border:1px solid #e6e5e1;border-radius:7px;padding:4px 8px;font-size:11px;color:#3a3f45;background:#fff}.geo-hero-visual .chip .ci{width:16px;height:16px;border-radius:5px;background:var(--brand);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center}.geo-hero-visual .chip .cx{color:#b3b8bd;font-size:9px}.geo-hero-visual .fbar .sp{margin-left:auto;font-size:11px;color:#b3b8bd;display:flex;gap:10px;align-items:center}.geo-hero-visual .av{width:20px;height:20px;border-radius:50%;background:#e9edf0;color:#7a93a0;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.geo-hero-visual .wbody{padding:11px}.geo-hero-visual .split{display:flex;gap:10px}.geo-hero-visual .primary{flex:0 0 68%}.geo-hero-visual .aux{flex:1;min-width:0}.geo-hero-visual .mcards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:9px}.geo-hero-visual .mc{border:1px solid #eeedea;border-radius:9px;padding:8px 10px;background:#fdfdfc}.geo-hero-visual .mcl{font-size:10px;color:#9aa0a7;margin-bottom:4px}.geo-hero-visual .mcv{font-size:21px;font-weight:800;letter-spacing:-.5px;line-height:1}.geo-hero-visual .mcv.b{color:var(--brand)}.geo-hero-visual .mcd{font-size:10px;font-weight:700;margin-top:5px}.geo-hero-visual .mcd.up{color:var(--pos)}.geo-hero-visual .mcd.dn{color:var(--neg)}.geo-hero-visual .tpanel{border:1px solid #eeedea;border-radius:9px;padding:10px 11px;background:#fff}.geo-hero-visual .ph{display:flex;align-items:center;justify-content:space-between;margin-bottom:1px}.geo-hero-visual .pt{font-size:12px;font-weight:700}.geo-hero-visual .dl{width:14px;height:14px;color:#c2c8ce}.geo-hero-visual .ps{font-size:10px;color:#9aa0a7;margin-bottom:9px}.geo-hero-visual .chart{position:relative;width:100%;height:172px;touch-action:none;cursor:crosshair;overflow:visible}.geo-hero-visual .chart svg{display:block;width:100%;height:100%}.geo-hero-visual .gl{stroke:#eff1f2;stroke-width:1}.geo-hero-visual .axl{fill:#b8bdc2;font-size:8.5px}.geo-hero-visual .ln{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:620;stroke-dashoffset:620}.geo-hero-visual .ln.you{stroke-width:3}.geo-hero-visual.in .ln{animation:draw 1.2s .35s ease forwards}.geo-hero-visual.in .ln.you{animation-delay:.5s}@keyframes draw{to{stroke-dashoffset:0}}.geo-hero-visual .area{fill:url(#ga);opacity:.5}.geo-hero-visual .guide{stroke:#c9ced3;stroke-width:1;stroke-dasharray:3 3;opacity:0}.geo-hero-visual .gdot{opacity:0;stroke:#fff;stroke-width:1.6}.geo-hero-visual .tlegend{display:flex;gap:13px;flex-wrap:wrap;margin-top:9px}.geo-hero-visual .tlg{display:flex;align-items:center;gap:5px;font-size:10px;color:#8a9099}.geo-hero-visual .tlg .sw{width:11px;height:3px;border-radius:2px}.geo-hero-visual .tlg.you{color:var(--brand);font-weight:700}.geo-hero-visual .tpanel{overflow:visible}.geo-hero-visual .tip{position:absolute;pointer-events:none;background:#fff;border:1px solid #e7e6e2;border-radius:9px;box-shadow:0 14px 34px -16px #14181c66;padding:8px 10px;min-width:128px;width:max-content;white-space:nowrap;flex-shrink:0;opacity:0;transition:opacity .1s;z-index:9}.geo-hero-visual .tiprow{white-space:nowrap}.geo-hero-visual .tipw{font-size:10px;color:#9aa0a7;margin-bottom:6px}.geo-hero-visual .tiprow{display:flex;align-items:center;gap:6px;font-size:10.5px;margin-bottom:4px}.geo-hero-visual .tiprow:last-child{margin-bottom:0}.geo-hero-visual .tipdot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.geo-hero-visual .tipval{margin-left:auto;font-weight:700;font-variant-numeric:tabular-nums}.geo-hero-visual .apanel{border:1px solid #f0efec;border-radius:9px;padding:9px 10px;background:#fcfcfb;margin-bottom:10px}.geo-hero-visual .apanel:last-child{margin-bottom:0}.geo-hero-visual .apt{font-size:11px;font-weight:700;color:#3a3f45;margin-bottom:1px}.geo-hero-visual .aps{font-size:9px;color:#a8aeb4;margin-bottom:9px}.geo-hero-visual .ctbl{width:100%;border-collapse:collapse}.geo-hero-visual .ctbl th{font-size:9.5px;color:#a8aeb4;font-weight:600;text-align:right;padding:0 0 6px}.geo-hero-visual .ctbl th:first-child{text-align:left}.geo-hero-visual .ctbl td{font-size:11px;padding:5px 0;border-top:1px solid #f4f3f0;text-align:right;font-variant-numeric:tabular-nums;color:#565c63}.geo-hero-visual .ctbl td:first-child{text-align:left}.geo-hero-visual .bname{display:flex;align-items:center;gap:5px}.geo-hero-visual .bico{width:14px;height:14px;border-radius:4px;font-size:8px;font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.geo-hero-visual .ctbl tr.you td{color:var(--brand);font-weight:700}.geo-hero-visual .srcwrap{display:flex;align-items:center;gap:9px;margin-bottom:9px}.geo-hero-visual .sdonut{position:relative;flex-shrink:0;width:68px;height:68px}.geo-hero-visual .sdonut svg{transform:rotate(-90deg)}.geo-hero-visual .sdc{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.geo-hero-visual .sdcv{font-size:13px;font-weight:800;line-height:1}.geo-hero-visual .sdcl{font-size:8px;color:#a8aeb4}.geo-hero-visual .sleg{display:flex;flex-direction:column;gap:4px;flex:1}.geo-hero-visual .slr{display:flex;align-items:center;gap:5px;font-size:9.5px;color:#565c63}.geo-hero-visual .slr .sw{width:8px;height:8px;border-radius:2px;flex-shrink:0}.geo-hero-visual .slr .sv{margin-left:auto;font-weight:700}.geo-hero-visual .dom{display:flex;align-items:center;gap:5px;font-size:9.5px;color:#565c63;margin-bottom:5px}.geo-hero-visual .dom:last-child{margin-bottom:0}.geo-hero-visual .dtrack{flex:1;height:6px;background:#f2f3f4;border-radius:4px;overflow:hidden}.geo-hero-visual .dfill{height:100%;border-radius:4px}.geo-hero-visual .dv{font-weight:700;font-variant-numeric:tabular-nums;width:30px;text-align:right}.geo-hero-visual .dname{width:64px;color:#565c63}.geo-hero-visual .prow{display:flex;align-items:center;gap:7px;margin-bottom:9px}.geo-hero-visual .prow:last-child{margin-bottom:0}.geo-hero-visual .prow .pn{display:flex;align-items:center;gap:4px;font-size:9.5px;color:#565c63;flex:1;min-width:0;white-space:nowrap;overflow:hidden}.geo-hero-visual .prow.you .pn{color:var(--brand);font-weight:700}.geo-hero-visual .prow .pnet{font-size:9.5px;font-weight:700;color:var(--pos);font-variant-numeric:tabular-nums}.geo-hero-visual .prow.you .pnet{color:var(--pos)}.geo-hero-visual .pbar{width:48px;height:7px;border-radius:4px;overflow:hidden;display:flex;flex-shrink:0;cursor:pointer}.geo-hero-visual .pbar i{height:100%;display:block}.geo-hero-visual .etip{position:absolute;right:11px;pointer-events:none;background:#fff;border:1px solid #e7e6e2;border-radius:9px;box-shadow:0 14px 34px -16px #14181c66;padding:8px 10px;min-width:112px;opacity:0;transition:opacity .1s;z-index:9}.geo-hero-visual .etw{font-size:10px;color:#9aa0a7;margin-bottom:6px}.geo-hero-visual .etr{display:flex;align-items:center;gap:6px;font-size:11px;color:#565c63;margin-bottom:4px}.geo-hero-visual .etr:last-child{margin-bottom:0}.geo-hero-visual .ed{width:8px;height:8px;border-radius:2px}.geo-hero-visual .ev{margin-left:auto;font-weight:700;font-variant-numeric:tabular-nums}.geo-hero-visual .wfoot{display:flex;gap:15px;padding:9px 13px;border-top:1px solid #f2f1ee;background:#fcfcfb}.geo-hero-visual .ft{font-size:10.5px;color:#a2a7ad}@media(max-width:1000px){.geo-hero-visual .split{flex-direction:column}.geo-hero-visual .primary{flex:1}}@media(prefers-reduced-motion:reduce){.geo-hero-visual *{animation:none!important}.geo-hero-visual .win{opacity:1;transform:none}.geo-hero-visual .ln{stroke-dashoffset:0!important}}.hero[data-astro-cid-j7pv25f6]{padding:84px 0 56px}.hero-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:.88fr 1.12fr;gap:44px;align-items:center}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-size:46px;line-height:1.18;letter-spacing:-.02em;font-weight:700;margin:18px 0 0;font-family:var(--font-display)}.hero[data-astro-cid-j7pv25f6] .sub[data-astro-cid-j7pv25f6]{font-size:19px;color:var(--color-ink);font-weight:500;line-height:1.6;margin-top:22px;max-width:440px}.hero-cta-wrap[data-astro-cid-j7pv25f6]{margin-top:32px;max-width:440px}.hero-demo-cta[data-astro-cid-j7pv25f6]{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 22px;font-size:15.5px;font-weight:600;color:#fff;background:linear-gradient(135deg,#1b95cb,#0c6f9c);border-radius:8px;box-shadow:0 8px 20px -6px #0c6f9c8c;transition:transform .18s ease,box-shadow .18s ease}.hero-demo-cta[data-astro-cid-j7pv25f6]:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px #0c6f9cb3}.hero-cta-micro[data-astro-cid-j7pv25f6]{margin-top:10px;font-size:12.5px;color:var(--color-ink-3);text-align:center}@media(max-width:860px){.hero-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:44px}.hero[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{font-size:34px}}.fade[data-astro-cid-j7pv25f6]{opacity:0;transform:translateY(14px);animation:fu .7s var(--ease) forwards}.d1[data-astro-cid-j7pv25f6]{animation-delay:.05s}.d2[data-astro-cid-j7pv25f6]{animation-delay:.14s}.d3[data-astro-cid-j7pv25f6]{animation-delay:.24s}@keyframes fu{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.fade[data-astro-cid-j7pv25f6]{animation:none;opacity:1;transform:none}}.rd1[data-astro-cid-j7pv25f6]{transition-delay:.06s}.rd2[data-astro-cid-j7pv25f6]{transition-delay:.13s}.rd3[data-astro-cid-j7pv25f6]{transition-delay:.2s}.stat-band[data-astro-cid-j7pv25f6]{background:#fbfbf9;border-top:1px solid var(--color-line-2);border-bottom:1px solid var(--color-line-2);padding:28px 0}.stat-band[data-astro-cid-j7pv25f6] .sec-head[data-astro-cid-j7pv25f6]{margin-bottom:10px}.stat-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;font-variant-numeric:tabular-nums}.stat-item[data-astro-cid-j7pv25f6]{text-align:left}.stat-num[data-astro-cid-j7pv25f6]{font-size:clamp(22px,2.6vw,28px);font-weight:700;color:#15181c;letter-spacing:-.02em;line-height:1.05}.stat-desc[data-astro-cid-j7pv25f6]{margin-top:6px;font-size:13.5px;color:var(--color-ink);line-height:1.5}.stat-src[data-astro-cid-j7pv25f6]{margin-top:4px;font-size:11px;color:#a8a69e}@media(max-width:720px){.stat-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:16px}}.sec-head[data-astro-cid-j7pv25f6]{max-width:40em}.sec-head[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{font-size:30px;letter-spacing:-.5px;font-weight:800;margin-top:16px;line-height:1.28}.sec-head[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6].lead{color:var(--color-ink-2);font-size:16px;margin-top:14px}.hero-visual-ph[data-astro-cid-j7pv25f6]{width:100%;max-width:600px;justify-self:end}.mr-section[data-astro-cid-j7pv25f6]{padding:104px 0}.method-sec[data-astro-cid-j7pv25f6]{background:#fbfbf9;border-top:1px solid var(--color-line)}.method-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;align-items:stretch}.home-card[data-astro-cid-j7pv25f6]{background:#fff;border:1px solid #e7e7e2;border-radius:10px;padding:26px;box-shadow:0 1px 2px #14141405;display:flex;flex-direction:column}.mblock[data-astro-cid-j7pv25f6]{border-top:3px solid var(--color-accent)}.mblock[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6]{font-size:16px;font-weight:600;display:flex;align-items:center;gap:9px}.mblock[data-astro-cid-j7pv25f6] h3[data-astro-cid-j7pv25f6] .k[data-astro-cid-j7pv25f6]{font-family:var(--font-mono);font-size:11px;color:var(--color-accent-dk)}.mblock[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{color:var(--color-ink-2);font-size:14.5px;margin-top:10px;line-height:1.7}.mblock[data-astro-cid-j7pv25f6] .seclink[data-astro-cid-j7pv25f6]{margin-top:12px;font-size:14.5px}@media(max-width:860px){.method-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:16px}.mr-section[data-astro-cid-j7pv25f6]{padding:72px 0}}
