:root{--bg: #0f1419;--fg: #f5f7fa;--accent: #4f6bed;--danger: #c4314b;font-family:-apple-system,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);min-height:100vh;touch-action:manipulation}main{max-width:1100px;margin:0 auto;padding:4vh 5vw}h1{font-size:2rem;font-weight:600}#status{font-size:1.25rem;opacity:.85;min-height:1.6em}.controls{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.btn{font-size:1.4rem;padding:1.1rem 2rem;border:none;border-radius:14px;background:#2a313c;color:var(--fg);cursor:pointer;min-width:12rem;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.btn:disabled{opacity:.4;cursor:not-allowed}.btn.small{font-size:1rem;padding:.6rem 1.2rem;min-width:auto}.btn.primary{background:var(--accent)}.btn.danger{background:var(--danger)}.home-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid #2a313c;padding-bottom:1rem}.clock{font-size:1.5rem;opacity:.9;font-variant-numeric:tabular-nums}.meetings-head{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.meetings{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.meeting{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#1b212a;border-radius:12px;padding:1rem 1.25rem}.meeting.in-progress{border-left:4px solid var(--accent)}.meeting-time{font-size:1.1rem;opacity:.8;font-variant-numeric:tabular-nums}.meeting-subject{font-size:1.35rem;font-weight:600}.speed-dial{display:flex;flex-wrap:wrap;gap:.75rem;max-width:420px;margin-bottom:.5rem}.btn.speed{background:#243042;border:1px solid var(--accent);min-width:auto;font-size:1.15rem;padding:.9rem 1.4rem}.dial-display{width:100%;max-width:420px;font-size:2.2rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid #2a313c;background:#1b212a;color:var(--fg);margin:1rem 0;font-variant-numeric:tabular-nums}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:420px}.keypad .key{min-width:auto;font-size:1.8rem;padding:1.2rem 0}.stage{position:relative;width:100%;height:72vh;background:#000;border-radius:14px;overflow:hidden;margin:.5rem 0 1rem}.remote-stage{width:100%;height:100%;display:grid;grid-auto-flow:column;grid-auto-columns:1fr}.self-pip{position:absolute;right:16px;bottom:16px;width:22%;max-width:240px;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;border:2px solid var(--accent);background:#111;box-shadow:0 4px 14px #00000080}.stage-video,.stage-video video{width:100%;height:100%;object-fit:cover}
