*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,sans-serif}body{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#e0e0e0;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:0}.container{width:100%;max-width:1800px;min-height:100vh;margin:0;background:#1e1e28f2;box-shadow:0 0 60px #00000080;display:flex;flex-direction:column}header{background:linear-gradient(135deg,#14141ef2,#1e1e28f2);border-bottom:1px solid rgba(74,158,255,.2);box-shadow:0 2px 10px #0000004d;width:100%}.header-content{max-width:1400px;width:100%;margin:0 auto;padding:24px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.header-title{display:flex;align-items:center;gap:16px}.header-title h1{font-size:26px;font-weight:600;color:#4a9eff;margin:0;letter-spacing:-.5px}.github-link{color:#b0b0c0;font-size:24px;transition:all .2s ease;display:flex;align-items:center;text-decoration:none}.github-link:hover{color:#4a9eff;transform:scale(1.1)}.file-controls{display:flex;align-items:center;gap:15px}#fileInput{display:none}.file-label{padding:10px 20px;background:linear-gradient(135deg,#4a9eff,#3a7ed8);color:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:transform .2s,box-shadow .2s;white-space:nowrap}.file-label:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a9eff66}.export-btn{padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.export-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.export-btn i{font-size:14px}#fileName{color:#b0b0c0;font-size:14px;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;flex:1 1 auto;min-width:0}main{flex:1;display:flex;flex-direction:column;max-width:1400px;width:100%;margin:0 auto;padding:0;min-height:0}.status-label{padding:12px 40px;text-align:center;font-size:13px;color:#fff;background:#282832cc;border:1px solid rgba(74,158,255,.4)}.player-section{flex:1;display:grid;grid-template-columns:2fr 1fr;gap:30px;padding:30px 40px;align-items:start;min-height:0}.video-wrapper{display:flex;flex-direction:column;gap:15px;min-width:0}.video-container{position:relative;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000080;aspect-ratio:16 / 9;width:100%;display:flex;align-items:center;justify-content:center}.video-container:before{content:"No video loaded";position:absolute;color:#505060;font-size:18px;font-weight:500;pointer-events:none;z-index:0}#videoPlayer{width:100%;height:100%;display:block;position:relative;z-index:1}#videoPlayer:not([src]){display:none}.metadata-overlay{position:absolute;top:10px;left:10px;background:#000c;padding:15px;border-radius:6px;font-family:Courier New,monospace;font-size:12px;line-height:1.6;white-space:pre-wrap;max-width:400px;pointer-events:none;display:none;z-index:10}.metadata-overlay.visible{display:block}.zoom-rect{position:absolute;border:2px solid #4a9eff;box-shadow:0 0 10px #4a9eff99,inset 0 0 10px #4a9eff33;pointer-events:none;z-index:5}.controls{display:flex;align-items:center;gap:15px;padding:15px;background:#282832cc;border-radius:8px;flex-wrap:wrap}.control-btn{width:40px;height:40px;border:none;background:#4a9eff33;color:#4a9eff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;min-width:40px;min-height:40px}.control-btn:hover{background:#4a9eff4d;transform:scale(1.05)}.time-display{font-size:14px;font-weight:500;color:#b0b0c0;font-family:Courier New,monospace;min-width:unset;white-space:nowrap}.seek-bar{flex:1;height:6px;border-radius:3px;background:#ffffff1a;outline:none;-webkit-appearance:none;appearance:none}.seek-bar::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#4a9eff;cursor:pointer;transition:transform .2s}.seek-bar::-webkit-slider-thumb:hover{transform:scale(1.2)}.seek-bar::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#4a9eff;cursor:pointer;border:none}.toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.toggle-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.metadata-section{display:flex;flex-direction:column;gap:15px;min-width:0}.metadata-panel{background:#282832cc;border-radius:8px;padding:20px;border:1px solid #3a3a4a;min-height:300px;display:flex;flex-direction:column;flex:1}.metadata-panel h2{font-size:16px;font-weight:600;color:#4a9eff;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.metadata-content{font-size:13px;line-height:1.6;color:#c0c0d0;flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.current-section{width:100%;max-height:100%;overflow:hidden;display:flex;flex-direction:column;flex:1 1 auto}.no-data{color:#707080;font-style:italic;text-align:center;padding:40px 20px;margin:auto}.timecode-display{text-align:center}.timecode-value{font-family:Courier New,monospace;font-size:28px;font-weight:700;color:#4a9eff;margin-bottom:10px}.timecode-raw{font-family:Courier New,monospace;font-size:11px;color:#808090}.data-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.frame-number{font-weight:600;color:#4a9eff}.json-content{font-family:Courier New,monospace;font-size:12px;background:#14141e99;padding:10px;border-radius:4px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.data-item{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.json-raw{flex:1 1 auto;min-height:0;overflow:auto}.json-raw .mono{display:block;white-space:pre-wrap;word-break:break-word;max-height:100%}.mono{font-family:Courier New,monospace;font-size:12px}.metadata-toggle-container{display:flex;gap:8px;margin-bottom:8px}.metadata-toggle-label{flex:1;padding:8px 12px;border-radius:4px;background:#1e1e2899;border:1px solid rgba(74,158,255,.15);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;transition:all .2s}.metadata-toggle-label input[type=radio]{position:absolute;opacity:0;pointer-events:none}.metadata-toggle-label:has(input:checked){background:#4a9eff33;border-color:#4a9eff66}.metadata-toggle-label:has(input:checked) span{color:#4a9eff;font-weight:500}.metadata-toggle-label:hover{background:#4a9eff26}.json-key{color:#9cdcfe}.json-string{color:#ce9178}.json-number{color:#b5cea8}.json-boolean,.json-null,.json-undefined{color:#569cd6}.json-bracket{color:gold}.json-punctuation{color:#d4d4d4}.json-invalid{color:#f48771}.json-content{display:inline;background:transparent}.json-collapsible{display:inline}.json-toggle{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#4a9eff33;border:1px solid rgba(74,158,255,.4);border-radius:3px;color:#4a9eff;font-family:Courier New,monospace;font-size:10px;font-weight:700;cursor:pointer;vertical-align:middle;transition:all .2s}.json-toggle:hover{background:#4a9eff4d;transform:scale(1.1)}.json-toggle:active{transform:scale(.95)}#status.loading:after{content:"";display:inline-block;margin-left:8px;vertical-align:middle;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.12);border-top-color:#4a9eff;animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.player-section,.metadata-section{min-width:0}.metadata-panel{box-sizing:border-box}.json-raw pre,.metadata-content pre,.mono{white-space:pre-wrap;word-break:break-word;max-width:100%;overflow:visible;display:block;max-height:none}#status{font-size:13px;color:#808090}.small-btn{padding:5px 10px;font-size:12px;background:#ff464633;color:#ff6b6b;border:1px solid #ff6b6b;border-radius:4px;cursor:pointer;transition:all .2s}.small-btn:hover{background:#ff46464d}@media(max-width:1200px){.player-section{grid-template-columns:1fr;padding:24px;gap:24px}.header-content{flex-direction:column;align-items:flex-start;padding:20px 24px}.file-controls{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:10px;margin-top:10px}.status-label{padding-left:24px;padding-right:24px}}@media(max-width:768px){.header-content{padding:16px}.player-section{padding:16px;gap:16px}.header-title h1{font-size:20px}.time-display{font-size:12px}.file-label,.export-btn{padding:8px 16px;font-size:13px}}@media(max-width:480px){.header-content{flex-direction:column;align-items:stretch}.header-title{width:100%;justify-content:space-between}.file-controls{flex-direction:column;align-items:stretch;margin-top:15px}.file-label,.export-btn,#fileName{width:100%;text-align:center;justify-content:center;max-width:none}.controls{gap:10px;padding:10px}.control-btn{width:36px;height:36px;min-width:36px;min-height:36px}.toggle-label{width:100%;justify-content:center;margin-top:5px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e1e2866}::-webkit-scrollbar-thumb{background:#4a9eff66;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a9eff99}
