:root{--bg: #f0f2f5;--hover: rgba(0, 0, 0, .04);--surface: #ffffff;--date: #e1dede;--text: #111111;--text-muted: #666666;--border: #e0e0e0;--primary: #2563eb}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{overflow:hidden}body{background:var(--bg);color:var(--surface);font-family:system-ui,sans-serif}*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont}html{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}body{width:100%;max-width:100%;height:100%;overflow-x:hidden}:root{--bg: #0b0f14;--card-bg: #121826;--border: #1f2937;--text-main: #e5e7eb;--text-muted: #9ca3af;--placeholder: #6b7280;--input-bg: #0b0f14;--primary: #2563eb;--primary-hover: #1d4ed8}@media(prefers-color-scheme:light){:root{--bg: #f9fafb;--card-bg: #ffffff;--border: #e5e7eb;--text-main: #111827;--text-muted: #6b7280;--placeholder: #9ca3af;--input-bg: #f9fafb;--primary: #2563eb;--primary-hover: #1d4ed8}}body{background-color:var(--bg);color:var(--text-main)}.auth-container{min-height:100vh;width:100%;max-width:100%;display:flex;justify-content:center;align-items:center;padding:16px;background:radial-gradient(600px circle at center,rgba(37,99,235,.08),transparent 60%)}.auth-card{width:100%;max-width:440px;background:var(--card-bg);padding:clamp(20px,5vw,32px);border-radius:16px;box-shadow:0 10px 25px #0000001f,0 0 0 1px var(--border)}.auth-title{font-size:clamp(20px,4.5vw,22px);font-weight:600;margin-bottom:8px}.auth-text{font-size:clamp(13px,3.5vw,14px);color:var(--text-muted);margin-bottom:24px;line-height:1.4}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form input{width:100%;padding:14px;border-radius:10px;border:1px solid var(--border);background:var(--input-bg);color:var(--text-main);font-size:15px}.auth-form input::placeholder{color:var(--placeholder)}.auth-form input:focus{outline:none;border-color:var(--primary)}.auth-form button{margin-top:6px;padding:14px;border-radius:10px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:15px;cursor:pointer}.auth-form button:hover{background:var(--primary-hover)}.auth-note{margin-top:16px;font-size:clamp(11px,3vw,12px);color:var(--text-muted);text-align:center}@media(min-width:768px){.auth-card{border-radius:18px}}.qr-screen{height:100%;background:#f5f5f7;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.qr-card{background:#fff;padding:24px;border-radius:24px;width:320px;text-align:center;box-shadow:0 10px 30px #00000014}.qr-title{font-size:20px;font-weight:600;margin-bottom:16px}.qr-box{background:#f0f2f5;padding:16px;border-radius:16px;margin-bottom:16px}.qr-box canvas{width:100%;height:auto}.qr-subtext{font-size:14px;color:#6e6e73;line-height:1.4;margin-bottom:12px}.qr-secure-note{font-size:12px;color:#0a84ff;font-weight:500}.upload-screen{height:100%;background:#f5f5f7;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.upload-card{width:340px;background:#fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 12px 30px #00000014}.upload-title{font-size:20px;font-weight:600;margin-bottom:8px}.upload-subtitle{font-size:14px;color:#6e6e73;margin-bottom:20px}.upload-btn{display:inline-block;background:#007aff;color:#fff;padding:10px 18px;border-radius:18px;font-size:14px;cursor:pointer;margin-bottom:18px;transition:.2s}.upload-btn:hover{background:#0066d6}.security-note{font-size:13px;color:#3a3a3c;line-height:1.5;margin-bottom:14px}.security-explain{font-size:12px;color:#6e6e73;line-height:1.6;background:#f0f2f5;padding:12px;border-radius:12px;margin-bottom:16px}.waiting-screen{height:100%;background:#f5f5f7;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.waiting-card{width:320px;background:#fff;padding:28px;border-radius:24px;text-align:center;box-shadow:0 12px 30px #00000014}.waiting-title{font-size:18px;font-weight:600;margin-top:12px;margin-bottom:10px}.waiting-subtext{font-size:14px;color:#6e6e73;line-height:1.5;margin-bottom:16px}.security-box{font-size:12px;color:#6e6e73;background:#f0f2f5;padding:12px;border-radius:12px;line-height:1.6;margin-bottom:14px}.secure-badge{font-size:12px;color:#0a84ff;font-weight:500}.loader{width:28px;height:28px;border:3px solid #ddd;border-top:3px solid #007aff;border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-item{display:flex;align-items:center;padding:10px 16px;gap:12px;cursor:pointer}.chat-item{transition:background-color .12s ease}.chat-item:hover{background:var(--hover)}.chat-item:hover .chat-time{color:var(--text-primary)}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-content{flex:1;min-width:0}.chat-top{display:flex;justify-content:space-between;align-items:center}.chat-name{font-weight:600;color:var(--text-primary);min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:12px;color:var(--text-muted);flex-shrink:0}.chat-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.chat-preview{font-size:13px;color:var(--text-muted);min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-status{font-size:12px;flex-shrink:0;color:var(--text-muted)}.unread-dot{width:8px;height:8px;background:#007aff;border-radius:50%;margin-left:auto}.avatar-wrapper{position:relative;width:42px;height:42px}.avatar{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.avatar-wrapper.verified .avatar{box-shadow:0 0 0 2px #34c759}.verified-badge{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background:#34c759;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;border:2px solid white}.chat-list{display:flex;flex-direction:column;color:var(--text);background-color:#fff;width:clamp(260px,25%,360px);flex-shrink:0;border-right:1px solid #cdcdcd}@media(max-width:768px){.chat-list{width:100%}}.header{height:60px;padding:0 16px;display:flex;flex-shrink:0;align-items:center;justify-content:space-between}.header>div:first-child{height:26px;font-size:20px;font-weight:600;color:var(--text-primary)}.i-mv{display:flex;align-items:center;gap:16px}.chat-list-header-searchbar{position:sticky;top:0;background:var(--bg)}.h-s{display:flex;flex-direction:column;height:20%;justify-content:space-evenly}.chat-list-items{flex:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column}.chat-list-items{scrollbar-width:thin}.chat-list-items::-webkit-scrollbar{width:6px}.chat-list-items::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.icon-btn{all:unset;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:background-color .12s ease}.c-icon{width:26px;height:26px;transform:scale(1.05);flex-shrink:0;fill:currentColor}.c-icon{transition:background-color .12s ease}.c-icon :hover{background:var(--hover)}.mv-container{position:relative}.mv-icon{width:24px;height:24px;cursor:pointer;fill:#333}.mv-dropdown{position:absolute;right:0;top:36px;width:200px;background:#fff;border-radius:14px;padding:6px 0;box-shadow:0 8px 20px #0000001a;z-index:10;animation:fadeIn .15s ease}.mv-item{padding:10px 14px;font-size:14px;cursor:pointer}.mv-item:hover{background:#f5f5f7}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.chat-search{box-shadow:0 0 0 2px #0000000d;height:52px;margin:8px 12px;display:flex;align-items:center;gap:12px;padding:0 12px;background:var(--surface);border-radius:999px}.chat-list-header-searchbar{display:flex;flex-direction:column;position:sticky;top:0;background:var(--bg)}.chat-search input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:var(--text-primary)}.chat-search input::placeholder{color:var(--text-muted)}.chat-search:focus-within{box-shadow:0 0 0 2px var(--primary)}.chat-search .icon{fill:currentColor;color:var(--text-muted);width:20px;height:20px;flex-shrink:0}.icon-btn{height:24px;width:24px;cursor:pointer;fill:var(--text-muted)}.more-container{position:relative}.icon-btn{background:none;border:none;cursor:pointer}.moreicon{width:22px;height:22px;fill:#333}.dropdown{position:absolute;right:0;top:36px;width:220px;background:#fff;border-radius:14px;box-shadow:0 10px 25px #0000001f;padding:6px 0;z-index:999}.item{padding:10px 14px;font-size:14px;cursor:pointer}.item:hover{background:#f5f5f7}.item.info{color:#007aff}.info-box{padding:12px;font-size:12px;color:#6e6e73;line-height:1.5;border-top:1px solid #eee;background:#fafafa}.info-box .highlight{color:#000;font-weight:500}.chat-header{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #e5e5ea}.back-btn{background:none;border:none;font-size:20px;cursor:pointer;margin-right:8px}.chat-user{display:flex;align-items:center;gap:10px;flex:1}.chat-user-info{display:flex;flex-direction:column}.name{font-size:16px;font-weight:600}.verified-text{font-size:12px;color:#34c759}.chat-actions{display:flex;align-items:center;gap:12px}.message{display:flex;width:100%}.message.incoming{justify-content:flex-start}.message.outgoing{justify-content:flex-end}.bubble{max-width:65%;padding:10px 14px;border-radius:18px;display:flex;flex-direction:column;gap:4px;font-size:15px;line-height:1.4;word-break:break-word}.message.incoming .bubble{background:#e5e5ea;color:#000}.message.outgoing .bubble{background:#007aff;color:#fff}.bubble.grouped{margin-top:2px}.bubble img,.bubble video,.bubble iframe{max-width:220px;border-radius:12px}.meta{font-size:11px;opacity:.6;text-align:right}.delete-btn{background:#000000bf;color:#fff;border:none;border-radius:12px;padding:4px 8px;font-size:11px;cursor:pointer;opacity:0;transform:scale(.9);transition:.2s}.message:hover .delete-btn{opacity:1;transform:scale(1)}.bubble:active .delete-btn{opacity:1}.chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:6px;background:#f5f5f7}.date-separator{text-align:center;font-size:12px;color:#666;margin:10px 0}.chat-input-wrapper{padding:10px;background:#f5f5f7;border-top:1px solid #ddd}.chat-input{display:flex;align-items:center;gap:10px;background:#fff;border-radius:25px;padding:10px 14px;box-shadow:0 1px 2px #0000000d}.file-input{display:none}.file-btn{font-size:20px;cursor:pointer;opacity:.7;transition:.2s}.file-btn:hover{opacity:1}.message-input{flex:1;border:none;outline:none;resize:none;font-size:15px;line-height:20px;max-height:120px;overflow-y:auto;background:transparent}.send-btn{background:#007aff;border:none;color:#fff;width:34px;height:34px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.send-btn:hover{background:#0066d6}.send-btn:disabled{background:#ccc;cursor:not-allowed}.preview-container{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.preview-item{position:relative}.cancel-btn{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border:none;border-radius:50%;background:#000;color:#fff;font-size:12px;cursor:pointer}.preview-item img{width:80px;height:80px;object-fit:cover;border-radius:10px}.preview-item video{width:100px;border-radius:10px}.pdf-preview{background:#fff;padding:10px;border-radius:10px;font-size:12px}.typing-indicator{font-size:12px;opacity:.7;margin:6px 12px;display:flex;align-items:center;gap:6px;background-color:red}.typing-indicator .dots{display:flex;gap:2px}.typing-indicator .dots i{width:4px;height:4px;background:currentColor;border-radius:50%;animation:blink 1.4s infinite both}.typing-indicator .dots i:nth-child(2){animation-delay:.2s}.typing-indicator .dots i:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.chat-screen{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;background:var(--surface);min-height:0}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;background:#f5f5f7}.empty-card{text-align:center;background:#fff;padding:28px;border-radius:24px;width:280px;box-shadow:0 10px 30px #00000014}.empty-icon{font-size:40px;margin-bottom:10px}.empty-title{font-size:18px;font-weight:600;margin-bottom:6px}.empty-subtext{font-size:14px;color:#6e6e73;margin-bottom:16px}.empty-btn{background:#007aff;color:#fff;border:none;padding:10px 16px;border-radius:18px;font-size:14px;cursor:pointer}.empty-btn:hover{background:#0066d6}.settings-screen{height:100%;background:#f5f5f7;padding:20px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;overflow-y:auto}.settings-title{font-size:22px;font-weight:600;margin-bottom:20px}.settings-group{background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}.group-title{font-size:13px;color:#6e6e73;padding:10px 14px}.settings-item{padding:14px;display:flex;justify-content:space-between;align-items:center;font-size:15px;border-top:1px solid #eee}.settings-group .settings-item:first-of-type{border-top:none}.value{color:#6e6e73}.value.blue{color:#007aff;font-weight:500}.value.mono{font-family:monospace;font-size:12px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.clickable{cursor:pointer}.clickable:hover{background:#f5f5f7}.danger{color:#ff3b30;text-align:center;justify-content:center;cursor:pointer}.userdata{color:#64ff30;text-align:center;justify-content:center;cursor:pointer}.userdata2{color:#ffe030;text-align:center;justify-content:center;cursor:pointer}.danger:hover{background:#fff0f0}.vc-screen{height:100%;background:#f5f5f7;padding:20px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.vc-title{font-size:22px;font-weight:600;margin-bottom:20px}.vc-empty{text-align:center;color:#6e6e73;margin-top:40px}.vc-list{display:flex;flex-direction:column;gap:10px}.vc-item{background:#fff;border-radius:16px;padding:14px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000000d}.vc-name{font-size:15px;font-weight:500}.vc-key{font-size:12px;color:#6e6e73;font-family:monospace}.vc-status{font-size:12px;padding:6px 10px;border-radius:12px}.vc-status.verified{background:#e6f4ea;color:#34c759}.vc-status.not-verified{background:#fff4e5;color:#ff9500}.privacy-screen{background:#f5f5f7;height:100%;padding:20px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.privacy-title{font-size:22px;font-weight:600;margin-bottom:20px}.privacy-card{background:#fff;border-radius:16px;padding:16px;margin-bottom:16px}.highlight{font-size:15px;font-weight:500;color:#000}.privacy-group{background:#fff;border-radius:16px;padding:14px;margin-bottom:16px}.group-title{font-size:13px;color:#6e6e73;margin-bottom:8px}.privacy-group ul{padding-left:16px;font-size:14px;color:#333}.link{padding:10px 0;color:#007aff;cursor:pointer}.privacy-tip{font-size:12px;color:#6e6e73;text-align:center;margin-top:10px}.app{height:100%;display:flex}
