:root{--bg: #0A0A0A;--bg-raised: #111111;--bg-elevated: #1A1A1A;--border: #1E1E1E;--border-bright: #2A2A2A;--text: #FAFAFA;--text-muted: #888888;--text-dim: #555555;--accent: #CDFF50;--accent-dim: rgba(205, 255, 80, .12);--accent-glow: rgba(205, 255, 80, .25);--font-display: "Instrument Serif", Georgia, serif;--font-body: "IBM Plex Mono", "Courier New", monospace;--radius: 12px;--radius-sm: 8px;--max-width: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-body);color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-weight:400}#root{width:100%;min-height:100vh}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}.landing-page{font-family:var(--font-body);font-size:.9rem;font-weight:400;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing-page:after{content:"";position:fixed;inset:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48ZmlsdGVyIGlkPSJhIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc1IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI2EpIiBvcGFjaXR5PSIuMDUiLz48L3N2Zz4=) repeat;opacity:.4;pointer-events:none;z-index:9999}a{color:inherit;text-decoration:none}.landing-page img{display:block;max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.01em;margin-bottom:3.5rem;text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.85rem;font-weight:500;cursor:pointer;transition:transform .2s,filter .2s,background .2s,border-color .2s;border:1px solid transparent;white-space:nowrap}.btn:hover{transform:scale(1.03);filter:brightness(1.1)}.btn-primary{background:var(--accent);color:#0a0a0a;border-color:var(--accent)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border-bright)}.btn-ghost:hover{border-color:var(--text-muted)}.btn-lg{padding:1rem 2rem;font-size:.9rem}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.stagger>.fade-up:nth-child(1){transition-delay:0s}.stagger>.fade-up:nth-child(2){transition-delay:.1s}.stagger>.fade-up:nth-child(3){transition-delay:.2s}.stagger>.fade-up:nth-child(4){transition-delay:.3s}.stagger>.fade-up:nth-child(5){transition-delay:.4s}.stagger>.fade-up:nth-child(6){transition-delay:.5s}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:background .3s,backdrop-filter .3s}.navbar.scrolled{background:#0a0a0ab3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-display);font-size:1.4rem;letter-spacing:-.02em}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:.85rem;color:var(--text-muted);transition:color .2s}.nav-link:hover{color:var(--text)}.nav-user{display:flex;align-items:center;gap:.5rem}.nav-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.navbar .btn{padding:.5rem 1.2rem;font-size:.8rem}.navbar button.nav-link{background:none;border:none;cursor:pointer;font:inherit;padding:0}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 30% 40%,rgba(205,255,80,.06) 0%,transparent 70%),radial-gradient(ellipse 50% 60% at 70% 60%,rgba(205,255,80,.04) 0%,transparent 70%);animation:hero-shift 10s ease-in-out infinite alternate}@keyframes hero-shift{0%{opacity:1;transform:scale(1)}to{opacity:.6;transform:scale(1.1)}}.hero-content{position:relative;max-width:800px}.hero h1{font-family:var(--font-display);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-sub{font-size:clamp(.9rem,1.5vw,1.05rem);color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.7}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.video-placeholder{position:relative;max-width:640px;margin:0 auto;aspect-ratio:16 / 9;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;overflow:hidden}.video-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(205,255,80,.03),transparent 70%)}.play-btn{position:relative;width:64px;height:64px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;animation:pulse-play 2.5s ease-in-out infinite}.play-btn:after{content:"";display:block;width:0;height:0;border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent var(--text);margin-left:4px}@keyframes pulse-play{0%,to{transform:scale(1);box-shadow:0 0 #ffffff1a}50%{transform:scale(1.05);box-shadow:0 0 0 12px #fff0}}.video-label{position:relative;font-size:.8rem;color:var(--text-muted)}.examples{padding:7rem 0;overflow:hidden}.carousel-wrapper{position:relative;margin-top:0}.carousel-track{display:flex;gap:1.5rem;animation:carousel-scroll 40s linear infinite;width:max-content}.carousel-track:hover{animation-play-state:paused}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.example-card{flex-shrink:0;width:300px;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.example-images{display:flex;gap:.5rem}.example-before,.example-after{flex:1;aspect-ratio:1;border-radius:var(--radius-sm);position:relative;overflow:hidden}.example-before{background:linear-gradient(135deg,#2a1f14,#1a1510)}.example-before:after{content:"";position:absolute;inset:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48ZmlsdGVyIGlkPSJhIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc1IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI2EpIiBvcGFjaXR5PSIuMDUiLz48L3N2Zz4=) repeat;opacity:.8}.example-after{background:#f5f5f0}.example-after svg{position:absolute;inset:15%;width:70%;height:70%;opacity:.5}.example-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-muted)}.example-label .arrow{color:var(--accent);font-size:.9rem}.example-card:nth-child(2n) .example-before{background:linear-gradient(135deg,#1f1a2a,#15101a)}.example-card:nth-child(3n) .example-before{background:linear-gradient(135deg,#1a2a1f,#101a15)}.example-card:nth-child(4n) .example-before{background:linear-gradient(135deg,#2a2a1a,#1a1a10)}.steps-section{padding:7rem 0}.steps-grid{display:flex;align-items:flex-start;gap:0;position:relative}.step{flex:1;text-align:center;padding:0 2rem;position:relative}.step:not(:last-child):after{content:"";position:absolute;top:32px;right:0;width:4rem;height:1px;background:var(--border-bright);transform:translate(50%)}.step-icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;background:var(--bg-raised);border:1px solid var(--border-bright);display:flex;align-items:center;justify-content:center}.step-icon svg{width:24px;height:24px;stroke:var(--accent);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.step-number{display:block;font-family:var(--font-display);font-size:3rem;color:var(--border-bright);margin-bottom:.75rem}.step h3{font-family:var(--font-display);font-size:1.5rem;font-weight:400;margin-bottom:.75rem}.step p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.features-section{padding:7rem 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .3s}.feature-card:hover{border-color:var(--border-bright)}.feature-icon{width:40px;height:40px;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:28px;height:28px;stroke:var(--accent);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:400;margin-bottom:.75rem}.feature-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}.pricing-section{padding:7rem 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.pricing-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.pricing-card.featured{border-color:var(--accent);box-shadow:0 0 40px #cdff500f}.pricing-card.featured:hover{box-shadow:0 0 48px #cdff501a,0 8px 32px #0000004d}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#0a0a0a;padding:.25rem 1rem;border-radius:20px;font-size:.72rem;font-weight:500;white-space:nowrap}.pricing-card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:500;margin-bottom:.25rem}.pricing-price span{font-size:1rem;color:var(--text-muted);font-weight:400}.pricing-generations{font-size:.82rem;color:var(--accent);margin-bottom:.25rem}.pricing-tagline{font-size:.82rem;color:var(--text-muted);margin-bottom:1.75rem}.pricing-features{list-style:none;margin-bottom:2rem;padding:0}.pricing-features li{padding:.4rem 0;font-size:.82rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.pricing-features li:before{content:"";width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23CDFF50' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 8l3 3 7-7'/%3E%3C/svg%3E") no-repeat center}.pricing-card .btn{width:100%;justify-content:center}.pricing-note{text-align:center;margin-top:2.5rem;font-size:.85rem;color:var(--text-muted)}.cta-banner{padding:7rem 0;text-align:center;background:var(--bg-raised);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cta-banner h2{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;margin-bottom:1rem}.cta-banner p{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.footer{padding:2rem 0}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:var(--font-display);font-size:1.1rem}.footer-copy,.footer-links{font-size:.75rem;color:var(--text-dim)}.footer-links a{color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--text)}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.steps-grid{flex-direction:column;gap:3rem}.step:not(:last-child):after{display:none}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}.hero h1{font-size:2.5rem}.hero-ctas{flex-direction:column;align-items:center}.footer-inner{flex-direction:column;text-align:center}}.app{display:flex;flex-direction:column;height:100vh;width:100%}.app__header{padding:.75rem 1.5rem;border-bottom:1px solid var(--border)}.app__header h1{margin:0;font-size:1.25rem}.app__main{display:flex;flex:1;overflow:hidden}.panel{padding:1.5rem}.panel--upload{width:320px;min-width:320px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.panel--canvas{flex:1;display:flex;flex-direction:column;overflow:hidden}.panel__placeholder{margin:auto;color:var(--text-muted)}.uploader{border:2px dashed var(--text-dim);border-radius:12px;padding:2rem 1rem;text-align:center;cursor:pointer;transition:border-color .2s,background-color .2s}.uploader--dragging{border-color:#646cff;background-color:#646cff14}.uploader__label{margin:0 0 .5rem}.uploader__hint{margin:0;font-size:.85rem;color:var(--text-muted)}.uploader__status{margin:0;color:#646cff}.uploader__error{margin:.75rem 0 0;color:#ef4444;font-size:.85rem}.meta{font-size:.85rem;color:#aaa}.meta p{margin:.25rem 0}.toolbar{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.toolbar__item{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.toolbar__item--checkbox{cursor:pointer}.toolbar__btn{font-size:.8rem;padding:.4em .8em}.toolbar__btn--delete{color:#ef4444;border-color:#ef4444}.toolbar__btn--delete:disabled{opacity:.4;cursor:not-allowed}.canvas-container{flex:1;overflow:auto;padding:1rem;background:repeating-conic-gradient(var(--border-bright) 0% 25%,var(--bg-elevated) 0% 50%) 50% / 20px 20px}.svg-canvas{display:inline-block}.svg-canvas svg{max-width:100%;height:auto}
