:root{--wh-green:#075e54;--light-green:#25d366;--msg-me:#dcf8c6;--bg:#ece5dd;--white:#fff;--muted:#7a7a7a}*{box-sizing:border-box}#root,body,html{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;height:100%;margin:0}button{cursor:pointer}.app-root{background:#ece5dd;background:var(--bg);display:flex;height:100vh;overflow:hidden}.sidebar{display:flex;flex-direction:column;width:330px}.sidebar.hidden{display:none}.sidebar-header{align-items:center;border-bottom:1px solid #eee;display:flex;gap:8px;height:60px;padding:12px 16px}.brand{color:#075e54;color:var(--wh-green);font-size:18px;font-weight:700}.search-bar{border-bottom:1px solid #f0f0f0;padding:10px}.search-bar input{background:#f8f8f8;border:1px solid #e6e6e6;border-radius:20px;padding:10px;width:100%}.chat-list .list{flex:1 1;overflow:auto}.chat-item{align-items:center;border-bottom:1px solid #f1f1f1;display:flex;gap:12px;padding:12px 14px}.chat-item:hover{background:#fafafa;cursor:pointer}.chat-item.active{background:#f0f8f7}.avatar{align-items:center;background:linear-gradient(135deg,#b2f2d0,#8ce6c1);border-radius:50%;color:#1b5e46;display:flex;font-weight:700;height:46px;justify-content:center;width:46px}.meta{align-items:flex-start!important}.name{font-size:15px;font-weight:600;line-height:1.2;margin:0 0 2px;overflow:hidden;white-space:nowrap}.time{color:#7a7a7a;color:var(--muted);font-size:12px}.meta{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;flex-wrap:nowrap!important;margin:0;min-width:0;padding:0}.last{font-size:13px;line-height:1.2;margin:0!important;padding-top:0;text-align:left;text-overflow:ellipsis;width:100%}.main{display:flex;flex:1 1;flex-direction:column}.mobile-top{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #eee;display:none;padding:8px 12px}.menu-btn{font-size:20px;margin-right:8px}.mobile-title{font-weight:600}.chat-window{display:flex;flex-direction:column;height:100%}.chat-header{align-items:center;background:#075e54;background:var(--wh-green);color:#fff;cursor:pointer;display:flex;gap:12px;padding:12px;white-space:nowrap}.back-btn{display:none;font-size:18px;margin-right:6px}.avatar-large{align-items:center;background:#bdeacb;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.avatar-large,.header-info .h-name{font-weight:700}.header-info .h-sub{color:#ffffffe6;font-size:12px}.messages{display:flex;flex:1 1;flex-direction:column;gap:6px;overflow:auto;padding:20px 16px;text-align:left}.loading{color:#7a7a7a;color:var(--muted);margin:8px;text-align:center}.msg-row{display:flex}.msg-row.them{justify-content:flex-start}.msg-row.me{justify-content:flex-end}.bubble{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 1px 0 #0000000a;max-width:72%;padding:10px 12px;position:relative}.msg-row.me .bubble{background:#dcf8c6;background:var(--msg-me);border-bottom-right-radius:2px}.txt{white-space:pre-wrap}.tick{color:#7a7a7a;color:var(--muted);font-size:12px}.tick-read{color:#2f95ff}.chat-time{color:#7a7a7a;color:var(--muted);display:flex;flex-direction:row;gap:7px}.input-area{align-items:center;background:#0000;border-top:1px solid #0000000f;display:flex;gap:8px;padding:10px 12px;position:relative}.emoji-btn{background:#fff;width:36px}.emoji-btn,.send-btn{border:none;border-radius:50%;height:36px}.send-btn{align-items:center;background:#25d366;background:var(--light-green);color:#fff;display:flex;font-weight:700;justify-content:center;width:44px}.emoji-panel{background:#fff;border:1px solid #eee;border-radius:8px;bottom:50px;box-shadow:0 6px 18px #00000014;display:flex;flex-wrap:wrap;gap:6px;left:20px;padding:8px;position:absolute;width:220px;z-index:2000}.emoji-item{background:#0000;border:none;font-size:20px;padding:6px}.chat-empty{align-items:center;color:#7a7a7a;color:var(--muted);display:flex;flex:1 1;flex-direction:column;justify-content:center}.chat-empty .big{font-size:20px;font-weight:600}.chat-empty .small{margin-top:8px}.menu-btn{margin-right:2px}.back-btn,.menu-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;padding:4px 8px;-webkit-user-select:none;user-select:none}.back-btn{margin-right:8px}.sidebar{background:#fff;background:var(--white);border-right:1px solid #ddd;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:300px;z-index:1000}.sidebar.visible{transform:translateX(0)}@media (min-width:768px){.sidebar{height:100vh;position:relative;transform:translateX(0);width:330px}.back-btn,.menu-btn{display:none}}.last{align-items:left!important;color:#7a7a7a;color:var(--muted);font-size:16px;font-weight:400;margin-top:15px;max-width:90%;overflow:hidden;text-align:left!important;white-space:nowrap}.text-input{-ms-overflow-style:none;border:1px solid #e6e6e6;border-radius:20px;box-sizing:border-box;flex:1 1;font-size:14px;line-height:1.4;max-height:100px;overflow-y:auto;padding:8px 10px;resize:none;scrollbar-width:none}.text-input::-webkit-scrollbar{height:0!important;width:0!important}
/*# sourceMappingURL=main.df09b3e2.css.map*/