/* #215: compact communications console, kept clear of the left-side mission panel. */
.beta-label { color: #efc878; border: 1px solid #796439; border-radius: 3px; padding: 2px 5px; font-size: 10px; letter-spacing: .09em; vertical-align: middle; }
#chat-dock { position: absolute; right: 12px; bottom: 12px; z-index: 35; width: min(360px, calc(100vw - 24px)); color: #d7e3ed; background: #09111df2; border: 1px solid #37546c; border-radius: 6px; box-shadow: 0 6px 24px #0008; }
#chat-dock[hidden], #chat-body[hidden] { display: none; }
#chat-toggle { width: 100%; text-align: left; padding: 9px 12px; border: 0; background: #132335; color: #aed8f2; font: inherit; cursor: pointer; }
#chat-toggle small { float: right; color: #95a6ba; }
#chat-messages { height: min(240px, 35vh); overflow-y: auto; padding: 10px 12px; font-size: 12px; overflow-wrap: anywhere; }
#chat-messages article { margin-bottom: 12px; }
#chat-messages article > div { display: flex; gap: 8px; align-items: baseline; }
#chat-messages b { color: #83c9ee; }
#chat-messages time { font-size: 10px; color: #8b9db0; }
#chat-messages p { margin: 3px 0; white-space: pre-wrap; }
.chat-report { margin-left: auto; font-size: 10px; background: none; border: 0; color: #8b9db0; cursor: pointer; }
.chat-report:hover, .chat-report:focus { color: #fff; text-decoration: underline; }
#chat-status { min-height: 24px; padding: 2px 12px; color: #a6bbce; font-size: 11px; }
#chat-form { display: flex; gap: 6px; padding: 8px; border-top: 1px solid #24394d; }
#chat-text { flex: 1; min-width: 0; background: #050b13; border: 1px solid #37546c; color: #e7f3ff; border-radius: 3px; padding: 9px; font: inherit; font-size: 12px; }
#chat-send { padding: 8px 12px; }
@media(max-width: 600px) { #chat-dock { right: 6px; bottom: 65px; width: min(330px, calc(100vw - 12px)); } #chat-text { font-size: 16px; } }
#mailbox { position: fixed; z-index: 90; top: 65px; right: 16px; width: min(560px, calc(100vw - 32px)); max-height: calc(100dvh - 90px); overflow-y: auto; padding: 18px; background: #09111dfc; border: 1px solid #37546c; border-radius: 6px; color: #d7e3ed; box-shadow: 0 10px 40px #000b; }
#mailbox[hidden], #mail-form[hidden] { display: none; }
#mailbox header { display: flex; align-items: center; justify-content: space-between; }
#mailbox h2 { margin: 0; }
#mail-form { display: grid; gap: 8px; margin-top: 18px; }
#mail-list details { margin-top: 12px; padding: 10px; background: #132335; overflow-wrap: anywhere; }
#mail-list summary { cursor: pointer; color: #aed8f2; }
#mail-list time { display: block; font-size: 11px; color: #95a6ba; margin-top: 8px; }
#mail-list p { white-space: pre-wrap; }
#mail-list button { margin-right: 6px; }
