:root{--text:#6f687a;--text-h:#0c0a12;--bg:#fff;--border:#100c1814;--dark-surface:#0f0f10;--dark-border:#ffffff14;--dark-text:#fff;--dark-muted:#ffffffb8;--brand:#86b327;--brand-dark:#1c2b32;--brand-soft:#86b3271f;--accent-ink:var(--brand-dark);--accent-blue:#2e7dcc;--shadow-sm:0 2px 10px #100c180f;--shadow-md:0 16px 40px #100c181a;--surface-rgb:255, 255, 255;--glass-border-alpha:.6;--glass-highlight-alpha:.5;--grid-line-rgb:28, 43, 50;--btn-primary-bg:var(--brand-dark);--btn-primary-text:#fff;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/1.5 var(--sans);letter-spacing:.01em;color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#ffffffad;--text-h:#fff;--bg:#1c2b32;--border:#ffffff1a;--brand-soft:#86b3272e;--accent-ink:#a9d95c;--shadow-sm:0 2px 12px #00000059;--shadow-md:0 16px 40px #00000080;--surface-rgb:40, 55, 62;--dark-surface:var(--bg);--glass-border-alpha:.08;--glass-highlight-alpha:.14;--grid-line-rgb:255, 255, 255;--btn-primary-bg:var(--brand);--btn-primary-text:#1c2b32}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}html,body{background:var(--bg);min-height:100%;margin:0;transition:background-color .3s,color .3s}a{color:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px}#root{text-align:center;flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2{font-family:var(--heading);font-weight:500}h1{color:var(--text-h);letter-spacing:-2px;margin:0;font-size:64px;line-height:1}@media (width<=1024px){h1{letter-spacing:-1.2px;font-size:42px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:1.18}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes radarPulse{0%{opacity:.5;transform:scale(.4)}70%{opacity:.12}to{opacity:0;transform:scale(3.4)}}@keyframes pulseRing{0%{opacity:.9;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}@keyframes shimmerSweep{0%{transform:translate(-120%)}to{transform:translate(120%)}}#header{z-index:20;pointer-events:none;padding:16px 20px 0;position:sticky;top:0}#header .nav-inner{pointer-events:auto;background:rgba(var(--surface-rgb), .55);border:1px solid rgba(var(--surface-rgb), var(--glass-border-alpha));max-width:1100px;box-shadow:0 8px 30px #00000014, inset 0 1px 0 rgba(255, 255, 255, var(--glass-highlight-alpha));-webkit-backdrop-filter:blur(18px)saturate(160%);border-radius:999px;justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:10px 12px 10px 22px;transition:background .3s,box-shadow .3s,border-color .3s;display:flex}#header.scrolled .nav-inner{background:rgba(var(--surface-rgb), .75);border-color:rgba(var(--surface-rgb), .8);box-shadow:0 10px 34px #00000024, inset 0 1px 0 rgba(255, 255, 255, var(--glass-highlight-alpha))}#header .brand img{height:24px;display:block}[data-theme=dark] :is(#header .brand img){filter:brightness(0)invert()}#header .theme-toggle{border:1px solid var(--border);width:34px;height:34px;color:var(--text-h);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}#header .theme-toggle svg{width:17px;height:17px}#header .theme-toggle:hover{border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px)}#header .theme-toggle:focus-visible{border-color:var(--accent-blue);color:var(--accent-blue);outline:none}#header .nav-links{gap:26px;margin:0 auto;display:flex}#header .nav-links a{color:var(--text);font-size:14.5px;font-weight:500;text-decoration:none;transition:color .2s}#header .nav-links a:hover{color:var(--text-h)}#header .btn-cta{color:var(--btn-primary-text);background:var(--btn-primary-bg);white-space:nowrap;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}#header .btn-cta:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}@media (width<=860px){#header .nav-links{display:none}}.hero-visual{justify-self:center;transform:scale(1.3)}@media (width<=900px){.hero-visual{order:-1;transform:none}}.hero-visual-stage{animation:.6s both fadeInUp,5s ease-in-out .6s infinite float;position:relative}.hero-visual-stage .device-carousel{justify-content:center;align-items:center;width:260px;height:190px;display:flex;position:relative}.hero-visual-stage .device{object-fit:contain;opacity:0;filter:drop-shadow(0 20px 30px #0c141840);width:100%;height:100%;transition:opacity .6s,transform .6s;position:absolute;inset:0;transform:scale(.94)}.hero-visual-stage .device.is-active{opacity:1;transform:scale(1)}.hero-visual-stage .radar-ring{border:1.5px solid var(--brand);opacity:0;pointer-events:none;border-radius:50%;width:60px;height:60px;margin:-30px 0 0 -30px;animation:3.6s ease-out infinite radarPulse;position:absolute;top:58%;left:50%}.hero-visual-stage .radar-ring:nth-child(2){animation-delay:1.2s}.hero-visual-stage .radar-ring:nth-child(3){animation-delay:2.4s}#top,#features,#docs,#contact{scroll-margin-top:88px}.hero{background-image:radial-gradient(620px 460px at 78% 30%, var(--brand-soft), transparent 68%), repeating-linear-gradient(90deg, rgba(var(--grid-line-rgb), .05) 0, rgba(var(--grid-line-rgb), .05) 1px, transparent 1px, transparent 42px), repeating-linear-gradient(0deg, rgba(var(--grid-line-rgb), .05) 0, rgba(var(--grid-line-rgb), .05) 1px, transparent 1px, transparent 42px), linear-gradient(rgba(var(--surface-rgb), .82), rgba(var(--surface-rgb), .82)), url(/assets/background-CpoaKGxI.jpg);background-position:top;background-repeat:no-repeat,repeat,repeat,no-repeat,no-repeat;background-size:auto,42px 42px,42px 42px,auto,cover;flex:1;min-height:62vh;margin-top:-80px;padding:144px 24px 72px;display:flex;position:relative;overflow:clip}@media (width<=1024px){.hero{min-height:auto;padding:128px 20px 40px}}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:32px;width:100%;max-width:1180px;margin:0 auto;display:grid}@media (width<=900px){.hero-grid{text-align:center;grid-template-columns:1fr;justify-items:center;gap:36px}}.eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink);background:var(--brand-soft);border-radius:999px;align-items:center;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-copy{text-align:left;flex-direction:column;align-items:flex-start;gap:16px;animation:.6s 50ms both fadeInUp;display:flex}@media (width<=900px){.hero-copy{text-align:center;align-items:center}}.hero h1{text-align:left;max-width:560px}@media (width<=900px){.hero h1{text-align:center;max-width:100%}}.hero p{max-width:480px;color:var(--text);font-size:18px;line-height:1.5}@media (width<=1024px){.hero p{font-size:16px}}@media (width<=900px){.hero p{max-width:100%}}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:10px;display:flex}@media (width<=900px){.hero-actions{justify-content:center}}.hero-meta{font-family:var(--mono);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;margin-top:22px;font-size:12.5px;display:flex}@media (width<=900px){.hero-meta{justify-content:center}}.hero-meta{letter-spacing:.02em;color:var(--text);opacity:.85}.hero-meta .dot-sep{opacity:.4}.pulse-dot{background:var(--brand);border-radius:50%;width:8px;height:8px;display:inline-block;position:relative}.pulse-dot:after{content:"";border:1.5px solid var(--brand);border-radius:50%;animation:1.8s ease-out infinite pulseRing;position:absolute;inset:-4px}.btn{border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn .button-icon{object-fit:contain;width:18px;height:18px}.btn:hover{transform:translateY(-2px)}.btn-dark{color:var(--btn-primary-text);background:var(--btn-primary-bg);border:1px solid var(--btn-primary-bg)}.btn-dark:hover{box-shadow:0 10px 24px #1c2b3247}.btn-outline{color:var(--text-h);background:rgb(var(--surface-rgb));border:1px solid var(--border)}.btn-outline:hover{border-color:var(--brand);box-shadow:var(--shadow-sm)}.features{max-width:1180px;margin:0 auto;padding:88px 24px}@media (width<=1024px){.features{padding:56px 20px}}.section-head{text-align:left;grid-template-columns:1.3fr 1fr;align-items:end;gap:32px;margin:0 0 48px;display:grid}.section-head h2{letter-spacing:-.6px;color:var(--text-h);margin-top:14px;font-size:34px}@media (width<=1024px){.section-head h2{font-size:26px}}@media (width<=900px){.section-head{text-align:center;grid-template-columns:1fr;gap:14px}.section-head>div{flex-direction:column;align-items:center;display:flex}}.section-head-support{color:var(--text);max-width:380px;font-size:15px;line-height:1.6}@media (width<=900px){.section-head-support{max-width:100%}}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-grid{grid-template-columns:1fr}}.feature-card{text-align:left;background:rgb(var(--surface-rgb));border:1px solid var(--border);opacity:0;border-radius:16px;padding:28px 24px;transition:opacity .6s,transform .4s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;transform:translateY(20px)}.feature-card.in-view{opacity:1;transform:translateY(0)}.feature-card:before{content:"";background:linear-gradient(115deg, transparent 40%, var(--brand-soft) 50%, transparent 60%);pointer-events:none;position:absolute;inset:0;transform:translate(-120%)}.feature-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-6px)}.feature-card:hover:before{transition:transform .7s;transform:translate(120%)}.feature-card h3{color:var(--text-h);letter-spacing:-.2px;margin:0 0 8px;font-size:17px;font-weight:600}.feature-card p{color:var(--text);margin:0;font-size:14.5px;line-height:1.55}.feature-icon{background:var(--brand-soft);width:44px;height:44px;color:var(--accent-ink);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.feature-icon svg{width:22px;height:22px}#next-steps{text-align:center;background:var(--dark-surface);color:var(--dark-text);border-top:1px solid var(--dark-border);justify-content:center;display:flex}#next-steps>div{flex-direction:column;align-items:center;max-width:480px;padding:48px 32px;display:flex}@media (width<=1024px){#next-steps>div{padding:32px 20px}}#next-steps h2{color:#fff;margin-bottom:10px}#next-steps .desc{color:var(--dark-muted);font-size:15px;line-height:1.6}#next-steps ul{justify-content:center}#next-steps ul{flex-wrap:wrap;gap:10px;margin:28px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul .button-icon{object-fit:contain;width:18px;height:18px}#next-steps ul a{color:#fff;background:#161616;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:15px;font-weight:500;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}#next-steps ul a:hover{background:var(--brand-dark);border-color:var(--brand);transform:translateY(-2px);box-shadow:0 8px 20px #00000047}[data-theme=dark] :is(#next-steps ul a){color:#fff;background:#ffffff0a;border-color:#ffffff26}[data-theme=dark] :is(#next-steps ul a):hover{border-color:var(--brand);background:#ffffff14}@media (width<=1024px){#next-steps ul{justify-content:center;margin-top:22px}}@media (width<=420px){#next-steps ul .btn-label{display:none}#next-steps ul a{padding:10px}}.footer-certs{background:#f4f4f4;padding:32px 24px}.footer-certs-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;max-width:1180px;margin:0 auto;display:flex}.footer-certs-inner img{filter:grayscale();opacity:.65;width:auto;height:44px;transition:filter .2s,opacity .2s}.footer-certs-inner img:hover{filter:grayscale(0);opacity:1}@media (width<=1024px){.footer-certs-inner{gap:28px}.footer-certs-inner img{height:34px}}.site-footer{background:var(--dark-surface);border-top:1px solid var(--dark-border);text-align:left}.site-footer a{text-decoration:none;transition:color .2s}.site-footer a:hover{color:var(--brand)}.footer-main{align-items:flex-start;gap:32px;max-width:1180px;margin:0 auto;padding:40px 24px;display:flex}@media (width<=768px){.footer-main{text-align:center;flex-direction:column;align-items:center;gap:16px}}.footer-contact{flex:320px}.footer-contact p{color:var(--dark-muted);margin-bottom:12px;font-size:14.5px;line-height:1.7}@media (width<=768px){.footer-contact p{margin-bottom:6px}}.footer-contact a{color:var(--dark-muted)}@media (width<=768px){.footer-contact{flex:none}}.footer-legal{flex-direction:column;flex:200px;gap:10px;display:flex}.footer-legal a{color:var(--dark-muted);font-size:14.5px}@media (width<=768px){.footer-legal{flex-flow:wrap;flex:none;justify-content:center;gap:8px 14px}.footer-legal a:first-child:after{content:"·";color:var(--dark-muted);margin-left:14px}}.footer-brand{margin-left:auto;display:inline-flex}.footer-brand img{width:auto;height:32px}@media (width<=768px){.footer-brand{margin-left:0}}.footer-social{border-top:1px solid var(--dark-border);justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:20px 24px;display:flex}.footer-social span{color:var(--dark-muted);font-size:14.5px}@media (width<=768px){.footer-social{text-align:center;flex-direction:column}}.footer-social-icons{gap:14px;display:flex}.footer-social-icons a{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:inline-flex}.footer-social-icons a:hover{background:var(--brand);transform:translateY(-2px)}.footer-social-icons img{filter:brightness(0)invert();width:16px;height:16px}.footer-copyright{border-top:1px solid var(--dark-border);text-align:center;max-width:1180px;color:var(--dark-muted);margin:0 auto;padding:18px 24px 28px;font-size:13px}
