*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:80px 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.github-badges{margin-bottom:2rem}.cta-buttons,.github-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 24px;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:white;color:#667eea}.btn-primary:hover{background:#f8f9fa;transform:translateY(-2px)}.btn-secondary{background:transparent;color:white;border-color:white}.btn-secondary:hover{background:white;color:#667eea}.section{padding:60px 0}.section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:#f8f9fa;padding:2rem;border-radius:8px;text-align:center}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.demo-section{background:#f8f9fa}.demo-video{text-align:center;margin-top:2rem}.demo-video img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.installation{background:#2d3748;color:white}.code-block{background:#1a202c;padding:1.5rem;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;overflow-x:auto;margin:1rem 0;color:#fff}.footer{background:#1a202c;color:white;text-align:center;padding:2rem 0}.footer a{color:#667eea}.footer a:hover{text-decoration:underline}@media (max-width:768px){.hero h1{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:200px}.hamburger-menu{display:block!important}.desktop-menu{display:none!important}.github-badges{flex-direction:column;align-items:center}.github-badges a{width:200px;justify-content:center}}