:root{--bg: #17212b;--bg-panel: #1c2733;--bg-input: #242f3d;--bg-hover: #2b5278;--bg-active: #2b5278;--bubble-out: #2b5278;--bubble-in: #182533;--text: #ffffff;--text-secondary: #aab8c5;--accent: #64b3ef;--danger: #e17076;--border: #101921;--radius: 12px}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:15px}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;background:var(--bg-hover);color:var(--text);padding:10px 16px;font-size:14px;transition:filter .15s}button:hover:not(:disabled){filter:brightness(1.15)}button:disabled{opacity:.5;cursor:default}button.primary{background:var(--accent);color:#10202e;font-weight:600}button.ghost{background:transparent;color:var(--text-secondary)}input,textarea{font-family:inherit;font-size:14px;color:var(--text);background:var(--bg-input);border:1px solid var(--border);border-radius:8px;padding:11px 12px;outline:none;width:100%}input:focus,textarea:focus{border-color:var(--accent)}label.field{display:block;margin-bottom:12px}label.field span{display:block;font-size:12px;color:var(--text-secondary);margin-bottom:4px}.auth-page{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#17212b,#1f2c3a 60%,#22384d)}.auth-card{width:360px;max-width:calc(100vw - 32px);background:var(--bg-panel);border-radius:16px;padding:28px;box-shadow:0 12px 40px #00000073}.auth-card h1{text-align:center;font-size:22px;margin:0}.auth-title{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}.auth-logo{width:40px;height:40px;object-fit:contain}.auth-card .subtitle{text-align:center;color:var(--text-secondary);font-size:13px;margin:0 0 20px}.auth-card .actions{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-top:18px}.auth-card a{color:var(--accent);text-decoration:none;font-size:13px}.apk-download{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border);color:var(--text-secondary);font-size:13px;text-decoration:none}.apk-download:hover{color:var(--accent)}.apk-download .apk-icon{width:18px;height:18px;flex-shrink:0}.hint-code{background:var(--bg-input);border-radius:8px;padding:8px 12px;font-size:13px;color:var(--accent);margin-bottom:12px}.messenger{display:flex;height:100%;overflow:hidden}.sidebar{width:340px;min-width:280px;background:var(--bg-panel);border-right:1px solid var(--border);display:flex;flex-direction:column}.sidebar-header{padding:12px;display:flex;gap:8px;align-items:center;border-bottom:1px solid var(--border)}.sidebar-header .title{font-weight:700;flex:1}.sidebar-logo{width:26px;height:26px;object-fit:contain}.chat-list{flex:1;overflow-y:auto}.chat-item{padding:10px 14px;display:flex;gap:12px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.04)}.chat-item:hover{background:#ffffff0a}.chat-item.active{background:var(--bg-active)}.avatar{width:46px;height:46px;min-width:46px;border-radius:50%;background:linear-gradient(135deg,#517da2,#7ea4c4);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px;color:#fff;position:relative}.avatar.group{background:linear-gradient(135deg,#6a5ba2,#9a8cc9)}.avatar .unread-badge{position:absolute;right:-4px;bottom:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#7c5cbf;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px var(--bg)}.chat-item .meta{flex:1;min-width:0}.chat-item .row{display:flex;justify-content:space-between;gap:8px}.chat-item .name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item .time{font-size:12px;color:var(--text-secondary);white-space:nowrap}.chat-item .preview{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.sidebar-footer{padding:10px 14px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary)}.sidebar-footer .who{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-placeholder{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.chat-window{flex:1;display:flex;flex-direction:column;min-width:0}.chat-header{padding:10px 16px;background:var(--bg-panel);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.chat-header .info{flex:1;min-width:0}.chat-header .name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header .sub{font-size:12px;color:var(--text-secondary)}.messages{flex:1;overflow-y:auto;padding:16px 8%;display:flex;flex-direction:column;gap:4px}.messages:before{content:"";margin-top:auto}.day-divider{align-self:center;font-size:12px;color:var(--text-secondary);background:#00000040;border-radius:12px;padding:3px 10px;margin:8px 0}.bubble-row{display:flex}.bubble-row.out{justify-content:flex-end}.bubble{max-width:70%;padding:7px 11px;border-radius:var(--radius);position:relative;word-wrap:break-word;white-space:pre-wrap}.bubble.in{background:var(--bubble-in);border-bottom-left-radius:4px}.bubble.out{background:var(--bubble-out);border-bottom-right-radius:4px}.bubble .sender{font-size:13px;font-weight:600;color:var(--accent);margin-bottom:2px;display:flex;align-items:center;gap:6px}.bubble .sender .sender-avatar{width:20px;height:20px;min-width:20px;border-radius:50%;object-fit:cover}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.bubble .quote{border-left:3px solid var(--accent);padding:2px 8px;margin-bottom:4px;font-size:13px;color:var(--text-secondary);background:#0000002e;border-radius:4px;cursor:pointer}.bubble .quote .q-author{color:var(--accent);font-weight:600}.bubble .time{float:right;font-size:11px;color:#ffffff8c;margin:6px 0 -2px 10px}.bubble .time .ticks{margin-right:3px;color:#ffffff8c}.bubble .time .ticks.read{color:var(--accent)}.bubble img.attachment-img{max-width:320px;max-height:260px;border-radius:8px;display:block;margin-bottom:4px;cursor:pointer}.file-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);cursor:pointer;text-decoration:none;margin-bottom:4px;font-size:14px}.reply-bar{display:flex;align-items:center;gap:8px;background:var(--bg-input);border-left:3px solid var(--accent);border-radius:6px;padding:6px 10px;margin:0 12px 6px;font-size:13px}.reply-bar .r-text{flex:1;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer{display:flex;gap:8px;padding:10px 12px;background:var(--bg-panel);border-top:1px solid var(--border)}.composer textarea{resize:none;height:44px;max-height:140px;flex:1}.load-older{align-self:center;font-size:12px;color:var(--text-secondary);padding:4px 0 10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:40}.modal{width:400px;max-width:calc(100vw - 32px);background:var(--bg-panel);border-radius:14px;padding:22px;box-shadow:0 12px 40px #00000080}.modal h2{margin:0 0 16px;font-size:18px}.modal .actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.search-results{margin-top:10px;max-height:240px;overflow-y:auto}.user-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer}.user-row:hover{background:var(--bg-hover)}.user-row .u-name{font-weight:600}.user-row .u-sub{font-size:12px;color:var(--text-secondary)}.info-panel{width:320px;background:var(--bg-panel);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto}.info-panel .panel-header{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-weight:700}.info-section{padding:12px 16px}.info-section h3{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.4px;color:var(--text-secondary)}.member-row{display:flex;align-items:center;gap:10px;padding:6px 0}.member-row .m-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-badge{font-size:11px;padding:2px 8px;border-radius:10px;background:var(--bg-input);color:var(--text-secondary)}.role-badge.owner{color:#f5c26b}.perm-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.perm-item{font-size:12px;color:var(--text-secondary);display:flex;gap:6px;align-items:center}.perm-item.on{color:var(--text)}.toasts{position:fixed;top:16px;right:16px;z-index:100;display:flex;flex-direction:column;gap:8px}.toast{background:var(--bg-input);border-radius:10px;padding:12px 16px;max-width:380px;box-shadow:0 8px 24px #0006;font-size:14px;cursor:pointer;border-left:3px solid var(--accent)}.toast.error{border-left-color:var(--danger)}.toast.info{border-left-color:var(--accent)}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.ctx-menu{position:absolute;top:100%;right:0;z-index:50;min-width:190px;background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;padding:4px;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000080}.ctx-menu.fixed-menu{position:fixed;top:auto;right:auto}.ctx-item{background:transparent;color:var(--text);text-align:left;padding:9px 12px;font-size:14px;border-radius:7px;white-space:nowrap}.ctx-item:hover{background:var(--bg-hover);filter:none}.ctx-item.danger{color:var(--danger)}.bubble-wrap{position:relative;display:flex;align-items:center;max-width:100%}.bubble-menu-btn{background:transparent;color:var(--text-secondary);padding:2px 5px;font-size:15px;border-radius:6px;opacity:0;transition:opacity .12s}.bubble-row:hover .bubble-menu-btn,.bubble-menu-btn.visible{opacity:1}.bubble-menu-btn:hover{background:var(--bg-hover);filter:none;color:var(--text)}.chat-menu-wrap{position:relative}.ctx-menu.chat-ctx{top:calc(100% + 4px)}
