dialog.holoterminal-view { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 20px; border: 0; border-radius: 0; background: #06131e; color: #d2eee8; box-sizing: border-box; }
dialog.holoterminal-view[open] { display: flex; flex-direction: column; gap: 12px; }
.holoterminal-view > header, .holoterminal-view > footer { position: static; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex: 0 0 auto; }
.holoterminal-view h2 { margin: 0; font: 600 20px system-ui; }
.holoterminal-view canvas { display: block; min-height: 0; flex: 1 1 0; width: 100%; object-fit: contain; }
.holoterminal-view button { color: #d2eee8; background: #15333e; border: 1px solid #699c9e; border-radius: 6px; padding: 9px 14px; font: 14px system-ui; cursor: pointer; }
.holoterminal-view button:focus-visible { outline: 2px solid #a8efe1; outline-offset: 3px; }
.holoterminal-view > header button { font-size: 26px; line-height: 1; }
.holoterminal-view > footer { font: 13px system-ui; color: #96b4b8; flex-wrap: wrap; }
