@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900&family=Geist+Mono:wght@500;700&display=swap");.wl-root{--bg:#FFFFFF;--bg-blue:#E4F1FB;--bg-soft:#F7F8F6;--ink:#2B2B33;--ink-2:#6A6A75;--ink-3:#9A9AA3;--line:#E7E7E2;--blue:#2E86C1;--blue-deep:#1F6FA3;--blue-soft:#E4F1FB;--navy:#143A52;--green:#58CC02;--green-deep:#46A302;--xp:#FFC800;--streak:#FF9600;--violet:#A560F0;--violet-deep:#7A3FBF;--wlfont:"Nunito",-apple-system,system-ui,sans-serif;--mono:"Geist Mono",monospace;background:var(--bg);color:var(--ink);font-family:var(--wlfont);font-weight:700;-webkit-font-smoothing:antialiased;min-height:100vh}.wl-root *,.wl-root :after,.wl-root :before{box-sizing:border-box}.wl-root a{color:inherit;text-decoration:none}.wl-root button{font-family:inherit;cursor:pointer}.wl-root .shell{max-width:1140px;margin:0 auto;padding:0 26px}.wl-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:58px;padding:0 30px;border:0;border-radius:16px;font-weight:900;font-size:16px;letter-spacing:.03em;text-transform:uppercase;width:100%;transition:transform .06s ease,box-shadow .06s ease,filter .12s ease,background .12s ease,border-color .12s ease}.wl-root .btn-primary{background:var(--blue);color:#fff;box-shadow:0 5px 0 var(--blue-deep)}.wl-root .btn-primary:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 6px 0 var(--blue-deep)}.wl-root .btn-primary:active{transform:translateY(3px);box-shadow:0 2px 0 var(--blue-deep);filter:none}.wl-root .btn-ghost{background:#fff;color:var(--blue);border:2px solid var(--line);box-shadow:0 5px 0 var(--line)}.wl-root .btn-ghost:hover{background:var(--blue-soft);border-color:var(--blue);transform:translateY(-1px);box-shadow:0 6px 0 var(--line)}.wl-root .btn-ghost:active{transform:translateY(3px);box-shadow:0 2px 0 var(--line)}.wl-root .btn-sm{height:44px;padding:0 20px;font-size:13px;width:auto;border-radius:13px}.wl-root .btn-green{background:var(--green);color:#fff;box-shadow:0 4px 0 var(--green-deep)}.wl-root .btn-green:hover{filter:brightness(1.07);transform:translateY(-1px)}.wl-root .btn-green:active{transform:translateY(3px);box-shadow:0 2px 0 var(--green-deep);filter:none}.wl-root .wl-nav{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);height:68px;display:flex;align-items:center}.wl-root .wl-nav .in{display:flex;align-items:center;justify-content:space-between;width:100%}.wl-root .brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:25px;letter-spacing:-.02em;color:var(--blue)}.wl-root .hero{min-height:100vh;display:flex;flex-direction:column;padding-top:68px}.wl-root .hero-main{flex:1 1;display:flex;align-items:center}.wl-root .hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;width:100%}.wl-root .hero-copy{text-align:left}.wl-root .hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--blue-soft);color:var(--blue-deep);font-weight:900;font-size:12.5px;text-transform:uppercase;letter-spacing:.05em;padding:7px 14px;border-radius:999px;margin-bottom:20px}.wl-root .hero h1{font-weight:900;font-size:clamp(34px,4.4vw,52px);line-height:1.1;letter-spacing:-.02em;margin:0;color:var(--ink)}.wl-root .hero h1 .b{color:var(--blue)}.wl-root .hero p{font-size:18px;color:var(--ink-2);font-weight:600;line-height:1.5;margin:18px 0 30px;max-width:42ch}.wl-root .hero-cta{display:flex;flex-direction:column;gap:12px;max-width:380px}.wl-root .hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}.wl-root .hero-mascot{position:relative;z-index:2}.wl-root .float-tile{position:absolute;width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:22px;box-shadow:0 10px 24px -8px rgba(0,0,0,.25);animation:wlfl 5s ease-in-out infinite}.wl-root .float-tile.t1{top:6%;left:18%;animation-delay:0s}.wl-root .float-tile.t2{top:0;right:20%;animation-delay:.6s}.wl-root .float-tile.t3{bottom:14%;left:8%;animation-delay:1.2s}.wl-root .float-tile.t4{bottom:4%;right:12%;animation-delay:.3s}.wl-root .float-tile.t5{top:42%;right:2%;animation-delay:.9s}@keyframes wlfl{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-14px) rotate(4deg)}}.wl-root .model-strip{border-top:1px solid var(--line);padding:18px 0}.wl-root .model-strip .in{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.wl-root .ms-chev{color:var(--ink-3);font-size:20px;font-weight:900;padding:0 6px}.wl-root .ms-item{display:inline-flex;align-items:center;gap:11px;padding:11px 19px;border-radius:15px;font-weight:800;font-size:17px;color:var(--ink)}.wl-root .ms-item:hover{background:var(--bg-soft)}.wl-root .ms-item .mc{width:32px;height:32px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:14px}.wl-root .row{padding:90px 0}.wl-root .row .in{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.wl-root .row.rev .art{order:-1}.wl-root .row h2{font-weight:900;font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-.02em;margin:0 0 14px;color:var(--blue)}.wl-root .row p{font-size:17px;color:var(--ink-2);font-weight:600;line-height:1.55;margin:0}.wl-root .row p .lk{color:var(--blue);font-weight:800;border-bottom:2px solid var(--blue-soft)}.wl-root .row .art{display:flex;align-items:center;justify-content:center;min-height:300px}.wl-root .ill{background:#fff;border:2px solid var(--line);border-radius:24px;padding:22px;width:100%;max-width:380px;box-shadow:0 26px 50px -28px rgba(20,40,60,.3)}.wl-root .ill-bars{display:flex;flex-direction:column;gap:12px}.wl-root .ill-bar{display:flex;align-items:center;gap:12px;font-weight:800;font-size:14px}.wl-root .ill-bar .mc{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:12px;flex:0 0 30px}.wl-root .ill-bar .track{flex:1 1;height:9px;border-radius:999px;background:var(--bg-soft);overflow:hidden}.wl-root .ill-bar .track>i{display:block;height:100%;background:var(--blue);border-radius:999px}.wl-root .ill-bar .v{font-family:var(--mono);font-weight:800;font-size:12px;color:var(--ink-3);width:34px;text-align:right}.wl-root .ill-path{display:flex;flex-direction:column;align-items:center}.wl-root .ip-node{width:58px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff}.wl-root .ip-node.d{background:var(--blue);box-shadow:0 6px 0 var(--blue-deep)}.wl-root .ip-node.c{background:var(--blue);box-shadow:0 6px 0 var(--blue-deep),0 0 0 5px var(--blue-soft)}.wl-root .ip-node.m{background:linear-gradient(180deg,#B97CF5,var(--violet));box-shadow:0 6px 0 var(--violet-deep)}.wl-root .ip-node.l{background:var(--bg-soft);color:var(--ink-3);box-shadow:0 5px 0 var(--line)}.wl-root .ip-cap{font-size:12px;font-weight:800;color:var(--ink-2);margin:7px 0 18px}.wl-root .ip-line{width:3px;height:16px;background:repeating-linear-gradient(180deg,var(--ink-3) 0 5px,transparent 5px 10px);opacity:.5}.wl-root .term{background:#0C0820;border:2px solid #34265a;border-radius:18px;padding:20px;font-family:var(--mono);font-size:13px;color:#C9B0FF;line-height:1.8;width:100%;max-width:400px}.wl-root .term .c1{color:#7a6fa3}.wl-root .term .c2{color:#7BE33B}.wl-root .app-sec{background:var(--bg-blue);padding:96px 0;text-align:center;position:relative;overflow:hidden}.wl-root .app-sec h2{font-weight:900;font-size:clamp(34px,4.4vw,52px);line-height:1.1;letter-spacing:-.02em;margin:0 0 8px;color:var(--navy)}.wl-root .app-sec .soon{display:inline-block;background:var(--xp);color:#5A4200;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:5px 12px;border-radius:999px;margin-bottom:18px}.wl-root .app-sec p{font-size:17px;color:var(--ink-2);font-weight:600;margin:0 auto 26px;max-width:44ch}.wl-root .store-row{display:inline-flex;gap:14px;flex-wrap:wrap;justify-content:center}.wl-root .store-btn{display:inline-flex;align-items:center;gap:10px;background:#131313;color:#fff;border-radius:14px;padding:10px 20px;box-shadow:0 4px 0 #000}.wl-root .store-btn .ic{font-size:26px}.wl-root .store-btn .t{text-align:left;line-height:1.1}.wl-root .store-btn .t small{display:block;font-size:10px;font-weight:700;opacity:.8;text-transform:uppercase;letter-spacing:.04em}.wl-root .store-btn .t b{font-size:16px;font-weight:900}.wl-root .app-float{position:absolute;width:54px;height:54px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:20px;opacity:.9;animation:wlfl 6s ease-in-out infinite}.wl-root .final{text-align:center;padding:100px 0}.wl-root .final h2{font-weight:900;font-size:clamp(32px,4vw,48px);letter-spacing:-.02em;margin:0 0 24px;color:var(--blue);line-height:1.1}.wl-root .final .btn{max-width:360px;margin:0 auto}.wl-root .stats-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-soft);padding:30px 0}.wl-root .stats-band .in{display:flex;align-items:center;justify-content:space-around;gap:24px;flex-wrap:wrap}.wl-root .stats-band .stat{text-align:center}.wl-root .stats-band .n{font-weight:900;font-size:clamp(30px,3.4vw,40px);color:var(--blue);letter-spacing:-.02em;line-height:1}.wl-root .stats-band .l{font-size:13.5px;color:var(--ink-2);font-weight:700;margin-top:6px;max-width:22ch}.wl-root .whofor{padding:90px 0}.wl-root .wf-head{text-align:center;max-width:640px;margin:0 auto 44px}.wl-root .wf-head h2{font-weight:900;font-size:clamp(28px,3.4vw,42px);letter-spacing:-.02em;margin:0;color:var(--ink)}.wl-root .wf-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.wl-root .wf-card{background:#fff;border:2px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 5px 0 var(--line)}.wl-root .wf-ic{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:15px;background:var(--blue-soft);font-size:28px;margin-bottom:14px}.wl-root .wf-card h3{font-weight:900;font-size:20px;letter-spacing:-.01em;margin:0 0 6px}.wl-root .wf-card p{font-size:14.5px;color:var(--ink-2);font-weight:600;line-height:1.5;margin:0}.wl-root .results{padding:90px 0;background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.wl-root .results .in{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.wl-root .res-eyebrow{display:inline-block;font-weight:900;font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--blue);margin-bottom:12px}.wl-root .results h2{font-weight:900;font-size:clamp(28px,3.6vw,42px);line-height:1.1;letter-spacing:-.02em;margin:0 0 14px;color:var(--ink)}.wl-root .results h2 .b{color:var(--ink-3)}.wl-root .results h2 .g{color:var(--blue)}.wl-root .results p{font-size:16px;color:var(--ink-2);font-weight:600;line-height:1.55;margin:0 0 20px}.wl-root .results p b{color:var(--ink)}.wl-root .res-quote{display:flex;gap:12px;align-items:flex-start;background:#fff;border:2px solid var(--line);border-radius:16px;padding:16px}.wl-root .res-quote p{margin:0 0 6px;font-size:14.5px;color:var(--ink);font-weight:700;font-style:italic}.wl-root .res-quote span{font-size:12.5px;color:var(--ink-3);font-weight:700}.wl-root .res-card{background:#fff;border:2px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 26px 50px -28px rgba(20,40,60,.3)}.wl-root .res-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:12px}.wl-root .res-card-top .mono{font-family:var(--mono);color:var(--ink-3);font-weight:600}.wl-root .res-up{color:var(--blue);font-weight:900;font-size:13px}.wl-root .res-chart{display:flex;align-items:flex-end;gap:8px;height:140px}.wl-root .res-chart span{flex:1 1;background:var(--blue-soft);border-radius:6px 6px 0 0;min-height:6px}.wl-root .res-chart span.hot{background:var(--blue)}.wl-root .res-axis{display:flex;justify-content:space-between;font-family:var(--mono);font-size:11px;color:var(--ink-3);font-weight:700;margin-top:8px}.wl-root .res-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.wl-root .res-stats .rn{font-weight:900;font-size:18px;color:var(--blue);letter-spacing:-.01em}.wl-root .res-stats .rl{font-size:11px;color:var(--ink-3);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.wl-root .wl-modal-back{position:fixed;inset:0;background:rgba(20,40,55,.45);z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;animation:wlfade .15s}@keyframes wlfade{0%{opacity:0}to{opacity:1}}.wl-root .wl-modal{position:relative;width:100%;max-width:420px;background:#fff;border-radius:24px;border:2px solid var(--line);box-shadow:0 30px 70px -18px rgba(0,0,0,.4);padding:30px 28px 24px;text-align:center}.wl-root .wl-x{position:absolute;top:14px;right:16px;background:none;border:0;font-size:22px;color:var(--ink-3);line-height:1}.wl-root .wl-modal-mascot{display:flex;justify-content:center;margin-bottom:8px}.wl-root .wl-modal h2{font-weight:900;font-size:23px;letter-spacing:-.02em;margin:0 0 4px}.wl-root .wl-modal-sub{font-size:14px;color:var(--ink-2);font-weight:600;margin:0 0 22px}.wl-root .wl-oauth{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:54px;border:2px solid var(--line);background:#fff;border-radius:14px;font-weight:800;font-size:15px;color:var(--ink);box-shadow:0 4px 0 var(--line)}.wl-root .wl-oauth:active{transform:translateY(2px);box-shadow:0 2px 0 var(--line)}.wl-root .wl-or{display:flex;align-items:center;gap:12px;color:var(--ink-3);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin:16px 0}.wl-root .wl-or:after,.wl-root .wl-or:before{content:"";flex:1 1;height:1px;background:var(--line)}.wl-root .wl-input{width:100%;height:54px;border:2px solid var(--line);border-radius:14px;padding:0 16px;font-family:var(--wlfont);font-weight:700;font-size:15px;color:var(--ink);outline:0}.wl-root .wl-input:focus{border-color:var(--blue)}.wl-root .wl-legal{font-size:11px;color:var(--ink-3);font-weight:600;margin:14px 0 0}.wl-root .pricing{padding:90px 0}.wl-root .pr-head{text-align:center;max-width:640px;margin:0 auto 30px}.wl-root .pr-eyebrow{font-weight:900;font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--blue);margin-bottom:10px}.wl-root .pr-head h2{font-weight:900;font-size:clamp(28px,3.4vw,42px);letter-spacing:-.02em;margin:0;color:var(--ink)}.wl-root .pr-toggle{display:inline-flex;margin:20px auto 0;background:var(--bg-soft);border:2px solid var(--line);border-radius:999px;padding:4px}.wl-root .pr-toggle button{border:0;background:transparent;padding:9px 20px;border-radius:999px;font-family:var(--wlfont);font-weight:900;font-size:13px;color:var(--ink-2);cursor:pointer}.wl-root .pr-toggle button.on{background:var(--blue-soft);color:var(--blue)}.wl-root .price-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;max-width:980px;margin:38px auto 0}.wl-root .price-grid--single{grid-template-columns:1fr;max-width:380px}.wl-root .price{background:#fff;border:2px solid var(--line);border-radius:22px;padding:28px 24px;display:flex;flex-direction:column;position:relative;box-shadow:0 5px 0 var(--line)}.wl-root .price.feat{border-color:var(--blue);box-shadow:0 5px 0 var(--blue-deep)}.wl-root .price .tag{position:absolute;top:-13px;left:24px;background:var(--blue);color:#fff;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:5px 12px;border-radius:999px}.wl-root .price .pic{font-size:30px;margin-bottom:12px}.wl-root .price .nm{font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-2)}.wl-root .price .amt{font-weight:900;font-size:46px;letter-spacing:-.03em;margin:6px 0 2px;color:var(--ink)}.wl-root .price .amt .c{font-size:22px;color:var(--ink-3);vertical-align:top}.wl-root .price .per{font-size:13px;color:var(--ink-3);font-weight:700;margin-bottom:18px}.wl-root .price ul{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:10px;flex:1 1}.wl-root .price li{display:flex;gap:10px;font-weight:700;font-size:14px;color:var(--ink)}.wl-root .price li .ck{color:var(--blue);font-weight:900}.wl-root .price .btn{width:100%}@media (max-width:860px){.wl-root .price-grid{grid-template-columns:1fr}}.wl-root .foot{background:var(--bg-soft);border-top:1px solid var(--line);padding:40px 0;text-align:center;font-weight:700}.wl-root .foot .brand{justify-content:center;margin-bottom:10px}.wl-root .foot p{color:var(--ink-3);font-size:13px;margin:0}@media (max-width:860px){.wl-root .hero-grid{grid-template-columns:1fr;text-align:center;gap:24px}.wl-root .hero-copy{text-align:center}.wl-root .hero-cta{margin:0 auto}.wl-root .hero p{margin-left:auto;margin-right:auto}.wl-root .hero-art{order:-1;min-height:280px}.wl-root .row .in{grid-template-columns:1fr;gap:30px;text-align:center}.wl-root .row.rev .art{order:0}.wl-root .ill,.wl-root .term{margin:0 auto}.wl-root .row{padding:60px 0}.wl-root .results .in,.wl-root .wf-grid{grid-template-columns:1fr}.wl-root .results .in{gap:30px}.wl-root .res-art{order:-1}}