html,body{margin:0;padding:0;overflow:hidden;height:100%;background:#9edcff}canvas{display:block}.debug-panel{position:fixed;top:64px;left:50%;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:calc(100vw - 24px);max-width:640px;z-index:10}.debug-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:84px;min-height:84px;padding:10px 14px;border:none;border-radius:20px;background:#fffffff2;box-shadow:0 3px 8px #00000038;cursor:pointer;font-size:15px;font-weight:700;color:#33302b}.debug-button:active{transform:scale(.95)}.debug-button[hidden]{display:none}.debug-button-icon{width:40px;height:40px}.needs-indicator{position:fixed;top:0;left:0;width:36px;height:36px;transform:translate(-9999px,-9999px);pointer-events:none;z-index:5;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}.caption-bar{position:fixed;left:12px;right:104px;bottom:16px;background:#fffffff7;color:#33302b;font-size:clamp(22px,4.5vw,34px);font-weight:800;line-height:1.3;padding:16px 20px;border-radius:20px;box-shadow:0 3px 10px #00000040;text-align:center;pointer-events:none;z-index:15}.caption-bar[hidden]{display:none}.caption-word{border-radius:6px;padding:0 2px}.caption-word-active{background:#ffe28a;color:#8a5300}.eyes-overlay{position:fixed;top:0;left:0;display:flex;align-items:center;gap:10px;pointer-events:none;z-index:6}.eyes-overlay span{width:11px;height:4px;border-radius:2px;background:#2b2b2b}.sleep-indicator{position:fixed;top:0;left:0;width:34px;height:34px;transform:translate(-9999px,-9999px);pointer-events:none;z-index:5;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25));animation:sleep-bob 2s ease-in-out infinite}@keyframes sleep-bob{0%,to{margin-top:0}50%{margin-top:-6px}}.parent-mode-button{position:fixed;top:12px;right:12px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffd9;box-shadow:0 2px 6px #0003;font-size:20px;line-height:1;cursor:pointer;z-index:20}.parent-mode-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:30}.parent-mode-overlay[hidden]{display:none}.parent-mode-panel{background:#fff;color:#33302b;border-radius:16px;padding:24px;width:min(320px,86vw);box-shadow:0 8px 24px #0000004d;display:flex;flex-direction:column;gap:12px}.parent-mode-panel h2{margin:0 0 4px;font-size:18px}.parent-mode-pin-input{font-size:22px;letter-spacing:8px;text-align:center;padding:10px;border-radius:10px;border:1px solid #ccc}.parent-mode-error{color:#c0392b;font-size:13px;margin:0}.parent-mode-toggle{display:flex;align-items:center;gap:8px;font-size:15px}.parent-mode-hint{font-size:13px;color:#666;margin:0}.parent-mode-primary,.parent-mode-secondary{padding:10px 14px;border-radius:10px;border:none;font-weight:700;cursor:pointer}.parent-mode-primary{background:#33302b;color:#fff}.parent-mode-secondary{background:#eee;color:#33302b}.mic-button{position:fixed;right:16px;bottom:16px;width:76px;height:76px;border:none;border-radius:50%;background:#ff6b6b;color:#fff;box-shadow:0 4px 10px #0000004d;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mic-button svg{width:36px;height:36px}.mic-button-listening{background:#2ecc71;animation:mic-pulse 1s ease-in-out infinite}@keyframes mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}
