.LandingPage-module__FAbHmG__landing{--bg-deepest:#121212;--bg-surface:#181818;--bg-card:#1f1f1f;--bg-hover:#252525;--bg-elevated:#2a2a2a;--text-primary:#fff;--text-secondary:#b3b3b3;--text-muted:#535353;--green:#1ed760;--green-glow:#1ed76026;--green-glow-soft:#1ed7600f;--border:#ffffff0f;--border-card:#ffffff0a;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:500px;--max-width:1200px;--section-pad:140px;background:var(--bg-deepest);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:clip}.LandingPage-module__FAbHmG__hero{align-items:center;min-height:100vh;padding:0 48px;display:flex;position:relative;overflow:clip}.LandingPage-module__FAbHmG__glow-orb{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.LandingPage-module__FAbHmG__g1{background:radial-gradient(circle,#1ed76026 0%,#1ed7600a 40%,#0000 70%);width:800px;height:800px;top:-100px;left:-200px}.LandingPage-module__FAbHmG__g2{background:radial-gradient(circle,#1ed76017 0%,#0000 70%);width:500px;height:500px;bottom:-100px;left:100px}.LandingPage-module__FAbHmG__g3{background:radial-gradient(circle,#1ed7600f 0%,#0000 70%);width:300px;height:300px;top:30%;left:20%}.LandingPage-module__FAbHmG__hero-inner{max-width:var(--max-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;margin:0 auto;display:grid;position:relative}.LandingPage-module__FAbHmG__hero-text{flex-direction:column;gap:28px;display:flex}.LandingPage-module__FAbHmG__hero-title{letter-spacing:-1.5px;font-size:56px;font-weight:800;line-height:1.1}.LandingPage-module__FAbHmG__hero-title .LandingPage-module__FAbHmG__line{display:block}.LandingPage-module__FAbHmG__hero-title .LandingPage-module__FAbHmG__line:last-child{color:var(--green)}.LandingPage-module__FAbHmG__hero-subtitle{color:var(--text-secondary);font-size:20px}.LandingPage-module__FAbHmG__btn-cta{color:#000;background:var(--green);border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:8px;width:fit-content;padding:14px 36px;font-size:16px;font-weight:700;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.LandingPage-module__FAbHmG__btn-cta:after{content:"→";transition:transform .25s}.LandingPage-module__FAbHmG__btn-cta:hover{background:#22e968;transform:translateY(-2px);box-shadow:0 8px 32px #1ed7604d}.LandingPage-module__FAbHmG__btn-cta:hover:after{transform:translate(4px)}.LandingPage-module__FAbHmG__hero-demo{perspective:1200px;position:relative}.LandingPage-module__FAbHmG__demo-window{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;transform:rotateY(-2deg)rotateX(1deg);box-shadow:0 24px 80px #00000080,0 0 0 1px #ffffff08}.LandingPage-module__FAbHmG__demo-window:hover{transform:rotateY(0)rotateX(0)}.LandingPage-module__FAbHmG__demo-titlebar{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:8px;padding:14px 18px;display:flex}.LandingPage-module__FAbHmG__demo-dot{border-radius:50%;width:10px;height:10px}.LandingPage-module__FAbHmG__demo-dot.LandingPage-module__FAbHmG__r{background:#ff5f57}.LandingPage-module__FAbHmG__demo-dot.LandingPage-module__FAbHmG__y{background:#ffbd2e}.LandingPage-module__FAbHmG__demo-dot.LandingPage-module__FAbHmG__g{background:#28ca41}.LandingPage-module__FAbHmG__demo-titlebar-text{color:var(--text-muted);margin-left:8px;font-size:12px}.LandingPage-module__FAbHmG__demo-body{flex-direction:column;gap:20px;height:500px;padding:28px 24px;display:flex;overflow:hidden}.LandingPage-module__FAbHmG__demo-input-row{align-items:center;gap:10px;display:flex}.LandingPage-module__FAbHmG__demo-input{background:var(--bg-card);border:1px solid var(--border);white-space:nowrap;border-radius:8px;flex:1;padding:12px 16px;font-size:13px;overflow:hidden}.LandingPage-module__FAbHmG__typing-text{white-space:nowrap;width:0;animation:1.8s steps(38,end) .5s forwards LandingPage-module__FAbHmG__typing;display:inline-block;overflow:hidden}@keyframes LandingPage-module__FAbHmG__typing{0%{width:0}to{width:100%}}.LandingPage-module__FAbHmG__demo-btn-analyze{background:var(--green);color:#000;white-space:nowrap;opacity:.15;border:none;border-radius:8px;padding:12px 20px;font-size:13px;font-weight:700;animation:.3s 2.6s forwards LandingPage-module__FAbHmG__fadeInBtn}@keyframes LandingPage-module__FAbHmG__fadeInBtn{to{opacity:1}}.LandingPage-module__FAbHmG__demo-loading{opacity:0;flex-direction:column;gap:10px;animation:.3s 3s forwards LandingPage-module__FAbHmG__fadeIn,.3s 4.8s forwards LandingPage-module__FAbHmG__fadeOut;display:flex}.LandingPage-module__FAbHmG__shimmer-line{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-elevated) 50%,var(--bg-card) 75%);background-size:200% 100%;border-radius:6px;height:14px;animation:1.5s linear infinite LandingPage-module__FAbHmG__shimmer}.LandingPage-module__FAbHmG__shimmer-line:first-child{width:70%}.LandingPage-module__FAbHmG__shimmer-line:nth-child(2){width:90%}.LandingPage-module__FAbHmG__shimmer-line:nth-child(3){width:55%}@keyframes LandingPage-module__FAbHmG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.LandingPage-module__FAbHmG__demo-results{opacity:0;flex-direction:column;gap:14px;animation:.5s 5s forwards LandingPage-module__FAbHmG__fadeIn;display:flex}.LandingPage-module__FAbHmG__demo-metric-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.LandingPage-module__FAbHmG__demo-metric{background:var(--bg-card);border:1px solid var(--border-card);border-radius:8px;padding:14px}.LandingPage-module__FAbHmG__demo-metric-label{color:var(--text-muted);text-transform:uppercase;font-size:11px}.LandingPage-module__FAbHmG__demo-metric-value{font-size:22px;font-weight:800}.LandingPage-module__FAbHmG__demo-metric-value.LandingPage-module__FAbHmG__green{color:var(--green)}.LandingPage-module__FAbHmG__demo-tags{opacity:0;flex-wrap:wrap;gap:8px;animation:.4s 5.6s forwards LandingPage-module__FAbHmG__fadeIn;display:flex}.LandingPage-module__FAbHmG__demo-tag{border-radius:var(--radius-pill);opacity:0;padding:5px 12px;font-size:12px;font-weight:600;animation:.35s forwards LandingPage-module__FAbHmG__tagPop;transform:scale(.8)}.LandingPage-module__FAbHmG__tag1{color:#1ed760;background:#1ed7601f;animation-delay:5.8s}.LandingPage-module__FAbHmG__tag2{color:#63b3ed;background:#63b3ed1f;animation-delay:6s}.LandingPage-module__FAbHmG__tag3{color:#ffb100;background:#ffb1001f;animation-delay:6.2s}.LandingPage-module__FAbHmG__tag4{color:#ed89bb;background:#ed89bb1f;animation-delay:6.4s}.LandingPage-module__FAbHmG__tag5{color:#a78bfa;background:#a78bfa1f;animation-delay:6.6s}.LandingPage-module__FAbHmG__demo-content-summary{opacity:0;background:var(--bg-card);border:1px solid var(--border-card);border-radius:8px;padding:14px 16px;animation:.45s 7s forwards LandingPage-module__FAbHmG__fadeIn}.LandingPage-module__FAbHmG__demo-content-header{align-items:center;gap:6px;margin-bottom:8px;display:flex}.LandingPage-module__FAbHmG__demo-content-header svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2px}.LandingPage-module__FAbHmG__demo-content-label{color:var(--green);text-transform:uppercase;font-size:11px;font-weight:700}.LandingPage-module__FAbHmG__demo-content-text{color:var(--text-secondary);font-size:12.5px}.LandingPage-module__FAbHmG__demo-verdict{color:var(--green);opacity:0;background:#1ed76014;border:1px solid #1ed76026;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;animation:.4s 7.6s forwards LandingPage-module__FAbHmG__fadeIn;display:flex}.LandingPage-module__FAbHmG__demo-verdict-icon{background:var(--green);color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}@keyframes LandingPage-module__FAbHmG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes LandingPage-module__FAbHmG__fadeOut{0%{opacity:1}to{opacity:0;pointer-events:none;position:absolute}}@keyframes LandingPage-module__FAbHmG__tagPop{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.LandingPage-module__FAbHmG__module-divider{width:100%;max-width:var(--max-width);background:linear-gradient(90deg,#0000 0%,#ffffff0f 20%,#1ed7601f 50%,#ffffff0f 80%,#0000 100%);height:1px;margin:0 auto}.LandingPage-module__FAbHmG__quokka-section{justify-content:center;padding:100px 48px 80px;display:flex}.LandingPage-module__FAbHmG__quokka-inner{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:640px;display:flex}.LandingPage-module__FAbHmG__quokka-img{width:120px;height:auto;animation:4s ease-in-out infinite LandingPage-module__FAbHmG__quokkaFloat}@keyframes LandingPage-module__FAbHmG__quokkaFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.LandingPage-module__FAbHmG__quokka-text{color:var(--text-secondary);font-size:18px;font-style:italic}.LandingPage-module__FAbHmG__quokka-divider{background:linear-gradient(90deg,transparent,var(--green),transparent);width:60px;height:2px}.LandingPage-module__FAbHmG__tools-section{padding:var(--section-pad) 48px;position:relative}.LandingPage-module__FAbHmG__tools-glow{background:radial-gradient(circle,#1ed7600f 0%,#0000 70%);width:500px;height:500px;top:50%;left:-200px;transform:translateY(-50%)}.LandingPage-module__FAbHmG__section-inner{max-width:var(--max-width);z-index:1;margin:0 auto;position:relative}.LandingPage-module__FAbHmG__section-label{color:var(--green);letter-spacing:2px;margin-bottom:16px;font-size:13px;font-weight:700}.LandingPage-module__FAbHmG__section-title{margin-bottom:60px;font-size:40px;font-weight:800}.LandingPage-module__FAbHmG__tools-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.LandingPage-module__FAbHmG__tool-card{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:36px 28px;transition:all .35s;display:flex}.LandingPage-module__FAbHmG__tool-card:hover{border-color:#1ed76026;transform:translateY(-4px)}.LandingPage-module__FAbHmG__tool-card-header{justify-content:space-between;align-items:flex-start;display:flex}.LandingPage-module__FAbHmG__tool-icon{background:#1ed7601a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.LandingPage-module__FAbHmG__tool-icon svg{width:22px;height:22px;stroke:var(--green);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.LandingPage-module__FAbHmG__platform-tag{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.2;display:flex}.LandingPage-module__FAbHmG__tool-title{font-size:20px;font-weight:700}.LandingPage-module__FAbHmG__tool-desc{color:var(--text-secondary);font-size:14px}.LandingPage-module__FAbHmG__coming-section{padding:0 48px var(--section-pad)}.LandingPage-module__FAbHmG__coming-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.LandingPage-module__FAbHmG__coming-item{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-md);opacity:.65;flex-direction:column;gap:8px;padding:24px 20px;display:flex}.LandingPage-module__FAbHmG__coming-item-title{font-size:15px;font-weight:600}.LandingPage-module__FAbHmG__coming-item-desc{color:var(--text-muted);font-size:13px}.LandingPage-module__FAbHmG__coming-soon-badge{color:var(--text-muted);border-radius:var(--radius-pill);background:#ffffff0a;width:fit-content;padding:3px 10px;font-size:11px;font-weight:600}.LandingPage-module__FAbHmG__kol-section{padding:var(--section-pad) 48px;position:relative}.LandingPage-module__FAbHmG__kol-glow{background:radial-gradient(circle,#1ed76014 0%,#0000 70%);width:700px;height:700px;top:-200px;right:-200px}.LandingPage-module__FAbHmG__kol-inner{max-width:var(--max-width);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid;position:relative}.LandingPage-module__FAbHmG__kol-title{align-items:center;gap:14px;font-size:40px;font-weight:800;display:flex}.LandingPage-module__FAbHmG__beta-badge{color:#1ed760;border-radius:var(--radius-pill);letter-spacing:.5px;text-transform:uppercase;background:#1ed7601a;border:1px solid #1ed76033;padding:2px 10px;font-size:10px;font-weight:700}.LandingPage-module__FAbHmG__kol-desc{color:var(--text-secondary);font-size:17px}.LandingPage-module__FAbHmG__kol-demo{background:var(--bg-surface);border:1px solid var(--border-card);border-radius:var(--radius-lg);overflow:hidden}.LandingPage-module__FAbHmG__kol-demo-header{border-bottom:1px solid var(--border);justify-content:space-between;padding:16px 20px;display:flex}.LandingPage-module__FAbHmG__kol-demo-title{color:var(--text-secondary);font-size:13px}.LandingPage-module__FAbHmG__kol-demo-count{color:var(--text-muted);font-size:12px}.LandingPage-module__FAbHmG__kol-demo-table{border-collapse:collapse;width:100%}.LandingPage-module__FAbHmG__kol-demo-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:10px 16px;font-size:11px}.LandingPage-module__FAbHmG__kol-demo-table td{border-bottom:1px solid var(--border-card);padding:12px 16px;font-size:13px}.LandingPage-module__FAbHmG__kol-avatar{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-right:8px;font-size:12px;display:inline-flex}.LandingPage-module__FAbHmG__a1{color:#c4956a;background:#2d1f0e}.LandingPage-module__FAbHmG__a2{color:#c084fc;background:#1f1527}.LandingPage-module__FAbHmG__a3{color:#4ade80;background:#0f2318}.LandingPage-module__FAbHmG__kol-tier{border-radius:var(--radius-pill);padding:2px 8px;font-size:11px;font-weight:600}.LandingPage-module__FAbHmG__mega{color:#ffb100;background:#ffb1001f}.LandingPage-module__FAbHmG__macro{color:#63b3ed;background:#63b3ed1f}.LandingPage-module__FAbHmG__mid{color:var(--green);background:#1ed7601a}.LandingPage-module__FAbHmG__kol-er{color:var(--green);font-weight:600}.LandingPage-module__FAbHmG__trust-section{padding:var(--section-pad) 48px}.LandingPage-module__FAbHmG__trust-inner{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid}.LandingPage-module__FAbHmG__trust-headline{font-size:36px;font-weight:800;line-height:1.2}.LandingPage-module__FAbHmG__trust-points{flex-direction:column;gap:24px;display:flex}.LandingPage-module__FAbHmG__trust-point{gap:16px;display:flex}.LandingPage-module__FAbHmG__trust-point-icon{background:#1ed76014;border:1px solid #1ed7601a;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.LandingPage-module__FAbHmG__trust-point-icon svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.LandingPage-module__FAbHmG__trust-point-text{color:var(--text-secondary);padding-top:8px;font-size:15px}.LandingPage-module__FAbHmG__cta-section{text-align:center;padding:120px 48px 80px;position:relative}.LandingPage-module__FAbHmG__cta-glow{background:radial-gradient(circle,#1ed7601a 0%,#0000 70%);width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingPage-module__FAbHmG__cta-inner{z-index:1;flex-direction:column;align-items:center;gap:28px;display:flex;position:relative}.LandingPage-module__FAbHmG__cta-title{font-size:44px;font-weight:800}.LandingPage-module__FAbHmG__footer{text-align:center;border-top:1px solid var(--border);padding:40px 48px}.LandingPage-module__FAbHmG__footer-text{color:var(--text-muted);font-size:13px}.LandingPage-module__FAbHmG__reveal{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translateY(32px)}.LandingPage-module__FAbHmG__visible{opacity:1;transform:translateY(0)}.LandingPage-module__FAbHmG__reveal-delay-1{transition-delay:.1s}.LandingPage-module__FAbHmG__reveal-delay-2{transition-delay:.2s}.LandingPage-module__FAbHmG__reveal-delay-3{transition-delay:.3s}.LandingPage-module__FAbHmG__reveal-delay-4{transition-delay:.35s}@media (max-width:1024px){.LandingPage-module__FAbHmG__hero-inner{grid-template-columns:1fr;gap:48px}.LandingPage-module__FAbHmG__hero-text{text-align:center;align-items:center}.LandingPage-module__FAbHmG__hero-title{font-size:44px}.LandingPage-module__FAbHmG__hero-demo{max-width:560px;margin:0 auto}.LandingPage-module__FAbHmG__demo-window{transform:none}.LandingPage-module__FAbHmG__kol-inner,.LandingPage-module__FAbHmG__trust-inner{grid-template-columns:1fr;gap:48px}.LandingPage-module__FAbHmG__tools-grid,.LandingPage-module__FAbHmG__coming-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.LandingPage-module__FAbHmG__landing{--section-pad:80px}.LandingPage-module__FAbHmG__hero{padding:0 20px}.LandingPage-module__FAbHmG__hero-title{font-size:34px}.LandingPage-module__FAbHmG__hero-subtitle{font-size:16px}.LandingPage-module__FAbHmG__tools-section,.LandingPage-module__FAbHmG__coming-section,.LandingPage-module__FAbHmG__kol-section,.LandingPage-module__FAbHmG__trust-section,.LandingPage-module__FAbHmG__cta-section,.LandingPage-module__FAbHmG__quokka-section{padding-left:20px;padding-right:20px}.LandingPage-module__FAbHmG__tools-grid{grid-template-columns:1fr}.LandingPage-module__FAbHmG__coming-grid{grid-template-columns:1fr 1fr}.LandingPage-module__FAbHmG__section-title,.LandingPage-module__FAbHmG__kol-title{font-size:30px}.LandingPage-module__FAbHmG__trust-headline{font-size:28px}.LandingPage-module__FAbHmG__cta-title{font-size:32px}.LandingPage-module__FAbHmG__demo-metric-row{grid-template-columns:1fr}.LandingPage-module__FAbHmG__demo-body{height:520px}}
