*{box-sizing:border-box}body{margin:0;background:#101820;color:#f5f7fa;font:16px system-ui,sans-serif}header{display:flex;align-items:center;gap:20px;padding:12px 20px}a{color:#f5c367;text-underline-offset:4px}header a{font-size:24px;font-weight:800;text-decoration:none}main{height:calc(100vh - 250px);height:calc(100dvh - 250px);min-height:240px;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden}#stage{border:0;border-radius:0;flex:none;max-width:100%;max-height:100%}nav{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:12px 16px}button{font:inherit;padding:10px 14px;border:1px solid #7c8997;border-radius:6px;background:#1f2e3c;color:#fff;cursor:pointer;min-height:44px}button:disabled{opacity:.45;cursor:default}:focus-visible{outline:3px solid #f5c367;outline-offset:3px}#branches{display:contents}#slide-status{font-size:14px}aside{text-align:center;padding:10px 16px 18px}aside strong{display:block}aside div{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap;margin:10px 0}.primary{padding:10px 16px;border-radius:6px;background:#f5c367;color:#101820;font-weight:700;text-decoration:none}small{font-size:14px;color:#c5cdd6}body.presenting header,body.presenting aside{display:none}body.presenting main{height:calc(100vh - 76px);height:calc(100dvh - 76px)}@media(max-width:650px){header{font-size:14px}main{height:calc(100dvh - 340px);min-height:210px}nav{gap:8px}#slide-status{width:100%;text-align:center;order:2}aside div{gap:12px}body.presenting main{height:calc(100dvh - 140px)}}
