:root{--bg: #0f1419;--card: #1a222c;--card-2: #232d3a;--text: #e6edf3;--muted: #93a1b0;--accent: #4ea8de;--accent-2: #2b6f9c;--error: #ff6b6b;--ok: #5fd38a;color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}h1{font-size:1.25rem;margin:0}h2{font-size:1.05rem;margin:0}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:1rem}.login{width:min(360px,100%)}.login label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}.login input{padding:.6rem .7rem;border-radius:8px;border:1px solid var(--card-2);background:var(--bg);color:var(--text);font-size:1rem}.app{max-width:1100px;margin:0 auto;padding:1rem}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 1rem}.grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:900px){.grid{grid-template-columns:3fr 2fr;align-items:start}.grid>.card:first-child{grid-column:1 / -1}}.card{background:var(--card);border:1px solid var(--card-2);border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.section-head{display:flex;align-items:center;justify-content:space-between}.player{width:100%;aspect-ratio:16 / 9;background:#000;border-radius:10px}button{cursor:pointer;border:none;border-radius:8px;padding:.6rem .9rem;font-size:.95rem;background:var(--accent);color:#05131d;font-weight:600}button:disabled{opacity:.6;cursor:default}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--card-2);font-weight:500}.badge{font-size:.75rem;padding:.2rem .55rem;border-radius:999px;background:var(--card-2);color:var(--muted)}.badge.playing{background:#5fd38a26;color:var(--ok)}.badge.error{background:#ff6b6b26;color:var(--error)}.error{color:var(--error);font-size:.85rem;margin:0}.hint{color:var(--muted);font-size:.85rem;margin:0}.timelapse-list{list-style:none;margin:0;padding:0;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.timelapse-list li{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .7rem;border-radius:8px;background:var(--card-2);cursor:pointer}.timelapse-list li.active{outline:2px solid var(--accent)}.timelapse-list .name{font-weight:600;font-size:.9rem}.timelapse-list .meta{color:var(--muted);font-size:.75rem}.preview{display:flex;flex-direction:column;gap:.4rem}.preview-img{width:100%;max-height:60vh;object-fit:contain;background:#000;border-radius:10px}.thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.4rem;max-height:340px;overflow-y:auto}.thumb{padding:0;border:1px solid var(--card-2);border-radius:8px;overflow:hidden;background:var(--card-2);aspect-ratio:4 / 3;cursor:pointer}.thumb.active{outline:2px solid var(--accent)}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb-video{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.7rem;color:var(--muted);padding:.25rem;text-align:center;word-break:break-all}
