@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-primary:#0a0a1a;--bg-card:#ffffff0a;--bg-card-hover:#ffffff14;--border-subtle:#ffffff14;--text-primary:#f0eef6;--text-secondary:#9895b0;--accent-pink:#ff6ec4;--accent-purple:#7873f5;--accent-cyan:#42e2f5;--accent-green:#5bfa8e;--gradient-main:linear-gradient(135deg, #7873f5 0%, #ff6ec4 100%);--gradient-cta:linear-gradient(135deg, #ff6ec4 0%, #7873f5 50%, #42e2f5 100%);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-glow:0 4px 30px #7873f540}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.landing{flex-direction:column;min-height:100vh;display:flex}.hero-split{background:linear-gradient(160deg,#0f0c29 0%,#1a1333 40%,#24243e 100%);grid-template-columns:1fr 1fr;align-items:center;gap:2rem;min-height:100vh;padding:2rem 4rem;display:grid}.hero-text{max-width:480px}.hero-text h1{background:var(--gradient-cta);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1}.hero-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-video-wrap{justify-content:center;align-items:center;display:flex;position:relative}.hero-video-full{border-radius:var(--radius-lg);width:100%;max-width:360px;box-shadow:0 8px 60px #7873f54d}.btn-mute{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;bottom:12px;right:calc(50% - 160px)}.btn-mute:hover{background:#000000b3}.btn-cta{border-radius:var(--radius-xl);background:var(--gradient-main);color:#fff;cursor:pointer;box-shadow:var(--shadow-glow);border:none;align-items:center;gap:.5rem;padding:.9rem 2.4rem;font-size:1.05rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 40px #7873f573}@media (width<=768px){.hero-split{text-align:center;grid-template-columns:1fr;padding:2rem}.hero-text{max-width:100%}.hero-video-wrap{order:-1}.hero-video-full{max-width:280px}}.style-selector{margin-bottom:1.5rem}.style-tabs{-webkit-overflow-scrolling:touch;gap:.4rem;margin-bottom:1rem;display:flex;overflow-x:auto}.style-tab{border:2px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;white-space:nowrap;flex-direction:column;flex:1;align-items:center;gap:.2rem;min-width:0;padding:.5rem .8rem;font-family:inherit;transition:all .2s;display:flex}.style-tab:hover{background:var(--bg-card-hover);border-color:#7873f566}.style-tab.active{border-color:var(--accent-pink);color:var(--text-primary);background:#ff6ec41a}.tab-emoji{font-size:1.1rem}.tab-label{font-size:.7rem;font-weight:600}.style-preview{justify-content:center;display:flex}.style-preview-video{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);width:100%;max-width:320px;box-shadow:0 4px 30px #0006}.style-label-selected{color:var(--accent-pink);text-transform:capitalize;padding:.7rem 1rem;font-size:.95rem;font-weight:600;display:block}.studio{max-width:800px;min-height:100vh;margin:0 auto;padding:2rem}.studio-header{text-align:center;margin-bottom:2rem}.studio-header h1{background:var(--gradient-cta);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.3rem;font-size:1.8rem;font-weight:800}.studio-header p{color:var(--text-secondary);font-size:.95rem}.back-link{color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.9rem;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--text-primary)}.upload-zone{border-radius:var(--radius-lg);text-align:center;cursor:pointer;border:2px dashed #7873f559;margin-bottom:1.5rem;padding:3rem 2rem;transition:all .3s}.upload-zone:hover,.upload-zone.dragover{border-color:var(--accent-purple);background:#7873f50f}.upload-zone.has-file{border-color:var(--accent-green);background:#5bfa8e0a}.upload-icon{margin-bottom:.5rem;font-size:2.2rem}.upload-zone h3{margin-bottom:.3rem;font-size:1rem;font-weight:600}.upload-zone span{color:var(--text-secondary);font-size:.85rem}.upload-filename{color:var(--accent-green);font-size:.95rem;font-weight:600}.controls-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.control-group label{color:var(--text-secondary);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.control-group select{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background:#1a1a2e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239895b0' stroke-width='2' fill='none'/%3E%3C/svg%3E") right 1rem center no-repeat;padding:.7rem 1rem;font-family:inherit;font-size:.95rem}.control-group select option{color:var(--text-primary);background:#1a1a2e}.btn-generate{border-radius:var(--radius-md);background:var(--gradient-main);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-glow);border:none;padding:.9rem;font-size:1.05rem;font-weight:700;transition:all .25s}.btn-generate:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 28px #7873f573}.btn-generate:disabled{opacity:.5;cursor:not-allowed}.progress-section{margin-top:1.5rem}.progress-step{color:var(--text-secondary);margin-bottom:.6rem;font-size:.9rem}.progress-bar-track{background:#ffffff0f;border-radius:3px;width:100%;height:6px;margin-bottom:.8rem;overflow:hidden}.progress-bar-fill{background:var(--gradient-main);border-radius:3px;height:100%;transition:width .5s}.result-section{text-align:center;margin-top:2rem}.result-section h2{color:var(--accent-green);margin-bottom:1rem;font-size:1.4rem;font-weight:800}.result-video{border-radius:var(--radius-lg);width:100%;max-width:400px;margin:0 auto 1.2rem;display:block}.btn-download{border-radius:var(--radius-xl);color:#fff;cursor:pointer;background:linear-gradient(135deg,#42e2f5 0%,#7873f5 100%);border:none;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-download:hover{transform:translateY(-2px);box-shadow:0 6px 28px #42e2f559}.error-msg{color:#ff6b6b;border-radius:var(--radius-sm);background:#ff6b6b1a;margin-top:1rem;padding:1rem}
