html,body{height:100%}body.olevan-chat-body{margin:0;padding:0;background:#f1f3f6;font-family:Arial,Helvetica,sans-serif;overflow:hidden}#olevan-chat-app{width:100%;height:100vh;min-height:100vh;display:flex;flex-direction:column}.chat-header{height:64px;flex-shrink:0;background:#fff;border-bottom:1px solid #e1e4e8;display:flex;align-items:center;padding:0 20px;z-index:20}.chat-header-product{display:flex;align-items:center;gap:12px}.product-avatar,.chat-product-avatar{width:42px;height:42px;border-radius:50%;background:#e85d3f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.product-header-info h1{margin:0;font-size:17px;line-height:1.2;color:#1d2327}.product-header-info span{display:block;margin-top:3px;font-size:12px;color:#72777c}.chat-layout{flex:1;min-height:0;display:flex;overflow:hidden;position:relative}.chat-sidebar{width:280px;flex-shrink:0;background:#fff;border-right:1px solid #e1e4e8;overflow-y:auto;padding:15px 0;z-index:10}.chat-sidebar-title{padding:5px 20px 12px;font-size:12px;font-weight:700;color:#72777c;letter-spacing:.5px}.chat-product-item{display:flex;align-items:center;gap:12px;padding:10px 18px;text-decoration:none;color:#1d2327;transition:background 0.15s ease;cursor:pointer}.chat-product-item:hover{background:#f4f5f6}.chat-product-item.active{background:#f0f2f5;font-weight:600}.chat-product-avatar{width:38px;height:38px;font-size:12px;background:#e85d3f}.chat-product-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.chat-no-products{padding:20px;color:#646970;font-size:14px;line-height:1.5}.chat-messages{flex:1;min-width:0;min-height:0;height:auto;overflow-y:auto;overflow-x:hidden;padding:25px 25px 40px;background:#111;scroll-behavior:smooth}.chat-message{width:100%;max-width:850px;margin:0 auto 20px;flex-shrink:0}.message-bubble{display:inline-block;max-width:100%;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px rgb(0 0 0 / .08);overflow:visible}.message-bubble p{margin:0;color:#1d2327;font-size:15px;line-height:1.55;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}.message-time{margin-top:8px;font-size:11px;color:#8c8f94;text-align:right}.message-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px}.message-actions button,.message-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border:1px solid #dcdcde;border-radius:7px;background:#fff;color:#333;font-size:13px;line-height:1.2;text-decoration:none;cursor:pointer;transition:background 0.15s ease,border-color 0.15s ease}.message-actions button:hover,.message-actions a:hover{background:#f0f0f1;border-color:#b8bcc2}.chat-message-image{text-align:left}.image-bubble{padding:8px;display:block;width:fit-content;max-width:100%}.chat-image{display:block;max-width:100%;width:auto;height:auto;max-height:700px;object-fit:contain;border-radius:8px}.audio-bubble{width:100%;max-width:600px}.chat-audio{display:block;width:100%;max-width:550px}.video-bubble{width:100%;max-width:850px;padding:8px}.chat-video{display:block;width:100%;max-width:100%;height:auto;max-height:650px;border-radius:8px;background:#000}.document-bubble{display:flex;align-items:center;gap:12px;min-width:280px;max-width:600px}.document-icon{font-size:32px;flex-shrink:0}.document-info{flex:1;min-width:0}.document-name{font-size:14px;font-weight:600;color:#1d2327;word-break:break-word}.document-type{margin-top:4px;font-size:12px;color:#72777c}.welcome-message{width:100%;max-width:700px;margin:60px auto;padding:35px;background:#fff;border-radius:14px;text-align:center;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.welcome-message h2{margin:0 0 10px;font-size:24px;color:#1d2327}.welcome-message p{margin:0;color:#646970;line-height:1.5}.chat-footer{height:42px;flex-shrink:0;background:#fff;border-top:1px solid #e1e4e8;display:flex;align-items:center;justify-content:center}.chat-footer p{margin:0;color:#72777c;font-size:12px}.chat-messages::-webkit-scrollbar,.chat-sidebar::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track,.chat-sidebar::-webkit-scrollbar-track{background:#fff0}.chat-messages::-webkit-scrollbar-thumb,.chat-sidebar::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover,.chat-sidebar::-webkit-scrollbar-thumb:hover{background:#999}.olevan-mobile-menu-button{display:none;width:40px;height:40px;margin-right:10px;border:none;border-radius:8px;background:#f1f3f6;color:#1d2327;font-size:22px;cursor:pointer;align-items:center;justify-content:center}.olevan-mobile-overlay{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .35);z-index:90}@media (max-width:900px){.chat-sidebar{width:230px}.chat-messages{padding:20px 18px 35px}}@media (max-width:700px){body.olevan-chat-body{overflow:hidden}.chat-header{height:60px;padding:0 12px}.olevan-mobile-menu-button{display:flex}.chat-header-product{min-width:0;flex:1}.product-avatar{width:38px;height:38px}.product-header-info{min-width:0}.product-header-info h1{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-header-info span{font-size:11px}.chat-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);height:100vh;padding-top:70px;border-right:1px solid #dcdcde;box-shadow:4px 0 18px rgb(0 0 0 / .15);transform:translateX(-105%);transition:transform 0.25s ease;z-index:100;overflow-y:auto}body.olevan-chat-menu-open .chat-sidebar{transform:translateX(0)}body.olevan-chat-menu-open .olevan-mobile-overlay{display:block}.chat-layout{display:flex;min-height:0}.chat-messages{width:100%;min-width:0;padding:15px 12px 30px}.chat-message{max-width:100%;margin-bottom:16px}.message-bubble{max-width:100%;padding:12px 13px}.message-bubble p{font-size:14px;line-height:1.5}.image-bubble{width:100%;padding:5px}.chat-image{width:100%;max-width:100%;max-height:none;height:auto}.video-bubble{width:100%;padding:5px}.chat-video{width:100%;max-height:none}.audio-bubble{width:100%}.chat-audio{width:100%}.document-bubble{min-width:0;width:100%}.message-actions{gap:6px}.message-actions button,.message-actions a{min-height:36px;padding:7px 10px;font-size:12px}.welcome-message{margin:30px auto;padding:25px 18px}.welcome-message h2{font-size:21px}.chat-footer{height:38px}.chat-footer p{font-size:11px}}@media (max-width:400px){.chat-header{padding:0 8px}.olevan-mobile-menu-button{width:36px;height:36px;margin-right:7px;font-size:20px}.product-avatar{width:35px;height:35px}.product-header-info h1{font-size:14px}.chat-messages{padding:12px 8px 25px}.message-actions{width:100%}.message-actions button,.message-actions a{flex:1}}