.ai-chat-widget{position:fixed;right:22px;bottom:22px;z-index:9999;font-family:inherit}.ai-chat-toggle{display:flex;align-items:center;gap:10px;border:1px solid rgba(224,255,0,.35);background:#dfff00;color:#050606;padding:14px 18px;border-radius:999px;box-shadow:0 18px 50px rgba(0,0,0,.45),0 0 28px rgba(224,255,0,.22);font-weight:800;cursor:pointer}.ai-chat-toggle span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#070808;color:#dfff00}.ai-chat-box{width:min(380px,calc(100vw - 28px));height:560px;max-height:calc(100vh - 110px);background:#0b0c0c;border:1px solid rgba(224,255,0,.22);border-radius:26px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.65);display:none;flex-direction:column}.ai-chat-widget.open .ai-chat-box{display:flex}.ai-chat-widget.open .ai-chat-toggle{display:none}.ai-chat-header{padding:18px;background:linear-gradient(135deg,rgba(224,255,0,.16),rgba(255,255,255,.04));border-bottom:1px solid rgba(224,255,0,.16);display:flex;align-items:center;justify-content:space-between}.ai-chat-title{display:flex;gap:12px;align-items:center}.ai-chat-avatar{width:42px;height:42px;border-radius:14px;background:#dfff00;color:#050606;display:grid;place-items:center;font-weight:950}.ai-chat-title strong{display:block;color:#fff}.ai-chat-title small{display:block;color:#a8adad;margin-top:3px}.ai-chat-close{background:transparent;border:0;color:#fff;font-size:24px;cursor:pointer}.ai-chat-messages{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:radial-gradient(circle at 1px 1px,rgba(255,255,255,.08) 1px,transparent 0);background-size:24px 24px}.ai-msg{max-width:88%;padding:12px 14px;border-radius:18px;line-height:1.45;font-size:14px}.ai-msg.bot{align-self:flex-start;background:#161818;border:1px solid rgba(255,255,255,.08);color:#e9eeee}.ai-msg.user{align-self:flex-end;background:#dfff00;color:#050606;font-weight:650}.ai-quick{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 14px;background:#0b0c0c}.ai-quick button{border:1px solid rgba(224,255,0,.25);background:rgba(224,255,0,.08);color:#dfff00;border-radius:999px;padding:8px 10px;font-size:12px;cursor:pointer}.ai-chat-input{display:flex;gap:8px;padding:14px;border-top:1px solid rgba(255,255,255,.08);background:#0f1111}.ai-chat-input input{flex:1;border:1px solid rgba(255,255,255,.12);background:#080909;color:#fff;border-radius:999px;padding:12px 14px;outline:none}.ai-chat-input input:focus{border-color:rgba(224,255,0,.55)}.ai-chat-input button{border:0;background:#dfff00;color:#050606;border-radius:999px;padding:0 16px;font-weight:900;cursor:pointer}.handover-card{border:1px solid rgba(224,255,0,.35);background:rgba(224,255,0,.08);padding:12px;border-radius:16px;margin-top:8px}.handover-card a{display:inline-flex;margin-top:10px;text-decoration:none;background:#dfff00;color:#050606;padding:10px 12px;border-radius:999px;font-weight:900}@media(max-width:640px){.ai-chat-widget{right:12px;bottom:12px}.ai-chat-box{height:calc(100vh - 40px);max-height:calc(100vh - 40px)}}
