*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#0a0a0a;color:#e0e0e0;min-height:100vh}.hidden{display:none!important}#landing{display:flex;align-items:center;justify-content:center;min-height:100vh;position:relative}.landing-bg{position:fixed;inset:0;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e)}.landing-overlay{position:fixed;inset:0;background:#0006}.landing-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;text-align:center;color:#fff}.landing-logo{height:60px;margin-bottom:1.5rem;filter:invert(1)}.landing-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.landing-subtitle{color:#888;margin-bottom:2rem}.dataset-list{text-align:left;margin-bottom:2rem}.dataset-list h3{font-weight:600;margin-bottom:.5rem}.dataset-list ul{list-style:disc inside}.dataset-list a{color:#93c5fd;text-decoration:none}.dataset-list a:hover{color:#dbeafe;text-decoration:underline}.search-box{display:flex;width:100%;max-width:32rem;margin-bottom:1rem}.search-box input{flex:1;padding:.5rem 1rem;border-radius:.25rem 0 0 .25rem;background:#fff3;color:#fff;border:none;outline:none}.search-box input::placeholder{color:#d1d5db}.search-box input:focus{box-shadow:0 0 0 2px #93c5fd}.search-box button{padding:.5rem 1rem;background:#3b82f6;border:none;border-radius:0 .25rem .25rem 0;color:#fff;cursor:pointer}.search-box button:hover{background:#2563eb}.more-datasets{margin-top:1rem;max-width:32rem;width:100%}.more-datasets summary{cursor:pointer;color:#9ca3af}.more-datasets ul{list-style:disc inside;max-height:7rem;overflow-y:auto;word-break:break-all;text-align:left;margin-top:.5rem}.more-datasets a{color:#93c5fd}.more-datasets a:hover{color:#dbeafe;text-decoration:underline}.local-section{margin-top:2rem;width:100%;max-width:28rem}.drop-zone{border:2px dashed rgba(255,255,255,.3);border-radius:12px;padding:2rem;text-align:center;transition:all .2s;background:#ffffff08}.drop-zone:hover,.drop-zone.dragover{border-color:#93c5fd;background:#93c5fd1a}.drop-zone-icon{font-size:2.5rem;margin-bottom:.5rem}.drop-zone-text{font-size:1rem;color:#d1d5db;margin-bottom:.5rem}.drop-zone-or{color:#6b7280;font-size:.85rem;margin:.75rem 0}.drop-zone-files{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.drop-zone-status{margin-top:1rem;font-size:.85rem;color:#9ca3af;min-height:1.2em}.file-btn{display:inline-block;padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;font-size:.85rem;color:#d1d5db;transition:all .2s}.file-btn:hover{background:#ffffff26;border-color:#ffffff4d}.file-btn input{display:none}.file-btn.selected{background:#4a9eff33;border-color:#4a9eff;color:#93c5fd}.file-btn-json{border-color:#555;color:#aaa}.file-btn-json:hover{border-color:#4a9eff}.load-no-json-btn{margin-top:1rem;padding:.6rem 1.5rem;background:#3b82f6;border:none;border-radius:6px;color:#fff;font-size:.9rem;cursor:pointer;transition:background .2s}.load-no-json-btn:hover{background:#2563eb}#file-select{text-align:center;padding:40px}#file-select h2{color:#aaa}#status{margin-top:10px;color:#888}#viewer{padding:1rem}#viewer-layout{display:flex;gap:1rem;justify-content:center;align-items:flex-start;max-width:100vw;overflow:hidden}#viewer-video{flex:0 0 auto}.mode-desktop #viewer-video{flex:1;min-width:0}#video-container{position:relative;background:#000}#video{display:block;background:#000;border-radius:8px}.mode-mobile #video{max-height:85vh;max-width:30vw}.mode-desktop #video{width:100%;max-width:960px;max-height:540px}#loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:100;pointer-events:none}#desktop-overlay{display:block;background:#1a1a1a}#desktop-info-panel{display:flex;gap:30px;padding:15px;background:#2a2a2a;font-family:monospace}#desktop-info-panel>div span{color:#4a9eff}#mouse-mode{display:flex;align-items:center;gap:10px}#mouse-mode label{display:flex;align-items:center;gap:4px;cursor:pointer}#mouse-mode input[type=radio]{cursor:pointer}#recenter-interval{width:60px;padding:2px 4px;border:1px solid #555;border-radius:4px;background:#333;color:#fff;text-align:right}#recenter-interval:disabled{opacity:.4;cursor:not-allowed}#recenter-label:has(#recenter-interval:disabled){opacity:.5}#phone-frame{flex:0 1 auto;display:flex;align-items:stretch;position:relative;max-height:85vh;max-width:30vw;overflow:hidden}#viewer-touch{flex:1 1 auto;min-width:0;overflow:hidden}#touch-canvas{display:block;background:#111;border-radius:8px 0 0 8px;border:1px solid #222;border-right:none;max-width:100%;max-height:100%}#hardware-buttons{display:flex;flex-direction:column;justify-content:flex-start;padding:0;flex:0 0 auto;width:14px;background:#1a1a1a;border-radius:0 8px 8px 0;border:1px solid #222;border-left:none;position:relative}.hw-btn{background:#2a2a2a;border:1px solid #333;border-left:none;border-right:none;cursor:default;position:absolute;transition:background .1s,box-shadow .1s;width:100%;height:6%;right:0;left:0}#btn-volume-up{top:18%;border-radius:0 4px 4px 0}#btn-volume-down{top:26%;border-radius:0 4px 4px 0}#btn-power{top:38%;height:12%;border-radius:0 4px 4px 0}.hw-btn.active{background:#e74c3c;border-color:#c0392b;box-shadow:0 0 8px #e74c3c99}#phone-frame.rotation-1{flex-direction:column-reverse}#phone-frame.rotation-1 #viewer-touch{min-height:0}#phone-frame.rotation-1 #touch-canvas{border-radius:0 0 8px 8px;border:1px solid #222;border-top:none}#phone-frame.rotation-1 #hardware-buttons{flex-direction:row;width:100%;height:14px;border-radius:8px 8px 0 0;border:1px solid #222;border-bottom:none}#phone-frame.rotation-1 .hw-btn{width:6%;height:100%;inset:0 auto;border-top:none;border-bottom:none;border-left:1px solid #333;border-right:1px solid #333}#phone-frame.rotation-1 #btn-volume-up{left:18%;top:0;border-radius:0 0 4px 4px}#phone-frame.rotation-1 #btn-volume-down{left:26%;top:0;border-radius:0 0 4px 4px}#phone-frame.rotation-1 #btn-power{left:38%;top:0;width:12%;height:100%;border-radius:0 0 4px 4px}#phone-frame.rotation-2{flex-direction:row-reverse}#phone-frame.rotation-2 #touch-canvas{border-radius:0 8px 8px 0;border:1px solid #222;border-left:none}#phone-frame.rotation-2 #hardware-buttons{border-radius:8px 0 0 8px;border:1px solid #222;border-right:none}#phone-frame.rotation-2 .hw-btn{left:0;right:0;border-left:none;border-right:none}#phone-frame.rotation-2 #btn-volume-up,#phone-frame.rotation-2 #btn-volume-down,#phone-frame.rotation-2 #btn-power{border-radius:4px 0 0 4px}#phone-frame.rotation-3{flex-direction:column}#phone-frame.rotation-3 #viewer-touch{min-height:0}#phone-frame.rotation-3 #touch-canvas{border-radius:8px 8px 0 0;border:1px solid #222;border-bottom:none}#phone-frame.rotation-3 #hardware-buttons{flex-direction:row;width:100%;height:14px;border-radius:0 0 8px 8px;border:1px solid #222;border-top:none}#phone-frame.rotation-3 .hw-btn{width:6%;height:100%;inset:0 auto;border-top:none;border-bottom:none;border-left:1px solid #333;border-right:1px solid #333}#phone-frame.rotation-3 #btn-volume-up{right:18%;left:auto;top:0;border-radius:4px 4px 0 0}#phone-frame.rotation-3 #btn-volume-down{right:26%;left:auto;top:0;border-radius:4px 4px 0 0}#phone-frame.rotation-3 #btn-power{right:38%;left:auto;top:0;width:12%;height:100%;border-radius:4px 4px 0 0}#mobile-info-bar{display:flex;gap:2rem;padding:.6rem 1rem;margin-top:.8rem;background:#141414;border-radius:6px;font-size:.85rem;color:#aaa;justify-content:center}#right-panel{flex:0 0 320px;max-width:360px;display:flex;flex-direction:column;gap:.6rem;max-height:85vh;flex-shrink:0}.mode-desktop #right-panel{width:360px;min-width:300px;max-height:calc(100vh - 4rem);gap:12px}#instruction-box{background:#1a1a1a;border-radius:8px;border:1px solid #222;overflow:hidden;flex-shrink:0}#instruction-header{padding:.7rem 1rem;font-weight:600;font-size:.95rem;color:#ccc;border-bottom:1px solid #222;background:#141414}#instruction-text{padding:.8rem 1rem;font-size:.95rem;color:#ddd;line-height:1.5;white-space:pre-wrap;word-break:break-word}#instruction-text.placeholder{color:#555;font-style:italic}#chat-panel{display:flex;flex-direction:column;background:#1a1a1a;border-radius:8px;border:1px solid #222;overflow:hidden;flex:1;min-height:0}#chat-header{padding:.7rem 1rem;font-weight:600;font-size:.95rem;color:#ccc;border-bottom:1px solid #222;background:#141414;flex-shrink:0}#chat-messages{flex:1;overflow-y:auto;padding:.8rem;display:flex;flex-direction:column;gap:.6rem;min-height:0}.chat-bubble{background:#1a2a3a;border-radius:12px 12px 12px 4px;padding:.6rem .8rem;max-width:90%;animation:chatFadeIn .3s ease}.chat-bubble-time{font-size:.85rem;color:#4a9eff;margin-bottom:.2rem;font-variant-numeric:tabular-nums}.chat-bubble-text{font-size:.95rem;color:#ddd;line-height:1.4;white-space:pre-wrap;word-break:break-word}@keyframes chatFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#chat-messages::-webkit-scrollbar{width:5px}#chat-messages::-webkit-scrollbar-track{background:transparent}#chat-messages::-webkit-scrollbar-thumb{background:#333;border-radius:3px}#chat-messages::-webkit-scrollbar-thumb:hover{background:#555}#info-panels{display:flex;gap:1rem;margin-top:.8rem;justify-content:center;flex-shrink:0}#info-panels>div,#info-panels>details{background:#141414;border-radius:6px;padding:.8rem 1rem;min-width:220px}.placeholder{color:#555;font-size:.85rem}.section-title{font-weight:600;color:#aaa;margin-bottom:.3rem;font-size:.8rem}#device-info{font-size:.85rem;line-height:1.6}#window-info{font-family:monospace;font-size:.8rem;line-height:1.6}#window-info .title{color:#4a9eff;word-break:break-all}#window-info .coords{color:#888}#mcap-info{font-family:monospace;font-size:.75rem;line-height:1.5;max-height:400px;overflow-y:auto}.topic-row{display:flex;justify-content:space-between;font-size:.85rem;padding:2px 0}.topic-name{color:#ccc}.topic-count{color:#888}.time-range{font-size:.8rem;color:#777;margin-top:.3rem}#usage-hint-mobile,#usage-hint-desktop{margin-top:.8rem;padding:.6rem 1rem;background:#141414;border-radius:6px;font-size:.8rem;color:#666;text-align:center;flex-shrink:0}#usage-hint-mobile p,#usage-hint-desktop p{margin:.2rem 0}#usage-hint-desktop strong,#usage-hint-mobile strong{color:#999}#dataset-link{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:6px;overflow:hidden;border:1px solid #3a3a5a}#dataset-link a{display:flex;align-items:center;gap:8px;padding:10px 14px;color:#e0e0e0;text-decoration:none;font-size:13px;font-weight:500;transition:background .2s}#dataset-link a:hover{background:#ffffff0d}#dataset-link .hf-icon{font-size:16px}#dataset-link #dataset-link-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#dataset-link .external-icon{color:#6b7280;font-size:12px}#file-section>ul{max-height:300px;overflow-y:auto;padding:0;margin:0;list-style:none}#file-section ul{padding-left:12px;margin:0;list-style:none}#file-section details{margin:2px 0}#file-section summary{cursor:pointer;padding:4px 8px;background:#2a2a2a;border-radius:4px;font-size:.85em;color:#9ca3af}#file-section summary:hover{background:#333}#file-section li{padding:5px 10px;margin:2px 0;background:#333;border-radius:4px;cursor:pointer;font-size:.8em;word-break:break-all}#file-section li:hover{background:#444}#file-section li.active{background:#4a9eff}#file-section li.loading:after{content:"  Loading...";color:#fbbf24;font-weight:600}@media(max-width:1200px){#viewer-layout{flex-direction:column}#right-panel{width:100%;max-width:none;max-height:none}}
