body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e293b,#334155);min-height:100vh}.code-editor,.json-textarea{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Fira Code,Consolas,Liberation Mono,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#33415580;border-radius:4px}::-webkit-scrollbar-thumb{background:#667eea99;border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#667eeacc}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea66;transition:all .3s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #667eea99}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea66;border:none;cursor:pointer;transition:all .3s ease}input[type=range]::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #667eea99}::selection{background:#667eea4d;color:#fff}::-moz-selection{background:#667eea4d;color:#fff}button:focus,input:focus,textarea:focus{outline:2px solid rgba(102,126,234,.6);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes loading-dots{0%,20%{opacity:0}50%{opacity:1}80%,to{opacity:0}}.fade-in{animation:fadeIn .3s ease-out}.slide-in{animation:slideIn .3s ease-out}.pulse{animation:pulse 1s infinite}.loading-dots span{animation:loading-dots 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@media (max-width: 768px){body{font-size:14px}.video-container{padding:16px!important}.timeline-controls{flex-direction:column;gap:12px!important}.status-grid{grid-template-columns:1fr 1fr!important}}@media (max-width: 480px){body{font-size:12px}.main-content{flex-direction:column!important;gap:16px!important}.view-toggle{flex-direction:column!important;gap:8px!important}}.App{text-align:center;height:100vh;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;display:flex;flex-direction:column;overflow:hidden}.App-header{padding:1rem;flex-shrink:0}.App-header h1{font-size:1.8rem;margin:0 0 .25rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.App-header p{font-size:1rem;opacity:.9;margin:0}.App-main{flex:1;display:flex;justify-content:center;padding:0 1rem 1rem;overflow:hidden}.editor-container{display:flex;gap:1rem;max-width:1400px;width:100%;height:100%;overflow:hidden}.json-editor{flex:0 0 450px;min-width:400px;background:#1a1a1a;border-radius:8px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(78,205,196,.3);display:flex;flex-direction:column;overflow:hidden}.json-editor h3{margin:0 0 .75rem;font-size:1.25rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.code-editor-wrapper{flex:1;border-radius:6px;overflow:hidden;border:1px solid rgba(78,205,196,.3);background:#1e1e1e;box-shadow:inset 0 2px 4px #0000004d}.code-editor{display:flex;height:100%;font-size:13px;line-height:1.5}.line-numbers{background:#2d2d2d;color:#858585;padding:.75rem .5rem;text-align:right;-webkit-user-select:none;user-select:none;white-space:pre;border-right:1px solid #3e3e3e;min-width:50px;overflow:hidden;font-weight:500}.json-textarea{flex:1;background:#1e1e1e;border:none;padding:.75rem;color:#d4d4d4;font-size:inherit;line-height:inherit;resize:none;outline:none;overflow-y:auto;white-space:pre;-moz-tab-size:2;tab-size:2}.json-textarea::-webkit-scrollbar{width:12px}.json-textarea::-webkit-scrollbar-track{background:#2d2d2d}.json-textarea::-webkit-scrollbar-thumb{background:#555;border-radius:6px}.json-textarea::-webkit-scrollbar-thumb:hover{background:#777}.json-textarea::selection{background:#264f78}.json-textarea::placeholder{color:#6a6a6a;font-style:italic}.json-textarea{background:#1e1e1e;color:#d4d4d4}.line-numbers::-webkit-scrollbar{width:0}.json-error{margin-top:.75rem;padding:.5rem;background:#f4433633;border:1px solid rgba(244,67,54,.4);border-radius:4px;color:#ffcdd2;font-size:12px;text-align:left;font-family:Fira Code,Cascadia Code,JetBrains Mono,Courier New,monospace;border-left:4px solid #f44336}.json-error strong{color:#ef5350}.video-container{flex:1;background:#1a1a1a;border-radius:8px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(78,205,196,.3);display:flex;flex-direction:column;overflow:hidden}.video-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-shrink:0}.video-container h3{margin:0;font-size:1.25rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.settings-toolbar{display:flex;gap:1rem;align-items:center}.setting-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.setting-toggle input[type=checkbox]{display:none}.toggle-slider{position:relative;width:36px;height:18px;background:#2a2a2a;border-radius:18px;border:1px solid rgba(78,205,196,.3);transition:all .3s ease}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;background:#4ecdc4;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}.setting-toggle input[type=checkbox]:checked+.toggle-slider{background:#4ecdc4;border-color:#4ecdc4}.setting-toggle input[type=checkbox]:checked+.toggle-slider:before{transform:translate(18px)}.toggle-label{font-size:12px;color:#ffffffe6;font-weight:500}.video-wrapper{flex:1;display:flex;justify-content:center;align-items:center;background:#0a0a0a;border-radius:6px;padding:1rem;position:relative;overflow:hidden}.video-boundary{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px dashed rgba(78,205,196,.4);border-radius:4px;pointer-events:none;z-index:1}.video-dimensions-label{position:absolute;top:.5rem;right:.5rem;background:#1a1a1a;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:10px;font-family:monospace;border:1px solid rgba(78,205,196,.3);z-index:2}.timeline-container{margin-top:1rem;background:#1a1a1a;border-radius:6px;padding:.75rem;border:1px solid rgba(78,205,196,.3);flex-shrink:0}.timeline-controls{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.play-button,.reset-button{background:#2a2a2a;border:1px solid rgba(78,205,196,.3);border-radius:4px;padding:.5rem;color:#fff;cursor:pointer;font-size:14px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.play-button:hover,.reset-button:hover{background:#3a3a3a;border-color:#4ecdc480}.play-button:active,.reset-button:active{transform:scale(.98)}.play-icon{width:0;height:0;transition:all .2s ease}.play-icon.play{border-left:10px solid #4ecdc4;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:2px}.play-icon.pause{width:10px;height:12px;background:linear-gradient(to right,#4ecdc4 0%,#4ecdc4 30%,transparent 30%,transparent 70%,#4ecdc4 70%,#4ecdc4 100%);border-radius:1px}.stop-icon{width:10px;height:10px;background:#4ecdc4;border-radius:1px}.time-display{font-family:Courier New,monospace;font-size:12px;color:#ffffffe6;margin-left:auto;background:#1a1a1a;padding:.25rem .5rem;border-radius:4px}.timeline-track{position:relative;height:18px;background:#2a2a2a;border-radius:9px;cursor:pointer;overflow:hidden}.timeline-progress{position:relative;height:100%;width:100%}.timeline-filled{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:9px;transition:width .1s ease}.timeline-scrubber{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:#4ecdc4;border-radius:50%;box-shadow:0 2px 6px #0000004d;cursor:grab;transition:transform .1s ease}.timeline-scrubber:hover{transform:translate(-50%,-50%) scale(1.1)}.timeline-scrubber:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.05)}@media (max-width: 1200px){.editor-container{flex-direction:column;gap:1rem}.json-editor{flex:0 0 200px;min-width:auto}.video-header{flex-direction:column;gap:.5rem;align-items:flex-start}.settings-toolbar{align-self:flex-end}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1e293b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{display:flex;min-width:320px;height:100vh;background:linear-gradient(135deg,#1e293b,#334155)}#root{width:100%;height:100%;display:flex;flex-direction:column}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:#1e293bcc;color:#e2e8f0;cursor:pointer;transition:all .3s ease;border:1px solid rgba(148,163,184,.2)}button:hover{border-color:#667eea;background-color:#334155cc}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#1e293b}button{background-color:#334155cc}}
