body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-popup-container{bottom:0;position:fixed;right:0;z-index:9999}.chat-popup-button{align-items:center;background-color:#4a90e2;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 10px #0003;color:#fff;cursor:pointer;display:flex;font-size:24px;height:60px;justify-content:center;outline:none;position:fixed;right:20px;transition:all .3s ease;width:60px;z-index:1000}.chat-popup-button:hover{background-color:#3a2668;transform:scale(1.1)}.minimize-icon{font-size:30px;line-height:1}.robot-icon{height:50px;position:relative;width:40px}.robot-head{border-radius:10px 10px 0 0;top:0;width:30px}.robot-body,.robot-head{background-color:#fff;height:25px;left:50%;position:absolute;transform:translateX(-50%)}.robot-body{border-radius:0 0 5px 5px;bottom:0;width:35px}.robot-eye{background-color:#4a90e2;border-radius:50%;height:6px;position:absolute;top:8px;width:6px}.robot-eye.left-eye{left:6px}.robot-eye.right-eye{right:6px}.robot-mouth{background-color:#4a90e2;border-radius:2px;bottom:5px;height:3px;left:50%;position:absolute;transform:translateX(-50%);width:12px}.chat-popup{background-color:#fff;border-radius:16px;bottom:90px;box-shadow:0 6px 25px #0003;display:flex;flex-direction:column;height:500px;max-height:80vh;overflow:hidden;position:fixed;right:20px;transform-origin:bottom right;width:320px;z-index:999}.chat-popup-header{background-color:#4f46e5;font-size:14px;font-weight:500;justify-content:space-between;padding:12px 16px}.chat-popup-header,.minimize-btn{align-items:center;color:#fff;display:flex}.minimize-btn{background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:18px;font-weight:400;height:28px;justify-content:center;transition:all .2s ease;width:28px}.minimize-btn:hover{background-color:#fff3}.chat-popup-form{display:flex;flex-direction:column;flex-grow:1;gap:12px;justify-content:center;padding:20px}.chat-popup-input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease}.chat-popup-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533;outline:none}.chat-popup-submit{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:10px 0;transition:background-color .2s ease}.chat-popup-submit:hover{background-color:#059669}.chat-popup-messages{background-color:#f7fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:16px}.profile-logo{align-items:center;background-color:#4f46e5;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:32px;justify-content:center;margin-right:8px;width:32px}.chat-popup-message{word-wrap:break-word;border-radius:20px;line-height:1.4;max-width:75%;padding:10px 14px}.bot-message-row .chat-popup-message{background-color:#fff;border-top-left-radius:0;box-shadow:0 1px 2px #0000001a;color:#333}.user-message-row .chat-popup-message{background-color:#4f46e5;border-top-right-radius:0;color:#fff}.chat-popup-input-container{background-color:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px;padding:12px}.chat-popup-text-input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:14px;padding:10px 12px}.chat-popup-send-btn{background-color:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:10px 16px;transition:background-color .2s ease}.chat-popup-send-btn:hover{background-color:#4338ca}.clear-chat-button{align-self:flex-end;background:none;border:none;color:#4f46e5;cursor:pointer;font-size:12px;padding:0 16px 8px;text-decoration:underline}@media (max-width:480px){.chat-popup{border-radius:0;bottom:0;height:100%;max-height:100%;max-width:100%;right:0;width:100%}.chat-popup-button{bottom:10px;right:10px}}.session-ended-message{background-color:#f8d7da!important;border-left:4px solid #dc3545!important;border-radius:8px;color:#721c24!important;font-style:italic;margin:8px 0;max-width:80%;padding:10px 15px;text-align:center}.session-ended-icon{align-items:center;background-color:#dc3545;border-radius:50%;color:#fff;display:flex;font-size:14px;height:30px;justify-content:center;margin-right:10px;width:30px}.system-message{background-color:#e8f5e8!important;border-left:4px solid #28a745!important;border-radius:8px;color:#155724!important;font-style:italic;margin:8px 0;max-width:80%;padding:10px 15px}.system-icon{align-items:center;background-color:#28a745;border-radius:50%;color:#fff;display:flex;font-size:14px;height:30px;justify-content:center;margin-right:10px;width:30px}.message-row{align-items:flex-start;display:flex;margin-bottom:10px}.user-message-row{justify-content:flex-end}.bot-message-row{justify-content:flex-start}.chat-link{color:#4f46e5;cursor:pointer;text-decoration:underline;word-break:break-all}.chat-link:hover{color:#3730a3;text-decoration:none}.bot-message .chat-link,.system-message .chat-link,.user-message .chat-link{color:#4f46e5}.bot-message .chat-link:hover,.system-message .chat-link:hover,.user-message .chat-link:hover{color:#3730a3}.chat-link{background-color:initial!important}.form-field{margin-bottom:15px;position:relative}.input-error,.input-error:focus{border-color:#dc3545!important}.input-error:focus{box-shadow:0 0 0 .2rem #dc354540!important}.error-text{color:#dc3545;display:block;font-size:12px;margin-top:5px;padding-left:5px}.chat-popup-error{align-items:center;background-color:#f8d7da;border-left:4px solid #dc3545;border-radius:8px;color:#721c24;display:flex;justify-content:space-between;margin:10px;padding:10px 15px}.chat-popup-error button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px;transition:background-color .2s ease}.chat-popup-error button:hover{background-color:#bd2130}.chat-popup-loading{align-items:center;color:#4f46e5;display:flex;font-weight:500;height:100%;justify-content:center}.input-success,.input-success:focus{border-color:#28a745!important}.input-success:focus{box-shadow:0 0 0 .2rem #28a74540!important}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.input-error{animation:shake .5s ease-in-out}
/*# sourceMappingURL=main.4e1b0cc0.css.map*/