.apostar-actions .apostar-actions-trigger { background: #128c50; border: 2px solid #82e8ad; color: #fff; width: 62px; min-height: 64px; box-shadow: 0 3px 14px #0009; }
.apostar-actions .apostar-actions-trigger img { width: 30px; height: 30px; object-fit: contain; filter: invert(1); }
.chat-panel { max-height: calc(100dvh - 120px); overflow-y: auto; }
.chat-help-menu { display: grid; grid-auto-rows: min-content; align-content: start; gap: 10px; padding: 18px; }
.chat-help-menu h3 { font-size: 16px; line-height: 1.5; margin: 0 0 6px; overflow-wrap: anywhere; }
.chat-help-menu button { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #346073; border-radius: 8px; background: #122b36; color: #fff; font-size: 14px; line-height: 1.4; text-align: left; }
.chat-help-menu button:hover { background: #1b3c49; border-color: #64dded; }
.chat-help-menu img { width: 24px; height: 24px; flex: 0 0 24px; }
.chat-help-menu p { font-size: 12px; line-height: 1.5; color: #bbced3; }
.chat-mode-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 10px 14px; border-bottom: 1px solid #274654; }
.chat-mode-bar small { color: #bcd4dd; }
.chat-mode-bar button { background: transparent; color: #64dded; border: 0; padding: 6px; cursor: pointer; font-size: 12px; }
#chatConversation .chat-messages { max-height: min(340px, 40dvh); }
#chatHelpMenu.hidden, #chatConversation.hidden, #chatAiChoice.hidden { display: none; }
.chat-help-menu button:disabled { opacity: .55; cursor: wait; }
