.VideoEditor-module__sLnhwG__editor{flex-direction:column;gap:1.25rem;width:100%;display:flex}.VideoEditor-module__sLnhwG__uploadZone{border:2px dashed var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:280px;transition:border-color .3s,box-shadow .3s;display:flex}.VideoEditor-module__sLnhwG__uploadZone:hover,.VideoEditor-module__sLnhwG__uploadZone.VideoEditor-module__sLnhwG__dragOver{border-color:var(--accent-cyan);box-shadow:var(--neon-glow-hover)}.VideoEditor-module__sLnhwG__uploadIcon{font-size:3rem}.VideoEditor-module__sLnhwG__uploadTitle{color:var(--text-primary);font-size:1.1rem;font-weight:600}.VideoEditor-module__sLnhwG__uploadHint{color:var(--text-secondary);font-size:.85rem}.VideoEditor-module__sLnhwG__workspace{grid-template-columns:1fr 280px;align-items:start;gap:1.25rem;display:grid}.VideoEditor-module__sLnhwG__previewSection{flex-direction:column;gap:.75rem;display:flex}.VideoEditor-module__sLnhwG__previewWrapper{aspect-ratio:16/9;background:#000;border-radius:12px;position:relative;overflow:hidden}.VideoEditor-module__sLnhwG__previewCanvas{object-fit:contain;cursor:default;width:100%;height:100%;display:block}.VideoEditor-module__sLnhwG__previewCanvas.VideoEditor-module__sLnhwG__placing{cursor:crosshair}.VideoEditor-module__sLnhwG__placingHint{color:#fff;pointer-events:none;white-space:nowrap;background:#ff00eacc;border-radius:20px;padding:4px 14px;font-size:.8rem;position:absolute;top:10px;left:50%;transform:translate(-50%)}.VideoEditor-module__sLnhwG__controls{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.VideoEditor-module__sLnhwG__ctrlBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.1rem;transition:color .2s,background .2s}.VideoEditor-module__sLnhwG__ctrlBtn:hover{color:var(--accent-cyan);background:#00f3ff14}.VideoEditor-module__sLnhwG__playBtn{border:1px solid var(--accent-cyan);color:var(--accent-cyan);cursor:pointer;background:#00f3ff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;transition:background .2s,box-shadow .2s;display:flex}.VideoEditor-module__sLnhwG__playBtn:hover{background:#00f3ff40;box-shadow:0 0 12px #00f3ff66}.VideoEditor-module__sLnhwG__timeDisplay{color:var(--text-secondary);font-variant-numeric:tabular-nums;flex:1;font-size:.85rem}.VideoEditor-module__sLnhwG__cutBtn{border:1px solid var(--accent-magenta);color:var(--accent-magenta);cursor:pointer;background:#ff00ea1a;border-radius:8px;margin-left:auto;padding:.4rem .9rem;font-size:.85rem;transition:background .2s}.VideoEditor-module__sLnhwG__cutBtn:hover:not(:disabled){background:#ff00ea40}.VideoEditor-module__sLnhwG__cutBtn:disabled{opacity:.3;cursor:not-allowed}.VideoEditor-module__sLnhwG__timelineHint{opacity:.5;margin-left:.4rem;font-size:.7rem}.VideoEditor-module__sLnhwG__overlayPanel{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.VideoEditor-module__sLnhwG__panelTitle{color:var(--accent-cyan);text-shadow:0 0 10px #00f3ff66;font-size:1rem;font-weight:700}.VideoEditor-module__sLnhwG__overlayForm{flex-direction:column;gap:.6rem;display:flex}.VideoEditor-module__sLnhwG__textInput{border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#ffffff0d;border-radius:8px;outline:none;padding:.5rem .75rem;font-size:.9rem;transition:border-color .2s}.VideoEditor-module__sLnhwG__textInput:focus{border-color:var(--accent-cyan)}.VideoEditor-module__sLnhwG__formRow{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.VideoEditor-module__sLnhwG__formRow label{min-width:48px}.VideoEditor-module__sLnhwG__colorInput{cursor:pointer;background:0 0;border:none;border-radius:4px;width:32px;height:24px;padding:0}.VideoEditor-module__sLnhwG__rangeInput{accent-color:var(--accent-cyan);flex:1}.VideoEditor-module__sLnhwG__timeInput{border:1px solid var(--glass-border);width:60px;color:var(--text-primary);text-align:center;background:#ffffff0d;border-radius:6px;outline:none;padding:.3rem .4rem;font-size:.8rem}.VideoEditor-module__sLnhwG__timeInput:focus{border-color:var(--accent-cyan)}.VideoEditor-module__sLnhwG__addTextBtn{border:1px solid var(--accent-cyan);width:100%;color:var(--accent-cyan);cursor:pointer;background:#00f3ff1a;border-radius:8px;padding:.55rem;font-size:.85rem;transition:background .2s}.VideoEditor-module__sLnhwG__addTextBtn:hover:not(:disabled){background:#00f3ff33}.VideoEditor-module__sLnhwG__addTextBtn:disabled{opacity:.4;cursor:not-allowed}.VideoEditor-module__sLnhwG__addTextBtn.VideoEditor-module__sLnhwG__placing{border-color:var(--accent-magenta);color:var(--accent-magenta);background:#ff00ea26}.VideoEditor-module__sLnhwG__overlayList{flex-direction:column;gap:.4rem;max-height:200px;display:flex;overflow-y:auto}.VideoEditor-module__sLnhwG__emptyHint{color:var(--text-secondary);text-align:center;padding:.5rem 0;font-size:.8rem}.VideoEditor-module__sLnhwG__overlayItem{background:#ffffff0a;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.85rem;display:flex}.VideoEditor-module__sLnhwG__overlayItem span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.VideoEditor-module__sLnhwG__overlayTime{color:var(--text-secondary);white-space:nowrap;font-size:.75rem}.VideoEditor-module__sLnhwG__deleteBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:.75rem;transition:color .2s}.VideoEditor-module__sLnhwG__deleteBtn:hover{color:var(--accent-magenta)}.VideoEditor-module__sLnhwG__timelineSection{flex-direction:column;gap:.5rem;padding:1rem;display:flex;overflow:hidden}.VideoEditor-module__sLnhwG__timelineLabel{color:var(--text-secondary);padding-left:2px;font-size:.75rem}.VideoEditor-module__sLnhwG__timeline{cursor:pointer;-webkit-user-select:none;user-select:none;background:#0000004d;border-radius:8px;height:56px;position:relative;overflow:hidden}.VideoEditor-module__sLnhwG__thumbnailStrip{width:100%;height:100%;display:flex}.VideoEditor-module__sLnhwG__thumbnail{object-fit:cover;flex:1;min-width:0;display:block}.VideoEditor-module__sLnhwG__clipsRow{background:#0000004d;border-radius:8px;gap:2px;height:56px;display:flex;overflow:hidden}.VideoEditor-module__sLnhwG__clipBlock{cursor:grab;border:2px solid #0000;border-radius:6px;flex-shrink:0;min-width:24px;transition:border-color .2s,opacity .2s;position:relative;overflow:hidden}.VideoEditor-module__sLnhwG__clipBlock:hover{border-color:var(--accent-cyan)}.VideoEditor-module__sLnhwG__clipBlock.VideoEditor-module__sLnhwG__dragging{opacity:.4;cursor:grabbing}.VideoEditor-module__sLnhwG__clipBlock.VideoEditor-module__sLnhwG__dragTarget{border-color:var(--accent-magenta);box-shadow:0 0 8px #ff00ea99}.VideoEditor-module__sLnhwG__clipThumb{object-fit:cover;width:100%;height:100%;display:block}.VideoEditor-module__sLnhwG__clipInfo{pointer-events:none;position:absolute;bottom:2px;left:4px}.VideoEditor-module__sLnhwG__clipDuration{color:#fff;background:#0009;border-radius:3px;padding:1px 4px;font-size:.65rem}.VideoEditor-module__sLnhwG__clipDelete{color:#fff;cursor:pointer;opacity:0;background:#ff0044bf;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:.6rem;transition:opacity .15s;display:flex;position:absolute;top:2px;right:2px}.VideoEditor-module__sLnhwG__clipBlock:hover .VideoEditor-module__sLnhwG__clipDelete{opacity:1}.VideoEditor-module__sLnhwG__clipStrip{border-right:1px solid #00f3ff4d;flex-shrink:0;height:100%;display:flex;overflow:hidden}.VideoEditor-module__sLnhwG__playhead{z-index:5;pointer-events:none;background:#f44;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%);box-shadow:0 0 6px #f44c}.VideoEditor-module__sLnhwG__playhead:before{content:"";background:#f44;border-radius:50%;width:10px;height:10px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.VideoEditor-module__sLnhwG__textTrack{background:#0003;border-radius:6px;height:28px;position:relative;overflow:hidden}.VideoEditor-module__sLnhwG__textBlock{white-space:nowrap;text-overflow:ellipsis;border:1px solid;border-radius:4px;align-items:center;min-width:20px;padding:0 6px;font-size:.72rem;font-weight:600;display:flex;position:absolute;top:2px;bottom:2px;overflow:hidden}.VideoEditor-module__sLnhwG__exportBar{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.VideoEditor-module__sLnhwG__trimInfo{color:var(--text-secondary);flex:1;font-size:.85rem}.VideoEditor-module__sLnhwG__exportActions{gap:.75rem;display:flex}.VideoEditor-module__sLnhwG__changeVideoBtn{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border-radius:8px;padding:.55rem 1rem;font-size:.85rem;transition:border-color .2s,color .2s}.VideoEditor-module__sLnhwG__changeVideoBtn:hover{border-color:var(--accent-cyan);color:var(--text-primary)}.VideoEditor-module__sLnhwG__exportBtn{border:1px solid var(--accent-cyan);color:var(--accent-cyan);cursor:pointer;background:linear-gradient(135deg,#00f3ff26,#ff00ea26);border-radius:8px;padding:.55rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s,box-shadow .2s}.VideoEditor-module__sLnhwG__exportBtn:hover:not(:disabled){box-shadow:var(--neon-glow-hover);background:linear-gradient(135deg,#00f3ff4d,#ff00ea33)}.VideoEditor-module__sLnhwG__exportBtn:disabled{opacity:.7;cursor:not-allowed}.VideoEditor-module__sLnhwG__progressBar{background:#ffffff14;border-radius:2px;width:100%;height:4px;overflow:hidden}.VideoEditor-module__sLnhwG__progressFill{background:linear-gradient(to right,var(--accent-cyan),var(--accent-magenta));border-radius:2px;height:100%;transition:width .2s}@media (max-width:768px){.VideoEditor-module__sLnhwG__workspace{grid-template-columns:1fr}.VideoEditor-module__sLnhwG__overlayPanel{order:2}.VideoEditor-module__sLnhwG__controls{flex-wrap:wrap}}
.page-module__SQQM-G__pageContainer{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;padding:2rem 2rem 4rem;display:flex}.page-module__SQQM-G__pageHeader{text-align:center}.page-module__SQQM-G__pageTitle{background:linear-gradient(to right,var(--accent-cyan),var(--accent-magenta));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.page-module__SQQM-G__pageSubtitle{color:var(--text-secondary);font-size:1rem}@media (max-width:640px){.page-module__SQQM-G__pageContainer{padding:1.25rem 1rem 3rem}.page-module__SQQM-G__pageTitle{font-size:1.75rem}}
