.aes-chat{color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(90deg,#1a3312 0%,#3a5c2c 35%,#548241 60%,#c17f10 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:25px;right:25px}.chat-popup{--chat-deep-green:#1a3312;--chat-green:#3a5c2c;--chat-leaf:#548241;--chat-gold:#c17f10;--chat-gold-soft:#f2dfb6;--chat-surface:#f7f8f2;--chat-line:#5482412e;background:linear-gradient(180deg, #fff 0%, var(--chat-surface) 100%);z-index:1000;border:1px solid #c17f1033;border-radius:12px;flex-direction:column;width:320px;max-height:400px;display:flex;position:fixed;bottom:100px;right:25px;overflow:hidden;box-shadow:0 18px 40px #1a33122e,0 6px 18px #54824129}.chat-header{background:linear-gradient(135deg, var(--chat-deep-green) 0%, var(--chat-green) 58%, var(--chat-leaf) 100%);color:#fff;border-bottom:1px solid #f2dfb640;border-radius:12px 12px 0 0;justify-content:space-between;padding:10px;font-weight:700;display:flex;box-shadow:inset 0 -1px #ffffff14}.chat-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:999px;width:28px;height:28px;font-size:20px;transition:background .2s,transform .2s}.chat-close:hover{background:#f2dfb633;transform:scale(1.05)}.chat-messages{background:radial-gradient(circle at 100% 0,#c17f1014,#0000 30%),linear-gradient(#5482410d 0%,#0000 28%);flex-direction:column;flex:1;padding:10px;display:flex;overflow-y:auto}.user-msg{color:#fff;text-align:left;background:linear-gradient(135deg,#d4920c 0%,#c17f10 100%);border-radius:12px 12px 0;align-self:flex-end;max-width:80%;margin-bottom:8px;padding:10px 12px;box-shadow:0 8px 18px #c17f102e}.bot-msg{color:#20311d;border:1px solid var(--chat-line);text-align:left;background:#eef4ea;border-radius:12px 12px 12px 0;align-self:flex-start;max-width:80%;margin-bottom:8px;padding:10px 12px;box-shadow:0 8px 18px #3a5c2c14}.chat-input{border-top:1px solid var(--chat-line);background:#fff;display:flex}.chat-input input{color:#20311d;background:0 0;border:none;border-radius:0 0 0 12px;outline:none;flex:1;padding:10px 12px}.chat-input input::placeholder{color:#7b8574}.chat-input button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3a5c2c 0%,#548241 100%);border:none;border-radius:0 0 12px;padding:8px 14px;font-weight:700;transition:filter .2s,transform .2s}.chat-input button:hover{filter:brightness(1.05)}.chat-input button:active{transform:translateY(1px)}.chat-suggestions{margin-bottom:10px}.suggestion-title{color:#6d755f;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:13px}.suggestion-btn{cursor:pointer;text-align:left;color:#23341f;background:#f5f6ef;border:1px solid #54824129;border-radius:8px;width:100%;margin-bottom:6px;padding:8px 10px;font-size:13px;transition:background .2s,border-color .2s,transform .2s;display:block}.suggestion-btn:hover{background:#edf4e8;border-color:#c17f1052;transform:translateY(-1px)}.typing{border:1px solid var(--chat-line);background:#eef4ea;align-items:center;gap:4px;margin-left:10px;padding:8px 12px;display:inline-flex}.typing .dot{background:var(--chat-leaf);border-radius:50%;width:6px;height:6px;animation:1.4s infinite both blink}.typing .dot:nth-child(2){animation-delay:.2s}.typing .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}
