@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--bg: #1e1e2e;--surface: #2a2a3c;--surface-2: #323248;--text: rgba(255, 255, 255, .87);--text-sec: rgba(255, 255, 255, .6);--text-muted: rgba(255, 255, 255, .5);--border: rgba(255, 255, 255, .12);--border-sub: rgba(255, 255, 255, .22);--accent: #16a0db;--accent-dim: rgba(22, 160, 219, .15);--green: #00B050;--green-cip: #16A0DB;--live: #4caf50;--red: #FF0000;--radius: 5px;--max-w: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Poppins,serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15}h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1.2}h3{font-size:1.25rem;font-weight:600;line-height:1.3}h4{font-size:1rem;font-weight:600}p{color:var(--text-sec)}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.section{padding:48px 0}.section--tight{padding:24px 0}.btn{display:inline-block;padding:10px 24px;border-radius:var(--radius);font-family:Poppins,serif;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:opacity .15s,background .15s;white-space:nowrap}.btn:hover{opacity:.88;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-outline{background:transparent;color:var(--accent);border:1px solid var(--accent)}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.reveal{opacity:0;transform:translateY(36px) scale(.95);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0) scale(1)}.state-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;width:100%;position:relative}@keyframes stateBarShimmer{0%{background-position:0% 0}to{background-position:100% 0}}.state-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,rgba(255,255,255,.75) 50%,transparent 55%);background-size:400% 100%;animation:stateBarShimmer 6s ease-in-out infinite;pointer-events:none}.state-bar__seg{height:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff0a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff59}.navbar[data-v-47511615]{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.navbar__inner[data-v-47511615]{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo img[data-v-47511615]{height:32px;width:auto}.navbar__links[data-v-47511615]{display:flex;align-items:center;gap:32px}.navbar__links a[data-v-47511615]{font-size:.875rem;font-weight:500;color:var(--text-sec);transition:color .15s}.navbar__links a[data-v-47511615]:hover,.navbar__links a.router-link-active[data-v-47511615]{color:var(--text);text-decoration:none}.navbar__cta[data-v-47511615]{color:#fff!important;padding:8px 20px;font-size:.875rem!important}.navbar__burger[data-v-47511615]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar__burger span[data-v-47511615]{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.navbar__burger.open span[data-v-47511615]:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger.open span[data-v-47511615]:nth-child(2){opacity:0}.navbar__burger.open span[data-v-47511615]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:680px){.navbar__burger[data-v-47511615]{display:flex}.navbar__links[data-v-47511615]{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:0;padding:16px 24px 24px}.navbar__links.open[data-v-47511615]{display:flex}.navbar__links a[data-v-47511615]{padding:12px 0;width:100%}.navbar__cta[data-v-47511615]{margin-top:8px;width:100%;text-align:center}}.footer[data-v-9b341bfd]{border-top:1px solid var(--border);padding:32px 0 24px;margin-top:56px}.footer__inner[data-v-9b341bfd]{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer__brand img[data-v-9b341bfd]{height:24px;width:auto}.footer__tagline[data-v-9b341bfd]{font-size:.8rem;color:var(--text-muted);margin-top:8px}.footer__nav[data-v-9b341bfd]{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.footer__nav a[data-v-9b341bfd]{font-size:.875rem;color:var(--text-sec);font-weight:500}.footer__nav a[data-v-9b341bfd]:hover{color:var(--text);text-decoration:none}.footer__cta[data-v-9b341bfd]{padding:7px 18px;font-size:.8rem}.footer__copy[data-v-9b341bfd]{margin-top:24px;font-size:.75rem;color:var(--text-muted)}.live-dot-wrap[data-v-6c216180]{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:500;color:#fff9}.live-dot[data-v-6c216180]{width:8px;height:8px;background-color:#4caf50;border-radius:50%;flex-shrink:0;animation:pulse-6c216180 1.5s ease-out infinite}@keyframes pulse-6c216180{0%{box-shadow:0 0 #4caf50b3}70%{box-shadow:0 0 0 6px #4caf5000}to{box-shadow:0 0 #4caf5000}}.hero[data-v-68c6d194]{padding:56px 0 0;overflow:hidden}.hero__inner[data-v-68c6d194]{max-width:860px}.hero__live[data-v-68c6d194]{margin-bottom:16px}.hero__headline[data-v-68c6d194]{margin-bottom:16px;letter-spacing:-.02em}.hero__sub[data-v-68c6d194]{font-size:1.1rem;max-width:580px;margin-bottom:28px;color:var(--text-sec)}.hero__cta[data-v-68c6d194]{font-size:1rem;padding:12px 32px}.hero__bar-wrap[data-v-68c6d194]{margin-top:40px}.hero__state-bar[data-v-68c6d194]{height:8px;border-radius:0}.problem[data-v-68c6d194]{max-width:100%}.problem__heading[data-v-68c6d194]{margin-bottom:24px}.problem__list[data-v-68c6d194]{list-style:none;display:flex;flex-direction:column;gap:14px}.problem__list li[data-v-68c6d194]{padding-left:20px;position:relative;color:var(--text-sec);font-size:1rem}.problem__list li[data-v-68c6d194]:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.section-heading[data-v-68c6d194]{margin-bottom:28px}.features-grid[data-v-68c6d194]{display:grid;gap:16px}.features-grid--core[data-v-68c6d194]{grid-template-columns:repeat(4,1fr)}.features-addons-label[data-v-68c6d194]{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-top:24px;margin-bottom:4px}.features-grid--addons[data-v-68c6d194]{grid-template-columns:repeat(4,1fr)}.feature-tile[data-v-68c6d194]{position:relative;display:flex;flex-direction:column;gap:10px}.feature-tile__icon[data-v-68c6d194]{color:var(--accent)}.feature-tile__title[data-v-68c6d194]{font-size:1rem;font-weight:600;color:var(--text)}.feature-tile__desc[data-v-68c6d194]{font-size:.875rem;color:var(--text-sec);line-height:1.5}.feature-tile__addon[data-v-68c6d194]{margin-top:auto;align-self:flex-start;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:3px;padding:1px 6px}.divider-bar[data-v-68c6d194]{height:4px;margin:0 auto}.testimonials[data-v-68c6d194]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.testimonial[data-v-68c6d194]{display:flex;flex-direction:column;gap:16px}.testimonial__quote[data-v-68c6d194]{font-size:.9rem;line-height:1.7;color:var(--text-sec);font-style:italic}.testimonial__expand[data-v-68c6d194]{margin-top:4px}.testimonial__read-more[data-v-68c6d194]{background:none;border:none;color:var(--accent);font-family:Poppins,serif;font-size:.825rem;font-weight:500;cursor:pointer;padding:0}.testimonial__read-more[data-v-68c6d194]:hover{text-decoration:underline}.testimonial__full[data-v-68c6d194]{margin-top:8px}.expand-enter-active[data-v-68c6d194],.expand-leave-active[data-v-68c6d194]{transition:opacity .3s ease}.expand-enter-from[data-v-68c6d194],.expand-leave-to[data-v-68c6d194]{opacity:0}.testimonial__attr[data-v-68c6d194]{margin-top:auto;display:flex;flex-direction:column;gap:2px;padding-top:12px;border-top:1px solid var(--border)}.testimonial__name[data-v-68c6d194]{font-weight:600;font-size:.875rem;color:var(--text)}.testimonial__role[data-v-68c6d194]{font-size:.775rem;color:var(--text-muted)}.section--cta[data-v-68c6d194]{text-align:center}.cta-block[data-v-68c6d194]{display:flex;flex-direction:column;align-items:center;gap:16px}.cta-block h2[data-v-68c6d194]{margin-bottom:0}.cta-block p[data-v-68c6d194]{max-width:400px}.cta-block .btn[data-v-68c6d194]{margin-top:8px;font-size:1rem;padding:12px 32px}.open-section[data-v-68c6d194]{background:#16a0db0a;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.open-inner[data-v-68c6d194]{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.open-text[data-v-68c6d194]{display:flex;flex-direction:column;gap:14px}.open-text h2[data-v-68c6d194]{margin-bottom:2px}.open-text p[data-v-68c6d194]{font-size:.9rem;line-height:1.75;color:var(--text-sec)}.open-pillars[data-v-68c6d194]{display:flex;flex-direction:column;gap:20px}.open-pillar[data-v-68c6d194]{display:flex;align-items:flex-start;gap:14px}.open-pillar__icon[data-v-68c6d194]{color:var(--accent);flex-shrink:0;margin-top:2px}.open-pillar__title[data-v-68c6d194]{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:3px}.open-pillar__desc[data-v-68c6d194]{font-size:.8rem;color:var(--text-muted);line-height:1.5}@media(max-width:900px){.features-grid--core[data-v-68c6d194],.features-grid--addons[data-v-68c6d194]{grid-template-columns:repeat(2,1fr)}.open-inner[data-v-68c6d194]{grid-template-columns:1fr;gap:32px}}@media(max-width:600px){.features-grid--core[data-v-68c6d194],.features-grid--addons[data-v-68c6d194],.testimonials[data-v-68c6d194]{grid-template-columns:1fr}}
