@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.landing-container{width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-section{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1920&q=80) center/cover;opacity:.1;z-index:0}.hero-content{position:relative;z-index:1;max-width:900px;text-align:center;color:#fff}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);margin-bottom:3rem;opacity:.95;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{padding:18px 48px;font-size:1.1rem;font-weight:700;color:#667eea;background:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 10px 30px #0003;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.features-section{width:100%;padding:100px 20px;background:#f8fafc}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;color:#1e293b;margin-bottom:60px}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;padding:0 20px}.feature-card{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #667eea26}.feature-icon{font-size:4rem;margin-bottom:20px}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:12px}.feature-card p{font-size:1rem;color:#64748b;line-height:1.6}.showcase-section{width:100%;padding:100px 20px;background:#fff}.showcase-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:0 20px}.showcase-item{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.showcase-item:hover{transform:scale(1.03);box-shadow:0 12px 40px #0003}.showcase-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.showcase-item:hover img{transform:scale(1.1)}.showcase-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:30px 20px 20px}.showcase-label{color:#fff;font-size:1.2rem;font-weight:600}.cta-section{width:100%;padding:120px 20px;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center;color:#fff}.cta-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;margin-bottom:20px}.cta-text{font-size:clamp(1rem,2vw,1.3rem);margin-bottom:40px;opacity:.95}.cta-button-large{padding:20px 60px;font-size:1.2rem;font-weight:700;color:#667eea;background:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 10px 30px #0003;transition:all .3s ease}.cta-button-large:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}@media(max-width:768px){.features-grid,.showcase-grid{grid-template-columns:1fr}}#root{width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
