.aepe-ai-wrap { box-sizing: border-box; font-family: inherit; }
.aepe-ai-wrap *, .aepe-ai-wrap *::before, .aepe-ai-wrap *::after { box-sizing: border-box; }
.aepe-ai-panel { width: min(390px, calc(100vw - 24px)); max-height: min(620px, calc(100vh - 40px)); background: #fff; border: 1px solid rgba(0,0,0,.14); border-radius: 14px; box-shadow: 0 14px 44px rgba(0,0,0,.18); overflow: hidden; }
.aepe-ai-inline .aepe-ai-panel { width: 100%; max-width: 760px; box-shadow: none; max-height: none; }
.aepe-ai-floating { position: fixed; right: 22px; bottom: 22px; z-index: 999999; }
.aepe-ai-floating .aepe-ai-panel { position: absolute; right: 0; bottom: 64px; }
.aepe-ai-launcher { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; padding: 12px 17px; background: #1d4f91; color: #fff; font: inherit; font-weight: 700; cursor: pointer; box-shadow: 0 7px 22px rgba(0,0,0,.22); }
.aepe-ai-launcher .dashicons { width: 20px; height: 20px; font-size: 20px; }
.aepe-ai-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: #1d4f91; color: #fff; }
.aepe-ai-close { border: 0; background: transparent; color: inherit; font-size: 27px; line-height: 1; cursor: pointer; padding: 0 2px; }
.aepe-ai-messages { height: 370px; overflow-y: auto; padding: 15px; background: #f7f8fa; }
.aepe-ai-inline .aepe-ai-messages { height: 420px; }
.aepe-ai-message { max-width: 86%; margin: 0 0 11px; padding: 10px 12px; border-radius: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.aepe-ai-assistant-message { background: #fff; border: 1px solid #e2e5e9; color: #202124; }
.aepe-ai-user-message { margin-left: auto; background: #1d4f91; color: #fff; }
.aepe-ai-typing { opacity: .7; font-style: italic; }
.aepe-ai-sources { margin: -3px 0 14px; padding: 9px 11px; border-left: 3px solid #9aa7b7; font-size: .88em; color: #4a4f55; }
.aepe-ai-sources ul { margin: 5px 0 0 18px; padding: 0; }
.aepe-ai-sources li { margin: 3px 0; }
.aepe-ai-sources a { text-decoration: underline; }
.aepe-ai-form { display: flex; gap: 8px; align-items: flex-end; padding: 12px; border-top: 1px solid #e5e7eb; background: #fff; }
.aepe-ai-input { flex: 1 1 auto; min-height: 46px; max-height: 120px; resize: vertical; border: 1px solid #c9ced6; border-radius: 9px; padding: 9px 10px; font: inherit; line-height: 1.35; }
.aepe-ai-input:focus { outline: 2px solid rgba(29,79,145,.22); border-color: #1d4f91; }
.aepe-ai-send { flex: 0 0 auto; min-height: 44px; border: 0; border-radius: 9px; padding: 0 14px; background: #1d4f91; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.aepe-ai-send:disabled { opacity: .55; cursor: wait; }
.aepe-ai-note { padding: 0 12px 10px; background: #fff; color: #6d7278; font-size: 11px; text-align: center; }
@media (max-width: 520px) {
  .aepe-ai-floating { right: 10px; bottom: 10px; }
  .aepe-ai-floating .aepe-ai-panel { position: fixed; inset: 10px; width: auto; max-height: none; }
  .aepe-ai-floating .aepe-ai-messages { height: calc(100vh - 170px); }
  .aepe-ai-launcher-text { display: none; }
}
