:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111b21;background-color:#e5ddd5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}.chat-list-container{width:35%;min-width:300px;border-right:1px solid #e9edef;display:flex;flex-direction:column;background-color:#fff}.chat-list-header{background-color:#f0f2f5;padding:10px 16px;border-bottom:1px solid #e9edef}.chat-list-header h2{font-size:20px;font-weight:500;color:#41525d;margin-bottom:10px}.search-container{width:100%}.search-input{width:100%;padding:9px 12px;border:none;border-radius:8px;background-color:#fff;font-size:14px;outline:none;box-shadow:0 1px 2px #0000000d}.search-input::placeholder{color:#667781}.chat-list{flex:1;overflow-y:auto;background-color:#fff}.chat-item{display:flex;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f2f5;transition:background-color .2s;gap:12px}.chat-item:hover{background-color:#f5f6f6}.chat-item.active{background-color:#e9edef}.chat-avatar{width:49px;height:49px;border-radius:50%;background-color:#dfe5e7;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.chat-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.chat-header-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat-name{font-size:17px;font-weight:500;color:#111b21;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-timestamp{font-size:12px;color:#667781;flex-shrink:0;margin-left:8px}.chat-last-message{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-last-message span:first-child{font-size:14px;color:#667781;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.unread-badge{background-color:#25d366;color:#fff;border-radius:10px;padding:2px 6px;font-size:12px;font-weight:500;min-width:20px;text-align:center;flex-shrink:0}.chat-download-button{background:none;border:none;font-size:18px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s,opacity .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;opacity:.6;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.chat-item:hover .chat-download-button{opacity:1}.chat-download-button:hover{background-color:#d9fdd3;opacity:1}.chat-download-button:active{background-color:#c5f0b8;transform:scale(.95)}.chat-download-button:focus{outline:2px solid #25d366;outline-offset:2px}.chat-download-button:disabled{opacity:.5;cursor:not-allowed}.chat-download-button.downloading{animation:pulse 1s ease-in-out infinite}@media(max-width:1024px)and (min-width:769px){.chat-list-container{width:40%;min-width:280px}.chat-list-header h2{font-size:18px}.chat-avatar{width:45px;height:45px;font-size:22px}.chat-name{font-size:16px}.chat-last-message span:first-child{font-size:13px}.chat-download-button{width:34px;height:34px;font-size:16px;padding:6px}}@media(max-width:768px){.chat-list-container{width:100%;min-width:100%}.chat-list-container.hidden{display:none}.chat-list-header{padding:8px 12px}.chat-list-header h2{font-size:18px;margin-bottom:8px}.search-input{padding:8px 10px;font-size:14px}.chat-item{padding:10px 12px;gap:10px}.chat-avatar{width:45px;height:45px;font-size:20px}.chat-name{font-size:16px}.chat-timestamp{font-size:11px}.chat-last-message span:first-child{font-size:13px}.chat-download-button{width:36px;height:36px;font-size:18px;padding:8px;opacity:.9}.chat-item:hover .chat-download-button,.chat-download-button:hover,.chat-download-button:active{opacity:1;background-color:#d9fdd3}}.chat-header{background-color:#f0f2f5;padding:10px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e9edef;box-shadow:0 1px 2px #0000000d}.back-button{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s;display:none;align-items:center;justify-content:center;width:40px;height:40px;color:#54656f;flex-shrink:0}.back-button:hover{background-color:#e9edef}.back-button:active{background-color:#d1d7db}.chat-header-avatar{width:40px;height:40px;border-radius:50%;background-color:#dfe5e7;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.chat-header-info{flex:1;min-width:0}.chat-header-info h3{font-size:16px;font-weight:500;color:#111b21;margin-bottom:2px}.chat-header-phone{font-size:13px;color:#667781}.chat-header-actions{display:flex;gap:8px}.icon-button{background:none;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.icon-button:hover{background-color:#e9edef}.icon-button:active{background-color:#d1d7db}.download-button{font-size:18px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.download-button:hover{background-color:#d9fdd3}.download-button:active{background-color:#c5f0b8;transform:scale(.95)}.download-button:focus{outline:2px solid #25d366;outline-offset:2px}.download-button:disabled{opacity:.5;cursor:not-allowed}.download-button.downloading{animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:1024px)and (min-width:769px){.chat-header{padding:10px 14px}.chat-header-avatar{width:38px;height:38px;font-size:18px}.chat-header-info h3{font-size:15px}.chat-header-phone{font-size:12px}.icon-button{width:34px;height:34px;font-size:18px}}@media(max-width:768px){.chat-header{padding:10px 12px;gap:10px}.back-button{display:flex}.chat-header-avatar{width:38px;height:38px;font-size:18px}.chat-header-info h3{font-size:15px}.chat-header-phone{font-size:12px}.icon-button{width:36px;height:36px;font-size:18px;padding:8px}.download-button{font-size:18px}}.message-row{display:flex;width:100%;margin-bottom:4px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-row-user{justify-content:flex-start}.message-row-bot{justify-content:flex-end}.message-bubble{max-width:65%;padding:6px 7px 8px 9px;border-radius:7.5px;position:relative;word-wrap:break-word}.message-user{background-color:#d9fdd3;border-bottom-right-radius:4px;box-shadow:none}.message-bot{background-color:#fff;border-bottom-left-radius:4px;box-shadow:0 1px .5px #00000021}.message-text{margin:0;font-size:14.2px;line-height:19px;color:#111b21;white-space:pre-wrap}.message-timestamp{font-size:11px;color:#667781;margin-top:2px;display:block;text-align:right;padding-top:2px}@media(max-width:1024px)and (min-width:769px){.message-bubble{max-width:70%;padding:6px 7px 7px 8px}.message-text{font-size:14px;line-height:18px}.message-timestamp{font-size:10px}}@media(max-width:768px){.message-bubble{max-width:85%;padding:6px 7px 7px 8px}.message-text{font-size:14px;line-height:18px}.message-timestamp{font-size:10px}}.chat-window-container{flex:1;display:flex;flex-direction:column;background-color:#efeae2;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 100 0 L 0 0 0 100' fill='none' stroke='%23e5ddd5' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23grid)' /%3E%3C/svg%3E");position:relative}.chat-window-empty{flex:1;display:flex;align-items:center;justify-content:center;background-color:#efeae2}.empty-state{text-align:center;color:#667781}.empty-icon{font-size:80px;margin-bottom:20px}.empty-state h3{font-size:24px;font-weight:300;color:#41525d;margin-bottom:8px}.empty-state p{font-size:14px;color:#667781}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:8px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:1024px)and (min-width:769px){.messages-container{padding:15px}.empty-icon{font-size:70px}.empty-state h3{font-size:22px}}@media(max-width:768px){.chat-window-container{display:none;position:absolute;inset:0;z-index:10}.chat-window-container.mobile-active{display:flex}.messages-container{padding:12px;gap:6px}.empty-icon{font-size:60px;margin-bottom:15px}.empty-state h3{font-size:20px}.empty-state p{font-size:13px}}.login-container{width:100%;height:100vh;background-color:#e5ddd5;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.02) 10px,rgba(0,0,0,.02) 20px);display:flex;justify-content:center;align-items:center;padding:20px}.login-box{width:100%;max-width:400px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:40px 32px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:32px}.login-icon{font-size:64px;margin-bottom:16px}.login-header h1{font-size:24px;font-weight:500;color:#111b21;margin-bottom:8px}.login-header p{font-size:14px;color:#667781}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#111b21}.form-group input{width:100%;padding:12px 16px;border:1px solid #e9edef;border-radius:8px;background-color:#fff;font-size:15px;color:#111b21;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-group input:focus{border-color:#25d366;box-shadow:0 0 0 2px #25d3661a}.form-group input:disabled{background-color:#f5f6f6;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#667781}.error-message{background-color:#fee;color:#c33;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #fcc}.login-button{width:100%;padding:14px;background-color:#25d366;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s;font-family:inherit;margin-top:8px}.login-button:hover:not(:disabled){background-color:#20ba5a}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{background-color:#a0a0a0;cursor:not-allowed;opacity:.7}@media(max-width:1024px)and (min-width:769px){.login-box{max-width:380px;padding:36px 28px}.login-icon{font-size:56px}.login-header h1{font-size:22px}}@media(max-width:768px){.login-container{padding:16px}.login-box{max-width:100%;padding:32px 24px;border-radius:8px}.login-icon{font-size:48px;margin-bottom:12px}.login-header h1{font-size:20px}.login-header p{font-size:13px}.form-group input{padding:11px 14px;font-size:16px}.login-button{padding:13px;font-size:15px}}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;height:100vh;background-color:#e5ddd5;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.02) 10px,rgba(0,0,0,.02) 20px);display:flex;justify-content:center;align-items:center;padding:20px}.dashboard-container{width:100%;max-width:1400px;height:90vh;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;overflow:hidden;position:relative}@media(max-width:1024px)and (min-width:769px){.app{padding:10px}.dashboard-container{height:95vh;max-width:100%}}@media(max-width:768px){.app{padding:0}.dashboard-container{height:100vh;border-radius:0;max-width:100%}}
