.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-gradient{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(102,126,234,.15) 0%,rgba(118,75,162,.05) 25%,transparent 50%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content{position:relative;z-index:1;text-align:center;padding:40px 0}.hero-badge{display:inline-block;padding:8px 20px;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:20px;margin-bottom:24px;font-size:14px;font-weight:600}.hero-title{font-size:64px;font-weight:700;line-height:1.2;margin:0 0 24px;animation-delay:.1s}.hero-description{font-size:20px;line-height:1.6;max-width:700px;margin:0 auto 40px;color:#fffc;animation-delay:.2s}.hero-cta{display:flex;gap:16px;justify-content:center;margin-bottom:60px;animation-delay:.3s}.hero-demo{max-width:900px;margin:0 auto;animation-delay:.4s}.demo-window{background:#141414cc;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-header{display:flex;align-items:center;padding:12px 16px;background:#1e1e1ee6;border-bottom:1px solid rgba(255,255,255,.1)}.demo-buttons{display:flex;gap:8px}.demo-btn{width:12px;height:12px;border-radius:50%}.demo-btn.red{background:#ff5f56}.demo-btn.yellow{background:#ffbd2e}.demo-btn.green{background:#27c93f}.demo-title{flex:1;text-align:center;font-size:14px;color:#fff9}.demo-content{display:flex;height:300px}.demo-sidebar{width:200px;background:#0f0f0fe6;border-right:1px solid rgba(255,255,255,.1);padding:16px 8px}.demo-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;margin-bottom:4px;cursor:pointer;transition:background .2s}.demo-item:hover{background:#ffffff0d}.demo-item.active{background:#667eea33}.demo-icon{font-size:16px}.demo-text{font-size:13px;color:#fffc}.demo-main{flex:1;padding:20px;font-family:Monaco,Menlo,Courier New,monospace;font-size:14px}.demo-code-line{display:flex;align-items:center;margin-bottom:8px;opacity:0;animation:fadeInCode .5s ease forwards}.demo-code-line:nth-child(1){animation-delay:1s}.demo-code-line:nth-child(2){animation-delay:1.3s}.demo-code-line:nth-child(3){animation-delay:1.6s}.demo-code-line:nth-child(4){animation-delay:1.9s}@keyframes fadeInCode{to{opacity:1}}.demo-line-number{width:30px;text-align:right;color:#ffffff4d;margin-right:16px;-webkit-user-select:none;user-select:none}.demo-code{color:#ffffffe6}.code-comment{color:#6a9955}.code-keyword{color:#c586c0}.code-var{color:#9cdcfe}.code-function{color:#dcdcaa}.code-string{color:#ce9178}.cursor-blink{animation:blink 1s infinite;color:#fff}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 768px){.hero-title{font-size:40px}.hero-description{font-size:16px}.hero-cta{flex-direction:column;align-items:center}.demo-content{flex-direction:column;height:auto}.demo-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.demo-main{padding:16px;font-size:12px}}@media (prefers-color-scheme: light){.hero-description{color:#000000b3}.demo-window{background:#ffffffe6;border:1px solid rgba(0,0,0,.1)}.demo-header{background:#f0f0f0e6;border-bottom:1px solid rgba(0,0,0,.1)}.demo-sidebar{background:#fafafae6;border-right:1px solid rgba(0,0,0,.1)}.demo-item{color:#333}.demo-item:hover{background:#0000000d}.demo-text{color:#000c}.demo-line-number{color:#0000004d}.demo-code{color:#000000e6}}.features{background:#ffffff05}.features-header{text-align:center;margin-bottom:60px}.features-title{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 16px}.features-subtitle{font-size:18px;color:#ffffffb3;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.feature-card{padding:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease;opacity:0;animation:fadeInUp .6s ease forwards}.feature-card:hover{background:#ffffff0d;border-color:#667eea4d;transform:translateY(-4px);box-shadow:0 8px 24px #667eea26}.feature-icon{font-size:48px;margin-bottom:20px}.feature-title{font-size:20px;font-weight:600;margin:0 0 12px;color:#fffffff2}.feature-description{font-size:15px;line-height:1.6;color:#ffffffb3;margin:0}@media (max-width: 768px){.features-title{font-size:32px}.features-subtitle{font-size:16px}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px}}@media (prefers-color-scheme: light){.features{background:#00000005}.features-subtitle{color:#0009}.feature-card{background:#00000005;border:1px solid rgba(0,0,0,.1)}.feature-card:hover{background:#0000000a;border-color:#667eea4d}.feature-title{color:#000000f2}.feature-description{color:#0009}}.how-it-works{background:linear-gradient(180deg,transparent 0%,rgba(102,126,234,.03) 100%)}.how-it-works-header{text-align:center;margin-bottom:60px}.how-it-works-title{font-size:48px;font-weight:700;margin:0 0 16px}.how-it-works-subtitle{font-size:18px;color:#ffffffb3}.steps{max-width:900px;margin:0 auto;position:relative}.step{display:flex;align-items:flex-start;gap:24px;margin-bottom:48px;position:relative;opacity:0;animation:fadeInUp .6s ease forwards}.step:nth-child(1){animation-delay:.1s}.step:nth-child(2){animation-delay:.2s}.step:nth-child(3){animation-delay:.3s}.step:nth-child(4){animation-delay:.4s}.step:last-child{margin-bottom:0}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #667eea4d}.step-content{flex:1;padding-top:8px}.step-title{font-size:24px;font-weight:600;margin:0 0 8px;color:#fffffff2}.step-description{font-size:16px;line-height:1.6;color:#ffffffb3;margin:0}.step-connector{position:absolute;left:30px;top:60px;width:2px;height:48px;background:linear-gradient(180deg,#667eea80,#667eea1a)}@media (max-width: 768px){.how-it-works-title{font-size:32px}.how-it-works-subtitle{font-size:16px}.step{gap:16px;margin-bottom:40px}.step-number{width:48px;height:48px;font-size:20px}.step-title{font-size:20px}.step-description{font-size:14px}.step-connector{left:24px;top:48px;height:40px}}@media (prefers-color-scheme: light){.how-it-works{background:linear-gradient(180deg,transparent 0%,rgba(102,126,234,.05) 100%)}.how-it-works-subtitle{color:#0009}.step-title{color:#000000f2}.step-description{color:#0009}}.integrations{background:#ffffff05}.integrations-header{text-align:center;margin-bottom:60px}.integrations-title{font-size:48px;font-weight:700;margin:0 0 16px}.integrations-subtitle{font-size:18px;color:#ffffffb3;max-width:600px;margin:0 auto}.ide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:900px;margin:0 auto 40px}.ide-card{padding:40px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;text-align:center;transition:all .3s ease;opacity:0;animation:fadeInUp .6s ease forwards}.ide-card:hover{background:#ffffff0d;border-color:#667eea4d;transform:translateY(-4px);box-shadow:0 12px 32px #667eea33}.ide-logo{font-size:64px;margin-bottom:20px}.ide-name{font-size:24px;font-weight:600;margin:0 0 8px;color:#fffffff2}.ide-description{font-size:15px;color:#fff9;margin:0}.integrations-note{text-align:center;margin-top:40px}.integrations-note p{font-size:16px;color:#fff9;margin:0}.integrations-note a{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s}.integrations-note a:hover{color:#764ba2}@media (max-width: 768px){.integrations-title{font-size:32px}.integrations-subtitle{font-size:16px}.ide-grid{grid-template-columns:1fr;gap:16px}.ide-card{padding:32px}.ide-logo{font-size:48px}}@media (prefers-color-scheme: light){.integrations{background:#00000005}.integrations-subtitle{color:#0009}.ide-card{background:#00000005;border:1px solid rgba(0,0,0,.1)}.ide-card:hover{background:#0000000a}.ide-name{color:#000000f2}.ide-description,.integrations-note p{color:#00000080}}.cta{background:linear-gradient(135deg,#667eea1a,#764ba21a);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(102,126,234,.1) 0%,transparent 50%)}.cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:56px;font-weight:700;line-height:1.2;margin:0 0 24px}.cta-description{font-size:20px;line-height:1.6;color:#fffc;margin:0 0 40px}.cta-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:24px}.btn-large{padding:16px 40px;font-size:18px}.cta-platforms{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;color:#fff9}.cta-platforms a{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s}.cta-platforms a:hover{color:#764ba2}@media (max-width: 768px){.cta-title{font-size:36px}.cta-description{font-size:16px}.cta-buttons{flex-direction:column;align-items:center}.btn-large{padding:14px 32px;font-size:16px;width:100%;max-width:300px}.cta-platforms{flex-wrap:wrap;font-size:13px}}@media (prefers-color-scheme: light){.cta{background:linear-gradient(135deg,#667eea14,#764ba214)}.cta-description{color:#000000b3}.cta-platforms{color:#00000080}}.footer{background:#0000004d;border-top:1px solid rgba(255,255,255,.1);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand{max-width:300px}.footer-logo{font-size:24px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:14px;font-weight:600;color:#fffc;margin:0 0 12px}.footer-description{font-size:14px;line-height:1.6;color:#fff9;margin:0}.footer-heading{font-size:14px;font-weight:600;color:#fffffff2;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:12px}.footer-column a{font-size:14px;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#667eea}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffff80}.footer-bottom p{margin:0}.footer-bottom-links{display:flex;align-items:center;gap:12px}.footer-bottom-links a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fffc}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:32px;margin-bottom:32px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-bottom-links{justify-content:center}}@media (prefers-color-scheme: light){.footer{background:#00000008;border-top:1px solid rgba(0,0,0,.1)}.footer-tagline{color:#000c}.footer-description{color:#00000080}.footer-heading{color:#000000f2}.footer-column a{color:#0009}.footer-column a:hover{color:#667eea}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);color:#0006}.footer-bottom-links a{color:#0006}.footer-bottom-links a:hover{color:#000000b3}}.app{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{padding:80px 0}@media (max-width: 768px){section{padding:60px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.fade-in{animation:fadeIn .6s ease-out forwards}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-block;padding:12px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:16px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}@media (prefers-color-scheme: light){.btn-secondary{background:#0000000d;color:#333;border:1px solid rgba(0,0,0,.1)}.btn-secondary:hover{background:#00000014;border-color:#00000026}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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}}
