.playback-console{height:calc(100vh - 74px);display:grid;grid-template-columns:250px 1fr;border:1px solid var(--line);background:#080f12}.playback-sidebar{padding:.8rem;border-right:1px solid var(--line);overflow:auto}.playback-title{display:flex;gap:.6rem;align-items:center;margin-bottom:1rem}.playback-title>a{font-size:1.2rem}.playback-title div{display:grid}.playback-title small{color:var(--muted);font-size:.7rem}.playback-sidebar form{display:grid;gap:.7rem}.record-summary{display:grid;gap:.2rem;border-top:1px solid var(--line);margin-top:1rem;padding-top:1rem;font-size:.8rem}.record-summary span{color:var(--muted);font-size:.72rem}.playback-workspace{min-width:0;display:grid;grid-template-rows:42px minmax(0,1fr) 105px;background:#05090b}.playback-bar{display:flex;align-items:center;gap:1rem;padding:.4rem .7rem;border-bottom:1px solid var(--line)}.playback-bar span{margin-left:auto;color:var(--muted);font-size:.72rem}.playback-bar button{width:30px;padding:.25rem}.playback-screen{position:relative;min-height:0;display:grid;place-items:center}.playback-screen video{display:none;width:100%;height:100%;object-fit:contain}.playback-screen.playing video{display:block}.playback-screen.playing .playback-empty{display:none}.playback-empty{color:#4d5d62;font-size:.8rem}.timeline-wrap{padding:.5rem 1rem;background:#111a1e;border-top:1px solid var(--line)}.timeline-hours{position:relative;height:20px;color:#7e9096;font-size:.62rem}.timeline-hours span{position:absolute;transform:translateX(-50%)}.recording-timeline{position:relative;height:30px;background:#202d32;border-radius:4px;overflow:hidden}.timeline-segment{position:absolute;top:5px;height:20px;padding:0;border-radius:2px;background:#2b9f8c;border:0}.timeline-segment:hover,.timeline-segment.active{background:#65e0c7}.timeline-legend{display:flex;justify-content:space-between;margin-top:.45rem;color:var(--muted);font-size:.65rem}.timeline-legend span{display:flex;align-items:center;gap:.35rem}.timeline-legend i{width:10px;height:5px;background:#2b9f8c}.timeline-legend em{font-style:normal}@media(max-width:800px){.playback-console{grid-template-columns:200px 1fr}}
