.chat-container{background-color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:900px;height:85vh;max-height:800px;animation:.5s ease-out slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chat-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;gap:7px;padding:24px 28px;display:flex;box-shadow:0 4px 12px #0000001a}.chat-header h1{letter-spacing:-.5px;font-size:24px;font-weight:700}.chat-status{align-items:center;gap:10px;margin-left:auto;font-size:14px;font-weight:500;display:flex}.status-indicator{background-color:#10b981;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite statusBlink;display:inline-block;box-shadow:0 0 10px #10b98199}@keyframes statusBlink{0%,to{opacity:1}50%{opacity:.5}}.chat-messages{background:linear-gradient(#f8f9fa 0%,#fff 100%);flex-direction:column;flex:1;gap:20px;padding:28px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.message{max-width:75%;animation:.4s ease-out messageSlide;display:flex}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse;align-self:flex-end}.message-content{background-color:#f1f5f9;border-radius:18px;padding:14px 18px;font-size:15px;line-height:1.5;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 2px 8px #0000000d}.message-content:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.message.user .message-content{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.message.agent .message-content{background-color:#fff;border:1px solid #e2e8f0}.message-time{color:#94a3b8;margin-top:6px;font-size:11px;font-weight:500}.message.user .message-time{color:#fffc}.typing-indicator{background-color:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:center;width:fit-content;max-width:75%;padding:14px 18px;display:flex;box-shadow:0 2px 8px #0000000d}.typing-dots{gap:4px;padding:4px 0;display:flex}.typing-dots span{background-color:#667eea;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing;display:inline-block}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-input-container{background-color:#fff;border-top:1px solid #e2e8f0;gap:12px;padding:24px 28px;display:flex;box-shadow:0 -4px 12px #0000000d}.chat-input{border:2px solid #e2e8f0;border-radius:28px;outline:none;flex:1;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;transition:all .3s}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.send-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;box-shadow:0 4px 12px #667eea4d}.send-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #667eea66}.send-button:active{transform:scale(.95)}.send-button i{font-size:18px}.welcome-message{text-align:center;color:#64748b;padding:40px 20px;animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.welcome-message h2{color:#1e293b;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:28px;font-weight:700}.welcome-message p{color:#64748b;font-size:16px;font-weight:500}.reset-btn{cursor:pointer;z-index:9999;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .25s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 4px 12px #00000040}.reset-btn:before{content:"";color:#07c;font-family:"Font Awesome 5 Free";font-size:22px;font-weight:900}.reset-btn:hover{transform:translateY(-3px);box-shadow:0 10px 22px #00000047}.reset-btn:active{transform:translateY(-1px)scale(.96)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:#fffffff2;border-radius:14px;width:100%;max-width:480px;padding:20px;animation:.25s ease-out popupFade;box-shadow:0 12px 35px #00000047}@keyframes popupFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modal-header h3{margin:0;font-size:20px;font-weight:600}.modal-close-btn{cursor:pointer;color:#333;background:0 0;border:none;font-size:22px;transition:all .2s}.modal-close-btn:hover{color:#000;transform:scale(1.1)}.modal-meta{background:#f7f7f7;border-radius:8px;margin-bottom:15px;padding:10px 12px;font-size:14px;line-height:1.4}.modal-textarea{resize:none;border:1px solid #ccc;border-radius:10px;outline:none;width:100%;height:130px;padding:12px;font-size:14px;transition:all .25s}.modal-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.modal-actions{justify-content:flex-end;gap:10px;margin-top:15px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:8px;padding:9px 16px;font-weight:700;transition:all .2s}.modal-btn.cancel{color:#333;background:#ddd}.modal-btn.cancel:hover{background:#c5c5c5}.modal-btn.submit{color:#fff;background:#2563eb}.modal-btn.submit:hover{background:#1e4ecb}.chat-window{z-index:999;background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:400px;height:600px;transition:transform .3s;display:flex;position:fixed;bottom:0;right:20px;transform:translateY(100%);box-shadow:0 -4px 20px #0000004d}.chat-window.open{transform:translateY(0)}.chat-toggle-button{color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;width:60px;height:60px;font-size:24px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #0000004d}@media (max-width:768px){.chat-container{border-radius:0;height:100vh;max-height:100vh}.chat-header{padding:20px}.chat-header h1{font-size:20px}.chat-messages{gap:16px;padding:20px}.message{max-width:85%}.chat-input-container{padding:16px 20px}.welcome-message h2{font-size:24px}.reset-btn{width:50px;height:50px;bottom:90px;right:20px}.chat-window{border-radius:0;width:100%;height:100vh}body.nav-open .chat-icon-button{display:none!important}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_2fe1ab3d-module__-T-KAq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_2fe1ab3d-module__-T-KAq__variable{--font-inter:"Inter", "Inter Fallback"}
