:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:#242825;background:#edf0ec;--paper:#fafbf9;--panel:#f4f6f2;--line:#dde2dc;--muted:#778079;--ink:#242825;--accent:#476457;--accent-soft:#dfe9e2;--danger:#b9473f}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;overflow:hidden}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}.auth-shell{min-height:100dvh;display:grid;place-items:center;padding:calc(28px + env(safe-area-inset-top)) 20px calc(28px + env(safe-area-inset-bottom));background:linear-gradient(145deg,#eef1ec,#e4e9e3)}.auth-card{width:min(100%,400px);background:#fafbf9f0;padding:34px 28px;border:1px solid rgba(71,100,87,.12);border-radius:30px;display:grid;gap:15px;box-shadow:0 24px 70px #2f3a331a;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.brand-mark,.empty-mark{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;margin:auto;background:var(--accent);color:#fff;font-size:24px;font-weight:700;letter-spacing:-1px}.auth-card h1,.auth-card p{margin:0;text-align:center}.auth-card h1{font-size:31px;letter-spacing:-.8px}.auth-card p{color:var(--muted);margin-bottom:10px}.auth-card input,.modal-card input{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:15px;background:#fff;font-size:16px;outline:none}.auth-card input:focus,.modal-card input:focus{border-color:#9aaba0;box-shadow:0 0 0 4px #47645714}.auth-card>button:not(.link-button),.primary{border:0;background:var(--accent);color:#fff;padding:14px;border-radius:15px;font-weight:650}.link-button{border:0;background:transparent;color:var(--accent);padding:8px}.error{background:#f8e7e5;color:#8e332e;padding:11px;border-radius:13px}.app{height:100dvh;display:grid;grid-template-columns:minmax(310px,400px) 1fr;background:#e9ede8}.app aside{min-width:0;background:var(--paper);border-right:1px solid var(--line);display:flex;flex-direction:column}.topbar,.chat-header{height:70px;min-height:70px;background:#fafbf9f0;display:flex;align-items:center;padding:0 18px;gap:12px;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.top-actions{margin-left:auto;display:flex;gap:6px}.top-actions button,.back,.modal-head button{border:0;background:transparent;font-size:22px;color:var(--accent)}.avatar,.chat-avatar{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-weight:700;flex:0 0 auto}.search{margin:14px 14px 10px;padding:11px 14px;border-radius:15px;background:var(--panel);color:var(--muted);display:flex;gap:9px;align-items:center}.push-box{margin:0 14px 10px;padding:10px 11px;border-radius:14px;background:#f3efdc;color:#655c36;font-size:13px;display:flex;gap:8px;align-items:center}.push-box button{margin-left:auto;border:0;border-radius:10px;background:var(--accent);color:#fff;padding:6px 10px}.chat-list{flex:1;overflow:auto;padding:2px 8px}.chat-row{width:100%;border:0;background:transparent;display:flex;text-align:left;padding:11px 10px;gap:12px;border-radius:18px}.chat-row:hover,.chat-row.active{background:var(--panel)}.chat-copy{flex:1;min-width:0;padding:2px 0}.chat-title{display:flex;justify-content:space-between;gap:8px}.chat-title b,.preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-title time,.preview{font-size:13px;color:var(--muted)}.preview{display:block;margin-top:4px}.logout{margin:9px 14px calc(12px + env(safe-area-inset-bottom));border:1px solid var(--line);background:transparent;border-radius:14px;padding:10px;color:var(--muted)}.app main{min-width:0;display:flex;flex-direction:column;background:#edf0ec}.chat-header small{display:block;color:var(--muted);margin-top:2px}.back{display:none;font-size:34px;line-height:1}.messages{flex:1;overflow:auto;padding:24px 7%;overscroll-behavior:contain;background-image:linear-gradient(#ffffff42,#ffffff42),radial-gradient(circle at 1px 1px,rgba(71,100,87,.08) 1px,transparent 0);background-size:auto,24px 24px}.bubble{position:relative;width:fit-content;max-width:min(70%,640px);background:#fff;margin:7px 0;padding:10px 12px 20px;border-radius:18px 18px 18px 6px;border:1px solid rgba(71,100,87,.08);box-shadow:0 4px 14px #2d37310a;overflow-wrap:anywhere}.bubble.mine{margin-left:auto;background:var(--accent-soft);border-radius:18px 18px 6px}.bubble time{position:absolute;right:10px;bottom:5px;color:var(--muted);font-size:10px}.sender{font-size:12px;font-weight:700;color:var(--accent);margin-bottom:4px}.bubble img{display:block;max-width:100%;max-height:430px;border-radius:13px;margin:1px 0 4px}.file-card{display:flex;align-items:center;gap:8px;min-width:210px;color:var(--ink);text-decoration:none;background:#ffffff8c;padding:11px;border-radius:13px}.composer{display:grid;grid-template-columns:44px 1fr 44px;gap:8px;align-items:end;padding:10px 15px calc(10px + env(safe-area-inset-bottom));background:#fafbf9f2;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.composer textarea{border:1px solid var(--line);outline:0;border-radius:20px;padding:11px 15px;max-height:120px;resize:none;font-size:16px;background:#fff}.attach,.send{width:44px;height:44px;border:0;border-radius:16px;display:grid;place-items:center}.attach{font-size:26px;color:var(--accent);background:var(--panel)}.attach input{display:none}.send{background:var(--accent);color:#fff;font-size:18px}.send:disabled{opacity:.45}.empty{margin:auto;text-align:center;color:var(--muted)}.empty h2{color:var(--ink);margin-bottom:6px}.empty-mark{margin-bottom:20px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f252161;display:grid;place-items:center;padding:18px;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{background:var(--paper);width:min(100%,430px);max-height:min(80dvh,680px);border-radius:26px;padding:20px;display:grid;gap:12px;box-shadow:0 28px 80px #181f1b33}.modal-head{display:flex;align-items:center;justify-content:space-between}.modal-head h3{margin:0}.user-list{overflow:auto;display:grid}.user-list label{display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px}.user-list label:hover{background:var(--panel)}.user-list input{width:auto}.user-list .chat-avatar{width:36px;height:36px;border-radius:13px}.call-header-actions{margin-left:auto;display:flex;gap:5px}.call-header-actions button{width:42px;height:42px;border:0;border-radius:15px;background:var(--panel);font-size:19px;color:var(--accent)}.call-header-actions button:active{background:var(--accent-soft)}.chat-heading{min-width:0}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#18211c;display:grid;place-items:center;color:#fff;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}.call-card{text-align:center;width:min(90%,380px)}.call-avatar{width:108px;height:108px;border-radius:34px;background:#2b3931;margin:0 auto 24px;display:grid;place-items:center;font-size:44px;font-weight:700}.call-card h2{margin:0 0 8px;font-size:28px}.call-card p{margin:0;color:#bac5bd}.call-actions{display:flex;justify-content:center;gap:72px;margin-top:65px}.call-actions button,.call-controls button{width:64px;height:64px;border:0;border-radius:22px;font-size:25px;color:#fff}.call-decline,.hangup{background:var(--danger)!important}.call-accept{background:#5d806d}.call-stage{width:100%;height:100%;position:relative;overflow:hidden;background:#152019}.remote-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));grid-auto-rows:1fr;gap:2px}.remote-grid video{width:100%;height:100%;object-fit:cover;background:#26322b}.remote-grid:empty:before{content:"Соединение…";place-self:center;color:#c4cec7}.local-video{position:absolute;right:max(14px,env(safe-area-inset-right));top:calc(72px + env(safe-area-inset-top));width:min(28vw,180px);aspect-ratio:9/16;object-fit:cover;border-radius:22px;background:#26322b;box-shadow:0 8px 28px #0008;transform:scaleX(-1)}.call-title{position:absolute;left:0;right:0;top:0;padding:calc(16px + env(safe-area-inset-top)) 20px 30px;text-align:center;background:linear-gradient(#000a,transparent);display:grid;gap:4px}.call-title span{font-size:13px;color:#d4ddd7}.call-controls{position:absolute;left:0;right:0;bottom:0;padding:26px 12px calc(26px + env(safe-area-inset-bottom));display:flex;justify-content:center;gap:20px;background:linear-gradient(transparent,#000b)}.call-controls button{background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.call-controls button.off{background:#fff;color:#18211c}.hangup{transform:rotate(135deg)}@media (max-width:700px){.app{display:block;position:relative}.app aside,.app main{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:transform .22s ease}.app aside{transform:translate(0)}.app main{transform:translate(100%)}.app.mobile-chat-open aside{transform:translate(-22%)}.app.mobile-chat-open main{transform:translate(0)}.back{display:block}.topbar,.chat-header{padding-top:env(safe-area-inset-top);height:calc(62px + env(safe-area-inset-top));min-height:calc(62px + env(safe-area-inset-top))}.messages{padding:14px 11px}.bubble{max-width:87%}.composer{padding-left:9px;padding-right:9px}.chat-row{padding:11px 8px}.modal{padding-top:calc(18px + env(safe-area-inset-top));padding-bottom:calc(18px + env(safe-area-inset-bottom));align-items:end}.modal-card{width:100%;max-height:86dvh;border-radius:26px 26px 0 0}.call-header-actions{gap:4px}.call-header-actions button{width:38px;height:38px;font-size:17px}.local-video{width:112px;top:calc(66px + env(safe-area-inset-top))}.call-controls{gap:16px}.call-controls button{width:58px;height:58px;border-radius:20px}.call-overlay{height:100dvh}.remote-grid{grid-template-columns:1fr}.incoming .call-card{padding-bottom:calc(30px + env(safe-area-inset-bottom))}}@media (min-width:701px) and (max-width:1000px){.app{grid-template-columns:340px 1fr}.messages{padding-left:4%;padding-right:4%}}.icon{display:block;flex:0 0 auto}.call-header-actions button,.call-controls button,.call-actions button{display:inline-flex;align-items:center;justify-content:center}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:7px;clear:both;width:100%;margin-top:6px;min-height:16px;white-space:nowrap}.message-meta time{font-size:11px;line-height:1;color:var(--muted);flex:0 0 auto}.bubble.mine .message-meta time{color:#232d279e}.message-ticks{display:inline-flex;align-items:center;position:relative;min-width:16px;font-size:13px;line-height:1;color:#8b9490;font-weight:600;letter-spacing:-5px;padding-right:4px}.message-ticks span+span{margin-left:-2px}.message-ticks.read{color:#4f8f82}.bubble.mine .message-ticks{color:#ffffffad}.bubble.mine .message-ticks.read{color:#b9eee3}.call-controls button[title="Переключить камеру"]{background:#ffffff24}.chat-avatar-wrap{position:relative;display:inline-flex;flex:0 0 auto}.online-dot{position:absolute;right:-1px;bottom:0;width:12px;height:12px;border-radius:50%;background:#5d8b72;border:2px solid var(--paper)}html,body,#root{height:100%;height:var(--app-height,100dvh)}html[data-device=phone] .topbar,html[data-device=phone] .chat-header{min-height:calc(58px + env(safe-area-inset-top));height:calc(58px + env(safe-area-inset-top))}html[data-device=phone] .messages{padding-bottom:18px}html[data-device=phone] .composer textarea{font-size:16px}html[data-device=tablet] .app{grid-template-columns:minmax(300px,38vw) 1fr}html[data-device=tablet] .bubble{max-width:78%}html[data-device=desktop] .app{max-width:1600px;margin:0 auto;box-shadow:0 0 50px #2f3a3314}html[data-orientation=landscape][data-device=phone] .app{display:grid;grid-template-columns:minmax(260px,38vw) 1fr}html[data-orientation=landscape][data-device=phone] .app aside,html[data-orientation=landscape][data-device=phone] .app main{position:relative;transform:none}html[data-orientation=landscape][data-device=phone] .back{display:none}@media (max-height:500px) and (orientation:landscape){.topbar,.chat-header{padding-top:env(safe-area-inset-top);height:calc(50px + env(safe-area-inset-top));min-height:calc(50px + env(safe-area-inset-top))}.composer{padding-top:6px;padding-bottom:calc(6px + env(safe-area-inset-bottom))}.call-controls{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.local-video{top:calc(52px + env(safe-area-inset-top));width:92px}}.avatar img,.chat-avatar img,.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.has-photo{overflow:hidden;padding:0}.profile-button{display:flex;align-items:center;gap:10px;border:0;background:transparent;min-width:0;color:inherit}.profile-button b{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card{gap:16px}.profile-avatar-edit{border:0;background:transparent;display:grid;justify-items:center;gap:8px;color:var(--accent)}.profile-avatar{width:96px;height:96px;border-radius:30px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-size:34px;font-weight:700}.field-label{display:grid;gap:7px;font-size:13px;color:var(--muted)}.field-label input{color:var(--ink)}.username-hint{display:block;color:var(--muted);font-size:11px;margin-top:2px}.composer-wrap{position:relative;background:#fafbf9f2;border-top:1px solid var(--line)}.composer-wrap .composer{border-top:0}.attach-menu{position:absolute;left:12px;bottom:calc(68px + env(safe-area-inset-bottom));z-index:8;width:210px;padding:8px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 42px #232d272e;display:grid;gap:3px}.attach-menu button{border:0;background:transparent;text-align:left;padding:11px 12px;border-radius:12px;color:var(--ink)}.attach-menu button:hover,.attach-menu button:active{background:var(--panel)}.selected-file{grid-column:2/3;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 11px;background:var(--accent-soft);border-radius:13px;color:var(--accent);font-size:12px}.selected-file span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-file button{border:0;background:transparent;color:inherit;font-size:18px}.composer:has(.selected-file){grid-template-rows:auto auto}.composer:has(.selected-file) .attach,.composer:has(.selected-file) .send{grid-row:2}.composer:has(.selected-file) textarea{grid-row:2;grid-column:2}.chat-avatar.has-photo,.avatar.has-photo{background:transparent}.search-box{display:grid;grid-template-columns:24px 1fr 28px;align-items:center;gap:7px;margin:10px 12px;padding:9px 12px;background:var(--panel);border:1px solid var(--line);border-radius:16px;color:var(--muted)}.search-box input{border:0;background:transparent;outline:0;padding:0;font-size:15px;color:var(--ink)}.search-box button{border:0;background:transparent;color:var(--muted);font-size:18px}.search-panel{margin:0 10px 10px;border:1px solid var(--line);border-radius:18px;background:var(--paper);max-height:52vh;overflow:auto;box-shadow:0 14px 40px #27312b1a}.search-filters{display:flex;gap:6px;overflow:auto;padding:9px;border-bottom:1px solid var(--line)}.search-filters button{white-space:nowrap;border:0;background:var(--panel);padding:7px 10px;border-radius:12px;color:var(--muted);font-size:12px}.search-filters button.active{background:var(--accent);color:#fff}.search-section{padding:8px}.search-section-title{padding:4px 8px 6px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.search-result{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;text-align:left;padding:9px 8px;border-radius:13px;color:var(--ink)}.search-result:hover,.search-result:active{background:var(--panel)}.search-result>span:last-child{display:grid;min-width:0;gap:2px}.search-result small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-icon{width:36px;height:36px;border-radius:12px;background:var(--accent-soft);display:grid;place-items:center;color:var(--accent);flex:0 0 auto}.search-state{padding:24px;text-align:center;color:var(--muted)}.recent-search{display:block;width:100%;border:0;background:transparent;text-align:left;padding:9px;border-radius:10px;color:var(--muted)}.recent-search:hover{background:var(--panel)}.chat-search-bar{position:relative;display:grid;grid-template-columns:1fr auto 32px;gap:8px;align-items:center;padding:8px 12px;background:var(--paper);border-bottom:1px solid var(--line);z-index:4}.chat-search-bar input{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:10px 12px;outline:0}.chat-search-bar>span{font-size:12px;color:var(--muted)}.chat-search-bar>button{border:0;background:transparent;font-size:20px;color:var(--muted)}.chat-search-results{position:absolute;left:12px;right:12px;top:54px;max-height:300px;overflow:auto;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 45px #1f282229;padding:7px}.chat-search-results button{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:8px;border:0;background:transparent;padding:9px;border-radius:10px;text-align:left;color:var(--ink)}.chat-search-results button:hover{background:var(--panel)}.chat-search-results span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-search-results time{color:var(--muted);font-size:11px}.bubble.search-hit{outline:3px solid rgba(79,143,130,.35);animation:searchPulse 1.2s ease}@keyframes searchPulse{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:scale(1)}}@media (max-width:700px){.search-panel{max-height:46vh}.chat-search-bar{grid-template-columns:1fr 28px}.chat-search-bar>span{display:none}.chat-search-results{top:52px}}:root{--glass:rgba(250,252,249,.68);--glass-strong:rgba(251,252,250,.82);--glass-line:rgba(255,255,255,.58);--glass-shadow:0 18px 55px rgba(44,58,50,.1)}.auth-shell{background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.95),transparent 38%),radial-gradient(circle at 85% 85%,rgba(190,207,196,.52),transparent 42%),linear-gradient(145deg,#e9eee9,#dfe7e1)}.auth-card,.modal-card,.search-panel{background:var(--glass-strong);border-color:var(--glass-line);box-shadow:var(--glass-shadow);backdrop-filter:blur(28px) saturate(125%);-webkit-backdrop-filter:blur(28px) saturate(125%)}.app{background:linear-gradient(135deg,#e7ece8,#dce5df)}.app aside{background:#f9fbf8a8;backdrop-filter:blur(26px) saturate(120%);-webkit-backdrop-filter:blur(26px) saturate(120%);border-right:1px solid rgba(255,255,255,.7)}.topbar,.chat-header,.composer-wrap,.chat-search-bar{background:#fafcf9a8;border-color:#ffffffb8;backdrop-filter:blur(24px) saturate(125%);-webkit-backdrop-filter:blur(24px) saturate(125%)}.search-box,.chat-row.active,.chat-row:hover,.bubble,.attach-menu{background:#ffffff85;border-color:#ffffffb3;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.messages{background-image:linear-gradient(#eff4f09e,#eff4f09e),radial-gradient(circle at 1px 1px,rgba(71,100,87,.07) 1px,transparent 0)}.bubble{box-shadow:0 7px 22px #2d3a320e}.bubble.mine{background:#c5d8cbb8;color:var(--ink)}.bubble.mine .message-ticks{color:#6f7f76}.bubble.mine .message-ticks.read{color:#317b70}.group-avatar-button{border:0;background:transparent;padding:0;display:inline-flex;border-radius:17px}.group-avatar-button.editable{position:relative}.group-avatar-button.editable:after{content:"✎";position:absolute;right:-4px;bottom:-3px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#476457e6;color:#fff;font-size:10px;border:2px solid rgba(250,252,249,.9)}.glass-card{background:var(--glass-strong)}.remove-photo{border:0;background:transparent;color:var(--danger);padding:4px 8px;justify-self:center}@media (max-width:700px){.app aside,.app main{background:#f4f8f4b3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.modal{background:#232d2747;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}.attach-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7;border:0;background:transparent;padding:0;margin:0;touch-action:manipulation}.attach-menu{z-index:9}.bubble{overflow:hidden}.message-text{overflow-wrap:anywhere}.bubble{padding-bottom:27px;min-width:86px}.message-meta{position:absolute;right:11px;bottom:7px;width:auto;margin:0;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-height:14px;white-space:nowrap;line-height:1}.message-meta time{position:static!important;right:auto!important;bottom:auto!important;font-size:10.5px;line-height:1;color:var(--muted);font-variant-numeric:tabular-nums}.message-ticks{display:inline-flex;align-items:center;justify-content:flex-end;min-width:18px;height:12px;padding:0;letter-spacing:-4px;line-height:1}.message-ticks span{display:inline-block;line-height:1}.top-actions{display:flex;align-items:center;gap:6px}.top-actions button{width:40px;height:40px;border:1px solid rgba(255,255,255,.68);border-radius:14px;background:#ffffff75;color:var(--accent);display:grid;place-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 5px 16px #2d3a320d;font-size:21px;line-height:1}.top-actions button:active{background:#dfe9e2c7;transform:scale(.97)}.notification-button .icon{stroke-width:1.7}@media (max-width:700px){.bubble{padding-bottom:26px}.message-meta{right:10px;bottom:7px}.top-actions button{width:38px;height:38px;border-radius:13px}}.message-item{width:fit-content;max-width:min(70%,640px);margin:7px 0;display:flex;flex-direction:column;align-items:flex-start}.message-item.mine{margin-left:auto;align-items:flex-end}.message-item .bubble{width:fit-content;max-width:100%;margin:0;padding:10px 12px;overflow:visible}.message-item .bubble.mine{margin-left:0}.message-item .message-meta{position:static;width:auto;margin:4px 4px 0;display:flex;align-items:center;justify-content:flex-start;gap:6px;min-height:14px;white-space:nowrap;line-height:1}.message-item.mine .message-meta{justify-content:flex-end}.message-item .message-meta time{position:static!important;right:auto!important;bottom:auto!important;font-size:10.5px;line-height:1;color:var(--muted);font-variant-numeric:tabular-nums}@media (max-width:700px){.message-item{max-width:87%}.message-item .bubble{padding-bottom:10px}.message-item .message-meta{margin-top:4px}}.app{height:var(--app-height,100dvh)}.search-dismiss-layer{display:none}@media (max-width:700px){.app.search-active aside{transform:translate(0)!important;z-index:30}.app.search-active main{pointer-events:none}.app.search-active .topbar{position:relative;z-index:32}.app.search-active .search-box{position:fixed;left:12px;right:12px;top:calc(70px + env(safe-area-inset-top));z-index:34;margin:0;background:#fafcf9e0;box-shadow:0 14px 34px #28342d24}.app.search-active .search-panel{position:fixed;left:10px;right:10px;top:calc(124px + env(safe-area-inset-top));bottom:calc(12px + env(safe-area-inset-bottom));z-index:34;margin:0;max-height:none;overflow:auto}.app.search-active .chat-list,.app.search-active .logout,.app.search-active .push-box{visibility:hidden;pointer-events:none}.search-dismiss-layer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:33;border:0;background:#e2e9e461;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}}.search-dismiss-layer,.attach-backdrop{-moz-appearance:none;appearance:none;-webkit-appearance:none;pointer-events:auto!important;cursor:default}.attach-backdrop{z-index:100!important;background:#e2e9e43d!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.attach-menu{z-index:101!important}.composer-wrap{z-index:60}@media (max-width:760px){.search-dismiss-layer{z-index:100!important}.app.search-active .search-box{z-index:102!important}.app.search-active .search-panel{z-index:102!important;bottom:auto!important;max-height:62vh!important}}.attach-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;z-index:10000!important;display:block!important;border:0!important;margin:0!important;padding:0!important;background:#e2e9e43d!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent}.attach-menu-global{position:fixed!important;left:max(12px,env(safe-area-inset-left))!important;bottom:calc(78px + env(safe-area-inset-bottom))!important;z-index:10001!important;pointer-events:auto!important}.global-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#e2e9e46b;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:calc(env(safe-area-inset-top) + 12px) 12px calc(env(safe-area-inset-bottom) + 12px);display:flex;align-items:flex-start;justify-content:center;touch-action:manipulation}.global-search-shell{width:min(680px,100%);max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 24px);display:flex;flex-direction:column;gap:8px;pointer-events:auto}.global-search-shell .search-box{position:relative!important;inset:auto!important;margin:0!important;z-index:auto!important;flex:0 0 auto;background:#fafcf9eb;box-shadow:0 14px 34px #28342d24}.global-search-shell .search-panel{position:relative!important;inset:auto!important;margin:0!important;z-index:auto!important;max-height:calc(100dvh - 96px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;overflow:auto;flex:1 1 auto}.global-search-shell{pointer-events:none!important}.global-search-shell>.search-box,.global-search-shell>.search-box *,.global-search-shell>div:last-child,.global-search-shell>div:last-child *{pointer-events:auto}.app.device-phone{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:none!important;height:var(--app-height,100dvh)!important;display:block!important;overflow:hidden!important}.app.device-phone>aside,.app.device-phone>main{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:100%!important}.app.device-phone>aside{transform:translateZ(0)!important}.app.device-phone>main{transform:translate3d(100%,0,0)!important}.app.device-phone.mobile-chat-open>aside{transform:translate3d(-100%,0,0)!important;pointer-events:none!important}.app.device-phone.mobile-chat-open>main{transform:translateZ(0)!important;pointer-events:auto!important}.app.device-phone .back{display:block!important}.app.device-phone .topbar,.app.device-phone .chat-header{padding-top:env(safe-area-inset-top)!important;height:calc(62px + env(safe-area-inset-top))!important;min-height:calc(62px + env(safe-area-inset-top))!important}.app.device-phone .messages{padding:14px 11px!important}.app.device-phone .message-item{max-width:87%!important}.app.device-phone .composer{padding-left:9px!important;padding-right:9px!important}html[data-device=phone] .app,.app.device-phone{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:var(--app-height,100dvh)!important;overflow:hidden!important}html[data-device=phone] .app>aside,html[data-device=phone] .app>main,.app.device-phone>aside,.app.device-phone>main{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;transform:none!important;transition:none!important}html[data-device=phone] .app:not(.mobile-chat-open)>aside,.app.device-phone:not(.mobile-chat-open)>aside{display:flex!important}html[data-device=phone] .app:not(.mobile-chat-open)>main,.app.device-phone:not(.mobile-chat-open)>main{display:none!important}html[data-device=phone] .app.mobile-chat-open>aside,.app.device-phone.mobile-chat-open>aside{display:none!important}html[data-device=phone] .app.mobile-chat-open>main,.app.device-phone.mobile-chat-open>main{display:flex!important;transform:none!important}html[data-device=phone][data-orientation=landscape] .app{display:block!important;grid-template-columns:none!important}html[data-device=phone][data-orientation=landscape] .app>aside,html[data-device=phone][data-orientation=landscape] .app>main{position:absolute!important;transform:none!important}.paste-link-hint{border:0;border-radius:999px;padding:8px 11px;background:#647c7424;color:var(--text,#24302c);font:inherit;font-size:12px;white-space:nowrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.paste-link-hint:active{transform:scale(.97)}.group-quick-links{display:flex;gap:6px;margin-left:auto;flex:0 0 auto}.group-quick-link{width:36px;height:36px;border-radius:13px;border:1.5px dashed rgba(71,100,87,.48);background:#ffffff47;color:var(--accent);display:grid;place-items:center;padding:0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffff9e;font-size:18px;font-weight:600}.group-quick-link.configured{border-style:solid;background:#e7eee98f;font-size:11px;letter-spacing:-.02em;text-transform:uppercase;overflow:hidden}.group-quick-link:active{transform:scale(.96);background:#d8e4dcb8}.group-links-editor{display:grid;gap:9px;padding-top:4px}.group-link-editor-row{display:grid;grid-template-columns:24px minmax(80px,.65fr) minmax(130px,1.35fr) 34px;gap:7px;align-items:center}.group-link-editor-row>span{font-size:12px;color:var(--muted);text-align:center}.group-link-editor-row input{min-width:0;padding:10px 11px!important;font-size:14px!important}.group-link-editor-row button{height:34px;border:0;border-radius:11px;background:#884c4817;color:var(--danger);font-size:18px}.quick-link-form-actions{display:flex;justify-content:flex-end;gap:10px;align-items:center}.quick-link-form-actions .primary{min-width:130px}.group-settings-card{width:min(100%,620px)}@media (max-width:700px){.chat-heading{flex:1;min-width:62px}.group-quick-links{gap:4px;margin-left:2px}.group-quick-link{width:31px;height:31px;border-radius:11px;font-size:16px}.group-quick-link.configured{font-size:9px}.group-link-editor-row{grid-template-columns:22px 1fr 34px}.group-link-editor-row input:nth-of-type(2){grid-column:2/4}.group-link-editor-row button{grid-column:4;grid-row:1}}.group-quick-link{height:48px;min-width:38px;width:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.group-quick-link .quick-link-letter{font-size:14px;line-height:1;font-weight:700;text-transform:uppercase}.group-quick-link small{max-width:34px;font-size:7px;line-height:1.05;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.group-quick-link.more span{font-size:14px;letter-spacing:1px}.quick-links-panel{max-width:430px}.quick-links-list{display:grid;gap:9px}.quick-links-list-row{display:flex;gap:8px;align-items:center}.quick-links-list-open{flex:1;display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.55);background:#ffffff57;border-radius:16px;text-align:left}.quick-links-list-open>span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#dfe8e2ad;font-weight:700}.quick-links-list-edit,.quick-links-add{padding:10px 12px;border-radius:14px;background:#ffffff52;border:1px dashed rgba(71,100,87,.38)}.quick-link-preview{display:flex;flex-direction:column;align-items:center;gap:4px;margin:4px auto 12px;width:62px}.quick-link-preview>span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#e7eee9b8;font-size:18px;font-weight:700;border:1px solid rgba(255,255,255,.65)}.quick-link-preview small{max-width:62px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:700px){.group-quick-link{width:34px;height:44px;min-width:34px}.group-quick-link small{max-width:31px;font-size:6.5px}}.group-quick-links{align-items:flex-start;max-width:min(52vw,360px);overflow-x:auto;scrollbar-width:none;padding-bottom:1px}.group-quick-links::-webkit-scrollbar{display:none}.group-quick-link{width:auto!important;min-width:42px!important;max-width:132px;height:48px;padding:4px 8px!important;flex:0 0 auto}.group-quick-link.configured{min-width:max-content!important}.group-quick-link small{max-width:112px!important;width:max-content;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;text-transform:none;letter-spacing:0;font-size:8px!important}.quick-link-preview{width:auto!important;max-width:220px}.quick-link-preview small{max-width:200px!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;text-align:center}@media (max-width:700px){.group-quick-links{max-width:46vw}.group-quick-link{min-width:38px!important;max-width:104px;padding:3px 6px!important}.group-quick-link small{max-width:88px!important;font-size:7px!important}}.paste-link-hint{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 13px!important;border:1px solid rgba(89,112,104,.24)!important;background:#edf4f1d1!important;box-shadow:0 8px 24px #283a341a;font-size:12px!important}.paste-link-hint span{color:var(--muted,#718079)}.paste-link-hint b{font-size:13px;color:var(--text,#24302c)}.manual-link-modal{z-index:220}.manual-link-copy{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.manual-link-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.manual-link-actions .secondary{border:1px solid var(--line);background:#ffffff73;padding:12px 16px;border-radius:14px;color:var(--muted)}.manual-link-actions .primary{padding:12px 18px}@media (max-width:700px){.manual-link-modal .modal-card{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}.settings-section{display:grid;gap:10px;padding:14px 0;border-top:1px solid rgba(90,105,98,.16)}.settings-section:first-of-type{border-top:0}.settings-section>small,.section-title-row small{color:var(--muted);display:block;margin-top:2px}.members-section{max-height:46vh;overflow:auto;padding-right:2px}.member-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:16px;background:#ffffff57;border:1px solid rgba(255,255,255,.5)}.member-row .avatar{width:38px;height:38px}.member-copy{display:flex;flex-direction:column;min-width:0;flex:1}.member-copy small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-role-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.member-role-controls select,.member-role-controls input,.add-member-box select,.add-member-box input{min-height:36px;border-radius:12px;border:1px solid rgba(90,105,98,.18);background:#ffffff94;padding:7px 9px}.member-role-controls input{max-width:170px}.role-badge{font-size:12px;color:var(--muted);padding:6px 9px;border-radius:999px;background:#ffffff6b}.danger-link{border:0;background:transparent;color:#a45151;padding:6px}.add-member-box{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-radius:16px;background:#ffffff4d}.add-member-box input[type=datetime-local],.add-member-box .secondary{grid-column:1/-1}.call-header-actions button:disabled,.composer button:disabled,.composer textarea:disabled{opacity:.42;cursor:not-allowed}@media (max-width:700px){.group-settings-card{width:min(94vw,560px);max-height:88dvh;overflow:auto}.member-row{align-items:flex-start}.member-role-controls{width:100%;justify-content:flex-start}.member-row{flex-wrap:wrap}.member-copy{min-width:calc(100% - 52px)}.member-role-controls select,.member-role-controls input{flex:1;min-width:130px}.add-member-box{grid-template-columns:1fr}}.group-edit-open .composer-wrap{display:none!important}.group-settings-modal{z-index:260!important;align-items:center!important;justify-items:center!important;padding:calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom))!important}.group-settings-modal .group-settings-card{margin:auto;max-height:calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:auto;overscroll-behavior:contain}@media (max-width:700px){.group-settings-modal{align-items:center!important}.group-settings-modal .group-settings-card{width:min(94vw,560px)!important;border-radius:26px!important;max-height:calc(100dvh - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;padding-bottom:20px!important}}.group-settings-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;padding:14px 0 2px;background:linear-gradient(180deg,transparent,rgba(245,248,247,.94) 35%)}.user-picker-modal{z-index:1300;background:#141e1c47;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.user-picker-card{width:min(520px,calc(100vw - 28px));max-height:min(70dvh,620px);display:flex;flex-direction:column;gap:14px}.user-picker-list{display:flex;flex-direction:column;gap:8px;overflow:auto;min-height:180px}.user-picker-list>button{display:flex;align-items:center;gap:12px;padding:11px 12px;border:1px solid rgba(50,70,65,.12);border-radius:18px;background:#ffffff7a;text-align:left}.user-picker-list>button span{display:flex;flex:1;flex-direction:column;min-width:0}.user-picker-list>button small,.muted{color:var(--muted)}.user-picker-list>button i{font-style:normal;font-size:20px}@media (max-width:760px){.group-settings-actions{padding-bottom:calc(8px + env(safe-area-inset-bottom))}.user-picker-card{max-height:78dvh}}.section-title-row{align-items:flex-end;gap:14px}.section-title-row>div{display:flex;flex-direction:column;gap:2px}.section-title-row>div>b{font-size:18px;letter-spacing:-.02em}.add-member-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 15px;border:1px solid rgba(61,91,80,.46);border-radius:14px;background:#f5f9f76b;color:#315f50;font-size:14px;font-weight:650;box-shadow:inset 0 1px #ffffffa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.add-member-trigger span{font-size:21px;line-height:1;font-weight:400}.add-member-trigger:active{transform:scale(.985);background:#e1ede8a8}.user-picker-modal{background:#1f2b2747!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;padding:18px}.user-picker-card{width:min(680px,calc(100vw - 30px))!important;max-height:min(82dvh,760px)!important;padding:24px!important;border-radius:28px!important;background:linear-gradient(145deg,#fdfefde6,#f0f4f2d1)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 28px 80px #1b2a243d!important}.user-picker-head{margin-bottom:2px}.user-picker-head h3{font-size:25px;letter-spacing:-.035em}.icon-close{width:38px;height:38px;border-radius:50%;border:0;background:transparent;font-size:28px;color:#456056}.user-search-field{display:flex;align-items:center;gap:11px;min-height:54px;padding:0 16px;border:1px solid rgba(66,91,82,.24);border-radius:17px;background:#ffffffad;box-shadow:0 0 0 3px #688f8014}.user-search-field span{font-size:24px;color:#6d7b76;transform:rotate(-15deg)}.user-search-field input{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;min-height:50px;font-size:16px;flex:1}.user-picker-list{gap:0!important;border:1px solid rgba(70,90,82,.12);border-radius:20px;overflow:auto!important;background:#fff6}.user-picker-list>button{min-height:74px!important;border:0!important;border-bottom:1px solid rgba(68,88,80,.1)!important;border-radius:0!important;background:transparent!important;padding:10px 14px!important;transition:background .16s ease}.user-picker-list>button:first-child{border-radius:20px 20px 0 0!important}.user-picker-list>button:last-child{border-bottom:0!important;border-radius:0 0 20px 20px!important}.user-picker-list>button.selected{background:linear-gradient(90deg,#dceae4d1,#e8f1ed99)!important}.user-picker-list>button .avatar{width:48px;height:48px;border-radius:15px}.user-picker-list>button b{font-size:16px}.user-picker-list>button small{font-size:13px;margin-top:2px}.user-select-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;border:1px solid rgba(61,87,77,.17);background:#ffffff8c;font-size:24px!important;color:#334940}.user-picker-list>button.selected .user-select-mark{border-radius:50%;border-color:#4a7665;background:#4a7665;color:#fff;font-size:18px!important}.user-picker-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:4px}.user-picker-footer>span{font-size:14px;color:var(--muted);font-weight:600}.user-picker-footer>div{display:flex;gap:10px}.picker-cancel,.picker-add{min-width:118px;min-height:46px;border-radius:14px;padding:10px 18px}.picker-cancel{border:1px solid rgba(60,80,72,.18);background:#ffffff85;color:#293b35}.picker-add{background:#416d5d!important}.picker-add:disabled{opacity:.45}.empty-users{padding:28px;text-align:center}@media (max-width:700px){.section-title-row{align-items:stretch;flex-direction:column}.add-member-trigger{width:100%;min-height:46px}.user-picker-card{padding:18px!important;border-radius:24px!important;max-height:86dvh!important}.user-picker-head h3{font-size:22px}.user-picker-list>button{min-height:68px!important}.user-picker-footer{align-items:stretch;flex-direction:column}.user-picker-footer>div{width:100%}.picker-cancel,.picker-add{flex:1;min-width:0}.user-picker-footer>span{text-align:left}}.members-section .section-title-row{gap:16px;margin-bottom:18px;align-items:flex-end}.members-section .section-title-row>div{display:flex;flex-direction:column;gap:5px}.members-section .section-title-row small{line-height:1.35}.add-member-trigger{width:auto!important;min-height:36px!important;padding:7px 12px!important;border-radius:12px!important;gap:6px!important;font-size:13px!important;font-weight:620!important;white-space:nowrap}.add-member-trigger span{font-size:17px!important}.member-remove-button{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;padding:0;border:1px solid rgba(154,75,68,.16);border-radius:12px;background:#ffffff70;color:#9f554e}.member-remove-button svg{width:19px;height:19px}.member-remove-button:active{transform:scale(.96);background:#f6e2dfb8}.user-picker-list>button{display:grid!important;grid-template-columns:48px minmax(0,1fr) 38px!important;align-items:center!important;column-gap:14px!important;text-align:left!important}.user-picker-list>button .chat-avatar,.user-picker-list>button .avatar{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;display:grid!important;place-items:center!important;justify-self:start!important;align-self:center!important;padding:0!important;line-height:1!important;text-align:center!important;font-size:17px!important}.user-picker-list>button>span:not(.chat-avatar):not(.avatar){display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;min-width:0!important;line-height:1.25!important}.user-picker-list>button b,.user-picker-list>button small{display:block;width:100%;margin:0}.user-select-mark{justify-self:end!important;align-self:center!important}@media (max-width:700px){.members-section .section-title-row{align-items:flex-start!important;gap:14px!important;margin-bottom:20px!important}.add-member-trigger{width:auto!important;align-self:flex-start!important}.user-picker-list>button{grid-template-columns:44px minmax(0,1fr) 36px!important;column-gap:12px!important;min-height:66px!important}.user-picker-list>button .chat-avatar,.user-picker-list>button .avatar{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;border-radius:14px!important}}@media (max-width:700px){.app.device-phone .chat-header,html[data-device=phone] .chat-header{display:grid!important;grid-template-columns:36px 40px minmax(0,1fr) auto!important;grid-template-rows:minmax(46px,auto) auto!important;column-gap:7px!important;row-gap:4px!important;align-items:center!important;height:auto!important;min-height:calc(94px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) max(8px,env(safe-area-inset-right)) 7px max(8px,env(safe-area-inset-left))!important;overflow:visible!important}.chat-header>.back{grid-column:1!important;grid-row:1!important;width:36px!important;min-width:36px!important;height:44px!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important}.chat-header>.group-avatar-button{grid-column:2!important;grid-row:1!important;width:40px!important;height:40px!important;min-width:40px!important}.chat-header>.group-avatar-button .avatar,.chat-header>.group-avatar-button .chat-avatar{width:40px!important;height:40px!important;border-radius:14px!important}.chat-header>.chat-heading{grid-column:3!important;grid-row:1!important;min-width:0!important;overflow:hidden!important;align-self:center!important}.chat-header>.chat-heading b,.chat-header>.chat-heading small{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.chat-header>.chat-heading b{font-size:15.5px!important;line-height:1.2!important}.chat-header>.chat-heading small{font-size:11.5px!important;line-height:1.2!important;margin-top:2px!important}.chat-header>.call-header-actions{grid-column:4!important;grid-row:1!important;margin:0!important;gap:4px!important;align-items:center!important;justify-self:end!important;flex-wrap:nowrap!important}.chat-header>.call-header-actions button{width:36px!important;min-width:36px!important;height:36px!important;border-radius:13px!important;padding:0!important;display:grid!important;place-items:center!important}.chat-header>.call-header-actions .icon{width:19px!important;height:19px!important}.chat-header>.group-quick-links{grid-column:2 / 5!important;grid-row:2!important;margin:0!important;max-width:100%!important;width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 1px 1px!important;gap:6px!important;justify-self:stretch!important;-webkit-overflow-scrolling:touch}.chat-header>.group-quick-links .group-quick-link{height:34px!important;min-height:34px!important;min-width:36px!important;max-width:116px!important;padding:2px 7px!important;border-radius:12px!important}.chat-header>.group-quick-links .quick-link-letter{font-size:12px!important}.chat-header>.group-quick-links small{font-size:7.5px!important;max-width:92px!important}}@media (max-width:430px){.chat-header>.call-header-actions button[title="Настройки группы"],.chat-header>.call-header-actions button[title="Поиск в чате"]{display:none!important}.chat-header>.call-header-actions button{width:38px!important;min-width:38px!important;height:38px!important}}@media (max-width:360px){.app.device-phone .chat-header,html[data-device=phone] .chat-header{grid-template-columns:32px 36px minmax(0,1fr) auto!important;column-gap:5px!important;padding-left:max(5px,env(safe-area-inset-left))!important;padding-right:max(5px,env(safe-area-inset-right))!important}.chat-header>.back{width:32px!important;min-width:32px!important}.chat-header>.group-avatar-button,.chat-header>.group-avatar-button .avatar,.chat-header>.group-avatar-button .chat-avatar{width:36px!important;height:36px!important;min-width:36px!important}.chat-header>.call-header-actions{gap:3px!important}.chat-header>.call-header-actions button{width:34px!important;min-width:34px!important;height:34px!important;border-radius:12px!important}}@media (max-height:500px) and (orientation:landscape){.app.device-phone .chat-header,html[data-device=phone] .chat-header{grid-template-columns:34px 38px minmax(0,1fr) minmax(0,42vw) auto!important;grid-template-rows:48px!important;min-height:calc(48px + env(safe-area-inset-top))!important;padding-bottom:0!important}.chat-header>.group-quick-links{grid-column:4!important;grid-row:1!important}.chat-header>.call-header-actions{grid-column:5!important;grid-row:1!important}}@media (max-width:700px){.app.device-phone .chat-header,html[data-device=phone] .chat-header{display:grid!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:12px!important;height:auto!important;min-height:calc(126px + env(safe-area-inset-top))!important;padding:calc(10px + env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) 12px max(14px,env(safe-area-inset-left))!important;align-items:center!important}.chat-header>.back{grid-column:1!important;grid-row:1!important;margin:0!important}.chat-header>.group-avatar-button{grid-column:2!important;grid-row:1!important;margin:0!important}.chat-header>.chat-heading{grid-column:3!important;grid-row:1!important;min-width:0!important;margin:0!important}.chat-header>.call-header-actions{grid-column:4!important;grid-row:1!important;margin:0!important;display:flex!important;gap:6px!important}.chat-header>.group-quick-links{grid-column:1 / -1!important;grid-row:2!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(7px,2.3vw,12px)!important;align-items:stretch!important}.chat-header>.group-quick-links .group-quick-link{width:100%!important;min-width:0!important;max-width:none!important;height:58px!important;padding:5px 3px!important;border-radius:15px!important;flex:none!important;box-sizing:border-box!important}.chat-header>.group-quick-links .quick-link-letter{font-size:14px!important;line-height:1!important}.chat-header>.group-quick-links small{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:7px!important;line-height:1.1!important}}@media (max-width:380px){.app.device-phone .chat-header,html[data-device=phone] .chat-header{column-gap:6px!important;padding-left:max(10px,env(safe-area-inset-left))!important;padding-right:max(10px,env(safe-area-inset-right))!important}.chat-header>.group-quick-links{gap:6px!important}.chat-header>.group-quick-links .group-quick-link{height:54px!important;border-radius:14px!important}}.home-quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:4px 14px 12px}.home-quick-link{min-width:0;height:58px;border-radius:17px;border:1px solid rgba(255,255,255,.58);background:#ffffff47;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--accent,#456b5b)}.home-quick-link.empty{border-style:dashed;border-color:#456b5b6b;font-size:24px}.home-quick-link.configured>span{font-size:17px;font-weight:700;line-height:1}.home-quick-link small{width:100%;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:9px;color:inherit}@media (max-width:700px){.home-quick-links{padding-left:16px;padding-right:16px;gap:8px}.home-quick-link{height:54px;border-radius:15px}}.topbar .profile-button{flex:1 1 auto;min-width:0;max-width:none}.profile-copy{display:grid;min-width:0;text-align:left;line-height:1.15}.profile-copy b{max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy small{margin-top:3px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .home-quick-links{flex:0 0 auto;display:grid;grid-template-columns:repeat(3,36px);gap:6px;padding:0;margin-left:auto}.topbar .home-quick-link{width:36px;min-width:36px;height:42px;border-radius:13px;padding:0;gap:1px}.topbar .home-quick-link.configured>span{font-size:14px}.topbar .home-quick-link small{font-size:7px;line-height:1.05;padding:0 3px}.topbar .top-actions{margin-left:2px;flex:0 0 auto}@media (max-width:700px){.topbar{gap:8px;padding-left:12px;padding-right:10px}.topbar .profile-button{gap:8px}.topbar .avatar{width:40px;height:40px;border-radius:14px}.topbar .home-quick-links{grid-template-columns:repeat(3,32px);gap:5px}.topbar .home-quick-link{width:32px;min-width:32px;height:38px;border-radius:12px}.topbar .home-quick-link small{font-size:6.5px}.topbar .top-actions{gap:2px}.topbar .top-actions button{width:32px;height:38px;padding:0}}@media (max-width:390px){.profile-copy small{display:none}.topbar .home-quick-links{grid-template-columns:repeat(3,30px);gap:4px}.topbar .home-quick-link{width:30px;min-width:30px;height:36px}}.chat-heading small{display:block!important;min-height:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)!important}.preview-row{display:flex;align-items:center;gap:8px;min-width:0;margin-top:4px}.preview-row .preview{flex:1;min-width:0;margin-top:0}.unread-badge{flex:0 0 auto;min-width:21px;height:21px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:11px;font-weight:700;line-height:1}.app main,.messages,.composer-wrap{min-height:0}.messages{scrollbar-gutter:stable;overflow-anchor:none}@media (min-width:701px){html,body,#root,.app{height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.app main{height:100%;overflow:hidden}.messages{overscroll-behavior:contain}}.storage-button{font-size:18px;line-height:1}.storage-modal{z-index:1200;display:grid;place-items:center;padding:16px}.storage-card{width:min(820px,96vw);height:min(760px,88dvh);display:flex;flex-direction:column;border-radius:28px;padding:20px;background:#f8faf8e0;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);box-shadow:0 24px 70px #2637302e}.storage-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px}.storage-head h3{margin:0;font-size:22px}.storage-head small{color:var(--muted)}.storage-head>button{width:40px;height:40px;border-radius:50%;font-size:24px}.storage-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 0 18px}.storage-toolbar>button,.storage-upload{height:42px;padding:0 16px;border:1px solid rgba(65,93,81,.18);border-radius:14px;background:#ffffffa6;display:inline-flex;align-items:center;cursor:pointer}.storage-upload{background:var(--accent);color:#fff;border-color:transparent}.storage-new-folder{margin-left:auto;display:flex;gap:8px;min-width:min(320px,100%)}.storage-new-folder input{min-width:0;flex:1;height:42px;border-radius:14px}.storage-new-folder button{width:42px;height:42px;border-radius:14px}.storage-list{flex:1;overflow:auto;border:1px solid rgba(65,93,81,.1);border-radius:20px;background:#ffffff75}.storage-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(65,93,81,.09)}.storage-row:last-child{border-bottom:0}.storage-main{flex:1;min-width:0;display:flex;align-items:center;gap:12px;text-align:left;background:transparent;padding:4px;border-radius:12px}.storage-main>span:last-child{min-width:0;display:flex;flex-direction:column}.storage-main b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storage-main small{color:var(--muted)}.storage-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#d9e5de9e;font-size:22px}.storage-actions{display:flex;gap:6px}.storage-actions button{width:36px;height:36px;border-radius:12px}.storage-actions .danger{color:#a34a4a}.storage-empty{padding:48px;text-align:center;color:var(--muted)}@media (max-width:640px){.storage-modal{padding:0}.storage-card{width:100vw;height:100dvh;border-radius:0;padding:calc(14px + env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom))}.storage-toolbar{align-items:stretch}.storage-new-folder{order:3;width:100%;margin-left:0;min-width:0}.storage-row{padding:10px 8px}.storage-actions{gap:2px}.storage-actions button{width:32px;height:34px}.storage-icon{width:38px;height:38px}}.desktop-rail,.desktop-inspector{display:none}.message-link{color:#075bd8;text-decoration:none;overflow-wrap:anywhere;word-break:break-word}.message-link:hover{text-decoration:underline}@media (min-width:1001px){:root{--desktop-rail:80px;--desktop-chats:420px;--desktop-info:360px;--desktop-border:#e3e7e3;--desktop-green:#176f45;--desktop-soft:#eef4ef}.app.device-desktop{display:grid!important;grid-template-columns:var(--desktop-rail) var(--desktop-chats) minmax(460px,1fr)!important;width:100vw;height:100dvh;background:#fff!important}.app.device-desktop.inspector-open{grid-template-columns:var(--desktop-rail) var(--desktop-chats) minmax(460px,1fr) var(--desktop-info)!important}.app.device-desktop>.desktop-rail{display:flex!important;grid-column:1;grid-row:1;min-width:0;background:#fff;border-right:1px solid var(--desktop-border);flex-direction:column;align-items:center;padding:24px 0 20px;z-index:4}.desktop-rail button{border:0;background:transparent;display:grid;place-items:center;color:#16221d;padding:0}.desktop-rail .rail-avatar{width:52px;height:52px;margin-bottom:44px;position:relative}.desktop-rail .rail-avatar .avatar{width:50px;height:50px;border-radius:50%}.desktop-rail .rail-avatar:after{content:"";position:absolute;right:1px;bottom:1px;width:10px;height:10px;border-radius:50%;background:#1f985c;border:3px solid #fff}.rail-nav{display:flex;flex-direction:column;gap:18px;align-items:center}.rail-nav button,.rail-bottom button{width:48px;height:48px;border-radius:15px}.rail-nav button:hover,.rail-bottom button:hover{background:#f4f7f4}.rail-nav button.active{background:#e8f0ea;color:#086c3e}.rail-chat-dot{width:22px;height:18px;border-radius:50%;background:#096d3f;position:relative}.rail-chat-dot:after{content:"";position:absolute;left:2px;bottom:-3px;border:4px solid transparent;border-top-color:#096d3f;transform:rotate(28deg)}.rail-bottom{margin-top:auto;display:flex;flex-direction:column;gap:10px}.app.device-desktop>.chat-sidebar{display:flex!important;grid-column:2;grid-row:1;position:relative!important;inset:auto!important;transform:none!important;width:auto!important;min-width:0!important;height:100%!important;background:#fff!important;border-right:1px solid var(--desktop-border)!important}.chat-sidebar .topbar{height:82px;min-height:82px;padding:0 22px;border-bottom:0;background:#fff;position:relative}.chat-sidebar .topbar:before{content:"Чаты";font-size:24px;font-weight:750;letter-spacing:-.03em}.chat-sidebar .profile-button,.chat-sidebar .home-quick-links,.chat-sidebar .storage-button,.chat-sidebar .notification-button{display:none!important}.chat-sidebar .top-actions{margin-left:auto}.chat-sidebar .top-actions button{display:none}.chat-sidebar .top-actions button:last-child{display:grid!important;width:40px;height:40px;border:1px solid var(--desktop-border);border-radius:50%;background:#fff;font-size:22px;box-shadow:none}.chat-sidebar .search-box{margin:0 22px 12px!important;height:48px;border:1px solid var(--desktop-border);border-radius:16px;background:#fff;padding:0 15px;box-shadow:none}.chat-sidebar .search-box input{font-size:15px}.chat-sidebar .push-box,.chat-sidebar>.logout{display:none!important}.chat-sidebar .chat-list{padding:0 12px 20px;scrollbar-width:thin}.chat-sidebar .chat-row{min-height:76px;padding:10px 12px;border-radius:16px;align-items:center;gap:13px}.chat-sidebar .chat-row:hover{background:#f5f8f5}.chat-sidebar .chat-row.active{background:#e8f0ea}.chat-sidebar .chat-avatar{width:48px;height:48px;border-radius:50%}.chat-sidebar .chat-title b{font-size:16px}.chat-sidebar .chat-title time{font-size:12px}.chat-sidebar .preview-row{display:flex;align-items:center;gap:8px}.chat-sidebar .preview{font-size:13px;flex:1}.chat-sidebar .unread-badge{width:22px;height:22px;min-width:22px;border-radius:50%;display:grid;place-items:center;background:#0d7543;color:#fff;font-size:12px;font-weight:700}.app.device-desktop>main{display:flex!important;grid-column:3;grid-row:1;position:relative!important;inset:auto!important;transform:none!important;min-width:0!important;height:100%!important;background:#fff!important;border-right:1px solid var(--desktop-border)}.app.device-desktop .chat-header{height:82px;min-height:82px;padding:0 24px;background:#fff;border-bottom:1px solid var(--desktop-border);gap:12px}.app.device-desktop .chat-header .back{display:grid;width:36px;height:36px;place-items:center;font-size:35px;color:#111;margin-right:2px}.app.device-desktop .group-avatar-button{border:0;background:transparent;padding:0}.app.device-desktop .group-avatar-button .chat-avatar{width:46px;height:46px;border-radius:50%}.app.device-desktop .chat-heading{flex:1}.app.device-desktop .chat-heading b{font-size:17px}.app.device-desktop .chat-heading small{font-size:13px;color:#1c7b4a}.app.device-desktop .group-quick-links{display:none!important}.app.device-desktop .call-header-actions{margin-left:auto;gap:8px}.app.device-desktop .call-header-actions button{width:42px;height:42px;border-radius:50%;background:transparent;color:#0b1510}.app.device-desktop .call-header-actions button:hover{background:#f3f6f3}.app.device-desktop .messages{padding:28px 5.2%;background:#fff;background-image:none;scrollbar-width:thin}.app.device-desktop .message-item{max-width:68%;margin:10px 0}.app.device-desktop .message-item .bubble{border:1px solid #e2e7e2;background:#fff;box-shadow:0 2px 8px #1e2d2506;border-radius:16px 16px 16px 6px;padding:12px 14px;font-size:14px;line-height:1.45}.app.device-desktop .message-item.mine .bubble{background:#eaf2ec;border-color:#e1ebe4;border-radius:16px 16px 6px}.app.device-desktop .message-item .message-meta{font-size:11px;margin-top:4px;color:#7a837e}.app.device-desktop .sender{font-size:13px;color:#176943}.app.device-desktop .composer-wrap{background:#fff;z-index:2}.app.device-desktop .composer{grid-template-columns:42px minmax(0,1fr) 42px;padding:12px 24px 18px;background:#fff;border-top:1px solid var(--desktop-border);gap:10px}.app.device-desktop .composer textarea{height:44px;min-height:44px;border:1px solid #dfe5e0;border-radius:22px;padding:11px 16px;background:#fff;font-size:14px}.app.device-desktop .composer .attach{background:transparent;border-radius:50%;font-size:0}.app.device-desktop .composer .attach:before{content:"⌕";font-size:0}.app.device-desktop .composer .attach{position:relative}.app.device-desktop .composer .attach:after{content:"";width:18px;height:18px;border:2px solid #111;border-top-color:transparent;border-radius:8px;transform:rotate(-45deg)}.app.device-desktop .composer .send{width:42px;height:42px;border-radius:50%;background:#0b7443}.app.device-desktop>.desktop-inspector{display:flex!important;grid-column:4;grid-row:1;position:relative!important;inset:auto!important;transform:none!important;width:auto!important;min-width:0!important;height:100%!important;background:#fff!important;border-right:0!important;border-left:0!important;flex-direction:column;overflow:auto}.inspector-head{height:82px;min-height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--desktop-border);font-size:18px}.inspector-head button{border:0;background:transparent;font-size:30px;font-weight:300;color:#101713}.inspector-profile{display:flex;align-items:center;gap:14px;padding:24px;border-bottom:1px solid var(--desktop-border)}.inspector-avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#e8efea;color:#315c4b;font-size:20px;font-weight:700;overflow:hidden;flex:none}.inspector-avatar img{width:100%;height:100%;object-fit:cover}.inspector-profile>div{display:flex;flex-direction:column;gap:5px}.inspector-profile b{font-size:17px}.inspector-profile small{color:#747d78}.inspector-section{padding:22px 24px;border-bottom:1px solid var(--desktop-border)}.inspector-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.inspector-title>b{font-size:15px}.inspector-title>button{width:30px;height:30px;border:1px solid var(--desktop-border);border-radius:50%;background:#fff;font-size:20px}.member-avatars{display:flex;align-items:center;gap:8px}.mini-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e7eee9;color:#365f50;font-weight:700;overflow:hidden}.mini-avatar img{width:100%;height:100%;object-fit:cover}.member-avatars button{width:38px;height:38px;border:0;border-radius:50%;background:#f1f4f1;font-size:20px}.resource-list{display:flex;flex-direction:column}.resource-list>a{display:grid;grid-template-columns:32px 1fr 20px;align-items:center;gap:10px;padding:10px 0;text-decoration:none;color:#202923}.resource-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8f1eb;color:#0b6f40;font-weight:700}.resource-list small{color:#8a928e}.inspector-row{width:100%;height:44px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left}.inspector-row b{font-weight:500;color:#67706b}.fake-toggle{width:40px;height:22px;border-radius:999px;background:#cfd7d2;position:relative}.fake-toggle:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;box-shadow:0 1px 3px #0002}.fake-toggle.on{background:#1d7a4c}.fake-toggle.on:after{left:20px}.app.device-desktop:not(.inspector-open)>.desktop-inspector{display:none!important}}@media (min-width:1001px) and (max-width:1320px){.app.device-desktop{--desktop-rail:72px;--desktop-chats:340px;--desktop-info:320px}.app.device-desktop.inspector-open{grid-template-columns:var(--desktop-rail) var(--desktop-chats) minmax(420px,1fr) var(--desktop-info)!important}}@media (max-width:1000px){.desktop-rail,.desktop-inspector{display:none!important}}@media (min-width: 901px){:root{--desktop-text:15px}.chat-sidebar{font-size:var(--desktop-text)}.chat-sidebar .topbar{min-height:76px;padding:0 20px}.chat-row{min-height:76px;padding:10px 14px;gap:12px}.chat-row .chat-avatar,.chat-row .chat-avatar-wrap{width:48px;height:48px;min-width:48px}.chat-title b{font-size:16px;line-height:1.2}.preview{font-size:13.5px}.chat-header{min-height:76px;padding:0 24px}.chat-header .chat-avatar{width:48px;height:48px;min-width:48px}.chat-heading b{font-size:18px;line-height:1.15}.chat-heading small{font-size:13px;margin-top:3px}.call-header-actions button{width:44px;height:44px;border-radius:14px}.call-header-actions .icon{width:24px;height:24px}.message-item{font-size:15px}.message-item .bubble{padding:12px 14px;border-radius:16px}.composer{min-height:62px;padding:8px 14px;gap:10px}.composer textarea{font-size:15px}.inspector-panel{font-size:14px}.inspector-head{min-height:76px;padding:0 22px}.inspector-head h3{font-size:18px}.inspector-section{padding:20px 22px}.inspector-title b{font-size:15px}.desktop-rail button{width:48px;height:48px}.desktop-rail .icon{width:24px;height:24px}}.resource-open-button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:10px 0;color:inherit;text-align:left;cursor:pointer;font:inherit}.resource-open-button:hover{color:var(--accent)}.resource-open-button>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.embedded-app-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;background:#141d1842;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:14px 14px 14px 88px;display:flex;align-items:stretch;justify-content:stretch}.embedded-app-window{width:100%;height:100%;min-width:0;min-height:0;border:1px solid rgba(255,255,255,.8);border-radius:22px;overflow:hidden;background:#f7faf7;box-shadow:0 30px 80px #14201940;display:flex;flex-direction:column}.embedded-app-toolbar{height:66px;min-height:66px;padding:0 16px 0 18px;border-bottom:1px solid rgba(65,84,73,.13);background:#fafcfaeb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;align-items:center;justify-content:space-between;gap:16px}.embedded-app-title{min-width:0;display:flex;align-items:center;gap:11px}.embedded-app-title>div{min-width:0;display:flex;flex-direction:column}.embedded-app-title b{font-size:16px;line-height:1.2}.embedded-app-title small{font-size:12px;color:var(--muted);max-width:46vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.embedded-app-badge{width:36px;height:36px;border-radius:11px;background:#dfeae2;color:var(--accent);display:grid;place-items:center;font-weight:700;font-size:16px}.embedded-app-actions{display:flex;align-items:center;gap:6px}.embedded-app-actions button{width:40px;height:40px;border:1px solid rgba(65,84,73,.12);border-radius:12px;background:#ffffffc2;color:var(--ink);display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer}.embedded-app-actions button:hover{background:#edf4ef;color:var(--accent)}.embedded-app-actions .embedded-close{font-size:25px}.embedded-app-body{position:relative;flex:1;min-height:0;background:#fff}.embedded-app-body iframe{display:block;width:100%;height:100%;border:0;background:#fff}.embedded-loading,.embedded-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f7faf7;color:var(--muted)}.embedded-loading span{width:30px;height:30px;border-radius:50%;border:3px solid #dfe8e1;border-top-color:var(--accent);animation:embedded-spin .8s linear infinite}.embedded-fallback h3{margin:0;color:var(--ink)}.embedded-fallback p{margin:0;max-width:420px;text-align:center}.embedded-fallback button{margin-top:8px;border:0;border-radius:12px;background:var(--accent);color:#fff;padding:11px 16px;font-weight:600}@keyframes embedded-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.embedded-app-layer{padding:0}.embedded-app-window{border-radius:0;border:0}.embedded-app-toolbar{padding-top:env(safe-area-inset-top);height:calc(60px + env(safe-area-inset-top));min-height:calc(60px + env(safe-area-inset-top))}.embedded-app-title small{max-width:44vw}.embedded-app-actions button:first-child{display:none}}@media (min-width:1001px){:root{--v2-bg:#edf4ee;--v2-panel:#f8fbf8;--v2-line:#dfe8e1;--v2-text:#202a24;--v2-muted:#758079;--v2-accent:#4f8e67;--v2-accent-soft:#dceade;--v2-hover:#eef5ef;--v2-radius:22px}html,body,#root{height:100%;overflow:hidden;background:var(--v2-bg)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:var(--v2-text)}.app.device-desktop{height:100%;display:grid!important;grid-template-columns:88px 360px minmax(520px,1fr) 340px!important;grid-template-rows:100%!important;background:var(--v2-bg)!important;padding:14px!important;gap:0!important}.app.device-desktop:not(.inspector-open){grid-template-columns:88px 360px minmax(520px,1fr)!important}.app.device-desktop>.desktop-rail{grid-column:1;grid-row:1;position:relative!important;inset:auto!important;width:auto!important;height:100%!important;background:#dfeade!important;border:0!important;border-radius:26px 0 0 26px!important;display:flex!important;flex-direction:column;align-items:center;padding:20px 0 18px!important;box-shadow:none!important;z-index:30}.rail-avatar{margin-bottom:26px!important}.rail-avatar .avatar{width:48px!important;height:48px!important;border-radius:50%!important;font-size:17px!important;background:#bdd2c2!important;color:#24503a!important}.rail-nav,.rail-bottom{width:100%;display:flex!important;flex-direction:column;align-items:center;gap:12px!important}.rail-bottom{margin-top:auto!important}.desktop-rail button{width:48px!important;height:48px!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#66736b!important;position:relative}.desktop-rail button:hover{background:#ffffff75!important;color:#345d47!important}.desktop-rail button.active{background:#ffffffb8!important;color:#2f6d49!important;box-shadow:0 8px 22px #335c431f!important}.desktop-rail button.active:before{content:"";position:absolute;left:-14px;top:13px;width:4px;height:22px;border-radius:99px;background:#4c8b64}.rail-chat-dot{width:22px;height:17px;border:2px solid currentColor;border-radius:7px;position:relative;display:block}.rail-chat-dot:after{content:"";position:absolute;left:3px;bottom:-5px;width:7px;height:7px;border-left:2px solid currentColor;transform:skew(-24deg)}.app.device-desktop>.chat-sidebar{grid-column:2;grid-row:1;position:relative!important;inset:auto!important;width:auto!important;height:100%!important;background:#f8fbf8f5!important;border:0!important;border-right:1px solid var(--v2-line)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:none!important}.chat-sidebar.workspace-hidden,.app.device-desktop>main.workspace-hidden{visibility:hidden;pointer-events:none}.chat-sidebar .topbar{height:86px!important;min-height:86px!important;padding:16px 20px!important;border-bottom:0!important;background:transparent!important;gap:12px!important}.profile-button{min-width:0;flex:1!important;display:flex!important;align-items:center!important;gap:12px!important;padding:0!important;background:transparent!important;border:0!important;text-align:left!important}.profile-button .avatar{width:44px!important;height:44px!important}.profile-copy b{font-size:17px!important}.profile-copy small{font-size:12px!important;color:var(--v2-muted)!important}.home-quick-links,.storage-button{display:none!important}.notification-button{width:40px!important;height:40px!important;border-radius:13px!important;background:#eef4ef!important}.top-actions{gap:8px!important}.top-actions>button:last-child{width:40px!important;height:40px!important;border-radius:13px!important;font-size:24px!important;background:#eaf2ec!important;color:#3f7557!important;border:0!important}.search-box{margin:0 18px 12px!important;height:42px!important;border:0!important;border-radius:14px!important;background:#eef3ef!important;padding:0 14px!important;box-shadow:none!important}.search-box input{font-size:14px!important;background:transparent!important}.chat-list{padding:4px 10px 16px!important;overflow:auto!important;gap:4px!important}.chat-row{min-height:72px!important;border:0!important;border-radius:18px!important;padding:10px 12px!important;gap:12px!important;background:transparent!important}.chat-row:hover{background:#f0f5f1!important}.chat-row.active{background:#e4eee6!important;box-shadow:none!important}.chat-row .chat-avatar,.chat-row .chat-avatar-wrap{width:48px!important;height:48px!important;min-width:48px!important}.chat-title b{font-size:16px!important;font-weight:650!important}.chat-title time{font-size:11px!important;color:#8c958f!important}.preview{font-size:13px!important;color:#758079!important}.unread-badge{min-width:21px!important;height:21px!important;padding:0 6px!important;background:#5d9871!important;font-size:11px!important}.chat-sidebar>.logout{display:none!important}.app.device-desktop>main{grid-column:3;grid-row:1;position:relative!important;inset:auto!important;height:100%!important;min-width:0!important;background:#fff!important;border:0!important;border-right:1px solid var(--v2-line)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.chat-header{height:86px!important;min-height:86px!important;padding:0 26px!important;border-bottom:1px solid #edf1ee!important;background:#fff!important;gap:13px!important}.chat-header .back{display:none!important}.chat-header .chat-avatar{width:48px!important;height:48px!important;min-width:48px!important}.chat-heading{min-width:0!important;flex:1!important}.chat-heading b{font-size:19px!important;font-weight:680!important}.chat-heading small{font-size:13px!important;color:#7b857f!important;margin-top:4px!important}.chat-header>.group-quick-links{display:none!important}.call-header-actions{gap:8px!important}.call-header-actions button{width:44px!important;height:44px!important;border-radius:14px!important;border:0!important;background:#f2f6f3!important;color:#3d684f!important}.call-header-actions button:hover{background:#e5efe8!important;color:#2f6f49!important}.call-header-actions .icon{width:23px!important;height:23px!important}.messages{flex:1!important;min-height:0!important;padding:30px 6.5% 24px!important;background:linear-gradient(180deg,#fbfdfb,#f6faf7)!important;overflow:auto!important}.message-item{max-width:72%!important;margin-bottom:18px!important}.message-item.mine{margin-left:auto!important}.bubble{border-radius:18px!important;padding:12px 15px!important;background:#fff!important;border:1px solid #e8eeea!important;box-shadow:0 6px 18px #2e42350d!important;font-size:15px!important;line-height:1.48!important}.bubble.mine{background:#dceadd!important;border-color:#d5e5d8!important}.message-meta{font-size:11px!important;color:#89928d!important;margin-top:6px!important;gap:6px!important}.composer-wrap{padding:14px 24px 18px!important;background:#fff!important;border-top:1px solid #edf1ee!important}.composer{min-height:54px!important;border:1px solid #e0e8e2!important;border-radius:18px!important;background:#f7faf8!important;padding:7px 10px!important;box-shadow:none!important}.composer .attach{width:38px!important;height:38px!important;border-radius:12px!important;background:#e9f0eb!important;color:#4e7b5e!important}.composer textarea{font-size:15px!important;line-height:1.45!important}.composer .send{width:40px!important;height:40px!important;border-radius:13px!important;background:#5a946c!important}.app.device-desktop>.desktop-inspector{grid-column:4;grid-row:1;position:relative!important;inset:auto!important;width:auto!important;height:100%!important;background:#f8fbf8!important;border:0!important;border-radius:0 26px 26px 0!important;overflow:auto!important;display:flex!important;flex-direction:column!important}.inspector-head{height:86px!important;min-height:86px!important;padding:0 24px!important;border-bottom:1px solid var(--v2-line)!important;font-size:17px!important}.inspector-head button{font-size:28px!important}.inspector-profile{padding:24px!important;gap:14px!important}.inspector-avatar{width:58px!important;height:58px!important}.inspector-profile b{font-size:17px!important}.inspector-section{padding:20px 24px!important}.inspector-title>b{font-size:14px!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#5c685f!important}.resource-open-button{grid-template-columns:36px 1fr 18px!important;padding:11px 0!important}.resource-icon{width:34px!important;height:34px!important;background:#e1ece4!important}.inspector-row{height:46px!important;font-size:14px!important}.desktop-workspace-panel{position:absolute;left:102px;right:14px;top:14px;bottom:14px;z-index:25;background:#f8fbf8;border-radius:0 26px 26px 0;overflow:hidden;display:flex;flex-direction:column}.workspace-header{height:94px;min-height:94px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--v2-line);background:#fafcfaf5}.workspace-header small{display:block;color:#7c8780;font-size:12px;margin-bottom:4px}.workspace-header h1{font-size:29px;line-height:1;margin:0;font-weight:680;letter-spacing:-.02em}.workspace-back{border:0;background:#edf3ef;color:#466d55;border-radius:13px;padding:11px 15px;font-weight:600;cursor:pointer}.apps-grid{padding:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,320px));gap:16px;align-content:start}.app-tile{min-height:104px;border:1px solid #e1e9e3;border-radius:20px;background:#fff;display:grid;grid-template-columns:54px 1fr 24px;align-items:center;gap:14px;padding:18px;text-align:left;color:var(--v2-text);cursor:pointer;box-shadow:0 8px 24px #364b3d0d}.app-tile:hover{transform:translateY(-1px);border-color:#cadbce;box-shadow:0 14px 30px #364b3d14}.app-tile>span{width:52px;height:52px;border-radius:16px;background:#dfece2;display:grid;place-items:center;color:#3e7454;font-size:22px;font-weight:700}.app-tile>div{min-width:0;display:flex;flex-direction:column;gap:5px}.app-tile b{font-size:17px}.app-tile small{color:#7d8781;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-tile i{font-style:normal;color:#799181}.empty-app{border-style:dashed;background:#fbfdfb}.workspace-empty{margin:auto;text-align:center;color:#7d8781}.workspace-empty h2{color:#334039;font-size:21px;margin:16px 0 6px}.workspace-empty p{margin:0}.cloud-shell{display:grid;grid-template-columns:230px minmax(0,1fr);flex:1;min-height:0}.cloud-sidebar{border-right:1px solid var(--v2-line);padding:22px 16px;background:#f3f7f4;display:flex;flex-direction:column}.cloud-sidebar nav{display:flex;flex-direction:column;gap:6px}.cloud-sidebar nav button{height:44px;border:0;border-radius:13px;background:transparent;color:#56635b;display:flex;align-items:center;gap:11px;padding:0 13px;font-size:14px;text-align:left}.cloud-sidebar nav button.active,.cloud-sidebar nav button:hover{background:#e4eee6;color:#356b4a}.cloud-usage{margin-top:auto;padding:16px 12px}.cloud-usage>span{font-size:13px;font-weight:650}.cloud-usage>div{height:6px;border-radius:999px;background:#dce5de;margin:10px 0 7px;overflow:hidden}.cloud-usage i{display:block;height:100%;background:#5c9470}.cloud-usage small{color:#7d8781}.cloud-main{min-width:0;display:flex;flex-direction:column;background:#fff}.cloud-toolbar{height:68px;min-height:68px;padding:0 22px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(200px,320px) 250px;gap:14px;align-items:center;border-bottom:1px solid var(--v2-line)}.cloud-breadcrumbs{display:flex;align-items:center;gap:7px;min-width:0;white-space:nowrap;overflow:hidden}.cloud-breadcrumbs button{width:34px;height:34px;border:0;border-radius:10px;background:#eef3ef;font-size:22px}.cloud-breadcrumbs span{color:#7d8781;overflow:hidden;text-overflow:ellipsis}.cloud-search{height:40px;border-radius:12px;background:#f1f5f2;display:flex;align-items:center;gap:8px;padding:0 12px}.cloud-search input{border:0;background:transparent;outline:0;width:100%}.cloud-new-folder{height:40px;border:1px solid #e1e8e3;border-radius:12px;display:flex;overflow:hidden}.cloud-new-folder input{border:0;outline:0;padding:0 12px;min-width:0;flex:1}.cloud-new-folder button{width:40px;border:0;border-left:1px solid #e1e8e3;background:#edf3ef;color:#48775a;font-size:20px}.cloud-header-actions{display:flex;gap:10px}.cloud-upload-button{display:flex;align-items:center;gap:8px;background:#5a946c;color:#fff;border-radius:13px;padding:11px 15px;font-weight:650;cursor:pointer}.file-table{flex:1;min-height:0;overflow:auto}.file-table-head,.file-row{display:grid;grid-template-columns:minmax(260px,1fr) 110px 150px 180px;align-items:center;gap:12px;padding:0 22px}.file-table-head{height:44px;color:#7d8781;font-size:12px;border-bottom:1px solid #edf1ee;background:#fbfcfb;position:sticky;top:0;z-index:2}.file-row{min-height:58px;border-bottom:1px solid #eef2ef}.file-row:hover{background:#f8fbf9}.file-name{min-width:0;border:0;background:transparent;display:flex;align-items:center;gap:12px;text-align:left;color:inherit}.file-name b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.folder-shape,.document-shape{width:30px;height:25px;display:block;position:relative;flex:none}.folder-shape{background:#dbe8dd;border-radius:6px}.folder-shape:before{content:"";position:absolute;left:2px;top:-5px;width:13px;height:7px;background:#dbe8dd;border-radius:4px 4px 0 0}.document-shape{width:24px;height:30px;border:1.5px solid #9ab0a0;border-radius:5px}.file-row>span{font-size:13px;color:#6f7a73}.file-actions{display:flex;gap:6px}.file-actions button{width:32px;height:32px;border:0;border-radius:10px;background:#eef3ef;color:#567060}.file-actions button:hover{background:#e1ebe3}.file-actions .danger:hover{background:#f7e8e8;color:#a24b4b}.file-empty{height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#7d8781;gap:9px}.file-empty b{font-size:17px;color:#48534c}.embedded-app-layer{left:0!important;top:0!important;right:0!important;bottom:0!important;padding:14px 14px 14px 102px!important;background:#1f2d2438!important}.embedded-app-window{border-radius:0 26px 26px 0!important;border:0!important;box-shadow:0 30px 90px #1d2d233d!important}.embedded-app-toolbar{height:72px!important;min-height:72px!important;padding:0 20px!important}.embedded-app-title b{font-size:18px!important}.embedded-app-badge{width:42px!important;height:42px!important;border-radius:14px!important}.embedded-app-actions button{width:42px!important;height:42px!important;border-radius:13px!important}}@media (min-width:1001px) and (max-width:1320px){.app.device-desktop{grid-template-columns:80px 320px minmax(480px,1fr) 300px!important;padding:10px!important}.desktop-workspace-panel{left:90px;right:10px;top:10px;bottom:10px}.cloud-shell{grid-template-columns:200px minmax(0,1fr)}.cloud-toolbar{grid-template-columns:minmax(180px,1fr) 220px}.cloud-new-folder{display:none}.file-table-head,.file-row{grid-template-columns:minmax(220px,1fr) 90px 120px 150px}}.files-v2{--files-bg:#f7f9f7;--files-panel:#eef3ef;--files-card:#fff;--files-text:#26332b;--files-muted:#7b857e;--files-line:#e4eae5;--files-accent:#507b5f;--files-accent-soft:#dfeae2;display:grid!important;grid-template-columns:248px minmax(0,1fr)!important;background:var(--files-bg)!important;border-radius:0 26px 26px 0!important;box-shadow:none!important;overflow:hidden!important}.files-v2 *{box-sizing:border-box}.files-v2 button,.files-v2 input{font-family:inherit}.files-v2-sidebar{background:linear-gradient(180deg,#f1f5f2,#edf2ee);border-right:1px solid var(--files-line);padding:26px 18px 18px;display:flex;flex-direction:column;min-height:0}.files-v2-brand{display:flex;align-items:center;gap:13px;padding:0 10px 26px;color:var(--files-text)}.files-v2-brand>span{width:44px;height:44px;border-radius:15px;background:#dce9df;color:#4a7758;display:grid;place-items:center}.files-v2-brand b{font-size:28px;line-height:1;font-weight:680;letter-spacing:-.035em}.files-v2-nav{display:flex;flex-direction:column;gap:4px}.files-v2-nav button{height:48px;width:100%;border:0;background:transparent;border-radius:14px;padding:0 13px;display:flex;align-items:center;gap:13px;color:#5e6a62;text-align:left;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.files-v2-nav button span{font-size:16px;font-weight:560;letter-spacing:-.01em}.files-v2-nav button:hover{background:#ffffffa8;color:#355c43}.files-v2-nav button.active{background:#dce9df;color:#315e40}.files-v2-nav button:active{transform:scale(.985)}.files-v2-section-label{padding:26px 13px 9px;color:#8b948e;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.files-v2-usage{margin-top:auto;padding:18px 12px 14px}.files-v2-usage-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.files-v2-usage-top b{font-size:18px;color:#3e674c}.files-v2-usage-top span{font-size:12px;color:var(--files-muted);white-space:nowrap}.files-v2-progress{height:7px;border-radius:999px;background:#dce4de;overflow:hidden}.files-v2-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#679576,#4f7f5f);transition:width .25s ease}.files-v2-back{margin-top:8px;height:44px;border:0;background:transparent;border-radius:13px;padding:0 12px;display:flex;align-items:center;gap:10px;color:#66736b;font-size:14px;cursor:pointer}.files-v2-back:hover{background:#fff9;color:#3b6449}.files-v2-main{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fbfcfb}.files-v2-header{min-height:104px;padding:22px 30px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--files-line);background:#fcfdfced;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.files-v2-title{min-width:0}.files-v2-title h1{font-size:30px;line-height:1.08;margin:0;color:var(--files-text);font-weight:690;letter-spacing:-.035em}.files-v2-title p{margin:7px 0 0;color:var(--files-muted);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files-v2-tools{display:flex;align-items:center;gap:10px;flex:none}.files-v2-search{width:min(310px,26vw);height:44px;border-radius:14px;background:#f0f4f1;color:#7b867f;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid transparent;transition:border-color .14s ease,background .14s ease}.files-v2-search:focus-within{background:#fff;border-color:#d5dfd7}.files-v2-search input{width:100%;border:0;outline:0;background:transparent;color:var(--files-text);font-size:15px}.files-v2-search input::placeholder{color:#9aa39d}.files-v2-layout{height:44px;padding:4px;display:flex;background:#eef2ef;border-radius:14px}.files-v2-layout button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#7e8982;display:grid;place-items:center;cursor:pointer}.files-v2-layout button.active{background:#fff;color:#477057;box-shadow:0 2px 8px #283c2f14}.files-v2-create{position:relative}.files-v2-plus{width:44px;height:44px;border:0;border-radius:14px;background:#557f62;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 18px #3e664c2e}.files-v2-plus:hover{background:#496f56}.files-v2-create-menu{position:absolute;right:0;top:52px;width:210px;padding:8px;border:1px solid #dde5df;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;box-shadow:0 18px 48px #27372d29;z-index:20}.files-v2-create-menu button{width:100%;height:44px;border:0;background:transparent;border-radius:11px;padding:0 11px;display:flex;align-items:center;gap:11px;color:#405047;font-size:14px;cursor:pointer}.files-v2-create-menu button:hover{background:#edf3ef;color:#315f41}.files-v2-breadcrumbs{height:52px;min-height:52px;padding:0 30px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #edf1ee;color:#8a938d;overflow:hidden}.files-v2-breadcrumbs button{border:0;background:transparent;color:#657169;font-size:14px;white-space:nowrap;cursor:pointer}.files-v2-breadcrumbs button:hover{color:#3f6e4f}.files-v2-breadcrumbs span{color:#b0b7b2}.files-v2-breadcrumbs .files-v2-up{margin-left:auto;height:34px;padding:0 11px;border-radius:10px;background:#eef3ef;display:flex;align-items:center;gap:6px}.files-v2-content{flex:1;min-height:0;overflow:auto;padding:14px 24px 28px}.files-v2-content.list{display:block}.files-v2-content.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-content:start;gap:14px;padding-top:22px}.files-v2-row{min-height:72px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:8px 10px 8px 12px;border-radius:16px;border:1px solid transparent;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.files-v2-row:hover{background:#fff;border-color:#e8ede9;box-shadow:0 7px 24px #2c41330e}.files-v2-glyph{width:44px;height:44px;border:0;border-radius:14px;display:grid;place-items:center;cursor:pointer}.files-v2-glyph.folder,.files-v2-tile-icon.folder{background:#e1ece3;color:#4d7a5b}.files-v2-glyph.doc,.files-v2-tile-icon.doc{background:#edf1ee;color:#6e7c73}.files-v2-glyph.image,.files-v2-tile-icon.image{background:#e8f0ea;color:#5a8066}.files-v2-glyph.video,.files-v2-tile-icon.video{background:#ecefec;color:#69746c}.files-v2-glyph.archive,.files-v2-tile-icon.archive{background:#efece7;color:#796d5e}.files-v2-file-copy{min-width:0;border:0;background:transparent;text-align:left;padding:0;cursor:pointer;display:flex;flex-direction:column;gap:5px}.files-v2-file-copy b{font-size:16px;font-weight:610;line-height:1.2;color:#2f3b34;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files-v2-file-copy span{font-size:13px;color:#8a938d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files-v2-row-actions{display:flex;gap:5px;opacity:0;transform:translate(4px);transition:opacity .14s ease,transform .14s ease}.files-v2-row:hover .files-v2-row-actions,.files-v2-row:focus-within .files-v2-row-actions{opacity:1;transform:none}.files-v2-row-actions button{width:36px;height:36px;border:0;border-radius:11px;background:#f0f4f1;color:#647269;display:grid;place-items:center;cursor:pointer}.files-v2-row-actions button:hover{background:#e2ebe4;color:#3f6e4f}.files-v2-row-actions button.danger:hover{background:#f6e9e9;color:#a44c4c}.files-v2-tile{min-height:156px;border:1px solid #e7ece8;background:#fff;border-radius:19px;padding:18px;position:relative;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 8px 24px #2e41350b;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.files-v2-tile:hover{transform:translateY(-2px);border-color:#d8e2da;box-shadow:0 14px 30px #2e413514}.files-v2-tile-icon{width:52px;height:52px;border:0;border-radius:16px;display:grid;place-items:center;cursor:pointer}.files-v2-tile-copy{min-width:0;width:100%;border:0;background:transparent;text-align:left;padding:18px 0 0;display:flex;flex-direction:column;gap:6px;cursor:pointer}.files-v2-tile-copy b{font-size:16px;font-weight:620;color:#303c35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files-v2-tile-copy span{font-size:13px;color:#8b948e}.files-v2-tile-more{position:absolute;right:12px;top:12px;width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#78847c;display:grid;place-items:center;cursor:pointer}.files-v2-tile-more:hover{background:#eef3ef;color:#456f54}.files-v2-empty{grid-column:1/-1;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#89938c}.files-v2-empty>span{width:66px;height:66px;border-radius:21px;background:#e5eee7;color:#5a8066;display:grid;place-items:center;margin-bottom:17px}.files-v2-empty b{font-size:19px;font-weight:650;color:#3c4941}.files-v2-empty p{max-width:340px;margin:8px 0 0;font-size:14px;line-height:1.5}.files-v2-loader{width:34px;height:34px;border:3px solid #dce6de;border-top-color:#5b8769;border-radius:50%;animation:filesSpin .8s linear infinite;margin-bottom:16px}@keyframes filesSpin{to{transform:rotate(360deg)}}@media (max-width:1100px){.files-v2{grid-template-columns:210px minmax(0,1fr)!important}.files-v2-sidebar{padding-left:12px;padding-right:12px}.files-v2-header{padding-left:24px;padding-right:24px}.files-v2-search{width:220px}.files-v2-brand b{font-size:25px}.files-v2-content{padding-left:18px;padding-right:18px}}@media (max-width:780px){.files-v2{left:0!important;right:0!important;top:0!important;bottom:0!important;border-radius:0!important;grid-template-columns:1fr!important}.files-v2-sidebar{display:none}.files-v2-header{min-height:92px;padding:calc(14px + env(safe-area-inset-top)) 16px 14px;gap:12px}.files-v2-title h1{font-size:25px}.files-v2-title p{font-size:12px}.files-v2-search{width:min(190px,38vw)}.files-v2-layout{display:none}.files-v2-breadcrumbs{padding:0 16px}.files-v2-content{padding:10px 10px calc(22px + env(safe-area-inset-bottom))}.files-v2-row{grid-template-columns:44px minmax(0,1fr) auto}.files-v2-row-actions{opacity:1;transform:none}.files-v2-row-actions button:nth-child(2),.files-v2-row-actions button:nth-child(3){display:none}.files-v2-content.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.files-v2-tile{min-height:142px;padding:14px}}.mobile-chat-taskbar,.mobile-chat-panel{display:none}@media (max-width:700px){.desktop-rail,.desktop-inspector{display:none!important}.chat-header>.group-quick-links{display:none!important}.chat-header>.call-header-actions button[title=Информация]{display:none!important}.app.device-phone main,.app main{background:#fbfcfa!important}.app.device-phone .chat-header,html[data-device=phone] .chat-header{display:grid!important;grid-template-columns:34px 40px minmax(0,1fr) auto!important;grid-template-rows:1fr!important;height:calc(64px + env(safe-area-inset-top))!important;min-height:calc(64px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 14px 0!important;gap:8px!important;background:#fdfefcf5!important;border-bottom:1px solid #e8ebe7!important;box-shadow:none!important}.chat-header>.back{font-size:31px!important;color:#222!important;width:34px!important;height:44px!important;display:grid!important;place-items:center!important}.chat-header>.group-avatar-button,.chat-header>.group-avatar-button .avatar,.chat-header>.group-avatar-button .chat-avatar{width:40px!important;height:40px!important;min-width:40px!important;border-radius:50%!important}.chat-header>.chat-heading b{font-size:16px!important;font-weight:680!important;letter-spacing:-.2px!important;color:#1f2421!important}.chat-header>.chat-heading small{font-size:12px!important;color:#7d857f!important;margin-top:2px!important}.chat-header>.call-header-actions{display:flex!important;gap:4px!important;margin:0!important}.chat-header>.call-header-actions button{width:42px!important;height:42px!important;border-radius:14px!important;background:transparent!important;color:#28322c!important}.chat-header>.call-header-actions .icon{width:22px!important;height:22px!important}.messages{padding:18px 14px 12px!important;background:#fbfcfa!important;background-image:none!important}.bubble{box-shadow:none!important;border:1px solid #edf0ec!important;background:#fff!important;border-radius:18px 18px 18px 7px!important;font-size:16px!important;line-height:1.36!important;padding:10px 12px!important}.bubble.mine{background:#eaf2ed!important;border-color:#e3ece6!important;border-radius:18px 18px 7px!important}.message-item{margin:9px 0!important}.message-meta{font-size:11px!important;color:#8a928d!important}.sender{font-size:12px!important}.composer-wrap{display:block;flex:0 0 auto;z-index:65;background:#fbfcfa!important;border-top:1px solid #ecefec!important}.composer{grid-template-columns:40px minmax(0,1fr) 40px!important;gap:7px!important;padding:8px 12px!important;background:#fbfcfa!important;border:0!important}.composer textarea{height:42px!important;min-height:42px!important;border-radius:21px!important;border:1px solid #dfe4df!important;background:#fff!important;padding:10px 14px!important;font-size:16px!important}.attach,.send{width:40px!important;height:40px!important;border-radius:14px!important}.attach{background:transparent!important;color:#68736c!important}.send{background:#466b59!important}.mobile-chat-taskbar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));flex:0 0 auto;min-height:calc(64px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-top:1px solid #e7ebe7;background:#fdfefcf7;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);z-index:70}.mobile-chat-taskbar button{border:0;background:transparent;color:#8b938e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;padding:4px 1px;font-size:10px;line-height:1.1}.mobile-chat-taskbar button .icon{width:21px;height:21px}.mobile-chat-taskbar button.active{color:#47715d}.mobile-chat-taskbar button.active:after{content:"";width:20px;height:2px;border-radius:2px;background:#47715d;margin-top:1px}.mobile-tab-hidden{display:none!important}.mobile-chat-panel{display:block;flex:1;min-height:0;overflow:auto;padding:22px 16px 28px;background:#fbfcfa}.mobile-panel-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.mobile-panel-head h2{margin:0;font-size:25px;line-height:1.15;letter-spacing:-.6px;font-weight:680;color:#202522}.mobile-panel-head p{margin:6px 0 0;color:#89918c;font-size:13px}.mobile-panel-add{width:42px;height:42px;border:0;border-radius:14px;background:#f0f3ef;color:#486b5a;font-size:27px;font-weight:300}.mobile-link-list,.mobile-action-list{display:grid;gap:10px}.mobile-link-list article{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;background:#fff;border:1px solid #e7ebe7;border-radius:18px;min-height:76px;overflow:hidden}.mobile-link-open{border:0;background:transparent;display:flex;align-items:center;gap:13px;text-align:left;padding:12px 4px 12px 13px;min-width:0}.mobile-link-mark{width:42px;height:42px;border-radius:14px;background:#e5eee8;color:#466b59;display:grid;place-items:center;font-weight:700;font-size:16px;flex:0 0 auto}.mobile-link-open>span:last-child{min-width:0;display:grid;gap:4px}.mobile-link-open b{font-size:16px;font-weight:640;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-link-open small{font-size:12px;color:#89918c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-row-more{width:42px;height:100%;border:0;background:transparent;color:#7d867f;font-size:22px}.mobile-action-list button{width:100%;border:1px solid #e7ebe7;background:#fff;border-radius:18px;min-height:72px;padding:13px 14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:11px;text-align:left;color:#28302b}.mobile-action-list button>.icon{color:#52685c}.mobile-action-list button span{display:grid;gap:3px;min-width:0}.mobile-action-list button b{font-size:16px;font-weight:620}.mobile-action-list button small{font-size:12px;color:#8a928d}.mobile-action-list button i{font-style:normal;font-size:23px;color:#a1a8a3;font-weight:300}.mobile-action-list button strong{font-size:13px;color:#7d867f;font-weight:500}.mobile-action-list.compact button{min-height:62px}.mobile-action-list button.muted{opacity:.58}.mobile-section{margin-bottom:22px}.mobile-section h3{font-size:13px;text-transform:uppercase;letter-spacing:.07em;color:#969d98;margin:0 0 12px}.mobile-member-strip{display:flex;gap:9px;align-items:center;overflow:auto;padding-bottom:4px}.mobile-member-strip .mini-avatar,.mobile-member-strip>button{width:43px;height:43px;min-width:43px;border-radius:50%}.mobile-member-strip>button{border:0;background:#eef2ee;color:#52695d;font-size:24px}.mobile-panel-empty{min-height:48vh;display:grid;place-content:center;justify-items:center;text-align:center;color:#87908a;gap:9px;padding:28px}.mobile-panel-empty b{color:#3d4741;font-size:17px}.mobile-panel-empty p{margin:0;max-width:240px;font-size:13px;line-height:1.45}.app main>.desktop-inspector{display:none!important}}@media (min-width:701px){.mobile-chat-taskbar,.mobile-chat-panel{display:none!important}.mobile-tab-hidden{display:block!important}}@media (max-width: 900px),(hover: none) and (pointer: coarse){.desktop-rail,.desktop-inspector{display:none!important}.app{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:var(--app-height,100dvh)!important;overflow:hidden!important}.app>aside,.app>main{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;min-width:0!important}.app:not(.mobile-chat-open)>aside{display:flex!important}.app:not(.mobile-chat-open)>main{display:none!important}.app.mobile-chat-open>aside{display:none!important}.app.mobile-chat-open>main{display:flex!important;flex-direction:column!important}.group-quick-links{display:none!important}.mobile-chat-taskbar{display:grid!important}}.mobile-main-dock{display:none}@media (max-width:900px),(hover:none) and (pointer:coarse){.mobile-main-dock{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:calc(64px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-top:1px solid #e7ebe7;background:#fdfefcf7;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.mobile-main-dock button{border:0;background:transparent;color:#8b938e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;padding:4px 1px;font-size:10px;line-height:1.1}.mobile-main-dock button .icon{width:21px;height:21px}.mobile-main-dock button.active{color:#47715d}.mobile-main-dock button.active:after{content:"";width:20px;height:2px;border-radius:2px;background:#47715d;margin-top:1px}.app:not(.mobile-chat-open) .chat-sidebar,.app:not(.mobile-chat-open) .desktop-workspace-panel{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}.app:not(.mobile-chat-open) .chat-list{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}.app:not(.mobile-chat-open) .logout{margin-bottom:calc(70px + env(safe-area-inset-bottom))!important}}@media (min-width:901px) and (hover:hover){.mobile-main-dock{display:none!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){.home-quick-links-mobile-hide,.topbar .mobile-top-cloud{display:none!important}.app:not(.mobile-chat-open) .desktop-workspace-panel{position:fixed!important;inset:0 0 calc(64px + env(safe-area-inset-bottom)) 0!important;width:100%!important;height:auto!important;z-index:110!important;border-radius:0!important;background:#fbfcfa!important;overflow:auto!important;padding-bottom:0!important}.app:not(.mobile-chat-open) .desktop-workspace-panel+.chat-sidebar{pointer-events:none}.app:not(.mobile-chat-open) .workspace-header{min-height:calc(66px + env(safe-area-inset-top));height:calc(66px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 18px 0}.app:not(.mobile-chat-open) .workspace-header small{display:none}.app:not(.mobile-chat-open) .workspace-header h1{font-size:24px}.app:not(.mobile-chat-open) .workspace-back{display:none}.app:not(.mobile-chat-open) .apps-grid{grid-template-columns:1fr;padding:18px;gap:12px}.app:not(.mobile-chat-open) .app-tile{min-height:82px;grid-template-columns:46px 1fr 20px;padding:14px;border-radius:17px}.app:not(.mobile-chat-open) .app-tile>span{width:44px;height:44px;border-radius:14px;font-size:19px}.app:not(.mobile-chat-open) .files-v2{display:block!important;overflow:auto!important}.app:not(.mobile-chat-open) .files-v2-sidebar{width:100%!important;min-height:100%;padding:calc(22px + env(safe-area-inset-top)) 20px 26px!important;border-right:0!important;background:#fbfcfa!important}.app:not(.mobile-chat-open) .files-v2-main{display:none!important}.app:not(.mobile-chat-open) .files-v2-brand{font-size:28px;margin-bottom:24px}.app:not(.mobile-chat-open) .files-v2-brand span{width:42px;height:42px}.app:not(.mobile-chat-open) .files-v2-nav{gap:3px}.app:not(.mobile-chat-open) .files-v2-nav button{min-height:50px;padding:0 12px;border-radius:14px;font-size:16px}.app:not(.mobile-chat-open) .files-v2-section-label{margin:22px 12px 8px;font-size:12px}.app:not(.mobile-chat-open) .files-v2-usage{margin-top:24px}.app:not(.mobile-chat-open) .files-v2-back{display:none!important}.mobile-main-dock button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}}.modal{z-index:30000!important}@media (max-width:900px),(hover:none) and (pointer:coarse){.app:not(.mobile-chat-open) .files-v2{display:block!important;position:fixed!important;inset:0 0 calc(64px + env(safe-area-inset-bottom)) 0!important;width:100%!important;height:auto!important;border-radius:0!important;overflow:hidden!important;background:#fbfcfb!important}.app:not(.mobile-chat-open) .files-v2-sidebar{display:none!important}.app:not(.mobile-chat-open) .files-v2-main{display:flex!important;width:100%!important;height:100%!important;min-height:0!important;background:#fbfcfb!important}.app:not(.mobile-chat-open) .files-v2-header{min-height:calc(88px + env(safe-area-inset-top))!important;padding:calc(16px + env(safe-area-inset-top)) 16px 12px!important;align-items:flex-end!important;gap:10px!important}.app:not(.mobile-chat-open) .files-v2-title h1{font-size:27px!important}.app:not(.mobile-chat-open) .files-v2-title p{display:none!important}.app:not(.mobile-chat-open) .files-v2-tools{gap:7px!important}.app:not(.mobile-chat-open) .files-v2-search{width:44px!important;padding:0!important;justify-content:center!important}.app:not(.mobile-chat-open) .files-v2-search input{display:none!important}.app:not(.mobile-chat-open) .files-v2-plus{width:42px!important;height:42px!important;border-radius:13px!important}.app:not(.mobile-chat-open) .files-v2-breadcrumbs{height:46px!important;min-height:46px!important;padding:0 16px!important}.app:not(.mobile-chat-open) .files-v2-content{padding:8px 10px 22px!important}.app:not(.mobile-chat-open) .files-v2-row{min-height:68px!important;padding:7px 6px!important;border-bottom:1px solid #edf1ee!important;border-radius:0!important}.app:not(.mobile-chat-open) .files-v2-row:hover{box-shadow:none!important;background:transparent!important}.app:not(.mobile-chat-open) .files-v2-row-actions{opacity:1!important;transform:none!important}.app:not(.mobile-chat-open) .files-v2-row-actions button{width:34px!important;height:34px!important}.app:not(.mobile-chat-open) .desktop-workspace-panel:has(.apps-grid){background:#fbfcfb!important}.app:not(.mobile-chat-open) .apps-grid{display:flex!important;flex-direction:column!important;gap:0!important;padding:10px 18px 28px!important}.app:not(.mobile-chat-open) .app-tile{width:100%!important;min-height:74px!important;border:0!important;border-bottom:1px solid #e8ece9!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;grid-template-columns:46px minmax(0,1fr) 28px!important;gap:13px!important;padding:12px 0!important;transform:none!important}.app:not(.mobile-chat-open) .app-tile>span{width:46px!important;height:46px!important;border-radius:15px!important;background:#e5ece7!important;color:#426653!important;font-size:18px!important}.app:not(.mobile-chat-open) .app-tile>div{gap:3px!important;overflow:hidden!important}.app:not(.mobile-chat-open) .app-tile b{font-size:17px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app:not(.mobile-chat-open) .app-tile small{display:block!important;font-size:13px!important;line-height:1.25!important;color:#8a938d!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.app:not(.mobile-chat-open) .app-tile>i{font-size:20px!important;color:#819087!important;text-align:center!important}.app:not(.mobile-chat-open) .empty-app{border-bottom:0!important;margin-top:6px!important}.app:not(.mobile-chat-open) .empty-app>span{background:#f1f4f2!important;color:#617168!important}.app:not(.mobile-chat-open) .empty-app b{font-weight:620!important}}.mobile-disk-screen{display:none}@media (max-width:900px),(hover:none) and (pointer:coarse){.app:not(.mobile-chat-open) .mobile-disk-screen{position:fixed;inset:0 0 calc(64px + env(safe-area-inset-bottom)) 0;z-index:112;display:flex;flex-direction:column;background:#fbfcfa;color:#2d3731;overflow:hidden}.mobile-disk-header{min-height:calc(94px + env(safe-area-inset-top));padding:calc(20px + env(safe-area-inset-top)) 18px 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-bottom:1px solid #e8ece9;background:#fbfcfaf5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-disk-header small{display:block;margin-bottom:3px;color:#8a938d;font-size:12px}.mobile-disk-header h1{margin:0;font-size:30px;line-height:1;font-weight:690;letter-spacing:-.04em}.mobile-disk-actions{display:flex;gap:8px}.mobile-disk-actions button{width:42px;height:42px;border:0;border-radius:14px;background:#eef3ef;color:#4f745c;display:grid;place-items:center}.mobile-disk-back{height:44px;padding:0 18px;border:0;border-bottom:1px solid #edf0ed;background:#fff;color:#4b7559;text-align:left;font-size:15px}.mobile-disk-list{flex:1;min-height:0;overflow:auto;padding:6px 16px 24px}.mobile-disk-row{width:100%;min-height:70px;border:0;border-bottom:1px solid #edf0ed;background:transparent;display:grid;grid-template-columns:46px minmax(0,1fr) 20px;gap:12px;align-items:center;text-align:left;padding:8px 0;color:#2e3932}.mobile-disk-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center}.mobile-disk-icon.folder{background:#e3eee6;color:#4c7a59}.mobile-disk-icon.file{background:#eef1ef;color:#68746d}.mobile-disk-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.mobile-disk-copy b{font-size:16px;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-disk-copy small{font-size:13px;color:#8a938d}.mobile-disk-chevron{font-size:26px;color:#a3aaa5}.mobile-disk-state{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;color:#89928c;padding:30px}.mobile-disk-state b{font-size:18px;color:#3e4942}.mobile-disk-state span{max-width:280px;font-size:13px;line-height:1.45}.mobile-disk-state button{margin-top:6px;height:42px;padding:0 18px;border:0;border-radius:13px;background:#557f62;color:#fff;font-weight:600}.mobile-disk-state.error{color:#9b5b5b}}.mobile-disk-screen{position:relative;overflow:hidden}.mobile-disk-list{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-file-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;background:#f7f9f7;color:#26322d}.mobile-file-preview-head{flex:0 0 auto;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;min-height:64px;padding:calc(8px + env(safe-area-inset-top)) 12px 8px;border-bottom:1px solid rgba(45,72,60,.1);background:#fafcfaf0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-file-preview-head>div{min-width:0;text-align:center}.mobile-file-preview-head b,.mobile-file-preview-head small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-file-preview-head b{font-size:16px;font-weight:650}.mobile-file-preview-head small{margin-top:2px;font-size:12px;color:#75817b}.mobile-file-preview-close,.mobile-file-preview-download{width:40px;height:40px;border:0;border-radius:13px;background:#e7ede9d1;color:#365346;display:grid;place-items:center}.mobile-file-preview-close{font-size:34px;font-weight:300;line-height:1}.mobile-file-preview-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:12px 12px calc(12px + env(safe-area-inset-bottom));background:#edf1ee}.mobile-file-preview-body img{display:block;max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;box-shadow:0 8px 30px #283a311f}.mobile-file-preview-body video{display:block;max-width:100%;max-height:100%;border-radius:10px;background:#111}.mobile-file-preview-body audio{width:min(100%,520px)}.mobile-file-preview-body iframe{width:100%;height:100%;border:0;border-radius:10px;background:#fff}.mobile-file-preview-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:#607068;padding:24px}.mobile-file-preview-state b{font-size:17px;color:#35483f}.mobile-file-preview-state span{font-size:13px;max-width:280px}.mobile-file-preview-state button{min-height:42px;padding:0 18px;border:0;border-radius:13px;background:#dfe9e3;color:#315244;font-weight:650}.mobile-file-preview-state.error b{color:#8b4d4d}@media (max-width:900px),(hover:none) and (pointer:coarse){.mobile-file-preview{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483000!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;overscroll-behavior:none}body:has(.mobile-file-preview) .mobile-main-dock{visibility:hidden!important;pointer-events:none!important}}@media (max-width:700px){html,body,#root{overscroll-behavior:none}html[data-keyboard-open=true],html[data-keyboard-open=true] body,html[data-keyboard-open=true] #root{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;overflow:hidden!important}html[data-keyboard-open=true] .app{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;max-height:none!important;overflow:hidden!important;transform:none!important}html[data-keyboard-open=true] .app.mobile-chat-open>main{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;flex-direction:column!important;width:100%!important;height:100dvh!important;min-height:0!important;overflow:hidden!important}html[data-keyboard-open=true] .mobile-chat-taskbar{display:none!important}html[data-keyboard-open=true] .chat-header{flex:0 0 auto!important;position:relative!important;top:0!important}html[data-keyboard-open=true] .messages{position:absolute!important;left:0!important;right:0!important;top:var(--chat-header-height,72px)!important;height:calc(var(--vv-top,0px) + var(--vv-height,100vh) - var(--chat-header-height,72px) - var(--composer-height,64px))!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:12px!important}html[data-keyboard-open=true] .composer-wrap{display:block!important;position:fixed!important;left:0!important;right:0!important;top:calc(var(--vv-top,0px) + var(--vv-height,100vh) - var(--composer-height,64px))!important;bottom:auto!important;height:var(--composer-height,64px)!important;min-height:var(--composer-height,64px)!important;margin:0!important;padding:0!important;z-index:2147482000!important;transform:none!important;background:#fbfcfa!important}html[data-keyboard-open=true] .composer{width:100%!important;height:100%!important;min-height:0!important;box-sizing:border-box!important;padding:8px 12px!important}html[data-keyboard-open=true] .composer textarea{font-size:16px!important;transform:none!important}}@media (max-width:780px){.mobile-disk-header{min-height:calc(82px + env(safe-area-inset-top));padding:calc(15px + env(safe-area-inset-top)) 16px 12px}.mobile-disk-header small{margin-bottom:2px;font-size:11px;font-weight:400;letter-spacing:.01em;color:#929a95}.mobile-disk-header h1{font-size:22px;line-height:1.08;font-weight:500;letter-spacing:-.025em}.mobile-disk-actions button{width:38px;height:38px;border-radius:12px}.mobile-disk-back{height:40px;padding:0 16px;font-size:13px;font-weight:450}.mobile-disk-list{padding:4px 16px 22px}.mobile-disk-row{min-height:60px;grid-template-columns:38px minmax(0,1fr) 16px;gap:11px;padding:7px 0}.mobile-disk-icon{width:36px;height:36px;border-radius:11px}.mobile-disk-copy{gap:2px}.mobile-disk-copy b{font-size:14px;line-height:1.25;font-weight:400;letter-spacing:-.01em}.mobile-disk-copy small{font-size:11px;line-height:1.25;font-weight:400;color:#969e99}.mobile-disk-chevron{font-size:20px;font-weight:300;color:#b0b6b2}.mobile-disk-state b{font-size:16px;font-weight:500}.mobile-disk-state span{font-size:12px;font-weight:400}}:root{--mobile-dock-height: calc(60px + env(safe-area-inset-bottom)) ;--mobile-composer-height:58px}.profile-danger-zone{margin-top:18px;padding-top:16px;border-top:1px solid rgba(120,130,124,.18)}.profile-logout{width:100%;min-height:46px;border:0;border-radius:13px;background:#fff2f1;color:#a43f39;display:flex;align-items:center;justify-content:center;gap:9px;font:500 14px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.profile-logout .icon{width:19px;height:19px}@media (max-width:900px),(hover:none) and (pointer:coarse){.mobile-main-dock,.mobile-chat-taskbar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;box-sizing:border-box!important;padding:5px max(4px,env(safe-area-inset-right)) max(3px,env(safe-area-inset-bottom)) max(4px,env(safe-area-inset-left))!important;margin:0!important;transform:translateZ(0)!important;z-index:2147481000!important}.app.mobile-chat-open>main{padding-bottom:calc(var(--mobile-dock-height) + var(--mobile-composer-height))!important;box-sizing:border-box!important}.app.mobile-chat-open .composer-wrap{position:fixed!important;left:0!important;right:0!important;bottom:var(--mobile-dock-height)!important;top:auto!important;height:var(--mobile-composer-height)!important;min-height:var(--mobile-composer-height)!important;padding:0!important;margin:0!important;z-index:2147480900!important;box-sizing:border-box!important}.app.mobile-chat-open .composer{width:100%!important;height:100%!important;min-height:0!important;padding:7px 12px!important;box-sizing:border-box!important}.app.mobile-chat-open .messages{padding-bottom:14px!important;scroll-padding-bottom:14px!important}.app:not(.mobile-chat-open) .chat-sidebar,.app:not(.mobile-chat-open) .desktop-workspace-panel{padding-bottom:var(--mobile-dock-height)!important}.app:not(.mobile-chat-open) .chat-list{padding-bottom:calc(var(--mobile-dock-height) + 12px)!important}.app:not(.mobile-chat-open) .logout{display:none!important}}@media (max-width:700px){html[data-keyboard-open=true] .app.mobile-chat-open>main{padding-bottom:0!important}html[data-keyboard-open=true] .composer-wrap{bottom:auto!important}}@media (min-width:701px){.app.device-desktop .composer .attach:before,.app.device-desktop .composer .attach:after{content:none!important;display:none!important}.app.device-desktop .composer .attach{position:static!important;display:grid!important;place-items:center!important;overflow:hidden!important;font-size:inherit!important}.app.device-desktop .composer .attach .icon{display:block!important;width:21px!important;height:21px!important;stroke-width:1.8!important}.app.device-desktop .composer textarea{overflow-y:hidden!important;overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;resize:none!important;min-height:40px!important;height:40px!important;max-height:112px!important;line-height:20px!important;padding-top:9px!important;padding-bottom:9px!important}.app.device-desktop .composer textarea::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){:root{--mobile-dock-height: calc(56px + env(safe-area-inset-bottom)) }.mobile-main-dock,.mobile-chat-taskbar{bottom:0!important;z-index:1200!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;padding:3px max(2px,env(safe-area-inset-right)) max(1px,env(safe-area-inset-bottom)) max(2px,env(safe-area-inset-left))!important;border-radius:0!important;box-shadow:0 -1px #4154491a!important;background:#fafcfafa!important}.app.mobile-chat-open .composer-wrap{z-index:1100!important;bottom:var(--mobile-dock-height)!important}.modal,.storage-modal,.group-settings-modal,.user-picker-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:5000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:calc(12px + env(safe-area-inset-top)) 14px calc(12px + env(safe-area-inset-bottom))!important;background:#222d2647!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;box-sizing:border-box!important}.modal>.modal-card,.modal>.storage-card,.storage-modal>.storage-card,.group-settings-modal>.modal-card,.user-picker-modal>.modal-card{position:relative!important;width:min(100%,520px)!important;max-width:520px!important;height:auto!important;max-height:min(78dvh,720px)!important;margin:0!important;padding:18px!important;border:1px solid rgba(88,108,96,.14)!important;border-radius:24px!important;background:#fcfdfcf5!important;box-shadow:0 28px 80px #1e2d233d!important;overflow:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important}.modal>.profile-card,.modal>.quick-link-modal,.modal>.quick-links-panel,.group-settings-modal>.group-settings-card,.user-picker-modal>.user-picker-card{width:min(calc(100vw - 28px),520px)!important}.modal-head{position:sticky!important;top:-18px!important;z-index:2!important;margin:-18px -18px 14px!important;padding:16px 18px 12px!important;background:#fcfdfcf7!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-bottom:1px solid rgba(88,108,96,.09)!important}.modal-head h3{font-size:19px!important;font-weight:600!important;letter-spacing:-.02em!important}.modal-head button{width:36px!important;height:36px!important;border-radius:50%!important}body:has(.modal) .mobile-main-dock,body:has(.modal) .mobile-chat-taskbar,body:has(.modal) .composer-wrap{pointer-events:none!important;filter:saturate(.8)!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){:root{--mobile-dock-height: calc(54px + env(safe-area-inset-bottom)) ;--mobile-composer-height:58px}.mobile-main-dock,.mobile-chat-taskbar{position:fixed!important;inset:auto 0 0 0!important;width:100%!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;padding:2px max(4px,env(safe-area-inset-right)) max(1px,env(safe-area-inset-bottom)) max(4px,env(safe-area-inset-left))!important;background:#fafcfafb!important;border-top:1px solid rgba(68,86,75,.09)!important;box-shadow:none!important;z-index:1200!important}.mobile-main-dock button,.mobile-chat-taskbar button{min-width:0!important;min-height:46px!important;padding:3px 2px!important;gap:2px!important;font-size:10px!important;font-weight:500!important;letter-spacing:-.01em!important}.mobile-main-dock button .icon,.mobile-chat-taskbar button .icon{width:20px!important;height:20px!important;stroke-width:1.65!important}.app.mobile-chat-open .composer-wrap{bottom:var(--mobile-dock-height)!important;height:var(--mobile-composer-height)!important;min-height:var(--mobile-composer-height)!important}.app.mobile-chat-open .composer{padding:6px 10px!important;gap:7px!important;background:#fafcfafa!important;border-top:1px solid rgba(68,86,75,.08)!important}.app.mobile-chat-open .composer textarea{min-height:42px!important;height:42px!important;border-radius:16px!important;border-color:#4d605421!important;font-size:16px!important;font-weight:400!important;padding:10px 13px!important}.app.mobile-chat-open .composer .attach,.app.mobile-chat-open .composer .send{width:42px!important;height:42px!important;border-radius:14px!important}.modal,.storage-modal,.group-settings-modal,.user-picker-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:5000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:calc(12px + env(safe-area-inset-top)) 14px calc(var(--mobile-dock-height) + 14px)!important;background:#1f2a2340!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.modal>.modal-card,.modal>.storage-card,.storage-modal>.storage-card,.group-settings-modal>.group-settings-card,.user-picker-modal>.user-picker-card{width:min(calc(100vw - 28px),520px)!important;max-height:calc(100dvh - var(--mobile-dock-height) - env(safe-area-inset-top) - 42px)!important;border-radius:22px!important;padding:17px!important;overflow:auto!important;overscroll-behavior:contain!important;background:#fdfefdf9!important;border:1px solid rgba(83,102,90,.12)!important;box-shadow:0 24px 70px #1e2b2338!important}.modal-head{position:sticky!important;top:-17px!important;z-index:3!important;margin:-17px -17px 13px!important;padding:14px 17px 11px!important;background:#fdfefdf7!important;border-bottom:1px solid rgba(83,102,90,.08)!important}.modal-head h3{font-size:18px!important;font-weight:560!important;letter-spacing:-.02em!important}.modal-head button{width:34px!important;height:34px!important;border-radius:50%!important;font-size:21px!important}.mobile-disk-header{min-height:calc(78px + env(safe-area-inset-top))!important;padding:calc(14px + env(safe-area-inset-top)) 16px 11px!important}.mobile-disk-header small{font-size:10.5px!important;font-weight:400!important;color:#929b95!important}.mobile-disk-header h1{font-size:22px!important;font-weight:520!important;letter-spacing:-.025em!important}.mobile-disk-actions button{width:38px!important;height:38px!important;border-radius:13px!important}.mobile-disk-list{padding:0 16px calc(var(--mobile-dock-height) + 8px)!important}.mobile-disk-row{min-height:58px!important;grid-template-columns:38px minmax(0,1fr) 16px!important;gap:10px!important;padding:6px 0!important}.mobile-disk-icon{width:36px!important;height:36px!important;border-radius:11px!important}.mobile-disk-copy b{font-size:14px!important;font-weight:430!important;letter-spacing:-.01em!important}.mobile-disk-copy small{font-size:11px!important;font-weight:400!important;color:#969e99!important;margin-top:2px!important}.mobile-disk-chevron{font-size:19px!important;color:#b1b7b3!important}.apps-workspace .workspace-header{min-height:82px!important;height:auto!important;padding:calc(15px + env(safe-area-inset-top)) 16px 12px!important}.apps-workspace .workspace-header h1{font-size:22px!important;font-weight:540!important}.apps-workspace .workspace-back{display:none!important}.apps-workspace .apps-grid{display:flex!important;flex-direction:column!important;padding:8px 16px calc(var(--mobile-dock-height) + 12px)!important;gap:0!important}.apps-workspace .app-tile{width:100%!important;min-height:64px!important;border:0!important;border-bottom:1px solid #edf0ed!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;grid-template-columns:40px minmax(0,1fr) 18px!important;gap:11px!important;padding:8px 0!important}.apps-workspace .app-tile>span{width:38px!important;height:38px!important;border-radius:12px!important;font-size:16px!important;font-weight:600!important}.apps-workspace .app-tile b{font-size:14px!important;font-weight:500!important}.apps-workspace .app-tile small{font-size:11px!important;font-weight:400!important;color:#929a95!important}.apps-workspace .empty-app{border-bottom:0!important;color:#4c735f!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){html[data-keyboard-open=true],html[data-keyboard-open=true] body,html[data-keyboard-open=true] #root{overflow:hidden!important;overscroll-behavior:none!important}html[data-keyboard-open=true] .mobile-main-dock,html[data-keyboard-open=true] .mobile-chat-taskbar{display:none!important;visibility:hidden!important;pointer-events:none!important}html[data-keyboard-open=true] .app.mobile-chat-open>main{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;overflow:hidden!important}html[data-keyboard-open=true] .app.mobile-chat-open .chat-header{position:fixed!important;top:var(--vv-top,0px)!important;left:0!important;right:0!important;z-index:1300!important}html[data-keyboard-open=true] .app.mobile-chat-open .messages{position:fixed!important;left:0!important;right:0!important;top:calc(var(--vv-top,0px) + var(--chat-header-height,72px))!important;bottom:calc(var(--keyboard-inset,0px) + var(--composer-height,58px))!important;width:auto!important;height:auto!important;min-height:0!important;padding-bottom:10px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}html[data-keyboard-open=true] .app.mobile-chat-open .composer-wrap{display:block!important;position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:var(--keyboard-inset,0px)!important;width:100%!important;height:var(--composer-height,58px)!important;min-height:var(--composer-height,58px)!important;margin:0!important;padding:0!important;transform:none!important;z-index:2147483000!important;background:#fbfcfa!important;border-top:1px solid rgba(68,86,75,.1)!important}html[data-keyboard-open=true] .app.mobile-chat-open .composer{width:100%!important;height:100%!important;min-height:0!important;box-sizing:border-box!important;padding:6px 10px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;align-items:center!important;gap:7px!important}html[data-keyboard-open=true] .app.mobile-chat-open .composer textarea{display:block!important;min-width:0!important;width:100%!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;font-size:16px!important;transform:none!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){:root{--mobile-dock-content-height:62px;--mobile-dock-height:calc(var(--mobile-dock-content-height) + env(safe-area-inset-bottom))}.mobile-main-dock,.mobile-chat-taskbar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;margin:0!important;transform:none!important;box-sizing:border-box!important;width:100vw!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;padding:3px max(6px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(6px,env(safe-area-inset-left))!important;display:grid!important;grid-auto-flow:column!important;grid-auto-columns:1fr!important;align-items:stretch!important;background:#fcfdfcfc!important;border-radius:0!important;border-top:1px solid rgba(68,86,75,.09)!important;box-shadow:0 -1px #ffffffbf!important;z-index:3000!important}.mobile-main-dock button,.mobile-chat-taskbar button{height:var(--mobile-dock-content-height)!important;min-height:var(--mobile-dock-content-height)!important;margin:0!important;padding:4px 2px 2px!important;border:0!important;background:transparent!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;font-size:11.5px!important;line-height:1.05!important;font-weight:500!important;color:#7f8b84!important}.mobile-main-dock button svg,.mobile-chat-taskbar button svg,.mobile-main-dock button .icon,.mobile-chat-taskbar button .icon{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;stroke-width:1.75!important}.mobile-main-dock button.active,.mobile-chat-taskbar button.active{color:#42725b!important}.mobile-main-dock button.active:after,.mobile-chat-taskbar button.active:after{display:none!important}.mobile-home,.mobile-section,.apps-workspace,.mobile-disk-screen{padding-bottom:var(--mobile-dock-height)!important}.app.mobile-chat-open .composer-wrap{bottom:var(--mobile-dock-height)!important}html[data-keyboard-open=true] .mobile-main-dock,html[data-keyboard-open=true] .mobile-chat-taskbar{display:none!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){:root{--mobile-dock-content-height:64px;--mobile-safe-bottom:min(env(safe-area-inset-bottom),14px);--mobile-dock-height:calc(var(--mobile-dock-content-height) + var(--mobile-safe-bottom))}body>.viewport-dock{position:fixed!important;inset:auto 0 0 0!important;width:100%!important;max-width:none!important;margin:0!important;transform:none!important;translate:none!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;padding:2px max(5px,env(safe-area-inset-right)) var(--mobile-safe-bottom) max(5px,env(safe-area-inset-left))!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;border-radius:0!important;background:#fcfdfcfb!important;border:0!important;border-top:1px solid rgba(68,86,75,.1)!important;box-shadow:0 -4px 18px #27372e0e!important;z-index:2147483000!important;-webkit-transform:translateZ(0)!important;backface-visibility:hidden!important}body>.viewport-dock button{min-width:0!important;height:var(--mobile-dock-content-height)!important;min-height:var(--mobile-dock-content-height)!important;padding:3px 1px 1px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#7e8982!important;font-size:11px!important;line-height:1!important;font-weight:500!important}body>.viewport-dock button svg,body>.viewport-dock button .icon{width:29px!important;height:29px!important;min-width:29px!important;min-height:29px!important;stroke-width:1.7!important;flex:0 0 auto!important}body>.viewport-dock button.active{color:#3f7457!important}body>.viewport-dock button.active:after{display:none!important}.mobile-home,.mobile-section,.apps-workspace,.mobile-disk-screen{padding-bottom:var(--mobile-dock-height)!important}.app.mobile-chat-open .composer-wrap{bottom:var(--mobile-dock-height)!important}html[data-keyboard-open=true] body>.viewport-dock{display:none!important}}@media (max-height:680px) and (max-width:900px){:root{--mobile-dock-content-height:58px;--mobile-safe-bottom:min(env(safe-area-inset-bottom),8px)}body>.viewport-dock button{font-size:10px!important}body>.viewport-dock button svg,body>.viewport-dock button .icon{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){:root{--mobile-dock-content-height:60px;--mobile-safe-bottom:clamp(0px,env(safe-area-inset-bottom),8px);--mobile-dock-height:calc(var(--mobile-dock-content-height) + var(--mobile-safe-bottom))}html,body,#root{min-height:100%;height:100%}body>.viewport-dock{position:fixed!important;inset:auto 0 0 0!important;width:100%!important;max-width:100%!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;margin:0!important;padding:0 max(6px,env(safe-area-inset-right)) var(--mobile-safe-bottom) max(6px,env(safe-area-inset-left))!important;transform:none!important;translate:none!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:end!important;background:#fbfcfa!important;border:0!important;border-top:1px solid rgba(64,82,71,.1)!important;border-radius:0!important;box-shadow:0 -8px 24px #26352c0b!important;z-index:2147483000!important;isolation:isolate!important;-webkit-transform:translate3d(0,0,0)!important}body>.viewport-dock button{align-self:end!important;width:100%!important;height:var(--mobile-dock-content-height)!important;min-height:var(--mobile-dock-content-height)!important;margin:0!important;padding:5px 1px 3px!important;border:0!important;border-radius:14px!important;background:transparent!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;color:#89928c!important;font-size:10.5px!important;line-height:1!important;font-weight:520!important;letter-spacing:-.12px!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}body>.viewport-dock button .dock-icon{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;stroke-width:2.05!important}body>.viewport-dock button:not(:has(.dock-icon)) .icon{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;stroke-width:1.9!important}body>.viewport-dock button.active{color:#416f58!important;background:#416f5812!important}body>.viewport-dock button.active:after{display:none!important}.mobile-home,.mobile-section,.apps-workspace,.mobile-disk-screen{padding-bottom:var(--mobile-dock-height)!important}.app.mobile-chat-open .composer-wrap{bottom:var(--mobile-dock-height)!important}html[data-keyboard-open=true] body>.viewport-dock{display:none!important}}@media (max-width:370px),(max-height:640px){:root{--mobile-dock-content-height:56px;--mobile-safe-bottom:clamp(0px,env(safe-area-inset-bottom),6px)}body>.viewport-dock button{font-size:9.5px!important;gap:2px!important;padding-top:3px!important}body>.viewport-dock button .dock-icon{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important}body>.viewport-dock button:not(:has(.dock-icon)) .icon{width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){body>.viewport-dock{top:calc(var(--vv-top, 0px) + var(--vv-height, 100dvh) - var(--mobile-dock-height))!important;bottom:auto!important;inset:unset!important;left:0!important;right:0!important}.search-box input,.app.search-active .search-box input{font-size:16px!important}.app.search-active .search-box{top:calc(var(--vv-top, 0px) + 72px + env(safe-area-inset-top))!important}.app.search-active .search-panel{top:calc(var(--vv-top, 0px) + 128px + env(safe-area-inset-top))!important;bottom:calc(10px + var(--mobile-dock-height))!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){body>.viewport-dock{inset:auto 0 0 0!important;left:0!important;right:0!important;visibility:visible!important;opacity:1!important;overflow:visible!important}body>.viewport-dock>button{visibility:visible!important;opacity:1!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){.mobile-disk-usage{flex:0 0 auto;padding:12px 18px 13px;background:#fbfcfafa;border-bottom:1px solid #edf0ed}.mobile-disk-usage-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px;color:#6f7973;font-size:12px;font-weight:400}.mobile-disk-usage-line b{color:#40584a;font-size:14px;font-weight:560}.mobile-disk-usage-track{width:100%;height:7px;overflow:hidden;border-radius:999px;background:#e6ebe7}.mobile-disk-usage-track i{display:block;height:100%;min-width:0;border-radius:inherit;background:#648b70;transition:width .2s ease}.app.mobile-chat-open .composer-wrap{height:auto!important;min-height:var(--mobile-composer-height,58px)!important;max-height:min(168px,38dvh)!important;bottom:var(--mobile-dock-height)!important;overflow:visible!important}.app.mobile-chat-open .composer{height:auto!important;min-height:58px!important;max-height:min(168px,38dvh)!important;align-content:center!important}.app.mobile-chat-open .composer:has(.selected-file){grid-template-rows:auto minmax(42px,auto)!important;padding-top:7px!important;padding-bottom:7px!important}.app.mobile-chat-open .selected-file{min-height:34px!important;max-width:100%!important;box-sizing:border-box!important}.app.mobile-chat-open>main{padding-bottom:calc(var(--mobile-dock-height) + var(--mobile-composer-height,58px))!important}.app.mobile-chat-open .messages{padding-bottom:16px!important;scroll-padding-bottom:calc(var(--mobile-composer-height,58px) + 16px)!important}html[data-keyboard-open=true] .app.mobile-chat-open .composer-wrap{bottom:0!important;height:auto!important;min-height:var(--mobile-composer-height,58px)!important;max-height:min(168px,38dvh)!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){body>.viewport-composer{position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:var(--mobile-dock-height)!important;width:100%!important;height:auto!important;min-height:var(--mobile-composer-height,58px)!important;max-height:min(168px,38dvh)!important;margin:0!important;padding:0!important;z-index:2147483100!important;transform:none!important;background:#fbfcfa!important;border-top:1px solid rgba(68,86,75,.1)!important;box-sizing:border-box!important}body>.viewport-composer .composer{width:100%!important;min-height:58px!important;height:auto!important;max-height:min(168px,38dvh)!important;box-sizing:border-box!important;padding:7px 10px!important}html[data-keyboard-open=true] body>.viewport-composer{display:block!important;visibility:visible!important;opacity:1!important;top:calc(var(--vv-bottom,100dvh) - var(--mobile-composer-height,58px))!important;bottom:auto!important}html[data-keyboard-open=true] body>.viewport-composer .composer{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;align-items:center!important;gap:7px!important}html[data-keyboard-open=true] body>.viewport-composer textarea{display:block!important;width:100%!important;min-width:0!important;min-height:42px!important;max-height:96px!important;font-size:16px!important}html[data-keyboard-open=true] .app.mobile-chat-open .messages{bottom:calc(100dvh - var(--vv-bottom,100dvh) + var(--mobile-composer-height,58px))!important}.picker-load-error{margin:14px 2px;padding:12px 13px;border-radius:13px;background:#fff3f1;color:#8d4d48;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.picker-load-error button{border:0;border-radius:10px;background:#e5eee8;color:#3e6752;padding:8px 11px;font-weight:600}}@media (max-width:900px),(hover:none) and (pointer:coarse){:root{--mobile-dock-content-height:64px;--mobile-safe-bottom:max(env(safe-area-inset-bottom),0px);--mobile-dock-height:calc(var(--mobile-dock-content-height) + var(--mobile-safe-bottom));--mobile-bg:#f5f7f4;--mobile-surface:#fbfcfa;--mobile-line:rgba(61,78,67,.11);--mobile-text:#26312b;--mobile-muted:#7f8983;--mobile-accent:#557b63}html,body,#root{height:100%;min-height:100%;background:var(--mobile-bg)!important}body{margin:0!important;overflow:hidden!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif!important}.app{height:100dvh!important;min-height:0!important;background:var(--mobile-bg)!important}.chat-sidebar,.app>main,.desktop-workspace-panel,.mobile-disk-screen{background:var(--mobile-surface)!important}body>.viewport-dock{position:fixed!important;inset:auto 0 0 0!important;width:100%!important;height:var(--mobile-dock-height)!important;padding:4px 8px var(--mobile-safe-bottom)!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:start!important;gap:2px!important;box-sizing:border-box!important;border-radius:0!important;border:0!important;border-top:1px solid var(--mobile-line)!important;background:#fbfcfaf7!important;-webkit-backdrop-filter:blur(20px) saturate(1.1)!important;backdrop-filter:blur(20px) saturate(1.1)!important;box-shadow:0 -8px 28px #222e270d!important;z-index:2147483000!important;transform:none!important}body>.viewport-dock button{min-width:0!important;height:56px!important;padding:4px 0 2px!important;margin:0!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#88918c!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:10.5px!important;font-weight:520!important;line-height:1!important;letter-spacing:-.01em!important}body>.viewport-dock button .dock-icon,body>.viewport-dock button .icon{width:29px!important;height:29px!important;min-width:29px!important;min-height:29px!important}body>.viewport-dock button.active{color:var(--mobile-accent)!important;background:#557b6313!important}body>.viewport-dock button.active:after{display:none!important}.topbar{min-height:calc(58px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 14px 0!important;border-bottom:1px solid var(--mobile-line)!important;background:#fbfcfaf5!important}.profile-copy b,.chat-title b{font-size:15px!important;font-weight:570!important;color:var(--mobile-text)!important}.profile-copy small,.preview,.chat-title time{font-size:12px!important;font-weight:400!important;color:var(--mobile-muted)!important}.chat-row{min-height:68px!important;padding:8px 14px!important;border-bottom:1px solid rgba(61,78,67,.075)!important;background:transparent!important}.chat-row.active{background:#557b6311!important}.search-box{margin:10px 14px!important;height:40px!important;border-radius:14px!important;background:#eef2ee!important;border:0!important}.chat-header{min-height:calc(58px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 10px 0!important;background:#fbfcfaf7!important;border-bottom:1px solid var(--mobile-line)!important}.chat-heading b{font-size:15.5px!important;font-weight:590!important}.chat-heading small{font-size:11.5px!important;font-weight:400!important;color:var(--mobile-muted)!important}.call-header-actions button{width:42px!important;height:42px!important;border-radius:14px!important;background:transparent!important;color:#4f735d!important}.messages{background:linear-gradient(180deg,#f5f7f4,#f2f5f1)!important;padding:14px 12px!important}.bubble{max-width:78%!important;border-radius:18px!important;padding:9px 12px!important;font-size:14px!important;line-height:1.38!important;box-shadow:none!important}.bubble:not(.mine){background:#fff!important;border:1px solid rgba(61,78,67,.07)!important}.bubble.mine{background:#dfece2!important;color:#26382d!important}.message-meta{font-size:10.5px!important;color:#919994!important}body>.viewport-composer{position:fixed!important;inset:auto 0 var(--mobile-dock-height) 0!important;width:100%!important;margin:0!important;padding:0!important;background:#fbfcfafa!important;border-top:1px solid var(--mobile-line)!important;z-index:2147482900!important;transform:none!important}body>.viewport-composer .composer{min-height:58px!important;padding:7px 10px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;gap:7px!important;align-items:center!important}body>.viewport-composer textarea{min-height:42px!important;max-height:96px!important;border:0!important;border-radius:16px!important;background:#eef2ee!important;padding:10px 13px!important;font-size:16px!important;line-height:1.3!important;color:var(--mobile-text)!important;resize:none!important}body>.viewport-composer .attach,body>.viewport-composer .send{width:42px!important;height:42px!important;border:0!important;border-radius:14px!important;background:transparent!important;color:var(--mobile-accent)!important}html[data-keyboard-open=true] body>.viewport-dock{display:none!important}html[data-keyboard-open=true] body>.viewport-composer{top:calc(var(--vv-bottom,100dvh) - var(--mobile-composer-height,58px))!important;bottom:auto!important}html[data-keyboard-open=true] .app.mobile-chat-open .messages{padding-bottom:calc(var(--mobile-composer-height,58px) + 12px)!important}html[data-call-active=true] body>.viewport-dock,html[data-call-active=true] body>.viewport-composer{display:none!important}html[data-call-active=true] .app.mobile-chat-open>main{padding-bottom:0!important}.modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom))!important;background:#1f272247!important;display:grid!important;place-items:center!important;z-index:2147483400!important}.modal-card{width:min(100%,520px)!important;max-height:min(84dvh,720px)!important;overflow:auto!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.55)!important;background:#fbfcfafb!important;box-shadow:0 24px 70px #1e2a232e!important;padding:18px!important}.modal-head{position:sticky!important;top:-18px!important;z-index:3!important;background:#fbfcfaf5!important;padding:14px 0 12px!important;margin-top:-14px!important}.modal-head h3{font-size:18px!important;font-weight:620!important}.modal input,.modal select{min-height:44px!important;border-radius:14px!important;border:1px solid rgba(61,78,67,.12)!important;background:#f2f5f2!important;font-size:16px!important}.mobile-disk-header{min-height:calc(70px + env(safe-area-inset-top))!important;padding:calc(12px + env(safe-area-inset-top)) 16px 10px!important;background:#fbfcfafa!important}.mobile-disk-header h1{font-size:22px!important;font-weight:540!important}.mobile-disk-header small{font-size:10.5px!important}.mobile-disk-list{padding:0 16px calc(var(--mobile-dock-height) + 10px)!important;background:var(--mobile-surface)!important}.mobile-disk-row{min-height:58px!important;grid-template-columns:36px minmax(0,1fr) 16px!important;gap:10px!important;padding:6px 0!important}.mobile-disk-icon{width:34px!important;height:34px!important;border-radius:10px!important}.mobile-disk-copy b{font-size:14px!important;font-weight:430!important}.mobile-disk-copy small{font-size:11px!important}.apps-grid{display:flex!important;flex-direction:column!important;gap:0!important;padding:6px 16px calc(var(--mobile-dock-height) + 12px)!important;background:var(--mobile-surface)!important}.app-tile{width:100%!important;min-height:64px!important;border:0!important;border-bottom:1px solid rgba(61,78,67,.08)!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;grid-template-columns:42px minmax(0,1fr) 22px!important;padding:10px 0!important}.app-tile>span{width:38px!important;height:38px!important;border-radius:12px!important;font-size:16px!important}.app-tile b{font-size:14px!important;font-weight:540!important}.app-tile small{font-size:11px!important}}@media (max-width:370px),(max-height:650px){:root{--mobile-dock-content-height:58px}body>.viewport-dock button{height:50px!important;font-size:9.5px!important}body>.viewport-dock button .dock-icon,body>.viewport-dock button .icon{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important}}.categorized-chat-list{display:block!important}.chat-category{padding:0 0 8px}.chat-category-title{display:flex;align-items:center;gap:10px;padding:14px 10px 7px;color:#6f7a73;font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.chat-category-title i{height:1px;flex:1;background:#47645721}.chat-category:first-child .chat-category-title{padding-top:8px}.contact-category-field{display:grid;gap:7px}.contact-category-field select{width:100%;height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 12px;font-size:14px;outline:none}.contact-category-field select:focus{border-color:#9aaba0;box-shadow:0 0 0 4px #47645714}.contact-category-field>span{font-size:12px;color:var(--muted)}.message-item:not(.mine){margin-left:0!important;margin-right:auto!important;align-items:flex-start!important}.message-item.mine{margin-left:auto!important;margin-right:0!important;align-items:flex-end!important}@media (max-width:700px){.chat-category-title{padding-left:14px;padding-right:14px}.contact-category-section{padding-bottom:18px!important}.message-item:not(.mine){max-width:87%!important;margin-left:0!important;margin-right:auto!important}.message-item.mine{max-width:87%!important;margin-left:auto!important;margin-right:0!important}}.contact-preferences-section{display:grid;gap:12px}.contact-preferences-section .inspector-title{margin-bottom:0}.contact-original-name{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border-radius:12px;background:#768b8214}.contact-original-name span,.contact-preference-field>span{font-size:12px;color:#7f8b86}.contact-original-name b{font-size:14px;font-weight:500}.contact-preference-field{display:grid;gap:6px}.contact-preference-field input,.contact-preference-field select,.contact-preference-field textarea{width:100%;box-sizing:border-box;border:1px solid rgba(89,110,101,.18);background:#ffffffd6;border-radius:12px;padding:10px 12px;font:400 14px/1.35 inherit;color:inherit;outline:none}.contact-preference-field textarea{resize:vertical;min-height:72px}.contact-preference-field input:focus,.contact-preference-field select:focus,.contact-preference-field textarea:focus{border-color:#4a705f80;box-shadow:0 0 0 3px #4a705f17}.contact-preferences-save{justify-self:start;border:0;border-radius:11px;padding:9px 15px;background:#5f7f70;color:#fff;font-size:13px;font-weight:500}.contact-preferences-save:disabled{opacity:.6}.contact-preferences-section>small{font-size:11px;line-height:1.35;color:#8b9691}.mobile-chat-panel .contact-preferences-section{margin:0 16px 16px;padding:16px;border-radius:18px;background:#ffffffc2;box-shadow:0 8px 24px #2a3d350f}.mobile-chat-panel .contact-preferences-section .inspector-title b{font-size:15px;font-weight:600}.mobile-chat-panel .contact-preference-field input,.mobile-chat-panel .contact-preference-field select,.mobile-chat-panel .contact-preference-field textarea{font-size:16px}.message-item{display:flex;flex-direction:column;align-items:flex-start;width:100%}.message-item.mine{align-items:flex-end}.message-item .bubble{align-self:flex-start;max-width:min(75%,680px)}.message-item.mine .bubble{align-self:flex-end}.message-item .message-meta{align-self:flex-start}.message-item.mine .message-meta{align-self:flex-end}.contact-view-grid{display:grid;gap:10px}.contact-view-grid>div{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border-radius:12px;background:#768b8214}.contact-view-grid span{font-size:12px;color:#7f8b86}.contact-view-grid b{font-size:14px;font-weight:500}.contact-view-grid.personal .full p{margin:2px 0 0;font-size:14px;line-height:1.45;white-space:pre-wrap;color:#3d4842}.contact-preferences-edit{justify-self:start;border:0;border-radius:11px;padding:9px 15px;background:#e7efea;color:#456654;font-size:13px;font-weight:600}.contact-preferences-actions{display:flex;justify-content:flex-end;gap:8px}.contact-preferences-actions .secondary{border:0;border-radius:11px;padding:9px 15px;background:#edf1ee;color:#56635c;font-size:13px;font-weight:500}.app-edit-inline{position:absolute;right:10px;top:8px;width:30px;height:30px;border-radius:9px;background:#edf3ef;display:grid;place-items:center;font-style:normal;font-size:18px;color:#65736b}.app-tile{position:relative}.resource-item{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:4px}.resource-edit-button{width:30px;height:30px;border:0;border-radius:9px;background:#edf3ef;color:#607067;font-size:18px}.resource-open-button{width:100%}.mobile-disk-usage-line b{font-variant-numeric:tabular-nums}@media (max-width:900px),(hover:none) and (pointer:coarse){.contact-view-grid{gap:8px}.contact-view-grid>div{padding:9px 11px}.contact-preferences-actions{position:sticky;bottom:0;padding-top:8px;background:linear-gradient(transparent,#fff 30%)}}html[data-platform=android] body,html[data-platform=android] #root,html[data-platform=android] .app,html[data-platform=android] .chat-sidebar,html[data-platform=android] .app>main,html[data-platform=android] .desktop-workspace-panel,html[data-platform=android] .mobile-disk-screen,html[data-platform=android] .apps-workspace{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;background-color:#fbfcfa!important}html[data-platform=android] .app{background:#f5f7f4!important}html[data-platform=android] .messages{background:linear-gradient(180deg,#f7f8f6,#f3f5f2)!important;opacity:1!important;filter:none!important}html[data-platform=android] .topbar,html[data-platform=android] .chat-header,html[data-platform=android] body>.viewport-dock,html[data-platform=android] body>.viewport-composer{background:#fbfcfa!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;filter:none!important}html[data-platform=android] body:not(:has(.modal)):not(:has(.storage-modal)):not(:has(.group-settings-modal)):not(:has(.user-picker-modal)):before,html[data-platform=android] body:not(:has(.modal)):not(:has(.storage-modal)):not(:has(.group-settings-modal)):not(:has(.user-picker-modal)):after{content:none!important;display:none!important}html[data-platform=android] body:not(:has(.modal)):not(:has(.storage-modal)):not(:has(.group-settings-modal)):not(:has(.user-picker-modal)) .app{pointer-events:auto!important}html[data-platform=android]{color-scheme:light!important;background:#f8faf8!important}html[data-platform=android],html[data-platform=android] body,html[data-platform=android] #root{width:100vw!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;background:#f8faf8!important;forced-color-adjust:none!important;-webkit-tap-highlight-color:transparent}html[data-platform=android] .app{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:none!important;height:var(--app-height,100dvh)!important;margin:0!important;border:0!important;border-radius:0!important;background:#f8faf8!important;box-shadow:none!important;opacity:1!important;filter:none!important}html[data-platform=android] .app>aside,html[data-platform=android] .chat-sidebar,html[data-platform=android] .app>main,html[data-platform=android] .workspace-screen,html[data-platform=android] .mobile-disk-screen,html[data-platform=android] .apps-workspace{background:#f8faf8!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;filter:none!important}html[data-platform=android] .topbar,html[data-platform=android] .chat-header,html[data-platform=android] .search-box,html[data-platform=android] .search,html[data-platform=android] .composer,html[data-platform=android] .composer-wrap,html[data-platform=android] body>.viewport-composer,html[data-platform=android] body>.viewport-dock,html[data-platform=android] .mobile-main-dock,html[data-platform=android] .mobile-chat-taskbar{background:#fff!important;background-color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;filter:none!important}html[data-platform=android] .chat-list{background:#f8faf8!important}html[data-platform=android] .chat-row{background:#f8faf8!important;opacity:1!important;filter:none!important}html[data-platform=android] .chat-row.active,html[data-platform=android] .chat-row:active{background:#edf3ee!important}html[data-platform=android] .chat-category-title,html[data-platform=android] .chat-title,html[data-platform=android] .preview,html[data-platform=android] .profile-copy,html[data-platform=android] .mobile-main-dock button,html[data-platform=android] .mobile-chat-taskbar button{opacity:1!important;filter:none!important}html[data-platform=android] .messages{background-color:#f8faf8!important;background-image:radial-gradient(circle at 1px 1px,rgba(71,100,87,.055) 1px,transparent 0)!important;background-size:24px 24px!important}html[data-platform=android] .modal:empty,html[data-platform=android] .storage-modal:empty,html[data-platform=android] .group-settings-modal:empty,html[data-platform=android] .user-picker-modal:empty,html[data-platform=android] .search-dismiss-layer:not([data-active=true]){display:none!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-platform=android]{color-scheme:light only!important;background:#f7f9f6!important}html[data-platform=android],html[data-platform=android] body,html[data-platform=android] #root{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#f7f9f6!important;opacity:1!important;filter:none!important}html[data-platform=android] *{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important}html[data-platform=android] .app,html[data-platform=android] .app>aside,html[data-platform=android] .app>main,html[data-platform=android] .chat-sidebar,html[data-platform=android] .workspace-screen,html[data-platform=android] .desktop-workspace-panel,html[data-platform=android] .mobile-disk-screen,html[data-platform=android] .apps-workspace{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;opacity:1!important;background:#f7f9f6!important;box-shadow:none!important}html[data-platform=android] .topbar,html[data-platform=android] .chat-header,html[data-platform=android] .composer,html[data-platform=android] .composer-wrap,html[data-platform=android] body>.viewport-composer,html[data-platform=android] body>.viewport-dock,html[data-platform=android] .mobile-main-dock,html[data-platform=android] .mobile-chat-taskbar,html[data-platform=android] .search-box,html[data-platform=android] .search{background:#fff!important;background-image:none!important;opacity:1!important}html[data-platform=android] .chat-list,html[data-platform=android] .messages{background-color:#f7f9f6!important;opacity:1!important}html[data-platform=android] .messages{background-image:radial-gradient(circle at 1px 1px,rgba(71,100,87,.05) 1px,transparent 0)!important;background-size:24px 24px!important}html[data-platform=android] .chat-row,html[data-platform=android] .bubble,html[data-platform=android] .storage-card,html[data-platform=android] .contact-view-grid>div,html[data-platform=android] .contact-original-name,html[data-platform=android] .mobile-chat-panel .contact-preferences-section{background-color:#fff!important;background-image:none!important;opacity:1!important}html[data-platform=android] .files-v2-row-actions{opacity:0!important}html[data-platform=android] .files-v2-row:hover .files-v2-row-actions,html[data-platform=android] .files-v2-row:focus-within .files-v2-row-actions{opacity:1!important}html[data-platform=android] .modal:empty,html[data-platform=android] .storage-modal:empty,html[data-platform=android] .group-settings-modal:empty,html[data-platform=android] .user-picker-modal:empty,html[data-platform=android] .search-dismiss-layer:not([data-active=true]){display:none!important}html[data-platform=android],html[data-platform=android] body,html[data-platform=android] #root,html[data-platform=android] .app,html[data-platform=android] .app>aside,html[data-platform=android] .app>main,html[data-platform=android] .chat-sidebar,html[data-platform=android] .topbar,html[data-platform=android] .chat-list,html[data-platform=android] .chat-header,html[data-platform=android] .messages,html[data-platform=android] .composer,html[data-platform=android] .composer-wrap,html[data-platform=android] body>.viewport-composer,html[data-platform=android] body>.viewport-dock,html[data-platform=android] .mobile-main-dock,html[data-platform=android] .mobile-chat-taskbar,html[data-platform=android] .workspace-screen,html[data-platform=android] .desktop-workspace-panel,html[data-platform=android] .mobile-disk-screen,html[data-platform=android] .apps-workspace{background:#fff!important;background-color:#fff!important;background-image:none!important;opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-platform=android] .app,html[data-platform=android] .app>aside,html[data-platform=android] .app>main,html[data-platform=android] .chat-sidebar{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important}html[data-platform=android] .search-box,html[data-platform=android] .chat-row,html[data-platform=android] .bubble,html[data-platform=android] .storage-card,html[data-platform=android] .contact-view-grid>div,html[data-platform=android] .contact-original-name,html[data-platform=android] .mobile-chat-panel .contact-preferences-section{background:#fff!important;background-image:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-platform=android] .messages{background:#fff!important;background-image:none!important}html[data-platform=android] .modal,html[data-platform=android] .global-search-overlay,html[data-platform=android] .attach-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.checklist-card{width:min(560px,100%);background:#fff;border:1px solid rgba(15,23,42,.09);border-radius:16px;padding:14px;box-shadow:0 8px 28px #0f172a0f;color:#18211d}.checklist-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.checklist-head div{display:grid;gap:3px}.checklist-head small{font-size:11px;color:#7d8781}.checklist-head b{font-size:15px;font-weight:600}.checklist-head>span{font-size:12px;color:#66716b;white-space:nowrap}.checklist-progress{height:3px;border-radius:999px;background:#edf1ee;margin:10px 0 12px;overflow:hidden}.checklist-progress i{display:block;height:100%;background:#6d8779;border-radius:inherit;transition:width .18s ease}.checklist-items{display:grid;gap:3px}.checklist-item{display:grid;grid-template-columns:26px minmax(0,1fr) 28px;align-items:center;gap:8px;min-height:36px;border-radius:10px;padding:2px 3px}.checklist-item:hover{background:#f6f8f6}.checklist-toggle{width:22px;height:22px;border:1px solid #b7c1bb;border-radius:7px;background:#fff;color:#fff;padding:0}.checklist-item.done .checklist-toggle{background:#718a7d;border-color:#718a7d}.checklist-item span{font-size:13px;line-height:1.35}.checklist-item.done span{text-decoration:line-through;color:#9aa39e}.checklist-remove{opacity:0;border:0;background:none;color:#9da6a1;font-size:19px}.checklist-item:hover .checklist-remove,.checklist-item:focus-within .checklist-remove{opacity:1}.checklist-add{display:grid;grid-template-columns:1fr 36px;gap:8px;margin-top:10px}.checklist-add input{height:36px;border:1px solid #dfe5e1;border-radius:10px;padding:0 11px;font-size:13px}.checklist-add button{height:36px;border-radius:10px;border:0;background:#edf2ef;color:#566b60;font-size:20px}.checklist-create-modal{width:min(520px,calc(100vw - 28px));max-height:calc(100dvh - 32px);overflow:auto}.checklist-create-modal label{display:grid;gap:6px;font-size:12px;color:#68736d;margin:12px 0}.checklist-create-modal input,.checklist-create-modal select{width:100%;height:42px;border:1px solid #dfe5e1;border-radius:11px;background:#fff;padding:0 12px;font:inherit;color:#17201b}.checklist-draft-items{display:grid;gap:8px;margin-top:14px}.checklist-draft-items>div{display:grid;grid-template-columns:1fr 36px;gap:7px}.checklist-draft-items>div button{border:0;background:#f3f5f3;border-radius:10px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.workspace-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.workspace-head-actions .primary{border:0;border-radius:11px;background:#70877b;color:#fff;padding:10px 14px;font-weight:600}.lists-workspace{height:100%;overflow:auto;padding:0 24px 28px}.workspace-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:16px}.workspace-checklist-chat{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8b958f;margin:0 0 6px 6px}.bubble .checklist-card{box-shadow:none;border-color:#0f172a14;margin-top:3px}.bubble:has(.checklist-card){max-width:min(78%,590px);background:transparent!important;padding:0!important;box-shadow:none!important}@media (min-width:901px){.files-v2,.cloud-workspace,.desktop-workspace-panel{font-weight:400}.files-v2 h1,.cloud-workspace h1{font-size:23px!important;font-weight:500!important;letter-spacing:-.02em}.files-v2-row,.cloud-file-row{min-height:40px!important;font-size:13px!important;font-weight:400!important}.files-v2-row b,.cloud-file-row b{font-size:13px!important;font-weight:400!important}.files-v2-row small,.cloud-file-row small,.files-v2-table-head{font-size:11px!important;font-weight:400!important;color:#8a948e!important}.files-v2-table-head{text-transform:uppercase;letter-spacing:.055em}.files-v2-sidebar button,.cloud-sidebar button{font-size:12px!important;font-weight:400!important}.files-v2-toolbar button,.cloud-toolbar button{font-size:12px!important;font-weight:500!important}.files-v2-icon,.cloud-file-icon{transform:scale(.86)}}@media (max-width:900px){.checklist-card{border-radius:14px;padding:12px}.checklist-item span{font-size:13px}.checklist-remove{opacity:1}.workspace-list-grid{grid-template-columns:1fr}.lists-workspace{padding:0 14px 100px}.workspace-head-actions{justify-content:flex-end}.workspace-head-actions .primary{padding:9px 11px;font-size:12px}.bubble:has(.checklist-card){max-width:88%}}.lists-workspace{flex:1;min-height:0;height:100%;overflow:hidden;padding:0!important;display:flex;flex-direction:column;background:#fbfcfb}.lists-workspace>.workspace-header{flex:0 0 auto;position:relative;top:auto!important;transform:none!important}.notes-list-index{flex:1;min-height:0;overflow:auto;padding:12px 24px 28px;display:flex;flex-direction:column}.notes-list-row{width:100%;min-height:58px;border:0;border-bottom:1px solid #e8ece9;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:12px;padding:8px 4px;text-align:left;color:#18211d;cursor:pointer}.notes-list-row:hover{background:#f6f8f6}.notes-list-row>div{min-width:0;display:grid;gap:3px}.notes-list-row b{font-size:15px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-list-row small{font-size:11px;font-weight:400;color:#8a938e}.notes-list-row>span{font-size:12px;color:#818b85}.notes-list-row>i{font-style:normal;font-size:22px;color:#a4aca7}.lists-workspace.list-open{padding:0!important;overflow:hidden;background:#fff}.notes-checklist{width:100%;max-width:760px;margin:0 auto;background:#fff;color:#171b18;display:flex;flex-direction:column;min-height:0}.notes-checklist.focused{flex:1;height:100%;max-width:none;margin:0;overflow:hidden}.notes-checklist-header{flex:0 0 auto;padding:26px 30px 12px;background:#fff;border-bottom:1px solid #eceeec}.notes-checklist-title-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.notes-back{border:0;background:transparent;color:#6f877a;font-size:34px;line-height:1;padding:0 4px 2px;cursor:pointer}.notes-title{border:0;background:transparent;padding:0;text-align:left;color:#171b18;font-size:29px;line-height:1.15;font-weight:600;letter-spacing:-.025em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text}.notes-checklist-title-row>span{font-size:12px;color:#8b938e;white-space:nowrap}.notes-items{flex:1;min-height:0;overflow:auto;padding:8px 30px 32px;background:#fff}.notes-item{min-height:45px;display:grid;grid-template-columns:27px minmax(0,1fr) 30px;align-items:center;gap:10px;border-bottom:1px solid #eceeec}.notes-check{width:22px;height:22px;border:1.5px solid #aeb7b1;border-radius:50%;padding:0;background:#fff;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;cursor:pointer}.notes-check.empty{display:block;pointer-events:none}.notes-item.done .notes-check{background:#6f887a;border-color:#6f887a}.notes-item.done .notes-item-text{text-decoration:line-through;color:#a0a7a3}.notes-item-text,.notes-item-edit,.notes-new-item>input{width:100%;border:0;background:transparent;padding:11px 0;font:400 15px/1.35 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1b211d;text-align:left;outline:0;min-width:0}.notes-item-text{cursor:text}.notes-item-edit{border-bottom:1px solid #789082}.notes-remove,.notes-new-item>button{width:30px;height:30px;border:0;background:transparent;color:#a5ada8;font-size:20px;opacity:0;cursor:pointer}.notes-item:hover .notes-remove,.notes-item:focus-within .notes-remove{opacity:1}.notes-new-item>button{opacity:1;color:#6d8478}.notes-new-item>button:disabled{opacity:.25}.notes-new-item{border-bottom:0}.notes-new-item>input::placeholder{color:#a4aba7}.lists-return{position:absolute;right:22px;bottom:18px;z-index:2;box-shadow:0 8px 22px #17231c17}.notes-create-modal{width:min(430px,calc(100vw - 28px));overflow:visible!important}.notes-create-modal label{margin:16px 0 0}.notes-create-modal .modal-actions{margin-top:22px}@media (min-width:901px){.cloud-workspace,.cloud-workspace *:not(svg):not(path),.files-v2,.files-v2 *:not(svg):not(path){font-weight:400!important}.cloud-workspace h1,.files-v2 h1{font-size:21px!important;font-weight:500!important}.cloud-workspace h2,.files-v2 h2{font-size:15px!important;font-weight:500!important}.cloud-workspace button,.files-v2 button,.cloud-workspace input,.files-v2 input,.cloud-workspace select,.files-v2 select{font-size:12px!important;font-weight:400!important}.cloud-workspace .file-row,.files-v2 .files-v2-row{min-height:36px!important;padding-top:5px!important;padding-bottom:5px!important}.cloud-workspace .file-row b,.files-v2 .files-v2-row b{font-size:12.5px!important;font-weight:400!important}.cloud-workspace .file-row small,.files-v2 .files-v2-row small,.cloud-workspace .file-table-head,.files-v2 .files-v2-table-head{font-size:10.5px!important;font-weight:400!important}.cloud-workspace .cloud-sidebar button,.files-v2 .files-v2-sidebar button{font-size:11.5px!important;font-weight:400!important}}@media (max-width:900px){.lists-workspace{padding-bottom:var(--mobile-dock-height,72px)!important}.notes-list-index{padding:4px 16px 20px}.notes-checklist.focused{height:calc(100dvh - var(--mobile-dock-height,72px))}.notes-checklist-header{padding:calc(16px + env(safe-area-inset-top)) 16px 10px}.notes-title{font-size:25px}.notes-items{padding:4px 16px 24px}.notes-item{min-height:46px}.notes-item-text,.notes-item-edit,.notes-new-item>input{font-size:16px}.notes-remove{opacity:1}.lists-return{display:none}}@media (min-width:901px) and (hover:hover) and (pointer:fine){.apps-workspace-v2{display:grid!important;grid-template-columns:minmax(0,1fr) 286px!important;overflow:hidden!important;background:#f7faf7!important}.apps-main-pane{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fbfcfb}.apps-main-header{padding-right:24px!important}.apps-content-scroll{min-height:0;overflow:auto;padding:24px 28px 34px}.apps-section>h2{margin:0 0 14px;font-size:14px;font-weight:570;color:#39453e;letter-spacing:.01em}.apps-grid-v2{padding:0!important;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))!important;gap:12px!important}.apps-divider{height:1px;border:0;background:#e3e9e5;margin:28px 0 22px}.apps-empty-note{font-size:13px;color:#8b948f;padding:14px 2px}.apps-list-rows{display:grid;gap:2px}.apps-list-rows>button{width:100%;min-height:56px;border:0;border-bottom:1px solid #e9edea;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto 22px;align-items:center;gap:12px;padding:8px 6px;text-align:left;color:#263129;cursor:pointer}.apps-list-rows>button:hover{background:#f1f5f2;border-radius:11px}.apps-list-rows span{min-width:0;display:flex;flex-direction:column;gap:3px}.apps-list-rows b{font-size:14px;font-weight:520}.apps-list-rows small{font-size:11px;color:#8b948f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apps-list-rows em{font-style:normal;font-size:12px;color:#758178}.apps-list-rows i{font-style:normal;color:#93a098;font-size:19px}.apps-action-column{border-left:1px solid #e2e8e4;background:#f4f7f4;padding:22px 18px;display:flex;flex-direction:column;gap:10px;overflow:auto}.apps-action-button{width:100%;border:1px solid #dfe7e1;border-radius:15px;background:#fff;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;padding:12px;text-align:left;color:#2f3b34;cursor:pointer;box-shadow:0 5px 16px #3d4f4309}.apps-action-button:hover{border-color:#c9d8ce;transform:translateY(-1px)}.apps-action-button>span{width:36px;height:36px;border-radius:11px;background:#e4eee7;color:#4b7059;display:grid;place-items:center;font-size:23px;font-weight:350}.apps-action-button>div{display:flex;flex-direction:column;gap:2px}.apps-action-button b{font-size:13px;font-weight:600}.apps-action-button small{font-size:10px;color:#87928b}.apps-action-separator{height:1px;background:#dde5df;margin:8px 0 2px}.apps-back-messenger,.lists-messenger-return{border:0;background:transparent;color:#526a5c;font-size:12px;font-weight:600;padding:10px 4px;text-align:left;cursor:pointer}.apps-back-messenger{margin-top:auto}.compact-list-stage{min-height:0;overflow:auto;display:flex;flex-direction:column;align-items:flex-start;padding:24px 30px 30px}.compact-list-stage .notes-checklist{width:min(48%,540px)!important;min-width:390px!important;max-width:540px!important;min-height:420px!important;max-height:calc(100vh - 170px)!important;margin:0!important;border:1px solid #e2e7e3!important;border-radius:18px!important;box-shadow:0 16px 44px #283a2f14!important;overflow:hidden!important}.compact-list-stage .notes-checklist.focused{height:auto!important;flex:none!important}.compact-list-stage .notes-checklist-header{padding:20px 22px 11px!important}.compact-list-stage .notes-items{overflow:auto!important;padding-bottom:12px}.lists-messenger-return{margin-top:12px}}.standalone-list-create{width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 34px);overflow:auto}.collaborators-head{display:flex;flex-direction:column;gap:3px;margin:16px 0 8px}.collaborators-head b{font-size:13px}.collaborators-head small{font-size:11px;color:#818c85}.collaborator-search{width:100%;height:40px;border:1px solid #dfe5e1;border-radius:11px;background:#fff;padding:0 12px;font:inherit}.collaborator-list{margin-top:8px;max-height:230px;overflow:auto;border:1px solid #e4e9e6;border-radius:12px;background:#fff}.collaborator-row{display:grid!important;grid-template-columns:22px 34px minmax(0,1fr);align-items:center;gap:9px;padding:8px 10px!important;margin:0!important;border-bottom:1px solid #edf0ee;cursor:pointer}.collaborator-row:last-child{border-bottom:0}.collaborator-row>input{width:17px!important;height:17px!important}.collaborator-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;background:#e5ece7;display:grid;place-items:center}.collaborator-row>span{display:flex;flex-direction:column;gap:1px}.collaborator-row b{font-size:13px;font-weight:520}.collaborator-row small{font-size:10px;color:#8c958f}.collaborator-state{padding:18px;text-align:center;color:#8a948e;font-size:12px}@media (min-width:901px) and (hover:hover) and (pointer:fine){.apps-workspace-v3{display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;overflow:hidden!important;background:#fff!important}.apps-workspace-v3 .apps-main-pane{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff!important}.apps-workspace-v3 .apps-main-header{min-height:78px!important;padding:20px 28px!important;border-bottom:0!important;background:#fff!important}.apps-workspace-v3 .apps-main-header h1{font-size:28px!important;font-weight:650!important;letter-spacing:-.03em;margin:0!important;color:#17201b!important}.apps-workspace-v3 .apps-content-scroll{min-height:0;overflow:auto;padding:6px 28px 34px!important;background:#fff!important}.apps-workspace-v3 .apps-section{max-width:1000px}.apps-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}.apps-section-head h2{margin:0!important;font-size:14px!important;font-weight:650!important;color:#202a24!important}.apps-inline-add{display:none}.workspace-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:12px}.workspace-tile{width:100%;height:92px;border:1px solid #e0e5e2;border-radius:13px;background:#fff;display:grid;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:14px 16px;text-align:left;color:#17201b;cursor:pointer;box-shadow:0 1px 3px #1e312606;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.workspace-tile:hover{border-color:#cbd8cf;box-shadow:0 8px 20px #28433211;transform:translateY(-1px)}.workspace-tile-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:650;flex:none}.app-icon{background:#365a95;color:#fff}.app-workspace-tile:nth-child(2n) .app-icon{background:#3f7acb}.app-workspace-tile:nth-child(3n) .app-icon{background:#099c4c}.app-workspace-tile:nth-child(4n) .app-icon{background:#111}.app-workspace-tile:nth-child(5n) .app-icon{background:#8b22ba}.app-workspace-tile:nth-child(6n) .app-icon{background:#e52413}.workspace-tile-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.workspace-tile-copy b{font-size:14px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-tile-copy small{font-size:11.5px;font-weight:400;color:#626d66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-tile-menu{font-style:normal;font-size:24px;line-height:1;color:#69736d;text-align:center}.list-icon{background:#eee8ff;color:#7f3fe2}.list-icon.tone-1{background:#e5f3e8;color:#3c995b}.list-icon.tone-2{background:#fff0df;color:#ec8a18}.list-icon.tone-3{background:#e2f5f4;color:#20a4a2}.list-icon.tone-4{background:#ffe7ed;color:#e83b6b}.list-icon.tone-5{background:#e8f0fc;color:#357bd2}.apps-workspace-v3 .apps-divider{height:1px;border:0;background:#dfe5e1;margin:24px 0 22px!important}.apps-workspace-v3 .apps-action-column{border-left:1px solid #e4e8e5;background:#fff!important;padding:26px 20px;display:flex;flex-direction:column;gap:14px;overflow:auto}.apps-workspace-v3 .apps-action-button{width:100%;height:54px;border:0;border-radius:8px;background:#4f956a;color:#fff;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 16px;box-shadow:none;cursor:pointer;transition:background .16s ease,transform .16s ease}.apps-workspace-v3 .apps-action-button:hover{background:#43835c;transform:translateY(-1px)}.apps-workspace-v3 .apps-action-button>span{width:auto;height:auto;border-radius:0;background:transparent;color:#fff;font-size:26px;font-weight:300;display:block}.apps-workspace-v3 .apps-action-button>b{font-size:13px;font-weight:650}.apps-workspace-v3 .compact-list-stage{padding:18px 28px 30px!important}}@media (min-width:901px) and (max-width:1220px) and (hover:hover) and (pointer:fine){.workspace-tile-grid{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media (max-width:900px),(hover:none) and (pointer:coarse){.apps-workspace-v3{display:block!important;background:#fbfcfb!important}.apps-workspace-v3 .apps-action-column{display:none!important}.apps-workspace-v3 .apps-main-header{min-height:auto!important;padding:calc(14px + env(safe-area-inset-top)) 18px 10px!important;background:#fbfcfb!important}.apps-workspace-v3 .apps-main-header h1{font-size:22px!important;font-weight:600!important}.apps-workspace-v3 .apps-content-scroll{padding:8px 16px calc(var(--mobile-dock-height,72px) + 20px)!important;overflow:auto!important}.apps-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0}.apps-section-head h2{margin:0!important;font-size:14px!important;font-weight:600!important;color:#2d3932!important}.apps-inline-add{display:inline-flex;border:0;background:transparent;color:#4c775e;font-size:12px;font-weight:600;padding:6px 0}.workspace-tile-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.workspace-tile{width:100%;min-height:68px;border:1px solid #dfe5e1;border-radius:13px;background:#fff;display:grid;grid-template-columns:40px minmax(0,1fr) 24px;align-items:center;gap:11px;padding:11px 13px;text-align:left;color:#17201b;box-shadow:0 1px 3px #1e312606}.workspace-tile:active{border-color:#c8d6cc;background:#f9fbf9}.workspace-tile-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:15px;font-weight:600}.workspace-tile-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.workspace-tile-copy b{font-size:14px;font-weight:560}.workspace-tile-copy small{font-size:11px;color:#7f8983}.workspace-tile-menu{font-size:21px;color:#86918a}.apps-workspace-v3 .apps-divider{height:1px;border:0;background:#dfe5e1;margin:18px 0 14px!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){.mobile-disk-row{display:grid!important;grid-template-columns:36px minmax(0,1fr) 42px 42px!important;align-items:center!important;gap:6px!important;width:100%!important;padding:7px 0!important}.mobile-disk-row .mobile-disk-copy{min-width:0!important}.mobile-disk-row .disk-share-link,.mobile-disk-row .disk-delete-link{display:inline-flex!important;visibility:visible!important;opacity:1!important;position:relative!important;inset:auto!important;align-items:center!important;justify-content:center!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;margin:0!important;border:0!important;border-radius:12px!important;z-index:20!important;-webkit-tap-highlight-color:transparent}.mobile-disk-row .disk-share-link{background:#edf2ee!important;color:#4f735d!important}.mobile-disk-row .disk-delete-link{background:#c33a3a1a!important;color:#c33a3a!important}html[data-call-active=true] body>.viewport-dock,html[data-call-active=true] body>.viewport-composer{display:none!important}.call-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)!important;z-index:2147483600!important}.call-card{padding:0 18px calc(24px + env(safe-area-inset-bottom))!important}.call-actions{margin-top:clamp(36px,10vh,68px)!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important}.call-controls{bottom:0!important;padding:26px 12px calc(30px + env(safe-area-inset-bottom))!important;z-index:5!important}}@media (min-width:901px){body>.viewport-dock,.mobile-chat-taskbar,.mobile-main-dock{display:none!important;visibility:hidden!important;pointer-events:none!important}.composer-wrap{position:relative!important;bottom:auto!important;margin-bottom:0!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){.new-chat-modal{padding-left:22px!important;padding-right:22px!important}.new-chat-modal>.new-chat-card{width:min(calc(100vw - 44px),480px)!important}.new-chat-head{display:grid!important;grid-template-columns:36px minmax(0,1fr) 36px!important;align-items:center!important;column-gap:8px!important;padding-left:20px!important;padding-right:20px!important}.new-chat-head h3{grid-column:2!important;margin:0!important;text-align:center!important;justify-self:center!important}.new-chat-head .icon-close{grid-column:3!important;justify-self:center!important;margin:0!important}.mobile-disk-row .desktop-storage-icon{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:#d9e5de9e!important;color:initial!important;font-size:22px!important;line-height:1!important;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif!important}}.message-swipe-shell{position:relative;width:100%;overflow:visible;display:flex;flex-direction:column}.message-swipe-shell.mine{align-items:flex-end}.message-swipe-shell .message-item{position:relative;z-index:2;transition:transform .18s ease;touch-action:pan-y}.message-swipe-shell .message-item.dragging{transition:none}.message-swipe-delete{position:absolute;left:10px;top:50%;z-index:1;width:46px;height:46px;margin-top:-23px;border:0;border-radius:15px;background:#c95751;color:#fff;display:grid;place-items:center;opacity:0;transform:scale(.84);transition:opacity .14s ease,transform .14s ease}.message-swipe-delete.active{opacity:1;transform:scale(1)}.message-swipe-delete svg{width:22px;height:22px}.message-delete-inline{width:20px;height:18px;border:0;border-radius:7px;background:transparent;color:#a86a67;font-size:16px;line-height:1;padding:0;opacity:0;transition:opacity .15s ease}.message-item.mine:hover .message-delete-inline,.message-delete-inline:focus-visible{opacity:1}.wallpaper-card{width:min(760px,calc(100vw - 30px));max-height:min(88dvh,760px);overflow:auto}.wallpaper-card .modal-head>div{display:grid;gap:2px}.wallpaper-card .modal-head small,.wallpaper-note{color:var(--muted);font-size:12px}.wallpaper-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wallpaper-option{position:relative;min-width:0;border:1px solid rgba(72,94,82,.18);border-radius:17px;background:#fff;padding:7px;display:grid;gap:7px;text-align:left}.wallpaper-option>span{display:block;width:100%;aspect-ratio:1.45;border-radius:12px;background:#edf0ec center/cover no-repeat;border:1px solid rgba(72,94,82,.1)}.wallpaper-option.default>span{background-image:linear-gradient(#ffffff42,#ffffff42),radial-gradient(circle at 1px 1px,rgba(71,100,87,.12) 1px,transparent 0);background-size:auto,18px 18px}.wallpaper-option b{font-size:12px;padding:0 3px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallpaper-option i{position:absolute;right:12px;top:12px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#4f795f;color:#fff;font-style:normal;font-size:13px;box-shadow:0 3px 10px #28413140}.wallpaper-option.selected{border-color:#62836e;box-shadow:0 0 0 2px #527a5e1f}.empty-app-slot{border-style:dashed!important;background:#fafcfb!important}.empty-app-slot .app-icon{background:#e5eee8!important;color:#527460!important}.empty-app-slot .workspace-tile-copy small{color:#8b958f!important}@media (max-width:900px),(hover:none) and (pointer:coarse){.message-delete-inline{display:none!important}.message-swipe-delete{display:grid}.wallpaper-card{width:100%!important;max-height:88dvh!important}.wallpaper-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallpaper-option{border-radius:15px}.wallpaper-option>span{border-radius:10px}.apps-workspace-v3 .workspace-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.apps-workspace-v3 .workspace-tile{position:relative!important;min-height:126px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 22px!important;grid-template-rows:44px minmax(0,1fr)!important;align-items:start!important;gap:8px!important;padding:13px!important;border:1px solid #dce4df!important;border-radius:16px!important;overflow:hidden!important}.apps-workspace-v3 .workspace-tile-icon{grid-column:1;grid-row:1;width:42px!important;height:42px!important;border-radius:13px!important}.apps-workspace-v3 .workspace-tile-copy{grid-column:1/-1;grid-row:2;align-self:end;gap:3px!important}.apps-workspace-v3 .workspace-tile-copy b{font-size:13px!important;white-space:normal!important;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.apps-workspace-v3 .workspace-tile-copy small{font-size:10px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apps-workspace-v3 .workspace-tile-menu{grid-column:2;grid-row:1;justify-self:end;align-self:start;font-size:22px!important;line-height:1;padding:3px;color:#77847c!important}.home-quick-links{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:901px) and (hover:hover) and (pointer:fine){.message-swipe-delete{display:none}.workspace-tile-grid{grid-template-columns:repeat(2,minmax(220px,1fr))!important}}.messages.has-chat-wallpaper{background-color:#eef2ee!important;background-image:linear-gradient(#f7faf794,#f7faf794),var(--chat-wallpaper-image)!important;background-size:auto,cover!important;background-position:center,center!important;background-repeat:no-repeat,no-repeat!important;background-attachment:local,local!important}.message-swipe-delete{background:transparent!important;color:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important;transform:none!important}.message-swipe-delete.active{opacity:1!important;transform:none!important}.message-swipe-delete:before,.message-swipe-delete:after{content:none!important;display:none!important}@media (max-width:900px),(hover:none) and (pointer:coarse){.centered-dialog-head{display:grid!important;grid-template-columns:36px minmax(0,1fr) 36px!important;align-items:center!important;column-gap:8px!important;padding-left:20px!important;padding-right:20px!important}.centered-dialog-head .dialog-head-spacer{grid-column:1!important;width:36px!important;height:36px!important}.centered-dialog-head .dialog-head-copy{grid-column:2!important;min-width:0!important;text-align:center!important;justify-self:stretch!important;display:grid!important;gap:2px!important}.centered-dialog-head .dialog-head-copy h3{margin:0!important;text-align:center!important}.centered-dialog-head .dialog-head-copy small{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:center!important}.centered-dialog-head .icon-close{grid-column:3!important;justify-self:center!important;margin:0!important}body>.unified-app-dock{position:fixed!important;left:8px!important;right:8px!important;bottom:max(4px,env(safe-area-inset-bottom))!important;inset:auto 8px max(4px,env(safe-area-inset-bottom)) 8px!important;width:auto!important;max-width:none!important;height:68px!important;min-height:68px!important;padding:5px 6px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;border:1px solid rgba(68,86,75,.12)!important;border-radius:22px!important;background:#f4f7f4f5!important;box-shadow:0 12px 38px #27372e29,inset 0 1px #ffffffd1!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}body>.unified-app-dock button{width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;padding:4px 2px 3px!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#66736b!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;font-size:10px!important;line-height:1!important;font-weight:520!important;box-shadow:none!important}body>.unified-app-dock button .icon,body>.unified-app-dock button .dock-icon{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;stroke-width:1.85!important}body>.unified-app-dock button.active{color:#2f6d49!important;background:#ffffffd1!important;box-shadow:0 7px 20px #335c431c!important}body>.unified-app-dock button.active:before{content:""!important;position:absolute!important;top:3px!important;width:20px!important;height:3px!important;border-radius:99px!important;background:#4c8b64!important}body>.unified-app-dock button{position:relative!important}:root{--mobile-dock-height: calc(76px + max(4px,env(safe-area-inset-bottom))) }.app.mobile-chat-open .composer-wrap{bottom:var(--mobile-dock-height)!important}.mobile-home,.mobile-section,.apps-workspace,.mobile-disk-screen{padding-bottom:var(--mobile-dock-height)!important}}@media (max-width:370px),(max-height:650px){body>.unified-app-dock{left:5px!important;right:5px!important;inset:auto 5px max(3px,env(safe-area-inset-bottom)) 5px!important;height:62px!important;min-height:62px!important;border-radius:19px!important;padding:3px 4px!important}body>.unified-app-dock button{height:54px!important;min-height:54px!important;font-size:9px!important}body>.unified-app-dock button .icon,body>.unified-app-dock button .dock-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}:root{--mobile-dock-height: calc(68px + max(3px,env(safe-area-inset-bottom))) }}.checklist-inline-error{margin:10px 0 2px;padding:9px 11px;border-radius:10px;background:#fff1f0;color:#9d4b46;font-size:12px}@media (max-width:900px),(hover:none) and (pointer:coarse){body>.mobile-app-dock{position:fixed!important;inset:auto 8px max(4px,env(safe-area-inset-bottom)) 8px!important;width:auto!important;height:68px!important;min-height:68px!important;margin:0!important;padding:5px 6px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;border:1px solid rgba(68,86,75,.12)!important;border-radius:22px!important;background:#f4f7f4f7!important;box-shadow:0 12px 38px #27372e29,inset 0 1px #ffffffd1!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;overflow:hidden!important}body>.mobile-app-dock button{position:relative!important;min-width:0!important;width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;padding:4px 2px 3px!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#66736b!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;font-size:10px!important;line-height:1!important;font-weight:520!important;box-shadow:none!important}body>.mobile-app-dock button span{display:block!important;width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:center!important}body>.mobile-app-dock button .dock-icon{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;stroke-width:1.85!important}body>.mobile-app-dock button.active{color:#2f6d49!important;background:#ffffffd1!important;box-shadow:0 7px 20px #335c431c!important}body>.mobile-app-dock button.active:before{content:""!important;position:absolute!important;top:3px!important;width:20px!important;height:3px!important;border-radius:99px!important;background:#4c8b64!important}:root{--mobile-dock-height: calc(76px + max(4px,env(safe-area-inset-bottom))) }.apps-workspace-v3 .workspace-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.apps-workspace-v3 .workspace-tile{min-height:78px!important;height:78px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 20px!important;grid-template-rows:1fr!important;align-items:center!important;gap:8px!important;padding:9px 8px!important;border:1px solid #dce4df!important;border-radius:14px!important;overflow:hidden!important}.apps-workspace-v3 .workspace-tile-icon{grid-column:1!important;grid-row:1!important;width:32px!important;height:32px!important;border-radius:10px!important;font-size:15px!important}.apps-workspace-v3 .workspace-tile-copy{grid-column:2!important;grid-row:1!important;align-self:center!important;min-width:0!important;gap:2px!important}.apps-workspace-v3 .workspace-tile-copy b{font-size:12px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.apps-workspace-v3 .workspace-tile-copy small{font-size:9.5px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.apps-workspace-v3 .workspace-tile-menu{grid-column:3!important;grid-row:1!important;justify-self:center!important;align-self:center!important;font-size:20px!important;line-height:1!important;padding:0!important;color:#77847c!important}.apps-workspace-v3 .empty-app-slot .workspace-tile-copy small{display:none!important}.apps-workspace-v3 .lists-section .workspace-tile{height:72px!important;min-height:72px!important}.notes-checklist{min-height:0!important}.notes-checklist.focused{height:calc(100dvh - var(--mobile-dock-height))!important}.notes-checklist-title-row{grid-template-columns:34px minmax(0,1fr) auto!important}.notes-title{font-size:22px!important}.notes-items{padding-bottom:calc(var(--mobile-dock-height) + 18px)!important}}.mika-mobile-dock{display:none}@media (max-width:900px),(hover:none) and (pointer:coarse){body>.mika-mobile-dock{all:initial!important;position:fixed!important;left:8px!important;right:8px!important;bottom:max(4px,env(safe-area-inset-bottom))!important;z-index:12000!important;box-sizing:border-box!important;isolation:isolate!important;contain:layout paint style!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;width:auto!important;height:68px!important;min-height:68px!important;margin:0!important;padding:5px 6px!important;overflow:hidden!important;border:1px solid rgba(68,86,75,.14)!important;border-radius:22px!important;background:#f4f7f4!important;background-color:#f4f7f4!important;background-image:none!important;box-shadow:0 12px 38px #27372e29,inset 0 1px #ffffffe6!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;filter:none!important;transform:none!important;color-scheme:light!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}body>.mika-mobile-dock>button{all:unset!important;position:relative!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-width:0!important;width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;padding:4px 2px 3px!important;overflow:hidden!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#66736b!important;box-shadow:none!important;opacity:1!important;filter:none!important;transform:none!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;font:520 10px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}body>.mika-mobile-dock>button .mika-dock-icon-wrap{all:unset!important;box-sizing:border-box!important;display:grid!important;place-items:center!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;color:inherit!important}body>.mika-mobile-dock>button .mika-dock-icon-wrap .icon,body>.mika-mobile-dock>button .mika-dock-icon-wrap .dock-icon{display:block!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;margin:0!important;color:inherit!important;stroke:currentColor!important;stroke-width:1.85!important;opacity:1!important;filter:none!important;transform:none!important}body>.mika-mobile-dock>button .mika-dock-label{all:unset!important;box-sizing:border-box!important;display:block!important;width:100%!important;min-height:10px!important;overflow:hidden!important;color:inherit!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;font:520 10px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}body>.mika-mobile-dock>button.active{color:#2f6d49!important;background:#fff!important;box-shadow:0 7px 20px #335c431c!important}body>.mika-mobile-dock>button.active:before{content:""!important;position:absolute!important;top:3px!important;left:50%!important;width:20px!important;height:3px!important;border-radius:99px!important;background:#4c8b64!important;transform:translate(-50%)!important}body>.mika-mobile-dock>button:after{content:none!important;display:none!important}:root{--mobile-dock-height: calc(76px + max(4px,env(safe-area-inset-bottom))) }.app.mobile-chat-open .composer-wrap{bottom:var(--mobile-dock-height)!important}.mobile-home,.mobile-section,.apps-workspace,.mobile-disk-screen,.lists-workspace{padding-bottom:var(--mobile-dock-height)!important}html[data-keyboard-open=true] body>.mika-mobile-dock,html[data-call-active=true] body>.mika-mobile-dock,body:has(.modal)>.mika-mobile-dock,body:has(.mobile-file-preview)>.mika-mobile-dock{display:none!important}}@media (max-width:370px),(max-height:650px){body>.mika-mobile-dock{left:5px!important;right:5px!important;bottom:max(3px,env(safe-area-inset-bottom))!important;height:62px!important;min-height:62px!important;border-radius:19px!important;padding:3px 4px!important}body>.mika-mobile-dock>button{height:54px!important;min-height:54px!important;font-size:9px!important}body>.mika-mobile-dock>button .mika-dock-icon-wrap{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important}body>.mika-mobile-dock>button .mika-dock-icon-wrap .icon,body>.mika-mobile-dock>button .mika-dock-icon-wrap .dock-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}body>.mika-mobile-dock>button .mika-dock-label{font-size:9px!important}:root{--mobile-dock-height: calc(68px + max(3px,env(safe-area-inset-bottom))) }}@media (max-width:900px),(hover:none) and (pointer:coarse){.modal-card>.modal-head,.group-settings-card>.modal-head,.user-picker-card>.modal-head{position:sticky!important;top:0!important;z-index:20!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;column-gap:8px!important;width:100%!important;min-height:52px!important;margin:0 0 12px!important;padding:6px 10px 8px!important;background:#fbfcfafa!important;border-bottom:1px solid rgba(61,78,67,.08)!important;box-sizing:border-box!important}.modal-card>.modal-head>h3,.group-settings-card>.modal-head>h3,.user-picker-card>.modal-head>h3{grid-column:2!important;grid-row:1!important;justify-self:stretch!important;align-self:center!important;min-width:0!important;margin:0!important;padding:0!important;text-align:center!important;font-size:18px!important;font-weight:620!important;line-height:1.15!important;letter-spacing:-.02em!important}.modal-card>.modal-head>.dialog-head-spacer,.group-settings-card>.modal-head>.dialog-head-spacer,.user-picker-card>.modal-head>.dialog-head-spacer{grid-column:1!important;grid-row:1!important;display:block!important;width:40px!important;height:40px!important}.modal-card>.modal-head>.dialog-head-copy,.group-settings-card>.modal-head>.dialog-head-copy,.user-picker-card>.modal-head>.dialog-head-copy{grid-column:2!important;grid-row:1!important;min-width:0!important;justify-self:stretch!important;align-self:center!important;display:grid!important;gap:2px!important;margin:0!important;padding:0!important;text-align:center!important}.modal-card>.modal-head>.dialog-head-copy h3,.group-settings-card>.modal-head>.dialog-head-copy h3,.user-picker-card>.modal-head>.dialog-head-copy h3{margin:0!important;padding:0!important;text-align:center!important;font-size:18px!important;font-weight:620!important;line-height:1.15!important}.modal-card>.modal-head>.dialog-head-copy small,.group-settings-card>.modal-head>.dialog-head-copy small,.user-picker-card>.modal-head>.dialog-head-copy small{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:center!important}.modal-card>.modal-head>button:last-child,.group-settings-card>.modal-head>button:last-child,.user-picker-card>.modal-head>button:last-child{grid-column:3!important;grid-row:1!important;justify-self:center!important;align-self:center!important;position:static!important;inset:auto!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;margin:0!important;padding:0 0 2px!important;border:0!important;border-radius:50%!important;background:#eef3ef!important;color:#52645a!important;display:grid!important;place-items:center!important;font:400 25px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.modal-card>.modal-head>button:last-child:active,.group-settings-card>.modal-head>button:last-child:active,.user-picker-card>.modal-head>button:last-child:active{background:#e2eae5!important;transform:scale(.96)!important}}
