:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);height:70px;display:flex;justify-content:center;align-items:center;font-size:1rem;position:sticky;top:0;z-index:999;box-shadow:0 2px 10px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 50px}.nav-logo{color:#fff;text-decoration:none;font-size:1.8rem;font-weight:700;cursor:pointer;transition:all .3s ease}.nav-logo:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;text-align:center;margin:0;padding:0;gap:2rem}.nav-item{height:70px;display:flex;align-items:center}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;height:100%;display:flex;align-items:center;transition:all .3s ease;border-bottom:3px solid transparent}.nav-link:hover{border-bottom:3px solid #fff;transform:translateY(-2px)}@media screen and (max-width:768px){.nav-container{padding:0 20px}.nav-menu{gap:1rem;font-size:.9rem}.nav-logo{font-size:1.5rem}}.footer{background:#2d3748;color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 50px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#a0aec0}.footer-section p{color:#cbd5e0;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}@media screen and (max-width:768px){.footer-container{padding:0 20px}.footer-content{grid-template-columns:1fr;gap:1.5rem}}.home{width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center}.hero-container{max-width:1200px;margin:0 auto}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.8rem;margin-bottom:1rem;opacity:.95}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.badges{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.badges img{height:20px}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn-outline{background:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background:#ffffff1a;transform:translateY(-2px)}.features{padding:5rem 2rem;background:#f7fafc}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#2d3748}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#4a5568;line-height:1.6}.code-example{padding:5rem 2rem;background:#2d3748;color:#fff}.code-container{max-width:1200px;margin:0 auto;text-align:center}.code-example .section-title{color:#fff}.code-block{background:#1a202c;border-radius:8px;padding:2rem;margin:2rem 0;text-align:left;overflow-x:auto;box-shadow:0 4px 6px #0000004d}.code-block pre{margin:0;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6}.code-block code{color:#68d391}.supported-formats{padding:5rem 2rem;background:#fff}.formats-container{max-width:1200px;margin:0 auto}.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.format-category{background:#f7fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.format-category h3{font-size:1.3rem;margin-bottom:.5rem;color:#2d3748}.format-category p{color:#4a5568;line-height:1.6}.installation{padding:5rem 2rem;background:#f7fafc}.installation-container{max-width:1200px;margin:0 auto}.install-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.install-method{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.install-method h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.install-method .code-block{background:#1a202c;margin:0}@media screen and (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features-grid,.formats-grid,.install-methods{grid-template-columns:1fr}}.docs{min-height:calc(100vh - 70px);background:#f7fafc;padding:3rem 2rem}.docs-container{max-width:1000px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.docs-title{font-size:3rem;color:#2d3748;margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.docs-section{margin-bottom:3rem}.docs-section h2{font-size:2rem;color:#2d3748;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.docs-section h3{font-size:1.5rem;color:#4a5568;margin-top:2rem;margin-bottom:1rem}.docs-section p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.docs-section ul{color:#4a5568;line-height:1.8;margin-left:2rem;margin-bottom:1rem}.docs-section ul li{margin-bottom:.5rem}.docs-section a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.docs-section a:hover{color:#764ba2;text-decoration:underline}.docs .code-block{background:#1a202c;border-radius:8px;padding:1.5rem;margin:1.5rem 0;overflow-x:auto;box-shadow:0 2px 4px #0000001a}.docs .code-block pre{margin:0;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6}.docs .code-block code{color:#68d391}@media screen and (max-width:768px){.docs{padding:2rem 1rem}.docs-container{padding:2rem 1.5rem}.docs-title{font-size:2rem}.docs-section h2{font-size:1.5rem}.docs-section h3{font-size:1.2rem}.docs .code-block{padding:1rem;font-size:.85rem}}.about{min-height:calc(100vh - 70px);background:#f7fafc;padding:3rem 2rem}.about-container{max-width:1000px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.about-title{font-size:3rem;color:#2d3748;margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;color:#2d3748;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.about-section h3{font-size:1.3rem;color:#4a5568;margin-bottom:.5rem}.about-section p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.about-section ul,.about-section ol{color:#4a5568;line-height:1.8;margin-left:2rem;margin-bottom:1rem}.about-section ul li,.about-section ol li{margin-bottom:.5rem}.about-section a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.about-section a:hover{color:#764ba2;text-decoration:underline}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-item{background:#f7fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.feature-item h3{font-size:1.2rem;margin-bottom:.5rem}.feature-item p{font-size:1rem;margin-bottom:0}.contact-links{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.contact-link{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#f7fafc;border:2px solid #667eea;border-radius:8px;text-decoration:none;color:#2d3748;font-weight:600;transition:all .3s ease}.contact-link:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d;text-decoration:none}.contact-link .icon{font-size:1.5rem}.cta-section{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:12px;margin-top:3rem}.cta-section h2{color:#fff;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:1rem}.cta-section p{color:#fff;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;display:inline-block;cursor:pointer}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 6px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}@media screen and (max-width:768px){.about{padding:2rem 1rem}.about-container{padding:2rem 1.5rem}.about-title{font-size:2rem}.about-section h2{font-size:1.5rem}.features-list{grid-template-columns:1fr}.contact-links{flex-direction:column}.contact-link{width:100%;justify-content:center}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
