.debate-live-recording-layer { position: fixed; z-index: 25; right: 1rem; bottom: 1rem; width: min(30rem, calc(100vw - 2rem)); pointer-events: none; }
.debate-live-recording { pointer-events: auto; display: grid; gap: .6rem; padding: 1rem; border: 1px solid var(--line, #cbd5e1); border-radius: 1rem; background: var(--surface, #fff); box-shadow: 0 .75rem 2rem rgb(15 23 42 / .16); }
.debate-live-recording__warning { margin: 0; color: #92400e; font-size: .86rem; }
.debate-live-recording label { display: grid; gap: .3rem; font-size: .84rem; font-weight: 600; }
.debate-live-recording input, .debate-live-recording textarea { width: 100%; font: inherit; }
.debate-live-recording__consent { display: flex; gap: .45rem; align-items: flex-start; }
.debate-live-recording__entry { display: grid; gap: .4rem; }
.debate-live-recording__pending { margin: 0; padding: .55rem; background: #fff7ed; color: #9a3412; border-radius: .5rem; }
.debate-live-recording__approved { max-height: 8rem; overflow: auto; margin: 0; padding-left: 1.2rem; font-size: .82rem; }
.debate-live-recording__actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.debate-live-recording button { min-height: 2.25rem; padding: .45rem .75rem; border: 1px solid var(--line, #cbd5e1); border-radius: .6rem; background: transparent; cursor: pointer; }
.debate-live-recording button.is-primary { color: #fff; background: #1d4ed8; border-color: #1d4ed8; }
.debate-live-recording button:disabled { opacity: .5; cursor: not-allowed; }
.debate-live-recording__help { color: #475569; }
.debate-live-recording__error { margin: 0; color: #b91c1c; }
@media (max-width: 430px) { .debate-live-recording-layer { right: .5rem; bottom: .5rem; width: calc(100vw - 1rem); } }
@media (forced-colors: active) { .debate-live-recording { border: 2px solid CanvasText; box-shadow: none; } .debate-live-recording button.is-primary { background: Highlight; color: HighlightText; } }
@media print { .debate-live-recording-layer, .debate-live-recording-launcher { display: none !important; } }
