:root{--bg: #0e1116;--surface: #171b22;--surface-2: #1f242d;--border: #2a313c;--text: #e6e9ef;--muted: #9aa4b2;--accent: #6d8bff;--accent-hover: #859dff;--ok: #2ecc71;--warn: #f1c40f;--wait: #6b7686}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font:15px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#app{height:100%}.btn,.btn-primary{font:inherit;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:.5rem .9rem;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,transform .05s}.btn:hover{border-color:var(--accent)}.btn:active,.btn-primary:active{transform:translateY(1px)}.btn-sm{padding:.35rem .7rem;font-size:.85rem}.btn-primary{background:var(--accent);border-color:var(--accent);color:#0b1020;font-weight:600;display:inline-block}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-lg{padding:.7rem 1.4rem;font-size:1.05rem}.landing{height:100%;display:grid;place-items:center;padding:1.5rem}.card{max-width:30rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem;text-align:center}.card h1{margin:0 0 .25rem;font-size:1.9rem}.tagline{margin:0 0 1.25rem;color:var(--text);font-size:1.1rem}.blurb{color:var(--muted);margin:0 0 1.75rem}.room{height:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.brand{font-weight:700}.share{display:flex;gap:.5rem;flex:1;min-width:14rem;max-width:30rem}.share-url{flex:1;font:inherit;background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:8px;padding:.5rem .7rem;min-width:0}.status{display:flex;gap:.5rem;flex-wrap:wrap}.pill{font-size:.8rem;padding:.3rem .65rem;border-radius:999px;border:1px solid var(--border);white-space:nowrap}.pill:before{content:"";display:inline-block;width:.5rem;height:.5rem;border-radius:50%;margin-right:.4rem;vertical-align:middle;background:var(--wait)}.pill-ok:before{background:var(--ok)}.pill-warn:before{background:var(--warn)}.stage{flex:1;display:grid;place-items:center;padding:1.5rem;position:relative}.stage.dragging:after{content:"Drop your video to load it";position:absolute;top:.75rem;right:.75rem;bottom:.75rem;left:.75rem;border:2px dashed var(--accent);border-radius:16px;display:grid;place-items:center;color:var(--accent);background:#6d8bff14;pointer-events:none}.picker{max-width:32rem;text-align:center}.picker h2{margin:0 0 .5rem}.picker p{color:var(--muted);margin:0 0 1.25rem}.peer-file{margin-top:1rem!important;color:var(--accent)!important;min-height:1.2em}.hint{font-size:.85rem;margin-top:1.25rem!important}.player{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:.75rem}.video{width:100%;max-height:calc(100vh - 9rem);background:#000;border-radius:12px;border:1px solid var(--border)}.subbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tag{font-size:.85rem;color:var(--text)}.tag.muted{color:var(--muted)}.notice{text-align:center;color:var(--muted)}.notice h2{color:var(--text)}.hidden{display:none!important}.compat{position:relative;margin:0 0 12px;padding:14px 40px 14px 16px;border:1px solid var(--border);border-left-width:3px;border-radius:10px;background:var(--surface-2)}.compat-warn{border-left-color:var(--warn)}.compat-info{border-left-color:var(--accent)}.compat-title{font-weight:600;margin-bottom:4px}.compat-body{color:var(--muted);font-size:14px}.compat-body a{color:var(--accent)}.compat-actions:not(:empty){margin-top:10px}.compat-x{position:absolute;top:8px;right:10px;border:0;background:transparent;color:var(--muted);font-size:20px;line-height:1;cursor:pointer}.compat-x:hover{color:var(--text)}.compat-progress{margin-top:10px;height:6px;border-radius:999px;background:var(--surface);overflow:hidden}.compat-bar{height:100%;width:0;background:var(--accent);transition:width .2s ease}.resume{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 16px;padding:12px 14px;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:10px;background:var(--surface-2);text-align:left}.resume-text{color:var(--text);font-size:14px}.resume-btn{white-space:nowrap}.clear-data{margin-top:18px;font:inherit;font-size:12px;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:8px;padding:5px 12px;cursor:pointer}.clear-data:hover{color:var(--text)}.clear-data:disabled{cursor:default;opacity:.8}.peer-status{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 20px;border-bottom:1px solid var(--border);background:var(--surface)}.peer-status-label{color:var(--muted);font-size:13px}.chip{font-size:12px;padding:3px 9px;border-radius:999px;border:1px solid var(--border);white-space:nowrap}.chip-ok{color:var(--ok);border-color:color-mix(in srgb,var(--ok) 40%,var(--border))}.chip-off{color:var(--muted)}.audio-ctl{display:inline-flex;align-items:center;gap:8px}.audio-vol{width:110px;accent-color:var(--accent);cursor:pointer}#audio-mute{min-width:34px;line-height:1}
