.sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#00000052;z-index:1000;opacity:0;transition:opacity .25s ease;pointer-events:auto;touch-action:none;-webkit-tap-highlight-color:transparent}.sheet-backdrop.open{opacity:1}.sheet{position:fixed;left:8px;right:8px;bottom:6px;z-index:1001;border-radius:36px;max-height:calc(85dvh - 16px);display:flex;flex-direction:column;padding-bottom:calc(16px + var(--sa-b, 0px));background:var(--bg-elev);box-shadow:0 -1px 6px #00000014;transform:translate3d(0,110%,0);transition:transform .3s cubic-bezier(.32,.72,0,1);touch-action:pan-y;border:1px solid var(--separator);-webkit-transform:translate3d(0,110%,0)}.sheet.open{transform:translateZ(0);-webkit-transform:translate3d(0,0,0);transition:transform .38s cubic-bezier(.32,.72,0,1)}.grabber-area{padding:12px 0 8px;touch-action:none;cursor:grab}.grabber{width:36px;height:5px;border-radius:3px;background:var(--text-3);margin:0 auto;opacity:.5}.sheet-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:4px 16px 12px}.sheet-header-side{min-width:0}.sheet-header-side.right{display:flex;justify-content:flex-end}.sheet-title{margin:0;font-size:18px;font-weight:700;text-align:center;min-width:0;justify-self:center}.sheet-body{padding:16px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sheet-body .menu{padding-inline:2px}.menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.menu button{width:100%;display:flex;align-items:center;gap:14px;padding:13px 18px 13px 24px;background:var(--surface);border-radius:16px;font-size:15px;font-weight:600;color:var(--text);transition:transform .12s var(--ease-ios),background-color .12s var(--ease-ios);text-align:left;border:.5px solid var(--separator)}.menu button:active{background:var(--separator);transform:scale(.98)}.menu .danger{color:var(--danger)}.menu button svg,.menu button .mi{width:22px!important;height:22px!important;min-width:22px;max-width:22px;flex:0 0 22px;object-fit:contain;border-radius:6px}.menu button img,.menu button video{max-width:28px;max-height:28px;flex:0 0 auto}.liquid-sheet{padding:8px 4px;text-align:center}.liquid-sheet p{font-size:14px;color:var(--text-2);margin-bottom:16px;line-height:1.4}.liquid-toggle{width:100%;padding:14px;background:var(--tint);color:#fff;border-radius:14px;font-weight:600;font-size:16px}html.kb-open .sheet{padding-bottom:12px;bottom:calc(var(--kb, 0px) + 6px);transition:bottom .2s cubic-bezier(.2,.9,.2,1)}html.kb-open .sheet.open{transform:translateZ(0)}.profile-action-menu button{padding:13px 18px 13px 26px;gap:14px}@media (max-width: 380px){.profile-action-menu button{gap:12px}}@media (prefers-reduced-motion: reduce){.sheet,.sheet.open,.sheet-backdrop{transition-duration:.01ms!important}}.avatar-emoji{display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;line-height:1;user-select:none;-webkit-user-select:none;border:0;padding:0;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;overflow:hidden}button.avatar-emoji{cursor:pointer}button.avatar-emoji:active{transform:scale(.94);transition:transform .12s cubic-bezier(.32,.72,0,1)}.avatar-emoji span{line-height:1}.post{padding:10px 14px;border-bottom:.5px solid var(--separator);background:linear-gradient(180deg,color-mix(in srgb,var(--bg) 96%,var(--surface) 4%),var(--bg));position:relative;overflow:hidden;contain:layout paint style;transition:background-color .2s var(--ease-ios),transform .2s var(--ease-ios)}.post-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px}.avatar-link{flex-shrink:0}.meta{flex:1;min-width:0}.post-meta-top{display:flex;align-items:center;gap:4px;margin-bottom:2px}.name{font-weight:700;font-size:15px;color:var(--text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.dot{color:var(--text-3);font-size:14px}.time{color:var(--text-2);font-size:14px}.more{margin-left:auto;padding:4px;color:var(--text-3);transition:color .2s}.more:active{color:var(--text)}.post-body-content{margin-top:4px}.text{font-size:15px;line-height:1.42;color:var(--text);margin-bottom:6px;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.post .media{display:block;margin:6px 0;border-radius:14px;overflow:hidden;width:100%;max-width:100%;border:.5px solid var(--separator);position:relative;background:var(--bg-elev);box-shadow:0 10px 28px #0000000a;transform:translateZ(0)}.post .media img{display:block;width:100%;height:auto;max-height:min(420px,62vh);object-fit:contain;background:var(--bg-elev)}.media-loader{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;max-width:100%;margin-top:6px;margin-left:auto}.action{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:38px;min-height:32px;color:var(--text-2);font-size:12px;line-height:1;padding:6px 8px;border-radius:16px;transition:transform .16s var(--ease-ios),background-color .16s var(--ease-ios),color .16s var(--ease-ios),opacity .16s var(--ease-ios);background:transparent;-webkit-tap-highlight-color:transparent}.action:active{transform:scale(.92);background:var(--separator)}.action.liked{color:var(--danger);background:#ff453a1a}.action svg{width:17px;height:17px;flex:0 0 17px}.repost-embed{display:block;margin:8px 0 2px;padding:10px 12px;border:.5px solid var(--separator);border-radius:14px;text-decoration:none;color:inherit;background:color-mix(in srgb,var(--bg-elev) 70%,transparent);overflow:hidden}.repost-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.repost-name{font-weight:600;font-size:14px;display:flex;align-items:center;gap:4px}.repost-time{color:var(--text-2);font-size:12px}.repost-text{font-size:14px;line-height:1.35;margin-top:4px;white-space:pre-wrap;overflow-wrap:anywhere}.media-strip{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;margin:6px 0;padding-bottom:2px}.media-slide{flex:0 0 min(84%,420px);scroll-snap-align:start;border-radius:14px;overflow:hidden;border:.5px solid var(--separator);background:var(--bg-elev);position:relative;box-shadow:0 10px 28px #0000000a;transform:translateZ(0)}.media-slide img{width:100%;height:clamp(180px,46vw,280px);object-fit:contain;background:var(--bg-elev)}.repost-imgs{display:grid;gap:3px;margin-top:8px;overflow:hidden;border-radius:10px;background:var(--bg-elev)}.repost-imgs.ri-1{grid-template-columns:1fr}.repost-imgs.ri-2,.repost-imgs.ri-3,.repost-imgs.ri-4{grid-template-columns:repeat(2,minmax(0,1fr))}.repost-img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;background:var(--bg-elev)}.repost-imgs.ri-1 .repost-img{aspect-ratio:16 / 9;max-height:180px;object-fit:contain}.repost-deleted{color:var(--text-2);font-size:13px;text-align:center}.media-author-chip{position:absolute;left:10px;bottom:10px;z-index:2;max-width:calc(100% - 20px);padding:5px 10px;border-radius:999px;color:#fff;font-size:12px;font-weight:700;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.28);background:linear-gradient(180deg,#2323267a,#0c0c0e6b);border:.5px solid rgba(255,255,255,.24);box-shadow:0 8px 22px #0000002e;-webkit-backdrop-filter:saturate(170%) blur(18px);backdrop-filter:saturate(170%) blur(18px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.post .media.as-btn,.media-slide.as-btn{cursor:pointer;text-align:inherit;touch-action:manipulation}@media (max-width: 380px){.post{padding:10px 12px}.actions{gap:4px;justify-content:flex-end}.action{min-width:34px;padding-inline:6px}.name{max-width:118px}}.post-menu-header-preview{display:flex;flex-direction:column;align-items:center;gap:2px;max-width:200px}.menu-header-user{display:flex;align-items:center;gap:4px}.menu-header-name{font-size:15px;font-weight:700;color:var(--text)}.menu-header-post-preview{font-size:12px;color:var(--text-2);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.menu-header-preview-img{width:32px;height:32px;border-radius:6px;object-fit:cover}.code-inline{font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,Monaco,Consolas,monospace;font-size:.88em;padding:2px 6px;border-radius:6px;background:color-mix(in srgb,var(--text) 8%,transparent);color:var(--text);word-break:break-all;-webkit-box-decoration-break:clone;box-decoration-break:clone}.code-block{margin:8px 0;border-radius:14px;background:color-mix(in srgb,var(--bg) 50%,#1a1a2e);border:.5px solid var(--separator);overflow:hidden;font-size:13px;line-height:1.5}.code-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:color-mix(in srgb,var(--bg) 30%,#1a1a2e);border-bottom:.5px solid var(--separator);min-height:32px}.code-lang{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-2);opacity:.7}.code-copy{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;background:transparent;color:var(--text-2);font-size:11px;font-weight:500;border:0;transition:background .15s,color .15s}.code-copy:active{background:color-mix(in srgb,var(--tint) 15%,transparent);color:var(--tint)}.code-copy-label{font-size:11px}.code-pre{margin:0;padding:12px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.code-pre code{font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.55;color:#e0e0e0;white-space:pre;word-break:normal;overflow-wrap:normal}.hl-keyword{color:#c792ea;font-weight:500}.hl-string{color:#c3e88d}.hl-number{color:#f78c6c}.hl-comment{color:#6a737d;font-style:italic}.hl-builtin{color:#82aaff}.hl-punct{color:#89ddff}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .code-block{background:#f6f8fa}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .code-header{background:#eef1f5}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .code-pre code{color:#24292e}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .hl-keyword{color:#d73a49}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .hl-string{color:#22863a}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .hl-number{color:#e36209}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .hl-comment{color:#6a737d}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .hl-builtin{color:#005cc5}:root:not(.theme-dark):not(.theme-ocean-ink):not(.theme-dark-green) .hl-punct{color:#6f42c1}.like-burst{position:absolute;left:9px;top:9px;width:0;height:0;pointer-events:none;z-index:2}.like-burst .lb-p{position:absolute;left:0;top:0;font-size:11px;color:var(--danger, #ff3b30);transform:translate(-50%,-50%) rotate(var(--deg)) translateY(0) scale(.6);opacity:0;animation:lb-fly .7s var(--ease-ios, cubic-bezier(.4,0,.2,1)) var(--delay) forwards;will-change:transform,opacity}@keyframes lb-fly{0%{transform:translate(-50%,-50%) rotate(var(--deg)) translateY(0) scale(.4);opacity:0}20%{opacity:1}to{transform:translate(-50%,-50%) rotate(var(--deg)) translateY(calc(var(--dist) * -1)) scale(1);opacity:0}}[data-reduce-motion="1"] .like-burst{display:none}.cloud-loader{--cloud-color: #4387f4;--arrows-color: #80b1ff;--time-animation: 1s;display:inline-flex;align-items:center;justify-content:center;transform-origin:center center}.cloud-loader #cloud{width:100px;height:100px}.cloud-loader #cloud rect{fill:var(--cloud-color)}.cloud-loader #cloud g:nth-child(3){transform-origin:50% 72.8938%;fill:var(--arrows-color);filter:drop-shadow(0 0 8px rgba(0,0,0,.4));animation:cl-rotation var(--time-animation) linear infinite}.cloud-loader #shapes g g circle{animation:cl-cloud calc(var(--time-animation) * 2) linear infinite}.cloud-loader #shapes g g circle:nth-child(2){animation-delay:calc((var(--time-animation) * 2) / -3)}.cloud-loader #shapes g g circle:nth-child(3){animation-delay:calc((var(--time-animation) * 2) / -1.5)}.cloud-loader svg #lines g line{stroke-width:5;transform-origin:50% 50%;rotate:-65deg;animation:cl-lines calc(var(--time-animation) / 1.33) linear infinite}@keyframes cl-rotation{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes cl-lines{0%{transform:translateY(-10px)}to{transform:translateY(8px)}}@keyframes cl-cloud{0%{cx:20;cy:60;r:15}50%{cx:50;cy:45;r:20}to{cx:80;cy:60;r:15}}.navbar{position:fixed;top:0;left:0;right:0;z-index:40;padding-top:var(--sa-t);background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:.5px solid var(--separator);transform:translateZ(0);-webkit-transform:translateZ(0)}.navbar.liquid{border-bottom:.5px solid color-mix(in srgb,var(--separator) 70%,transparent);background:color-mix(in srgb,var(--surface-strong) 82%,transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 1px #ffffff0a,0 10px 28px #00000014}.navbar .row{height:44px;display:grid;grid-template-columns:44px minmax(0,1fr) minmax(44px,auto);align-items:center;padding:0 8px;gap:8px}.navbar .side{display:flex;align-items:center;min-width:0}.navbar .side.right{justify-content:flex-end;gap:6px;padding-right:4px;min-width:44px}.navbar .side.left{justify-content:flex-start}.navbar .back{width:36px;height:36px;border-radius:18px;display:grid;place-items:center;color:var(--tint)}.navbar .title{font-size:17px;font-weight:600;text-align:center;letter-spacing:-.01em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.navbar-spacer{height:calc(44px + var(--sa-t))}.app-root{min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);padding-bottom:calc(56px + var(--sa-b))}.app-root.no-tabbar{padding-bottom:var(--sa-b)}.app-root.no-tabbar .tabbar{display:none}.screen{flex:1;width:100%;max-width:680px;margin:0 auto;padding-left:max(12px,var(--sa-l));padding-right:max(12px,var(--sa-r));-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.app-root.profile-route .screen{padding-left:0;padding-right:0}.route-fallback{height:0}@keyframes screen-enter{0%{opacity:.4}to{opacity:1}}.screen-anim{animation:screen-enter .12s ease-out both}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);padding:4px max(8px,env(safe-area-inset-left)) max(4px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));background:var(--surface);-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px);border-top:.5px solid var(--separator);transform:translateZ(0);-webkit-transform:translateZ(0);transition:all .4s cubic-bezier(.32,.72,0,1);contain:layout paint}.tabbar:after{content:"";position:absolute;left:0;right:0;top:100%;height:200px;background:var(--surface);pointer-events:none}.tabbar.liquid{bottom:20px;left:24px;right:24px;border-radius:9999px;background:#0000001a;border:none;border-top:none;box-shadow:inset 0 0 2px 1px #ffffff59,inset 0 0 10px 4px #ffffff26,inset 0 4px 16px #11111a0d,inset 0 8px 24px #11111a0d,inset 0 6px 56px #11111a0d;-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);padding:6px 16px;height:62px;position:fixed;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform}.tabbar.liquid:before{display:none}html.theme-dark .tabbar.liquid,html.theme-burgundy .tabbar.liquid,html.theme-ocean-ink .tabbar.liquid,html.theme-dark-green .tabbar.liquid{box-shadow:inset 0 0 2px 1px #ffffff38,inset 0 0 10px 4px #ffffff1a,inset 0 4px 16px #11111a12,inset 0 8px 24px #11111a12,inset 0 6px 56px #11111a12}html.theme-dark .tabbar.liquid:before,html.theme-burgundy .tabbar.liquid:before,html.theme-ocean-ink .tabbar.liquid:before,html.theme-dark-green .tabbar.liquid:before{display:none}.tabbar.liquid:after{display:none}.glass-surface__filter{pointer-events:none;opacity:0;z-index:-1;width:0;height:0;position:absolute;top:0;right:0;bottom:0;left:0}.tabbar.liquid .tab{border-radius:20px;padding:6px 0;transition:all .25s var(--ease-ios)}.tabbar.liquid .tab.active,html.theme-dark .tabbar.liquid .tab.active,html.theme-burgundy .tabbar.liquid .tab.active,html.theme-ocean-ink .tabbar.liquid .tab.active,html.theme-dark-green .tabbar.liquid .tab.active{color:var(--tint)}.tabbar.liquid .tab span{font-size:9px;font-weight:600}.liquid-sheet{display:grid;gap:12px;padding:8px 0}.liquid-sheet p{margin:0;color:var(--text-2);line-height:1.6;font-size:14px}.liquid-toggle{width:100%;padding:12px 14px;border-radius:16px;border:1px solid var(--separator);background:var(--bg-elev);color:var(--text);font-weight:600}.liquid-toggle:hover{background:var(--surface)}@media (prefers-color-scheme: light){.tabbar{background:#ffffffeb}.tabbar:after{background:#ffffffeb}}html.theme-light .tabbar{background:color-mix(in srgb,var(--surface) 94%,transparent)}html.theme-light .tabbar:after{background:color-mix(in srgb,var(--surface) 94%,transparent)}html.theme-dark .tabbar{background:color-mix(in srgb,var(--surface) 88%,transparent)}html.theme-dark .tabbar:after{background:color-mix(in srgb,var(--surface) 88%,transparent)}html[class*=theme-]:not(.theme-light):not(.theme-dark) .tabbar:not(.liquid){background:color-mix(in srgb,var(--surface) 90%,transparent)}html[class*=theme-]:not(.theme-light):not(.theme-dark) .tabbar:not(.liquid):after{background:color-mix(in srgb,var(--surface) 90%,transparent)}.tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:50px;color:var(--text-2);font-size:10px;letter-spacing:.02em;text-decoration:none}.tabbar.liquid .tab{border-radius:18px;padding:8px 0;transition:color .18s ease}.tabbar.liquid .tab.active{color:var(--tint)}.tabbar.liquid .tab span{font-size:9px}.tab.active{color:var(--tint)}.tab.accent svg{color:var(--tint)}.tab svg{width:26px;height:26px}html.kb-open .tabbar,.desktop-sidebar,.desktop-right{display:none}@media (min-width: 1024px){html{background:url(https://i.postimg.cc/RFxdphD2/0e0024a10e179bd0b599c73e27758771.jpg) center/cover fixed no-repeat;background-color:#0a0a0f}.app-root{display:grid;grid-template-columns:78px 1fr 280px;grid-template-rows:1fr;min-height:100vh;padding-bottom:0!important;background:transparent;gap:0}.app-root.auth-route{grid-template-columns:0px 1fr 0px}.app-root.auth-route .desktop-sidebar,.app-root.auth-route .desktop-right,.tabbar{display:none!important}.desktop-sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;position:sticky;top:0;height:100vh;padding:12px 0;background:transparent;z-index:100}.ds-logo-img{width:34px;height:34px;border-radius:10px;object-fit:cover;margin-bottom:14px}.ds-nav{display:flex;flex-direction:column;align-items:center;gap:4px;background:#0f0f16b3;-webkit-backdrop-filter:saturate(180%) blur(40px);backdrop-filter:saturate(180%) blur(40px);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:8px}html.theme-light .ds-nav{background:#ffffffbf;border:1px solid rgba(0,0,0,.06)}.ds-item{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;color:var(--text-2);text-decoration:none;font-size:0;transition:background .18s,color .18s,transform .15s;border:none;background:transparent;cursor:pointer}.ds-item span{display:none}.ds-item:hover{background:#ffffff1a;color:var(--text);transform:scale(1.08)}html.theme-light .ds-item:hover{background:#0000000f}.ds-item.active{color:var(--tint);background:#0a84ff26}.ds-item svg{width:22px;height:22px;flex-shrink:0}.ds-item.compose-btn{background:var(--tint);color:#fff;margin-top:4px;width:44px;height:44px;border-radius:50%;font-weight:700;box-shadow:0 4px 16px #0a84ff66}.ds-item.compose-btn:hover{opacity:.9;transform:scale(1.1)}.ds-item.compose-btn svg{width:20px;height:20px}.ds-avatar{font-size:20px;width:22px;text-align:center}.ds-bottom{margin-top:8px;background:#0f0f16b3;-webkit-backdrop-filter:saturate(180%) blur(40px);backdrop-filter:saturate(180%) blur(40px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:4px}html.theme-light .ds-bottom{background:#ffffffbf;border:1px solid rgba(0,0,0,.06)}.screen{max-width:100%;padding-left:0;padding-right:0;padding-top:12px;overflow-y:auto;height:100vh;position:relative;background:#0f0f168c;-webkit-backdrop-filter:saturate(180%) blur(40px);backdrop-filter:saturate(180%) blur(40px);border-left:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05)}html.theme-light .screen{background:#ffffffb8;border-left:1px solid rgba(0,0,0,.04);border-right:1px solid rgba(0,0,0,.04)}.app-root.profile-route .screen{padding-left:0;padding-right:0;padding-top:0}.app-root.profile-route .screen{background:linear-gradient(to bottom,#0f0f164d,#0f0f168c 200px)}.desktop-right{display:flex;flex-direction:column;position:sticky;top:0;height:100vh;padding:16px 12px;overflow-y:auto}.dr-card{background:#0f0f168c;-webkit-backdrop-filter:saturate(180%) blur(40px);backdrop-filter:saturate(180%) blur(40px);border-radius:20px;border:1px solid rgba(255,255,255,.08)}html.theme-light .dr-card{background:#ffffffb3;border:1px solid rgba(0,0,0,.06)}.dr-cover{height:80px;border-radius:20px 20px 0 0;background:radial-gradient(120% 80% at 0% 0%,rgba(10,132,255,.3),transparent 60%),radial-gradient(120% 80% at 100% 100%,rgba(255,69,58,.15),transparent 60%),linear-gradient(135deg,#1d1d1f,#2c2c2e);background-size:cover;background-position:center}.dr-avatar{margin:-28px 0 0 16px;position:relative;z-index:2}.dr-info{padding:8px 16px 12px;background:#0f0f1680;border-top:1px solid rgba(255,255,255,.04)}html.theme-light .dr-info{background:#ffffff80;border-top:1px solid rgba(0,0,0,.04)}.dr-name{font-size:15px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:4px}.dr-handle{font-size:13px;color:var(--text-2);margin-top:2px}.dr-bio{font-size:13px;color:var(--text-2);margin-top:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dr-view{display:block;text-align:center;padding:10px;border-top:1px solid rgba(255,255,255,.08);color:var(--tint);font-size:14px;font-weight:600;text-decoration:none;border-radius:0 0 20px 20px}.dr-view:hover{background:#0a84ff14}.navbar{position:sticky!important;top:0;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background:#0f0f1699!important;border-bottom:1px solid rgba(255,255,255,.06);padding-top:0!important}html.theme-light .navbar{background:#ffffffbf!important;border-bottom:1px solid rgba(0,0,0,.06)}.navbar-spacer{height:44px!important}.pd-shell{position:absolute!important;left:0!important;right:0!important;top:44px!important;bottom:0!important;width:100%!important;max-width:100%!important;transform:none!important}html.kb-open .pd-shell{transform:none!important}.cbar{margin:0 12px 12px;border-radius:20px;border-top:none;background:#14141c80;-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px);border:1px solid rgba(255,255,255,.08);padding-bottom:6px}html.theme-light .cbar{background:#ffffffb3;border:1px solid rgba(0,0,0,.06)}.cbar input{border-radius:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}html.theme-light .cbar input{background:#0000000a;border:1px solid rgba(0,0,0,.08)}.badge-popup-overlay,.sheet-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.badge-popup,.sheet-inner{max-width:400px;margin:0 auto;border-radius:24px;background:#14141ccc;-webkit-backdrop-filter:saturate(180%) blur(40px);backdrop-filter:saturate(180%) blur(40px);border:1px solid rgba(255,255,255,.1)}html.theme-light .badge-popup,html.theme-light .sheet-inner{background:#ffffffd9;border:1px solid rgba(0,0,0,.08)}}@media (min-width: 1280px){.app-root{grid-template-columns:78px 1fr 300px}}@media (min-width: 1440px){.app-root{grid-template-columns:78px minmax(0,680px) 320px;justify-content:center}}:root{color-scheme:dark light;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ease-ios: cubic-bezier(.32, .72, 0, 1);--ease-ios-out: cubic-bezier(.16, 1, .3, 1);--cv-auto: auto;--cv-intrinsic: 0 500px;--sa-t: env(safe-area-inset-top);--sa-b: env(safe-area-inset-bottom);--sa-l: env(safe-area-inset-left);--sa-r: env(safe-area-inset-right);--kb: env(keyboard-inset-height, 0px);--font-scale: 1;--accent: #0a84ff}@media (prefers-color-scheme: dark){:root{--bg: #000000;--bg-elev: #0c0c0e;--surface: rgba(28, 28, 30, .72);--surface-strong: rgba(44, 44, 46, .88);--separator: rgba(84, 84, 88, .36);--text: #ffffff;--text-2: rgba(235, 235, 245, .6);--text-3: rgba(235, 235, 245, .3);--tint: #0a84ff;--danger: #ff453a;--success: #30d158}}@media (prefers-color-scheme: light){:root{--bg: #ffffff;--bg-elev: #f2f2f7;--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(242, 242, 247, .88);--separator: rgba(60, 60, 67, .18);--text: #000000;--text-2: rgba(60, 60, 67, .6);--text-3: rgba(60, 60, 67, .3);--tint: #007aff;--danger: #ff3b30;--success: #34c759}}html.theme-dark{--bg: #000000;--bg-elev: #0c0c0e;--surface: rgba(28, 28, 30, .72);--surface-strong: rgba(44, 44, 46, .88);--separator: rgba(84, 84, 88, .36);--text: #ffffff;--text-2: rgba(235, 235, 245, .6);--text-3: rgba(235, 235, 245, .3);--tint: #0a84ff;--danger: #ff453a;--success: #30d158}html.theme-light{--bg: #ffffff;--bg-elev: #f2f2f7;--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(242, 242, 247, .88);--separator: rgba(60, 60, 67, .18);--text: #000000;--text-2: rgba(60, 60, 67, .6);--text-3: rgba(60, 60, 67, .3);--tint: #007aff;--danger: #ff3b30;--success: #34c759}html.theme-caramel{color-scheme:light;--bg: #BF7E46;--bg-elev: #a86e3c;--surface: rgba(191, 126, 70, .82);--surface-strong: rgba(168, 110, 60, .88);--separator: rgba(40, 20, 5, .18);--text: #1a0e04;--text-2: rgba(26, 14, 4, .65);--text-3: rgba(26, 14, 4, .35);--tint: #5c3010;--danger: #c0392b;--success: #27ae60}html.theme-burgundy{color-scheme:dark;--bg: #43302E;--bg-elev: #362523;--surface: rgba(67, 48, 46, .82);--surface-strong: rgba(54, 37, 35, .88);--separator: rgba(255, 255, 255, .12);--text: #f0e8e7;--text-2: rgba(240, 232, 231, .6);--text-3: rgba(240, 232, 231, .3);--tint: #e8a090;--danger: #ff6b60;--success: #5cdb7e}html.theme-ocean-ink{color-scheme:dark;--bg: #08357E;--bg-elev: #062a66;--surface: rgba(8, 53, 126, .82);--surface-strong: rgba(6, 42, 102, .88);--separator: rgba(255, 255, 255, .12);--text: #e0eaf8;--text-2: rgba(224, 234, 248, .6);--text-3: rgba(224, 234, 248, .3);--tint: #7eb8ff;--danger: #ff6b60;--success: #5cdb7e}html.theme-dark-green{color-scheme:dark;--bg: #003631;--bg-elev: #002a26;--surface: rgba(0, 54, 49, .82);--surface-strong: rgba(0, 42, 38, .88);--separator: rgba(255, 255, 255, .12);--text: #e0f0ee;--text-2: rgba(224, 240, 238, .6);--text-3: rgba(224, 240, 238, .3);--tint: #5cd6c8;--danger: #ff6b60;--success: #5cdb7e}html.theme-slate-blue{color-scheme:dark;--bg: #4a5a62;--bg-elev: #3d4d55;--surface: rgba(107, 123, 132, .82);--surface-strong: rgba(74, 90, 98, .88);--separator: rgba(255, 255, 255, .12);--text: #eef2f4;--text-2: rgba(238, 242, 244, .6);--text-3: rgba(238, 242, 244, .3);--tint: #8ec5d6;--danger: #ff6b60;--success: #5cdb7e}html.theme-earth-brown{color-scheme:dark;--bg: #3d3228;--bg-elev: #302820;--surface: rgba(94, 75, 59, .82);--surface-strong: rgba(61, 50, 40, .88);--separator: rgba(255, 255, 255, .12);--text: #f0e8e0;--text-2: rgba(240, 232, 224, .6);--text-3: rgba(240, 232, 224, .3);--tint: #d4a574;--danger: #ff6b60;--success: #5cdb7e}html.theme-beige-sand{color-scheme:light;--bg: #E1DBC9;--bg-elev: #d4ceb8;--surface: rgba(225, 219, 201, .82);--surface-strong: rgba(212, 206, 184, .88);--separator: rgba(60, 50, 30, .15);--text: #2c2418;--text-2: rgba(44, 36, 24, .65);--text-3: rgba(44, 36, 24, .35);--tint: #6b5a3e;--danger: #c0392b;--success: #27ae60}html.theme-dark-pine{color-scheme:dark;--bg: #2D4530;--bg-elev: #223826;--surface: rgba(45, 69, 48, .82);--surface-strong: rgba(34, 56, 38, .88);--separator: rgba(255, 255, 255, .12);--text: #e4f0e6;--text-2: rgba(228, 240, 230, .6);--text-3: rgba(228, 240, 230, .3);--tint: #7dbe84;--danger: #ff6b60;--success: #5cdb7e}html.theme-charcoal{color-scheme:dark;--bg: #2a2a2a;--bg-elev: #1e1e1e;--surface: rgba(60, 60, 60, .82);--surface-strong: rgba(42, 42, 42, .88);--separator: rgba(255, 255, 255, .1);--text: #e8e8e8;--text-2: rgba(232, 232, 232, .6);--text-3: rgba(232, 232, 232, .3);--tint: #a0a0a0;--danger: #ff6b60;--success: #5cdb7e}html.theme-midnight-plum{color-scheme:dark;--bg: #3A2D40;--bg-elev: #2e2434;--surface: rgba(58, 45, 64, .82);--surface-strong: rgba(46, 36, 52, .88);--separator: rgba(255, 255, 255, .12);--text: #f0e8f2;--text-2: rgba(240, 232, 242, .6);--text-3: rgba(240, 232, 242, .3);--tint: #c89bd6;--danger: #ff6b60;--success: #5cdb7e}html.theme-dusty-rose{color-scheme:dark;--bg: #5C3A4A;--bg-elev: #4a2e3c;--surface: rgba(92, 58, 74, .82);--surface-strong: rgba(74, 46, 60, .88);--separator: rgba(255, 255, 255, .12);--text: #f4e8ee;--text-2: rgba(244, 232, 238, .6);--text-3: rgba(244, 232, 238, .3);--tint: #e8a0b8;--danger: #ff6b60;--success: #5cdb7e}html.theme-steel-teal{color-scheme:dark;--bg: #2A4A4F;--bg-elev: #1f3a3f;--surface: rgba(42, 74, 79, .82);--surface-strong: rgba(31, 58, 63, .88);--separator: rgba(255, 255, 255, .12);--text: #e4f2f4;--text-2: rgba(228, 242, 244, .6);--text-3: rgba(228, 242, 244, .3);--tint: #6ecad4;--danger: #ff6b60;--success: #5cdb7e}html.theme-warm-clay{color-scheme:dark;--bg: #4a3528;--bg-elev: #3a2a20;--surface: rgba(107, 76, 59, .82);--surface-strong: rgba(74, 53, 40, .88);--separator: rgba(255, 255, 255, .12);--text: #f4ece6;--text-2: rgba(244, 236, 230, .6);--text-3: rgba(244, 236, 230, .3);--tint: #d4a07a;--danger: #ff6b60;--success: #5cdb7e}html.theme-deep-navy{color-scheme:dark;--bg: #1E2A3A;--bg-elev: #16202e;--surface: rgba(30, 42, 58, .82);--surface-strong: rgba(22, 32, 46, .88);--separator: rgba(255, 255, 255, .1);--text: #e4ecf4;--text-2: rgba(228, 236, 244, .6);--text-3: rgba(228, 236, 244, .3);--tint: #6ea8d4;--danger: #ff6b60;--success: #5cdb7e}html.theme-sage-mist{color-scheme:dark;--bg: #3a4a3e;--bg-elev: #2e3e32;--surface: rgba(74, 94, 79, .82);--surface-strong: rgba(58, 74, 62, .88);--separator: rgba(255, 255, 255, .12);--text: #e8f2ea;--text-2: rgba(232, 242, 234, .6);--text-3: rgba(232, 242, 234, .3);--tint: #8cc4a0;--danger: #ff6b60;--success: #5cdb7e}html.theme-graphite{color-scheme:dark;--bg: #2E2E36;--bg-elev: #22222a;--surface: rgba(46, 46, 54, .82);--surface-strong: rgba(34, 34, 42, .88);--separator: rgba(255, 255, 255, .1);--text: #e8e8ec;--text-2: rgba(232, 232, 236, .6);--text-3: rgba(232, 232, 236, .3);--tint: #8888a0;--danger: #ff6b60;--success: #5cdb7e}html.theme-mocha{color-scheme:dark;--bg: #4A3728;--bg-elev: #3a2b1e;--surface: rgba(74, 55, 40, .82);--surface-strong: rgba(58, 43, 30, .88);--separator: rgba(255, 255, 255, .12);--text: #f4ece4;--text-2: rgba(244, 236, 228, .6);--text-3: rgba(244, 236, 228, .3);--tint: #c8a882;--danger: #ff6b60;--success: #5cdb7e}html.theme-storm-blue{color-scheme:dark;--bg: #2C3E50;--bg-elev: #1f2f3f;--surface: rgba(44, 62, 80, .82);--surface-strong: rgba(31, 47, 63, .88);--separator: rgba(255, 255, 255, .1);--text: #ecf0f4;--text-2: rgba(236, 240, 244, .6);--text-3: rgba(236, 240, 244, .3);--tint: #5dade2;--danger: #ff6b60;--success: #5cdb7e}html.theme-olive-dusk{color-scheme:dark;--bg: #3D3D2B;--bg-elev: #302f20;--surface: rgba(61, 61, 43, .82);--surface-strong: rgba(48, 47, 32, .88);--separator: rgba(255, 255, 255, .12);--text: #f0f0e4;--text-2: rgba(240, 240, 228, .6);--text-3: rgba(240, 240, 228, .3);--tint: #b8b870;--danger: #ff6b60;--success: #5cdb7e}html.theme-mauve-fog{color-scheme:dark;--bg: #4A3F52;--bg-elev: #3a3142;--surface: rgba(74, 63, 82, .82);--surface-strong: rgba(58, 49, 66, .88);--separator: rgba(255, 255, 255, .12);--text: #f0ecf4;--text-2: rgba(240, 236, 244, .6);--text-3: rgba(240, 236, 244, .3);--tint: #b89cc8;--danger: #ff6b60;--success: #5cdb7e}html[data-reduce-motion="1"] *,html[data-reduce-motion="1"] *:before,html[data-reduce-motion="1"] *:after{animation:none!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html,body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}a,img,button,svg{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}input,textarea,[contenteditable=true],[contenteditable=""]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-touch-callout:default}img,svg,video{-webkit-user-drag:none;user-drag:none}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%;background:var(--bg);overscroll-behavior:none}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:calc(17px * var(--font-scale));line-height:1.35;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior:contain;touch-action:manipulation}:where(.post .text,.post .meta,.post .actions,.post .name,.post .handle,.post .time,.post .dot,.ctext,.cmeta,.cmeta b,.cempty,.pname-split,.phandle,.pbio,.pstats,.pempty,.ptab,.row-label,.row-value,.server-label,.server-desc,.group h2,.navbar .title,.tab span,.aline,.atime,.empty,.cbar input,.csend,.compose-text,.compose .counter,.sheet-title,.menu button,.qr-name,.qr-handle){font-size:calc(1em * var(--font-scale))}body{user-select:none;-webkit-user-select:none}input,textarea,[contenteditable=true],.selectable{user-select:text;-webkit-user-select:text}button{font:inherit;color:inherit;background:transparent;border:0;padding:0;cursor:pointer}a{color:var(--tint);text-decoration:none}.linkified-btn{color:var(--tint);background:transparent;border:0;padding:0;cursor:pointer;font:inherit;text-decoration:none;display:inline;word-break:break-all}::-webkit-scrollbar{width:0;height:0;background:transparent}::-webkit-scrollbar-thumb{background:transparent}*{scrollbar-width:none;-ms-overflow-style:none}.user-badge-pill{display:inline-flex;align-items:center;gap:1px;padding:1px 5px;border-radius:5px;background:#80808026;font-weight:600;letter-spacing:.02em;vertical-align:middle;line-height:1.4;cursor:pointer;-webkit-touch-callout:none;white-space:nowrap;overflow:visible;text-overflow:clip;flex-shrink:0}.ub-emoji{line-height:1}.ub-text{text-transform:uppercase;color:var(--text-2)}.badge-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0006;display:grid;place-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.badge-popup{background:var(--bg-elev);border-radius:16px;padding:20px 24px;min-width:220px;text-align:center;box-shadow:0 8px 32px #00000059}.badge-popup-preview{margin-bottom:16px}.badge-popup-btn{display:block;width:100%;padding:12px;border-radius:12px;font-size:16px;font-weight:600;background:var(--tint);color:#fff;margin-bottom:8px}.badge-popup-cancel{display:block;width:100%;padding:10px;font-size:15px;color:var(--text-2)}.ios-blur{background:var(--surface);-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px);border-bottom:.5px solid var(--separator)}.pressable{transition:transform .2s var(--ease-ios),opacity .2s var(--ease-ios)}.pressable:active{transform:scale(.97);opacity:.85}.cv-auto{content-visibility:var(--cv-auto);contain-intrinsic-size:var(--cv-intrinsic)}:focus{outline:none}:focus-visible{outline:2px solid var(--tint);outline-offset:2px;border-radius:8px}html.low-power .ios-blur,html.slow-device .ios-blur{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--surface-strong)}html.low-power .pressable,html.slow-device .pressable{transition-duration:.1s}html.low-power .sheet,html.slow-device .sheet{box-shadow:none}html.low-power .chat-bubble,html.slow-device .chat-bubble{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.low-power .chat-ctx-overlay,html.slow-device .chat-ctx-overlay{-webkit-backdrop-filter:none;backdrop-filter:none}html.low-power .tabbar.liquid,html.slow-device .tabbar.liquid{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--surface-strong)}html.slow-device .sheet,html.slow-device .sheet.open{transition-duration:.18s}html.slow-device .sheet-backdrop{transition-duration:.1s}html.sheet-open .screen{pointer-events:none}.tabbar,.navbar,.chat-bar,.chat-header-bar,.sheet,.sheet-backdrop,.cl-modal,.chats-ctx-overlay,.chat-ctx-overlay,.chat-lightbox,.lb-root,.badge-popup-overlay{transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}html.low-power .feed-status-dot,html.slow-device .feed-status-dot,html.low-power .ptr-fixed .spinner.spin,html.slow-device .ptr-fixed .spinner.spin{animation-duration:1.6s}.feed-status-dot.ota-pulse{background:#30d158;animation:ota-blink 1s ease-in-out infinite}.feed-status-dot.ota-done{background:#30d158;animation:none}@keyframes ota-blink{0%,to{opacity:1}50%{opacity:.3}}html.low-power .chat-bar,html.slow-device .chat-bar{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.low-power .post,html.slow-device .post,html.low-power .empty,html.slow-device .empty{box-shadow:none!important}html.low-power .shimmer,html.slow-device .shimmer{animation-duration:2.5s}.chat-thread,.feed,.cl-list,.chats-list,.sheet-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
