.oraherb-launcher{position:fixed;right:24px;bottom:24px;background:linear-gradient(180deg,#ffc34d,#e09b00);color:#0f172a;border:0;border-radius:999px;padding:10px 16px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.25);cursor:pointer;z-index:99998}
.oraherb-chat{position:fixed;right:24px;bottom:84px;width:360px;max-width:92vw;background:#0f172a;color:#e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.45);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;z-index:99999}
.oraherb-header{display:flex;justify-content:space-between;align-items:center;background:#0b1224;padding:10px 12px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.07)}
.oraherb-close{background:transparent;border:0;color:#e2e8f0;font-size:20px;cursor:pointer}
.oraherb-messages{height:320px;padding:10px;overflow:auto;display:flex;flex-direction:column;gap:8px}
.msg{max-width:85%;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);line-height:1.3;white-space:pre-wrap}
.msg.bot{background:#0b1224}
.msg.user{align-self:flex-end;background:#14532d;border-color:#14532d}
.oraherb-contact{padding:8px 10px;background:#0b1224;border-top:1px solid rgba(255,255,255,.07);font-size:12px}
.oraherb-contact a{color:#fef3c7;text-decoration:none}
.oraherb-input{display:flex;gap:8px;padding:10px;background:#0b1224;border-top:1px solid rgba(255,255,255,.07)}
.oraherb-input input{flex:1;background:#0f172a;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#e2e8f0;padding:8px}
.oraherb-input button{background:#a16207;color:white;border:0;border-radius:8px;padding:8px 12px;cursor:pointer}
