:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:#17302d;background:#eef3f2;font-synthesis:none;text-rendering:optimizeLegibility;--brand: #1b5fd1;--brand-dark: #13479f;--brand-soft: #e1ebff;--surface: #ffffff;--text: #17302d;--muted: #6d7f7c;--line: #dce5e3;--danger: #d64545;--success: #159661;--shadow: 0 12px 35px rgba(19, 59, 54, .13)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{overscroll-behavior:none;background:#eef3f2}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}button:disabled{opacity:.55}.app-shell,.conversation-page,.chat-page{min-height:100dvh;max-width:760px;margin:0 auto;background:var(--surface)}.splash,.auth-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#d5eeeb 0,#eef3f2 48%,#e7efed)}.splash{align-content:center;gap:12px;color:var(--muted)}.brand-mark{width:72px;height:72px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,var(--brand),#557ee8);color:#fff;font-weight:800;font-size:24px;box-shadow:var(--shadow)}.auth-card{width:min(100%,500px);padding:30px 24px;border-radius:28px;background:#fffffff5;box-shadow:var(--shadow)}.auth-card>.brand-mark{margin:0 auto 18px}.auth-card h1{text-align:center;margin:0;font-size:27px}.auth-card>p{text-align:center;line-height:1.5;margin:10px auto 24px;max-width:390px}.muted{color:var(--muted)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:#edf3f2;border-radius:14px;margin-bottom:22px}.auth-tabs button{border:0;border-radius:11px;padding:11px;background:transparent;color:var(--muted);font-weight:650}.auth-tabs button.active{background:#fff;color:var(--brand);box-shadow:0 3px 11px #143f3914}form{display:grid;gap:16px}label{display:grid;gap:7px;color:#405451;font-size:14px;font-weight:650}input,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;color:var(--text);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #0f766e1f}.name-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.primary-button,.secondary-button{border:0;border-radius:13px;padding:12px 17px;font-weight:750;cursor:pointer}.primary-button{background:var(--brand);color:#fff}.primary-button:active{background:var(--brand-dark)}.secondary-button{background:var(--brand-soft);color:var(--brand-dark)}.full{width:100%}.error-box{padding:11px 13px;border-radius:12px;background:#fff0f0;color:#a82f2f;font-size:14px}.main-header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;min-height:88px;padding:max(16px,env(safe-area-inset-top)) 18px 14px;background:var(--brand);color:#fff}.main-header h1{margin:0;font-size:26px}.main-header p{margin:3px 0 0;opacity:.82;font-size:13px}.header-actions,.chat-call-actions{display:flex;gap:8px}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;color:inherit;background:transparent;font-size:24px;cursor:pointer}.icon-button:active{background:#ffffff24}.header-icon{background:#ffffff1f}.conversation-list{min-height:calc(100dvh - 88px);background:#fff}.conversation-row{width:100%;display:flex;gap:13px;align-items:center;border:0;border-bottom:1px solid #edf1f0;background:#fff;text-align:left;padding:13px 16px;color:var(--text);cursor:pointer}.conversation-row:active{background:#f2f7f6}.avatar-wrap{position:relative;flex:0 0 auto}.avatar{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#bce6e0,#dff3f0);color:var(--brand-dark);font-weight:800;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.avatar-large{width:108px;height:108px;font-size:30px}.presence-dot{position:absolute;right:1px;bottom:1px;width:13px;height:13px;border-radius:50%;border:2px solid white;background:#aab5b3}.presence-dot.online{background:#1eb978}.conversation-body{min-width:0;flex:1}.conversation-topline,.conversation-bottomline{display:flex;align-items:center;justify-content:space-between;gap:10px}.conversation-topline strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px}.conversation-topline time{color:var(--muted);font-size:12px;flex:0 0 auto}.conversation-bottomline{margin-top:5px;color:var(--muted);font-size:14px}.conversation-bottomline>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.unread-badge{min-width:23px;height:23px;padding:0 7px;border-radius:12px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px}.empty-state,.center-note,.chat-empty{text-align:center;color:var(--muted);padding:50px 28px}.empty-state{display:grid;justify-items:center;gap:10px}.empty-state h2{margin:0;color:var(--text)}.empty-state p{margin:0 0 8px;line-height:1.5;max-width:380px}.empty-icon{font-size:46px}.chat-page{display:grid;grid-template-rows:auto 1fr auto;height:100dvh;overflow:hidden}.chat-header{z-index:5;min-height:68px;padding:max(8px,env(safe-area-inset-top)) 8px 8px;display:flex;align-items:center;gap:4px;background:var(--brand);color:#fff}.back-button{font-size:38px;line-height:1}.chat-person{min-width:0;display:flex;align-items:center;gap:10px;flex:1}.chat-person .avatar{width:42px;height:42px;background:#ffffff2e;color:#fff}.chat-person div:last-child{min-width:0;display:grid;gap:2px}.chat-person strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-person small{opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.chat-call-actions .icon-button{background:#ffffff1a;font-size:21px}.messages{overflow-y:auto;padding:16px 11px 12px;background-color:#e9f0ee;background-image:radial-gradient(rgba(15,118,110,.055) 1px,transparent 1px);background-size:18px 18px;scroll-behavior:smooth}.message-row{display:flex;margin:4px 0}.message-row.mine{justify-content:flex-end}.message-row.theirs{justify-content:flex-start}.message-bubble{max-width:min(82%,560px);position:relative;border-radius:17px;padding:9px 10px 6px;box-shadow:0 1px 2px #1836321a;overflow:visible}.mine .message-bubble{background:#d1f2e7;border-bottom-right-radius:5px}.theirs .message-bubble{background:#fff;border-bottom-left-radius:5px}.message-bubble.deleted{background:#f4f6f5;color:var(--muted);font-style:italic}.message-text{margin:0;line-height:1.42;white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px}.deleted-text{margin:0}.message-meta{min-height:16px;display:flex;justify-content:flex-end;align-items:center;gap:4px;margin:3px 0 0 10px;color:#71827f;font-size:10px}.ticks{font-weight:800;letter-spacing:-2px;margin-left:1px}.ticks.read{color:#168bdf}.message-menu{position:relative;margin-left:3px}.message-menu summary{list-style:none;cursor:pointer;font-size:17px;line-height:12px}.message-menu summary::-webkit-details-marker{display:none}.message-menu>div{position:absolute;right:-3px;bottom:18px;z-index:4;min-width:110px;padding:5px;border-radius:10px;background:#fff;box-shadow:var(--shadow)}.message-menu button{display:block;width:100%;padding:9px;border:0;background:transparent;text-align:left;border-radius:7px}.message-menu button:active{background:#edf3f2}.danger-text{color:var(--danger)}.image-attachment{display:block;margin:-3px -4px 6px}.image-attachment img{display:block;max-width:100%;max-height:360px;border-radius:12px;object-fit:cover}.file-attachment{display:flex;gap:10px;align-items:center;min-width:220px;padding:10px;margin:-2px -3px 6px;border-radius:12px;color:var(--text);background:#ffffffa6;text-decoration:none}.file-attachment>span:last-child{min-width:0;display:grid;gap:3px}.file-attachment strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-attachment small{color:var(--muted)}.file-icon{font-size:24px}.typing-bubble{width:55px;display:flex;gap:4px;padding:12px 14px;border-radius:17px 17px 17px 5px;background:#fff}.typing-bubble i{width:7px;height:7px;border-radius:50%;background:#82918f;animation:typing 1s infinite ease-in-out}.typing-bubble i:nth-child(2){animation-delay:.15s}.typing-bubble i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,70%,to{transform:translateY(0);opacity:.45}35%{transform:translateY(-4px);opacity:1}}.composer-wrap{padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e2e8e6}.composer{display:flex;align-items:flex-end;gap:7px}.composer textarea{min-height:44px;max-height:120px;resize:none;border-radius:22px;padding:11px 14px;line-height:1.4}.attach-button,.send-button{flex:0 0 auto;width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer}.attach-button{background:#edf4f2;color:var(--brand);font-size:25px}.send-button{background:var(--brand);color:#fff;font-size:20px}.selected-files{display:flex;gap:7px;overflow-x:auto;padding:0 2px 7px}.selected-files>div{max-width:220px;flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:10px;background:#edf4f2;font-size:12px}.selected-files span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.selected-files button{border:0;background:transparent;color:var(--danger)}.modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:18px;background:#0d24218c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(100%,460px);max-height:90dvh;overflow:auto;padding:22px;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.modal-card h2{margin:0}.modal-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.modal-title-row .icon-button{color:var(--muted)}.found-user{display:flex;gap:12px;align-items:center;margin-top:18px;padding:12px;border-radius:15px;background:#f1f6f5}.found-user>div:nth-child(2){min-width:0;display:grid;flex:1;gap:3px}.found-user small{color:var(--muted)}.recovery-card{display:grid;gap:14px}.recovery-card p{margin:0;color:var(--muted);line-height:1.5}.recovery-code{padding:16px;border-radius:14px;background:#edf4f2;color:var(--brand-dark);text-align:center;font-size:22px;font-weight:850;letter-spacing:2px}.call-modal-backdrop{z-index:90;background:linear-gradient(160deg,#08302cf0,#0d544bf0)}.incoming-card{color:#fff;text-align:center;display:grid;justify-items:center;gap:8px}.incoming-card h2{margin:12px 0 0}.incoming-card p{margin:0;opacity:.8}.incoming-card .avatar{background:#ffffff2e;color:#fff}.incoming-actions{display:flex;gap:70px;margin-top:55px}.round-button{width:58px;height:58px;border:0;border-radius:50%;display:grid;place-items:center;background:#ffffff2e;color:#fff;font-size:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.round-button.danger{background:var(--danger);transform:rotate(135deg)}.incoming-actions .round-button.danger{transform:none}.round-button.success{background:var(--success)}.round-button.active-control{background:#fff;color:#193b37}.call-overlay{position:fixed;inset:0;z-index:100;overflow:hidden;background:#082a27;color:#fff}.remote-video{width:100%;height:100%;object-fit:cover;background:#061f1d}.local-video{position:absolute;top:max(80px,calc(env(safe-area-inset-top) + 55px));right:14px;width:105px;height:145px;object-fit:cover;border-radius:14px;background:#0b3a35;box-shadow:0 8px 25px #00000059;transform:scaleX(-1)}.audio-call-main{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at center,#1a7168,#082a27 70%)}.audio-call-main .avatar{background:#ffffff26;color:#fff}.call-top{position:absolute;top:max(20px,env(safe-area-inset-top));left:20px;right:20px;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.45)}.call-top h2{margin:0;font-size:22px}.call-top p{margin:5px 0 0;opacity:.82}.call-controls{position:absolute;left:0;right:0;bottom:calc(25px + env(safe-area-inset-bottom));display:flex;justify-content:center;gap:14px}.speaker-permission{position:absolute;left:50%;bottom:115px;transform:translate(-50%);border:0;border-radius:22px;padding:11px 18px;background:#fff;color:#17302d;font-weight:750}@media(max-width:430px){.name-row{grid-template-columns:1fr}.auth-card{padding:25px 18px;border-radius:22px}.message-bubble{max-width:88%}.chat-call-actions{gap:2px}.chat-call-actions .icon-button{width:39px;height:39px}}@media(min-width:761px){body{padding:20px 0}.app-shell,.conversation-page,.chat-page{min-height:calc(100dvh - 40px);height:calc(100dvh - 40px);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.main-header{padding-top:16px}}.edit-message-card textarea{resize:vertical;min-height:150px;line-height:1.45}.edit-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.brand-logo{width:92px;height:92px;object-fit:contain;display:block;margin:0 auto 16px;border-radius:22px}.brand-logo-small{width:44px;height:44px;margin:0;border-radius:12px;background:#fff}.brand-mark-small{width:44px;height:44px;border-radius:12px;font-size:15px;box-shadow:none}.header-brand{display:flex;align-items:center;gap:11px}.header-brand h1{font-size:22px}.inline-search{display:grid;grid-template-columns:1fr auto;gap:8px}.compact-error{margin-top:10px}.section-title{margin:22px 0 10px;font-size:15px;color:var(--muted)}.selected-members{display:grid;gap:8px;margin:14px 0 20px}.selected-members>div,.member-list>div{display:flex;align-items:center;gap:10px;padding:9px;border-radius:13px;background:#f3f6fb}.selected-members .avatar,.member-list .avatar{width:40px;height:40px}.selected-members span{flex:1}.selected-members button{border:0;background:transparent;color:var(--danger);font-size:20px}.member-list{display:grid;gap:7px}.member-list span{display:grid;gap:2px}.member-list small{color:var(--muted)}.message-sender{margin-bottom:4px;font-size:11px;font-weight:800;color:var(--brand)}.system-message-row{justify-content:center;margin:10px 0}.call-message-bubble{width:min(90%,430px);max-width:430px;background:#ffffffdb;border-radius:15px;padding:10px 13px}.call-history-card{display:flex;align-items:center;gap:11px}.call-history-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);font-size:21px}.call-history-card>div:last-child{min-width:0;display:grid;gap:3px}.call-history-card strong{font-size:14px}.call-history-card small{color:var(--muted);font-size:11px}.remote-grid{position:absolute;inset:0;display:grid;gap:3px;background:#061f1d}.remote-grid.count-2{grid-template-columns:1fr 1fr}.remote-grid.count-3,.remote-grid.count-4,.remote-grid.count-5,.remote-grid.count-6{grid-template-columns:repeat(2,1fr)}.remote-tile{position:relative;min-width:0;min-height:0;overflow:hidden;background:#082a27}.remote-tile .remote-video{width:100%;height:100%;object-fit:cover}.remote-tile .audio-call-main{position:absolute;inset:0}.participant-name{position:absolute;left:8px;bottom:8px;z-index:3;max-width:calc(100% - 16px);padding:4px 8px;border-radius:12px;background:#00000073;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.waiting-pulse{width:90px;height:90px;display:grid;place-items:center;border-radius:50%;background:#ffffff24;font-size:38px;animation:pulse 1.4s infinite}@keyframes pulse{50%{transform:scale(1.08);opacity:.75}}.camera-invite-card{position:absolute;left:50%;bottom:118px;width:min(calc(100% - 30px),390px);transform:translate(-50%);display:grid;gap:5px;padding:14px;border-radius:16px;background:#fffffff5;color:var(--text);box-shadow:var(--shadow)}.camera-invite-card span{color:var(--muted);font-size:13px}.camera-invite-card>div{display:flex;justify-content:flex-end;gap:8px;margin-top:7px}.camera-invite-card button{border:0;border-radius:10px;padding:9px 12px}@media(max-width:430px){.header-brand h1{font-size:19px}.header-actions{gap:2px}.header-actions .icon-button{width:38px;height:38px}.remote-grid.count-3,.remote-grid.count-4,.remote-grid.count-5,.remote-grid.count-6{grid-template-columns:repeat(2,1fr)}}
