:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#000;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,monospace;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:#000;border-bottom:1px solid #333333;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:2rem}.logo-container{display:flex;align-items:center}.logo-img{height:40px;width:auto;object-fit:contain;margin-right:.25rem;display:block}.logo-text{font-size:1.2rem;font-weight:400;color:#fff;text-decoration:none;font-family:inherit;letter-spacing:.1em}.nav{display:flex;gap:3rem}.nav-link{color:#888;text-decoration:none;font-weight:400;font-size:.9rem;transition:color .2s ease;text-transform:uppercase;letter-spacing:.05em}.nav-link:hover{color:#fff}.main{flex:1}.hero{padding:8rem 0 12rem;text-align:left;border-bottom:1px solid #333333}.hero-content{max-width:900px;margin:0}.hero-title{font-size:4rem;font-weight:300;margin-bottom:2rem;color:#fff;line-height:1.1;letter-spacing:-.02em}.hero-description{font-size:1.1rem;color:#888;margin-bottom:4rem;line-height:1.8;max-width:600px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-actions{display:flex;gap:2rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;padding:1rem 2rem;border-radius:0;text-decoration:none;font-weight:400;transition:all .2s ease;border:1px solid transparent;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;font-family:inherit}.btn-primary{background:#fff;color:#000;border-color:#fff}.btn-primary:hover{background:#000;color:#fff;border-color:#fff}.btn-secondary{background:transparent;color:#fff;border-color:#666}.btn-secondary:hover{background:#fff;color:#000;border-color:#fff}.section-header{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:300;color:#fff;text-transform:uppercase;letter-spacing:.1em}.about{padding:8rem 0;border-bottom:1px solid #333333}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:6rem;align-items:start}.about-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.about-text p{color:#888;margin-bottom:2rem;line-height:1.8;font-size:1.1rem}.about-stats{display:flex;flex-direction:column;gap:3rem}.stat{text-align:center;border:1px solid #333333;padding:2rem}.stat-number{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:.5rem;font-family:inherit}.stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.1em}.features{padding:8rem 0;border-bottom:1px solid #333333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:4rem}.feature{border:1px solid #333333;padding:3rem 2rem;transition:border-color .2s ease}.feature:hover{border-color:#666}.feature-title{font-size:1.2rem;font-weight:400;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.feature-description{color:#888;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.install{padding:8rem 0;border-bottom:1px solid #333333}.install-steps{display:flex;flex-direction:column;gap:4rem;max-width:800px}.step{display:flex;gap:3rem;align-items:flex-start}.step-number{font-size:1.2rem;color:#666;font-weight:300;min-width:3rem;font-family:inherit}.step-content{flex:1}.step-title{font-size:1.2rem;font-weight:400;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.step-description{color:#888;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer{background:#000;border-top:1px solid #333333;padding:6rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;margin-bottom:4rem}.footer-left{max-width:400px}.footer-logo-container{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-img{height:40px;width:auto;object-fit:contain;margin-right:.25rem;display:block}.footer-logo{font-size:1.2rem;font-weight:400;color:#fff;letter-spacing:.1em;font-family:inherit}.footer-description{color:#888;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-links{display:flex;gap:6rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section-title{font-size:.9rem;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-section a{color:#888;text-decoration:none;transition:color .2s ease;font-size:.9rem}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #333333;padding-top:2rem;text-align:center}.footer-bottom p{color:#666;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:4rem}.about-stats{flex-direction:row;justify-content:space-between}.footer-content{grid-template-columns:1fr;gap:4rem}.footer-links{gap:4rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start}.btn{width:100%;max-width:300px;justify-content:center}.features-grid{grid-template-columns:1fr;gap:2rem}.step{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.nav-link{font-size:.8rem}.about-stats{flex-direction:column;gap:2rem}.footer-links{flex-direction:column;gap:3rem}}@media (max-width: 480px){.container{padding:0 1rem}.header .container{padding:1rem}.hero{padding:4rem 0 6rem}.about,.features,.install{padding:4rem 0}.footer{padding:4rem 0 2rem}}
