:root{--bg: #0e1014;--surface: #171a21;--border: #262b36;--text: #e6e9ef;--muted: #8b94a7;--accent: #7aa2f7;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.app{height:100%;height:100dvh;display:flex;flex-direction:column}.header{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.header h1{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.tagline{margin:.2rem 0 0;font-size:.85rem;color:var(--muted)}.panes{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:1px;background:var(--border)}@media(max-width:820px){.panes{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}}.pane{background:var(--bg);min-height:0;overflow:hidden;display:flex}.placeholder{flex:1;margin:1rem;border:1px dashed var(--border);border-radius:10px;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem}.placeholder__label{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.placeholder__note{font-size:.72rem;color:var(--accent);opacity:.75}.footer{padding:.75rem 1.5rem;border-top:1px solid var(--border)}.status{font-size:.75rem;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.transcript{flex:1;min-height:0;margin:0;padding:.5rem 0;list-style:none;overflow-y:auto}.line{display:block}.line__time{flex:none;min-width:3.5rem;text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--accent);opacity:.85}.line__text{font-size:.9rem;line-height:1.55;color:var(--text)}.player{flex:1;min-width:0;border:0;background:#000}.line__button{display:flex;gap:.75rem;align-items:baseline;width:100%;padding:.35rem 1rem;border:0;background:none;font:inherit;text-align:left;color:inherit;cursor:pointer}.line__button:hover{background:var(--surface)}.line__button:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.pane--transcript{flex-direction:column}.search{flex:none;margin:.75rem 1rem .25rem;padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font:inherit;font-size:.85rem}.search::placeholder{color:var(--muted)}.search:focus-visible{outline:2px solid var(--accent);outline-offset:-1px;border-color:transparent}.results{flex:none;padding:0 1rem .4rem;font-size:.72rem;color:var(--muted);font-variant-numeric:tabular-nums}.empty{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;color:var(--muted);font-size:.85rem;line-height:1.6}mark{background:#7aa2f747;color:var(--text);border-radius:2px;padding:0 .1em}@media(max-width:820px){.pane--video{aspect-ratio:16 / 9}.header{padding:.85rem 1rem .7rem}.header h1{font-size:1rem}.line__button{padding:.65rem 1rem}.line__time{min-width:3rem}.search{font-size:16px;padding:.6rem .7rem}}
