.call-overlay{z-index:9999;padding:max(64px, env(safe-area-inset-top,64px)) 24px max(52px, env(safe-area-inset-bottom,52px));color:#fff;background:linear-gradient(160deg,#0d1b2a 0%,#1a2744 50%,#0f3460 100%);flex-direction:column;justify-content:space-between;align-items:center;animation:.28s cubic-bezier(.22,1,.36,1) both call-overlay-in;display:flex;position:fixed;inset:0}@keyframes call-overlay-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.call-overlay__body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}.call-overlay__avatar-wrap{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.call-overlay--ringing .call-overlay__ring{pointer-events:none;background:#6366f138;border-radius:50%;animation:2.4s ease-out infinite ring-pulse;position:absolute;inset:0}.call-overlay--ringing .call-overlay__ring:nth-child(2){background:#6366f124;animation-delay:.8s}.call-overlay--ringing .call-overlay__ring:nth-child(3){background:#6366f112;animation-delay:1.6s}@keyframes ring-pulse{0%{opacity:1;transform:scale(.72)}to{opacity:0;transform:scale(1.55)}}.call-overlay__avatar{z-index:1;color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:112px;height:112px;font-size:46px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000073}.call-overlay__avatar img{object-fit:cover;width:100%;height:100%;display:block}.call-overlay--active .call-overlay__avatar-wrap{width:88px;height:88px}.call-overlay--active .call-overlay__avatar{width:88px;height:88px;font-size:36px}.call-overlay__call-type{z-index:2;color:#fffc;background:#1e293b;border:2.5px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;bottom:0;right:50%;transform:translate(50%,50%)}.call-overlay__call-type svg{width:16px;height:16px}.call-overlay__name{color:#fff;text-align:center;letter-spacing:-.4px;margin:0;font-size:28px;font-weight:700;line-height:1.15}.call-overlay__status{color:#ffffff8c;text-align:center;max-width:280px;margin:0;font-size:15px;line-height:1.4}.call-overlay__status--ringing{color:#ffffffb3;font-size:16px;animation:1.8s ease-in-out infinite ringing-blink}@keyframes ringing-blink{0%,to{opacity:1}50%{opacity:.45}}.call-overlay__status--error{color:#fca5a5}.call-overlay__timer{color:#ffffffe0;font-variant-numeric:tabular-nums;letter-spacing:1.5px;margin:0;font-size:22px;font-weight:500}.call-overlay__actions{justify-content:center;align-items:center;gap:56px;width:100%;display:flex}.call-overlay__btn-wrap{flex-direction:column;align-items:center;gap:12px;display:flex}.call-overlay__btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;transition:opacity .15s,transform .12s,box-shadow .15s;display:flex}.call-overlay__btn:active{opacity:.75;transform:scale(.9)}.call-overlay__btn svg{flex-shrink:0;width:30px;height:30px}.call-overlay__btn--accept{background:#22c55e;animation:1.2s ease-in-out infinite accept-bounce;box-shadow:0 6px 24px #22c55e73}@keyframes accept-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}.call-overlay__btn--decline,.call-overlay__btn--hangup{background:#ef4444;box-shadow:0 6px 24px #ef444466}.call-overlay__btn-label{color:#fff9;text-align:center;pointer-events:none;letter-spacing:.2px;font-size:13px}.call-overlay--video{background:#000;justify-content:flex-end;padding:0}.call-overlay--video .call-overlay__body{top:max(80px, env(safe-area-inset-top,80px));flex:none;justify-content:flex-start;position:absolute;left:0;right:0}.call-overlay--video .call-overlay__actions{z-index:5;padding-bottom:max(52px, env(safe-area-inset-bottom,52px));position:relative}.call-overlay--video .call-overlay__name,.call-overlay--video .call-overlay__status,.call-overlay--video .call-overlay__timer{text-shadow:0 1px 6px #000000b3}.call-overlay--video:after{content:"";pointer-events:none;z-index:4;background:linear-gradient(#0000 0%,#000000e6 100%);height:260px;position:absolute;bottom:0;left:0;right:0}.call-video__remote{object-fit:cover;z-index:0;background:#111;width:100%;height:100%;display:none;position:absolute;inset:0}.call-video__remote.is-streaming{display:block}.call-video__local{top:max(16px, env(safe-area-inset-top,16px));object-fit:cover;z-index:10;background:#222;border:2px solid #ffffff38;border-radius:12px;width:88px;height:156px;position:absolute;right:16px}.update-banner{background:var(--accent);color:#fff;flex-shrink:0;align-items:center;gap:8px;padding:8px 14px;font-size:13px;display:flex}.update-banner__text{flex:1}.update-banner__btn{color:#fff;white-space:nowrap;background:#ffffff40;border-radius:8px;padding:5px 12px;font-size:13px;font-weight:600}.update-banner__close{color:#fffc;padding:2px 4px;font-size:16px}.layout{height:100%;padding-top:env(safe-area-inset-top);flex-direction:column;display:flex;overflow:hidden}.layout__main{flex:1;position:relative;overflow:hidden}.layout__nav{height:var(--nav-height);background:var(--bg-card);border-top:1px solid var(--border);padding:0 8px;padding-bottom:env(safe-area-inset-bottom);display:flex}.nav-tab{color:var(--text-muted);border-radius:var(--radius-sm);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;transition:color .2s;display:flex}.nav-tab--active{color:var(--accent)}.nav-tab__icon{width:24px;height:24px;display:flex}.nav-tab__icon svg{width:100%;height:100%}.nav-tab__label{font-size:11px;font-weight:500}.auth{background:var(--bg);justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.auth__card{background:var(--bg-card);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);padding:32px 24px}.auth__logo{color:var(--accent);text-align:center;margin-bottom:6px;font-size:28px;font-weight:700}.auth__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:28px;font-size:14px}.auth__hint{color:var(--text-secondary);margin-bottom:16px;font-size:14px}.auth__form{flex-direction:column;gap:8px;display:flex}.auth__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:8px;font-size:12px;font-weight:600}.auth__input{background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;font-size:16px;transition:border-color .2s}.auth__input:focus{border-color:var(--accent)}.auth__input--code{text-align:center;letter-spacing:.2em;font-size:24px;font-weight:600}.auth__btn{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-sm);margin-top:16px;padding:16px;font-size:16px;font-weight:600;transition:opacity .2s}.auth__btn:disabled{opacity:.6}.auth__back{text-align:center;color:var(--text-secondary);padding:8px;font-size:14px}.auth__error{color:#e53e3e;background:#fff5f5;border-radius:8px;padding:8px 12px;font-size:14px}.chats-page{flex-direction:column;height:100%;display:flex;overflow:hidden}.chats-page__search-wrap{background:var(--bg);flex-shrink:0;padding:10px 12px 6px}.chats-page__search{background:var(--bg-input);border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:flex}.chats-page__search-icon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0}.chats-page__search-input{color:var(--text);background:0 0;flex:1;padding:10px 0;font-size:15px}.chats-page__search-input::placeholder{color:var(--text-muted)}.chats-page__search-clear{color:var(--text-muted);padding:4px;font-size:14px}.chats-page__list{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.swipe-row{position:relative;overflow:hidden}.swipe-row__actions{width:140px;display:flex;position:absolute;top:0;bottom:0;right:0}.swipe-row__action{cursor:pointer;color:#fff;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:600;transition:filter .1s;display:flex}.swipe-row__action:active{filter:brightness(.88)}.swipe-row__action svg{stroke:#fff;width:20px;height:20px}.swipe-row__action--archive{background:#f59e0b}.swipe-row__action--delete{background:#ef4444}.swipe-row__content{z-index:1;background:var(--bg);will-change:transform;position:relative}.chat-item{cursor:pointer;border-radius:0;align-items:center;gap:12px;padding:10px 16px;transition:background .15s;display:flex}.chat-item__avatar-wrap{flex-shrink:0;position:relative}.chat-item__online{border:2px solid var(--bg);background:#4caf50;border-radius:50%;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.chat-item__typing{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-style:italic;overflow:hidden}.chat-item:active{background:var(--bg-input)}.chat-item__body{border-bottom:1px solid var(--border);flex:1;min-width:0;padding-bottom:10px}.chat-item:last-child .chat-item__body{border-bottom:none}.chat-item__top{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:3px;display:flex}.chat-item__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.chat-item__time{color:var(--text-muted);flex-shrink:0;font-size:12px}.chat-item__time--unread{color:var(--accent);font-weight:600}.chat-item__bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-item__msg{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.chat-item__msg--media{align-items:center;gap:5px;display:flex}.chat-item__preview-icon{flex-shrink:0;align-items:center;display:flex}.chat-item__preview-icon svg{stroke-width:2px;width:15px;height:15px}.chat-item__preview-icon--photo,.chat-item__preview-icon--video{color:#3b9ddd}.chat-item__preview-icon--voice,.chat-item__preview-icon--audio{color:#4caf50}.chat-item__preview-icon--file{color:#3b9ddd}.chat-item__preview-icon--gif{color:#a855f7}.chat-item__preview-icon--link{color:var(--text-muted)}.chat-item__preview-icon--call{color:#4caf50}.chat-item__preview-icon--call-missed{color:#ef4444}.chat-item__msg--media .chat-item__preview-icon--photo~span,.chat-item__msg--media .chat-item__preview-icon--video~span{color:#3b9ddd}.chat-item__msg--media .chat-item__preview-icon--voice~span,.chat-item__msg--media .chat-item__preview-icon--audio~span{color:#4caf50}.chat-item__msg--media .chat-item__preview-icon--file~span{color:#3b9ddd}.chat-item__msg--media .chat-item__preview-icon--gif~span{color:#a855f7}.chat-item__msg--media .chat-item__preview-icon--link~span{color:var(--text-muted)}.chat-item__msg--media .chat-item__preview-icon--call~span{color:#4caf50}.chat-item__msg--media .chat-item__preview-icon--call-missed~span{color:#ef4444}.chat-item__badge{background:var(--accent);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:flex}.chats-page__loading{padding:8px 16px}.chat-skeleton{background:linear-gradient(90deg, var(--bg-input) 25%, var(--border) 50%, var(--bg-input) 75%);border-radius:var(--radius-sm);background-size:200% 100%;height:68px;margin-bottom:4px;animation:1.2s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chats-page__empty{text-align:center;color:var(--text-muted);padding:48px 24px;font-size:15px}.chats-page__archive{cursor:pointer;color:var(--text-secondary);align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:500;display:flex}.chats-page__archive-icon{background:var(--bg-input);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.chats-page__archive-icon svg{width:22px;height:22px;color:var(--text-secondary)}.chats-page__archive-count{background:var(--bg-input);border-radius:10px;margin-left:auto;padding:2px 8px;font-size:13px}.chats-page__archive--back{color:var(--accent);padding:12px 16px;font-size:14px}.emoji-panel{background:var(--bg-card);border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;transition:height .32s cubic-bezier(.34,1.56,.64,1);display:flex}.emoji-panel__tabs{border-bottom:1px solid var(--border);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;flex-shrink:0;display:flex}.emoji-panel__tabs:active{cursor:grabbing}.ep-tab{color:var(--text-muted);border-bottom:2px solid #0000;flex:1;padding:9px 4px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.ep-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.emoji-panel__content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.emoji-panel__cats{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0;gap:2px;padding:6px 8px;display:flex;overflow-x:auto}.emoji-panel__cats::-webkit-scrollbar{display:none}.ep-cat{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;transition:background .1s;display:flex}.ep-cat--active{background:var(--bg-input)}.ep-cat:active{background:var(--border)}.emoji-panel__grid{-webkit-overflow-scrolling:touch;flex:1;grid-template-columns:repeat(8,1fr);gap:2px;padding:4px 8px 8px;display:grid;overflow-y:auto}.emoji-panel .emoji-item{aspect-ratio:1;border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:22px;transition:background .1s;display:flex}.emoji-panel .emoji-item:active{background:var(--bg-input)}.emoji-panel__gif-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.emoji-panel__gif-search-wrap{flex-shrink:0;padding:8px}.emoji-panel__gif-search{background:var(--bg-input);width:100%;color:var(--text);border-radius:10px;padding:8px 12px;font-size:14px}.emoji-panel__gif-search::placeholder{color:var(--text-muted)}.emoji-panel__gif-grid{-webkit-overflow-scrolling:touch;flex:1;padding:0 8px 8px;overflow-y:auto}.emoji-panel__placeholder{color:var(--text-muted);flex:1;justify-content:center;align-items:center;font-size:15px;display:flex}.voice-msg{align-items:center;gap:8px;min-width:180px;max-width:260px;padding:2px 0;display:flex}.voice-msg__play{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .15s;display:flex}.voice-msg__play--loading{opacity:.6}.voice-msg--mine .voice-msg__play{color:#fff;background:#ffffff38}.voice-msg:not(.voice-msg--mine) .voice-msg__play{color:var(--accent);background:#3dbfb826}.voice-msg__play svg{width:16px;height:16px}.voice-msg__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite voice-spin;display:block}@keyframes voice-spin{to{transform:rotate(360deg)}}.voice-msg__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.voice-msg__wave{cursor:pointer;align-items:center;gap:2px;height:32px;display:flex}.voice-msg__bar{border-radius:2px;flex-shrink:0;width:3px;transition:background 80ms}.voice-msg--mine .voice-msg__bar{background:#ffffff59}.voice-msg--mine .voice-msg__bar--on{background:#ffffffe6}.voice-msg--mine .voice-msg__bar--cut{background:#ffffff1a}.voice-msg:not(.voice-msg--mine) .voice-msg__bar{background:#3dbfb84d}.voice-msg:not(.voice-msg--mine) .voice-msg__bar--on{background:var(--accent)}.voice-msg:not(.voice-msg--mine) .voice-msg__bar--cut{background:#00000014}.voice-msg__foot{justify-content:space-between;align-items:center;display:flex}.voice-msg__dur{opacity:.7;font-size:11px}.voice-msg__speed{opacity:.65;letter-spacing:-.3px;background:#0000001a;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:700}.chat-page{background:var(--bg);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.chat-header{background:var(--bg-card);border-bottom:1px solid var(--border);min-height:var(--header-height);flex-shrink:0;align-items:center;gap:10px;padding:8px 12px;display:flex}.chat-header__back{width:36px;height:36px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-header__back svg{width:22px;height:22px}.chat-header__info{flex-direction:column;flex:1;min-width:0;display:flex}.chat-header__name{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.chat-header__typing{color:var(--accent);font-size:12px}.chat-header__subtitle{color:var(--text-secondary);font-size:12px}.chat-header__subtitle--online{color:var(--accent)}.chat-header__actions{gap:6px;display:flex}.chat-header__btn{background:var(--bg-input);width:38px;height:38px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;display:flex}.chat-header__btn svg{width:18px;height:18px}.chat-feed{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:0;padding:8px 12px;display:flex;overflow-y:auto}.date-sep{justify-content:center;align-items:center;margin:12px 0 6px;display:flex}.date-sep span{color:var(--text-secondary);background:#0000001f;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:500}.msg-row{align-items:flex-end;gap:6px;max-width:100%;margin-bottom:6px;display:flex}.msg-row--in-group{margin-bottom:2px}.msg-row--me{flex-direction:row-reverse}.msg-row--other{flex-direction:row}.msg-swipe-icon{width:22px;height:22px;color:var(--text-muted);pointer-events:none;z-index:0;justify-content:center;align-items:center;display:flex;position:absolute;bottom:8px;right:8px}.msg-swipe-icon svg{width:20px;height:20px}.msg-bubble{word-break:break-word;border-radius:16px;padding:8px 12px;position:relative}.msg-bubble--me{background:var(--bubble-out);color:#fff}.msg-bubble--other{background:var(--bubble-in);color:var(--text);box-shadow:0 1px 4px #0000000f}.msg-bubble--me.msg-bubble--solo,.msg-bubble--me.msg-bubble--first{border-radius:18px 18px 4px}.msg-bubble--me.msg-bubble--mid,.msg-bubble--me.msg-bubble--last{border-radius:18px 4px 4px 18px}.msg-bubble--other.msg-bubble--solo,.msg-bubble--other.msg-bubble--first{border-radius:18px 18px 18px 4px}.msg-bubble--other.msg-bubble--mid,.msg-bubble--other.msg-bubble--last{border-radius:4px 18px 18px 4px}.msg-bubble--me.msg-bubble--last:after,.msg-bubble--me.msg-bubble--solo:after{content:"";background:var(--bubble-out);clip-path:polygon(0 0,0 100%,100% 100%);width:8px;height:13px;position:absolute;bottom:0;right:-8px}.msg-bubble--other.msg-bubble--last:before,.msg-bubble--other.msg-bubble--solo:before{content:"";background:var(--bubble-in);clip-path:polygon(0 100%,100% 0,100% 100%);width:8px;height:13px;position:absolute;bottom:0;left:-8px}.msg-sender{color:var(--accent);margin-bottom:2px;font-size:11px;font-weight:600;display:block}.msg-text{font-size:15px;line-height:1.4}.msg-image{cursor:pointer;border-radius:10px;max-width:220px;max-height:280px;display:block}.msg-image-placeholder{background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e 50%,#ffffff14 75%) 0 0/200% 100%;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:220px;height:160px;animation:1.4s infinite shimmer;display:flex}.msg-image-placeholder__icon{opacity:.3;color:#fff;width:36px;height:36px}.msg-image-placeholder--failed{background:#ffffff0f;flex-direction:column;gap:6px;animation:none}.msg-image-placeholder--failed .msg-image-placeholder__icon{opacity:.4}.msg-image-placeholder__label{color:#ffffff73;text-align:center;font-size:11px;line-height:1.2}.thumb-skeleton{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff24 50%,#ffffff0f 75%) 0 0/200% 100%;border-radius:4px;animation:1.4s infinite shimmer}.msg-bubble--media{padding:0;overflow:hidden}.msg-bubble--media .img-grid{border-radius:0}.msg-bubble--media .msg-meta{padding:2px 8px 5px}.img-grid{border-radius:10px;gap:2px;max-width:240px;display:grid;overflow:hidden}.img-grid--1{grid-template-columns:1fr}.img-grid--2,.img-grid--3,.img-grid--4{grid-template-columns:1fr 1fr;width:240px}.img-grid--1 .img-grid__item{max-height:300px}.img-grid--1 .img-grid__img{object-fit:cover;width:100%;height:auto;max-height:300px;display:block}.img-grid--2 .img-grid__item,.img-grid--3 .img-grid__item:not(:first-child),.img-grid--4 .img-grid__item{aspect-ratio:1}.img-grid--3 .img-grid__item:first-child{aspect-ratio:unset;grid-row:span 2}.img-grid__item{cursor:pointer;background:#8080801f;position:relative;overflow:hidden}.img-grid--2 .img-grid__img,.img-grid--3 .img-grid__img,.img-grid--4 .img-grid__img{object-fit:cover;width:100%;height:100%;display:block}.img-grid__item .msg-image-placeholder{background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e 50%,#ffffff14 75%) 0 0/200% 100%;border-radius:0;width:100%;height:100%;min-height:80px}.img-grid__more{color:#fff;pointer-events:none;background:#00000085;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex;position:absolute;inset:0}.msg-file{color:var(--accent);font-size:14px;text-decoration:underline}.msg-upload-progress{margin:6px 0 4px}.msg-upload-progress__track{background:#fff3;border-radius:2px;height:4px;overflow:hidden}.msg-bubble--other .msg-upload-progress__track{background:#0000001f}.msg-upload-progress__fill{background:#ffffffd9;border-radius:2px;height:100%;transition:width .15s}.msg-bubble--other .msg-upload-progress__fill{background:var(--accent)}.msg-upload-progress__info{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.msg-upload-progress__pct{opacity:.75;font-variant-numeric:tabular-nums;font-size:11px}.msg-upload-progress__cancel{width:18px;height:18px;color:inherit;cursor:pointer;opacity:.8;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s,background .15s;display:flex}.msg-bubble--other .msg-upload-progress__cancel{background:#0000001a}.msg-upload-progress__cancel:hover{opacity:1;background:#ffffff59}.msg-bubble--other .msg-upload-progress__cancel:hover{background:#0000002e}.msg-upload-progress__cancel svg{width:8px;height:8px}.msg-file--light{color:#ffffffe6}.msg-file-card{min-width:200px;max-width:280px;padding:2px 0}.msg-file-card__row{align-items:center;gap:10px;display:flex}.file-type-icon{border-radius:6px;flex-shrink:0;width:36px;height:36px;display:block}.msg-file-card__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.msg-file-card__name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.msg-file-card__size{opacity:.65;font-size:11px}.msg-file-card__dl{width:30px;height:30px;color:inherit;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.msg-bubble--other .msg-file-card__dl{background:#00000014}.msg-file-card__dl:hover{background:#ffffff47}.msg-bubble--other .msg-file-card__dl:hover{background:#00000026}.msg-file-card__dl svg{width:15px;height:15px}.msg-audio{border-radius:6px;width:100%;height:36px;margin-top:8px;display:block}.file-error-toast{color:#fff;text-align:center;background:#c62828;flex-shrink:0;padding:8px 16px;font-size:13px;animation:.2s toast-in}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.media-viewer{z-index:1000;touch-action:pan-y;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.media-viewer__close{top:calc(16px + env(safe-area-inset-top));color:#fff;z-index:1;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex;position:absolute;right:16px}.media-viewer__img{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%}.media-viewer__video{outline:none;max-width:100%;max-height:100%}.media-viewer--full{justify-content:stretch;align-items:stretch;padding:0}.msg-video-thumb{cursor:pointer;background:#1a1a1a;border-radius:10px;flex-shrink:0;width:260px;height:180px;margin-bottom:4px;position:relative;overflow:hidden}.msg-video-thumb__img{object-fit:cover;width:100%;height:100%;display:block}.msg-video-thumb__placeholder{background:linear-gradient(90deg,#222 25%,#333 50%,#222 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.4s infinite shimmer}.msg-video-thumb__play{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.msg-video-thumb__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.msg-pdf-thumb{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:10px;width:100%;max-width:240px;margin-bottom:4px;overflow:hidden}.msg-pdf-thumb__img{object-fit:cover;object-position:top;width:100%;max-height:280px;display:block}.msg-pdf-thumb__loading,.msg-pdf-thumb__fallback{background:#f5f5f5;justify-content:center;align-items:center;width:100%;height:160px;display:flex}.msg-pdf-thumb__label{color:#e53935;letter-spacing:2px;font-size:28px;font-weight:700}.msg-pdf-thumb__spinner{border:3px solid #00000026;border-top-color:#e53935;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.msg-pdf-thumb__footer{background:#f8f8f8;border-top:1px solid #0000000f;padding:6px 10px}.msg-pdf-thumb__name{color:#333;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;display:block;overflow:hidden}.pdf-viewer{z-index:1001;background:#404040;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.pdf-viewer__header{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));color:#fff;background:#2b2b2b;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.pdf-viewer__title{white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:12px;font-size:14px;font-weight:600;overflow:hidden}.pdf-viewer__close{color:#fff;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.pdf-viewer__body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.pdf-viewer__page{background:#fff;border-radius:4px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0006}.pdf-viewer__canvas{width:100%;transition:opacity .2s;display:block}.pdf-viewer__page-loading{background:#eee;height:200px}.pdf-viewer__center{color:#ccc;flex:1;justify-content:center;align-items:center;display:flex}.pdf-viewer__spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.msg-meta{justify-content:flex-end;align-items:center;gap:3px;margin-top:3px;display:flex}.msg-time{opacity:.75;font-size:11px}.msg-status{flex-shrink:0;display:block}.msg-status--sending{color:#ffffff73;width:12px;height:12px}.msg-status--sent{color:#ffffffa6;width:11px;height:9px}.msg-status--delivered{color:#ffffffa6;width:15px;height:9px}.msg-status--read{color:#fff;width:15px;height:9px}.msg-bubble--other .msg-time{color:var(--text-muted)}.chat-input{padding:8px 12px;padding-bottom:max(8px, env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.chat-input__field{background:var(--bg-input);resize:none;border-radius:20px;flex:1;max-height:120px;padding:10px 16px;font-size:15px;line-height:1.45;display:block;overflow-y:hidden}.chat-input__btn{width:36px;height:36px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-input__btn svg{width:22px;height:22px}.chat-input__btn--emoji svg{width:24px;height:24px}.chat-input__send{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:opacity .2s;display:flex}.chat-input__send svg{width:20px;height:20px}.chat-input__mic{background:var(--bg-input);color:var(--text-muted)}.chat-input__mic svg{width:20px;height:20px}.chat-input__btn--emoji.active{color:var(--accent)}.msg-bubble--emoji-only{padding:2px 4px;box-shadow:none!important;background:0 0!important}.msg-bubble--emoji-only:after,.msg-bubble--emoji-only:before{display:none!important}.msg-bubble--emoji-only .msg-text{font-size:42px;line-height:1.15}.msg-reaction-pill__plus{color:var(--accent);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:700;animation:.55s ease-out forwards plus-float;position:absolute;top:-18px;left:50%;transform:translate(-50%)}@keyframes plus-float{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-14px)}}.file-preview{background:var(--bg-card);border-top:1px solid var(--border);-webkit-overflow-scrolling:touch;padding:8px 12px;overflow-x:auto}.file-preview__list{align-items:center;gap:8px;min-height:76px;display:flex}.file-preview__item{background:var(--bg-input);border-radius:10px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.file-preview__item:has(.file-preview__doc){width:auto;min-width:72px;max-width:140px}.file-preview__thumb{object-fit:cover;width:100%;height:100%;display:block}.file-preview__doc{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;padding:6px 4px;display:flex}.file-preview__doc .file-type-icon{width:32px;height:32px}.file-preview__docinfo{flex-direction:column;align-items:center;gap:1px;width:100%;display:flex}.file-preview__docname{color:var(--text-muted);text-align:center;word-break:break-all;max-height:22px;font-size:8px;line-height:1.2;overflow:hidden}.file-preview__docsize{color:var(--text-muted);opacity:.7;font-size:8px}.file-preview__rm{color:#fff;background:#0009;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;display:flex;position:absolute;top:3px;right:3px}.file-preview__add{border:2px dashed var(--border);width:72px;height:72px;color:var(--text-muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.file-preview__add svg{width:24px;height:24px}.new-msg-banner{background:var(--accent);color:#fff;cursor:pointer;z-index:20;white-space:nowrap;border:none;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:600;animation:.2s slideUpFade;position:absolute;bottom:72px;left:50%;transform:translate(-50%);box-shadow:0 2px 14px #00000059}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.chat-feed__loading{flex-direction:column;gap:8px;display:flex}.msg-skeleton{background:linear-gradient(90deg, var(--bg-input) 25%, var(--border) 50%, var(--bg-input) 75%);background-size:200% 100%;border-radius:16px;max-width:65%;height:48px;animation:1.2s infinite shimmer}.msg-skeleton--me{align-self:flex-end}.msg-skeleton--other{align-self:flex-start}.msg-bubble--deleted{opacity:.6}.msg-text--deleted{color:var(--text-secondary,#888);font-style:italic}.ctx-overlay{z-index:200;background:0 0;position:fixed;inset:0}.ctx-menu{background:var(--bg-card);border:1px solid var(--border);z-index:201;-webkit-overflow-scrolling:touch;border-radius:12px;min-width:290px;position:fixed;overflow:hidden auto;box-shadow:0 8px 32px #00000047}.ctx-menu__item{width:100%;color:var(--text);border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;padding:13px 16px;font-size:15px;transition:background .15s;display:flex}.ctx-menu__item:last-child{border-bottom:none}.ctx-menu__item:active{background:var(--bg-input)}.ctx-menu__item svg{flex-shrink:0;width:18px;height:18px}.ctx-menu__item--danger{color:#e05353}.ctx-menu__item--danger svg{stroke:#e05353}.forward-overlay{z-index:200;background:#00000073;align-items:flex-end;display:flex;position:fixed;inset:0}.forward-modal{background:var(--bg-card);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:60vh;display:flex;overflow:hidden}.forward-modal__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 12px;font-size:16px;font-weight:600;display:flex}.forward-modal__close{background:var(--bg-input);width:28px;height:28px;color:var(--text-secondary,#888);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.forward-modal__list{flex:1;padding:8px 0;overflow-y:auto}.forward-modal__chat{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;align-items:center;gap:12px;padding:10px 20px;transition:background .15s;display:flex}.forward-modal__chat:active{background:var(--bg-input)}.forward-modal__name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.forward-modal__empty{text-align:center;color:var(--text-secondary,#888);padding:24px;font-size:14px}.msg-bubble-wrapper{flex-direction:column;max-width:75%;display:flex}.msg-bubble{-webkit-user-select:none;user-select:none;max-width:100%}.reply-preview{cursor:pointer;background:#ffffff1a;border-left:3px solid #ffffff8c;border-radius:0 4px 4px 0;flex-direction:row;align-items:center;gap:6px;margin-bottom:6px;padding:3px 6px 3px 8px;display:flex}.reply-preview__body{flex-direction:column;flex:1;min-width:0;display:flex}.reply-preview__img,.reply-preview__thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:36px;height:36px}.reply-preview__img--video,.reply-preview__img--pdf,.reply-preview__img--file{background:#0000001f;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;overflow:hidden}.reply-preview__img--file .file-type-icon{width:32px;height:32px}.reply-preview__img--video img,.reply-preview__img--pdf img{object-fit:cover;width:100%;height:100%}.reply-preview__thumb-spinner{border:2px solid #ffffff4d;border-top-color:#ffffffd9;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.msg-bubble--other .reply-preview{border-left-color:var(--accent);background:#0000000a}.reply-preview__name{color:var(--accent);margin-bottom:1px;font-size:11px;font-weight:600}.msg-bubble--other .reply-preview__name{color:var(--accent)}.reply-preview__text{opacity:.75;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.reply-preview__text--attach{opacity:.6}@keyframes msg-flash{0%{background:#ffdc3259}60%{background:#ffdc3233}to{background:0 0}}.msg-row--flash .msg-bubble{animation:1.2s ease-out forwards msg-flash}.msg-edited{opacity:.6;font-size:10px;font-style:italic}.msg-reactions{flex-wrap:wrap;align-self:flex-start;gap:4px;margin-top:3px;display:flex}.msg-reactions--me{align-self:flex-end}.msg-reaction-pill{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:center;gap:3px;padding:2px 8px 2px 6px;font-size:15px;line-height:1;transition:background .1s;display:flex}.msg-reaction-pill--mine{border-color:var(--accent);background:#6366f121}.msg-reaction-pill__count{color:var(--text-secondary);font-size:12px;font-weight:600}.ctx-menu__reactions{border-bottom:1px solid var(--border);justify-content:space-between;gap:0;padding:6px 8px;display:flex}.ctx-menu__reaction{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:19px;line-height:1;transition:background .1s,transform .15s;display:flex}.ctx-menu__reaction:active{transform:scale(1.25)}.ctx-menu__reaction--active{background:#6366f126}.action-bar{background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;padding:8px 12px;display:flex}.action-bar__accent{background:var(--accent);border-radius:2px;flex-shrink:0;width:3px;height:34px}.action-bar--edit .action-bar__icon{width:18px;height:18px;color:var(--accent);flex-shrink:0}.action-bar__content{flex-direction:column;flex:1;min-width:0;display:flex}.action-bar__label{color:var(--accent);font-size:12px;font-weight:600}.action-bar__text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.action-bar__thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:36px;height:36px;margin-right:4px}.action-bar__cancel{background:var(--bg-input);width:26px;height:26px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:flex}.voice-preview-bar{flex:1;align-items:center;gap:6px;min-width:0;height:60px;display:flex}.voice-rec-bar{flex:1;align-items:center;gap:8px;min-width:0;height:56px;display:flex;overflow:visible}.chat-input{overflow:visible!important}.voice-bar__cancel{width:36px;height:36px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.voice-bar__cancel:active{color:#ef4444}.voice-bar__cancel svg{width:18px;height:18px}.voice-rec-indicator{background:var(--bg-input);border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;display:flex}.voice-rec-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite voice-pulse}@keyframes voice-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.voice-rec-timer{font-variant-numeric:tabular-nums;color:var(--text);min-width:32px;font-size:14px;font-weight:600}.voice-rec-canvas{background:var(--bg-input);border-radius:10px;flex:1;min-width:0;height:48px;display:block}.voice-rec-cancel-hint{color:var(--text-muted);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;flex:1;justify-content:center;align-items:center;gap:4px;font-size:13px;transition:color .15s;display:flex}.voice-rec-cancel-hint--active{color:#ef4444}.voice-rec-mic-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.voice-lock-icon{background:var(--bg-card,#1e1e1e);border:2px solid var(--border,#444);color:var(--text-muted);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.72;white-space:nowrap;z-index:10;border-radius:22px;flex-direction:column;align-items:center;gap:2px;padding:8px 10px 5px;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.voice-lock-icon--near{opacity:1;border-color:var(--accent,#6c63ff);color:var(--accent,#6c63ff)}.voice-lock-icon--locked{background:var(--accent,#6c63ff);border-color:var(--accent,#6c63ff);color:#fff;opacity:1}.voice-lock-stop{background:var(--bg-input,#2a2a2a);border:2px solid var(--border,#444);width:44px;height:44px;color:var(--text-secondary);z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.voice-lock-stop:active{background:var(--bg-hover,#333)}.voice-locked-send{background:var(--accent,#6c63ff);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:opacity .15s;display:flex}.voice-locked-send svg{width:20px;height:20px}.voice-locked-send:active{opacity:.8}.voice-bar__cancel--end{margin-left:auto}.voice-bar__pause{background:var(--bg-input);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.voice-bar__pause svg{width:15px;height:15px}.chat-input__mic--rec{animation:1.2s ease-in-out infinite mic-rec-pulse;color:#fff!important;background:#ef4444!important}@keyframes mic-rec-pulse{0%,to{box-shadow:0 0 #ef44448c}50%{box-shadow:0 0 0 10px #ef444400}}.voice-preview__play{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.voice-preview__play svg{width:14px;height:14px}.voice-preview__wave{background:var(--bg-input);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;flex:1;align-items:center;gap:2px;min-width:0;height:44px;padding:0 10px;display:flex;overflow:hidden}.voice-preview__bar{background:#3dbfb847;border-radius:2px;flex-shrink:0;width:3px;transition:background 60ms}.voice-preview__bar--on{background:var(--accent)}.voice-preview__timer{font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right;flex-shrink:0;min-width:32px;font-size:12px}:root{--call-missed:#e53935}.call-bubble{align-items:center;gap:10px;min-width:180px;padding:2px 0;display:flex}.call-bubble__icon{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.msg-bubble--other .call-bubble__icon{background:#00000012}.call-bubble__icon>svg:first-child{width:18px;height:18px}.call-bubble__arrow{background:var(--bubble-out);border-radius:50%;padding:1px;position:absolute;bottom:1px;right:1px;width:12px!important;height:12px!important}.msg-bubble--other .call-bubble__arrow{background:var(--bubble-in);border:1px solid #00000014}.call-bubble__info{flex-direction:column;gap:2px;min-width:0;display:flex}.call-bubble__label{white-space:nowrap;font-size:14px;font-weight:500;line-height:1.2}.call-bubble__dur{opacity:.7;font-size:12px;line-height:1}.contacts-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.contacts-header{background:var(--bg-card);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.contacts-title{color:var(--text);font-size:20px;font-weight:700}.contacts-add-btn{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.contacts-add-btn svg{width:20px;height:20px}.contacts-add-form{background:var(--bg-card);border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 16px;display:flex}.contacts-add-input{background:var(--bg-input);color:var(--text);border-radius:12px;padding:10px 14px;font-size:15px}.contacts-add-error{color:#e57373;font-size:13px}.contacts-add-submit{background:var(--accent-gradient);color:#fff;border-radius:12px;padding:10px;font-size:15px;font-weight:600}.contacts-add-submit:disabled{opacity:.5}.contacts-list{flex:1;overflow-y:auto}.contacts-section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg);padding:8px 16px 4px;font-size:12px;font-weight:600}.contacts-section-label--invite{border-top:1px solid var(--border);margin-top:8px;padding-top:12px}.contacts-empty{height:200px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:15px;display:flex}.contacts-hint{color:var(--text-muted);font-size:13px}.contacts-loading-device{color:var(--text-muted);text-align:center;padding:12px 16px;font-size:13px}.contact-item{background:var(--bg-card);border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:10px 16px;transition:background .1s;display:flex}.contact-item:active{background:var(--bg-input)}.contact-item--invite{cursor:default}.contact-item--invite:active{background:var(--bg-card)}.contact-avatar-wrap{flex-shrink:0;position:relative}.contact-online-dot{border:2px solid var(--bg-card);background:#4caf50;border-radius:50%;width:11px;height:11px;position:absolute;bottom:1px;right:1px}.contact-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.contact-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.contact-last-seen{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.contact-phone{color:var(--text-muted);font-size:12px}.contact-invite-btn{background:var(--accent);color:#fff;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 14px;font-size:13px;font-weight:600}.contact-invite-btn:active{opacity:.8}.groups-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.groups-header{background:var(--bg-card);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.groups-title{color:var(--text);font-size:20px;font-weight:700}.groups-add-btn{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.groups-add-btn svg{width:20px;height:20px}.groups-create-form{background:var(--bg-card);border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 16px;display:flex}.groups-input{background:var(--bg-input);color:var(--text);resize:none;border-radius:12px;padding:10px 14px;font-size:15px}.groups-textarea{font-family:inherit}.groups-error{color:#e57373;font-size:13px}.groups-create-btn{background:var(--accent-gradient);color:#fff;border-radius:12px;padding:10px;font-size:15px;font-weight:600}.groups-create-btn:disabled{opacity:.5}.groups-list{flex:1;overflow-y:auto}.groups-empty{height:200px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:15px;display:flex}.groups-hint{color:var(--text-muted);font-size:13px}.group-item{background:var(--bg-card);border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:10px 16px;transition:background .1s;display:flex}.group-item:active{background:var(--bg-input)}.group-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.group-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.group-last{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.group-badge{background:var(--accent);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-weight:700;display:flex}.profile-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.profile-loading{height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.profile-header{background:var(--bg-card);border-bottom:1px solid var(--border);flex-shrink:0;padding:14px 16px 10px}.profile-title{color:var(--text);font-size:20px;font-weight:700}.profile-body{flex-direction:column;flex:1;align-items:center;gap:20px;padding:24px 16px;display:flex;overflow-y:auto}.profile-avatar-wrap{cursor:pointer;position:relative}.profile-avatar-edit{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 1px 4px #0003}.profile-avatar-edit svg{width:14px;height:14px}.profile-card{background:var(--bg-card);border-radius:16px;width:100%;overflow:hidden;box-shadow:0 1px 4px #0000000f}.profile-field{border-bottom:1px solid var(--border);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.profile-field:last-child{border-bottom:none}.profile-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.profile-value-row{justify-content:space-between;align-items:center;display:flex}.profile-value{color:var(--text);font-size:16px}.profile-edit-btn{background:var(--bg-input);width:32px;height:32px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;display:flex}.profile-edit-btn svg{width:16px;height:16px}.profile-edit-row{align-items:center;gap:8px;display:flex}.profile-edit-input{background:var(--bg-input);color:var(--text);border-radius:10px;flex:1;padding:8px 12px;font-size:16px}.profile-ok-btn{background:var(--accent);color:#fff;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:600}.profile-ok-btn:disabled{opacity:.5}.profile-cancel-btn{color:var(--text-muted);padding:4px 8px;font-size:18px}.profile-error{color:#e57373;text-align:center;font-size:13px}.profile-logout{background:var(--bg-card);color:#e57373;border-radius:16px;align-items:center;gap:8px;width:100%;padding:14px 16px;font-size:16px;font-weight:500;display:flex;box-shadow:0 1px 4px #0000000f}.profile-logout svg{width:20px;height:20px}.profile-card--settings{margin-top:12px}.profile-field--toggle{justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.profile-toggle-info{flex-direction:column;gap:2px;display:flex}.profile-toggle-desc{color:var(--text-muted);font-size:12px}.profile-toggle{background:var(--border);cursor:pointer;border-radius:13px;flex-shrink:0;width:46px;height:26px;transition:background .2s;position:relative}.profile-toggle--on{background:var(--accent)}.profile-toggle__knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.profile-toggle--on .profile-toggle__knob{transform:translate(20px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#e8f4f8;--bg-card:#fff;--bg-input:#f0f7fa;--accent:#3dbfb8;--accent-dark:#2a9d97;--accent-gradient:linear-gradient(135deg, #3dbfb8, #2a9d97);--text:#1a1a2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#d1e8ef;--bubble-out:#3dbfb8;--bubble-in:#fff;--nav-height:64px;--header-height:56px;--radius:16px;--radius-sm:10px;--shadow:0 2px 12px #3dbfb814}html,body,#root{background:var(--bg);width:100%;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}input,textarea{font:inherit;color:inherit;background:0 0;border:none;outline:none}a{color:inherit;text-decoration:none}.visually-hidden{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}
