:root{--background:#f8f9fa;--background-light:#fff;--background-hover:#f0f0f0;--text-primary:#2d3748;--text-secondary:#4a5568;--text-muted:#718096;--accent:#4a5568;--accent-tint:#4a55681a;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background-color:var(--background);width:100%;min-height:100vh;color:var(--text-secondary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background-color:var(--accent-tint);color:var(--text-primary)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.topBlurBar{background:linear-gradient(to bottom,var(--background)0%,var(--background)20%,#f8f9fab3 50%,#f8f9fa00 100%);-webkit-backdrop-filter:blur(8px);z-index:50;pointer-events:none;width:100%;height:50px;position:fixed;top:0;left:0;right:0}@media (max-width:768px){.topBlurBar{height:40px}}
.ChatWidget-module__JpeSuG__chatWidget{z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;bottom:24px;right:24px}.ChatWidget-module__JpeSuG__chatBubble{cursor:pointer;color:#fff;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 20px #2d37484d,0 2px 8px #0000001a}.ChatWidget-module__JpeSuG__chatBubble:hover{transform:scale(1.08);box-shadow:0 6px 24px #2d374866,0 4px 12px #00000026}.ChatWidget-module__JpeSuG__chatBubble:active{transform:scale(.95)}.ChatWidget-module__JpeSuG__chatBubble.ChatWidget-module__JpeSuG__hidden{opacity:0;pointer-events:none;transform:scale(.5)}.ChatWidget-module__JpeSuG__notificationDot{background:#e53e3e;border:3px solid #fff;border-radius:50%;width:16px;height:16px;animation:2s infinite ChatWidget-module__JpeSuG__pulse;position:absolute;top:0;right:0}@keyframes ChatWidget-module__JpeSuG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}.ChatWidget-module__JpeSuG__chatWindow{opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;width:380px;height:520px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 10px 40px #00000026,0 4px 12px #0000001a}.ChatWidget-module__JpeSuG__chatWindow.ChatWidget-module__JpeSuG__open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.ChatWidget-module__JpeSuG__chatHeader{color:#fff;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatWidget-module__JpeSuG__headerInfo{align-items:center;gap:12px;display:flex}.ChatWidget-module__JpeSuG__avatar{letter-spacing:.5px;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:600;display:flex}.ChatWidget-module__JpeSuG__headerText{flex-direction:column;gap:2px;display:flex}.ChatWidget-module__JpeSuG__headerName{font-size:15px;font-weight:600}.ChatWidget-module__JpeSuG__headerStatus{opacity:.9;align-items:center;gap:6px;font-size:12px;display:flex}.ChatWidget-module__JpeSuG__statusDot{background:#68d391;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #68d39199}.ChatWidget-module__JpeSuG__closeButton{cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ChatWidget-module__JpeSuG__closeButton:hover{background:#fff3}.ChatWidget-module__JpeSuG__chatBody{background:#f7fafc;flex:1;overflow-y:auto}.ChatWidget-module__JpeSuG__preChat{flex-direction:column;height:100%;padding:24px;display:flex}.ChatWidget-module__JpeSuG__preChatWelcome{text-align:center;margin-bottom:24px}.ChatWidget-module__JpeSuG__preChatAvatar{color:#fff;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:20px;font-weight:600;display:flex;box-shadow:0 4px 12px #2d374833}.ChatWidget-module__JpeSuG__preChatWelcome h3{color:#2d3748;margin-bottom:8px;font-size:20px}.ChatWidget-module__JpeSuG__preChatWelcome p{color:#718096;font-size:14px;line-height:1.5}.ChatWidget-module__JpeSuG__preChatForm{flex-direction:column;gap:12px;margin-top:auto;display:flex}.ChatWidget-module__JpeSuG__input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:14px 16px;font-size:14px;transition:all .2s}.ChatWidget-module__JpeSuG__input:focus{border-color:#4a5568;box-shadow:0 0 0 3px #4a55681a}.ChatWidget-module__JpeSuG__input::placeholder{color:#a0aec0}.ChatWidget-module__JpeSuG__startButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);border:none;border-radius:10px;margin-top:8px;padding:14px 24px;font-size:14px;font-weight:600;transition:all .2s}.ChatWidget-module__JpeSuG__startButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2d37484d}.ChatWidget-module__JpeSuG__startButton:active{transform:translateY(0)}.ChatWidget-module__JpeSuG__messagesContainer{flex-direction:column;gap:12px;min-height:100%;padding:16px;display:flex}.ChatWidget-module__JpeSuG__message{gap:8px;max-width:85%;display:flex}.ChatWidget-module__JpeSuG__userMessage{flex-direction:row-reverse;margin-left:auto}.ChatWidget-module__JpeSuG__danielMessage{margin-right:auto}.ChatWidget-module__JpeSuG__messageAvatar{color:#fff;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:600;display:flex}.ChatWidget-module__JpeSuG__messageBubble{border-radius:16px;padding:12px 16px;position:relative}.ChatWidget-module__JpeSuG__userMessage .ChatWidget-module__JpeSuG__messageBubble{color:#fff;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);border-bottom-right-radius:4px}.ChatWidget-module__JpeSuG__danielMessage .ChatWidget-module__JpeSuG__messageBubble{color:#2d3748;background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014}.ChatWidget-module__JpeSuG__messageBubble p{margin:0;font-size:14px;line-height:1.5}.ChatWidget-module__JpeSuG__messageTime{opacity:.7;margin-top:4px;font-size:10px;display:block}.ChatWidget-module__JpeSuG__typingIndicator{gap:4px;padding:4px 0;display:flex}.ChatWidget-module__JpeSuG__typingIndicator span{background:#a0aec0;border-radius:50%;width:8px;height:8px;animation:1.4s infinite ChatWidget-module__JpeSuG__typing}.ChatWidget-module__JpeSuG__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatWidget-module__JpeSuG__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__JpeSuG__typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.ChatWidget-module__JpeSuG__inputArea{background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:16px;display:flex}.ChatWidget-module__JpeSuG__messageInput{border:1px solid #e2e8f0;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:all .2s}.ChatWidget-module__JpeSuG__messageInput:focus{border-color:#4a5568;box-shadow:0 0 0 3px #4a55681a}.ChatWidget-module__JpeSuG__messageInput::placeholder{color:#a0aec0}.ChatWidget-module__JpeSuG__messageInput:disabled{cursor:not-allowed;background:#f7fafc}.ChatWidget-module__JpeSuG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.ChatWidget-module__JpeSuG__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #2d37484d}.ChatWidget-module__JpeSuG__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.ChatWidget-module__JpeSuG__chatWidget{bottom:16px;right:16px}.ChatWidget-module__JpeSuG__chatWindow{border-radius:12px;width:calc(100vw - 32px);height:calc(100vh - 120px);max-height:500px;bottom:72px;right:0}.ChatWidget-module__JpeSuG__chatBubble{width:54px;height:54px}.ChatWidget-module__JpeSuG__chatBubble svg{width:24px;height:24px}}
