.chat-box{position:fixed;bottom:18px;right:20px;width:360px;height:500px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 24px 60px rgba(15,23,42,.16);z-index:1000;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.chat-box-header{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1rem;background:#f8fafc;color:#0f172a;border-bottom:1px solid #e5e7eb}.chat-header-copy{display:flex;flex-direction:column;gap:.14rem}.chat-header-person{display:flex;align-items:center;gap:.7rem}.chat-header-avatar{width:40px;height:40px;border-radius:50%;background:#fff;color:#111827;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.chatbox-admin-name{font-size:.95rem;font-weight:700;color:#0f172a;display:block}.chat-header-subtitle{font-size:.72rem;color:#64748b;display:block}.chat-close-btn,.chat-close-btn .p-button-icon{color:#111827!important}.home-user-timestamp{color:hsla(0,0%,100%,.76)}.home-admin-timestamp,.home-user-timestamp{display:block;font-size:.72rem;text-align:right;margin-top:.35rem}.home-admin-timestamp{color:#6b7280}.chat-box-messages{flex:1 1;padding:.9rem;overflow-y:auto;background:linear-gradient(180deg,#f8fafc,#f3f4f6);gap:.4rem}.chat-box-messages,.message-thread-row{display:flex;flex-direction:column}.message-group-label{align-self:center;margin:.25rem 0 .3rem;padding:.28rem .7rem;border-radius:999px;background:hsla(0,0%,100%,.95);color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.03em;border:1px solid #e2e8f0}.message-group-label.unread-group{background:rgba(37,99,235,.08);color:#2563eb;border-color:rgba(37,99,235,.16)}.message{margin-bottom:.2rem;padding:.7rem .8rem;border-radius:18px;max-width:84%;box-shadow:0 6px 16px rgba(15,23,42,.06)}.message-content{line-height:1.45;font-size:.93rem;word-break:break-word}.home-admin-message{background:#daffd3;align-self:flex-start;color:#111827;border-top-left-radius:8px;border:1px solid #e5e7eb}.home-user-message{background:#5858ff;align-self:flex-end;color:#fff;border-top-right-radius:8px}.chat-box-input{display:flex;align-items:center;gap:.55rem;padding:.7rem;background-color:#fff;border-top:1px solid #e5e7eb}.chat-input{flex:1 1;margin-right:.25rem;border-radius:999px;background-color:#f9fafb;color:#111827;border:1px solid #d1d5db;outline:none!important;transition:border-color .2s ease,box-shadow .2s ease;padding:.75rem .95rem}.chat-input::placeholder{color:#6b7280}.chat-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.send-icon{border-radius:50%!important;background-color:#111827!important;width:40px!important;height:40px!important;min-width:40px!important;display:inline-flex;align-items:center;justify-content:center}.p-button.p-button-text,.send-icon{color:#fff!important}@media (max-width:600px){.chat-box{position:fixed;inset:0;right:0;left:0;top:0;bottom:0;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;border-radius:0;z-index:1200}}