:root{--bg: #0d1117;--surface: #161b22;--surface-2: #1f2630;--border: #2b333d;--text: #e6edf3;--muted: #8b949e;--primary: #2f81f7;--accept: #2ea043;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;font-size:15px;line-height:1.5}h1,h2,h3{margin:0;line-height:1.2}.muted{color:var(--muted);margin:.25rem 0 0;font-size:.9rem}.screen{height:100%;display:flex;flex-direction:column}.btn{border:1px solid transparent;border-radius:8px;padding:.6rem 1rem;font-size:.95rem;font-weight:600;color:var(--text);background:var(--surface-2);cursor:pointer}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--primary)}.btn--ghost{background:transparent;border-color:var(--border)}.btn--lg{padding:.85rem 1.75rem;font-size:1rem}.incall__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface)}.incall__timer{font-variant-numeric:tabular-nums;font-size:1.1rem;color:var(--muted)}.incall__stage{flex:1;position:relative;background:#000;min-height:0;overflow:hidden}.incall__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.incall__novideo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center;padding:2rem;background:#000}.incall__novideo p:first-child{font-size:1.1rem;font-weight:600;margin:0}.incall__novideo .muted{max-width:46ch}.incall__controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem;border-top:1px solid var(--border);background:var(--surface);flex-wrap:wrap}.alert{border-radius:8px;padding:.75rem .9rem;font-size:.87rem;margin:0}.alert--error{background:#da363326;border:1px solid rgba(218,54,51,.4)}.enabled{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.5rem;border-radius:8px;background:#2ea04326;border:1px solid var(--accept);font-weight:600}.enabled__check{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accept);font-size:.85rem;flex-shrink:0}
