:root{color:#f4f4f4;background:#111;font-family:system-ui,sans-serif;--app-height: 100dvh;--app-safe-top: env(safe-area-inset-top, 0px);--app-safe-bottom: env(safe-area-inset-bottom, 0px);--app-safe-left: env(safe-area-inset-left, 0px);--app-safe-right: env(safe-area-inset-right, 0px)}html,body,#root{margin:0;height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh);width:100%}.page{height:100%;max-height:100%;display:flex;flex-direction:column;background:#111;position:relative;overflow:auto}.page.setup{padding-bottom:0}.page.note{overflow:hidden}.page.recording{padding-bottom:calc(56px + var(--app-safe-bottom))}.center{align-items:center;justify-content:center;padding:24px}.consent{padding:24px;display:flex;flex-direction:column;gap:16px}.video-full{position:relative;flex:1 1 auto;min-height:0;background:#000}.video-pip{position:relative;flex:0 0 auto;height:min(22vh,128px);max-height:28%;background:#000}video{width:100%;height:100%;object-fit:contain;background:#000}.grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;font-weight:600;z-index:9}.board-main{position:relative;flex:1 1 auto;min-height:0;padding:8px;overflow:hidden}.banner{position:absolute;left:8px;right:8px;top:8px;z-index:5;background:#b41414b8;color:#fff;padding:10px 12px;border-radius:8px;pointer-events:none}.stage-status{position:absolute;left:8px;right:8px;top:8px;z-index:8;max-height:34%;overflow:auto;pointer-events:none}.stage-status p{margin:0 0 6px;background:#141414c7;color:#eee;padding:8px 10px;border-radius:8px;font-size:14px}.stage-status .link{pointer-events:auto}.dock{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;align-items:center;flex-shrink:0}button{min-height:44px;padding:0 14px;border-radius:10px;border:0;font-size:16px}.rec-on{background:#d22;color:#fff}.rec-off{background:#555;color:#ddd}.hint{color:#f6c;font-size:14px}.muted{color:#bbb;padding:0 12px}button.link{background:transparent;color:#9cf;min-height:36px;font-size:14px;text-decoration:underline;padding:0 8px}.about-card{position:absolute;left:12px;right:12px;bottom:96px;z-index:20;padding:12px;background:#1c1c1c;border-radius:10px}.rec-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:108px;line-height:1.15;padding:8px 10px}.rec-dot{width:16px;height:16px;border-radius:50%;background:#888}.rec-on .rec-dot{background:#e33}.rec-off .rec-dot{background:#777}.rec-sub{font-size:11px;font-weight:650;max-width:10.5em;text-align:center;color:#eee}.app-version{flex-shrink:0;text-align:center;font-size:11px;line-height:14px;color:#8a8a8a;padding:2px 8px calc(4px + var(--app-safe-bottom));pointer-events:none;-webkit-user-select:none;user-select:none}.dock .app-version{padding:0 8px;margin-left:auto}.page.note-only{overflow:hidden}.note-form{flex:1 1 auto;min-height:0;max-height:none;display:flex;flex-direction:column;gap:10px;padding:16px 16px 8px;padding-bottom:calc(12px + var(--app-safe-bottom));background:#111}.note-form-scroll{overflow:auto;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:12px;-webkit-overflow-scrolling:touch}.note-form label{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#ccc}.note-form input,.note-form textarea{min-height:44px;border-radius:8px;border:0;background:#222;color:#eee;padding:10px 12px;font-size:16px}.note-form textarea{min-height:88px;resize:vertical}.note-form-actions{flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:8px;position:sticky;bottom:0;background:#111}.note-form-actions button{min-height:44px;font-size:15px}.spinner{width:22px;height:22px;margin-right:8px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading{gap:8px}
