@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-display:"Outfit", var(--font-sans);--font-mono:"JetBrains Mono", monospace;--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 5%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:145 100% 50%;--primary-foreground:240 10% 3.9%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:145 100% 50%;--accent-foreground:240 10% 3.9%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:145 100% 50%;--radius:1rem;--section-py:6rem;--section-px:1.5rem;--grid-gap:4rem}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsla(var(--primary), .3)}.container{width:100%;max-width:1200px;padding:0 var(--section-px);margin:0 auto}.section{padding:var(--section-py) 0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700}.text-gradient{background:linear-gradient(135deg,#fff 40%,#00ff7f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-green{background:linear-gradient(135deg,#00ff7f 0%,#00bfff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn{font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 0 20px #00ff7f33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #00ff7f66}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover{background-color:#ffffff1a;border-color:#00ff7f4d;transform:translateY(-2px)}.glass-panel{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius);background:#0a0a0cb3;border:1px solid #00ff7f1a}.glass-panel-hover:hover{border-color:#00ff7f40;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translateY(-4px);box-shadow:0 0 30px #00ff7f14}@keyframes pulse-slow{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}.animate-pulse-slow{animation:8s ease-in-out infinite pulse-slow}.terminal-container{font-family:var(--font-mono);color:#a3e635;background:#000000d9;border:1px solid #00ff7f26;border-radius:12px;padding:1.25rem;font-size:.85rem;line-height:1.5;overflow:hidden;box-shadow:0 20px 40px #00000080,inset 0 0 20px #00ff7f0d}.terminal-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:6px;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.terminal-dot{border-radius:50%;width:10px;height:10px}.terminal-dot.red{background-color:#ef4444}.terminal-dot.yellow{background-color:#eab308}.terminal-dot.green{background-color:#22c55e}.terminal-logs{min-height:180px;font-family:var(--font-mono);word-break:break-word;flex-direction:column;gap:.4rem;font-size:12px;display:flex;overflow-x:auto}.terminal-meta{color:var(--muted-foreground);justify-content:space-between;padding:0 .5rem;font-size:.8rem;display:flex}.hero-section{padding:6rem 0 4rem}.hero-grid{gap:var(--grid-gap);grid-template-columns:1fr 1fr;align-items:center;display:grid}.hero-badge{background:#00ff7f0a;border-color:#00ff7f33;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;display:inline-flex}.hero-badge span{color:hsl(var(--primary));letter-spacing:.05em;font-size:.8rem;font-weight:600}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--muted-foreground);font-size:1.15rem;line-height:1.6}.hero-cta{gap:1rem;margin-top:1rem;display:flex}.stats-section{background:#ffffff03;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;padding:3rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{text-align:center}.stat-value{font-family:var(--font-display);font-size:2.5rem;font-weight:800}.stat-label{color:var(--muted-foreground);margin-top:.25rem;font-size:.85rem}.features-section{padding:var(--section-py) 0}.features-header{text-align:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.features-header h2{color:#fff;margin-bottom:1rem;font-size:2.25rem}.features-header p{color:var(--muted-foreground)}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{padding:2rem}.feature-icon{background:#00ff7f14;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.feature-card h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.strategy-section{padding:var(--section-py) 0;background:#00ff7f03;border-top:1px solid #ffffff08}.strategy-grid{gap:var(--grid-gap);grid-template-columns:1fr 1fr;align-items:center;display:grid}.strategy-title{color:#fff;margin-bottom:1.5rem;font-size:2.25rem}.strategy-subtitle{color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.strategy-checklist{flex-direction:column;gap:1rem;display:flex}.strategy-check-item{align-items:flex-start;gap:1rem;display:flex}.strategy-check-item h4{color:#fff;font-size:1rem}.strategy-check-item p{color:var(--muted-foreground);margin-top:.2rem;font-size:.85rem}.config-box{background:#0006;border:1px solid #00ff7f1a;border-radius:1rem;padding:2.5rem}.config-title{color:#fff;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;display:flex}.config-panel{font-family:var(--font-mono);flex-direction:column;gap:1rem;font-size:.85rem;display:flex}.config-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;gap:1rem;padding-bottom:.5rem;display:flex}.config-key{color:var(--muted-foreground);white-space:nowrap}.config-val{color:#fff;white-space:nowrap;text-align:right}.contact-section{padding:var(--section-py) 0;border-top:1px solid #ffffff08}.contact-grid{grid-template-columns:1fr 1.2fr;gap:5rem;display:grid}.contact-info-title{color:#fff;margin-bottom:1rem;font-size:2.25rem}.contact-info-subtitle{color:var(--muted-foreground);line-height:1.6}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon-box{background:#00ff7f0f;border:1px solid #00ff7f26;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.contact-form-panel{padding:2.5rem}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--muted-foreground);font-size:.85rem;font-weight:500}.form-input{color:#fff;font-size:.9rem;font-family:var(--font-sans);background:#ffffff08;border:1px solid #ffffff14;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;transition:border-color .2s}.form-input:focus{border-color:#00ff7f4d}.cta-section{padding:var(--section-py) 0;background:#050505cc;border-top:1px solid #ffffff08}.cta-inner{text-align:center;max-width:800px;margin:0 auto}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:2.75rem}.cta-subtitle{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.cta-buttons{justify-content:center;gap:1rem;display:flex}.cta-inner .store-buttons{justify-content:center}.footer{color:var(--muted-foreground);background:#030303f2;border-top:1px solid #ffffff08;padding:4rem 0 2.5rem}.footer-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem;display:grid}.footer-brand{flex-direction:column;gap:1.25rem;display:flex}.footer-bottom{text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.8rem;display:flex}.header{z-index:50;-webkit-backdrop-filter:blur(12px);background:#050505cc;border:none;border-bottom:1px solid #ffffff0d;border-radius:0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:4.5rem;display:flex}.desktop-only{display:flex}.mobile-only{display:none}.mobile-drawer{-webkit-backdrop-filter:blur(20px);z-index:49;background:#050505f2;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;width:100%;padding:2rem 1.5rem;display:flex;position:absolute;top:4.5rem;left:0}.legal-content{color:#d1d5db;line-height:1.7}.legal-content h1{color:#fff;margin-bottom:1.5rem;font-size:2.25rem}.legal-content h2{color:#fff;border-bottom:1px solid #ffffff1a;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.legal-content p{margin-bottom:1.25rem}.legal-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.devices-section{padding:var(--section-py) 0;border-bottom:1px solid #ffffff0d}.devices-header{text-align:center;max-width:700px;margin:0 auto 4rem}.devices-header h2{background:linear-gradient(135deg,#fff 40%,#00ff7f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.25rem}.devices-header p{color:var(--muted-foreground);font-size:1.1rem;line-height:1.6}.devices-grid{gap:var(--grid-gap);grid-template-columns:1fr 1fr;align-items:center;display:grid}.devices-info-column{flex-direction:column;gap:2rem;min-width:0;display:flex}.device-tab-list{flex-direction:column;gap:.75rem;display:flex}.device-tab{border-radius:var(--radius);color:var(--muted-foreground);font-family:var(--font-display);text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;align-items:center;gap:1rem;padding:1rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.device-tab:hover{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.device-tab.active{border-color:hsla(var(--primary), .3);color:hsl(var(--primary));background:#00ff7f0d;box-shadow:0 0 20px #00ff7f0d}.device-tab svg{flex-shrink:0}.device-description{min-height:250px;padding:2rem}.device-description h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.device-description p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.device-features-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.device-features-list li{font-family:var(--font-mono);color:hsl(var(--primary));font-size:.85rem}.devices-mockup-column{justify-content:center;align-items:center;display:flex}.mockup-display-container{aspect-ratio:1;background:#05050580;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.mockup-img{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:100%}.active-fade{animation:.4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.store-buttons{justify-content:center;align-items:center;gap:.75rem;display:flex}.btn-store{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-store:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 4px 20px #00ff7f26}.btn-store img{border-radius:6px;width:auto;height:42px;display:block}@media (max-width:1024px){:root{--section-py:5rem;--grid-gap:3rem}.hero-title{font-size:2.75rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.stat-value{font-size:2rem}.contact-grid{gap:3rem}.cta-title{font-size:2.25rem}.footer-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.devices-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){:root{--section-py:3.5rem;--section-px:1.25rem;--grid-gap:2.5rem}.desktop-only{display:none!important}.mobile-only{display:block!important}.hero-section{padding:3rem 0 2.5rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.25rem;line-height:1.15}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column}.hero-cta .btn{justify-content:center;width:100%}.hero-badge span{font-size:.7rem}.terminal-container{padding:1rem;font-size:.75rem}.terminal-logs{min-height:140px;font-size:10.5px}.terminal-meta{flex-direction:column;gap:.25rem;font-size:.75rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-value{font-size:1.85rem}.stat-label{font-size:.8rem}.features-grid{grid-template-columns:1fr;gap:1.25rem}.features-header{margin-bottom:2.5rem}.features-header h2{font-size:1.75rem}.feature-card{padding:1.5rem}.strategy-grid{grid-template-columns:1fr;gap:2.5rem}.strategy-title{font-size:1.75rem}.config-box{padding:1.5rem}.config-panel{font-size:.75rem}.config-row{gap:.5rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-info-title{font-size:1.75rem}.contact-form-panel{padding:1.5rem}.cta-title{font-size:1.85rem}.cta-subtitle{font-size:.95rem}.cta-buttons{flex-direction:column;align-items:stretch}.footer{padding:3rem 0 2rem}.footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand{align-items:center}.footer-bottom{padding-top:1.5rem}.legal-content h1{font-size:1.75rem}.legal-content h2{font-size:1.25rem}.device-tab-list{padding:.25rem var(--section-px) .75rem var(--section-px);margin:0 calc(-1 * var(--section-px));scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:.75rem;overflow-x:auto}.device-tab-list::-webkit-scrollbar{display:none}.device-tab{white-space:nowrap;flex:none;padding:.75rem 1.25rem}.device-tab span{font-size:.85rem}.mockup-display-container{aspect-ratio:1.35;padding:.75rem}.store-buttons{justify-content:center;width:100%}.btn-store{flex:1;justify-content:center}.btn-store img{height:38px}}@media (max-width:480px){:root{--section-py:2.5rem;--section-px:1rem;--grid-gap:2rem}.hero-section{padding:2rem 0 1.5rem}.hero-title{font-size:1.85rem;line-height:1.2}.hero-subtitle{font-size:.9rem}.terminal-container{border-radius:8px;padding:.75rem;font-size:.7rem}.terminal-logs{min-height:120px;font-size:9.5px}.stats-grid{gap:1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}.features-header h2{font-size:1.5rem}.feature-card{padding:1.25rem}.feature-card h3{font-size:1.05rem}.strategy-title{font-size:1.5rem}.config-box{padding:1.25rem}.config-panel{font-size:.7rem}.config-key{font-size:.65rem}.config-val{font-size:.7rem}.contact-info-title{font-size:1.5rem}.contact-form-panel{padding:1.25rem}.cta-title{font-size:1.5rem}.cta-subtitle{font-size:.85rem}.footer-grid{gap:1.5rem;margin-bottom:1.5rem}.glass-panel{border-radius:.75rem}.legal-content h1{font-size:1.4rem}.legal-content h2{font-size:1.1rem}.devices-header h2{font-size:1.5rem}.devices-header p{font-size:.9rem}.device-description{min-height:auto;padding:1.25rem}.device-description h3{font-size:1.2rem}.device-description p{font-size:.85rem}.store-buttons{flex-direction:column;width:100%}.btn-store{justify-content:center;width:100%}.btn-store img{height:36px}}
