*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:#e5ddd5;justify-content:center;align-items:center;min-height:100dvh;display:flex}#root{justify-content:center;align-items:center;width:100%;height:100dvh;display:flex}.app{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:480px;height:100dvh;max-height:800px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000026}header{color:#fff;background:#075e54;flex-shrink:0;align-items:center;gap:12px;min-height:56px;padding:12px 16px;display:flex}header .avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}header .info{flex:1;min-width:0}header .info h2{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}header .info p{opacity:.8;font-size:12px}.messages{-webkit-overflow-scrolling:touch;background:#e5ddd5;flex-direction:column;flex:1;gap:6px;min-height:0;padding:12px 16px;display:flex;overflow-y:auto}.message{word-wrap:break-word;-webkit-user-select:none;user-select:none;touch-action:manipulation;border-radius:8px;max-width:85%;padding:8px 12px;font-size:14px;line-height:1.4;-webkit-touch-callout:none!important}.message *{-webkit-touch-callout:none!important;touch-callout:none!important}.message.received{background:#fff;border-top-left-radius:0;align-self:flex-start}.message.sent{background:#dcf8c6;border-top-right-radius:0;align-self:flex-end}.message .time{color:#999;text-align:right;margin-top:4px;font-size:10px}.message .status{color:#43b581;margin-left:4px;font-size:10px}.chat-input{padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));background:#f0f0f0;flex-shrink:0;align-items:center;gap:6px;display:flex;position:relative}.chat-input input[type=text]{background:#fff;border:none;border-radius:24px;outline:0;flex:1;min-height:44px;padding:10px 14px;font-size:16px}.chat-input .icon-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;font-size:22px;line-height:1;transition:opacity .2s;display:flex}.chat-input .icon-btn:disabled{opacity:.4;cursor:default}.chat-input .icon-btn:hover{opacity:.7}.chat-input .send-btn{color:#fff;cursor:pointer;background:#075e54;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.chat-input.recording-mode{justify-content:space-between;padding:8px 16px}.recording-indicator{flex:1;align-items:center;gap:10px;display:flex}.recording-dot{background:#e74c3c;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.recording-timer{color:#333;font-variant-numeric:tabular-nums;font-size:16px;font-weight:600}.cancel-btn{background:#e74c3c!important;font-size:14px!important}.chat-input.audio-preview-mode{justify-content:space-between;gap:8px;padding:8px 12px}.play-btn{font-size:22px!important}.preview-timer{color:#333;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.preview-bar{cursor:pointer;background:#ddd;border-radius:2px;flex:1;height:4px;position:relative}.preview-bar-fill{background:#075e54;border-radius:2px;width:0;height:100%}.sending-spinner{border:2px solid #075e54;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.6s linear infinite spin}.chat-input.media-preview-mode{align-items:center;gap:8px;padding:8px 12px;display:flex}.media-preview-thumb{background:#ddd;border-radius:6px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.media-preview-thumb img,.media-preview-thumb video{object-fit:cover;width:100%;height:100%}.media-preview-name{color:#333;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}.audio-msg{align-items:center;gap:10px;min-width:200px;max-width:280px;padding:4px 0;display:flex}.audio-play-btn{cursor:pointer;background:0 0;border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:opacity .2s;display:flex}.audio-play-btn:hover{opacity:.7}.audio-track{cursor:pointer;background:#ddd;border-radius:2px;flex:1;min-width:60px;height:4px;position:relative}.audio-track-fill{pointer-events:none;border-radius:2px;height:100%}.audio-time{color:#666;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:35px;font-size:11px}.logout-btn{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;font-size:20px;line-height:1;display:flex}.logout-btn:hover,.logout-btn:active{opacity:1}.back-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;font-size:24px;line-height:1;display:flex}.back-btn:active{background:#ffffff26}.name-prompt{background:#075e54;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.name-prompt-box{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:360px;padding:32px 24px;box-shadow:0 4px 20px #00000026}.name-prompt-avatar{color:#fff;background:#128c7e;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:18px;font-weight:700;display:flex}.name-prompt-box h2{color:#111;margin-bottom:4px;font-size:22px}.name-prompt-box p{color:#666;margin-bottom:24px;font-size:14px}.name-prompt-box form{flex-direction:column;gap:14px;display:flex}.name-prompt-box input{text-align:center;border:2px solid #ddd;border-radius:10px;outline:0;min-height:48px;padding:14px 16px;font-size:16px}.name-prompt-box input:focus{border-color:#075e54}.name-prompt-box button{color:#fff;cursor:pointer;background:#075e54;border:none;border-radius:10px;min-height:48px;padding:14px;font-size:16px;font-weight:600}.name-prompt-box button:active{opacity:.9}.contact-list{flex-direction:column;height:100%;display:flex}.search-box{background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:8px 16px}.search-box input{background:#f0f2f5;border:none;border-radius:24px;outline:0;width:100%;min-height:40px;padding:10px 14px;font-size:15px}.search-box input:focus{background:#e0e2e5}.contact-list-scroll{-webkit-overflow-scrolling:touch;background:#fff;flex:1;overflow-y:auto}.empty-contacts{text-align:center;color:#999;padding:60px 20px;font-size:15px}.contact-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:14px;min-height:72px;padding:12px 16px;transition:background .15s;display:flex}.contact-item:active{background:#e0e0e0}.contact-avatar{color:#fff;background:#128c7e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;font-weight:700;display:flex}.contact-info{flex:1;min-width:0}.contact-top{justify-content:space-between;align-items:center;display:flex}.contact-name{color:#111;font-size:16px;font-weight:600}.contact-time{color:#999;flex-shrink:0;margin-left:8px;font-size:12px}.contact-bottom{justify-content:space-between;align-items:center;margin-top:3px;display:flex}.contact-preview{color:#666;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;overflow:hidden}.unread-badge{color:#fff;background:#25d366;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:8px;padding:0 7px;font-size:12px;font-weight:700;display:flex}.forward-overlay{z-index:100;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.forward-panel{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-width:480px;max-height:70vh;display:flex;overflow:hidden}.forward-header{text-align:center;border-bottom:1px solid #eee;flex-shrink:0;padding:16px;font-size:16px;font-weight:600}.forward-list{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.forward-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:14px;padding:12px 16px;display:flex}.forward-item:active{background:#e0e0e0}.forward-cancel{color:#075e54;cursor:pointer;background:0 0;border:none;border-top:1px solid #eee;flex-shrink:0;padding:14px;font-size:16px;font-weight:600}.msg-menu{z-index:200;background:#fff;border-radius:12px;min-width:140px;padding:6px 0;position:fixed;transform:translate(-50%,-100%)translateY(-12px);box-shadow:0 4px 20px #0003}.attach-menu{z-index:200;background:#fff;border-radius:14px;min-width:180px;padding:6px 0;position:fixed;bottom:80px;left:16px;overflow:hidden;box-shadow:0 4px 24px #0000002e}.attach-menu button{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:15px;display:flex}.attach-menu button:active{background:#f0f2f5}.msg-menu button{text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;width:100%;padding:12px 20px;font-size:15px;display:block}.msg-menu button:active{background:#f0f0f0}@media (width<=500px){.app{border-radius:0;max-width:100%;height:100dvh;max-height:none}.name-prompt-box{margin:0 16px}.chat-input{gap:4px;padding:6px 8px}.chat-input .icon-btn{min-width:38px;min-height:38px;padding:6px;font-size:20px}.chat-input .send-btn{width:38px;height:38px;font-size:16px}.chat-input input[type=text]{min-height:38px;padding:8px 12px;font-size:16px}}@media (width<=380px){.chat-input{gap:3px;padding:5px 6px}.chat-input .icon-btn{min-width:34px;min-height:34px;padding:4px;font-size:18px}.chat-input .send-btn{width:34px;height:34px;font-size:15px}.chat-input input[type=text]{min-height:34px;padding:7px 10px;font-size:15px}}
