.info-launcher, .info-panel { position: fixed; z-index: 90; font-family: var(--font-body, system-ui, sans-serif); color: #edf2e9; letter-spacing: 0; }
.info-launcher { right: 24px; bottom: 24px; min-height: 54px; display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid #91a094; border-radius: 6px; background: #233332; box-shadow: 0 5px 0 #0a1112, 0 14px 28px #0007, inset 0 1px 0 #bed09b44; font-size: .875rem; font-weight: 700; cursor: pointer; }
.info-launcher:hover { background: #304945; }
.info-launcher.is-contact-obscured[aria-expanded="false"] { visibility: hidden; pointer-events: none; }
.info-launcher .info-icon { width: 24px; height: 24px; }
.info-icon { width: 19px; height: 19px; flex: 0 0 auto; filter: invert(92%) sepia(9%) saturate(372%); pointer-events: none; }
.info-panel { right: 24px; bottom: calc(92px + var(--chat-keyboard-inset, 0px)); width: 400px; max-width: calc(100% - 32px); height: min(640px, calc(var(--chat-viewport, 100dvh) - 112px)); display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; background: #172021; border: 1px solid #758884; border-radius: 8px; box-shadow: 8px 10px 0 #0a1112, 0 28px 85px #000b, inset 0 1px 0 #e3eac033; overflow: hidden; }
.info-panel[hidden] { display: none !important; }
.info-panel.is-compact { overflow-y: auto; grid-template-rows: auto minmax(80px, 1fr) auto auto; overscroll-behavior: contain; }
.info-panel.is-compact .info-head { position: sticky; top: 0; z-index: 1; }
.info-head { display: flex; align-items: center; gap: 12px; padding: 18px; background: #253332; border-bottom: 1px solid #4c5d57; }
.info-head-copy { min-width: 0; flex: 1; }
.info-head h2 { font: 700 1.125rem/1.2 var(--font-display, system-ui, sans-serif); margin: 0; }
.info-head small { display: block; color: #c2cdc4; font-size: .75rem; margin-top: 5px; }
.info-tool { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid #60736c; border-radius: 4px; color: #edf2e9; background: #202d2b; cursor: pointer; flex: 0 0 auto; }
.info-tool:hover { background: #384b40; }
.info-panel button:focus-visible, .info-panel a:focus-visible, .info-panel textarea:focus-visible, .info-panel input:focus-visible, .info-launcher:focus-visible { outline: 2px solid #d3ed87; outline-offset: 3px; }
.info-history { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 18px 4px; scrollbar-width: thin; scrollbar-color: #668077 #172021; }
.info-message { padding: 0 0 18px; margin: 0 0 18px; border-bottom: 1px solid #344442; overflow-wrap: anywhere; }
.info-message:last-child { margin-bottom: 0; }
.info-message strong { display: block; color: #d3ed87; font-size: .8125rem; margin-bottom: 8px; }
.info-message p { color: #e1e9e1; font-size: .9375rem; line-height: 1.65; margin: 0; }
.info-message.is-user { margin-left: 22px; padding-left: 14px; border-left: 2px solid #779caa; }
.info-message.is-user strong { color: #accdd2; }
.info-actions { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.info-actions a { display: inline-flex; align-items: center; gap: 6px; color: #d3ed87; font-size: .8125rem; text-decoration: none; }
.info-actions a:hover { text-decoration: underline; }
.info-actions a .info-icon { width: 15px; height: 15px; }
.info-actions .info-tool { width: 34px; height: 34px; }
.info-choices { display: flex; gap: 7px 18px; flex-wrap: wrap; margin-top: 16px; }
.info-choice { color: #d3ed87; background: transparent; padding: 6px 0; border: 0; border-bottom: 1px solid #688647; font: 600 .8125rem var(--font-body, system-ui, sans-serif); cursor: pointer; }
.info-choice:hover { color: #fff; border-color: #fff; }
.info-options { display: flex; align-items: center; gap: 10px; justify-content: space-between; padding: 10px 18px; border-top: 1px solid #344442; }
.info-voice { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; font-size: .8125rem; }
.info-voice input { accent-color: #d3ed87; width: 17px; height: 17px; }
.info-options .info-tool { width: 34px; height: 34px; }
.info-option-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.info-mic.is-recording { background: #843d42; border-color: #f4b3af; box-shadow: 0 0 0 2px #843d4233; }
.info-tool:disabled { opacity: .5; cursor: default; }
.info-dictation-consent { padding: 12px 0; border-top: 1px solid #758884; }
.info-dictation-consent[hidden] { display: none; }
.info-dictation-consent p { font-size: .75rem; line-height: 1.5; color: #e1e9e1; margin: 0 0 10px; }
.info-consent-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.info-consent-actions button { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 6px 10px; font: 600 .75rem/1.4 var(--font-body, system-ui, sans-serif); cursor: pointer; border-radius: 4px; }
.info-consent-start { background: #d3ed87; border: 1px solid #d3ed87; color: #101719; }
.info-consent-start .info-icon { filter: none; width: 16px; height: 16px; }
.info-consent-cancel { background: transparent; border: 0; color: #e1e9e1; }
.info-compose { padding: 0 18px 15px; }
.info-input-row { display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: end; gap: 8px; }
.info-compose textarea { display: block; width: 100%; height: 48px; min-height: 48px; max-height: 96px; resize: vertical; border: 1px solid #697e78; border-radius: 4px; background: #101719; color: #edf2e9; padding: 12px; font: 400 1rem/1.4 var(--font-body, system-ui, sans-serif); }
.info-compose textarea::placeholder { color: #adbdb6; }
.info-send { width: 44px; height: 48px; background: #d3ed87; border-color: #d3ed87; box-shadow: 0 3px 0 #758b49; }
.info-send .info-icon { filter: none; }
.info-send:hover { background: #e3f5b2; }
.info-send:disabled { cursor: default; opacity: .45; }
.info-disclosure { display: block; font-size: .6875rem; line-height: 1.4; color: #a7b8b0; margin-top: 11px; }
.info-status { font-size: .75rem; color: #e0ecbe; line-height: 1.4; }
.info-status:empty { display: none; }
.info-status:not(:empty) { margin-bottom: 8px; }
.info-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
body:has(.info-launcher) .back-to-top { bottom: 98px; }
body:has(.info-launcher) .final { padding-bottom: 112px; }
@media (max-width: 640px) {
  .info-launcher { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); min-height: 50px; padding: 10px 14px; font-size: .8125rem; }
  .info-panel { right: 16px; bottom: calc(max(80px, calc(env(safe-area-inset-bottom) + 64px)) + var(--chat-keyboard-inset, 0px)); width: calc(100% - 32px); max-width: 400px; height: min(620px, calc(var(--chat-viewport, 100dvh) - 104px)); }
  .info-head { padding: 14px; gap: 8px; }
  .info-head h2 { font-size: 1rem; }
  .info-history { padding: 16px 14px 4px; }
  .info-options { padding-inline: 14px; }
  .info-compose { padding-inline: 14px; }
  body:has(.info-launcher) .back-to-top { bottom: auto; }
}
@media (prefers-reduced-motion: no-preference) {
  .info-panel { animation: info-appear .25s ease-out; }
  @keyframes info-appear { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
