.GifMakerNew-module__7dGFqW__editorContainer{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.GifMakerNew-module__7dGFqW__previewPanel{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.GifMakerNew-module__7dGFqW__previewHeader{border-bottom:1px solid var(--border-color);background:var(--hover-bg);justify-content:space-between;align-items:center;padding:1rem;display:flex}.GifMakerNew-module__7dGFqW__previewHeader h3{margin:0;font-size:1.1rem;font-weight:600}.GifMakerNew-module__7dGFqW__previewControls{align-items:center;gap:.5rem;display:flex}.GifMakerNew-module__7dGFqW__controlButton{background:var(--bg);border:1px solid var(--border-color);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.GifMakerNew-module__7dGFqW__controlButton:hover:not(:disabled){background:var(--hover-bg);transform:translateY(-1px)}.GifMakerNew-module__7dGFqW__controlButton:disabled{opacity:.5;cursor:not-allowed}.GifMakerNew-module__7dGFqW__frameCounter{color:var(--text-secondary);margin-left:1rem;font-size:.875rem}.GifMakerNew-module__7dGFqW__previewArea{background:var(--pattern-bg);background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#00000008 10px 20px);justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.GifMakerNew-module__7dGFqW__previewImage{border-radius:4px;max-width:100%;max-height:400px;transition:filter .3s;box-shadow:0 4px 12px #0000001a}.GifMakerNew-module__7dGFqW__timeline{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.GifMakerNew-module__7dGFqW__timelineHeader{border-bottom:1px solid var(--border-color);background:var(--hover-bg);justify-content:space-between;align-items:center;padding:1rem;display:flex}.GifMakerNew-module__7dGFqW__timelineHeader h3{margin:0;font-size:1.1rem;font-weight:600}.GifMakerNew-module__7dGFqW__toggleButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.GifMakerNew-module__7dGFqW__toggleButton:hover{background:var(--primary-hover);transform:translateY(-1px)}.GifMakerNew-module__7dGFqW__clearButton{background:var(--danger,#ef4444);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.GifMakerNew-module__7dGFqW__clearButton:hover{background:var(--danger-hover,#dc2626);transform:translateY(-1px)}.GifMakerNew-module__7dGFqW__timelineFrames{scrollbar-width:thin;scrollbar-color:var(--border-color)transparent;gap:.75rem;padding:1rem;display:flex;overflow-x:auto}.GifMakerNew-module__7dGFqW__timelineFrames::-webkit-scrollbar{height:8px}.GifMakerNew-module__7dGFqW__timelineFrames::-webkit-scrollbar-track{background:0 0}.GifMakerNew-module__7dGFqW__timelineFrames::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.GifMakerNew-module__7dGFqW__timelineFrame{background:var(--bg);border:2px solid var(--border-color);cursor:pointer;border-radius:8px;flex-shrink:0;width:120px;transition:all .2s;position:relative;overflow:hidden}.GifMakerNew-module__7dGFqW__timelineFrame:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.GifMakerNew-module__7dGFqW__timelineFrame.GifMakerNew-module__7dGFqW__selected{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha)}.GifMakerNew-module__7dGFqW__timelineFrame.GifMakerNew-module__7dGFqW__current{background:var(--hover-bg)}.GifMakerNew-module__7dGFqW__frameNumber{color:#fff;z-index:1;background:#000000b3;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:4px;left:4px}.GifMakerNew-module__7dGFqW__frameThumbnail{-o-object-fit:cover;object-fit:cover;width:100%;height:80px}.GifMakerNew-module__7dGFqW__frameInfo{color:var(--text-secondary);text-align:center;padding:.5rem;font-size:.75rem}.GifMakerNew-module__7dGFqW__transitionBadge{background:var(--primary-alpha);color:var(--primary);border-radius:3px;margin-left:.25rem;padding:.125rem .375rem;font-size:.625rem;font-weight:600;display:inline-block}.GifMakerNew-module__7dGFqW__removeFrameButton{color:#fff;cursor:pointer;opacity:0;z-index:1;background:#dc2626e6;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px}.GifMakerNew-module__7dGFqW__timelineFrame:hover .GifMakerNew-module__7dGFqW__removeFrameButton{opacity:1}.GifMakerNew-module__7dGFqW__removeFrameButton:hover{background:#dc2626}.GifMakerNew-module__7dGFqW__addMoreFrames{background:var(--bg);border:2px dashed var(--border-color);cursor:pointer;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:132px;transition:all .2s;display:flex}.GifMakerNew-module__7dGFqW__addMoreFrames:hover{border-color:var(--primary);background:var(--hover-bg)}.GifMakerNew-module__7dGFqW__addMoreFrames span{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem}.GifMakerNew-module__7dGFqW__frameEditorBackdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;background:#000000b3;animation:.3s ease-out GifMakerNew-module__7dGFqW__fadeIn;position:fixed;inset:0}@keyframes GifMakerNew-module__7dGFqW__fadeIn{0%{opacity:0}to{opacity:1}}.GifMakerNew-module__7dGFqW__frameEditorContainer{background:var(--card-bg);border:2px solid var(--primary);z-index:1000;border-radius:12px;width:90%;max-width:800px;max-height:90vh;animation:.3s ease-out GifMakerNew-module__7dGFqW__slideIn;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes GifMakerNew-module__7dGFqW__slideIn{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.GifMakerNew-module__7dGFqW__frameEditorHeader{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.GifMakerNew-module__7dGFqW__frameEditorTitle{align-items:center;gap:.75rem;display:flex}.GifMakerNew-module__7dGFqW__frameEditorTitle h2{margin:0;font-size:1.5rem;font-weight:600}.GifMakerNew-module__7dGFqW__closeButton{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;width:40px;height:40px;font-size:1.5rem;transition:all .2s}.GifMakerNew-module__7dGFqW__closeButton:hover{background:#ffffff4d;transform:scale(1.1)}.GifMakerNew-module__7dGFqW__frameEditorContent{grid-template-columns:300px 1fr;gap:2rem;max-height:calc(90vh - 80px);padding:2rem;display:grid;overflow-y:auto}.GifMakerNew-module__7dGFqW__framePreview{position:sticky;top:0}.GifMakerNew-module__7dGFqW__framePreview h4{color:var(--text-secondary);margin:0 0 1rem;font-size:1.1rem}.GifMakerNew-module__7dGFqW__framePreviewImage{background:var(--pattern-bg);background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#00000008 10px 20px);border-radius:8px;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative}.GifMakerNew-module__7dGFqW__framePreviewImage img{border-radius:4px;max-width:100%;max-height:300px;box-shadow:0 4px 12px #0000001a}.GifMakerNew-module__7dGFqW__framePreviewImage .GifMakerNew-module__7dGFqW__frameNumber{width:40px;height:40px;font-size:1.2rem;font-weight:600;position:absolute;top:1rem;right:1rem}.GifMakerNew-module__7dGFqW__frameControls{min-width:0}.GifMakerNew-module__7dGFqW__frameEditorActions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.GifMakerNew-module__7dGFqW__cancelButton{background:var(--bg);border:1px solid var(--border-color);cursor:pointer;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s}.GifMakerNew-module__7dGFqW__cancelButton:hover{background:var(--hover-bg);transform:translateY(-1px)}.GifMakerNew-module__7dGFqW__applyButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s}.GifMakerNew-module__7dGFqW__applyButton:hover{background:var(--primary-hover);transform:translateY(-1px)}.GifMakerNew-module__7dGFqW__toggleButton.GifMakerNew-module__7dGFqW__active{background:var(--success)}.GifMakerNew-module__7dGFqW__toggleButton.GifMakerNew-module__7dGFqW__active:hover{background:var(--success-hover)}.GifMakerNew-module__7dGFqW__previewBadge{background:var(--warning-bg,#fef3c7);color:var(--warning-text,#92400e);text-transform:uppercase;letter-spacing:.5px;border-radius:3px;padding:.125rem .375rem;font-size:.625rem;font-weight:600}[data-theme=dark] .GifMakerNew-module__7dGFqW__previewArea{background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff08 10px 20px)}[data-theme=dark] .GifMakerNew-module__7dGFqW__frameNumber{background:#ffffff26}[data-theme=dark] .GifMakerNew-module__7dGFqW__framePreviewImage{background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff08 10px 20px)}.GifMakerNew-module__7dGFqW__transition-fade{animation:ease-in-out forwards GifMakerNew-module__7dGFqW__fadeTransition}@keyframes GifMakerNew-module__7dGFqW__fadeTransition{0%{opacity:1}to{opacity:0}}.GifMakerNew-module__7dGFqW__transition-fade-in{animation:ease-in-out forwards GifMakerNew-module__7dGFqW__fadeInTransition}@keyframes GifMakerNew-module__7dGFqW__fadeInTransition{0%{opacity:0}to{opacity:1}}.GifMakerNew-module__7dGFqW__transition-slide{animation:ease-in-out forwards GifMakerNew-module__7dGFqW__slideTransition}@keyframes GifMakerNew-module__7dGFqW__slideTransition{0%{transform:translate(0)}to{opacity:0;transform:translate(-30px)}}.GifMakerNew-module__7dGFqW__transition-slide-right{animation:ease-in-out forwards GifMakerNew-module__7dGFqW__slideRightTransition}@keyframes GifMakerNew-module__7dGFqW__slideRightTransition{0%{transform:translate(0)}to{opacity:0;transform:translate(30px)}}.GifMakerNew-module__7dGFqW__transition-zoom{animation:ease-in-out forwards GifMakerNew-module__7dGFqW__zoomTransition}@keyframes GifMakerNew-module__7dGFqW__zoomTransition{0%{transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@media (max-width:768px){.GifMakerNew-module__7dGFqW__previewControls{gap:.25rem}.GifMakerNew-module__7dGFqW__controlButton{width:32px;height:32px}.GifMakerNew-module__7dGFqW__timelineFrame{width:100px}.GifMakerNew-module__7dGFqW__frameThumbnail{height:60px}.GifMakerNew-module__7dGFqW__addMoreFrames{width:100px;height:108px}}
