.chat-container{display:flex;flex-direction:column;height:100%;background:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-status-bar{padding:10px 16px;background:#fef2f2;border-bottom:1px solid #fecaca;display:flex;align-items:center;justify-content:space-between}.chat-status-bar.connecting{background:#fef3c7;border-bottom-color:#fde68a}.chat-status-bar.error{background:#fef2f2;border-bottom-color:#fecaca}.chat-status-info{display:flex;align-items:center;gap:8px}.chat-status-dot{width:8px;height:8px;border-radius:50%;background:#dc2626;transition:background-color .3s ease}.chat-status-bar.connecting .chat-status-dot{background:#f59e0b;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-status-text{font-size:12px;font-weight:500;color:#dc2626}.chat-status-bar.connecting .chat-status-text{color:#d97706}.chat-user-info-compact{padding:8px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:8px}.chat-form-input-compact{flex:1 1;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-family:inherit;outline:none;transition:all .2s ease;box-sizing:border-box;background:#fff}.chat-form-input-compact:focus{border-color:#4c823c;box-shadow:0 0 0 2px #4c823c1a}.chat-form-input-compact::placeholder{color:#9ca3af;font-size:11px}.chat-messages{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fff;will-change:scroll-position;transform:translateZ(0);-webkit-overflow-scrolling:touch}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f3f4f6}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-loading{text-align:center;padding:12px;color:#6b7280;font-size:13px;font-style:italic}.chat-no-messages{height:100%;color:#9ca3af;font-size:14px;text-align:center}.chat-date-separator,.chat-no-messages{display:flex;align-items:center;justify-content:center}.chat-date-separator{margin:16px 0 8px}.chat-date-label{padding:4px 12px;background:#f3f4f6;border-radius:12px;font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.chat-message{max-width:80%;display:flex;flex-direction:column;gap:2px;contain:layout;will-change:transform}.chat-message.user{align-self:flex-end}.chat-message.admin{align-self:flex-start}.chat-message-header{padding:0 4px;margin-bottom:4px}.chat-message-header strong{font-size:12px;font-weight:600;color:#374151}.chat-message-content{padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word;position:relative;background:#f9fafb;border:1px solid #e5e7eb}.chat-message.user .chat-message-content{background:#f0fdf4;border-color:#d3ebce;border-bottom-right-radius:4px;color:#1f2937}.chat-message.admin .chat-message-content{background:#f9fafb;border-color:#e5e7eb;border-bottom-left-radius:4px;color:#1f2937}.chat-timestamp{display:block;font-size:10px;color:#9ca3af;text-align:right;margin-top:4px}.chat-message-text{margin:0}.chat-message-image-container{display:flex;flex-direction:column;gap:8px}.chat-message-image{max-width:100%;border-radius:8px;display:block}.chat-image-error{font-size:12px;color:#dc2626}.chat-message-link{color:#4c823c;text-decoration:underline;word-break:break-all}.chat-message-link:hover{color:#3a6129}.chat-message-content-with-links{display:flex;flex-direction:column;gap:8px}.chat-inline-image-container{display:inline-block}.chat-error{margin:12px 16px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px}.chat-input-row{padding:12px 16px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:8px;align-items:center}.chat-message-input{flex:1 1;padding:10px 14px;border:1px solid #d1d5db;border-radius:20px;font-size:14px;font-family:inherit;outline:none;transition:all .2s ease;background:#fff}.chat-message-input:focus{border-color:#4c823c;box-shadow:0 0 0 3px #4c823c1a}.chat-message-input::placeholder{color:#9ca3af}.chat-message-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.chat-send-button{width:40px;height:40px;border-radius:50%;border:none;background:#0b7533;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-send-button:hover:not(:disabled){background:#3a6129;transform:scale(1.05)}.chat-send-button:active:not(:disabled){transform:scale(.95)}.chat-send-button:disabled{background:#d1d5db;cursor:not-allowed}.chat-send-button svg{transform:translateX(1px)}@media (max-width:480px){.chat-message{max-width:90%}.chat-user-info-compact{flex-direction:column;gap:6px}}.floating-chat-wrapper{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.floating-chat-widget{position:absolute;bottom:80px;right:0;width:380px;height:600px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.floating-chat-header{padding:16px 20px;background:#0b7533;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #4c823c33}.floating-chat-header-content{display:flex;align-items:center;gap:12px}.floating-chat-icon{flex-shrink:0}.floating-chat-title{font-size:16px;font-weight:600;letter-spacing:.01em}.floating-chat-close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.floating-chat-close-btn:hover{background:#ffffff40;transform:scale(1.05)}.floating-chat-close-btn:active{transform:scale(.95)}.floating-chat-body{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.floating-chat-toggle{width:60px;height:60px;border-radius:50%;border:none;background:#0b7533;cursor:pointer;box-shadow:0 4px 16px #4c823c4d,0 2px 8px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.floating-chat-badge,.floating-chat-toggle{color:#fff;display:flex;align-items:center;justify-content:center}.floating-chat-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;background:#dc2626;border-radius:11px;font-size:11px;font-weight:600;box-shadow:0 2px 8px #dc262666,0 0 0 3px #fff;animation:pulse-badge 2s ease-in-out infinite;z-index:10}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.floating-chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 24px #4c823c66,0 4px 12px #00000026}.floating-chat-toggle:active{transform:scale(.95)}.floating-chat-toggle.open{background:#6b7280}.floating-chat-toggle-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.floating-chat-toggle.open .floating-chat-toggle-icon{transform:rotate(90deg)}.floating-chat-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:10000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.floating-chat-mobile-page{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;display:flex;flex-direction:column;animation:slideInFromBottom .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.floating-chat-mobile-header{padding:12px 16px;background:#0b7533;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #4c823c33;min-height:56px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.floating-chat-mobile-back-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.floating-chat-mobile-back-btn:active{background:#ffffff40;transform:scale(.95)}.floating-chat-mobile-header-content{display:flex;align-items:center;gap:12px;flex:1 1;justify-content:center}.floating-chat-mobile-header-spacer{width:40px;flex-shrink:0}.floating-chat-mobile-body{flex:1 1;display:flex;flex-direction:column;overflow:hidden}@media (max-width:768px){.floating-chat-wrapper{bottom:16px;right:16px}.floating-chat-widget{display:none}.floating-chat-toggle{width:56px;height:56px}}@media (max-width:480px){.floating-chat-wrapper{bottom:12px;right:12px}.floating-chat-toggle{width:52px;height:52px}.floating-chat-mobile-header{padding:10px 12px;min-height:52px}.floating-chat-mobile-back-btn{width:36px;height:36px}.floating-chat-mobile-header-spacer{width:36px}}@media (prefers-reduced-motion:reduce){.floating-chat-toggle,.floating-chat-toggle-icon,.floating-chat-widget{animation:none;transition:none}}.floating-chat-close-btn:focus,.floating-chat-toggle:focus{outline:2px solid #fff;outline-offset:2px}@media (prefers-color-scheme:dark){.floating-chat-widget{box-shadow:0 8px 32px #0006,0 2px 8px #0000004d}}