.chat-widget{z-index:1000;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:18px;right:18px}.chat-bubble{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:56px;height:56px;font-size:20px;display:grid;box-shadow:0 4px 16px #0000002e}.chat-bubble:hover{background:var(--green-dark)}.chat-panel{background:var(--bg);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;width:min(360px,100vw - 36px);height:min(520px,100vh - 110px);display:flex;overflow:hidden;box-shadow:0 10px 40px #00000029}.chat-head{background:var(--green);color:#fff;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.chat-head strong{font-size:15px;display:block}.chat-head span{opacity:.85;font-size:12px;display:block}.chat-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px}.chat-body{background:var(--gray-050);flex-direction:column;flex:1;gap:8px;padding:14px;display:flex;overflow-y:auto}.chat-msg{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:85%;padding:9px 12px;font-size:14px;line-height:1.5}.chat-msg--model{border:1px solid var(--gray-200);color:var(--text);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-msg--user{background:var(--green);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-typing{color:var(--gray-500);font-style:italic}.chat-input{border-top:1px solid var(--gray-200);background:var(--bg);gap:8px;padding:10px;display:flex}.chat-input input{border:1px solid var(--gray-200);border-radius:var(--radius-btn);outline:none;flex:1;padding:9px 12px;font-size:14px}.chat-input input:focus{border-color:var(--green)}.chat-input button{border-radius:var(--radius-btn);background:var(--green);color:#fff;cursor:pointer;border:none;width:42px;font-size:15px}.chat-input button:disabled{background:var(--gray-200);cursor:default}.chat-note{color:var(--gray-500);background:var(--bg);margin:0;padding:6px 12px 9px;font-size:11px}.chat-note a{color:var(--green)}@media (max-width:600px){.chat-widget{bottom:12px;right:12px}}
