.recrm-chat-widget{position:fixed;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}.recrm-chat-widget *,.recrm-chat-widget *::before,.recrm-chat-widget *::after{box-sizing:border-box}.recrm-chat-bottom-right{bottom:20px;right:20px}.recrm-chat-bottom-left{bottom:20px;left:20px}.recrm-chat-top-right{top:20px;right:20px}.recrm-chat-top-left{top:20px;left:20px}.recrm-chat-button{height:52px;border-radius:26px;padding:0 20px 0 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;cursor:pointer;box-shadow:0 4px 14px rgb(102 126 234 / .4);display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;transition:all 0.3s ease;position:relative;white-space:nowrap}.recrm-chat-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(102 126 234 / .5)}.recrm-chat-button:active{transform:translateY(0)}.recrm-chat-icon{display:flex;align-items:center;flex-shrink:0;transition:all 0.3s ease}.recrm-chat-btn-text{font-size:14px;font-weight:600;letter-spacing:.01em;transition:all 0.3s ease;overflow:hidden}.recrm-chat-close-icon{position:absolute;display:flex;align-items:center;opacity:0;transform:rotate(90deg) scale(.5);transition:all 0.3s ease}.recrm-chat-open .recrm-chat-button{width:52px;height:52px;padding:0;border-radius:50%;justify-content:center}.recrm-chat-open .recrm-chat-icon{opacity:0;transform:scale(.5);width:0}.recrm-chat-open .recrm-chat-btn-text{opacity:0;max-width:0;padding:0;margin:0}.recrm-chat-open .recrm-chat-close-icon{opacity:1;transform:rotate(0deg) scale(1)}.recrm-chat-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:2px solid #fff;animation:recrm-pulse 2s infinite}@keyframes recrm-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.recrm-chat-window{position:absolute;bottom:75px;right:0;width:380px;max-width:calc(100vw - 40px);height:550px;max-height:calc(100vh - 140px);background:#fff;border-radius:16px;box-shadow:0 12px 32px rgb(0 0 0 / .12);display:flex;flex-direction:column;opacity:0;transform:scale(.8) translateY(20px);transform-origin:bottom right;pointer-events:none;transition:all 0.3s ease}.recrm-chat-bottom-left .recrm-chat-window{left:0;right:auto;transform-origin:bottom left}.recrm-chat-top-right .recrm-chat-window,.recrm-chat-top-left .recrm-chat-window{top:75px;bottom:auto}.recrm-chat-open .recrm-chat-window{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.recrm-chat-minimized .recrm-chat-window{height:60px;overflow:hidden}.recrm-chat-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:16px 20px;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.recrm-chat-header-content{display:flex;align-items:center;gap:12px}.recrm-chat-avatar{width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;overflow:hidden}.recrm-chat-avatar img{width:100%;height:100%;object-fit:cover}.recrm-chat-agent-name{font-weight:600;font-size:15px;margin-bottom:2px}.recrm-chat-agent-status{font-size:12px;opacity:.9;display:flex;align-items:center;gap:6px}.recrm-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.recrm-status-dot.online{background:#10b981;animation:recrm-blink 2s infinite}.recrm-status-dot.offline{background:#6b7280;animation:none}@keyframes recrm-blink{0%,100%{opacity:1}50%{opacity:.5}}.recrm-chat-minimize{background:rgb(255 255 255 / .15);border:none;width:32px;height:32px;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.recrm-chat-minimize:hover{background:rgb(255 255 255 / .25)}.recrm-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f9fafb}.recrm-chat-message{margin-bottom:16px;animation:recrm-slide-up 0.3s ease}@keyframes recrm-slide-up{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recrm-chat-message-content{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 2px 4px rgb(0 0 0 / .05);font-size:14px;line-height:1.5;color:#1f2937;max-width:85%}.recrm-chat-message-agent .recrm-chat-message-content{background:#667eea;color:#fff}.recrm-chat-message-error .recrm-chat-message-content{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.recrm-chat-message-time{font-size:11px;color:#9ca3af;margin-top:4px;padding-left:4px}.recrm-chat-quick-actions{padding:12px 20px;border-top:1px solid #e5e7eb;background:#fff;display:flex;gap:8px;flex-wrap:wrap}.recrm-chat-quick-action{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:8px 16px;font-size:13px;color:#374151;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all 0.2s}.recrm-chat-quick-action:hover{background:#667eea;color:#fff;border-color:#667eea}.recrm-quick-action-icon{display:inline-flex;align-items:center;line-height:0}.recrm-quick-action-icon svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}.recrm-chat-input{padding:16px 20px;border-top:1px solid #e5e7eb;background:#fff;border-radius:0 0 16px 16px;overflow:hidden}.recrm-chat-input-group{margin-bottom:12px}.recrm-chat-input-group:last-of-type{margin-bottom:0}.recrm-chat-input-field{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;transition:all 0.2s;background:#fff}.recrm-chat-input-field:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgb(102 126 234 / .1)}.recrm-chat-textarea{resize:vertical;min-height:60px}.recrm-chat-submit{width:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px}.recrm-chat-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgb(102 126 234 / .3)}.recrm-chat-submit:active{transform:translateY(0)}.recrm-chat-submit:disabled{opacity:.7;cursor:not-allowed}.recrm-spinner{animation:recrm-spin 1s linear infinite}@keyframes recrm-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.recrm-spinner circle{stroke-dasharray:30;stroke-dashoffset:0;animation:recrm-dash 1.5s ease-in-out infinite}@keyframes recrm-dash{0%{stroke-dashoffset:30}50%{stroke-dashoffset:7.5;transform:rotate(135deg)}100%{stroke-dashoffset:30;transform:rotate(450deg)}}@media (max-width:480px){.recrm-chat-widget{bottom:10px;right:10px;left:10px}.recrm-chat-window{width:100%;max-width:none;height:calc(100vh - 100px);max-height:none;bottom:70px}.recrm-chat-button{height:48px;padding:0 16px 0 12px}.recrm-chat-btn-text{font-size:13px}.recrm-chat-open .recrm-chat-button{width:48px;height:48px}}@media print{.recrm-chat-widget{display:none!important}}