.cuts-editor{width:100%;min-height:0;display:flex;flex-direction:column;background:#1a1a1a;color:#ffffff;overflow-y:auto}.cancel-button{padding:8px 16px;background:#f44336;color:white;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:background .3s}.cancel-button:hover{background:#d32f2f}.upload-center{display:flex;justify-content:center;align-items:center;flex:1;min-height:0;padding:40px}.upload-section-center{max-width:600px;width:100%;text-align:center}.upload-section-center h2{font-size:24px;margin-bottom:24px;color:#ffffff}.drop-zone-center{border:3px dashed #555;border-radius:12px;padding:60px 40px;text-align:center;cursor:pointer;transition:all .3s;background:#1f1f1f;min-height:300px;display:flex;align-items:center;justify-content:center}.drop-zone-center:hover{border-color:#f59e0b;background:#252525;transform:scale(1.02)}.drop-zone-center .drop-zone-content{color:#aaa;font-size:18px}.drop-zone-center .drop-zone-content p{margin:8px 0;font-size:18px}.editor-content-cuts{display:flex;flex-direction:column;flex:1;min-height:0;padding:20px;gap:20px;overflow-y:auto}.generate-section-top{background:#252525;border-radius:8px;padding:16px;border:1px solid #333}.generate-header{justify-content:space-between;margin-bottom:12px}.generate-header,.generate-header-left{display:flex;align-items:center;gap:12px}.generate-header-left{flex:1}.add-cut-button-compact{padding:8px 16px;background:#f59e0b;color:white;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s;white-space:nowrap}.add-cut-button-compact:hover{background:#d97706;transform:translateY(-1px)}.video-duration-badge{padding:6px 12px;background:#1f1f1f;border-radius:4px;font-size:12px;color:#aaa;border:1px solid #333}.generate-all-button-compact{padding:8px 16px;background:#f59e0b;color:white;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s;white-space:nowrap}.generate-all-button-compact:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.generate-all-button-compact:disabled{background:#555;cursor:not-allowed;opacity:.6}.no-cuts-hint{text-align:center;color:#888;font-size:14px;padding:20px;font-style:italic}.cuts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px}.cut-card{background:#1f1f1f;border:1px solid #333;border-radius:6px;padding:12px;transition:all .3s}.cut-card:hover{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 8px rgba(245,158,11,.35)}.cut-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cut-number-compact{font-weight:600;color:#f59e0b;font-size:14px}.remove-cut-button-compact{background:#f44336;color:white;border:none;border-radius:4px;width:20px;height:20px;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .3s;padding:0}.remove-cut-button-compact:hover{background:#d32f2f}.cut-card-body{display:flex;flex-direction:column;gap:8px}.cut-time-display{display:flex;justify-content:space-between;align-items:center;font-size:12px}.time-range{color:#fff;font-weight:500}.time-duration{color:#f59e0b;font-weight:600}.cut-card-actions{display:flex;gap:6px}.action-btn{flex:1;padding:6px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s;background:#333;color:white}.seek-btn:hover{background:#2196F3}.generate-btn:hover:not(:disabled){background:#f59e0b}.download-btn:hover:not(:disabled){background:#FF9800}.action-btn:disabled{background:#555;cursor:not-allowed;opacity:.5}.generated-cuts-compact{margin-top:12px;padding-top:12px;border-top:1px solid #333}.generated-header{display:flex;justify-content:space-between;align-items:center;font-size:14px}.generated-header span{color:#f59e0b;font-weight:600}.download-all-button-compact{padding:6px 12px;background:#FF9800;color:white;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;transition:background .3s}.download-all-button-compact:hover:not(:disabled){background:#F57C00}.download-all-button-compact:disabled{background:#555;cursor:not-allowed;opacity:.6}.error-message-compact{margin-top:12px;padding:8px 12px;background:#f44336;color:white;border-radius:4px;font-size:12px}.timeline-section-middle{background:#1f1f1f;border-radius:8px;padding:16px;border:1px solid #333}.timeline-title{font-size:14px;margin-bottom:12px;color:#ffffff;text-align:center;font-weight:500}.main-video{max-width:100%;max-height:60vh;border-radius:4px;width:100%}.video-container-bottom{width:100%;background:#000;border-radius:8px;padding:20px;border:1px solid #333;position:relative}.video-container-bottom,.video-loading-overlay{display:flex;justify-content:center;align-items:center}.video-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);flex-direction:column;z-index:10;border-radius:8px;gap:16px}.video-loading-overlay p{color:#fff;font-size:16px;margin:0}.loading-spinner{width:50px;height:50px;border:4px solid #333;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-small{width:30px;height:30px;border:3px solid #333;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}.loading-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:16px}.loading-placeholder p{color:#aaa;font-size:14px;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.canvas-container-hidden{display:none}.timeline{height:120px;background:#0f0f0f;border:2px solid #333;border-radius:4px;cursor:crosshair;user-select:none}.timeline,.timeline-track{position:relative;width:100%}.timeline-track{height:60px;background:#1a1a1a;border-bottom:1px solid #333}.timeline-segment{position:absolute;top:0;height:100%;background:rgba(76,175,80,.3);border:2px solid #f59e0b;border-radius:2px;cursor:move;display:flex;align-items:center;justify-content:center}.timeline-segment:hover{background:rgba(76,175,80,.5)}.segment-handle{position:absolute;top:0;width:8px;height:100%;background:#f59e0b;cursor:ew-resize;z-index:10}.segment-handle-start{left:-4px;border-radius:2px 0 0 2px}.segment-handle-end{right:-4px;border-radius:0 2px 2px 0}.segment-label{font-size:12px;font-weight:600;color:#ffffff;pointer-events:none;z-index:5}.timeline-ruler{position:relative;width:100%;height:60px;background:#0f0f0f}.ruler-mark{height:100%;background:#555}.ruler-mark,.ruler-mark:before{position:absolute;top:0;width:1px}.ruler-mark:before{content:"";left:0;height:10px;background:#888}.ruler-label{position:absolute;top:12px;left:2px;font-size:10px;color:#888;white-space:nowrap}@media (max-width:1200px){.main-video{max-height:50vh}}.download-modal{position:fixed;inset:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;z-index:1000}.download-modal-content{background:#1f1f1f;border:1px solid #333;border-radius:10px;padding:20px 24px;min-width:280px;text-align:center}.download-progress-bar{width:100%;height:8px;background:#333;border-radius:999px;overflow:hidden;margin-top:12px}.download-progress-fill{height:100%;background:#f59e0b;width:0;transition:width .2s ease}