.video-module__d-lA0G__videoPage{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex;position:relative}.video-module__d-lA0G__canvas{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px 24px 180px;display:flex;position:relative;overflow-y:auto}.video-module__d-lA0G__hero{text-align:center;margin-bottom:32px}.video-module__d-lA0G__heroTitle{color:var(--text-primary);font-size:2rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:8px}.video-module__d-lA0G__heroSubtitle{color:var(--text-tertiary);font-size:.95rem}.video-module__d-lA0G__presetsRow{justify-content:center;gap:16px;width:100%;max-width:900px;margin-bottom:32px;padding:0 24px;display:flex}.video-module__d-lA0G__presetThumb{aspect-ratio:16/10;border-radius:var(--radius-lg);cursor:pointer;background:var(--bg-secondary);border:2px solid #0000;flex:1;max-width:280px;transition:all .25s;position:relative;overflow:hidden}.video-module__d-lA0G__presetThumb:hover{border-color:var(--accent);transform:scale(1.03)}.video-module__d-lA0G__presetThumbActive{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-muted)}.video-module__d-lA0G__presetThumbInner{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-card)100%);width:100%;height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.video-module__d-lA0G__presetThumbLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.video-module__d-lA0G__motionGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;width:100%;max-width:900px;margin-bottom:20px;display:grid}.video-module__d-lA0G__motionCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;align-items:center;gap:6px;padding:16px 10px;transition:all .15s;display:flex}.video-module__d-lA0G__motionCard:hover{border-color:var(--accent);background:var(--bg-card-hover)}.video-module__d-lA0G__motionCardActive{border-color:var(--accent);background:var(--accent-muted)}.video-module__d-lA0G__motionCardIcon{color:var(--text-tertiary)}.video-module__d-lA0G__motionCardLabel{color:var(--text-secondary);text-align:center;font-size:.72rem;font-weight:600}.video-module__d-lA0G__generating{flex-direction:column;align-items:center;gap:16px;padding:60px 20px;display:flex}.video-module__d-lA0G__spinIcon{color:var(--accent);animation:2s linear infinite video-module__d-lA0G__spin}@keyframes video-module__d-lA0G__spin{to{transform:rotate(360deg)}}.video-module__d-lA0G__generatingText{color:var(--text-primary);font-size:1.1rem;font-weight:600}.video-module__d-lA0G__generatingHint{color:var(--text-tertiary);font-size:.85rem}.video-module__d-lA0G__progressBar{background:#ffffff1a;border-radius:3px;width:100%;max-width:300px;height:6px}.video-module__d-lA0G__progressFill{background:linear-gradient(90deg,var(--accent),var(--accent-secondary));border-radius:3px;height:100%;transition:width .5s}.video-module__d-lA0G__errorBox{color:#ef4444;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.video-module__d-lA0G__errorText{font-size:1rem;font-weight:600}.video-module__d-lA0G__errorHint{color:var(--text-tertiary);font-size:.82rem}.video-module__d-lA0G__resultCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:700px;overflow:hidden}.video-module__d-lA0G__resultPlayer{background:#000;width:100%}.video-module__d-lA0G__resultPlayer video{width:100%;display:block}.video-module__d-lA0G__resultActions{border-top:1px solid var(--border-subtle);gap:8px;padding:12px 16px;display:flex}.video-module__d-lA0G__resultBtn{color:#fff;background:var(--accent);border-radius:var(--radius-full);cursor:pointer;border:none;padding:6px 16px;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .2s}.video-module__d-lA0G__resultBtn:hover{opacity:.85}.video-module__d-lA0G__uploadArea{border:2px dashed var(--border-default);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:700px;min-height:300px;padding:40px 20px;transition:all .2s;display:flex}.video-module__d-lA0G__uploadArea:hover{border-color:var(--accent);background:var(--accent-muted)}.video-module__d-lA0G__uploadText{color:var(--text-secondary);font-size:.95rem;font-weight:500}.video-module__d-lA0G__uploadHint{color:var(--text-tertiary);font-size:.8rem}.video-module__d-lA0G__bottomBar{z-index:50;background:var(--bg-card);border-top:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:14px 24px 18px;position:fixed;bottom:0;left:0;right:0}.video-module__d-lA0G__bottomBarInner{flex-direction:column;gap:10px;max-width:900px;margin:0 auto;display:flex}.video-module__d-lA0G__promptRow{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);align-items:center;gap:10px;padding:4px;transition:border-color .2s;display:flex}.video-module__d-lA0G__promptRow:focus-within{border-color:var(--accent)}.video-module__d-lA0G__promptPlus{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-card);width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.video-module__d-lA0G__promptPlus:hover{border-color:var(--accent);color:var(--accent)}.video-module__d-lA0G__promptInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:8px;font-family:inherit;font-size:.95rem}.video-module__d-lA0G__promptInput::placeholder{color:var(--text-tertiary)}.video-module__d-lA0G__controlsRow{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.video-module__d-lA0G__pill{color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:5px;padding:6px 12px;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .15s;display:inline-flex}.video-module__d-lA0G__pill:hover{color:var(--text-primary);background:var(--bg-secondary)}.video-module__d-lA0G__pillActive{color:var(--accent);background:var(--accent-muted)}.video-module__d-lA0G__pillIcon{justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.video-module__d-lA0G__pillChevron{opacity:.5;transition:transform .2s}.video-module__d-lA0G__pillActive .video-module__d-lA0G__pillChevron{opacity:1;transform:rotate(180deg)}.video-module__d-lA0G__divider{background:var(--border-default);flex-shrink:0;width:1px;height:18px;margin:0 4px}.video-module__d-lA0G__spacer{flex:1}.video-module__d-lA0G__previewBadge{text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--accent-secondary);border-radius:4px;margin-left:2px;padding:2px 6px;font-size:.6rem;font-weight:700;display:inline-flex}.video-module__d-lA0G__countControl{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);align-items:center;gap:2px;padding:2px;display:inline-flex}.video-module__d-lA0G__countBtn{width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.video-module__d-lA0G__countBtn:hover:not(:disabled){color:var(--text-primary);background:var(--bg-card-hover)}.video-module__d-lA0G__countBtn:disabled{opacity:.3;cursor:not-allowed}.video-module__d-lA0G__countValue{color:var(--text-primary);text-align:center;min-width:24px;font-size:.78rem;font-weight:600}.video-module__d-lA0G__generateBtn{color:#fff;background:var(--accent);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;padding:8px 20px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.video-module__d-lA0G__generateBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.video-module__d-lA0G__generateBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.video-module__d-lA0G__creditBadge{border-radius:var(--radius-full);background:#ffffff26;align-items:center;gap:3px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.video-module__d-lA0G__popupOverlay{z-index:60;position:fixed;inset:0}.video-module__d-lA0G__popup{z-index:61;background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);max-height:400px;position:fixed;bottom:110px;overflow:hidden auto;box-shadow:0 20px 60px #0000004d}.video-module__d-lA0G__popupHeader{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:12px 16px;font-size:.82rem;font-weight:600}.video-module__d-lA0G__popupSearch{border-bottom:1px solid var(--border-subtle);align-items:center;gap:8px;padding:10px 14px;display:flex}.video-module__d-lA0G__popupSearchIcon{color:var(--text-tertiary);flex-shrink:0}.video-module__d-lA0G__popupSearchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.88rem}.video-module__d-lA0G__popupList{max-height:300px;overflow-y:auto}.video-module__d-lA0G__modelPopup{width:340px;left:24px}.video-module__d-lA0G__modelItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;transition:background .1s;display:flex}.video-module__d-lA0G__modelItem:hover{background:var(--bg-card-hover)}.video-module__d-lA0G__modelItemActive{background:var(--accent-muted)}.video-module__d-lA0G__modelItemIcon{background:var(--bg-secondary);border:1px solid var(--border-default);width:32px;height:32px;color:var(--text-tertiary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.video-module__d-lA0G__modelItemInfo{flex:1;min-width:0}.video-module__d-lA0G__modelItemName{color:var(--text-primary);align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.video-module__d-lA0G__modelItemDesc{color:var(--text-tertiary);margin-top:2px;font-size:.72rem}.video-module__d-lA0G__modelItemCheck{color:var(--accent);flex-shrink:0}.video-module__d-lA0G__durationPopup{width:200px;left:auto}.video-module__d-lA0G__durationItem{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 16px;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .1s;display:flex}.video-module__d-lA0G__durationItem:hover{background:var(--bg-card-hover)}.video-module__d-lA0G__durationItemActive{background:var(--accent-muted);color:var(--accent)}.video-module__d-lA0G__durationCheck{color:var(--accent);flex-shrink:0}.video-module__d-lA0G__resolutionPopup,.video-module__d-lA0G__aspectPopup{width:200px;left:auto}.video-module__d-lA0G__aspectItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 16px;font-family:inherit;transition:background .1s;display:flex}.video-module__d-lA0G__aspectItem:hover{background:var(--bg-card-hover)}.video-module__d-lA0G__aspectItemActive{background:var(--accent-muted)}.video-module__d-lA0G__aspectIcon{border:1.5px solid var(--border-default);border-radius:3px;flex-shrink:0;width:22px;height:22px}.video-module__d-lA0G__aspectItemActive .video-module__d-lA0G__aspectIcon{border-color:var(--accent)}.video-module__d-lA0G__aspectLabel{color:var(--text-primary);flex:1;font-size:.85rem;font-weight:500}.video-module__d-lA0G__aspectItemActive .video-module__d-lA0G__aspectLabel{color:var(--accent)}.video-module__d-lA0G__aspectCheck{color:var(--accent);flex-shrink:0}.video-module__d-lA0G__storyboardTimeline{gap:12px;width:100%;max-width:900px;padding:8px 0;display:flex;overflow-x:auto}.video-module__d-lA0G__storyboardScene{flex-shrink:0;min-width:160px}.video-module__d-lA0G__sceneCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:all .15s;overflow:hidden}.video-module__d-lA0G__sceneCard:hover{border-color:var(--accent)}.video-module__d-lA0G__scenePreview{background:var(--bg-secondary);height:100px;color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.video-module__d-lA0G__sceneLabel{color:var(--text-secondary);text-align:center;padding:8px 12px;font-size:.75rem;font-weight:600}.video-module__d-lA0G__addSceneCard{border:2px dashed var(--border-default);border-radius:var(--radius-md);cursor:pointer;min-width:160px;min-height:132px;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.78rem;transition:all .15s;display:flex}.video-module__d-lA0G__addSceneCard:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:768px){.video-module__d-lA0G__bottomBar{padding:10px 12px 14px}.video-module__d-lA0G__modelPopup,.video-module__d-lA0G__durationPopup,.video-module__d-lA0G__resolutionPopup,.video-module__d-lA0G__aspectPopup{width:auto;left:12px;right:12px}.video-module__d-lA0G__canvas{padding:24px 12px 180px}.video-module__d-lA0G__presetsRow{flex-direction:column;align-items:center}.video-module__d-lA0G__presetThumb{max-width:100%}.video-module__d-lA0G__motionGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.video-module__d-lA0G__heroTitle{font-size:1.5rem}.video-module__d-lA0G__generateBtn{padding:8px 16px;font-size:.82rem}}
