.chatcat{background:url(/assets/chatcat.png) 50%/cover;border-radius:50%;width:50px;height:50px;display:inline-block}.chat-fab{color:#fff;cursor:pointer;z-index:1000;-webkit-user-select:none;user-select:none;touch-action:none;background:#1f518000;border:none;border-radius:50%;width:75px;height:75px;font-size:24px;position:fixed;bottom:10px;right:50px;box-shadow:0 10px 25px #00000040}.assistant-message{color:#fff;background-color:#16334c;border-radius:10px;margin-bottom:10px;padding:5px;font-size:12px}.user-message{text-align:right;color:#fff;background-color:#64829b;border-radius:10px;margin-top:10px;margin-bottom:10px;padding:5px;font-size:12px}.chat-window{z-index:1000;background:linear-gradient(#1f5180dd,#6da8d68c);border-radius:12px;flex-direction:column;width:320px;height:420px;animation:.25s slideUp;display:flex;position:fixed;bottom:96px;right:50px;box-shadow:0 20px 40px #00000040}.chat-drag-handle{cursor:grab;color:#fff;-webkit-user-select:none;user-select:none;background:#0d679f99;border-radius:6px;padding:2px 4px;font-size:14px;line-height:1;position:absolute;top:-6px;right:-6px}.chat-drag-handle:active{cursor:grabbing}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{color:#fff;background:#1f5180;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:12px;display:flex}.chat-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:18px}.chat-body{color:#fff;flex:1;padding:12px;font-size:14px;overflow-y:auto}.chat-footer{color:#fff;border-top:1px solid #e5e7eb;gap:8px;padding:8px;display:flex}.checklist-options{font-size:12px}.checklist-proceed{color:#fff;background-color:#181818;padding:8px;font-size:12px;display:flex}.chat-footer input{color:#181818;background:#fff;flex:1;padding:8px}.chat-footer button{color:#fff;cursor:pointer;background:#1f5180;border:none;padding:8px 12px}.typing-indicator{background:#f1f5f9;border-radius:16px;align-items:center;gap:6px;width:fit-content;padding:10px 14px;display:inline-flex}.typing-indicator span{background-color:#64748b;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both typing}.typing-indicator span:first-child{animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{opacity:.3;transform:translateY(0)}20%{opacity:1;transform:translateY(-4px)}40%{opacity:.3;transform:translateY(0)}to{opacity:.3}}@media (max-width:768px){.chat-window{z-index:10000;border-radius:0;width:100vw;height:90vh;padding-bottom:70px;animation:none;inset:0}.chat-footer{z-index:10;color:#fff;border-top:1px solid #e5e7eb;gap:8px;width:100%;padding:8px;display:flex;position:fixed;bottom:0}}
