:root{font-family:Inter,system-ui,sans-serif;color:#fff;background:#000}*{box-sizing:border-box}body,#root,.story-app{margin:0;width:100%;height:100dvh}.story-app{position:relative;overflow:hidden;background:#000}.camera-video{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;object-fit:cover;background:#000;transform:scaleX(-1);z-index:0}.game-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:linear-gradient(180deg,#00000073,#0003 40%,#0000008c)}.timer{font-size:64px;margin:4px 0;font-weight:800}.status{font-size:22px;margin:0}.start-btn,.consent button,.debug button{pointer-events:auto}.start-btn{width:100%;font-size:28px;border:0;border-radius:16px;padding:16px;background:#fff;color:#111;font-weight:700}.consent{background:#000000a6;padding:14px;border-radius:12px;pointer-events:auto}.error{color:#fecaca}.debug{font-size:12px;background:#00000080;padding:8px;border-radius:8px;pointer-events:auto}
