#mliyi-chatbot-toggle{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;background:#FFD400;box-shadow:0 8px 20px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;z-index:99999}
#mliyi-chatbot-window{position:fixed;right:24px;bottom:94px;width:360px;max-width:92vw;height:520px;max-height:70vh;background:#0f2544;border-radius:14px;box-shadow:0 14px 38px rgba(0,0,0,.35);overflow:hidden;display:none;z-index:99999;color:#fff;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
#mliyi-chatbot-header{padding:14px 16px;background:#122b57;display:flex;align-items:center;justify-content:space-between;font-weight:700}
#mliyi-chatbot-body{padding:12px;height:calc(100% - 110px);overflow:auto;background:#0f1f3a}
.m-bot{background:#17325f;padding:10px 12px;border-radius:9px;margin:8px 0}
.m-user{background:#184e77;padding:10px 12px;border-radius:9px;margin:8px 0;text-align:right}
#mliyi-chatbot-footer{display:flex;gap:8px;padding:10px;background:#122b57}
#mliyi-chatbot-input{flex:1;border:0;border-radius:8px;padding:10px 12px}
#mliyi-chatbot-send{background:#FFD400;border:0;border-radius:8px;padding:10px 14px;font-weight:700;cursor:pointer}
