:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;font-family:system-ui,-apple-system,sans-serif}.app-header{text-align:center;padding:2rem;border-bottom:1px solid #444}.app-header h1{font-size:3rem;margin:0;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-header p{margin:.5rem 0 0;color:#ccc;font-size:1.1rem}.app-main{max-width:1200px;margin:0 auto;padding:2rem}.landing{text-align:center;padding:4rem 2rem}.landing h2{font-size:2rem;margin-bottom:1rem;color:#4ecdc4}.landing p{font-size:1.1rem;line-height:1.6;color:#ccc;margin-bottom:1rem}.video-editor{background:#2a2a2a;border-radius:12px;padding:2rem;border:1px solid #444}.video-editor h2{color:#4ecdc4;margin-bottom:1.5rem}.video-placeholder{background:#1a1a1a;border:2px dashed #555;border-radius:8px;padding:3rem;text-align:center;color:#888}.video-placeholder p{margin:.5rem 0;font-size:1.1rem}.video-editor-container{background:#2a2a2a;border-radius:12px;padding:1.5rem;border:1px solid #444}.clipjs-editor{width:100%}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #444}.editor-header h3{color:#4ecdc4;margin:0;font-size:1.3rem}.editor-controls{display:flex;align-items:center;gap:1rem}.load-btn,.play-btn,.text-btn{background:#4ecdc4;border:none;border-radius:6px;padding:.5rem 1rem;color:#fff;font-size:.9rem;cursor:pointer;transition:background .2s}.load-btn:hover,.play-btn:hover,.text-btn:hover{background:#45b7aa}.time-display{color:#ccc;font-family:monospace;font-size:.9rem}.video-preview{margin-bottom:1.5rem;border-radius:8px;overflow:hidden;border:1px solid #555;background:#000}.timeline-section{margin-bottom:1.5rem}.timeline-header{color:#ccc;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.timeline{position:relative;background:#1a1a1a;border:1px solid #555;border-radius:6px;overflow-x:auto;min-height:120px;cursor:pointer}.timeline-cursor{position:absolute;top:0;bottom:0;width:2px;background:#ff6b6b;z-index:30;pointer-events:none;box-shadow:0 0 4px #ff6b6b80}.clip-selection{position:absolute;top:0;bottom:0;background:#4ecdc433;border:2px solid #4ecdc4;border-radius:4px;z-index:20;min-width:40px;display:flex;align-items:center;justify-content:center}.clip-handle{position:absolute;top:0;bottom:0;width:8px;background:#4ecdc4;cursor:ew-resize;transition:background .2s;z-index:25}.clip-handle:hover{background:#45b7aa;width:10px}.clip-start{left:-4px;border-radius:4px 0 0 4px}.clip-end{right:-4px;border-radius:0 4px 4px 0}.clip-duration{color:#4ecdc4;font-size:.7rem;font-weight:500;background:#1a1a1acc;padding:2px 6px;border-radius:3px;pointer-events:none;-webkit-user-select:none;user-select:none}.timeline-tracks{padding:.5rem 0}.track{display:flex;align-items:center;height:50px;border-bottom:1px solid #333}.track:last-child{border-bottom:none}.track-label{width:80px;padding:0 1rem;color:#ccc;font-size:.8rem;font-weight:500;border-right:1px solid #333;height:100%;display:flex;align-items:center}.track-content{position:relative;flex:1;height:100%;min-width:800px}.media-segment,.text-segment{position:absolute;height:80%;top:10%;border-radius:4px;display:flex;align-items:center;padding:0 .5rem;font-size:.7rem;font-weight:500;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.media-segment{background:#4ecdc4;border:1px solid #45b7aa}.text-segment{background:#ff6b6b;border:1px solid #e55a5a}.media-segment:hover,.text-segment:hover{opacity:.8}.highlights-section{margin-bottom:1.5rem;padding:1rem;background:#1a1a1a;border-radius:8px;border:1px solid #333}.highlights-header{color:#4ecdc4;font-weight:500;margin-bottom:1rem;font-size:1.1rem;border-bottom:1px solid #333;padding-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.carousel-controls{display:flex;align-items:center;gap:1rem}.carousel-btn{background:#4ecdc4;border:none;border-radius:4px;color:#fff;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:background .2s}.carousel-btn:hover:not(:disabled){background:#45b7aa}.carousel-btn:disabled{background:#666;cursor:not-allowed}.carousel-counter{color:#ccc;font-size:.9rem;font-family:monospace}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.highlight-card{background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:1rem;cursor:pointer;transition:all .2s}.highlight-card:hover{border-color:#4ecdc4;transform:translateY(-2px);box-shadow:0 4px 12px #4ecdc433}.highlight-card.selected{border-color:#4ecdc4;background:#2d4a44}.highlight-card.current{border-color:#ff6b6b;box-shadow:0 0 8px #ff6b6b4d}.featured-highlight{margin-bottom:1.5rem}.highlight-card.featured{min-height:120px;border:2px solid #4ecdc4;position:relative}.select-highlight-btn{background:#4ecdc4;border:none;border-radius:4px;color:#fff;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;margin-top:.75rem;transition:background .2s}.select-highlight-btn:hover{background:#45b7aa}.highlight-card h4{color:#4ecdc4;margin:0 0 .5rem;font-size:.9rem}.highlight-card p{color:#ccc;margin:0 0 .75rem;font-size:.8rem;line-height:1.4}.highlight-time{color:#888;font-size:.7rem;font-family:monospace;background:#1a1a1a;padding:.25rem .5rem;border-radius:4px;display:inline-block}.load-btn:disabled{opacity:.6;cursor:not-allowed}.export-controls{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #444}.export-btn{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border:none;border-radius:8px;padding:.75rem 1.5rem;color:#fff;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s;font-size:.9rem}.export-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4ecdc44d}.text-editor-panel{background:#1a1a1a;border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.text-editor-header{background:#2a2a2a;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.text-editor-header h4{color:#4ecdc4;margin:0;font-size:1rem}.close-btn{background:#ff6b6b;border:none;border-radius:4px;color:#fff;width:24px;height:24px;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#e55a5a}.text-editor-content{padding:1.5rem}.text-input-group{margin-bottom:1.5rem}.text-input-group label{display:block;color:#ccc;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.text-input{width:100%;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:.75rem;color:#fff;font-size:.9rem}.text-input:focus{outline:none;border-color:#4ecdc4}.text-style-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.style-group{display:flex;flex-direction:column;gap:.5rem}.style-group label{color:#ccc;font-size:.8rem;font-weight:500}.style-group input[type=range]{width:100%;height:4px;border-radius:2px;background:#444;outline:none}.style-group input[type=color]{width:50px;height:30px;border:none;border-radius:4px;cursor:pointer}.style-group span{color:#4ecdc4;font-size:.8rem;font-family:monospace}.text-timing{background:#2a2a2a;padding:.75rem;border-radius:6px;margin-bottom:1rem;border:1px solid #333}.text-timing span{color:#ccc;font-size:.85rem}.add-text-btn{background:linear-gradient(45deg,#4ecdc4,#45b7aa);border:none;border-radius:6px;padding:.75rem 1.5rem;color:#fff;font-weight:500;cursor:pointer;transition:transform .2s;width:100%}.add-text-btn:hover:not(:disabled){transform:translateY(-1px)}.add-text-btn:disabled{opacity:.5;cursor:not-allowed}.fallback-section{background:#2a1a1a;border:2px solid #ff6b6b;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.fallback-header{background:#ff6b6b;color:#fff;padding:1rem;font-weight:500}.fallback-content{padding:1.5rem}.fallback-content p{color:#ccc;margin-bottom:1rem;line-height:1.5}.fallback-controls{display:flex;gap:1rem;margin-top:1.5rem}.share-link-btn,.retry-btn{background:#4ecdc4;border:none;border-radius:6px;padding:.75rem 1.5rem;color:#fff;font-weight:500;cursor:pointer;transition:background .2s}.share-link-btn:hover,.retry-btn:hover{background:#45b7aa}.retry-btn{background:#ff6b6b}.retry-btn:hover{background:#e55a5a}
