body{margin:0}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}.app{background:#f4f5f7;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #e6e8eb;flex-direction:column;min-height:100vh;padding:22px 14px;display:flex}.brand{padding:4px 10px 25px}.brand-title{font-size:21px;font-weight:800}.hello{color:#73777f;margin-top:6px;font-size:14px}.sidebar-title{color:#888d95;text-transform:uppercase;padding:0 10px 9px;font-size:12px;font-weight:800}.groups{flex-direction:column;gap:5px;display:flex}.group-button{text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;padding:12px 13px;font-weight:650;display:flex}.group-button:hover{background:#f1f3f6}.group-button.active{background:#e8eefc}.group-icon{font-size:19px}.connection{color:#686d75;align-items:center;gap:7px;margin-top:auto;padding:20px 11px 5px;font-size:13px;display:flex}.online-dot,.offline-dot{background:#31a85c;border-radius:50%;width:9px;height:9px;display:inline-block}.offline-dot{background:#c2c5ca}.crypto{margin-left:auto}.main{flex-direction:column;min-width:0;min-height:100vh;display:flex}.room-header{background:#fff;border-bottom:1px solid #e7e8ea;justify-content:space-between;align-items:center;gap:14px;min-height:82px;padding:14px 22px;display:flex}.room-header h1{margin:0;font-size:23px}.room-sub{color:#858990;margin-top:4px;font-size:13px}.call-all{color:#fff;background:#1b6f47;border:0;border-radius:14px;padding:12px 17px;font-weight:750}.room-layout{flex:1;grid-template-columns:minmax(0,1fr) 250px;min-height:0;display:grid}.chat{flex-direction:column;min-width:0;height:calc(100vh - 82px);display:flex}.messages{flex:1;padding:22px;overflow-y:auto}.message-row{justify-content:flex-start;margin:7px 0;display:flex}.message-row.own{justify-content:flex-end}.bubble{background:#fff;border-radius:17px;max-width:min(680px,78%);padding:10px 13px 7px;box-shadow:0 2px 6px #0000000d}.message-row.own .bubble{background:#dff5e7}.sender{color:#2966a5;margin-bottom:4px;font-size:12px;font-weight:800}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.42}.time{color:#8b8f95;text-align:right;margin-top:5px;font-size:10px}.system-message{color:#888c92;text-align:center;padding:25px}.message-image,.message-video{border-radius:12px;max-width:min(430px,100%);max-height:420px;display:block}.file-link{color:#194e91;align-items:center;gap:9px;font-weight:650;text-decoration:none;display:flex}.attachment{color:#777}.composer{background:#fff;border-top:1px solid #e5e7ea;padding:8px 14px 12px}.emoji-row{gap:3px;padding-bottom:5px;display:flex;overflow-x:auto}.emoji-row button{background:0 0;border:0;border-radius:8px;padding:4px 6px;font-size:20px}.emoji-row button:hover{background:#f0f1f3}.composer-row{align-items:flex-end;gap:8px;display:flex}.composer textarea{resize:none;border:1px solid #dfe2e6;border-radius:16px;outline:none;flex:1;min-height:46px;max-height:120px;padding:12px 14px}.composer textarea:focus{border-color:#9bb7df}.attach,.send{border:0;border-radius:50%;width:46px;height:46px;font-size:21px}.attach{background:#eef0f3}.send{color:#fff;background:#2469c7}.uploading{color:#5d6570;margin-bottom:6px;font-size:12px}.members{background:#fff;border-left:1px solid #e6e8eb;padding:18px 14px;overflow-y:auto}.members h3{margin:0 5px 12px;font-size:15px}.member{align-items:center;gap:9px;padding:8px 5px;display:flex}.avatar{color:#34557f;background:#e8eef8;border-radius:50%;flex:0 0 35px;place-items:center;width:35px;height:35px;font-weight:800;display:grid}.member-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.member-call{background:#edf1f4;border:0;border-radius:50%;width:34px;height:34px}.error{color:#9c2828;background:#fff0f0;padding:8px 20px;font-size:13px}.loading-screen,.empty{text-align:center;color:#555;place-content:center;min-height:100vh;display:grid}.logo-heart{font-size:55px}.loading-screen h1{color:#171717;margin-bottom:4px}@media (width<=800px){.app{grid-template-columns:82px 1fr}.brand-title{font-size:0}.brand-title:before{content:"❤️";font-size:27px}.hello,.sidebar-title,.group-button span:not(.group-icon),.connection{display:none}.sidebar{padding:15px 9px}.group-button{justify-content:center;padding:13px}.group-icon{font-size:24px}.room-layout{grid-template-columns:1fr}.members{display:none}.bubble{max-width:88%}}@media (width<=520px){.app{display:block}.sidebar{border-bottom:1px solid #e6e8eb;border-right:0;flex-direction:row;align-items:center;height:66px;min-height:auto;padding:7px 8px;overflow-x:auto}.brand{padding:0 7px}.groups{flex-direction:row}.group-button{flex:none;padding:9px}.room-header{min-height:70px;padding:10px 12px}.room-header h1{font-size:20px}.call-all{padding:10px;font-size:13px}.chat{height:calc(100vh - 136px)}.messages{padding:10px}.composer{padding:6px 8px 9px}}:root{color:#191919;font-synthesis:none;background:#f3f5f7;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}button,input,textarea{font:inherit}
