/* GITEA_TARGET: jarvis/infrastructure|partnerhub/app/static_portal/chat.css */
.chat-launcher{position:fixed;right:1rem;bottom:5.4rem;z-index:40;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#04121f;font-size:1.35rem;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.45);border:0}
.chat-launcher .chat-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:10px;background:var(--err);color:#fff;font-size:.72rem;line-height:20px;text-align:center;padding:0 4px}
.chat-drawer{position:fixed;right:0;top:0;bottom:0;width:360px;max-width:100%;z-index:50;display:flex;flex-direction:column;background:var(--card);border-left:1px solid #22315a;box-shadow:-8px 0 24px rgba(0,0,0,.5)}
.chat-header{order:1;display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;border-bottom:1px solid #22315a}
.chat-title{font-weight:700}
.chat-close{margin-left:auto;background:transparent;border:0;color:var(--ink);font-size:1.4rem;line-height:1;padding:.4rem .6rem;cursor:pointer}
.chat-disclosure{order:2;margin:0;padding:.6rem .9rem;background:#101b34;color:var(--muted);font-size:.78rem;border-bottom:1px solid #22315a}
.chat-disclosure.highlight{border:1px solid var(--accent)}
.chat-messages{order:3;flex:1;overflow-y:auto;padding:.8rem .9rem;display:flex;flex-direction:column;gap:.5rem}
.chat-status{order:4;min-height:1.25rem;padding:0 .9rem .3rem;color:var(--muted);font-size:.8rem}
.chat-form{order:5;display:flex;gap:.5rem;padding:.7rem .9rem calc(.7rem + env(safe-area-inset-bottom));border-top:1px solid #22315a}
.chat-form input{flex:1;margin:0}
.chat-form button{min-width:64px;min-height:44px;border:0;border-radius:12px;background:var(--accent);color:#04121f;font-weight:700;cursor:pointer}
.chat-form button[disabled]{opacity:.5;cursor:default}
.chat-msg{max-width:82%;border-radius:12px;padding:.5rem .7rem;font-size:.9rem;white-space:pre-wrap;word-break:break-word}
.chat-msg.partner{align-self:flex-end;background:var(--accent);color:#04121f}
.chat-msg.ai{align-self:flex-start;background:#0d1730;border:1px solid #22315a}
.chat-msg.system{align-self:center;background:#101b34;border:1px dashed #2b3c69;color:var(--muted);font-size:.8rem;text-align:center}
.chat-msg.pending{opacity:.55}
.chat-action{margin-top:.4rem;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
.chat-action button{min-height:44px;min-width:88px;border-radius:10px;border:1px solid #2b3c69;background:#16213c;color:var(--ink);font-size:.85rem;cursor:pointer}
.chat-action button.confirm{background:var(--ok);color:#04121f;border:0;font-weight:700}
.chat-action button[disabled]{opacity:.5;cursor:default}
@media (max-width:430px){.chat-drawer{width:100%}}
