.chat-launcher{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:20;border:0;border-radius:999px;background:var(--blue);color:white;padding:14px 19px;font:700 13px Manrope,sans-serif;box-shadow:0 12px 30px #19336c42;cursor:pointer}.chat-launcher span{color:var(--lime);margin-right:5px}.chat-panel{position:fixed;right:0;top:0;bottom:0;z-index:30;width:min(540px,42vw);height:100vh;display:none;grid-template-rows:auto 1fr auto auto;background:#fffdf8;border-left:1px solid var(--line);box-shadow:-18px 0 45px #172b372b;overflow:hidden}.chat-panel.open{display:grid}.chat-head{padding:18px 20px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center}.chat-head>div{display:flex;gap:12px;align-items:center}.chat-head strong{display:block;font-size:15px}.chat-head small{display:block;color:#9eafb7;font-size:11px;margin-top:2px}.chat-mark{width:34px;height:34px;background:var(--lime);color:var(--navy);border-radius:9px;display:grid;place-items:center}.chat-head button{border:0;background:transparent;color:#aebbc1;font-size:28px;cursor:pointer}.chat-messages{padding:20px;overflow:auto;background:#f8f3e9;display:flex;flex-direction:column;gap:12px}.chat-message{max-width:90%;padding:12px 14px;border-radius:12px;font:13px/1.6 Manrope,sans-serif;white-space:normal}.chat-message p{margin:0 0 10px}.chat-message p:last-child{margin-bottom:0}.chat-message code{background:#eef2ee;border:1px solid #dfe6df;border-radius:5px;padding:1px 4px;font-family:"DM Mono",monospace;font-size:.92em}.chat-message.assistant{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px}.chat-message.user{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:4px;white-space:pre-wrap}.chat-message.error,.chat-message.loading{white-space:pre-wrap}.chat-message.error{background:#fbeeed;border-color:#d68d85;color:#873c36}.chat-message.loading{color:#7a8588;font-style:italic}.chat-table-wrap{max-width:100%;overflow-x:auto;margin:9px 0 11px;border:1px solid var(--line);border-radius:8px;background:#fff}.chat-table{width:100%;border-collapse:collapse;font-size:12px;line-height:1.4}.chat-table th,.chat-table td{padding:8px 9px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.chat-table th{background:#edf1ec;color:var(--navy);font-weight:800}.chat-table tr:last-child td{border-bottom:0}.quick-prompts{display:flex;gap:8px;overflow-x:auto;padding:12px 14px;border-top:1px solid var(--line)}.quick-prompts button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;color:#526063;font:11px Manrope,sans-serif;cursor:pointer}.chat-form{display:grid;grid-template-columns:1fr 44px;gap:10px;padding:14px;border-top:1px solid var(--line)}.chat-form textarea{resize:none;border:1px solid var(--line);border-radius:10px;padding:11px 12px;outline:0;font:13px/1.45 Manrope,sans-serif;min-height:58px}.chat-form textarea:focus{border-color:var(--blue)}.chat-form button{border:0;border-radius:10px;background:var(--blue);color:#fff;cursor:pointer;font-size:16px}.chat-form button:disabled{opacity:.5}@media(max-width:900px){.chat-panel{right:8px;top:8px;bottom:8px;width:min(480px,calc(100vw - 16px));height:calc(100vh - 16px);border:1px solid var(--line);border-radius:14px}.chat-launcher{right:14px;top:auto;bottom:14px;transform:none}}@media(max-width:600px){.chat-panel{inset:0;width:auto;height:auto;border:0;border-radius:0}.chat-launcher{right:14px;bottom:14px}}
.chat-message h4{margin:13px 0 7px;color:var(--navy);font-size:13px;line-height:1.3}.chat-message ul{margin:7px 0 10px;padding-left:18px}.chat-message li{margin:4px 0}.chat-code{margin:9px 0 11px;padding:12px 13px;background:#172126;color:#e8f1ef;border-radius:8px;overflow:auto;font:12px/1.55 "DM Mono",monospace;white-space:pre}.chat-code code{background:transparent;border:0;border-radius:0;padding:0;color:inherit;font:inherit}
