*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;height:100vh}.toolbar{display:flex;gap:8px;padding:8px 16px;background:#16213e;border-bottom:1px solid #0f3460}.toolbar button{padding:8px 16px;background:#0f3460;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px}.toolbar button:hover{background:#e94560}.main-content{display:flex;flex:1;overflow:hidden}.preview-area{flex:1;display:flex;flex-direction:column;background:#0f0f1a;padding:16px}.preview-area h3{margin-bottom:8px;font-size:14px;color:#888}.video-preview{flex:1;display:flex;align-items:center;justify-content:center;background:#000;border-radius:8px;overflow:hidden}.video-preview video{max-width:100%;max-height:100%}.no-video{color:#555;font-size:18px}.sidebar{width:300px;background:#16213e;border-left:1px solid #0f3460;padding:16px;overflow-y:auto}.sidebar h3{font-size:14px;color:#e94560;margin-bottom:12px;text-transform:uppercase}.clip-editor{display:flex;flex-direction:column;gap:12px}.clip-editor label{display:flex;flex-direction:column;font-size:12px;color:#888}.clip-editor input,.clip-editor textarea,.clip-editor select{margin-top:4px;padding:8px;background:#0f3460;border:1px solid #1a1a2e;border-radius:4px;color:#fff;font-size:14px}.clip-editor textarea{min-height:80px;resize:vertical}.timeline{height:350px;background:#0f0f1a;border-top:1px solid #0f3460;display:flex;flex-direction:column}.timeline-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#16213e}.timeline-header h3{font-size:14px;color:#eee}.timeline-controls{display:flex;gap:8px}.timeline-controls button{padding:4px 8px;background:#0f3460;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px}.timeline-tracks{flex:1;overflow-x:auto;overflow-y:auto;padding:8px 16px}.track{display:flex;align-items:center;margin-bottom:8px;min-height:60px}.track-label{width:80px;font-size:12px;color:#888;flex-shrink:0}.track-clips{flex:1;position:relative;height:50px;background:#1a1a2e;border-radius:4px}.clip{position:absolute;top:4px;height:42px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:box-shadow .2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clip:hover{box-shadow:0 0 0 2px #fff}.clip.selected{box-shadow:0 0 0 2px #e94560}.clip.video{background:linear-gradient(135deg,#667eea,#764ba2)}.clip.audio{background:linear-gradient(135deg,#11998e,#38ef7d)}.clip.subtitle{background:linear-gradient(135deg,#f093fb,#f5576c)}.clip.sfx{background:linear-gradient(135deg,#fa709a,#fee140)}.clip-text{padding:0 8px;overflow:hidden;text-overflow:ellipsis}.playhead{position:absolute;top:0;bottom:0;width:2px;background:#e94560;pointer-events:none;z-index:10}.playhead:before{content:"";position:absolute;top:-4px;left:-4px;width:10px;height:10px;background:#e94560;border-radius:50%}.empty-track{color:#555;font-size:12px;padding:16px}.transition-control{display:flex;flex-direction:column;gap:8px}.transition-control input[type=range]{width:100%}.time-display{display:flex;justify-content:space-between;font-size:12px;color:#888}
